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

help-circle
  • priapus@sh.itjust.workstoLinux@lemmy.mlPSA: PlaytronOS
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    I’ve switched instances since this comment, so I didn’t see it until now, when I’ve just happened to log back in. Really glad to hear things have generally been smooth, that’s a shame about the new device policy, though. I’ve never been a fan of Debian for use on workstations. At least with Flatpak, you can still have updated software nowadays.

    Only issue I had was that the PC freezes if it enters sleep mode.

    Sleep issues are sadly common since sleep is weirdly complicated and motherboards are often bad at properly implementing things in a standard way. They often just implement it well enough that it works on Windows, then forget about it. If you’re lucky, a future motherboard or kernel update might fix it.

    The vast majority of systems won’t have a problem, but when you do, it is a real pain in the ass.





  • Jonathan Joss also said a few months ago he burned his house down with his dogs in it after leaving a propane heater on.

    Source? The report I saw said he used a barbecue indoors but that it was turned off and the investigation didnt find it to be the cause.

    Even if he had other issues, the killer still shot him while shouting homophobic slurs at him. It doesnt change it being a hate crime.



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











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