<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Treat with Jermolene</title>
	<atom:link href="http://jermolene.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jermolene.com</link>
	<description>protective, soothing, anti-bacterial</description>
	<lastBuildDate>Thu, 09 Jul 2009 07:26:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/dbfd5c06bab92841995fc5a1f34eedf2?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Treat with Jermolene</title>
		<link>http://jermolene.com</link>
	</image>
			<item>
		<title>Hacking VLC Media Player</title>
		<link>http://jermolene.com/2009/07/08/hacking-vlc-media-player/</link>
		<comments>http://jermolene.com/2009/07/08/hacking-vlc-media-player/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 16:45:15 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[bt]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://jermolene.com/?p=321</guid>
		<description><![CDATA[So, I&#8217;m at a Hothouse at BT&#8217;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. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=321&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, I&#8217;m at a Hothouse at BT&#8217;s <a href="http://www.atadastral.co.uk/">Adastral Park</a> campus, doing some work involving remote control of the <a href="http://www.videolan.org/">VideoLan Media Player</a> (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:</p>
<pre>"/Applications/VLC.app/Contents/MacOS/VLC" --extraintf=http</pre>
<p>Once you&#8217;ve done that, you&#8217;ll be able to interact with the player through this web interface:</p>
<pre>http://localhost:8080/index.html</pre>
<p><a href="http://jermolene.files.wordpress.com/2009/07/vlc-web-interface.png"><img class="alignnone size-medium wp-image-322" title="VLC Web Interface" src="http://jermolene.files.wordpress.com/2009/07/vlc-web-interface.png?w=300&#038;h=187" alt="VLC Web Interface" width="300" height="187" /></a></p>
<p>The HTTP interface also permits VLC to be <a href="http://www.videolan.org/doc/play-howto/en/ch04.html#id310608">controlled with simple HTTP requests</a>. For example:</p>
<p><code>curl -g "http://localhost:8080/requests/status.xml?command=pl_stop"<br />
curl -g "http://localhost:8080/requests/status.xml?command=pl_play"</code></p>
<p>The HTTP interface also serves static web pages, and includes a <a href="http://www.videolan.org/doc/play-howto/en/apb.html">fairly rich-but-unusual macro/templating system </a>for creating dynamic pages like the remote control interface above.</p>
<p>UPDATE: More useful URIs</p>
<pre>/requests/playlist.xml - Retrieve current playlist in XML format
/requests/status.xml?command=pl_empty - Clear current playlist
/requests/status.xml?command=in_enqueue&amp;input=&lt;uri&gt; - Add URI to playlist (<a href="http://localhost:8080/requests/status.xml?command=in_enqueue&amp;input=/Users/jeremyruston/Music/iTunes/iTunes+Music/Various+Artists/Platipus+Volume+4/Various+Artists+-+Platipus+Volume+4+-+02+-+Art+of+Trance+-+Madagascar_Cygnus_X_Mix.mp3">example</a>)
/requests/status.xml?command=in_play&amp;input=&lt;uri&gt; - Add URI to playlist and start playing</pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/321/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/321/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/321/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=321&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/07/08/hacking-vlc-media-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>

		<media:content url="http://jermolene.files.wordpress.com/2009/07/vlc-web-interface.png?w=300" medium="image">
			<media:title type="html">VLC Web Interface</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-07-06</title>
		<link>http://jermolene.com/2009/07/06/links-for-2009-07-06/</link>
		<comments>http://jermolene.com/2009/07/06/links-for-2009-07-06/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 14:03:23 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/07/06/links-for-2009-07-06/</guid>
		<description><![CDATA[

Documents
Harry Metcalfe&#39;s rather nice and polished PDF parser&#8230; might be handy for TiddlyDocs
(tags: harrymetcalfe pdf pdfparsing portabledocumentformat library dev converter xml)


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=320&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://consultationxml.labs.thedextrousweb.com/">Documents</a></div>
<div class="delicious-extended">Harry Metcalfe&#39;s rather nice and polished PDF parser&#8230; might be handy for TiddlyDocs</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/harrymetcalfe">harrymetcalfe</a> <a href="http://delicious.com/jeremyruston/pdf">pdf</a> <a href="http://delicious.com/jeremyruston/pdfparsing">pdfparsing</a> <a href="http://delicious.com/jeremyruston/portabledocumentformat">portabledocumentformat</a> <a href="http://delicious.com/jeremyruston/library">library</a> <a href="http://delicious.com/jeremyruston/dev">dev</a> <a href="http://delicious.com/jeremyruston/converter">converter</a> <a href="http://delicious.com/jeremyruston/xml">xml</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/320/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/320/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/320/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=320&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/07/06/links-for-2009-07-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-07-02</title>
		<link>http://jermolene.com/2009/07/02/links-for-2009-07-02/</link>
		<comments>http://jermolene.com/2009/07/02/links-for-2009-07-02/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:04:23 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/07/02/links-for-2009-07-02/</guid>
		<description><![CDATA[

Open Space for Knowledge « TableTalk
Interesting essay about UnaMesa, the custodians of TiddlyWiki (amongst other things), from it&#39;s founder Greg Wolff
(tags: unamesa tiddlywiki gregwolff)


TidalBlog: StoryMachine, meet TiddlyWiki
TiddlyWiki integrated into SecondLife
(tags: tiddlywiki secondlife mashup storymachine)


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=319&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://blog.unamesa.org/2009/07/01/openspace4knowledge/">Open Space for Knowledge « TableTalk</a></div>
<div class="delicious-extended">Interesting essay about UnaMesa, the custodians of TiddlyWiki (amongst other things), from it&#39;s founder Greg Wolff</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/unamesa">unamesa</a> <a href="http://delicious.com/jeremyruston/tiddlywiki">tiddlywiki</a> <a href="http://delicious.com/jeremyruston/gregwolff">gregwolff</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://tidalblog.blogspot.com/2009/07/storymachine-meet-tiddlywiki.html">TidalBlog: StoryMachine, meet TiddlyWiki</a></div>
<div class="delicious-extended">TiddlyWiki integrated into SecondLife</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/tiddlywiki">tiddlywiki</a> <a href="http://delicious.com/jeremyruston/secondlife">secondlife</a> <a href="http://delicious.com/jeremyruston/mashup">mashup</a> <a href="http://delicious.com/jeremyruston/storymachine">storymachine</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=319&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/07/02/links-for-2009-07-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-06-17</title>
		<link>http://jermolene.com/2009/06/17/links-for-2009-06-17/</link>
		<comments>http://jermolene.com/2009/06/17/links-for-2009-06-17/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:05:33 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/06/17/links-for-2009-06-17/</guid>
		<description><![CDATA[

Stunning jQuery animations &#8211; Webexpedition18
Slick jQuery animation demos. &#34;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&#34;


Digital Britain points to expansion for BT &#124; Market forces &#124; Business &#124; The Guardian
Cheerful thing to read on a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=317&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://webexpedition18.com/articles/stunning-jquery-animations/">Stunning jQuery animations &#8211; Webexpedition18</a></div>
<div class="delicious-extended">Slick jQuery animation demos. &quot;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&quot;</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.guardian.co.uk/business/2009/jun/17/bt-ftse-broadband-digital-britain">Digital Britain points to expansion for BT | Market forces | Business | The Guardian</a></div>
<div class="delicious-extended">Cheerful thing to read on a sunny morning: &quot;There is a growing feeling in the City that BT may be turning the corner after a difficult time&quot;</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/bt">bt</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://cdent.tumblr.com/post/124826535/s5-for-tiddlyweb#disqus_thread">Peer Pressure &#8211; S5 For TiddlyWeb &#8211; by Chris Dent</a></div>
<div class="delicious-extended">Chris Dent and FND deftly demonstrate the wonders of TiddlyWeb with a plugin to render Eric Meyer&#39;s S5 presentations &#8211; all done in an evening, too</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/tiddlywiki">tiddlywiki</a> <a href="http://delicious.com/jeremyruston/osmosoft">osmosoft</a> <a href="http://delicious.com/jeremyruston/peermore">peermore</a> <a href="http://delicious.com/jeremyruston/chrisdent">chrisdent</a> <a href="http://delicious.com/jeremyruston/s5">s5</a> <a href="http://delicious.com/jeremyruston/ericmeyer">ericmeyer</a> <a href="http://delicious.com/jeremyruston/presentation">presentation</a> <a href="http://delicious.com/jeremyruston/presentations">presentations</a> <a href="http://delicious.com/jeremyruston/slideshows">slideshows</a> <a href="http://delicious.com/jeremyruston/tiddlyweb">tiddlyweb</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.telco2.net/blog/2009/06/bts_approach_to_open_source_so.html#more">Telco 2.0: BT Tries To Fix Global Services with Open Source</a></div>
<div class="delicious-extended">Terrific article about Osmosoft from Telco2.0</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/osmosoft">osmosoft</a> <a href="http://delicious.com/jeremyruston/bt">bt</a> <a href="http://delicious.com/jeremyruston/tiddlywiki">tiddlywiki</a> <a href="http://delicious.com/jeremyruston/opensource">opensource</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=317&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/06/17/links-for-2009-06-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-06-10</title>
		<link>http://jermolene.com/2009/06/10/links-for-2009-06-10/</link>
		<comments>http://jermolene.com/2009/06/10/links-for-2009-06-10/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:05:12 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/06/10/links-for-2009-06-10/</guid>
		<description><![CDATA[

» 9 TiddlyWiki based systems Digidoo.net
Summary of nine different editions built from the TiddlyWiki core, mostly around Getting Things Done
(tags: tiddlywiki gtd mptw monkeypiratetiddlywiki tiddlydu teamtasks)


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=316&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://digidoo.net/9-tiddlywiki-based-systems-2/">» 9 TiddlyWiki based systems Digidoo.net</a></div>
<div class="delicious-extended">Summary of nine different editions built from the TiddlyWiki core, mostly around Getting Things Done</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/tiddlywiki">tiddlywiki</a> <a href="http://delicious.com/jeremyruston/gtd">gtd</a> <a href="http://delicious.com/jeremyruston/mptw">mptw</a> <a href="http://delicious.com/jeremyruston/monkeypiratetiddlywiki">monkeypiratetiddlywiki</a> <a href="http://delicious.com/jeremyruston/tiddlydu">tiddlydu</a> <a href="http://delicious.com/jeremyruston/teamtasks">teamtasks</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=316&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/06/10/links-for-2009-06-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-05-27</title>
		<link>http://jermolene.com/2009/05/27/links-for-2009-05-27/</link>
		<comments>http://jermolene.com/2009/05/27/links-for-2009-05-27/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:04:04 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/05/27/links-for-2009-05-27/</guid>
		<description><![CDATA[

Twiddla.com
Interesting shared whiteboard type thing, very nicely implemented in HTML+CSS+JS
(tags: collaboration collaborate whiteboard sharing tools drawing mindmap productivity)


Encounter-a-Day  » Archive   » Making kickass campaign sites with MPTW
Lovingly produced guide to TiddlyWiki and MPTW
(tags: tiddlywiki MPTW guide)


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=315&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.twiddla.com/">Twiddla.com</a></div>
<div class="delicious-extended">Interesting shared whiteboard type thing, very nicely implemented in HTML+CSS+JS</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/collaboration">collaboration</a> <a href="http://delicious.com/jeremyruston/collaborate">collaborate</a> <a href="http://delicious.com/jeremyruston/whiteboard">whiteboard</a> <a href="http://delicious.com/jeremyruston/sharing">sharing</a> <a href="http://delicious.com/jeremyruston/tools">tools</a> <a href="http://delicious.com/jeremyruston/drawing">drawing</a> <a href="http://delicious.com/jeremyruston/mindmap">mindmap</a> <a href="http://delicious.com/jeremyruston/productivity">productivity</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.encounteraday.com/2009/05/20/making-kickass-campaign-sites-with-mptw/">Encounter-a-Day  » Archive   » Making kickass campaign sites with MPTW</a></div>
<div class="delicious-extended">Lovingly produced guide to TiddlyWiki and MPTW</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/tiddlywiki">tiddlywiki</a> <a href="http://delicious.com/jeremyruston/MPTW">MPTW</a> <a href="http://delicious.com/jeremyruston/guide">guide</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/315/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/315/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/315/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=315&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/05/27/links-for-2009-05-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-05-22</title>
		<link>http://jermolene.com/2009/05/22/links-for-2009-05-22/</link>
		<comments>http://jermolene.com/2009/05/22/links-for-2009-05-22/#comments</comments>
		<pubDate>Fri, 22 May 2009 14:05:03 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/05/22/links-for-2009-05-22/</guid>
		<description><![CDATA[

tiddlywiki    [Liberty Hall Writers Wiki]
A TiddlyWiki vertical edition for writers
(tags: tiddlywiki vertical writing writers)


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=314&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://wiki.libertyhallwriters.org/doku.php?id=tiddlywiki">tiddlywiki    [Liberty Hall Writers Wiki]</a></div>
<div class="delicious-extended">A TiddlyWiki vertical edition for writers</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/tiddlywiki">tiddlywiki</a> <a href="http://delicious.com/jeremyruston/vertical">vertical</a> <a href="http://delicious.com/jeremyruston/writing">writing</a> <a href="http://delicious.com/jeremyruston/writers">writers</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=314&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/05/22/links-for-2009-05-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-04-30</title>
		<link>http://jermolene.com/2009/04/30/links-for-2009-04-30/</link>
		<comments>http://jermolene.com/2009/04/30/links-for-2009-04-30/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:07:19 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/04/30/links-for-2009-04-30/</guid>
		<description><![CDATA[

Natural nuclear fission reactor &#8211; Wikipedia, the free encyclopedia
Thirty-seven year old news, but fairly mind-boggling: it seems that if the conditions are right, nuclear reactors can form in nature, and have at least once. Gosh
(tags: nuclear physics geology science)


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=313&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://en.wikipedia.org/wiki/Natural_nuclear_fission_reactor">Natural nuclear fission reactor &#8211; Wikipedia, the free encyclopedia</a></div>
<div class="delicious-extended">Thirty-seven year old news, but fairly mind-boggling: it seems that if the conditions are right, nuclear reactors can form in nature, and have at least once. Gosh</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/nuclear">nuclear</a> <a href="http://delicious.com/jeremyruston/physics">physics</a> <a href="http://delicious.com/jeremyruston/geology">geology</a> <a href="http://delicious.com/jeremyruston/science">science</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=313&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/04/30/links-for-2009-04-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>links for 2009-04-29</title>
		<link>http://jermolene.com/2009/04/29/links-for-2009-04-29/</link>
		<comments>http://jermolene.com/2009/04/29/links-for-2009-04-29/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:07:21 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/2009/04/29/links-for-2009-04-29/</guid>
		<description><![CDATA[

Visual Representation of Tabular Information &#8211; How to Fix the Uncommunicative Table &#124; FlowingData
Visualising tabular data (via hepwori)
(tags: visualisation visualization graphics data statistics datavisualization tables table)


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=312&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul class="delicious">
<li>
<div class="delicious-link"><a href="http://flowingdata.com/2009/04/21/visual-representation-of-tabular-information-how-to-fix-the-uncommunicative-table/">Visual Representation of Tabular Information &#8211; How to Fix the Uncommunicative Table | FlowingData</a></div>
<div class="delicious-extended">Visualising tabular data (via hepwori)</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeremyruston/visualisation">visualisation</a> <a href="http://delicious.com/jeremyruston/visualization">visualization</a> <a href="http://delicious.com/jeremyruston/graphics">graphics</a> <a href="http://delicious.com/jeremyruston/data">data</a> <a href="http://delicious.com/jeremyruston/statistics">statistics</a> <a href="http://delicious.com/jeremyruston/datavisualization">datavisualization</a> <a href="http://delicious.com/jeremyruston/tables">tables</a> <a href="http://delicious.com/jeremyruston/table">table</a>)</div>
</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=312&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2009/04/29/links-for-2009-04-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>
	</item>
		<item>
		<title>Presenting TiddlyWiki to the W3C</title>
		<link>http://jermolene.com/2008/11/18/presenting-tiddlywiki-to-the-w3c/</link>
		<comments>http://jermolene.com/2008/11/18/presenting-tiddlywiki-to-the-w3c/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:10:39 +0000</pubDate>
		<dc:creator>jermolene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[osmosoft]]></category>
		<category><![CDATA[tiddlywiki]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://jermolene.wordpress.com/?p=284</guid>
		<description><![CDATA[Today, my colleague Paul Downey has made an impressive contribution to Osmosoft&#8217;s mission to explain by preparing a paper about TiddlyWiki for submission to the W3C Workshop on Security for Access to Device APIs from the Web. It gives an overview of TiddlyWiki for technical audiences that already know and understand the mainstream web and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=284&subd=jermolene&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today, my colleague <a href="http://blog.whatfettle.com/">Paul Downey</a> has made an impressive contribution to <a href="http://www.osmosoft.com/">Osmosoft&#8217;s </a>mission to explain by preparing a paper about TiddlyWiki for submission to the <a href="http://www.w3.org/2008/security-ws/">W3C Workshop on Security for Access to Device APIs from the Web</a>. It gives an overview of TiddlyWiki for technical audiences that already know and understand the mainstream web and its underlying technologies.</p>
<p>Paul&#8217;s paper can be found here:</p>
<p><a href="http://osmosoft.com/~psd/TiddlyWikiDeviceAccess/">http://osmosoft.com/~psd/TiddlyWikiDeviceAccess/</a></p>
<p>I&#8217;m loving it in lots of different ways. It&#8217;s a really solid example of what I call a &#8220;manifesto-style TiddlyWiki&#8221;, a tightly knit mesh of content that together communicates a system of belief. I like his tone, too, nicely sober and authoritative.</p>
<p><img src="http://jermolene.files.wordpress.com/2008/11/tiddlyw3c.jpg" alt="tiddlyw3c" title="tiddlyw3c" class="aligncenter size-full wp-image-286" style="border:none;" /></p>
<p>The challenge that Paul has taken on isn&#8217;t to be under-estimated. I&#8217;ve had the chance to talk about TiddlyWiki to many different audiences around the world, but the most unexpected reaction I encounter is from people in that same, technical audience and it is, bizarrely, outright disbelief. Picking it up in the middle of a demo, the conversation goes something like this:</p>
<blockquote><p><a href="http://flickr.com/photos/oreillygmt/2641502091/"><img src="http://jermolene.files.wordpress.com/2008/11/jermatopentech.jpg" alt="Jeremy at OpenTech" title="Jeremy at OpenTech" width="240" height="239" class="alignright size-full wp-image-293" style="border:none;" /></a>
<p><em>Jeremy</em>: Here I am clicking the &#8217;save changes&#8217; button, and now watch as I refresh the page in the browser, and you can see that the changes that I made have been persisted to disc</p>
<p><em>Expert</em>: Right, that&#8217;s very interesting. What serverside technology are you using? I bet it&#8217;s Java, isn&#8217;t it?</p>
<p><em>Jeremy</em>: No, actually, as I said at the beginning, TiddlyWiki is a standalone HTML file, with the application logic written in JavaScript</p>
<p><em>Expert</em>: Ah, I see, so you&#8217;re using something like Rhino to run the JavaScript on the server?</p>
<p><em>Jeremy</em>: No, not at all. TiddlyWiki runs entirely on the client browser, and takes advantage of special privileges accorded to HTML files loaded from &#8220;file://&#8221; URIs to be able to save itself directly to disc</p>
<p><em>Expert</em>: That&#8217;s neat. So do you use Google Gears to handle going offline?</p>
<p><em>Jeremy</em>: Sigh, no, not quite.</p>
</blockquote>
<p>And so it goes, on and on. It sounds ridiculous, but it&#8217;s happened too many times or me to avoid thinking about it. It&#8217;s seems that the idea of a standalone HTML file is sufficiently far away from many people&#8217;s experience of the web for it to be invisible to them. </p>
<p>The frustration for me is because it feels as though TiddlyWiki has something important to say about the different things that happen if you let people hack the web without needing server infrastructure. My experience is that you can foster some intense innovation by radically lowering the barriers to the Copy/Modify/Share cycle that is at the heart of community innovation.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jermolene.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jermolene.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jermolene.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jermolene.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jermolene.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jermolene.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jermolene.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jermolene.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jermolene.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jermolene.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jermolene.com&blog=454168&post=284&subd=jermolene&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://jermolene.com/2008/11/18/presenting-tiddlywiki-to-the-w3c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f10cdf2027f7fd310dff8d5377111088?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=R" medium="image">
			<media:title type="html">jermolene</media:title>
		</media:content>

		<media:content url="http://jermolene.files.wordpress.com/2008/11/tiddlyw3c.jpg" medium="image">
			<media:title type="html">tiddlyw3c</media:title>
		</media:content>

		<media:content url="http://jermolene.files.wordpress.com/2008/11/jermatopentech.jpg" medium="image">
			<media:title type="html">Jeremy at OpenTech</media:title>
		</media:content>
	</item>
	</channel>
</rss>