That seems like another way to lie with silly stats though. If 3% of the least populated areas of all the subdivisions of the US the size of Switzerland were not connected, then that would indeed be just as irrelevant.
HN user
boxed
Is the starlink constellation profitable on its on without any cross subsidization from any other Musk endeavor?
This is always a funny "gotcha" people bring up. Except the gotcha is always different somehow. Sometimes it's "the US subsidizes it" because NASA gets amazing deals on launches it would otherwise pay 10x or more for. Sometimes it's Starlink that subsidizes the launches. Sometimes it's the launches that subsidizes Starlink.
Maybe the answer is just what is obvious: vertical integration and economies of scale makes starlink/falcon 9 profitable. The combination is the thing.
Not really the same in this situation though.
The ad revenue is a drop in the bucket compared to the app store rent, which is a drop in the bucket compared to hardware sales.
Because that's the security posture systems like these needs.
Many people think it shouldn't be and that any interference in the germ line like this is eugenics and by association evil.
Universal screening is not the same as focused screening for a family with a known issue and then screening gametes for IVF though. I think it's the last part that some people scream "eugenics!" at and draw parallels to the nazis. This is what I'm against.
Nuclear is not zero-carbon nor is it "cheap."
1994.
Meanwhile solar, wind, and BSS are the cheapest [...]
1994
The negative comments against genetic screening here seems to be 100% from people who either have no serious genetic diseases lurking in their family tree or are lying to themselves and pretending they don't.
Deafness is a huge handicap, in many ways significantly worse than blindness. That the victims of this horrible ailment start to self identify with it isn't a reason to subject new humans to it.
Governments are cementing a monopoly they claim to oppose
Duopoly but yea. Because there is no third alternative. Microsoft failed/gave up with Windows Phone. The people trying to fix secure government services can't really tackle that issue, but the systems needs to be built now anyway.
And why would we assume that his comment complaining about AI slop isn't itself AI slop? :P
Ok.. and? That's job someone has already done, so what does it matter?
From what I've understood there's significant backwards compatibility for the new SoCs, so the significant work they need to do is to support new features, not getting things running.
Linux on apple silicon is a thing though: https://asahilinux.org/
That logic is extremely broken. People who spend more time outside do so because of more physical activity. The sun exposure is a side effect. Drawing the conclusion that sun exposure is therefore safe is just totally bonkers.
Wow. ENORMOUS citation needed for that one.
In fact the HIG used to explicitly say so with clear examples proving it.
I mean, "hot water" is a bit vague. What kind of temperature differentials are a problem? 0.01 degrees C 50 meters down stream I'm guessing isn't. 100 degrees C I'm assuming is super bad. What is the effect size? How much do we have to dump into a river must depend on the flow rate of the river, the dumping, the temperature of the river and the temperature of the dumped water, etc, etc.
And nothing at all is too stupid of a question to want an answer to. That way leads to people screaming at each other over social media instead of engaging with facts.
Sure. The Earth used to be a ball of lava. Kinda not relevant when discussing the survivability of modern humans or the vast majority of the ecosystem though.
Legacy media promotes ideologies consistent with its owners, which is why for instance it downplays bad stuff Israel does and upplays bad stuff Iran does.
Partly true, but also mostly wrong. It's all about the business model. Owners doing what you say can only do so much if the business model is based on selling ads and no one gets a salary if they don't attack jews enough for their audience.
The claim that Israels bad actions are down played is pretty doubtful. I always see 10x or more negative reporting of Israel compared to what I happen to know about the conflicts. Like in Swedish media it's always "Israel attacks Lebanon" but never ever "Hizbollah attacks Israel", even though that's what happens first.
That's only half an answer.
How would you know if a tab that isn't frontmost is waiting for input or complete or whatever?
I'm sure a lot of this outcome is intentional, but nobody fights back.
Well.. some people do in fact fight back. You'll hear it on the Waking Up podcast for example. The issue is that Trump is also, on the surface, fighting back. Except he's destroying America instead of making it great.
constantly lies and distorts the truth
sure
to promote the ideology of capital
eh, no that's false. They promote the ideology of ad revenue at most, which causes audience capture, which on the left means anti-capital crazy talk like pro-theocracy, anti-growth and other weird shit.
"Will eat" and is the "base of a food web" are radically different things. Humans "will eat" pistachios, but the eradication of pistachios will do absolutely nothing to the human species.
Sure. And those wasps maybe has other parasitic wasps, and those parasit wasps maybe have flees, who have bacterial diseases, who have viral diseases. All of them parasitic and all who would go extinct when that species goes extinct.
But that's not what the previous poster was talking about. This is not the basis of a food web, that's just a parasitic cul de sac. And there are basically infinite such things in nature.
What are you talking about? That's absolutely not the case for ticks. And for mosquitos it's often doubtful at best, and false when it comes to disease carrying species as there are plenty of other species available.
Supporting Hamas. Backing trans male->female athletes in womens sports. The NDP Canada victim card thing is a more fun display you might want to start with.
Since no one has copyright on it, we have to consider all who say they are woke to be in that group. And there are some truly mad stuff going on there.
Else on for loops is truly terrible yea. I don't understand why Python STILL hasn't come up with alternate syntax and a deprecation path.
I think the trinary op in Python is way superior to Cs, and I came to Python from C.
The variable that was never declared when you hit is bad too yea, but I don't think block level scoping is any good. Pythons rule of having just two scopes (mostly) is imo the sane thing to do. Every single block adding a scope is just chaos, and C++ really screws this up with implicit this.