You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Measured: Typing latency of Zutty (compared to others): Sadly no stats for foot. Given the existing benchmarks, I would expect it to be in lowest range of typing latency as well but this would need some perf tests. #unix
♪ P!nk · Glitter In the Air
Building LISP, in under 6 C files (876 LOC). #lisp
Sidenotes In Web Design: I didn’t know there were so many JS and non-JS based framework for HTML sidenotes.
TIL about Harlequin which looks really great. #database
Thanks to notify-send.sh I can now update the mail notification from Neomutt in Ubuntu notification center since it allows to replace an existing notification. This should be available in more recent versions of notify-send
(Ubuntu ≥ 22.10).
set new_mail_command="notify-send.sh --replace-file=/tmp/muttnotification -a neomutt -u low -i neomutt 'New Email' '%n new messages, %u unread.' &"
Beforehand I tried notify-send.py which didn’t quite work.
The idea is to take a train somewhere (unspecified) for four hours, have lunch, then take another train home. The train would be my 90mph office with scenery for those four hours in each direction, and I’d get to enjoy lunch somewhere new. I’d do a full days work with the view out the window constantly changing. — The 90mph office
(Python) types are very broad hints and they are sometimes lies. — Compiling typed Python