Colonnades

AI generated photo of a bearded emperor carved from jade
AI generated photo of an ornate floral carving in red wood
AI generated photo of some spooky black pyramids

I didn't have as much time as I usually do for National Novel Generating Month, but I think the less time I spend on it, the better the results. I started out with a plan to do a complex, procedurally-generated parody of Colonna's Hypnerotomachia Poliphili but only got as far …

more ...




Annales: Details

This was the first time I submitted a NaNoGenMo entry which aimed at being readable, in contrast to my previous efforts, Everywhere Dense and Neuralgae, which were really abstract. Annales is a generated parody of a very ancient genre, the chronicle, which tells history as a sequence of reigns, deaths …

more ...


A Mighty Host

As an exercise in Haskell, I wrote a monad which threads random-number generation state through a context-free grammar, allowing the creation of arbitrary yet valid sentences. This was kind of clever.

Then I used it to generate a series of descriptions of bands of warriors along the lines of Homer's …

more ...

The Algorithm

The fourth and last in a series of posts about how we think about coding and functional programming. The first three are The Homunculus, State and Immutable and pure

An algorithm is a procedure or formula for calculating a result, an idea which predates the invention of the computer by …

more ...