this post was submitted on 23 Jan 2026
76 points (100.0% liked)

Linux

63844 readers
1320 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 6 years ago
MODERATORS
top 17 comments
sorted by: hot top controversial new old
[–] finalaccountforreal@piefed.social 19 points 1 month ago (3 children)

Great news! Anyone using Guix as their daily driver? How is your experience?

[–] surpador@programming.dev 18 points 1 month ago (1 children)

Been daily-driving Guix on 3 different machines for about 3 years. Love the declarative configs and rollbacks, and being able to easy share configuration with Scheme snippets between machines. I know that once I get something working on one, I have it permanently working for all my machines.

[–] finalaccountforreal@piefed.social 13 points 1 month ago (2 children)

I know that once I get something working on one, I have it permanently working for all my machines.

That sounds awesome

[–] surpador@programming.dev 8 points 1 month ago

The tradeoff is that there's a Guixy way to do things that might not be obvious from the upstream docs, so could be harder to get e.g. a service up and running initially, but for me the reproducibility makes it a good tradeoff.

[–] HaraldvonBlauzahn@feddit.org 5 points 1 month ago* (last edited 1 month ago)

It also solves some really hard problems when building and distributing complex software with numerous dependencies. In a way, it is fullfilling the promises that docker, flatpaks, snap etc can't keep.

[–] tomenzgg@midwest.social 13 points 1 month ago (1 children)

I do; 'been my daily driver for 2 years (maybe 3?), now.

My experience has, generally, been great. You get the same minimal instability you'd get from any rolling distro but the stability you get from it being declarative and reproducible is fantastic; I, also, like being able to use my favorite programming language for my config. (and pretty much everywhere).

[–] HaraldvonBlauzahn@feddit.org 7 points 1 month ago (1 children)

I , also, like being able to use my favorite programming language for my config. (and pretty much everywhere).

Scheme, especially Guile, is like Clojure a joy of elegance and simplicity to use in one.

[–] tomenzgg@midwest.social 3 points 1 month ago

💯💯💯

[–] mononoke 6 points 1 month ago

I've more-or-less daily-driven Guix System since 2023. I enjoy that there are very few things I "can't" do, just things I haven't learnt the "Guixy" way of doing yet. Sometimes that can be frustrating, but once I figure it out maintenance is a cinch and stability is unmatched. It's an experience for stretchy minds, I think, but I like it.

[–] PetteriPano@lemmy.world 5 points 1 month ago (4 children)

I spent a few clicks on the site trying to figure out what guix is and does.

It's a distro. Saved you a click.

[–] banazir@lemmy.ml 12 points 1 month ago* (last edited 1 month ago)

Guix is a package manager you can install on most distros and works beside other package managers, similar to Snap and Flatpak. And it's a distro.

[–] HaraldvonBlauzahn@feddit.org 9 points 1 month ago* (last edited 1 month ago)

Guix is much more and takes management of software dependencies to a new level.

Here is my recent summary of it:

https://feddit.org/post/23120439

see also, for a discussion in c/linux,

https://feddit.org/post/23151683

[–] Drito@sh.itjust.works 8 points 1 month ago (2 children)

It is like Nix, but cleaner.

[–] Atemu@lemmy.ml 2 points 1 month ago

(but-with 'nix (lots-of 'parenthesis))

[–] IEatDaFeesh@lemmy.world 1 points 1 month ago* (last edited 1 month ago) (1 children)

And with a much slower website for searching packages than Nix's

[–] greywolf0x1@lemmy.ml 1 points 1 month ago* (last edited 1 month ago)
[–] fruitycoder@sh.itjust.works 4 points 1 month ago

Build tool, package builder, package manager, configuration manager, and a distro built on those aspects. You can use any aspect indepently though