A new video from Nick at The Linux Experiment. I’m also sharing the PeerTube version for the sake of trying to expand my use of PeerTube and try to expand my video platform use beyond just YouTube.

  • 🦊 OneRedFox 🦊@beehaw.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    NixOS is one of the few distros that legitimately offers something different. Some nice things:

    • The entire OS install is managed through config files, so instead of dealing with a billion shitty DSLs, you only deal with one.
    • Because of the above, builds are also reproducible.
    • Because it ditches the FHS for the Nix store, you can do things like install multiple versions of the same library side-by-side, which is impossible with traditional Linux package management.
    • It has the largest package repository of any Linux distro.
    • Setting up dev environments is really nice because with Nix it’s like the entire OS has VirtualEnv.
    • Because of the above, “it works on my machine” is an excuse of the past.

    It’s very impressive and is a welcome innovation to the Linux ecosystem. Now if only they could improve the tooling and documentation.

  • tom42@beehaw.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago

    This is how I run my daily driver since a time. Coming from Redhat -> Suse -> Debian -> Gentoo -> Arch (-> Fedora) I feel very stable with NixOS.

    The main system is NixOS with Flakes enabled, the user apps are installed with home-manager and on top a couple of desktop Flatpaks.

    In between I did try to switch back to other distros taking less compilation time but there are so many features in Nix keeping me.

    • the immutable system
    • reproducible builds
    • switchable generations
    • easiness to maintain in a Git repo
    • very fresh
  • Nitrousoxide@beehaw.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    I find Nix to be a really esoteric platform that completely inscrutable to a regular user. The people who do use it are extremely hostile to any tools that simplify the experience for the end user like Fleek. I would not recommend it for ANY regular user in any way, shape, or form.

  • CarloGesualdo@beehaw.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    “Seriously, NixOS is the new Arch when it comes to telling people you use it” …as an Arch user, I feel both attacked and intrigued.

    But seriously, it’s pretty amazing how far the community has come now that having to use the package manager through the command line and editing config files is considered a significant barrier to entry. I’m interested to give it a try to see if the purported advantages with respect to reproducibility and portability are actually robust enough to suit my own use cases.

  • sunbeam60@lemmy.one
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Thanks for the tilvid link.

    Nixos is quite interesting. It’s be good to understand a pro/con comparison between this and an immutable desktop. Sounds like the sims are the same, just achieved in different ways.