• 0 Posts
  • 58 Comments
Joined 1 year ago
cake
Cake day: December 16th, 2023

help-circle

  • I now have no respect for such people whatsoever, as they’ve demonstrated completely and thoroughly, even to the point where my dumb ass can notice, that the only thing that ever “qualified” them to “run a business” was having money.

    It’s always heartwarming when people wake up and realize it’s capital ism and not merit ism

    And you realize a lot of the books and media you’ve consumed that explicitly stated that weren’t just making a comment on a goofy side effect of that system but the entire enchilada.



  • guix and/or nix

    Both are functional package managers and manage dependency trees better than flatpak IMO (also the package description languages mean you can manipulate the package definitions at install time much easier)

    If you can’t find a package in guix/nix then it behooves you to use flatpak


  • Some additional nice things about guix:

    Everything is guile. The system definition, the service definitions for shepherd, everything.

    Shepherd is hands down the best init program I’ve ever used. It’s just incredibly simplistic but because it just runs the guile definition you give it, you can do some incredibly complex things that systemd etc. can do as well.

    The OS documentation is built into the distro, with “info guix” you get reams of configuration information for the distro without ever needing to look it up online.


  • About a year and a half.

    To be honest it’s not “easy” to use. The guiding principle behind mainline packages is that everything has to be built from source, so most somewhat unpopular things are missing from the mainline channels.

    To use it like any other distro you’re going to need to learn how to write packages fairly quickly. Luckily the main draw of guix is the entire OS being based on guile so once you get a little under your belt you can just read the specs from other channels to see how a package is written.

    Took me maybe a week to start writing guix packages.

    There’s also The toybox













  • Nouveau is important because Nouveau is the default driver in Ubuntu, Fedora, OpenSUSE, Debian, and ever other distro.

    Linux distributions can’t easily distribute the proprietary nvidia drivers or the slightly less proprietary nvidia-open drivers so they depend on nouveau as the default nvidia driver. When you install a distro it usually has to use the nouveau drivers before downloading the proprietary blobs from Nvidia.

    Nouveau is the only reason anyone can use Linux on an Nvidia card long enough to install the other drivers.

    It’s also actively maintained, receiving updates that get upstreamed almost daily.

    I’m not sure what about those things says “defunct”.

    And the rust developments in Asahi for the M1+ series of CPUs don’t just benefit Mac but all the ARM CPUs as well.