Category: Generative

NaNoGenMo 2019: Directory Directory

I decided to participate in NaNoGenMo (National Novel Generation Month) this year with a project called Directory Directory – an online directory of fictional companies, all located within the Alphaville-Zulutown region. It’s organised like an old phone book, by service type, and each company has a name, slogan, address, and phone number.

Some day in the future I’ll update the directory to have more information, and use more advanced grammar, and maybe even be printable. But the project was a nice excuse to learn some new things (the Tracery library for python is fun to play with; it’s also the first time I’ve built a workflow to build a whole generative website).

Some services
Companies offering Anemic Sling services

You can see the project at directory.olliepalmer.com, and play with the code that wrote it at GitHub. Enjoy!

Hundred Thousand Billion Poems

I am sure it’s been done before, possibly hundreds of billions of times, but as a small coding exercise whilst writing my PhD I wrote a little piece of code which renders random iterations of Raymond Queneau’s Hundred Thousand Billion Poems on a web page. I re-found it whilst working on another project. Here it is:

See the Pen A Hundred Thousand Billion Poems by Ollie Palmer (@olliepalmer) on CodePen.

The code is available on CodePen and Github.