Posts
-
Apr 25, 2020
String truncation as a service
Recently I bought a new Lexmark printer. I’m not sure why I decided to subject myself to the torture of being a printer-owner. Maybe it was because the library is closed due to COVID-19 and I have nowhere to print anymore. Maybe it was because I wanted to make an irresponsible purchase. Maybe it was because I felt the world needed a little more suffering in it.
-
Aug 31, 2018
stdout Set as O_APPEND
Recently, I started working on a
cat(1)
-like tool that usessplice(2)
andsendfile(2)
. This tool has been published in a GitHub repo. Throughout the process I learned plenty more than I expected to aboutmake(1)
and stdout.