Github repo as narrative, early version, with raw comment body
Rise up now and aruse! | |
Caution! | |
It is how sweet from her, the wispful, and they are soon seen swopsib so a sautril as a meise. | |
Our people here in Samoanesia will not be after forgetting you and the elders luking and marking the jornies, chalkin up drizzle in drizzle out on the four bare mats. |
Did you ever hear about the Princess who made friends with a real live sign? The sign's name was Ice Skate and the Princess's name was Diamonds. | |
They decided to play a game. | |
The game was hide-and-seek. | |
Diamonds said "First you hide, then I'll find you!" "Okay!" said Ice Skate. | |
They decided to play a game. |
// List all files in a directory in Node.js recursively in a synchronous fashion | |
var walkSync = function(dir, filelist) { | |
if( dir[dir.length-1] != '/') dir=dir.concat('/') | |
var fs = fs || require('fs'), | |
files = fs.readdirSync(dir); | |
filelist = filelist || []; | |
files.forEach(function(file) { | |
if (fs.statSync(dir + file).isDirectory()) { |
http://project.cyberpunk.ru/lib/neuromancer/ Humiliation rust device | |
Over Shore what need me royal against lodge | |
Vermicelli-like oar Gutenberg-tm God Greeks | |
1 | |
A sound that some magnitude flew the bomb on spasmodic, humped to a | |
vast round. One is Hence in nature have stabbing, " Paul officered |
Moby Dick converted to a pos-tag template, with pos-tag replacement from Neuromancer.
And Neuromancer, converted to a pos-tag template, with pos-tag replacment from Moby Dick.
thus:
On Sun Oct 25 2015 19:27:52, dariusk opened a new issue called "Resources". But it's an admin issue, so who cares? | |
On Sun Oct 25 2015 19:28:38, dariusk opened a new issue called "Procedural Visual Novel". | |
On Sun Oct 25 2015 19:55:08, bcj opened a new issue called "An Attempt to Exhaust Memory to Simulate a Place to Attempt to Exhaust". | |
On Sun Oct 25 2015 22:41:47, zachwhalen opened a new issue called "Using a password dump for a corpus". | |
On Mon Oct 26 2015 00:20:15, MaxBittker opened a new issue called "char-rnn + Interactive Fiction + scraped news". | |
On Mon Oct 26 2015 01:31:20, beaugunderson opened a new issue called "Poetry as corpus". | |
On Mon Oct 26 2015 02:23:24, hugovk opened a new issue called "In!". | |
On Mon Oct 26 2015 04:31:37, hugovk opened a new issue called "Press Coverage". But it's an admin issue, so who cares? | |
On Mon Oct 26 2015 04:45:18, ojahnn opened a new issue called "Sound over meaning". | |
On Mon Oct 26 2015 08:05:52, cpressey opened a new issue called "Compiler pipeline + writers' techniques = |
index.js -l 20 --max 80 --min 1 > sample.txt
This generated 20 story-loops, with a maximum of 80 helpers, and a minimum of 1 helper per loop.
Total words: 54,506
A king had seven sons, and when the other six went off to find brides, | |
he kept the youngest with him because he could not bear to be parted | |
from them all. They were supposed to bring back a bride for him, as | |
well, but they found a king with six daughters and wooed them, | |
forgetting their brother. But when they returned, they passed too | |
close to a giant's castle, and he turned them all, both princes and | |
princesses, to stone in a fit of rage. | |
When they did not return, the king, their father, tried to prevent |
In http://bbs.boingboing.net there is a little game that where we communicate only by changing the text of the thread title/subject. While edits are archived in vanilla Discourse, certain agitators had this data removed from public access.
Now, the originator of the thread still receives notifications, but some hoops must be jumped-through.
I grabbed the list by going to my notifications, opening page-inspector, selecting the element that held the notifications, copied the innerHTML and save that to a file.
This file is then processed via node.js - see eat.js
Caveats - title-edits by the thread originator are not visible, since the originator receives no notifications regarding own edits.