• 13 Posts
  • 916 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.



  • They absolutely didn’t work. I didn’t try removing the compatibility files afaik, but switching versions should basically have had the same result as that did trigger an first-time setup each time. The Ubisoft installer wasn’t part of that install for as far as I could see, or failed for each proton version without any visible signs.

    Understood, my bad for assuming! It sounds like you had some really bad luck, as I couldn’t find users with the same issues on ProtonDB.

    The problem here is mostly that the information offered on various locations differs and it is a question of trial and error to find out what works and what not, especially if you’re still figuring out the gaming ecosystem.

    I definitely agree that this is a big issue. ProtonDB is generally the best source, and besides that a lot of the best resources are unfortunately in difficult to search Discords. I would love to see a more organized resource for this kinda stuff. This issue extends beyond gaming on Linux, too. Looking up any Linux issues results in a ton of super outdated or just bad info.

    It was Linux Mint, on an Nvidia Prime-based laptop.

    Linux Mint is a great distro, but one that I personally recommend against for gaming. People recommending distros that aren’t great for some use cases is also a problem with Linux gaming. Mint’s stability means using outdated Nvidia drivers, something that I would absolutely try to avoid.

    I already saw somebody else mentioning Bazzite, so my next attempt will be to try that distribution.

    I do love Bazzite, it is easily the distro I recommend most to users trying Linux for gaming. The only warning I have is that if you use hardware that needs kernel drivers that aren’t upstream, and they aren’t packaged by Bazzite, you will probably run into trouble. I wanted to use a steering wheel that needed a custom driver and just had to give up on getting it working. The only solutions seemed to require a ton of knowledge about ublue and all the containerization technology they use. It’s not my main distro, so I really didn’t feel like dedicating the time to learning all that.

    However, that’s the only issue I’ve ever run into with Bazzite, and otherwise it is super user-friendly and Just Works™.


  • 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.