

Yuuup… Debugging concurrent code is a bitch.
Hopeless yuri addict.


Yuuup… Debugging concurrent code is a bitch.


My first thought as well, lol.
I’ve used Ubuntu, Arch, and Void in the past. Ended up settling on Fedora Silverblue for the time being.
I don’t see a call to fork(), so there’s clearly no child here.


Modern PCs can trace their lineage all the way back to the IBM PC Compatibles. Multiple vendors across the industry consolidated on a set of standards (because IBM basically had a monopoly at one point), and consumers came to expect that these standards would be followed.
When smartphones came on the scene, there was no expectation for them to follow desktop standards. It was the Wild West, and every manufacturer ended up doing things at least a little differently—much like the early PC market, actually. The customer base was the general public, not the hobbyists and tinkerers who bought into the early PC market, and there was no regulatory pressure to adopt open standards. In addition, I don’t think people anticipated the extent to which phones would become the dominant form of computing for much of the globe.
Honestly, in terms of the actual system architecture, I prefer NT’s object-based approach to the the file-based design that Linux (and other Unix systems) use.
The best part of Linux is the license. The OS can definitely be rough around the edges and have some maddening problems. But it still feels like something that is built and maintained by actual users rather than by a corporation that’s slowly trying to milk you for all you’re worth.


I’ve had a hot take for a while now that Linux isn’t “more secure” than other operating systems like a lot of evangelists will claim. I think people get this impression because the user base for desktop Linux has been small enough that no one was writing malware targeted at us.
Unix’s security model was developed in a world where the primary concern was protecting the system from users and protecting users from each other. It wasn’t really designed for single-user systems where the main concern is protecting the user from their own applications.
Yeah, recent versions of GCC have gotten a lot better. I suspect it’s actually because of languages like Rust raising the bar.