Nick Montfort

Results 19 issues of Nick Montfort

Code: http://nickm.com/code/hard_west_turn.py PDF: http://nickm.com/poems/hard_west_turn.pdf _This book is directly based on incidents of violence in recent American history, which are explicitly related in it._ Artist's proof #1 of the eventual paperback/print...

completed

Dark I. Third NaNoGenMo project for 2016, devised as an example in class today, when I asked students to quickly generate a novel. [Python 2 code.](http://nickm.com/code/darki.py) [PDF of novel.](http://nickm.com/poems/darki.pdf) I...

completed
preview

Generated novel #2 from me this year. [Code in Python 2.](http://nickm.com/code/amsb.py) Requires Textblob, pg100.txt with license info removed and renamed shakespeare.txt. [Output in PDF format.](http://nickm.com/poems/amsb.pdf)

completed

Today, in honor of Thanksgiving political discussions and other recent catastrophes, I wrote a generated novel for NaNoGenMo, Recount. [Code in Python.](http://nickm.com/code/recount.py) [PDF.](http://nickm.com/poems/recount.pdf) Enjoy! -Nick

completed
preview

Completed this one, in rough form, pretty quickly, considering it is in a language that is new to me ... and I don't mean Python ... https://nickm.com/code/libro.py https://nickm.com/poems/libro.pdf

completed

I have generated the novel _1001 BASIC Games_ for you to enjoy. The program that generates this is a one-line Applesoft BASIC program for the Apple //e or //c. I...

completed
preview

`cat 100-0.txt 4300-0.txt|python -c"import collections,sys,re;d=collections.defaultdict(list);[1 for w in set(re.split('\W',sys.stdin.read())) if d[re.sub('[^aeiou]','',w.lower())].append(w)];print('.\n '.join([' '.join(d[p]) for p in sorted(d.keys())]))"` Another #NNNGM (Nano-NaNoGenMo). Bins the vocabulary of Shakespeare's complete works, and Joyce's Ulysses,...

completed
preview

This is another entry not just in National Novel Generation Month, but in #NNNGM, Nano-NaNoGenMo, Nano-National Novel Generation Month. I have generated a more than 50,000 word “novel” (loosely defined,...

completed

Another Nano-NaNoGenMo. This generated novel provides a surfeit of assistance with Python. [Code.](https://nickm.com/code/too_much_help.sh) [Novel.](https://nickm.com/poems/too_much_help.txt)

completed

Existing work has led us to create Categories at the story level so that we can, for instance, have all sorts of fruit grouped together and call it “fruit.” There...