Thanks for this video, and other content on Guix. Have been considering trying out NixOS recently, but just learning of their purge of certain contributors, not sure I want to partake in that any more than Windows AI monitoring everything. Anyhow, thanks again, will be trying out Guix thanks to you.
I'm a happy NixOS user personally. I chose nix over guix at first because I felt it was more established (it has far more packages available) and because I worried I would have trouble with the "fully free by default" model in guix. After watching your content though I know that the fully free aspect is basically optional, and boy am I tempted to have an excuse to learn scheme.
Highly recommend the MIT Wizard book - "Structure and Interpretation of Computer Programs" if you want to get into Scheme. It has a great introduction to Computer Science using the language.
I just find it amusing how Guix are basically GNU Project takes on "modern Lisp machine". The unity on programming language, text editor, window manager, linux-libre kernel, not being a systemd based, etc.
I switched from NixOS to Guix because of your installation guides and the documentation for Guix, which was way better than the NixOS stuff, at least at the time. NixOS has gained a lot of popularity since than but imo Guix is still easier to learn. For example, the cli for guix is really straightforward. I also liked the idea of learning a 'simple' general purpose language that can be used even beyond configuring your system :) The main problem with Guix is the smaller community and therefore it is lacking in some areas. Something like mailing lists are not really helpful in that regard but oh well. Anyway we need more videos and should all try and spread the word of Guix :D
I hesitated to learn scheme for a while, same thing for testing NixOS, I binged watched tons of video for over a year... the dude convinced me in one video
I'm really happy with my NixOS config, I've been using it for 2 years now but Guix deserves some respect. It's great to see you're enjoying it! I watched some of your videos and I have to say that they are amazing, I'll be doing some eeeeeeemacs when I get some free time because you inspired me, your emacs playlist will help a lot. 😄
I would really like to see your video about comparing the features for both system. I was just getting into nix and now I see Guix which can be configured with a Lisp dialect (though I like Common Lisp more) too like Nyxt and Emacs, I am getting excited!
For me, the reason I’ve stuck with nix is for the cross-compatibility with Darwin. I would love to port all my home-manager config into a guix config I could deploy on Linux and Mac, but because that’s not possible (as far as I know), I’m sticking with Nix for that. Perhaps in future I’ll run guix on my Linux machines with nix on top for all my dotfiles
I used nixos for quite a while but never decided to switch from a simple "native" set of dotfiles managed by stow to home manager so I don't lock myself into this weird ecosystem and can keep using whatever distro I want, glad I didn't
@@rjawiygvozd The thing is, in a desktop context, most of what I'm doing is what I'm doing in home-manager. I know there is an equivalent to home-manager in guix, but it only supports Linux as far as I'm aware. I can't use it cross-platform. Admittedly I haven't used Stow (before I was using chez moi, then dotter for this purpose). On my server configuration, it's a different story - the reason I stick to NixOS on that is because I already had a ZFS cluster before even considering using either NixOS or Guix, which kinda locked me out of using it in that context either.
I respect the honesty about not having used nixos for a long time. When i first heard about nixos i read an article comparing it to guix so i looked into both. In the end i decided that nixos would fit my developer needs more and i found that the nixos config was easier to read for me. They definetly both have their usecases and deserve to stay. Oh yes and the biggest benefit on nixos is obviously that it's the new arch and saying "i usea nixos btw" sounds way cooler cooler now than saying "i use arch btw". ;)
The point of using a real language instead of nix is a fair one, but everything else seems to be quivalent or better on nix, nonetheless this video made me excited enough to include testing guix on my todo list.
Your Guix services is the same thing as Nix modules, and I didn't really hear any reason why you chose Guix over Nix, other than scheme being a general language as opposed to a domain specific language like Nix. You gave some positives about Guix, but didn't contrast them to Nix, so I think that video title should have just been why you like Guix.
Are you ever going to do a Typescript / NextJS / web development video using Emacs? Curious since you're the only active Emacs guy that could explain a decent config for this. I have yet to find a good config for this.
Im looking to get into Guix after being annoyed with the Nix language! The Nix language servers are pretty bad. I wanted to use TOT wezterm, and to do that, I wasted hours trying to learn the difference between overlays, overrides, overrideDerivations and overrideAttrs, just to find out that overrideAttrs doesnt work as expected on rust packages. However because the Nix community is way bigger, their tooling does seem to be more polished/stable (nh, flakes, nom, nix-tree, nix-melt, FHS stuff are very nice). Although I had many random, transient errors with Guix, and it seems to be significantly slower. Im hoping using Guile over Nix will make up for it!
If you really want to get into Nix and handle it better, it is a true nightmare! When you go into advanced examples, ironically the core is all written in bash lol
I'm curious to know how easy and worthwhile it is for a nonprogrammer to get into it, in the long run. I've been into Linux for almost 20 years now, used most big distros over the years, Arch included, but these days I've settled with Fedora and Debian stable, the former for a gaming desktop, the second for my laptop that I sometime use for work. I really enjoy emacs config and how I felt it was a long term investment for me. Would I feel the same way with Guix? How hard would it be to learn some Scheme for Guix? I am curious to give it a try, but time is becoming more and more a scarce resource.
I've used NixOS as my daily driver for the past two years, and am switching to Guix. The biggest reason is the #1 you have in this video... the Nix language has some nice aspects (it's also very minimal like Scheme) but I often found I was accomplishing things more in spite of the language than being helped by it. This might be why most Nix packages are ultimately built using shell scripts rather than Nix code. The other huge piece is the Guix project's commitment to documentation. I think this reflects GNU's goal of offering computing systems for everybody, not just programmers. The whole thing feels a lot more approachable, and reading through significant portions of the manual has actually left me feeling quite capable of understanding all of the code in the Guix project and my own configs, which was not the case for the Nix/Nixpkgs/NixOS manuals. The biggest counterpoint to this that I've found so far is that Guix has a much smaller community right now, and as a result there's less software already packaged for it. Switching fully is going to involve packaging at least a handful of non-free software that I commonly use. Of course, I hope that will be a more enjoyable process using Guile.
Guix is by far the most elegant distribution I've ever used. And the documentation is mind blowing. This is the distro of the future. Just use an infix converter if you cant stand scheme (which by the way is a beautiful, simple and powerful language).
Cool video, I began using Nixos because of the ease of installing and using software. I would say that I am about 23% of full knowledge of nix/nixpkgs/nixos and I love the fact that I can with ease through flakes update my entire system. Short comings of nixos is it does not have built in security in mind. Tell me more about Guix built in security features?
I'm a happy nix user partially for the simpler language. I'd have to learn and use Lisp for guix only for maintaining guix, so I compared how hard it is to learn and nix seemed to be quite trivial to learn. Sure, it is much more limited, but I'd not do the stuff you've shown in the video anyway, so that's perfectly fine with me. But I see the appeal, especially when you're using Emacs and have some similar way to set that up. I'd want a normal non-libre kernel however, and also systemd seems to be straight forward to me. So maybe I'll give guix a try in the future, not sure if it will be an improvement to nix (which is already extremely useful so the standard is like: HIGH)
Lisp is more generally useful as a programming language family. You can write whole applications in Guile Scheme. Then you can get into other Lisp dialects like Common Lisp, or Clojure which is great for full stack web or mobile development (JVM backend, ClojureScript to compile to JS)
@@megadog_ Yes I know from my very shallow experience with emacs. Wasn't fun though, wouldn't want to spend that much effort to learn a language that I wouldn't have use for otherwise for configuring my OS or text editor. I just have no use for all the "advanced" features... It's great if you like it or have use for Lisp in other areas though, as I said. Otherwise Nix is *much* easier to grasp and thus a better fit for such a task, at least from all that I know.
Interesting, thanks. As an arch user having every software I could think of available in aur, I am a bit afraid I would be locked when I want to install less popular software. Do you run into this kind of issue? I don’t mind text based config but don’t want to have to write a config file when I could have done it with one command line instruction.
How are errorr messages in guix? Nix's are sometimes a PITA to decipher, like when you recursively find and import all default.nix-es, and one of them has an error, nix won't tell you the error is on line x of file y. Is guix better at this, or maybe it's considered a bad practice, and there are some better ways to achieve automatic imports? Also, is it possible to avoid using grub? Not like being forced to use it is a hard no-go, but due to some personal experiences and beliefs I'd rather not.
Never heard of guix and the second I saw the config in Scheme I knew why. Don't get me wrong, Scheme is a wonderfully elegant language and learning Nix has a steep learning curve! But Nix was created with configuration definition and package management in mind and ist therefore quite easy to read. Scheme, however, becomes an eyesore after a few levels of nested expressions.
The main idea of Nix is functional package management. The main idea of guix is you get to use scheme everywhere, and it also happens to have functional package management.
I've been using both Emacs and NixOS for around 2 years and this type of systems are amazing to set everything up in a few commands. I would say I've become lazy (in a good way) because of them lol. Can't wait to give Guix a try in the future, for now other things in life are taking my time but I'll definetively go on the Guix rabbit hole at some point as I once did with Nix and NixOS.
I would probably call myself a NixOS power user by now. I use it both for personal use and for work. My knowledge of Guix is limited, but i would like to mention that mostly all of the reasons could just as well be said for NixOS: nix is a package-manager and a functional programming language, which allow you to do some very powerful stuff, because of the lazy nature of the language it is also extremely composable in a (in my opinion) very elegant way.
As a pretty happy NixOS user I don't find the nix language that much of a barrier and in fact I'm pretty happy with it (especially since it clicked for me very well as a programmer coming from more imperative things like rust) however I do also have to agree that a established language like scheme is a great choice since you don't have to deal with hacky compilers like what nix is currently dealing with due to it being built in an unideal way. Also I definitely appreciate the focus on not being appealing to corpos ;D especially due to the current drama around those and just general nix development culture. But they aren't crazy enough issues to me to want to switch to Guix since I already have everything setup in a way that makes my brain happy, if it blows up I'll take a closer look though!
A big part of this "it's all scheme" argument isn't really that it's a replacement for the Nix lang. It also replaces inline Bash and a myriad of config file formats found in the wild!
so gnome 44 is the last version on guix packages? that's a hard pass for me regardless how cool the language/politics are (i'm already unhappy with the release pace of nixos)
Currently, in the guix repository, the latest available gnome package is 44.10 (released 2024-03-16), while the current latest is 47.1 (released 2024-10-18)
I am really struggling with BOTH my Nix (on debian) config and my emacs config so I think I have to pass on learning a new language. I have a bad habit of writing and modifying stuff that I should probably just take as-is, and I am afraid that Guix would drive me to do that, but even harder. Once it has something truly game-changing like multi-thread performance for emacs, or wayland based EXWM (EWWM I guess), then I have to reconsider spending some long enough vacation on it.
@@SystemCrafters then shouldn't it be pronounced like "gwees"? I'm a software engineer, I know how difficult naming things is, but damn, we just out here teaching phonics on acid at this point.
@@megadog_ no, the pronunciation for the u is still there. Its not pronounce like Git-ar. Its pronounced somewhere between guh-tar and geh-tar. Nice try though superdog.
This video is: "why i choose guix" not "why i choose guix over nixos" You have mentioned nixos ONCE and that was saying you used it only 10 years ago. What a useless video
@@SystemCrafters no this is why you stayed with one operating system. That is not why you chose it over nix, but why you chose it at all. Hence the wrong title and the annoyance after watching this video
No one cares. Today I am trying to run fortran on linux. I type. No guied on youtube. All I get is a thick book. I am not two pages in, a guy on windows is already coding... yeah, lets saturate youtube linux content with stupid useless distro reviews instead of anythig helpful....
There were no reason to be so bitter and insulting > No one cares Very first sentence of the video : > If you're a Linux power user or maybe someone looking to craft a system [...] So, not you, for sure, but not "no one" either And if you are still not convinced, please consider taking a look to the video' stats
I had to work a few months on a Clojure project and I got to know that functional programming is something I really like, but boy do those ()()()()() make me go insane.
Thanks for this video, and other content on Guix.
Have been considering trying out NixOS recently, but just learning of their purge of certain contributors, not sure I want to partake in that any more than Windows AI monitoring everything.
Anyhow, thanks again, will be trying out Guix thanks to you.
I'm a happy NixOS user personally. I chose nix over guix at first because I felt it was more established (it has far more packages available) and because I worried I would have trouble with the "fully free by default" model in guix.
After watching your content though I know that the fully free aspect is basically optional, and boy am I tempted to have an excuse to learn scheme.
Highly recommend the MIT Wizard book - "Structure and Interpretation of Computer Programs" if you want to get into Scheme. It has a great introduction to Computer Science using the language.
I just find it amusing how Guix are basically GNU Project takes on "modern Lisp machine".
The unity on programming language, text editor, window manager, linux-libre kernel, not being a systemd based, etc.
I switched from NixOS to Guix because of your installation guides and the documentation for Guix, which was way better than the NixOS stuff, at least at the time. NixOS has gained a lot of popularity since than but imo Guix is still easier to learn. For example, the cli for guix is really straightforward. I also liked the idea of learning a 'simple' general purpose language that can be used even beyond configuring your system :)
The main problem with Guix is the smaller community and therefore it is lacking in some areas. Something like mailing lists are not really helpful in that regard but oh well. Anyway we need more videos and should all try and spread the word of Guix :D
I hesitated to learn scheme for a while, same thing for testing NixOS, I binged watched tons of video for over a year... the dude convinced me in one video
I'm really happy with my NixOS config, I've been using it for 2 years now but Guix deserves some respect. It's great to see you're enjoying it! I watched some of your videos and I have to say that they are amazing, I'll be doing some eeeeeeemacs when I get some free time because you inspired me, your emacs playlist will help a lot. 😄
I would really like to see your video about comparing the features for both system. I was just getting into nix and now I see Guix which can be configured with a Lisp dialect (though I like Common Lisp more) too like Nyxt and Emacs, I am getting excited!
For me, the reason I’ve stuck with nix is for the cross-compatibility with Darwin. I would love to port all my home-manager config into a guix config I could deploy on Linux and Mac, but because that’s not possible (as far as I know), I’m sticking with Nix for that. Perhaps in future I’ll run guix on my Linux machines with nix on top for all my dotfiles
I used nixos for quite a while but never decided to switch from a simple "native" set of dotfiles managed by stow to home manager so I don't lock myself into this weird ecosystem and can keep using whatever distro I want, glad I didn't
@@rjawiygvozd The thing is, in a desktop context, most of what I'm doing is what I'm doing in home-manager. I know there is an equivalent to home-manager in guix, but it only supports Linux as far as I'm aware. I can't use it cross-platform. Admittedly I haven't used Stow (before I was using chez moi, then dotter for this purpose).
On my server configuration, it's a different story - the reason I stick to NixOS on that is because I already had a ZFS cluster before even considering using either NixOS or Guix, which kinda locked me out of using it in that context either.
I respect the honesty about not having used nixos for a long time.
When i first heard about nixos i read an article comparing it to guix so i looked into both. In the end i decided that nixos would fit my developer needs more and i found that the nixos config was easier to read for me.
They definetly both have their usecases and deserve to stay.
Oh yes and the biggest benefit on nixos is obviously that it's the new arch and saying "i usea nixos btw" sounds way cooler cooler now than saying "i use arch btw". ;)
The point of using a real language instead of nix is a fair one, but everything else seems to be quivalent or better on nix, nonetheless this video made me excited enough to include testing guix on my todo list.
Your Guix services is the same thing as Nix modules, and I didn't really hear any reason why you chose Guix over Nix, other than scheme being a general language as opposed to a domain specific language like Nix. You gave some positives about Guix, but didn't contrast them to Nix, so I think that video title should have just been why you like Guix.
Barely looked into guix, but I'm a big fan of the wizard book, so I guess I'll give it a shot!
Are you ever going to do a Typescript / NextJS / web development video using Emacs?
Curious since you're the only active Emacs guy that could explain a decent config for this. I have yet to find a good config for this.
Im looking to get into Guix after being annoyed with the Nix language! The Nix language servers are pretty bad. I wanted to use TOT wezterm, and to do that, I wasted hours trying to learn the difference between overlays, overrides, overrideDerivations and overrideAttrs, just to find out that overrideAttrs doesnt work as expected on rust packages. However because the Nix community is way bigger, their tooling does seem to be more polished/stable (nh, flakes, nom, nix-tree, nix-melt, FHS stuff are very nice). Although I had many random, transient errors with Guix, and it seems to be significantly slower. Im hoping using Guile over Nix will make up for it!
If you really want to get into Nix and handle it better, it is a true nightmare!
When you go into advanced examples, ironically the core is all written in bash lol
I'm curious to know how easy and worthwhile it is for a nonprogrammer to get into it, in the long run. I've been into Linux for almost 20 years now, used most big distros over the years, Arch included, but these days I've settled with Fedora and Debian stable, the former for a gaming desktop, the second for my laptop that I sometime use for work. I really enjoy emacs config and how I felt it was a long term investment for me. Would I feel the same way with Guix? How hard would it be to learn some Scheme for Guix? I am curious to give it a try, but time is becoming more and more a scarce resource.
I've used NixOS as my daily driver for the past two years, and am switching to Guix. The biggest reason is the #1 you have in this video... the Nix language has some nice aspects (it's also very minimal like Scheme) but I often found I was accomplishing things more in spite of the language than being helped by it. This might be why most Nix packages are ultimately built using shell scripts rather than Nix code.
The other huge piece is the Guix project's commitment to documentation. I think this reflects GNU's goal of offering computing systems for everybody, not just programmers. The whole thing feels a lot more approachable, and reading through significant portions of the manual has actually left me feeling quite capable of understanding all of the code in the Guix project and my own configs, which was not the case for the Nix/Nixpkgs/NixOS manuals.
The biggest counterpoint to this that I've found so far is that Guix has a much smaller community right now, and as a result there's less software already packaged for it. Switching fully is going to involve packaging at least a handful of non-free software that I commonly use. Of course, I hope that will be a more enjoyable process using Guile.
How is Guix with nonfree packages?
Guix is by far the most elegant distribution I've ever used. And the documentation is mind blowing. This is the distro of the future. Just use an infix converter if you cant stand scheme (which by the way is a beautiful, simple and powerful language).
Cool video, I began using Nixos because of the ease of installing and using software. I would say that I am about 23% of full knowledge of nix/nixpkgs/nixos and I love the fact that I can with ease through flakes update my entire system. Short comings of nixos is it does not have built in security in mind. Tell me more about Guix built in security features?
Just Thinking Of This Questions I Wanted To Ask In Live Chat Andl... You Made A Video
Hey. I think the chapter titles are from your previous video about organizing guix config, maybe?
Yep, forgot to update those, thanks!
I'm a happy nix user partially for the simpler language. I'd have to learn and use Lisp for guix only for maintaining guix, so I compared how hard it is to learn and nix seemed to be quite trivial to learn. Sure, it is much more limited, but I'd not do the stuff you've shown in the video anyway, so that's perfectly fine with me.
But I see the appeal, especially when you're using Emacs and have some similar way to set that up.
I'd want a normal non-libre kernel however, and also systemd seems to be straight forward to me. So maybe I'll give guix a try in the future, not sure if it will be an improvement to nix (which is already extremely useful so the standard is like: HIGH)
Nix the language is pretty good in my honest opinion
Lisp is more generally useful as a programming language family. You can write whole applications in Guile Scheme. Then you can get into other Lisp dialects like Common Lisp, or Clojure which is great for full stack web or mobile development (JVM backend, ClojureScript to compile to JS)
@@megadog_ Yes I know from my very shallow experience with emacs. Wasn't fun though, wouldn't want to spend that much effort to learn a language that I wouldn't have use for otherwise for configuring my OS or text editor. I just have no use for all the "advanced" features...
It's great if you like it or have use for Lisp in other areas though, as I said. Otherwise Nix is *much* easier to grasp and thus a better fit for such a task, at least from all that I know.
Just want to say thanks for what you do for the community man. Your channel/site is beyond useful!!
Interesting, thanks. As an arch user having every software I could think of available in aur, I am a bit afraid I would be locked when I want to install less popular software. Do you run into this kind of issue? I don’t mind text based config but don’t want to have to write a config file when I could have done it with one command line instruction.
How are errorr messages in guix? Nix's are sometimes a PITA to decipher, like when you recursively find and import all default.nix-es, and one of them has an error, nix won't tell you the error is on line x of file y. Is guix better at this, or maybe it's considered a bad practice, and there are some better ways to achieve automatic imports? Also, is it possible to avoid using grub? Not like being forced to use it is a hard no-go, but due to some personal experiences and beliefs I'd rather not.
I really can't say that the nix language is a God sent but counting scheme as a positive feels a little deranged.
Why?
Never heard of guix and the second I saw the config in Scheme I knew why. Don't get me wrong, Scheme is a wonderfully elegant language and learning Nix has a steep learning curve! But Nix was created with configuration definition and package management in mind and ist therefore quite easy to read. Scheme, however, becomes an eyesore after a few levels of nested expressions.
The main idea of Nix is functional package management. The main idea of guix is you get to use scheme everywhere, and it also happens to have functional package management.
Scheme is literally a positive
@@fedang
((((((((((display "I disagree"))))))))))
I've been using both Emacs and NixOS for around 2 years and this type of systems are amazing to set everything up in a few commands. I would say I've become lazy (in a good way) because of them lol.
Can't wait to give Guix a try in the future, for now other things in life are taking my time but I'll definetively go on the Guix rabbit hole at some point as I once did with Nix and NixOS.
Does Guix have support for Nvidia GPU?
Yes, Nvidia drivers are in the Nonguix channel
i tried nixos for a while and i cant stand nix the language, scheme is just so much better imo
Audio seems to be about 200ms ahead of the video.
I thought it was just an avatar
I tried installing it on a ThinkPad but the installer crashed midway
I would probably call myself a NixOS power user by now. I use it both for personal use and for work. My knowledge of Guix is limited, but i would like to mention that mostly all of the reasons could just as well be said for NixOS: nix is a package-manager and a functional programming language, which allow you to do some very powerful stuff, because of the lazy nature of the language it is also extremely composable in a (in my opinion) very elegant way.
I'll certainly dive more into that aspect soon!
As a pretty happy NixOS user I don't find the nix language that much of a barrier and in fact I'm pretty happy with it (especially since it clicked for me very well as a programmer coming from more imperative things like rust) however I do also have to agree that a established language like scheme is a great choice since you don't have to deal with hacky compilers like what nix is currently dealing with due to it being built in an unideal way.
Also I definitely appreciate the focus on not being appealing to corpos ;D especially due to the current drama around those and just general nix development culture. But they aren't crazy enough issues to me to want to switch to Guix since I already have everything setup in a way that makes my brain happy, if it blows up I'll take a closer look though!
A big part of this "it's all scheme" argument isn't really that it's a replacement for the Nix lang. It also replaces inline Bash and a myriad of config file formats found in the wild!
I would like if you could try nixos in vm or just nix for the comparison to have some merit...
"My configurations" links are broken
I know right.. I'm going back to windows 7
how come audio and your speaking is never in sync, is that because of software freedom?
so gnome 44 is the last version on guix packages? that's a hard pass for me regardless how cool the language/politics are (i'm already unhappy with the release pace of nixos)
Currently, in the guix repository, the latest available gnome package is 44.10 (released 2024-03-16), while the current latest is 47.1 (released 2024-10-18)
I am really struggling with BOTH my Nix (on debian) config and my emacs config so I think I have to pass on learning a new language.
I have a bad habit of writing and modifying stuff that I should probably just take as-is, and I am afraid that Guix would drive me to do that, but even harder.
Once it has something truly game-changing like multi-thread performance for emacs, or wayland based EXWM (EWWM I guess), then I have to reconsider spending some long enough vacation on it.
If i remember correctly, does guix use the gnu hurd kernel, which is a microkernel (more stability)
Not by default, but you can enable it!
You are right, I did not remember correctly
NixOS went woke. So, I wouldn't put much hope into its future. Another reason not to use it.
Nixos masterrace
Stopped watching after about 1:20... That syntax is ugly... No thanks.
I image if we found life on Mars... they would speak this language
Richard Stallman!!!!!!!
you lost me at scheme.
The brackets though.
Emacs is cool, but it needs a good text editor like vim.
"Why I Choose Guix Over NixOS. I'm really quite insane."
Well, yes?
So we’re just cool with a developer declaring that silent u’s exist now.
Guix was created by a French speaker
@@SystemCrafters then shouldn't it be pronounced like "gwees"?
I'm a software engineer, I know how difficult naming things is, but damn, we just out here teaching phonics on acid at this point.
@@brionlund2467 You must really hate guitars
@@megadog_ no, the pronunciation for the u is still there. Its not pronounce like Git-ar. Its pronounced somewhere between guh-tar and geh-tar. Nice try though superdog.
It's pronounced gu like in guile, ix like in Unix. And, as was mentioned, the French pronunciation for both of those.
(I love the simplicity of Lisp, (but hate the visual noise of the syntax!))
Ever heard of Dylan?
This video is: "why i choose guix" not "why i choose guix over nixos"
You have mentioned nixos ONCE and that was saying you used it only 10 years ago. What a useless video
This is why I haven't bothered using NixOS again, it is relevant!
@@SystemCrafters no this is why you stayed with one operating system. That is not why you chose it over nix, but why you chose it at all. Hence the wrong title and the annoyance after watching this video
@@b4sically26 Being kind doesn't hurt. take it easy
everything you said can also be true with nixos, your argument does not stand
No argument here, only opinions :) I will look at NixOS again soon
I love scheme and get their first argument, yes, but I have to agree here - everything mentioned can and is done in NixOS, and often more cleanly IMO
But the nixos language is NOT a lisp but some custom invention.
I prefer Guix because of lisp and GNU factor.
So NixOS is no longer using a DSL? Good to know lol
1:55 he clearly has not evenva remotely practical idea about nixos then.
Filthy emacs user opinion detected. Jk but fr what is wrong with curly brackets ayayayaya that hurt my eyes immensely
but guix is fsf endoresed software ... sorry my system has proprietary firmware for wifi ...
This is not a problem, my Guix installation video shows how to use the full Linux kernel.
Is Guix meant to look like a uterus and ovaries? lol
emacs is a great operating system that is just lacking a good text editor.
Classic meme, but Emacs is a pretty good text editor too
M-x evil-mode RET
That fixed Emacs text editing for me hahaha
I just damn hate schema language.
No one cares.
Today I am trying to run fortran on linux. I type. No guied on youtube. All I get is a thick book. I am not two pages in, a guy on windows is already coding... yeah, lets saturate youtube linux content with stupid useless distro reviews instead of anythig helpful....
There were no reason to be so bitter and insulting
> No one cares
Very first sentence of the video :
> If you're a Linux power user or maybe someone looking to craft a system [...]
So, not you, for sure, but not "no one" either
And if you are still not convinced, please consider taking a look to the video' stats
No one cares? You sure? Then why are you commenting? If I don't really care about something I just ignore it.
saar u failed to do the needful, DO NOT REDEEM!
I had to work a few months on a Clojure project and I got to know that functional programming is something I really like, but boy do those ()()()()() make me go insane.
That's just the algo(ho)l exiting your body