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

help-circle







  • Where I work, the fax was a way to ensure that information could be sent in multiple ways, if one way would fail. In the medical field (at least where I live) we must have systems with backup systems in a few layers. We have a nice digital medical chart system, and I still have to print out many things and put in a binder that no one ever reads. Because the internet could stop working, or electricity could fail. We even have routines for which types of pen and paper can be used if we need to write things by hand while electricity is gone.





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