Essays on ideas, craft, and making sense of things.

March 14, 2026

Hello World

Welcome to my blog! This is the first post.

A Code Example

Here's some Clojure:

(defn greet [name]
  (str "Hello, " name "!"))

And some bold and italic text to test formatting.