My father just ruined some PCB while soldering because Gemini told him what to do.
I’m sure there’s many more cases that are worse and we simply do not know about.


But Hamas!!?!!!
It isn’t outdated for most of the current generations.
But what your generation says is up to you.
And neither with “lure” which is what these “AI” companies are doing.


Speed limits are also based on rainy nights.
If you hold rightclick then leftclick will make the character run forward.


There’s a lot of wind turbines where I live and driving past them feels extremely blissful. Just looking at them gives me hope.


“We” do not as I am not from the US, nor are many other lemmings.
That’s just called a business.
I happily rent a server so I can serve the thousands of users that interact with the FOSS project I’m part of.
Except that his idea of oranges is piss.
Only if we can leash you too.
Keep in mind that datacenters are pretty cool and can definitely serve the public without causing much of a problem. The datacenters we don’t want are the ones that are used to train and run LLM, as well as the ones that take power from homes and destroy the environment. There’s a big difference.


Vitamin B12 is found in meat, fish, eggs, dairy products and specially fortified foods, and, according to the NHS, a deficiency can lead to psychological problems.
B12 is supplemented to the animals so in reality these are also fortified foods.


Clankers and vibe coders are destroying developer jobs. We’re literally being sabotaged even worse.


The code is a small antivirus against malicious use.
Using integer primary keys often creates race conditions when you have multiple database shards, so UUIDs have become the standard. (2 different webservers can create a record in 2 different database sync that then sync with eachother in the background). Using UUIDs for SQLite is less common though as SQLite mostly used for small or local applications but developers are used to UUIDs now and even consider them the standard for primary keys now.