Corne

A few updates.

Setting up Caddy on Rocky Linux 9

Some quick ’n dirty field notes, adapted from setting up the server that hosts this website.

Govern

Nearly eight years ago, I complained about the lack of an adequate configuration management tool. So, I wrote one.

New new site

As is customary, every couple of years, I decide it is time to port my personal blog over to some other platform.

Agent vs. Agentless

There has been something kind of burning on my mind, lately, and it’s mostly Ansible’s fault.

[ANN] go-dynect

This post is the first announcement of my DynECT client library for Go.

Writing worker queues, in Go

Have you ever wanted to write something that is highly concurrent, and performs as many tasks as you will let it, in parallel? Well, look no further, here is a guide on how to do just that, in Go!

Two-legged OAuth 1.0 calls, in Go

Half-way through last week, I stumbled across context.io and thought it would be pretty decent to write up a nice, small API client for Go!