I’d just like to interject for a moment…

  • 0 Posts
  • 131 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • I’ve personally always been of the opinion that it’s great to have so many different options, and i also never understood why people get so stressed about choosing a distro. You can always switch to something else later if you find something better, but first you need to find out your likes and dislikes about a distribution to begin with. Pewdiepie said in his linux video “just pick one!”, and that’s how i went about it as well. When i saw an LTT video about trying linux instead if windows 11, they recommended PopOS, so that’s what i chose. Ended up trying a bunch of different ones later, and as of right now i’m on Void linux.


  • Good old nano is something i use a lot, although i am considering finally giving micro a try, heard a lot of good things about it, and i want something with a bit more features in the terminal, but i really hate vim keybinds. I also really like rmpc, which is an mpd client with album art support, though i am not using it anymore at the moment because i realized mpd wasn’t really what i was looking for when it comes to music players.

    Edit: also want to mention cyanrip. Really good cli cd ripper with a lot sane defaults, easy to use, and in terms of accuracy probably the closest thing to EAC on windows.

    s-tui is also great. It’s a tui stress testing utility. I still use it every now and then even if it’s just to test if my fan curve is actually working by putting some load on the cpu.




  • I felt the same way regarding AI. I always felt like it was too unreliable, and while you obviously shouldn’t trust it blindly, it has been doing a pretty good job explaining things to me. I’ve been using a local model with ollama, i think it’s called qwen2.5 coder or something, and it has been helpfull explaining some NixOS stuff to me, where i couldn’t find it myself (cause NixOS documentation is all over the place). I also use it for explaining some bash stuff to me sometimes when i’m writing a script. Usually i don’t just care about the answer but i also want to learn why something works if it isn’t clear to me, and so far it also has done a good job explaining how it works when i ask it a follow up question.


  • Ah i see, i had no idea lol. In that case i stand corrected since he probably knows better than i do. I think the term immutable is causing a lot of confusion, because i also see a lot of other sources online label bazzite as immutable. And then ofcourse there are other projects that use the term composable, or atomic. I guess i fell victim to that confusion as well now.


  • Pretty sure bazzite is immutable, it is based on silverblue after all. But that’s besides the point, i just wanted to point out that you probably misunderstood what he was saying. Immutable distros being mainstream kinda depends on how you look at it i suppose. Purely in terms of amount of users, with steamos and bazzite being so popular, i guess you could consider it mainstream, but how many people actually choose a distro because it is immutable? Steamos just happens to ship with the steam deck, bazzite is popular because it mimicks steamos for other devices, and if you look at something else like NixOS, it’s more about the system being declarative rather than immutable. It’s probably safe to say that flatpak is the most popular third party package manager though, i do agree with that.










  • If you don’t want to get into the rabbit hole that is NixOS (which is a distro i also like), then i would say void linux, if you still want that arch minimalism. Void is a rolling release, but it’s more like a slow roll if that makes sense and focuses on stability. It’s package manager is also rock solid, fast, and can update even when the system hasn’t been updated in ages. If you’ve done a manual install of arch before, you’ll probably breeze through the install process as well, since it is a guided ncurses installer.




  • Yeah this happened a while ago, it’s been in stable since 25.05 i think. Nixgl isn’t really a good solution for me though, but luckily i recently found another option of populating the /run directory with the nix drivers, the same way nixos does it. This seems to solve all the issues i had and makes nix on non-nixos much more powerfull to me. Since i can install game launchers and entire compositors with it, and programs that require the native system drivers will still be able to work inside of that nix-installed compositor. I’m thinking of switching back to void now and i’m working on a non-nix home manager setup.


  • I decided to finally lean into using systemd more while i’ve been using NixOS, since the OS already relies heavily on it anyway. Created targets for my window managers, starting all my programs with services instead of autostart scripts, etc. And it worked fine for the most part, except for some reason, in qtile the systray widget refuses to load the nm-applet when it’s started through systemd. Waybar does not have this problem. I can’t help notice that systemd is not just a little slower, which isn’t the biggest deal in the world, but it also tends to hang more often when shutting down, which is a bit annoying and reminds me of windows lol. Before NixOS i used Void, and while i never really cared too much about what init system i’m running, i can’t help but really appreciate runit for being so simple and fast. I’m thinking of moving back to Void but using the Nix package manager on top. I recently found a solution to the nix driver problem when using it on other distros, so now i should be able to combine the best of both worlds.