Prototyping 9 April 2013: Difference between revisions
(Created page with "tutorials = Eliza & Eternity = <slidy theme="aa" /> == Natalie Jermenjenko/[[wikipedia:D...") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Calendars:Networked_Media_Calendar/Networked_Media_Calendar/09-04-2013_-Event_2|tutorials]] | [[Calendars:Networked_Media_Calendar/Networked_Media_Calendar/09-04-2013_-Event_2|tutorials]] | ||
thinking about this trimester... what topics are of interest to you? [[Roll your own google]] | |||
= Eliza & Eternity = | = Eliza & Eternity = | ||
http://psych.fullerton.edu/mbirnbaum/psych101/Eliza.htm (this one??) | |||
<slidy theme="aa" /> | <slidy theme="aa" /> | ||
== Natalie | == [[wikipedia:Natalie Jeremijenko|Natalie Jeremijenko]] vs. [[wikipedia:Danny Hillis|Danny Hillis]]: The Clock of the Long Now == | ||
AUDIO: falloutcd_track12_firefly_oscillators.mp4 | AUDIO: [http://pzwart3.wdka.hro.nl/archive/2004-01-kate_rich/bureauit/fallout/falloutcd_track12.mp3 falloutcd_track12_firefly_oscillators.mp4] | ||
From "Fallout" | From "Fallout" | ||
* Clocks & Oscillation | * Clocks & Oscillation | ||
Phase locking, The mutual synchronization of coupled oscillators | Phase locking, [http://arxiv.org/abs/1302.4073 The mutual synchronization of coupled oscillators] | ||
* The "materiality" of time | * The "materiality" of time | ||
* Danny Hillis, Clock of the Long Now | * Danny Hillis, Clock of the Long Now | ||
* [http://www.radiolab.org/2007/may/29/ Radio Lab: Time] | |||
* Time as a purely abstract (asocial, apolitical) construct | * Time as a purely abstract (asocial, apolitical) construct | ||
* Clocks as a social contract | * Clocks as a social contract | ||
Line 20: | Line 25: | ||
== David Cronenburg: Professor O'Blivion == | == David Cronenburg: Professor O'Blivion == | ||
{{youtube|qul-rDvU9QI} | {{youtube|qul-rDvU9QI}} | ||
== [[Wikipedia:Donald Rodney|Donald Rodney]]: AUTOICON == | == [[Wikipedia:Donald Rodney|Donald Rodney]]: AUTOICON == | ||
Line 61: | Line 65: | ||
* Sixth, a set of post-substitutions takes place. | * Sixth, a set of post-substitutions takes place. | ||
* Finally, the resulting sentence is displayed as output. | * Finally, the resulting sentence is displayed as output. | ||
[ http://automatist.org/eliza/ ] |
Latest revision as of 14:05, 8 August 2013
thinking about this trimester... what topics are of interest to you? Roll your own google
Eliza & Eternity
http://psych.fullerton.edu/mbirnbaum/psych101/Eliza.htm (this one??)
<slidy theme="aa" />
Natalie Jeremijenko vs. Danny Hillis: The Clock of the Long Now
AUDIO: falloutcd_track12_firefly_oscillators.mp4
From "Fallout"
- Clocks & Oscillation
Phase locking, The mutual synchronization of coupled oscillators
- The "materiality" of time
- Danny Hillis, Clock of the Long Now
- Radio Lab: Time
- Time as a purely abstract (asocial, apolitical) construct
- Clocks as a social contract
- Conditioned social blindness
David Cronenburg: Professor O'Blivion
Donald Rodney: AUTOICON
Joseph Weizenbaum: ELIZA
I chose the name ELIZA for the language analysis program, because, like the Eliza of Pygmalion fame, it could be taught to "speak" increasingly well. Because conversations must be about something, that is, because they must take place within some context, the program was constructed in a two-tier arrangement, the first tier consisting o fthe language analyzer and the second of a script. The script is a set of rules rather like those that might be given to an actor who is to use them to improvise around a certain theme. Thus ELIZA could be given a script to enable it to maintain a conversation about cooking eggs or about managing a bank checking account, and so on. Each specific script thus enabled ELIZA to play a specific conversational role.
Weizenbaum, Computer Power and Human Reason, From Judgment to Calculation, p. 3
Murray's Four Essential Properties of Digital Environments
- Procedural
- Participatory
- Spatial
- Encyclopedic
Janet Murray, Hamlet on the Holodeck, The Future of Narrative in Cyberspace. Chapter 3
Eliza: The Procedure
Processing consists of the following steps.
- First the sentence broken down into words, separated by spaces. All further
processing takes place on these words as a whole, not on the individual characters in them.
- Second, a set of pre-substitutions takes place.
- Third, Eliza takes all the words in the sentence and makes a list of all
keywords it finds. It sorts this keyword list in descending weight. It process these keywords until it produces an output.
- Fourth, for the given keyword, a list of decomposition patterns is searched.
The first one that matches is selected. If no match is found, the next keyword is selected instead.
- Fifth, for the matching decomposition pattern, a reassembly pattern is
selected. There may be several reassembly patterns, but only one is used for a given sentence. If a subsequent sentence selects the same decomposition pattern, the next reassembly pattern in sequence is used, until they have all been used, at which point Eliza starts over with the first reassembly pattern.
- Sixth, a set of post-substitutions takes place.
- Finally, the resulting sentence is displayed as output.