User:Eleanorg/1.2/Prototyping/Listening Post: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
Line 4: Line 4:


* Searching for specific phrases (using regex) on specific sites
* Searching for specific phrases (using regex) on specific sites
* Storing them in hashes,then printing them to screen by feeding them into a separate time sequence
* Storing them in hashes (database?), then printing them to screen by feeding them into a separate time sequence
* Feeding them to voice synthesiser as they are printed
* Feeding them to voice synthesiser as they are printed




They used scrolling displays. You could maybe use Arduinos to output the visual content. Or: how might you do something similar, say, in a browser? jQuery and other fun wizardry, for a changing display after page load?
They used scrolling displays. You could maybe use Arduinos to output the visual content. Or: how might you do something similar, say, in a browser? jQuery and other fun wizardry, for a changing display after page load?

Latest revision as of 23:26, 18 January 2012

{{#ev:youtube|ns4Nm4G1l_g}}

Listening Post. Yes, that one by Mark Hansen and the other fellow. I don't know how it works. But here are some guesses about how you might build something along similar lines...


  • Searching for specific phrases (using regex) on specific sites
  • Storing them in hashes (database?), then printing them to screen by feeding them into a separate time sequence
  • Feeding them to voice synthesiser as they are printed


They used scrolling displays. You could maybe use Arduinos to output the visual content. Or: how might you do something similar, say, in a browser? jQuery and other fun wizardry, for a changing display after page load?