• 2 Posts
  • 184 Comments
Joined 2 years ago
cake
Cake day: August 25th, 2024

help-circle








  • This is the shit that always blows my mind, to be honest.

    You want to maximize profits? Train your workers, put them through school, invest in your workforce.

    All the companies that just hire bodies and forget the most important part that sets a human apart from the rest of the animal kingdom astonish me. You get more value per person if you work towards increasing each person’s value instead of increasing the value of persons.










  • Honestly just memorize the fundamental ones and google everything else you need on the fly. You’ll naturally memorize the ones you use often.

    I’ve used VIM for nearly 5 years and the only keybinds I have memorized are ‘a’ (append right here) ‘A’ (append to end of line) ‘i’ (insert right here) and I use the arrows to navigate instead of the letters. The only incantation I have memorized is %s/text to replace/text to replace with/g (find and replace through entire file. Remove the /g to find and replace only the next instance).

    Once you have those, you can basically do anything that you’re capable of in a normal editor. If you need to do something beyond that, search “how to x in vim” and click the first stack overflow link that comes up, hasn’t failed me yet