this post was submitted on 04 Aug 2026
495 points (89.0% liked)

linuxmemes

32371 readers
1673 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 3 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Johanno@feddit.org 10 points 1 day ago (7 children)

    As always people forget glorious Nixos

    [–] GlowingDeer@infosec.pub 2 points 1 day ago (1 children)

    And the even more glorious, guix

    [–] Robert7301201@slrpnk.net 2 points 1 day ago (2 children)

    As a NixOS user, what are some things I would like about Guix? The webpage mostly covers features already present in NixOS, so I'm curious how they diverge.

    [–] GlowingDeer@infosec.pub 2 points 8 hours ago (1 children)
    1. Superior Error handling and debugging(with Lisp REPL) thanks to Guile Scheme language.
    2. Guile scheme is easier to write and understand. It has a mature ecosystem of libraries and standard programming constructs (macros, recursion, higher-order functions)
    3. In Guix System, the package manager, the build system, and the system configuration are all written in the same language.
    4. No systemd, Guix system uses GNU Shepherd. You define services directly in Guile Scheme. This allows for dynamic service manipulation, hot-swapping, and introspection using the same language as the rest of the system.
    5. Guix home (the home manager) is built in and very easy to use if you already got the hang of Guile Scheme.
    6. Guix uses linux-libre, which is fully free kernel. If your hardware is not supported (likely) there is a nonguix channel to get proprietary packages to make it work.
    7. The standard guix repository contains only free software. Proprietary software can be installed via some other channels, but not recommended.
    [–] Robert7301201@slrpnk.net 1 points 2 hours ago

    Thanks for the breakdown. Those are some good arguments in favor of it I hadn't heard. Nix lang can leave some things to be desired, especially in the error handling/debugging department.

    [–] JackbyDev@programming.dev 2 points 1 day ago

    If NixOS uses systemd that's the difference probably, my understanding is that guix is a non-systemd distro. (I am not who you replied to, just trying to help.)

    load more comments (5 replies)