

Images spoilered due to uncanny horror:
spoiler




Images spoilered due to uncanny horror:




You kinda don’t though. They’re paying massive amounts to keep the Strait open, because of the powerful automotive and petroleum lobbies that control much of the US government.
Since this is a war of aggression on the part of the US, the US could just walk away from it. It’s very unlikely that Iran would attack in the US.


China’s energy is mostly provided by coal, and their coal consumption is increasing every year, regardless of renewables also increasing.


That won’t help. Innocence is no excuse against American cops.


I can’t access that domain due to Datadome blocking. I’m on a residential ISP with no reputation problems from any source. I’m using regular Firefox on Linux.

Mods, please delete this post. It violates rule 5: No AI generated content.


This is negative productivity. It worked before, and now it doesn’t.
Most places in Europe and many places in China have functioning mass transit. Most places in the US do not. The car lobby is very powerful in the US, and they work hard to make life impossible without a car.


Ok, here’s one about China’s current crimes: https://www.lgbtqnation.com/2026/05/hong-kong-unexpectedly-canceled-one-of-its-biggest-lgbtq-events-china-may-be-to-blame/


What countries would you consider Marxists-Leninist?


Don’t forget about present failures. In Russia, you still can’t be gay and talk openly about it.


“You’re a distinct character” is a compliment, not an insult.


You mean get Microsoft to take it down? And then it goes back up on a self-hosted git repo? This does not enable Bambu, Microsoft, or anyone else to sue Rossman in China.


Does Rossman have any presence in China? If not, and if the files are hosted outside China, there’s nothing China can do.
We aren’t socialists
Can someone explain what is the difference between that and socialism?
their anti-competitive practices
Do you have any examples? For reference, Steam does allow developers to list games on Steam and other platforms, and even to have lower prices on the other platforms. I haven’t been able to find any true examples of anti-competitive practices by Steam.
Yes. When I first opened my account in 2016, the second game I bought had advertised Linux support, but did not run on the first 2 distros I tested. On the third distro, it ran but I couldn’t play with Windows users, so it was useless to me. I got a full refund.


I have to use Windows 11 at work. Whenever I complain about it to any of my friends, they say, “it’s easy to work around that. You just have to…” and then they say to modify some registry key, or set up a group policy, or run a powershell command, or use some cleaning tool.
But even if it’s easy to do that, it’s not easy.
chmod can do 95% of everything I’ve ever needed, just with the “user” and “other” category. Private files, public-readable files, public read-write files, programs I compile but anyone can run… all that is just in the “user” and “other” category of chmod.
It gets 99% if you add the sticky bit (used on /tmp) and the “group” category. Serial ports are owned by root:dialout, and mode 660. To get serial port access, just add the user to the dialout group. For group assignments in college, each partner pairing had their own group they could use. Group work files were mode 660 so groups could edit each others’ work, but other groups couldn’t peek.
For the last 1%, use setfacl. It does everything that explorer.exe’s security tab can do.