Skip Navigation

User banner
Posts
2
Comments
477
Joined
2 yr. ago

  • I use neovim (btw) and have it kitted out like a full IDE and it uses about 1gb of RAM at most to run a project. Crazy how much RAM static analysis takes.

  • It has one bearing: it puts them in the same location together

  • That's the question mark next to man

  • For those I just commit with the message "ngl there's a lot of changes in here"

  • Sure, I recognize that there are folks who won't be able to pull it off, but there are also loads who can - And don't know about options like OpenVPN. Figured it was worth a mention.

  • My recommendation is to run your own instance of something like OpenVPN on a $5/month Digital Ocean droplet tbh

  • It's a fair bit more than that, but yes in a sense it is RAID if you are using it across more than one drive (as you should). You can use ZFS on a single drive though, so it's a middle ground situation.

    The main thing is to avoid hardware RAID controllers unless you have a really good reason, and that's generally what most people refer to as RAID. Generally folks are moving to JBOD setups with filesystems like ZFS now though

  • Reject raid, ZFS supremacy

  • Truth

    Jump
  • ... jazz Bach?? Please tell me there's a playlist somewhere, I want to experience this

  • I use a Dactyl Manuform with Ctrl and Caps Lock switched places; Having Ctrl on the home row has been incredibly comfortable compared to it's usual home

  • My favorite part of your suspend shortcut is that you can call it "hyper pause" and that describes both the shortcut and the action lol

  • Good ol "hyper key", Ctrl+Shift+Super+Alt

  • Indirect lighting or bust

  • PHP has gotten really good over the past few versions, actually. Lots of really great stuff has been added, it feels like it resembles rust more every release lol

  • I've heard this approach called the "continuity of identity", referring to the fact that the thing existed the whole time, even while being slowly replaced

  • I do; you're only dismissing it because it's formatted differently from the exact workflow you're describing, but it's certainly just as powerful if not more so

  • I went helix -> vim -> emacs -> kakoune -> neovim, super interesting to see how people's experiences differ

  • Most of the productivity comes from the motions; Being able to jump around the text incredibly fast, combining motions with actions and repeats, it's unparalleled in the sheer speed. I can delete an entire function with the same basic pattern Id use to delete a word.

    daf -> Delete the current function my cursor is on daw -> Delete the current word d3af -> Delete the next three functions

    Stuff like that, but with everything