Hopeless yuri addict.

  • 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2025

help-circle

  • verdare@piefed.blahaj.zonetoLinux@lemmy.mlWhy do you use/choose Linux?
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    22 days ago

    I subscribe to the philosophy that information should be free, and that computing should be a collaborative effort, driven by community. The world is better when we all work together to improve it.

    These days, I’m less gung-ho about the technical merits of free software; I just prefer using systems that feel like they’re trying to work for me rather than exploit me.








  • I actually like the assurance of immutability. The main downside is that there’s just less documentation on how to do things, since it’s a very non-standard configuration for a distro.

    It’s also annoying having to reboot every time I layer a new package into the system image, but I try to avoid that as much as possible and haven’t had to do it recently.

    Adjusting to Flatpaks has also presented some challenges. In theory, I really like what Flatpaks offer in terms of app-level isolation, but some things are still rough around the edges. I’ve encountered at least one app that didn’t obey the system’s dark mode theming… Also, they still haven’t quite figured out a good way to handle GPU drivers, so you can run into compatibility issues between the usage driver in the runtime and the kernel driver in the system image.

    In my case, I’ve just had to update and restart the application when this happens, but it might cause problems if you try to roll back the OS image after already updating all your runtimes (resulting in a newer userspace driver trying to talk to an outdated kernel driver).





  • 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.