- Notifications
You must be signed in to change notification settings - Fork0
🔱 explore textual possibilities like never before
License
1j01/diverge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The medium is the message.
Diverge at any and every letter.
This project is mostly just an idea so far.
You'll be able toforge a path by typing,or follow suggested pathsvia mouse/pen/touch/whatever(or Tab on the keyboard).
Currently you can only use the keyboard,and to follow a suggested path,you have to type it out.
Similar paths that don't quite match could be lined up "magnetically"
Here's some crude ASCII-art to try to communicate the idea:
The quick fox jumped at the opportunityThe qui fox jumps the c n over lazy dog k w bro
Providers can look at the path you're on and the cursor position and suggest new paths.
The basic provider returns paths from a database of strings entered by users.
A Markov text chain or sentence autocomplete provider would return paths with text inserted at the cursor,whereas a paraphrasing provider (possibly using a neural network?) could return strings with infix replacements,making for paths that diverge and rejoin the current path.
Do you value rhyme, alliteration, assonance?Are fifthglyphsvile &evil,orgood, top notch stuff?
Arbitrary writing constraints and softer nudgescan be interesting instruments of creativity.
Evaluators can be combined and weighted.
i think it could be a really cool unique social experience
branching off of each other's writing
sharing in the constraints for creative writing with a consistency across the collaboration
a natural medium for nonlinear stories
I don't know what would work bestfor the granularity and structure,but it could have communitieswith independent moderation and rules,similar to Reddit,and pages with seed texts...and then maybe special rules could be applied to certain pages,possibly based on tags...and maybe some tags could only be set by moderators and some could be set by anyone...
A simpler model could be thatthere are just pageswith seed text and rulesset initially by a user.
Either way, there'd be links, of course.
An alternate (maybe not exclusive) direction for this project to takecould be towards longer-form writing like articles and even books.In that case it should work inline,and it would be more focused onediting,rather than pure exploration.I think this is less interesting for now.
- a different textploration idea:Intimate Codex
- theLibraryOfBabel subreddit
- theLibraryOfBabelCollaboration - a google doc you're free to edit
- Your World of Text andOur World of Text
- Dasher, a text input method where you zoom and drill down into letters, weighted by how likely it thinks you are to want to use them from context
- rnn-writer, a sentence autocompleter, which could be integrated into this project, via theirtorch-rnn-server, or even their hostedtext.bargains
- gpt-2, a newer text autocompleter
I'm usingCreate React App for the webpack + dev server setup, even tho i'm not using React.
- Clone the repo
- Install dependencies with
yarn install
In the project directory, you can run:
Runs the app in the development mode.
Openhttp://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the docs aboutrunning tests for more information.
Builds the app for production to thebuild
folder.
The build is minified and the filenames include the hashes.
Builds, and then pushes togh-pages
MIT licensed. SeeLICENSE.txt for details.