@ArsonButCute@programming.dev
Hey, I’m also ArsonButCute@lemmy.dbzer0.com
Don’t DM me without permission please.
member since 8 Jan 2026 19:08
comments
- on Stop Doing Swap Partitions in c/programmer_humor@programming.dev · 14 Sep 2026
-
on Stop Doing Swap Partitions in c/programmer_humor@programming.dev · 14 Sep 2026
I often use FreeBSD on a system with 2 gigs of ram. I WISH swap was useful. OOM killer is so overzealous the thing just kills whatever before even touching swap.
-
on Why nano gets used in c/programmer_humor@programming.dev · 9 Aug 2026
Like two or three weeks for most tasks. I still check the manual sometimes, it’s built in :)
Check out vimtutor if you wanna learn it fast
vimschool.netlify.app/introduction/vimtutor/
I oft reference the wikibooks page as well en.wikibooks.org/wiki/Vim
-
on Why nano gets used in c/programmer_humor@programming.dev · 9 Aug 2026
I’m a vim stan. I love my vim. I still end up installing nano on all my machines. It’s honestly not even for me anymore, it’s for anyone else who happens to use it. Vim is great but it’s got a learning curve.
Often times I’ll just use vi, since it’s always there.
As far as I can tell that’s not possible on FreeBSD. The vm.swappiness parameter doesn’t exist there.