this post was submitted on 16 Oct 2022
22 points (100.0% liked)

Linux

48141 readers
655 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

In my experience, the most innovative distributions include NixOS and GNU Guix System (Nix influenced it): determinism/correctness, pure functional paradigm, declarative, atomic, departing from FHS for good, ... And they are pretty useful currently: Nix has the most packages, both are declarative so can easily reuse the configuration and apply in infrastructure as code, can rollback, can use for development (basically a way better alternative to Docker), can use in other distributions and Nix even on MacOS... Nix community being generally more practical, agile and flexible, while the GNU Guix community enforcing more correctness (building everything in their repositories from source including all transitive dependencies) and software freedom as GNU/FSF defines.

Other distributions I could include are musl based ones, Clear Linux, Fedora SIlverblue, OpenSUSE MicroOS, and projects like sel4, Theseus OS, but I don't have much experience with them to describe them fairly. So please lets discourse about innovative distributions and operating systems, those which you have experienced, which you may be excited about.

you are viewing a single comment's thread
view the rest of the comments
[–] hfkldjbuq@beehaw.org 1 points 2 years ago (2 children)

Unix sucks. Containrers suck very much too. Nix community is trying to make it suck less; they are pretty good at that taking into account the limited amount of contributors.

I'll take a look at Kata, thanks for the info

[–] gcb@lemmy.ml 1 points 2 years ago (1 children)

unix is about jugling processes on top of a kernel.

processes are just fancy processes.

kata/firecracker/qemu/xen are virtualization/vms they are the only thing that differ from unix, but so far by just adding a new layer to more unix.

nix is a meme because it pretend to be something else than a package manager with shared settings for a very subset of things. its basically an opinionated distro, but with dangerous illusion of grandeur.

[–] hfkldjbuq@beehaw.org 2 points 2 years ago* (last edited 2 years ago) (1 children)

nix is a meme because it pretend to be something else than a package manager with shared settings for a very subset of things.

Nix the package manager, and NixOS the operating system are different things. Nix does not pretends to be something else than a better package manager / build system for deterministic/reproducible distribution of software.

And by Unix I meant beyond processes... I meant all the imperative way of doing things in Unix and Unix-like OSs. Problematic FHS... I.e things that Nix and NixOS solve.

[–] gcb@lemmy.ml 1 points 2 years ago

will read more on nixos then.

looked a long time ago and the selling point was just calling the common practice of a install-script black magic. ...yeah install scripts are not standardized across distros, but they did start one from scratch too so :shrug and while that is nice, dockerfiles are more popular now, for better or worse (it's for worse)

what i call a meme is all the promises that config sharing fixes all problems. yeah you can share your facy declarative build setting with 7tb of ram and running all compilers as root to rebuild your package, but i won't touch it on my systems.

rest all seemed pretty unixy underneath.

[–] Sandra@idiomdrottning.org 1 points 2 years ago (1 children)

I agree; Nix is better than containers. You can also run just nix-shell instead of installing Nix as a full distro.

[–] hfkldjbuq@beehaw.org 1 points 2 years ago* (last edited 2 years ago)

i know right? now we use nix3 commands like nix shell instead of nix-shell https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html

also flake.nix instead of shell.nix https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html