Counterpoint: most Open Source projects are (or started off as) programs people built for themselves, and anyone else ending up using them was a happy side-effect.
I regularly see people going over 110 MPH on European highways. And no, I don't consider it reasonable to arrest people just because they reached middle RPMs on the top gear of their cheap SUV.
The problem with "0F is fricking cold" is that so is 5F, and 10F, and even 15F to many people; and the difference between, say, -10F and +10F is pretty much none for practical purposes. Whereas knowing whether it was +1C or -1C during the night can have major impact on road safety.
With literally everything else about those two scales being a matter of preference and getting used to, this is the only objective difference with real world impact. Very tiny impact but still. Focusing on this one thing is the only way to answer the question of which is better with anything other than "whichever you're used to, it doesn't matter whatsoever". And if you focus on this one thing, then by the slightest of margins, Celsius is objectively better.
As someone who lives in a northern US state, there are so many other factors that affect winter road safety that aren't a binary above/below freezing temperature at sea level. I'm not really going to argue against Celsius but F is a very workable scale that has some (minor) benefits at human scale.
As far as I can tell, literally every single benefit of Fahrenheits I've ever heard of boils down to being used to dealing with numbers around 100 but not around -30. I have yet to hear about any such benefit that isn't 100% attributable in its entirety to being taught °F before °C at school.
All those other reasons are exactly why I said the difference is minimal. But that minimal difference is not zero. If you add every single such difference that exists between °C and °F, of which there's literally just one, then Celsius very clearly comes ahead, although by an amount way too small to matter.
Black ice is always dangerous. No matter how many other dangerous road conditions you can come up with, black ice is still one of them. And black ice happens exactly when the temperature crosses 32°F boundary multiple times. It's far more important to know if it was 31°F than to know if it was 30°F.
It doesn't mean that. F is better than C for weather no matter what kind of climate you live in.
A few comments up, someone was saying F only makes more sense than C because you live somewhere with specific temperature ranges. But the US has all sorts of ranges.
Celsius isn't granular enough (people can perceive 0.5˚C changes), and anything above 50˚C is rare or nonexistent. 0-100˚F pretty much lines up with the extremes.
> Growing up in Australia, every computer I’ve ever owned has defaulted to “US Letter” as the paper size.
I'm not sure how; the UK is an Anglosphere country that uses A4 and desktop machines as far back as I can remember (mid 90s) also correctly defaulted to A4 when printing. I suspect it's more likely to be that there's been English (UK) and English (US) options in OS's for a long time and Aus got defaulted to English (US) rather than English (UK) which carried some settings that weren't correct by default.
Parents used to offload parenting to streets, fields and forests for decades. I don't think the offloading is the cause. But switching the offloading provider to SOCIAL MEDIA (of which Youtube is one) might've been.
Maybe not all AIs, but LLMs benefit immensely from abstraction. They are trained on human code, and human code usually uses very high abstraction - so high abstraction is overrepresented in training data compared to low level implementations. It also drastically reduces number of tokens, and that has downstream effect of better utilization of context window and whatnot. We are not yet at the point where AI can use low-level code as building snippets the same way it can use high-level libraries; most likely we won't be for a long time.
If what you're trying to build is a perfect match for the full set of abstractions React provides then it's gonna be cleaner to use React than have AI re-invent it. But most cases I run into don't fit that description.
Note that even "plain" JavaScript is very high-level with tons of abstractions. Most website features are one-liners that call into browser APIs where the actual implementation lives.
reply