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.
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.
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
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
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
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
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.