Comment Re:Virtue signalling cunts (Score 2) 41
Comment Re:Global Warming is Hitting Florida Hard (Score 1) 108
However, Florida is a small enough part of the global problem, that what they do locally will have essentially no effect. They couldn't fix the problem with local actions, and they also probably can't make it measurably worse.
Note that the US is not such a small part. That's a large enough fraction of the problem to make a measurable difference. Scale is significant.
Comment Re:Winter is coming (Score 1) 199
Most of Virginia doesn't get all that cold. 30 kids in a room with limited air circulation should suffice, even without lots of insulation. Air conditioning, however, might well be a different matter.
Comment Re:Not a bright idea (Score 1) 199
IIRC, there's a decent link between registered gun ownership and the suicide rate. However, a lot of gun ownership is unregistered, so that's probably not reliable.
Comment Re:alito barrett and thomas dissent (Score 1) 69
I might well agree that the current administration is worse, and scale does, indeed, matter. But judging scale when one side is crippling state governments and the other side is removing individual rights isn't clear. The events are too different.
One can say that "morally the crippling of state governments to enfranchise the disenfranchised" is better, but it's still a centralization of control.
Comment Re:alito barrett and thomas dissent (Score 0, Redundant) 69
To be fair, both sides have uniformly supported measures to increase the government's control over the citizenry. They tend to support different measures, with different arguments, but both do it. This is basically because people act to make their jobs easier. The differences are because they have (sometimes only slightly) different goals, or "centers of power".
Note that this applies to the Warren Court and the civil rights decisions as well as to the current more blatant authoritarianism.
Comment Re:The suit is nonsense (Score 1) 79
There are huge differences, but it *is* a reasonable analogy. It's certainly more like that than it is like "copying", even though copying, in the extended sense, is involved. As it is in all learning.
Comment Re:We need them, but (Score 1) 242
For global energy, that typically includes transportation. As more economies have expanded, there has been more use of cars, trucks, trains, ships, and aircraft, almost all of which are powered by fossil fuels.
Global electricity generation has changed. In 2000, 64.1% of global electricity came from fossil fuels, 16.7% came from nuclear, and 18.7% came from renewable. In 2023, despite overall electricity generation roughly doubling, fossil fuel generation was down to 60.1%, nuclear was down to 9.1%, and renewables were up to 30.23%. Looking at the renewable mixes, in 2000, it was 17.4% hydropower, 0.7% biofuels, 0.2% wind, 0.01% solar, and 0.3% geothermal. In 2023, it was 14.6% hydropower, 2.2% biofuels, 7.75% wind, 5.4% solar, and 0.3% geothermal.
That's still a lot of fossil fuel electricity generation, but it is declining by percentage and their growth curves are flattening. Renewables are up by quite a bit and still growing. Nuclear is declining, and isn't likely to recover in any meaningful numbers. This program is a lot like past programs meant to encourage new nuclear power plants. Odds are that maybe one will get started, and it might not get finished.
Comment Re:I don't like the idea of her killing somebody (Score 1) 165
So you managed to find and watch the Superman serial that Columbia put out in 1948. And if you liked that so much, did you hunt down its sequel, Atom Man vs. Superman that came out in 1950? If not, you really should as they used footage of the Tacoma Narrows Bridge collapsing as part of the first chapter's cliffhanger.
Comment Re:I just wish they'd quit calling it an OS upgrad (Score 1) 115
There's a very simple way to find out. Just type this one command into a terminal:
systemd-analyze blame
Comment Re:Disney vs Amazon with regards to James Bond (Score 1) 24
Comment Re:Century old homes and no A/C....hurts. (Score 1) 163
You might want to take a moment to reflect on the fact that New Orleans is on the Mississippi River before taking your foot out of your mouth. I'd also like to add that I live in Trinidad, COI, on the Pugatoire River and know exactly what "Mosquito Season" means.
Comment Re:But what if? (Score 1) 75
But by the time you get that, she'll be over 50, and not at all as appealing.
Comment Re:Python ? (Score 4, Informative) 75
What you don't understand is the Python is often used as a method of invoking libraries that are written in more efficient languages. And for the layer that it handles it doesn't introduce unacceptable inefficiencies. E.g., you wouldn't want to do ray tracing in Python, but it's fine for calling a library that does that.