I've never seen an infographic for "I use arch, btw." until now.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
oh come on. I don't ever say it outside of meme contexts. I just personally enjoy rolling releases and don't really like the corporate feeling of Fedora, so i'm left with only really Arch as a good option.
Just lighthearted poking, I don't have anything bad to say about anyone's choices. I didn't mean any offense. Sorry if that was its tone.
No, no don't worry, no offense taken π I should have expected it lol
Debian is where greybeards go to retire things just work once you configured them and you don't need the helping hand of the AUR as you can just build your own packages with aptbuild.
Shit. I've been on Debian for decades now. Maybe I'm just an old soul... Or I'm just lazy. I don't even configure my DE anymore. The OS install of today will be wiped in no time, so it's not worth being too attached.

I think I may have a favorite.
wow... and what DE do you use with Slackware? I assume you just use pure CLI though
That CLI music player looks nice, I can't find it though. Looks like you made it, did you share it somewhere?
antiX mentioned
i use arch, btw
NGL, I really wanna try either free or open bsd
I've messed around with Dragonfly BSD a bit... it mostly felt familiar to me, and I can potentially see myself using a BSD in the future if I ever needed to jump ship. The multiprocessing and the HAMMER2 filesystem on that one in particular seemed neat. Though obviously I didn't have good GPU support on that particular BSD since I have an nvidia card XD
I worked at a company filled with BSD zealots. Their burning hatred for Linux was all-consuming, bad really put me off of the lot.
I did a tour with OpenBSD about 2000-2004. It works just fine, with a much reduced ecosystem of pre built packages, just because of the quantity of devs around.
I saw Dragonfly when it started and I'm glad to hear it's still going. The idea held a lot of promise.
What, only one distro at a time? Arch on desktop is one thing, but Arch on servers is quite another ...
I think that most Arch users that want to move to something stable are considering NixOS or GNU Guix rather than Debian.
Either that or Void
Well, maybe i'm not your average Arch user then.. Don't see the appeal in Nix, honestly, and i'm too lazy to learn. What is GNU Guix? Never heard of it.
I'm kinda tinkering with Debian Sid atm.
It's strange to see someone move from Ubuntu to Arch, like it, and have aspirations of Debian. Ubuntu to Debian is fairly straightforward, did you have to do a bunch of shit to get on and learn arch?
I've been a Debian guy for many years and it's unlikely I'll move away in the foreseeable future.
Nix is a package manager and nix-os is an OS built around that package management system.
You can install nix the package manager in debian. I don't use it for installing desktop apps like a browser or office suite, I prefer AppImages for those. However, it's absolutely fantastic for CLI stuff, especially the things you might want as a once off. You can just nix-shell -p <obscure cli tool> and it's just magically there in a new temporary shell, and then cleaned up once you quit that shell. No more adding weird repos to apt, or downloading from github and building, or piping scripts to bash.
There's also home-manager which allows you to define packages and their configurations, and just roll out that state on any machine.
These fancy package management tools (flatpak, AppImage, and nix) have dramatically changed the Debian experience. I used to be forever struggling with the trade off between stability and old versions of things. That's really not the case any more because you don't have to interfere with Debian's conservative methodical ideology around stability in order to install and use all the shiny new things.
Guix (pronounced "geeks") is like Nix (declarative, functional, atomic) but more Emacs (niche, lispy, Free)