• 0 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: September 23rd, 2023

help-circle


  • Maybe it can be translated into something else, like, “Documentation is like toilet paper, when it’s good it’s good, when it’s bad it’s better than nothing”? Or, “Documentation is like clothes, even if they are bad it’s better than nothing”, or “Documentation is like having something you need, it’s better to have the thing you need even if is not good, than to not have the thing you need at all”?



  • I like to program in the evenings until I hit a problem I don’t immediately know how to solve, then the problem is something I can think about while driving to work or taking a shower or falling asleep. There’s no pressure, and sometimes this takes weeks, with some reading up on things and research here and there. And then suddenly, a plan starts to form for how to deal with the problem, and I can’t wait to go home and implement the solution. The important part is that it feels good, to thoroughly understand the task and to write code that flows like a clear line of thought.















  • It’s a text editor. It all began with the ed editor, which is very simple and does one thing, it edits files. Then someone extended it into the ex editor. Then someone added a new feature: being able to visually see the file you’re editing, which became vi, the visual editor. Then someone improved that, into vim. What began as an editor where you needed to be fluent in regular expressions but otherwise was simple, is now a very complex editor, moving the functionality of the old UNIX tools into the editor itself.