this post was submitted on 17 Jun 2024
73 points (100.0% liked)

Free and Open Source Software

17799 readers
3 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

wanting to hop into the world of linux on a dual boot method (one of my favorite games unfortunately cannot be run on linux at all, and it's a gacha. I don't want to gamble with my account being banned, so I'm keeping windows for it specifically.) this'll be my second go at it, I used Pop!_OS briefly but had some issues with wifi and didn't love the GNOME layout. I have a new distro picked out, but I just was curious what other people are using in this community. was also wondering what made you fall on your current one.

and maybe as some bonus questions, what are some distros you've tried but didn't like? what about a distro you want to try eventually? I've seen distrohopping is a thing, hahaha.

you are viewing a single comment's thread
view the rest of the comments
[–] mozz@mbin.grits.dev 18 points 3 months ago (2 children)

Debian is mine and has been for decades + I’m a little bit happy to see it’s still well represented / well thought of in the community. Everything works, and you can choose new + exciting with headaches sometimes, or old + stable with no headaches but old.

Only real issue is the package management hasn’t kept pace with node / python / go / everything else wanting to do its own little mini package management, and so very occasionally that side is a little bit of a mess

NixOS I would like to try at some point as the core philosophy seems a little more suited to the modern (Docker / pip / etc) era, but I never messed with it

[–] robber@lemmy.ml 5 points 3 months ago (1 children)

I recently switched to Debian and use nix to install / provide the likes of node / python / go for development.

[–] mozz@mbin.grits.dev 2 points 3 months ago (1 children)

Wait, how does that work? Can you do Nix package management on a Debian system or something?

[–] robber@lemmy.ml 1 points 3 months ago

Yes, you can just go ahead and install nix in your distro to use e.g. nix-shell to create a development environment.

[–] doubtingtammy@lemmy.ml 1 points 3 months ago* (last edited 3 months ago)

Conda makes python soooo much easier. I never use apt for python things. If you use it a lot, you'll eventually have to learn how to work with different environments. But I promise it's easier than trying to solve dependency hell with some combination of apt and pip.