Templates: Difference between revisions
Andre Castro (talk | contribs) No edit summary |
Andre Castro (talk | contribs) |
||
Line 23: | Line 23: | ||
* Documentary: ''Sucking on Words'' http://www.ubu.com/film/goldsmith_sucking.html | * Documentary: ''Sucking on Words'' http://www.ubu.com/film/goldsmith_sucking.html | ||
Filter Bubble | |||
<blockquote>The 2016 election took place under the spectre of a bubble. Not the subprime mortgage lending bubble that shaped the 2008 election, but the “filter bubble”. Tens of millions of American voters gets their news on Facebook, where highly personalized news feeds dish up a steady stream of content that reinforces users’ pre-existing beliefs. | |||
</blockquote> | |||
Wong, Julia Carrie, Sam Levin, and Olivia Solon. 2016. “Bursting the Facebook Bubble: We Asked Voters on the Left and Right to Swap Feeds.” The Guardian, November 16, sec. US news. https://www.theguardian.com/us-news/2016/nov/16/facebook-bias-bubble-us-election-conservative-liberal-news-feed. | |||
<blockquote>Democracy requires citizens to see things from one another’s point of view, but instead we’re more and more enclosed in our own bubbles. Democracy requires a reliance on shared facts; instead we’re being offered parallel but separate universes. | |||
</blockquote>Pariser, Eli. 2011. The Filter Bubble: What the Internet Is Hiding From You. London: The Penguin Press. | |||
= Markov Chains= | = Markov Chains= |
Revision as of 12:53, 21 November 2016
template based works
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?
- 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
Filter Bubble
The 2016 election took place under the spectre of a bubble. Not the subprime mortgage lending bubble that shaped the 2008 election, but the “filter bubble”. Tens of millions of American voters gets their news on Facebook, where highly personalized news feeds dish up a steady stream of content that reinforces users’ pre-existing beliefs.
Wong, Julia Carrie, Sam Levin, and Olivia Solon. 2016. “Bursting the Facebook Bubble: We Asked Voters on the Left and Right to Swap Feeds.” The Guardian, November 16, sec. US news. https://www.theguardian.com/us-news/2016/nov/16/facebook-bias-bubble-us-election-conservative-liberal-news-feed.
Democracy requires citizens to see things from one another’s point of view, but instead we’re more and more enclosed in our own bubbles. Democracy requires a reliance on shared facts; instead we’re being offered parallel but separate universes.
Pariser, Eli. 2011. The Filter Bubble: What the Internet Is Hiding From You. London: The Penguin Press.
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