[2025-09-29 Mon 05:12]
Standards-based, No-nonsense, HTML-first, Low Ceremony
[2025-09-29 Mon 18:25]
Sometimes you clean your notes with a Python script you spent two and a half days on. It works great, tests pass, and all is well.
But sometimes it’s day 2.75 and you realize you missed a spot. The same spot, several hundred times.
Just pull out a Perl one-liner and call it a day.
Code Sample
ack -f --markdown --print0 \
| xargs -0 perl -i -p -e 's!assets/img/(\d{4}/)?!!g'