I love the work of the ArchWiki maintainers

2026-02-151:20960172k7r.eu

For this year's "I love Free Software Day" I would like to thank the maintainers of Free Software documentation, and here especially the maintainers of the ArchWiki. Maintainers in general, and…

For this year's "I love Free Software Day" I would like to thank the maintainers of Free Software documentation, and here especially the maintainers of the ArchWiki. Maintainers in general, and maintainers of documentation most of the time get way too little recognition for their contributions to software freedom.

Myself, Arch Project Leader Levente, ArchWiki maintainer Ferdinand, and FSFE's vice president Heiki at FOSDEM 2025 after I handed them over some hacker chocolate

Myself, Arch Project Leader Levente, ArchWiki maintainer Ferdinand (Alad), and FSFE's vice president Heiki at FOSDEM 2026 after I handed them over some hacker chocolate.

The ArchWiki is a resource, I myself and many people around me regularly consult - no matter if it is actually about Arch or another Free Software distribution. There are countless times, when I read articles there to get a better understanding of the tools I daily use, like e-mail programs, editors, or all kinds of window managers I used over time. It helped me to discover some handy features or configuration tips that were difficult for me to find in the documentation of the software itself.

Whenever I run into issues setting up a GNU/Linux distribution for myself or family and friends, the ArchWiki had my back!

Whenever I want to better understand a software, the ArchWiki is most often the first page I end up consulting.

You are one of the pearls of the internet! Or in Edward Snowden's words:

"Is it just me, or have search results become absolute garbage for basically every site? It's nearly impossible to discover useful information these days (outside the ArchWiki). " https://x.com/Snowden/status/1460666075033575425

Thank you, to all the ArchWiki contributors for gathering all the knowledge to help others in society to better understand technology and for the ArchWiki maintainers to ensure the long term availability and reliability of this crucial resource.

If you also appreciated the work of the ArchWiki maintainers for our society, tell them as well, and I encourage you to make a donation to Arch.

PS: Thanks also to Morton for connecting me with Ferdinand and Levente at FOSDEM.


Read the original article

Comments

  • By reidrac 2026-02-1510:309 reply

    Very useful because the information is almost distribution agnostic as Arch will stick to upstream as much as possible; or at least that's my impression as Debian user reading their wiki.

    Also: isn't the Arch wiki the new Gentoo wiki? Because that was the wiki early 2000s and, again, I've never used Gentoo!

    • By lucideer 2026-02-1511:281 reply

      Gentoo's wiki is still great (& Arch's has been great for a long time), but yes, Arch's is probably improving at a faster rate. Arch is also a little more comprehensive when it comes to mainstream tech that's divergent like init & network management - Gentoo's still good here but openrc & netifrc show their influence throughout.

      • By account42 2026-02-179:38

        I think the Gentoo wiki that gp is referring to is the old gentoo-wiki.info that went down after a hardware failure or something like that and never came back.

        The wiki.gentoo.org we have now restores some of that but probably not everything - and there was a void left between them that let the Arch wiki gain mindshare.

    • By xattt 2026-02-1514:274 reply

      I get the sense the Arch wiki pages has more detail than the man pages themselves.

      The wiki captures the knowledge that developers of said apps assume to be common, but don’t actually make sense unless you are bootstrapped into the paradigm.

      • By kartoffelsaft 2026-02-1515:47

        Most man pages are written for someone who knows pretty precisely what they want to do, but don't recall which nobs to turn in the program to get that done. The Arch wiki instead focuses on someone who has a vague idea of what tools to use but doesn't know how those tools operate.

        I've found that with an intermediate understanding, the Arch wiki is so much better that I often times won't even check the man pages. But on the occasions where I know the thing pretty well, they can be quite spotty, especially when it's a weird or niche tool among Arch users. So, depending on how you define "more detail", that might be an illusion.

      • By bityard 2026-02-1517:351 reply

        Man pages were always intended to be concise reference material, not tutorials or full docs. More akin to commented header files or a program's --help output, before the latter became common.

        (GNU info tried to be a more comprehensive CLI documentation system but never fully caught on.)

        • By bombcar 2026-02-1518:01

          man pages got replaced by --help in many, many cases.

          GNU info was an interesting experiment but it got replaced by online wikis.

      • By its-kostya 2026-02-1519:59

        Anecdotally the arch wiki expands on the vauge man pages, often with examples for cases actually used by people. And they are much more easily accessible to modify and have instant gratification of publishing changes. Publishing to upstream man pages of a project, need to wait for it to trickle down.

      • By ACS_Solver 2026-02-1521:30

        Arch wiki is far better than most man pages. I've referred to Arch for my own non-Arch systems and when building Yocto systems. Most Arch info applies.

        In the ancient days I used TLDP to learn about Linux stuff. Arch wiki is now the best doc. The actual shipped documentation on most Linux stuff is usually terrible.

        GNU coreutils have man pages that are correct and list all the flags at least, but suffer from GNU jargonisms and usually a lack of any concise overview or example sections. Most man pages are a very short description of what the program does, and an alphabetic list of flags. For something as versatile and important as dd the description reads only "Copy a file, converting and formatting according to the operands" and there's not even one example of a full dd command given. Yes, you can figure it out from the man page, but it's like an 80s reference, not good documentation.

        man pages for util-linux are my go-to example for bad documentation. Dense, require a lot of implicit knowledge of concepts, make references to 90s or 80s technology that are now neither relevant nor understandable to most users.

        Plenty of other projects have typical documentation written by engineers for other engineers who already know this. man pipewire leaves you completely in the dark as to what the thing even does.

        Credit to systemd, that documentation is actually comprehensive and useful.

    • By rjzzleep 2026-02-1511:501 reply

      > Also: isn't the Arch wiki the new Gentoo wiki? Because that was the wiki early 2000s and, again, I've never used Gentoo!

      It is, didn't Gentoo suffer some sort of data loss which made it lose its popularity?

      • By speed_spread 2026-02-1519:242 reply

        Gentoo's source based approach was always destined to be less popular than a precompiled distro. Compile times & customization options select for a certain clientele.

        • By zdragnar 2026-02-1521:07

          I think the reference was to Gentoo's wiki, which was indeed hacked and lost data iirc.

          But yes, comparing distros themselves, Gentoo will not out compete streamlined and prepackaged distros in the broader adoption metrics.

          The wikis themselves are largely distro agnostic and exceptionally useful for everyone on Linux though.

        • By leipie 2026-02-1521:18

          All my machines still run Gentoo (I have used it for over 25 years). I just love the package manager. It has become much more low friction with the binary packages and gentoo-kernel(-bin). I regularly visit both the Gentoo and Arch documentation. They even cross reference each other and both are a great resource.

    • By arendtio 2026-02-1517:492 reply

      > Also: isn't the Arch wiki the new Gentoo wiki? Because that was the wiki early 2000s and, again, I've never used Gentoo!

      Exactly my thought! 20 years ago, I used Gentoo, and their wiki was the best. Somewhen the Arch wiki appeared and became better and better. At some point, I was tired of compiling for hours and switched one machine at a time to Arch, and today, the Arch wiki is the number one.

      • By jorvi 2026-02-160:03

        Interestingly enough, the ArchWiki itself seems to slowly be getting augmented by NixOS its wiki. Due to the way NixOS works, new packages constantly hit weird edge cases, which then requires deep diving into the package to write a workaround, the info of which either ends up in the wiki or the .nix package comments.

      • By dingnuts 2026-02-1518:12

        Arch and its wikin were already pretty good when it happened, but the real turning point was when the Gentoo wiki got hacked. After that, it never really recovered, and the Arch wiki must have absorbed a lot of that expertise because that's when it really took off.

        as I recall anyway. can't believe it's been so long.

    • By bombcar 2026-02-1518:00

      The Gentoo wiki was (is in many ways) phenomenal, and I recommend anyone interested in the inner workings of Linux at least walk through a full install from scratch - you learn a lot even just copying the instructions into the terminal.

    • By johnisgood 2026-02-1510:38

      According to my experience, yes, it is. I have used Gentoo (using its wiki to install and configure), then after a few distro hops I was at Arch Linux and the wiki was a blessing and ever since I have found it (>10 years), I never needed anything else. Stuff they have on there applies specifically AND generally. Whereas Gentoo's wiki is usually specific IIRC.

    • By MarsIronPI 2026-02-1613:21

      Yes, the Gentoo wiki used to be the top, but it was an unofficial wiki and so wasn't backed up properly. Then it suffered a data loss and never recovered. I believe there is still an archive of some of its pages on the Wayback Machine.

    • By alfiedotwtf 2026-02-168:13

      Glad ours not just me. Had been using Arch for years, and whenever I landed on their docs pages, the first thing I would think of EVERY time without fail was is Gentoo wiki!

    • By red-iron-pine 2026-02-1521:59

      > Also: isn't the Arch wiki the new Gentoo wiki? Because that was the wiki early 2000s and, again, I've never used Gentoo!

      man came here to say the same.

      used gentoo for all of 5 minutes in 2005 but the wiki was amazing and I referenced it repeatedly for other things.

      generally heard the same about the arch wiki, too

  • By ofalkaed 2026-02-154:1512 reply

    I learned linux by using Arch back in the days when pacman -Syu was almost certain to break something and there was a good chance it would break something unique to your install. This was also back in the days when most were not connected to the internet 24/7 and many did not have internet, I updated when I went to the library which was generally a weekly thing but sometimes it be a month or two and the system breakage that resulted was rococo. Something was lost by Arch becoming stable and not breaking regularly, it was what drove the wiki and fixing all the things that pacman broke taught you a great deal and taught you quickly. Stability is not all that it is cracked up to be, has its uses but is not the solution to everything.

    • By assimpleaspossi 2026-02-1512:114 reply

      >>Something was lost by Arch becoming stable and not breaking regularly

      Only a Linux user would consider the instability of a Linux distro to be a good thing.

      • By badgersnake 2026-02-1512:281 reply

        If your goal is to learn how it works this was great, a new challenge every day.

        Perhaps we need a chaosmonkey Linux distro.

        Also FreeBSD did this well recently, migrating libc and libsys in the wrong order so you have no kernel API. That was fun.

        • By KAMSPioneer 2026-02-1518:08

          I was hit with that on a remote box in another country! Should have researched the upgrade more before I did it, but it is a personal thing and not work.

          However, my IPMI motherboard and FreeBSD's integrated ZFS boot environments might be considered cheating...

      • By encom 2026-02-1517:421 reply

        You don't become a mechanic without fixing broken down cars. So in that sense, the shittier the car, the better.

        My Linux story is similar. In retrospect I learned it on hard mode, because Gentoo was the first distro I used (as in really used). And Gentoo, especially back around 2004 or so, really gave you fully automatic, armour-piercing, double-barreled footguns.

        • By bombcar 2026-02-1518:02

          Gentoo foot guns were (are) the best!

          That you could always just boot from the CD and start again was nice. I think I reinstalled 4-5 times the "first time" before I got it where I wanted to be.

      • By gosub100 2026-02-1518:45

        If you choose not to upgrade, it is stable. There is no QA department for Linux (or windows, they were let go around 2015) so someone has to endure the instability if there is to be any progress. We should all thank those who run nascent software so those who run stable distros can have stability.

      • By ofalkaed 2026-02-1520:35

        It is the sort of mentality required to reach the place in computing which linux has. Decent chance you have linux running on something you own even if you do not run it on your computer and even if you don't, you do use the internet.

    • By keysersoze33 2026-02-155:154 reply

      I've contributed 32 edits (1 new page) in the past 10 years, so despite being stable, there are still many things to add and fix!

      Sadly, the edit volume will likely drop as LLMs are now the preferred source for technical Linux info/everything...

      • By resonious 2026-02-155:592 reply

        At the same time, I suspect resources like the Arch Wiki are largely responsible for how good AI is at fixing this kind of stuff. So I'm hoping that somehow people realize this and can continue contributing good human-written content (in general).

        • By overfeed 2026-02-156:273 reply

          > So I'm hoping that somehow people realize this and can continue contributing good human-written content (in general).

          AI walled-gardens break the feedback loop: authors seeing view-counts and seeing "[Solved] thank you!" messages helps morale.

          • By integralid 2026-02-157:251 reply

            Definitely, being unpaid LLM trainer for big corporations while nobody actually reads your work is not very encouraging. I wonder what the future will bring.

            • By pjerem 2026-02-158:253 reply

              I do think we will, at some point, face a knowledge crisis because nobody will be willing to upload the new knowledge to the internet.

              Then the LLM companies will notice, and they’ll start to create their own updated private training data.

              But that may be a new centralization of knowledge which was already the case before the internet. I wonder if we are going to some sort of equilibrium between LLMs and the web or if we are going towards some sort of centralization / decentralization cycles.

              I also have some hope that LLMs will annihilate the commercial web of "generic" content and that may bring back the old web where the point was the human behind the content (be it a web page or a discussion). But that what I’d like, not a forecast.

              • By miki123211 2026-02-1513:083 reply

                I wouldn't be surprised if LLM companies end up sponsoring certain platforms / news sites, in exchange for being able to use their content of course.

                THe problem with LLMs is that a single token (or even a single book) isn't really worth that much. It's not like human writing, where we'll pay far more for "Harry Potter" and "The Art of Computer Programming" than some romance trash with three reads on Kindle.

                • By Idesmi 2026-02-1813:31

                  It's happening https://wikimediafoundation.org/news/2026/01/15/wikipedia-ce... Although editors paid directly by the Foundation are not the majority of Wikipedia.

                • By leoedin 2026-02-1514:30

                  This is perhaps true from the "language model" point of view, but surely from the "knowledge" point of view an LLM is prioritising a few "correct" data sources?

                  I wonder about this a lot when I ask LLMs niche technical questions. Often there is only one canonical source of truth. Surely it's somehow internally prioritising the official documentation? Or is it querying the documentation in the background and inserting it into the context window?

                • By direwolf20 2026-02-1517:10

                  LLM companies already do this. Both Reddit and Stack Overflow turned to shit (but much more profitable shit) when they sold their archives to the AI companies for lots of money.

              • By grundrausch3n 2026-02-159:23

                I kind of fear the same. At the same time I wonder if structured information will gain usefulness. Something like man pages are already a great resource for humans, but at same time could be used for autocompletion and for LLMs. Maybe not in the current format but in the same vein.

                But longer form tutorials or even books with background might suffer more. I wonder how big the market of nice books on IT topics will be in the future. A wiki is probably in the worst place. It will not be changed with the MR like man pages could be and you do not get the same reward compared to publishing a book.

              • By fc417fc802 2026-02-1513:54

                > nobody will be willing to upload the new knowledge to the internet

                I think there will be differences based on how centralized the repository of knowledge is. Even if textbooks and wikis largely die out, I imagine individuals such as myself will continue to keep brief topic specific "cookbook" style collections for purely personal benefit. There's no reason to be averse to publishing such things to github or the like and LLMs are fantastic at indexing and integrating disparate data sources.

                Historically sorting through 10k different personal diaries for relevant entries would have been prohibitive but it seems to me that is no longer the case.

          • By bdavbdav 2026-02-157:41

            Absolutely. Even though I don’t use arch (btw), the wiki is still a fantastic configuration reference for many packages: systemd, acpi, sensors, networkmanager I’ve used it for fairly recently.

            You see it referenced everywhere as a fantastic documentation source. I’d love seeing that if I were a contributor

          • By kelvinjps10 2026-02-1512:41

            Also if it's not correct someone else will edit it. But with the LLM it's just the LLM and you, and if you correct it is not like it will automatically be updated for all the users.

        • By mdnahas 2026-02-1515:17

          I just installed Arch (EndeavourOS) and LLM did not help. The problems were new and the LLM’s answers were out-of-date. I wasted about 5 hours. Arch’s wiki and EndeavourOS’s forums were much better. YMMV

      • By bdavbdav 2026-02-157:383 reply

        They may be preferred, but in a lot of cases they’re pretty terrible.

        I had a bit of a heated debate with ChatGPT about the best way to restore a broken strange mdadm setup. It was very confidently wrong, and battled its point until I posted terminal output.

        Sometimes I feel it’s learnt from the more belligerent side of OSS maintenance!

        • By VorpalWay 2026-02-157:553 reply

          Why would you bother arguing with an LLM? If you know the answer, just walk away and have a better day. It is not like it will learn from your interaction.

          • By vladvasiliu 2026-02-159:25

            Maybe GP knew the proposed solution couldn't have worked, without knowing the actual solution?

          • By dessimus 2026-02-1517:001 reply

            The Gell-Mann effect? If you can't trust LLM to assist with troubleshooting in the domain one is very familiar (mdadm), then why trust it in another that one is less familiar such as zfs or k8s?

            • By bdavbdav 2026-02-1616:48

              I think my position is that I don’t trust it at all carte Blanche, but if I know what I’m doing, then it’s helpful as a doc source. In this case, I wasn’t too familiar with the specific cli tools, flags etc and it was a shortcut.

          • By bdavbdav 2026-02-1616:47

            Because I wasn’t 100% sure of the solution myself, and wanted to talk through how to actually implement the theory of what I wanted to do. I knew that what it was suggesting was 100% wrong, but not of the best path.

        • By DevDesmond 2026-02-1519:501 reply

          Arguing with an LLM is silly because you’re dealing with two adversarial effects at once:

          - As the context window grows the LLM will become less intelligent [1] - Once your conversation takes a bad turn, you have effectively “poisoned” the context window, and are asking an algorithm to predict the likely continuation of text that is itself incorrect [2]. (It emulating the “belligerent side of OSS maintenance” is probably quite true!)

          If you detect or suspect misunderstanding from an LLM, it is almost always best to remove the inaccuracies and try again. (You could, for example, ask your question again in a new chat, but include your terminal output + clarifications to get ahead of the misunderstanding, similar to how you might ask a fresh Stack Overflow question).

          (It’s also a lot less fun to argue with an LLM, because there’s no audience like there is in the comments section with which to validate your rhetorical superiority!)

          1 - https://news.ycombinator.com/item?id=44564248 2 - https://news.ycombinator.com/item?id=43991256

          • By bdavbdav 2026-02-1616:50

            I knew roughly the right path, and wanted guidance on that (cli guidance specifically). It was refusing to do so saying it wouldn’t work! It did work…:

        • By michaelt 2026-02-1511:13

          > It was very confidently wrong, and battled its point

          The "good" news is a lot of newer LLMs are grovelling, obsequious yes-men.

      • By vladvasiliu 2026-02-159:32

        I think it all comes down to curiosity, and I dare think that that's one of the main reasons why someone will be using Arch instead of the plethora of other distros.

        Now, granted, I don't usually ask an LLM for help whenever I have an issue, so I may be missing something, but to me, the workflow is "I have an issue. What do I do?", and you get an answer: "do this". Maybe if you just want stuff to work well enough out of the box while minimizing time doing research, you'll just pick something other than Arch in the first place and be on your merry way.

        For me, typically, I just want to fix an annoyance rather than a showstopping problem. And, for that, the Arch Wiki has a tremendous value. I'll look up the subject, and then go read the related pages. This will more often than not open my eyes to different possibilities I hadn't thought about, sometimes even for unrelated things.

        As an example, I was looking something up about my mouse the other day and ended up reading about thermal management on my new-to-me ThinkPad (never had one before).

      • By fragmede 2026-02-155:541 reply

        Depends on how AI-pilled you are. I set Claude loose on my terminal and just have it fix shit for me. My python versions got all tuckered and it did it instead of me having to fuck around with that noise.

        • By xhcuvuvyc 2026-02-156:33

          I'm not there yet. Not on my work system anyway.

          Seen too many batshit answers from chatgpt when I know the answer but don't remember the exact command.

    • By shevy-java 2026-02-158:153 reply

      I learned linux on debian first. The xserver (x11 or what as its old name) was not working so I had to use the commandline. I had a short debian handbook and worked through it slowly. Before that I had SUSE and a SUSE handbook with a GUI, which was totally useless. I then went on to use knoppix, kanotix, sidux, GoboLinux, eventually ended up with slackware. These days I tend to use manjaro, despite the drawback that is systemd. Manjaro kind of feels like a mix between arch and slackware. (I compile from source, so I only need a base really for the most part, excluding a few things; I tend to disable most systemd unit files as I don't really need anything systemd offers. Sadly distributions such as slackware kind of died - they are not dead, but too slow in updates, no stable releases in years, this is the hallmark of deadness.)

      • By ofalkaed 2026-02-158:46

        Slackware only does long term stable releases but Slackware current is a rolling release that does not really feel like a rolling release because of how Slackware provides a full and complete system as the base system. I avoided Slackware current for years because I did not want to deal with the hassle of rolling release, but it is almost identical in experience to using the release.

      • By grundrausch3n 2026-02-159:26

        I actually got a lot of Linux knowledge from the Suse handbooks, but when I was still buying a box in the book store because of slow internet connection in the beginning of the 2000. For Linux content nowadays the Arch wiki is still one of my most used resources although I did not use Arch in years.

      • By jampekka 2026-02-1512:47

        > The xserver (x11 or what as its old name)

        It was XFree86 until around mid 00s after which the X.org fork took over.

    • By doubled112 2026-02-155:542 reply

      > Arch becoming stable and not breaking regularly

      I believe this to be the entire ecosystem, not just Arch. It's been a long while since something like moving to 64bit happened. Or swapping out init systems.

      • By VorpalWay 2026-02-158:022 reply

        Other good examples: Linuxthreads to NTPL (for providing pthreads), XFree86 to Xorg.

        I was using Gentoo at the time, which meant recompiling the world (in the first case) or everything GUI (in the second case). With a strict order of operations to not brick your system. Back then, before Arch existed (or at least before it was well known), the Gentoo wiki was known to be a really good resource. At some point it languished and the Arch wiki became the goto.

        (I haven't used Gentoo in well over a decade at this point, but the Arch wiki is useful regardless of when I'm using Arch at home or when I'm using other distros at work.)

        • By goku12 2026-02-159:03

          I'm on Gentoo without the precompiled packages, except for very large applications. Gentoo wiki is not a match for Arch wiki for its sheer content and organization. But Gentoo wiki contains some stuff that Arch wiki doesn't. For example, what kernel features are needed for a certain application and functionality, and how a setup differs between systemd and other inits. I find both wikis quite informative in combination.

        • By ofalkaed 2026-02-158:281 reply

          Arch was young in those days but I think fairly well known? we were quite vocal, opinionated and interjecting our views everywhere by the time of the Xfree86/Xorg switch. Perhaps it is just my view from being a part of it but I remember encountering the Arch reputation everywhere I went. Or maybe it is just the nostalgia influencing me.

          • By VorpalWay 2026-02-158:381 reply

            Could be. I don't remember Arch being on my radar at that point though. But it wasn't long after I switched from Gentoo to Arch (and then Debian for a decade due to lack of stability before going back to Arch 7 years ago or so).

            A few years before the Xorg thing there was also the 2.4 to 2.6 kernel switchover. I think I maybe was using Slackware at that point, and I remember building my own kernel to try out the new shiny thing. You also had to update some userspace packages if I remember correctly: things like modprobe/insmod at the very least.

            • By ofalkaed 2026-02-158:572 reply

              2.6 was also the switch from OSS to Alsa, which caused some fun, Alsa really was not ready for prime time.

              • By VorpalWay 2026-02-159:12

                Oh yeah, you just unlocked a forgotten memory. I was actually lucky there, I had a SoundBlaster Live 5.1 which worked just fine on ALSA (hardware mixing even worked out of the box). But I remember lots of other people complaining on IRC about it.

              • By doubled112 2026-02-170:19

                And once ALSA was working pretty well for me, PulseAudio came too soon.

      • By ofalkaed 2026-02-157:32

        Most distros were stable well before Arch because Arch worked out most of the bugs for them and documented them on their wiki. Arch and other bleeding edge distros are still a big part of the stability of linux even if they don't break all that often anymore, they find a lot of the edge cases before they are issue for the big distros. In 2005 it was not difficult to have a stable linux install, you may have had to hunt a bit for the right hardware and it may have taken awhile to get things working but once things were working they tended to be stable. I can only think of one time Slackware broke things for me since I started using it around 2005, it taking on PulseAudio caused me some headaches but I use Slackware for audio work and am not their target so this is to be expected. Crux was rock solid for me into the 10s, nearly a decade of use and not even a hiccup.

    • By streetfighter64 2026-02-159:061 reply

      > back in the days when pacman -Syu was almost certain to break something and there was a good chance it would break something unique to your install

      This was still the case when I switched to arch in like 2016 lol

      • By Pay08 2026-02-1510:50

        Not to mention that they broke EAC only a few years ago.

    • By Erenay09 2026-02-157:44

      About a year ago, when I installed Arch, my first Linux distro, most things were great. However, while testing some commands in pacman, there were a bunch of Python-related packages (even though I hadn't downloaded them). Since I needed some disk space, I figured deleting them wouldn't hurt. Unfortunately, I couldn't boot again. I guess the ones related to Python were related to Hyprland and Quickshell.

    • By binsquare 2026-02-155:351 reply

      This brings back memories, same here!

      I even bookmarked a page to remember how to rebuild the kernel because I can always expect it breaking.

      • By ofalkaed 2026-02-156:081 reply

        I didn't really get into custom kernels until I started using Crux. A few years after I started using Arch I got sick of the rolling release and Arch's constant breakages, so I started looking into the alternatives, that brought me to Crux (which Arch was based off of) and Slackware (which was philosophically the opposite of Arch without sacrificing the base understanding of the OS). Crux would have probably won out over Slackware if it were not for the switch to 64bit, when confronted with having to recompile everything, I went with the path of least resistance. Crux is what taught me to compile a kernel, in my Arch days I was lucky when it came to hardware and only had to change a few things in the config which the Arch wiki guided me through.

        Crux is a great distro for anyone ok with a source distro and I think it might be the best source distro, unlike the more common source distros, it does not do most of the work for you. Also love its influence from BSD, which came in very handy when I started to explore the BSDs and FreeBSD which is my fallback for when Patrick dies or steps back, Crux deserves more attention.

        • By JCattheATM 2026-02-1513:581 reply

          Arch always turned me off with it's rolling release schedule, and I wasn't that impressed with pacman to be honest. I used to love Slack, but they lost their way trying to compete with Ubuntu and the like. I remember thinking how ridiculous it was for mplayer to have samba as a dependency, and the community saying a full install was the intended way to run Slack. I ran it as a minimalist without issues until they started wanting to compete in the desktop space.

          The best successor I've found is Alpine. It's minimal and secure by design, has an excellent package manager (I much prefer apk to pacman or xbps, or apt and rpm for that matter), has stable and LTS releases while letting people who want to be rolling release do so by running edge. People think it's only for containers but it has every desktop package anyone would need, all up to date and well maintained. Their wiki isn't at Arch's level, but it's pretty damn good in its own right.

          • By skydhash 2026-02-1519:371 reply

            I like alpine because it try to be relatively simple (openrc, busybox, …). My only issue is programs relying on glibc for no reason (altough you can use flatpack). But I’m using openbsd now.

            • By JCattheATM 2026-02-1522:10

              I was never a fan of openbsd, a lot of the security claims are misplaced, bordering on theater. glibc support isn't so bad in Alpine, there are compatibility packages that work for most things if there isn't a flatpak.

    • By estimator7292 2026-02-1519:07

      Arch linux will still happily blow itself up if you skip updates for too long.

      It's to the point where if I see 'archlinix-keyring' in my system update, I immediately abort and run through the manual process of updating keys. That's prevented any arch nuclear disasters for the last couple years

    • By kalterdev 2026-02-155:024 reply

      I have started using Arch in 2016 and it was stable back then. Are you describing an earlier era?

      • By charleslmunger 2026-02-155:433 reply

        Not OP, but used Arch for a while in 2011, and at some point doing an update moved /bin to /usr/bin or something like that and gave me an unbootable system. This was massive inconvenience and it took me many hours to un-hose that system, and I switched to Ubuntu. The Ubuntu became terrible with snaps and other user hostile software, so I switched to PopOS, then I got frustrated with out of date software and Cosmic being incomplete, and am now on Arch with KDE.

        Back then I used Arch because I thought it would be cool and it's what Linux wizards use. Now Arch has gotten older, I've gotten older, and now I'm using Arch again because I've become (more of a) Linux wizard.

        • By mjevans 2026-02-158:41

          The silly move from /bin to /usr/bin broke lots of distros. Probably would have worked out if they'd had cp --reflink=auto --update to help ease migrations from files in /bin to /usr/bin and then just symlinked /bin to /usr/bin . However then any setups where /usr is a distinct filesystem from / would hard-require initramfs to set that up before handoff.

          The python (is python2) transition was even more silly though. Breaking changes to the API and they wanted (and did!) force re-pointing the command to python3? That's still actively breaking stuff today in places that are forsaken enough to have to support python2 legacy systems.

        • By dboon 2026-02-1516:44

          Arch + KDE is pretty sweet. It looks gorgeous out of the box, and gives you a system that mostly just works but is still everything you love about Arch

        • By cromka 2026-02-1510:51

          Also not OP, I gave up Arch around 2011 as well after I wasn't able to mount a USB pendrive at the uni, as I was rushing somewhere. This was embarrassing and actually a serious issue, took some time to fix upstream and finding workaround was also annoying. This is when I gave up on it and never looked back, but I did, indeed, learn all about Linux internals from dailying Arch for 3 or so years.

      • By Semaphor 2026-02-155:06

        > This was also back in the days when most were not connected to the internet 24/7 and many did not have internet

        That does sound significantly longer ago then 2016 ;)

      • By benoliver999 2026-02-157:452 reply

        The switch to systemd is the last time I FUBARed my system. 2012 it looks like?? I simply did not even remotely understand what I was doing.

        • By ofalkaed 2026-02-158:14

          Systemd was the end of Arch for me, my rarely used Arch install was massively broken by its first update in ~6 months largely because of systemd. With some work I got things sorted out and working again only to fall into a cycle of breaking the system as I discovered that systemd was very different from what I was used to and did not like me treating it like SysV. Going 6 months without updates would most likely have caused issues with Arch regardless of how stable it had gotten even without the systemd change, but my subsequent and repeated breaking of the system made me realize I no longer had any interest in learning new system stuff, I just wanted a system that would stay out of my way and let me do the things I wanted to use the system for.

          I do miss Arch but there is no way I am going to keep up with updates, I will do them when I discover I can't install anything new and then things will break because it has been so long since my last update. Slackware is far more suited to my nature but it will never be Arch.

        • By ambicapter 2026-02-1514:34

          > I simply did not even remotely understand what I was doing

          Why do I miss the stupid unconscious bravery of those days :)

      • By ofalkaed 2026-02-155:15

        This would be back in the 00s. I would guess that Arch got stable around 2010? I was using Slackware as my primary system by then so don't know exactly when it happened, someone else can probably fill in the details. I started using Arch when it was quite new, within the first year or two.

    • By ambicapter 2026-02-1514:31

      I had somebody’s pgp key break something yesterday :) learned about arch-key ring.

    • By thr0w4w4y1337 2026-02-156:57

      > Something was lost by Arch becoming stable and not breaking regularly

      ...a smooth sea never made a skilled sailor

  • By Groxx 2026-02-157:351 reply

    The Arch wiki has rapidly become my go-to source for every time I need a real answer... and honestly it should just become my default for everything Linux. It's astoundingly high quality, some of the best content out there whether or not you're using Arch.

    So +1000, I love their work, and all the contributors! It's so, so good, and greatly appreciated.

    • By Pay08 2026-02-1510:52

      A lot of pages are very bare or outdated, it should absolutely not be anything besides the default Arch wiki.

HackerNews