Software engineer, functional programming enthusiast.

  • 4 Posts
  • 132 Comments
Joined 4 years ago
cake
Cake day: April 27th, 2021

help-circle
  • Well, Ubuntu or any company could certainly do something like that. But then this company would simply be competing with Android with an incompatible app platform built on top of Linux. App developers who have a hard enough time developing their apps for both Android and iOS would not want to write their app for yet another incompatible proprietary platform, even if the underlying OS kernel was Linux.

    As others have said, the real advantage to Linux, the real reason to use it, with desktop environments like Gnome or KDE, in spite of their minor flaws, is that the software is owned by all of us. Unlike proprietary software which you are basically renting for a monthly fee, on Linux you actually own your software and your data.




  • So I think Guix (and Nix) is the most technologically advanced package manager in existence, and I hope someday all package managers work like Guix.

    One other very interesting feature about Guix (which I don’t think Nix is doing yet) (which Nix also does) is that they have implemented a fully verifiable bootstrap, meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough for a group of humans to check for correctness and safety. Also, every step of the build process exists in the package repository, with no reliance on externally built binaries for anything, not even the C compiler toolchain. They accomplish this with a multi-phase bootstrap process, where a smaller, simpler C compiler is used to build GCC.

    Do I use Guix? Well, no. Simply put, it is not quite to the point where it just works on a lot of the computer hardware that I own. With a bit more work, with a few more developers, and a bit more money invested, Guix could pretty soon become as reliable and useful as Debian or Fedora. But it is not quite there yet. And frankly, I have other more important things to do than worry about debugging problems with the operating system I am using.