Today in ridiculously specific tools... if you ever have data that's been gzipped and then base64-encoded and you need to see what's in it, my new "base64 decode and then un-gzip" tool is for you! https://observablehq.com/@simonw/base64-decode-and-then-un-gzip
Built because I'm using pytest-recording and it turns out it sometimes stores base64-gzipped responses in YAML files https://github.com/datasette/datasette-embeddings/issues/4#issuecomment-2019434028
@simon Sorry to be another reply guy, but I find CyberChef very useful for this kind of quick and dirty conversion. It's a handy downloadable single HTML file from our friends at GCHQ
https://gchq.github.io/CyberChef/
Edit: Direct link to this recipe: https://tinyurl.com/mw45spm3
@Jermolene Blogged about it here https://simonwillison.net/2024/Mar/26/cyberchef/