juipeltje
I’d just like to interject for a moment…
- 0 Posts
- 364 Comments
I use GNU Guix. I already did a package search for it once and they did have it packaged, so that’s nice.
Nice write-up! I read about Luanti a few months ago and have been meaning to check it out at some point. This gives me a better idea on what to expect.
I hadn’t heard of this one before, but it looks really impressive!
I did try evil-mode, but i just couldn’t get used to the differences between vim and helix, so that’s why i went with helix-mode instead.
What really helps for me is pressing control with the inside of my pinky knuckle, and alt with your thumb. That way your fingers can stay on the home row. If you have a very low profile keyboard or are on a laptop, best you can do is probably remap capslock to be control.
I’m using Emacs, but after getting a bit used to the vanilla keybindings for the past couple of weeks i still feel like vim-like motions are better, so now i’m playing around with a helix-mode package to emulate helix keybindings (i was using helix before switching to emacs). One change i did make though is bind end-of-line and beginning-of-line to $ and 0 like in proper vim. Helix uses END ans HOME keys for this and i hate it lol, no idea why they thought it was a good idea to move that far away from the home row for that.
juipeltje@lemmy.worldto
PC Master Race@lemmy.world•GTA Online Won’t Die After GTA 6 Launch, Take-Two Confirms Continued SupportEnglish
1·6 days agoContinued support = nerf heists even more?
juipeltje@lemmy.worldto
PC Master Race@lemmy.world•16GB VRAM now Steam's most common spec, as gamers snap up high-end Nvidia and AMD GPUsEnglish
2·7 days agoNow i feel less special with my 6950xt that i’ve had for a few years :(
juipeltje@lemmy.worldto
Linux@lemmy.ml•Any ideas what to add to my list of NixOS things to do?
3·9 days agoHelix is a solid choice tbh. I’m not sure if it works on NixOS, but you could always try something like Doom Emacs that comes preconfigured, similar to things like Lazyvim on the Neovim side. But yeah Emacs is a lot to take in and can be a pain sometimes. I actually just got done troubleshooting and making some changes to my config to solve an issue i had where simple things like scrolling up and down in a file was causing very high cpu usage. I ended up figuring out the issue with the help from a kind redditor, but i was kinda on the verge of considering a different editor if i hadn’t manage to solve it lol.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Any ideas what to add to my list of NixOS things to do?
1·10 days agoIf you’re just using it to declare packages and some configs then yeah you could definitely run like a post-install script or something on top of a minimal distro. I’ve done this for a while when i was using Void. It’s get trickier though when you consider that nix can also lock your config at a specific version of all the software you have installed, which i don’t think can easily be done on the average distro. There’s also the rollbacks, though i suppose you could use btrfs for that, but i’ve never tried it.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Any ideas what to add to my list of NixOS things to do?
2·11 days agoHaha, yeah i’m just goofing around, but at the end of the day, just choose what is most interesting to you. It’s kind of ironic how i got into Emacs anyway, cause before that i chose to use Helix instead of NVIM, cause i didn’t want to bother spending so much time configuring it. Then i tried Guix, which is a distro that you configure in Guile Scheme, so Emacs felt like the perfect fit for that, but in the end i still spent hours configuring my Emacs lol.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Any ideas what to add to my list of NixOS things to do?
3·11 days agoYeah Helix is cool. I was using it before i switched to Emacs.
juipeltje@lemmy.worldto
Linux@lemmy.ml•Any ideas what to add to my list of NixOS things to do?
71·11 days agoTry
VIMEmacs instead of Nano ;)
juipeltje@lemmy.worldto
PC Master Race@lemmy.world•Microsoft vows to make Windows 11 fly on 8GB RAM amid memory shortage — optimizations to reduce OS memory footprint have begunEnglish
19·12 days agoEven if they actually pull it off, shouldn’t we want to optimize regardless of any shortages?
juipeltje@lemmy.worldto
PC Master Race@lemmy.world•Seriously, Don't Buy a Windows 11 PC With 8GB of RAMEnglish
1·15 days agoMy parents’ computers that i “upgraded” to 11 still use 8 gigs of ram. Perhaps they’re just very light pc users but i still haven’t heard them complain about any issues, so i haven’t looked at upgrading the ram tbh. But yeah the amount of ram windows uses just to run idle is insane.
juipeltje@lemmy.worldto
Linux Gaming@lemmy.world•New AMD Linux patch boosts low-end gaming performance on Steam DeckEnglish
2·15 days agoWeird times indeed. As someone who also got a ps5 before the price hikes and without having paid extra to a scalper, this has happened to me multiple times now where hardware increases in value. Since i’m not looking to sell any of it it doesn’t mean much in practice, but still wild to think about.
Yeah that’s true. On the desktop since i was already using more DIY-type distros it’s not that difficult to avoid it, but with a more specialized usecase like the steam deck it’s hard to find something that mimicks the SteamOS experience without using systemd, or at least there’s not an OOTB experience distro for that as far as i know. I’m still using the stock SteamOS on my deck for that reason, it doesn’t feel worth it to replace, especially since i only use mine to game and don’t tinker with it like my desktop.
Idk, i mean there’s Artix. I’ve used Void for like 2 years and gaming was fine.


Oh thanks for this. I’ve been using
history | grep $somethingfor the longest time, but i always end up copy pasting the actual command cause i didn’t remember how to invoke the number, and copy pasting is so quick that you end up never looking up how to do it properly lol.