Anyone that wants to see real examples can turn on showdead in preferences.
[flagged]
It implies that this list is the entirety of the cancelled NSF grants instead of a cherrypicked woke subset.
https://www.nsf.gov/awardsearch/show-award/?AWD_ID=1231319&a... Appears it didn't receive any funds since 2022 after being extended for years (so your "daddy" is Biden) and wouldn't get any more money so was canceled to…
The cost to the content provider can be reduced to zero by the parents, by allowing it in parental controls. So the maximum cost to a provider is capped at convincing parents to disable blocking of the content. That…
If the default wasn't "almost nothing" then you'd be sanctioning exposing some kids to content their parents didn't want them to see. If there's no economic incentive to tag content then it's not valuable content for…
You're already responsible for everything you would be on a private server (one user). If you go to 8chan and see illegal content then good luck telling the authorities you're not responsible because it's 'just' in your…
Some people run their own Mastodon servers, where they share and participate in social media, so there's a proof by example that your fears are unfounded.
You host your own content, and non-230 telecom rules protect a pure cache so bandwidth and always-on internet needn't be an issue. It shouldn't be baffling to you; it's not even a hard problem to solve, and the only…
Without section 230 you'd get a few large publishing outlets moderating all content and you'd also get distributed media where the aggregation is done by each individual. There just wouldn't be that middle area where…
Wouldn't just good screen sharing solve your coffee table problem? Just have the coffee table iPad be a display for your own iPad. You could even have a virtual iPad on your mac that you show on the coffee one if you…
Wikipedia Wow! article says it is equivalent of hydrogen line plus 10 km/s blue shift. Even if this was a scanning beam I think we can assume it would take a lot of energy and so may be based on a simple scalable…
A ship approaching a sun will see the objects on the far side illuminated fully, but objects on the near side will be illuminated only on a thin edge, like a crescent moon, because they're looking at the 'back' side of…
Seems reasonable that an alien craft travelling between stars might want to illuminate the whole star system to detect dark objects and plot a safe or more perfect course. Apparently Wow! came from the same area and…
Would this be far enough out to use the sun's gravitational lensing to image distant planets? It seems like the idea was to send a bunch of instruments way out and then take pictures in the brief time they were at a…
In October when Windows 10 support ends it'll finally be the year of desktop linux.
You're thinking about energy and not cost. For example, when solar plus direct air capture can remove a ton of CO2 for cheaper than it costs a container ship not to emit that CO2 then it's reduced cost for the same CO2…
The 1..125 loop stores 8000 bytes of string and they need to clear 8000 bytes. There may be a fast path for adding one character, but in any case bytes of program are a valuable resource with only 64k ram so having a…
> But none of those are simple key=value formats either. What is the difference between: { object: { name: value }} { object: "{ name: value }"} object="name=value" There's zero difference between any of them except how…
> The nature of being nested, and also containing structures like lists, maps, etc. All of which makes it more complicated than key=value. These are javascript objects, which are key-value. A list array is just keyed by…
> That's not your original request though, to use line-based data. It wasn't my request and OP (not me) said "line-based data" is best. The comment I replied to said "Newline-delimited JSON ... a line-based format". If…
JSON is literally key=value, just nested. Which you can do with shell variables. The question was "What's not to like [about JSON output from cmdline tools]?" and the answer is that it's cumbersome to read in a shell…
JSON is not immediately usable by and is cumbersome to parse correctly in a shell. A simple line-based shell variable name=value format works unreasonably well. For example: # ls --shell-var ./thefile dir="/home/user"…
SPDY's header compression allowed cookies to be easily leaked. This vulnerability was well known at the time so had they even asked an intern at Google Zero to look at it they would have been immediately schooled.…
> there’s no way to measure time directly. It clearly exists, yet all you can measure is change of things besides time. If it can't be measured then it can't be said to clearly exist. Imagine a cellular automata where…
Anyone that wants to see real examples can turn on showdead in preferences.
[flagged]
It implies that this list is the entirety of the cancelled NSF grants instead of a cherrypicked woke subset.
https://www.nsf.gov/awardsearch/show-award/?AWD_ID=1231319&a... Appears it didn't receive any funds since 2022 after being extended for years (so your "daddy" is Biden) and wouldn't get any more money so was canceled to…
The cost to the content provider can be reduced to zero by the parents, by allowing it in parental controls. So the maximum cost to a provider is capped at convincing parents to disable blocking of the content. That…
If the default wasn't "almost nothing" then you'd be sanctioning exposing some kids to content their parents didn't want them to see. If there's no economic incentive to tag content then it's not valuable content for…
You're already responsible for everything you would be on a private server (one user). If you go to 8chan and see illegal content then good luck telling the authorities you're not responsible because it's 'just' in your…
Some people run their own Mastodon servers, where they share and participate in social media, so there's a proof by example that your fears are unfounded.
You host your own content, and non-230 telecom rules protect a pure cache so bandwidth and always-on internet needn't be an issue. It shouldn't be baffling to you; it's not even a hard problem to solve, and the only…
Without section 230 you'd get a few large publishing outlets moderating all content and you'd also get distributed media where the aggregation is done by each individual. There just wouldn't be that middle area where…
Wouldn't just good screen sharing solve your coffee table problem? Just have the coffee table iPad be a display for your own iPad. You could even have a virtual iPad on your mac that you show on the coffee one if you…
Wikipedia Wow! article says it is equivalent of hydrogen line plus 10 km/s blue shift. Even if this was a scanning beam I think we can assume it would take a lot of energy and so may be based on a simple scalable…
A ship approaching a sun will see the objects on the far side illuminated fully, but objects on the near side will be illuminated only on a thin edge, like a crescent moon, because they're looking at the 'back' side of…
Seems reasonable that an alien craft travelling between stars might want to illuminate the whole star system to detect dark objects and plot a safe or more perfect course. Apparently Wow! came from the same area and…
Would this be far enough out to use the sun's gravitational lensing to image distant planets? It seems like the idea was to send a bunch of instruments way out and then take pictures in the brief time they were at a…
In October when Windows 10 support ends it'll finally be the year of desktop linux.
You're thinking about energy and not cost. For example, when solar plus direct air capture can remove a ton of CO2 for cheaper than it costs a container ship not to emit that CO2 then it's reduced cost for the same CO2…
The 1..125 loop stores 8000 bytes of string and they need to clear 8000 bytes. There may be a fast path for adding one character, but in any case bytes of program are a valuable resource with only 64k ram so having a…
> But none of those are simple key=value formats either. What is the difference between: { object: { name: value }} { object: "{ name: value }"} object="name=value" There's zero difference between any of them except how…
> The nature of being nested, and also containing structures like lists, maps, etc. All of which makes it more complicated than key=value. These are javascript objects, which are key-value. A list array is just keyed by…
> That's not your original request though, to use line-based data. It wasn't my request and OP (not me) said "line-based data" is best. The comment I replied to said "Newline-delimited JSON ... a line-based format". If…
JSON is literally key=value, just nested. Which you can do with shell variables. The question was "What's not to like [about JSON output from cmdline tools]?" and the answer is that it's cumbersome to read in a shell…
JSON is not immediately usable by and is cumbersome to parse correctly in a shell. A simple line-based shell variable name=value format works unreasonably well. For example: # ls --shell-var ./thefile dir="/home/user"…
SPDY's header compression allowed cookies to be easily leaked. This vulnerability was well known at the time so had they even asked an intern at Google Zero to look at it they would have been immediately schooled.…
> there’s no way to measure time directly. It clearly exists, yet all you can measure is change of things besides time. If it can't be measured then it can't be said to clearly exist. Imagine a cellular automata where…