

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.


Imagine how much damage they could have done if they’d been trained by Toph Beifong.
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.