Conversational Interfaces 2014/2015: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "Platform + Scaling In this module, exploring paradigms for interaction, navigation, conversation; considering different paradigms for authoring / writing (interactive) charac...")
 
No edit summary
Line 31: Line 31:
Practical Exercise * IRC server * pipeline to chatbot... (ircpipebot for quick chatbots?)
Practical Exercise * IRC server * pipeline to chatbot... (ircpipebot for quick chatbots?)


Mockup a conversational interface... * A: Python (/ IRC) * B: Transformations of a text, to be performed in a text editor * C: Image response (a la daughter of all demos ), or Image interrogation
Mockup a conversational interface...
 
* A: Python (/ IRC)
Work through ... Eliza transformation
* B: Transformations of a text, to be performed in a text editor
 
* C: Image response (a la daughter of all demos ), or Image interrogation
Part II: Navigational
 
* Aspen Movie Map
* Information Landscapes
* Hypercard? (arrange an exercise?)
* Various Xanadu implementations
* General Magic ?!
 
? Whoosh/Roll Your Own Google ?! ? example of pipeline & ircpipebot? (checkout botopera!)
 
* IRC as distributed protocol ? ( Netsplit )
* HTTP
 
Alternative protocols * IRC * Hypercard * Director/Flash... * SMIL * CD+G, CD-I ?
 
* pandoc
* makefiles
* Regular Expressions
 
Create a dialog (either in code or static text) with an existing text/character. * text filter ( in python ) search & replace (in editor, in python) * Regular Expressions
 
* Modernizer...

Revision as of 14:39, 7 April 2015

Platform + Scaling

In this module, exploring paradigms for interaction, navigation, conversation; considering different paradigms for authoring / writing (interactive) characters.

Scaling to consider also scales of time.

Part I: Conversational interfaces

Situate the IRC protocol

  • Work in progress: Botopera

Practical Exercise * IRC server * pipeline to chatbot... (ircpipebot for quick chatbots?)

Mockup a conversational interface...

  • A: Python (/ IRC)
  • B: Transformations of a text, to be performed in a text editor
  • C: Image response (a la daughter of all demos ), or Image interrogation