From personal experience .dev is a little weird. For one thing its on the HSTS preload list, enforcing https. You cannot make a http://... request to a .dev domain from most browsers. I found this out the hard way after trying to use .dev for... development.
I understand using http on localhost and in some cases local domains accessible within the LAN. But I don't see much point in using http for public domains, especially since browsers apply many restrictions to insecure origins (http://*.localhost is considered secure).
Idiocracy's mechanism isn't as solid as it seems though even if high educated people do tend to have have less kid. The movie basically suggests "smart people have smart kids, dumb people have dumb kids, repeat forever." But you'd expect kids of very high or very low IQ parents to land closer to average in general. The "compounding" thing the movie relies on isn't really how it works in life.
And even if the premise of Idiocracy were true, less intelligent people aren't worth less than more intelligent people. That's the "eugenics-y vibe" problem mentioned earlier that makes the movie uncomfortable for some people.
I don't think Godot's cli is exactly the same thing as this. Godot's cli allows you to start Godot, do some command, and exit. This allows you to do operations on a running instance of Unity and get structured text output back. It's explicitly made with LLMs in mind.
They're both cli's and Godot was there first, but this isn't really an apples to apples comparison.
This article claims that Tom Bombadil is under-appreciated and then promptly gives no reasons to appreciate him more. We just get a brief description of who he is and what he does in Lord of the Rings.
I'd expect that probably less than 10% of my time is spent actually writing code, and not because of AI, but because enough of it is spent analyzing failures, reading documents, participating in meetings, putting together presentations, answering questions, reading code, etc. And even when I have a nice, uninterrupted coding session, I still spend a decent fraction of that time thinking through the design of how I want the change rather than actually writing the code to effect that change.
Fewer AI-generated comments is generally a good thing.