BXG Blog

Improving Private Key Security with a Yubikey: Intro

The current trend (not so new any more) in improving the security of one’s private GnuPG (gpg) and/or ssh keys is to move them onto a hardware token. This way the private key is not stored on one’s computer where it can get physically stolen or exfiltrated …

Zucchini Bread

This zucchini bread is more like zucchini cake. Quick and delicious, but don’t eat too much at once!

The False Economy of Go: Short Variable Names

I’ve been complaining about Go’s various time-saving misfeatures for a few weeks now. If you’re hungry for more, you can start with the first post in the series or find links to all of the posts at the bottom of today’s complaint.

Today’s episode isn …

Pelican Theme Updates

I recently wanted to tweak my blog theme a little bit. I made the changes I wanted, re-generated my site, and…nothing changed. After messing with various versions of this sequence, I finally realized that pelican doesn’t recompile themes when you make changes. In the case of my theme …

The False Economy of Go

When I first started learning Go, I was excited about the ideas of what the language is supposed to be. Built-in concurrency primitives that aren’t just a wrapper around threads! A statically typed, compiled language without the C preprocessor or page-long compiler errors from C++ templates! And it compiles …