this post was submitted on 26 Nov 2024
51 points (94.7% liked)
libre
9842 readers
162 users here now
Welcome to libre
A comm dedicated to the fight for free software with an anti-capitalist perspective.
The struggle for libre computing cannot be disentangled from other forms of socialist reform. One must be willing to reject proprietary software as fiercely as they would reject capitalism. Luckily, we are not alone.
Resources
- Free Software, Free Society provides an excellent primer in the origins and theory around free software and the GNU Project, the pioneers of the Free Software Movement.
- Switch to GNU/Linux! If you're still using Windows in
$CURRENT_YEAR
, flock to Linux Mint!; Apple Silicon users will want to check out Asahi Linux.
Rules
- Be on topic: Posts should be about free software and other hacktivst struggles. Topics about general tech news should be in the technology comm or programming comm. That doesn't mean all posts have to be serious though, memes are welcome!
- Avoid using misleading terms/speading misinformation: Here's a great article about what those words are. In short, try to avoid parroting common Techbro lingo and topics.
- Avoid being confrontational: People are in different stages of liberating their computing, focus on informing rather than accusing. Debatebro nonsense is not tolerated.
- All site-wide rules still apply
Artwork
- Xenia was meant to be an alternative to Tux and was created (licensed under CC0) by Alan Mackey in 1996.
- Comm icon (of Xenia the Linux mascot) was originally created by @ioletsgo
- Comm banner is a close up of "Dorlotons Degooglisons" by David Revoy (CC-BY 4.0) for Framasoft
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I like the idea of NixOS but didn't like how it worked in practice. The custom language for configurations was annoying, the errors it spat out never made sense to me, I couldn't run binaries compiled for a regular linux distro, docker didn't seem to work properly, some stuff needs to be setup in a shell.nix file instead of the global configuration file for some reason. I would probably get the hang of it eventually but I just couldn't be bothered, the annoying shit outweighs any potential benefits tbh.
You can run Nix home-manager on your current distro and start gradually moving your configurations and software over to Nix as you become more comfortable with it but still have your normal way of doing things if you need something installed quickly, then move all of it to NixOS when you're ready. It's better to start that way than jump straight to NixOS IMO
Yea, the custom lang was annoying, got used to it, but like, why not just take something already made instead of making yet-another-language.
I luckily rarely have to run binaries, but when I do, I chuck the games into lutris, and non games something like steam-run.
Not sure about shell.nix, too vague to talk about. I will say though, that I found direnv + lorri + shell.nix (or flake.nix) very useful, lets me cd into a dir and all the packages needed for that project are available, without having to install them globally, other people will also benefit from this if shell.nix and .envrc are checked in to git.
Yup. I didn't have too many annoying problems for it to outweigh the benefits. I also have a server, so that weighs on benefits.