• 3 Posts
  • 157 Comments
Joined 1 year ago
cake
Cake day: September 23rd, 2023

help-circle


  • It’s like the first time I saw the movie Trash Humpers (2009), I was thinking to myself: is this a good movie? It isn’t. But, the beauty of that movie is that it exists. There’s no deep hidden symbolism, it’s a bunch of old people in long awkward scenes where they literally hump trash. The lack of a coherent plot adds to the question why they do that. In this world of endless choices and struggling, these people are trash humpers. And that’s respectable in a whole aspect.



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





  • One time I figured out why a strange dependency was needed in a LaTeX book. It’s part of the official documentation of a project and the author had opened an issue about it. I dug deep into the package code and figured out why, came up with a fix, and contacted the author about the solution. That was two years ago and they have not replied or fixed it, but just worked on different things. I don’t demand anything, but I haven’t felt motivated to help out since then in that documentation project.