← Back to context

Comment by yuvadam

1 year ago

Is arch exploding in popularity? Because of Omarchy or something else?

The current iteration of SteamOS (the one shipped on Steam Deck) is Arch based. So a lot of non-linux users got exposed to it as their first linux distro. Especially with all the emulation guides and other random guides for doing "advanced" stuff to your Steam Deck by dropping in the Arch-ish desktop.

Also anyone who wants to try "Gaming on Linux" needs bleeding edge kernel which is Arch's default setup compared to other distros.

CachyOS (Arch based distro), no.1 on https://distrowatch.com/

  • That’s just a ranking of subpage hits per day. Not only is that easily gamed, it also says very little about how popular an OS really is.

  • This is a slight aside, but CachyOS is a great example of the failure of Wikipedia politics.

    The "CachyOS" page was deleted[1], and replaced with a redirect to the Arch Linux page. But CachyOS is not mentioned anywhere on that page, nor on the "List of Linux distributions § Arch Linux-based" page.

    [1]: https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletio...

  • > Blazingly Fast & Customizable Linux distribution

    I love Arch Linux, but please...

    (Arch Linux is already "fast" (depends on what you install for your DE, if any) and customizable.)

    • But their differentiation is that to improve performance they compile all the packages with newer instruction sets as the target as well as enabling more optimizations like LTO. And some are even optimized with PGO.

      9 replies →

I think I saw posts on Reddit with XQC saying Arch is the best. I mean it is. And I use Arch btw.

  • An evaluation of what's best really depends on how one weighs different tradeoffs. For example, Debian and Arch are basically polar opposites in terms of two questions:

    1) do you want an intermediary between you and the upstream? for example, to patch out telemetry

    2) is it important that what you're using continues to work the same way so you can focus on your actual work?

    No answer to either is consequence-free, e.g. for 1), see the Debian SSH patch event, or for 2), if the answer is "it doesn't work", then that kinda forces one's hand.

    • There's also the significant caveat with 2 that it's only "continues to work the same way" until everything changes all at once because you now need to update to the next version of Debian.

      The "everything changing all at once" thing is what eventually drove me to arch (as the most popular at the time rolling release distro - and more stable at the time than debian sid), I'd personally rather have smaller breaking changes more frequently. Though it's probably less painful now to update debian versions than it use to be because things generally work better without configuration than they used to.