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.

2025-11-16 10:02 #

img Jardin des Plantes, Paris, Nov. 2025

2025-11-16 10:00 #

Nice read on GNU Awk: AWK technical notes. It reminds me of all the good Awk programs I happened to find on Programming Praxis. #unix

2025-11-16 09:59 #

Not sure I haven’t bookmarked this one already, but in case: Deploying Common Lisp Scripts. #lisp

2025-11-16 09:59 #

Randomness Testing Guide: a beginner’s guide to randomness testing with a focus on simplicity and explainability.

2025-11-16 09:58 #

/me is listening to “Familiar Fields” by Duster

2025-11-05 11:27 #

By the power of grayscale!: A nice review of common techniques for image processing, with applications in C. #clang

2025-11-03 18:53 #

Recently added:

img

2025-10-28 08:51 #

/me is listening to “The Suit” by Public Image Ltd

2025-10-28 08:46 #

I don’t think I need notmuch search and tagging facilities since mu and Neomutt cover all my needs. But in case I change my mind, I leave this links here:

I especially liked reading Search-oriented tools for Unix-style mail.

2025-10-28 08:42 #

SSH to a machine behind firewall. On a related note, LocalCommand and RemoteCommand are also handy in some cases, e.g., LocalCommand osascript -e "tell application \"Terminal\" to set current settings of window 1 to settings set \"ssh\"" to change Apple Terminal theme when ssh’ing on a remomte machine, or RemoteCommand tmux new -A -s remote -n main to start Tmux right when connecting to a remote server.