Parallelize YouTube downloads

A quick note how to combine three basic shell utils (and yt-dlp) to massively parallelize YouTube playlist download.

Making SVD-Loader for Ghidra play nice with RP2040

How I spent a few hours to vastly improve SVD-Loader for Ghidra, to play nice with RP2040's Atomic Register Access.

Nerdsniped: clang++-13 infinite loop bug

How I was nerdsniped by clang++ infinite loop weirdness/bug, and what I found after a few moments of digging.

IPv6 Unique Local Addresses (ULA) for the win

Why switching from IPv6 link local to unique local addresses rocks, and how you can too.

Three common Regular Expression gotchas

A short post discussing three traps for the young player when it comes to regular expressions; inspired by a recent adventure.