Skip to content

Instantly share code, notes, and snippets.

@cdharris
Last active May 15, 2020 12:14
Show Gist options
  • Save cdharris/1efd6d813038cb933d8bc396fc4cf365 to your computer and use it in GitHub Desktop.
Save cdharris/1efd6d813038cb933d8bc396fc4cf365 to your computer and use it in GitHub Desktop.
Chris Harris
import {consciousness} from 'universe'
import {nearest} from 'helpers'
const entropy = () => nearest('sun').sample()
const text = new TextRenderer({entropy})
// When rendered to person `consciousness` is seen as an implicit source of entropy
var Chris = PersonFactory({genome,phenome, consciousness, time}).generate()
Chris.render(text)
=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment