May be a mean sounding question, but I’m genuinely wondering why people would choose Arch/Endevour/whatever (NOT on steam hardware) over another all-in-one distro related to Fedora or Ubuntu. Is it shown that there are significant performance benefits to installing daemons and utilities à la carte? Is there something else I’m missing? Is it because arch users are enthusiasts that enjoy trying to optimize their system?


haven’t tried arch but afaik it’s a distro that lets the user control everything, like gentoo or slackware. that’s actually an easier system to manage if you know what you’re doing and have something you want in mind.
or some people just enjoy tinkering and sufferingNot “everything”, and I wouldn’t say there’s any distro that lets you “control everything”. e.g. look at Alpine Linux, which uses musl, busybox, and OpenRC, whereas Arch uses glibc, GNU coreutils, and systemd. These three choices are “locked in” for Alpine and Arch—you can’t change them. And it’s unlikely for any distro to let you choose all these things because that creates a lot of maintenance work for the distro maintainers.
I suppose Linux From Scratch lets you “control everything”, but I wouldn’t call it a distro (there’s nothing distributed except a book!), and hardly anyone daily drives it.