Let's Go, Hugo!

I’ve realized maintaining a whole CMS is massive overkill for a site I don’t update much. I heard good things about Hugo as a static site generator and decided to spend a couple evenings fiddling with it.

Searching For Phrases in Base64-encoded Strings

If you’re well-versed in concepts like base64-encoding, code obfuscation, and malware detection, you’re free to skip down to the good part (literally the section title “The Good Part”). The short version is: You can perform searches for plaintext strings encoded in base64. I’m excited about this.