In our previous episode of Programming By Stealth, Bart Busschots taught us how to create lookup tables with jq from JSON data using the from_entries command. Just when we have that conquered, this time he teaches us how to do the exact opposite – disassemble lookup tables. I think this was a really fun lesson […]
Continue readingMore TagDay: March 30, 2024
Make Beautiful Online Documentation with MkDocs
This week I taught myself a new tool and I’m very excited about it. Let’s start with the problem to be solved, shall we? As you may already know, the Programming By Stealth community is working on porting Bart Busschots’s XKPasswd secure, memorable password generation service to modern web tools. Bart created the original service […]
Continue readingMore Tag