Collecting my attempts to improve at tech, art, and life

2025-09-29

Does any of this enlighten, entertain, or otherwise please you? Please consider a Tip. Every little bit helps!

I last updated this page

[2025-09-29 Mon 05:12]

Brut RB

Standards-based, No-nonsense, HTML-first, Low Ceremony

Ruby

[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'
  

Hackers.town

perlpie.com (archived)