NaNoGenMo / 2019

National Novel Generation Month, 2019 edition.
97 stars 5 forks source link

The Bitspeech Sonnets #128

Open maetl opened 4 years ago

maetl commented 4 years ago

I had to drop my original concept, as it was a bit too involved for the limited time I had available this month. Later on, I came up with a smaller, less ambitious, more absurd project which I will try to put together before the end of November.

The concept of ‘bitspeech’ or ‘bitspeak’ is to use 16 slot lookup tables of consonants and vowels to map the bits from an integer represented as base 16 hex values into words that can be spoken out loud.

Taking this a step further, we can use a whole lot of sequential and random numbers to generate a lexicon, then scan the index for rhyming pairs and matching syllable counts to fill in the lines and make weird uncanny valley poetry.

Which leads to the book of bitspeech sonnets. I have no idea how this is going to turn out, but I’ll give it a go.

maetl commented 4 years ago

Here’s the first completed poem:

image

maetl commented 4 years ago

Repo & further Info

https://github.com/maetl/bitspeech-sonnets

Generated book example

book-1575119250.pdf

maetl commented 4 years ago

Some examples of what the poems look like.

image

image

maetl commented 4 years ago

Downloadable Books

I uploaded a bundle of 32 generated books to itch.io.

Making Of

I also posted notes on how the project was made.