Templates: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 19: Line 19:
Uncreative Writing - Kenneth Goldsmith
Uncreative Writing - Kenneth Goldsmith
what is considered literary creation? Is a traffic report a literary creation?
what is considered literary creation? Is a traffic report a literary creation?
* Goldsmith works: http://www.ubu.com/contemp/goldsmith/index.html
* Goldsmith works: https://monoskop.org/Kenneth_Goldsmith
* ''Uncreative Writing'' https://monoskop.org/log/?p=10009
* Documentary: ''Sucking on Words'' http://www.ubu.com/film/goldsmith_sucking.html
* Documentary: ''Sucking on Words'' http://www.ubu.com/film/goldsmith_sucking.html



Revision as of 17:33, 18 November 2016

template based works

Madlibs02.jpg

Mad Libs - phrasal template word game

News and reports

Artybollocks Generator

Spam


Words Made Flesh Florian Cramer - Chapter 3: Computation and Fragmentation

  • Cut ups

Uncreative Writing - Kenneth Goldsmith what is considered literary creation? Is a traffic report a literary creation?


Markov Chains

What are Markov Chains

projects using Markov chains

python install PyMarkovChain

install PyMarkovChain Python library

sudo pip install PyMarkovChain

if you dont have pip (python package manager) install it:

  • (debian/ubuntu)
    sudo aptitude install python-pip
  • (mac)
    brew install python-pip

Integration with HTML,CSS

  • HTML can provide structure to templates
  • CSS can provide (variable) style
  • WeasyPrint can generate PDFs and PNGS from HTML and CSS, and can be use as a Python library