links for 2009-11-08
-
Great guide to browser coverage of advanced, HTML5-ish features
links for 2009-10-16
-
A good, if unwitting, summary of my disappointment with Google Wave: it's faster horses for email.
links for 2009-10-12
-
"When you see something that's taking advantage of new technology to give people something they want that they couldn't have before, you're probably looking at a winner. And when you see something that's merely reacting to new technology in an attempt to preserve some existing source of revenue, you're probably looking at a loser"
links for 2009-10-08
-
Brad Neuberg's presentation introducing HTML5 features
Hacking VLC Media Player
So, I’m at a Hothouse at BT’s Adastral Park campus, doing some work involving remote control of the VideoLan Media Player (aka VLC). VLC is an open source media player with support for a wide range of codecs, and with some fairly sophisticated features like stranscoding, streaming, and remote control via the integrated HTTP server. To use the latter, you need to start VLC with a special switch from the command line:
"/Applications/VLC.app/Contents/MacOS/VLC" --extraintf=http
Once you’ve done that, you’ll be able to interact with the player through this web interface:
http://localhost:8080/index.html
The HTTP interface also permits VLC to be controlled with simple HTTP requests. For example:
curl -g "http://localhost:8080/requests/status.xml?command=pl_stop"
curl -g "http://localhost:8080/requests/status.xml?command=pl_play"
The HTTP interface also serves static web pages, and includes a fairly rich-but-unusual macro/templating system for creating dynamic pages like the remote control interface above.
UPDATE: More useful URIs
/requests/playlist.xml - Retrieve current playlist in XML format /requests/status.xml?command=pl_empty - Clear current playlist /requests/status.xml?command=in_enqueue&input=<uri> - Add URI to playlist (example) /requests/status.xml?command=in_play&input=<uri> - Add URI to playlist and start playing
links for 2009-07-06
-
Harry Metcalfe's rather nice and polished PDF parser… might be handy for TiddlyDocs
links for 2009-07-02
-
Interesting essay about UnaMesa, the custodians of TiddlyWiki (amongst other things), from it's founder Greg Wolff
-
TiddlyWiki integrated into SecondLife
links for 2009-06-17
-
Slick jQuery animation demos. "Only a few years ago, when you think about animation on the internet, the first tool that come to mind is Flash. This is not the case today"
-
Cheerful thing to read on a sunny morning: "There is a growing feeling in the City that BT may be turning the corner after a difficult time"
-
Chris Dent and FND deftly demonstrate the wonders of TiddlyWeb with a plugin to render Eric Meyer's S5 presentations – all done in an evening, too
-
Terrific article about Osmosoft from Telco2.0
links for 2009-06-10
-
Summary of nine different editions built from the TiddlyWiki core, mostly around Getting Things Done
links for 2009-05-27
-
Interesting shared whiteboard type thing, very nicely implemented in HTML+CSS+JS
-
Lovingly produced guide to TiddlyWiki and MPTW










