John Ohno

Results 23 issues of John Ohno

A list of items that can contain other items.

Since it's been a day since NaNoGenMo started & I've already done three, I feel pretty confident about doing something more involved. Back in 2014, Generative Detective (https://github.com/dariusk/NaNoGenMo-2014/issues/70) showed that...

completed

I treat an input as a 2d array -- lines vs words -- and pad it so that all of the lines are of the maximum length. Then, I make...

completed

A couple years ago I did a demo that generated an alphabet & vocabulary for asemic writing: https://github.com/enkiv2/misc/blob/master/asemic.py I've modified it to use PIL instead of turtle, use markov chains...

completed

I might not actually get to this one, but it's worth documenting since I think it's a neat idea. Plus, I've got nearly the whole month still. I found the...

H. P. Lovecraft has more variance than people give him credit for, but a lot of his stories really structured the same way: a scientifically-minded young man from Massachusetts with...

completed

Process: I swapped the 50k most frequent words with the 50k least frequent words in the corpus, limited to words in my unix dictionary file. (If I did it again,...

completed

I had been considering some techniques I had seen for constructing text that could be rearranged reasonably, and I noticed that one technique was to always split on the division...

completed

Completed novel: https://github.com/enkiv2/misc/blob/master/nanogenmo-2016/tinyTarotStories.md The way this works is, for each day in 2016, we produce readings for 10 3-card tarot spreads and treat them as short stories. The result is...

completed

Riffing off an idea by @JKirchartz, I separated out sentences from the Lovecraft corpus, split sentences into stopword-delimited phrases, and used my phrase-chain code from October to rearrange the phrases...

completed