this post was submitted on 13 Nov 2025
82 points (92.7% liked)

Linux

59590 readers
1190 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] starshipwinepineapple@programming.dev 3 points 2 days ago* (last edited 2 days ago)

Less about customizations and more just it doing what i want, and not doing things i don't want. When you build it all from the ground up then you don't have surpise bloat or walls to work around/within.

But most of my customizing from what people use probably would be around my dev environments. Things like rebuilding python libraries to support my gpu are fairly trivial in arch when i need to deviate from releases available through package managers (aur/pypi). Another thing was setting up my data science environments to share some core libraries but venv the rest.

It's a hard question to answer though because fundamentally I'm just using the computer how i want to use it. When you say customization it sounds like you are expecting me to do things differently than other people and really it's just like i said earlier-- doing things i want it to do, and not doing things i don't want it to do. And I'm not really sure what walls other people are stuck behind for me to know what I'm doing differently. I just find a problem, fix it, and move on