TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rde: A configuration framework for GNU Guix [video]

49 pointsby akkartikabout 2 years ago

4 comments

yewenjieabout 2 years ago
Guix&#x2F;GuixSD is great - it has some awesome ideas that still hasn&#x27;t made it to Nix&#x2F;NixOS - the only impractical part is number of packages in Guix is really small compared to Nix - and to do anything that is not hardliner FLOSS you have to really grok the entire thing and build everything yourself.<p>I checked rde almost two years ago - this video was mostly the only documentation back then. IIRC I think now it is even officially part of Guix?<p>Anyway, I really wish there existed a rewrite of Nix in a saner language, that embraced the new ideas, and still had the pragmatic approach of current nixpkgs.
评论 #36145906 未加载
评论 #36143332 未加载
评论 #36143179 未加载
评论 #36143063 未加载
WhatIsDukkhaabout 2 years ago
<a href="https:&#x2F;&#x2F;guix.gnu.org&#x2F;en&#x2F;blog&#x2F;2022&#x2F;keeping-ones-home-tidy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;guix.gnu.org&#x2F;en&#x2F;blog&#x2F;2022&#x2F;keeping-ones-home-tidy&#x2F;</a><p>Guix home was developed as an outgrowth of RDE and is perhaps a better start.
评论 #36146068 未加载
javbitabout 2 years ago
I daily drive bith RDE&#x2F;GNUguix (personal) and NixOS (with home manager) (work). Both work really well for my needs.<p>Pros for guix: - guile scheme - better documentation - free software first - strictness means things blow up early - great emacs mode!<p>Cons for guix: - goofy stack traces (guile debugger is nice but im not very proficient)<p>Pros for nix: - more packages &amp; services - flakes, which makes it easy to lock in versions, though guix has channels. Flakes just feels easier to me imo. - laziness - sometimes better error messages<p>Cons for nix: - laziness (infinite recursion) - no debugger afaik, have to use repl which is useful but also sometimes clunky<p>Good resource on guix is system crafters (David Wilson)<p><a href="https:&#x2F;&#x2F;systemcrafters.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;systemcrafters.net&#x2F;</a>
rstarastabout 2 years ago
So rde is intended to be a more user friendly variant of Guix System as a Linux distribution? It&#x27;s quite hard to tell for me... <a href="http:&#x2F;&#x2F;trop.in&#x2F;rde&#x2F;manual#Introduction" rel="nofollow">http:&#x2F;&#x2F;trop.in&#x2F;rde&#x2F;manual#Introduction</a> is the clearest project description I can find.