• 0 Posts
  • 160 Comments
Joined 2 years ago
cake
Cake day: February 4th, 2024

help-circle







  • Unfortunately, no. My assertion came from sheer popularity of their GitHub repositories and personal observation among my tech-savvy friend groups.

    You can start checking out their code yourself, though. There are a lot of open-source software out there and it would be unfeasible for anyone to audit their code themselves. At some point, you’ll have to put some trust into others. Be it software audit companies, or the Signal developers.






  • A Linux distribution is just the Linux kernel distributed with various other pieces of software that make it usable. Often times, there are multiple software projects that aim achieve the same goal by going in different paths. These are packaged together by the distro maintainers who mostly do this out of passion.

    Different distros prioritize different aspects of the software they package and they do this in different ways. To make the best choice for you, it is best to try and understand what each distro aims to do. Here are a few examples out my head:

    • Debian is a traditional distribution that aims to keep the system stable for a few years. They do backport security patches, but slow rollout of feature updates is a deal-breaker for some people (like me).
    • CachyOS (based on Arch Linux) compiles it’s packages utilizing newest CPU instructions which may lead to slight performance gain on newer hardware. They also ship some kernel patches optimizing it for gaming use cases.
    • Bazzite is based on an atomic/immutable version of Fedora. The aim here is to provide a system that makes it very hard for users to mess it up, using containerization technologies. It also means that installing packages in the traditional way is not very feasible or recommended. You are supposed to install packages without root access and using technologies like flatpak. It also includes some gaming specific kernel patches similar to CachyOS, but not as many.



  • I don’t dislike much about Linux and do realize that most issues stem from major software developers simply ignoring its existence. Here are a few I had to scratch my head for:

    1. Sub-par touchpad experience.

    Touchpads on Linux are generally worse when it comes to palm rejection compared to Windows. Macbooks are on a completely different level.

    Another thing missing is the scrolling acceleration, which is present on Windows and MacOS.


    1. Wayland protocol development.

    People who approve protocol proposals are very annoying and often stall critical protocols for years.