• 0 Posts
  • 33 Comments
Joined 5 months ago
cake
Cake day: September 22nd, 2024

help-circle
  • Nix package manager can be installed on (almost) any distro, I’m running it in an android termux right now for example. Side note if you want a fun project for an old phone you could probably run radarr this way, I’m using it for Garage s3 storage.

    Without diving into the juicy details too much, the command does temporarily install it - in a way that its essentially free to reinstall anytime. For permanent setups you just have to add it to a text file, that could use a bit of a face life to be honest. Though comparitevly this would be trivial to implement vs the meat of the package manager itself


  • I’ll admit Linux users are more allergic to GUI’s than they need to be, but if snowflakeOS becomes more mature then I’d consider an app store much more intuitive and secure than arbitrary full system access.

    Cause realistically we could start throwing ads in the system to really make windows users feel at home, but (like the mess that is windows dependencies) tradition can be a weakness more than a strength.


  • I think youre misrepresenting what Linux is supposed to be, it runs most Walmart displays, kiosks, medical systems, and servers.

    Its just now branching into a more usable desktop environment, but its going to do this the right way.

    As time as shown is the windows way is incredibly bloated and unstable - I wouldn’t dream of running a critical server off of it, nor even a non-critical one like radarr. Undocumented issues are just part of the game in the windows world.

    Taking the easy route will kinda by definition be easier at first.

    Though ngl I find it incredibly easier to enter

    nix-shell -p radarr
    

    than to navigate to a webpage, download and install an arbitrary executable, give it absolute admin privellages to the ebtirety of my computer to let it ‘do its thing’ for a bit, and be SOL if that doesnt all go perfectly.


  • tiddy@sh.itjust.workstolinuxmemes@lemmy.worldLinux is not ready
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 days ago

    Looks like a one click install on nixos - so youre right to say its fucked on Debian, but that hardly represents the whole OS (like my god you want to hate Linux try LFS and claim it represents the OS).

    The way I see it the biggest fragmentation is just users expecting things to work like windows, ie navigating to a website, downloading the software and running it.

    Usually Linux users just search their package repo. If you want more bleeding edge software, youre expected to understand Debian/Ubuntu repos probably aren’t the place to go.

    Can’t really blame the wrench youre using to put in a screw for doing a bad job.



  • Only sort of, quoting this article

    much of the important graphics code isn’t actually open-source. Nvidia appears to have moved much of its proprietary code into the firmware on its graphics cards, which the open-source code interacts with.

    So while they did ‘open source’ their drivers, theyre also not accepting contributions that aren’t in house. The codebase is too locked down to benefit other projects like NVK, as a true FOSS project would be.


  • Bit of misinformation on this thread, but generally the only thing that can actually get in the way of someone dedicated enough will be compatibility and security systems.

    You probably won’t have any luck getting nvidia drivers on android for example, nor take the time to back port those drivers to an outdated kernel.

    I suppose you could also have an OS that takes most your system resources for non-gaming tasks, making games unplayable. Something like nixos is non-gaming centric and could reasonably be more optimised than bazzite, less background processes making games actually run better on it.


  • That being said if youre looking for performance, the last thing you’d want is open source nvidia drivers; theyre built entirely off reverse engineering, which takes time. This allows for large performance gains like those of late.

    The proprietary stack hasn’t had much change in performance over the last couple updates, a couple have even result in a performance regression to push new features. As of the latest preview driver (565.77) the minimum kernel supported goes back to the 4.15 Linux kernel release. This technically means you’d be able to run the latest nvidia drivers on anything newer than Debian 10 buster, which went out of support in September 2022.

    Sounds like you might have gotten some of your info sources crossed - but thats exactly why distros like Bazzite exist, you dont have to worry about any of this background compatibility bs.




  • tiddy@sh.itjust.workstolinuxmemes@lemmy.worldKinda sus...
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    And even then you could make Ubuntu the most privacy focused, secure distro ever with a little work - just as you could rip tails open and allow access to the world.

    So yeah if they were regulated as the other commenter said, they’d essentially becomd illegal to use cause what system is 100% secufe




  • Currently have 2 1tb NVME’s over around 6 tb of HDDs, works really nice to keep a personal steam cache on the HDD’s in case I pick up an old game with friends, or want to play a large game but only use part of it (ie cod zombies).

    Also is super helpful for shared filesystem’s (syncthing or NFS), as its able to support peripheral computers a lot more dynamically then I’d ever care to personally configure. (If thats unclear, I use it for a jellyfin server, crafty instance, some coding projects - things that see heavy use in bursts, but tend to have an attention lifespan).

    Using bcachefs with backups myself, and after a couple months my biggest worry is the kernel drama more than the fs itself