Joel Kirchartz
Joel Kirchartz
Since I'm not the same person as I was before the eclipse, I might try some new things, but I still want to get ["Beatles Bible"](https://github.com/JKirchartz/NaNoGenMo/tree/master/2016/BeatlesBible) working converting song lyrics...
I'm going to try to get some of last years projects working, and see if I can come up with something new. This year: https://github.com/JKirchartz/NaNoGenMo/tree/master/2016 Last year: https://github.com/JKirchartz/NaNoGenMo/tree/master/2015
3 works completed (There are 4 versions in each output directory, totaling 16 books.) For the first time I've gotten LaTeX layouts working, so enjoy the typesetting. [Sherlock Shuffle 3.0](https://github.com/JKirchartz/NaNoGenMo/tree/master/2018/SherlockShuffle/output)...
Develop a new take on the Sherlock Shuffle, using my [POS Tagger that outputs Tracery grammars](https://www.npmjs.com/package/pos2tracery)... and then see what else I can come up with... I really liked combining...
I've been writing on cosmic.voyage for a while and noticed some common tropes that I thought would make it amenable to generative text, other writers on the platform may be...
I'm in.
I was given the idea to combine authors with similar names to create new authors like "CS Lewis Carrol" similar to the Before & After game on Wheel of Fortune...
see: https://surma.dev/things/ditherpunk/
create methods to run a set lists of glitch functions with default (random) parameters. See [Ln 1144-1279 of GlitchyDither.js](https://github.com/JKirchartz/Glitchy3bitdither/blob/v0.2.0/site/GlitchyDither.js#L1144-L1279) for existing presets.
Using Webpack or Browserfy, compile these scripts to replace the existing code on the [website.](http://jkirchartz.com/Glitchy3bitdither/)
rewrite redShift, blueShift, greenShift, rgbShift, and the colorShift functions to work more like [Jimp's Sepia function](https://github.com/oliver-moran/jimp/blob/4a7b21994e8a209cac6d89c7fcb8f3f820d9919d/index.js#L1797) using Jimp's `scan` function.