The Workbench
“Intelligence is the ability to avoid doing work, yet getting the work done.”
Pandoc External Link Filter
This lua filter for pandoc sets a
link’s rel attribute to
external, if it starts with
http:
Oct. 2025 in tools. Reading time: 1 minute
Simple Web Server
Sometimes it’s handy to have a simple static web server you can use locally. It can be useful for quickly transferring files between devices or checking out static websites before you deploy them. Python makes this very easy, just switch to the directory you want to serve as root and run:
Sep. 2025 in tools. Reading time: 1 minute