• 13 Posts
  • 875 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • You could just look at my profile to see that I’m not. I’m also not new to Linux communities in general. Doesn’t change that I’ve never seen someone recommend NixOS to a complete beginner. I have (rarely) seen Arch recommended, but those recommendations will generally be downvoted and have many replies disagreeing. Linux Mint is by far the distro I see most often recommended, followed by Fedora.










  • This guide is pretty good, but I’ll also explains the basics here.

    You pay a provider for access to Usenet files, which you locate through an indexer, and download through a client such as nzbget.

    Picking a provider is the most complicated part. The guide explains how to choose one and r/Usenet has a page in their wiki for good provider deals. I use NewsDemon and they’ve been fine.

    Indexers are pretty much the same as torrent indexers, they can be free or paid, public or private. NZBGeek has been great for me, and AnimeTosho is nice if you want to download anime.

    The download clients work similarly to torrent clients with the addition of configuring the connection to your provider. Whichever provider you choose will have instructions for connecting to it.

    Downloads aren’t peer-to-peer like torrents, so a VPN isnt as necessary, just make sure you pick a provider that doesnt keep logs. It also doesnt hurt to use one if you already pay for one and its not too slow.

    One you’ve picked your provider and indexer, setting everything up is super easy.



  • Thats all fair, I’m not trying to say their a better option for you or developers in general, just that they do offer features and benefits targeted at developers. I disagree with the idea that theyre only made for users with very simple needs.

    Ive never run into any issues trying to build random projects or run random tools is distrobox, but I also haven’t used it as a main development tool. I prefer Nix for that.

    Those tools are definitely great too, they just don’t offer the same purity because they dont handle external dependencies. Guaranteeing a reproducible build environment is something I find very valuable.


  • I think most users just don’t really know much about atomic distros. A lot of people in this thread don’t seem to really understand the benefits and mention downsides that don’t really exist in most of them. I think eventually (and by that I mean in a VERY long time) atomic distros will become the standard. AerynOS is an upcoming one that seems to have a really amazing blend of it’s atomic features without disrupting the user experience people expect from more typical distros. It won’t replace Nix for me, but I hope it’ll convince a lot of people to try it out.


  • I don’t think that’s a very accurate assessment at all. NixOS, VanillaOS, and Bluefin are three of the first atomic distro’s I think of and they’re all heavily aimed at developers. All of them offer features to help separate development environments, which improve reproducibility of packages and environments. I prefer the Nix approach to containers, but each one definitely offers benefits for software development.

    I do software development and need a ton of tools installed that aren’t just “flatpaks”.

    Every atomic distro supports distrobox and other containerization tools, and many support Nix and brew.

    These distros are good for people who want to treat their desktop like a phone, but flatpak kinda lets you do that on any distro. Atomic distros are great for those who want to use tools to separate development environments for purity and tinker with the ability to easily rollback.