aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2023-09-25 10:33 #

Weekend cookery.

2023-09-25 09:51 #

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

2023-09-24 16:49 #

♪ P!nk · Glitter In the Air

2023-09-24 10:47 #

Building LISP, in under 6 C files (876 LOC). #lisp

2023-09-24 10:44 #

Sidenotes In Web Design: I didn’t know there were so many JS and non-JS based framework for HTML sidenotes.

2023-09-24 10:40 #

img

2023-09-21 12:21 #

TIL about Harlequin which looks really great. #database

2023-09-21 08:41 #

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.

2023-09-20 09:39 #

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

2023-09-20 09:36 #

(Python) types are very broad hints and they are sometimes lies. — Compiling typed Python