West Asia - Communist - international politics - anti-imperialism - software development - Math, science, chemistry, history, sociology, and a lot more.

  • 32 Posts
  • 67 Comments
Joined 3 years ago
cake
Cake day: December 27th, 2021

help-circle
  • I have read that it is faster, though I have not tested it myself. Personally, my initial reason to use it was just to try something new and explore the unix world. My reason for staying is that it is a very simple init system that is pleasant to work with. It made me understand what an init system is and use it a lot more.

    Systemd is good if you just want something invisible and you do not want to mess too much with an init system unless you have to. Everything integrates with it

    OpenRC is nicer if you want to write your own init scripts. It is very well documented also.






  • Arch works well for gaming. However, depending on what you’re doing, you should keep this in mind:

    • on any distro, updates may break things or change the behavior of apps. The difference in arch is that youll update no less than weekly on average, maybe biweekly at worst. This would matter more if you have a complex setup. If you’re just using steam, I wouldn’t worry
    • arch only uses the latest versions of software. If you ever install something from outside the arch repos, you have to make sure it is compatible with recent versions. Sometimes it may not be.





  • To summarize: the major difference is that Arch Linux gives you the latest versions of all programs and packages. You can update anytime, and you’ll get the latest versions every time for all programs

    Debian follows a stable release model. Suppose you install debian 12 (bookworm). The software versions there are locked, and they’re usually not the latest versions. For example, the Linux kernel there is version 6.1, whereas the latest is like 6,9 or something. Neovim is version 0.7, whereas the latest is 0.9. Those versions will remain this way, unless you update to, say, debian 13 whenever it comes out. But if you do your regular system updates, it will only do security updates (which do not change the behavior of a program).

    You might wonder, why is the debian approach good? Stability. Software updates = changes. Changes could mean your setup that was previously working, suddenly isn’t, because now the program changed behavior. Debian tries to avoid that by locking all versions, and making sure they are fully compatible. It also ensures that by doing this, you don’t miss out on security updates.






  • Why would one be discouraged by the fact that people have options and opinions on them? That’s the part I’m not buying. I don’t disagree that people do in fact disagree and argue. I don’t know if I’d call it fighting. People being unreasonably aggressive about it are rare.

    I for one am glad that people argue. It helps me explore different options without going through the effort of trying every single one myself.