<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Paranoia, Inc.</title>
	<atom:link href="http://flowblok.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flowblok.wordpress.com</link>
	<description>The name-changing blog of Peter Ward</description>
	<lastBuildDate>Tue, 09 Feb 2010 01:05:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='flowblok.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Paranoia, Inc.</title>
		<link>http://flowblok.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://flowblok.wordpress.com/osd.xml" title="Paranoia, Inc." />
	<atom:link rel='hub' href='http://flowblok.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mercurial hook for notify.io</title>
		<link>http://flowblok.wordpress.com/2010/02/07/mercurial-hook-for-notify-io/</link>
		<comments>http://flowblok.wordpress.com/2010/02/07/mercurial-hook-for-notify-io/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 03:06:47 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=141</guid>
		<description><![CDATA[Update (9/2/10): Fixed bug when pushing multiple commits at once, silenced wget&#8217;s output. Here is a Mercurial hook to send notifications to notify.io whenever it gets new changesets pushed to it. It requires python, wget, bash, mercurial, internet access and an uncommon sense of humour (the latter is only needed for bug reports). To use, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=141&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Update (9/2/10):</strong> Fixed bug when pushing multiple commits at once, silenced wget&#8217;s output.</p>
<p>Here is a Mercurial hook to send notifications to notify.io whenever it gets new changesets pushed to it. It requires python, wget, bash, mercurial, internet access and an uncommon sense of humour (the latter is only needed for bug reports).</p>
<p>To use, put something like this into your hgrc (either for a specific repo, or user or system-wide):</p>
<pre>[hooks]
incoming.notifyio = /path/to/script</pre>
<p>And then put this into a shell script, where you referenced /path/to/script before:</p>
<pre>#!/bin/bash

# User data (change this)

email="YOUREMAILHERE"
apikey="YOURAPIKEYHERE"

# Work out api url to send to.

emailhash=`echo -n $email | md5sum | cut -f 1 -d" "`
url="http://api.notify.io/v1/notify/$emailhash"

# Quotes urls.
alias quote='python -c "import urllib, sys; print urllib.quote_plus(sys.stdin.read())"'

# Get repo information
desc=`hg log -r $HG_NODE --template "{desc}"`
author=`hg log -r $HG_NODE --template "{author}" | sed 's/ &lt;.*//'`
text="$desc ($author)"

name=`pwd | awk 'BEGIN{FS="/"}{print $NF}'`

title="Mercurial changeset added"
if [ -n $name ]; then
 title="$title in $name"
fi

# text - The notification text. Only required field.
# title - The title or subject of the notification.
# icon - The URL for an icon to use for the notification.
# link - The URL for a link you want to associate with a notification.
# sticky - Set this to 'true' if you want the notification to be sticky.
# api_key - If you don't want to set it in the query string

text=`echo -n $text | quote`
title=`echo -n $title | quote`

data="text=$text&amp;title=$title&amp;api_key=$apikey"
#echo wget -O - --post-data $data $url
wget -q -O - --post-data $data $url</pre>
<p>I take no responsibility for any loss of life, possessions or injuries sustained through the use of this hack. Please direct correspondence, thanks and hate mail to B.Posters, Devilish Lane, Cranbrook.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=141&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2010/02/07/mercurial-hook-for-notify-io/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
		<item>
		<title>Semester 2 marks</title>
		<link>http://flowblok.wordpress.com/2009/12/22/semester-2-marks/</link>
		<comments>http://flowblok.wordpress.com/2009/12/22/semester-2-marks/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 23:17:13 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=138</guid>
		<description><![CDATA[Avast! Here be (dungeons and?) dragons! Actually, it&#8217;s just my marks for Semester 2 (which I&#8217;ve been rather slow in actually posting). ELEC1601 &#8211; Foundations of Computer Systems: 90 (High Distinction) INFO1905 &#8211; Data Structures (Advanced): 86 (High Distinction) MATH1003 &#8211; Integral Calculus and Modelling: 71 (Credit) MATH1004 &#8211; Discrete Maths: 80 (Distinction) PHIL1012 &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=138&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Avast! Here be (dungeons and?) dragons! Actually, it&#8217;s just my marks for Semester 2 (which I&#8217;ve been rather slow in actually posting).</p>
<p>ELEC1601 &#8211; Foundations of Computer Systems:  90 (High Distinction)<br />
INFO1905 &#8211; Data Structures (Advanced): 86 (High Distinction)<br />
MATH1003 &#8211; Integral Calculus and Modelling: 71 (Credit)<br />
MATH1004 &#8211; Discrete Maths: 80 (Distinction)<br />
PHIL1012 &#8211; Introductory Logic: 92 (High Distinction)</p>
<p>A Merry Christmas to you all!</p>
<p>(on a side note, Presenter is coming along quite nicely, and has gained support for song lyrics and images &#8211; unfortunately, video support is still a little buggy&#8230;)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=138&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/12/22/semester-2-marks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
		<item>
		<title>Productivity</title>
		<link>http://flowblok.wordpress.com/2009/12/10/productivity/</link>
		<comments>http://flowblok.wordpress.com/2009/12/10/productivity/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 10:20:41 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=130</guid>
		<description><![CDATA[Any resemblance to reality is purely coincidental. (because you can never have enough Comic Sans)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=130&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Any resemblance to reality is purely coincidental.</p>
<p><a href="http://flowblok.files.wordpress.com/2009/12/productivity1.png"><img class="aligncenter size-full wp-image-134" title="Productivity Graph" src="http://flowblok.files.wordpress.com/2009/12/productivity1.png?w=470&#038;h=429" alt="" width="470" height="429" /></a>(because you can never have enough Comic Sans)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=130&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/12/10/productivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>

		<media:content url="http://flowblok.files.wordpress.com/2009/12/productivity1.png" medium="image">
			<media:title type="html">Productivity Graph</media:title>
		</media:content>
	</item>
		<item>
		<title>Test post</title>
		<link>http://flowblok.wordpress.com/2009/11/11/test-post/</link>
		<comments>http://flowblok.wordpress.com/2009/11/11/test-post/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 03:31:34 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nrcc]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/2009/11/11/test-post/</guid>
		<description><![CDATA[Congratulations, you&#8217;ve won a prize! Nope&#8230;nothing to see here, move along. Tagged: nrcc<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=128&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Congratulations, you&#8217;ve won a prize!<br />
Nope&#8230;nothing to see here, move along.</p>
<br /> Tagged: nrcc <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=128&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/11/11/test-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
		<item>
		<title>Deliverance</title>
		<link>http://flowblok.wordpress.com/2009/11/01/deliverance/</link>
		<comments>http://flowblok.wordpress.com/2009/11/01/deliverance/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 06:46:31 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=122</guid>
		<description><![CDATA[I&#8217;ve been trying out deliverance, and it is a really nice way of theming websites. My motivation to use it is this: I want a website, which has various apps (in my case, Trac, HGWeb, SVN, and more), and I want to give all the pages a common theme. Instead of learning each of those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=122&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying out <a title="Deliverance" href="http://deliverance.openplans.org/">deliverance</a>, and it is a really nice way of theming websites.</p>
<p>My motivation to use it is this: I want a website, which has various apps (in my case, Trac, HGWeb, SVN, and more), and I want to give all the pages a common theme. Instead of learning each of those application&#8217;s theming languages (which would all be different, and some don&#8217;t even have theme support), I want something to work as a &#8220;filter&#8221; at the web-server level&#8230;which is what Deliverance does, basically.</p>
<p>Unfortunately, it has a few things which annoys me. For one, it implements it&#8217;s own web-server (deliverance-proxy uses paste.httpserver), and doesn&#8217;t let you choose how to deploy it (e.g.: mod_wsgi on apache would be nice for me). Also, only half of it has been written as WSGI middleware (well, let&#8217;s make that easily accessible WSGI middleware) &#8211; the bit which takes a theme and rules and transforms the content is available as deliverance.middleware.DeliveranceMiddleware. Unfortunately, link rewriting, response and request modifications aren&#8217;t included in that, so you have to use deliverance-proxy to get them. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;ve drawn two diagrams to illustrate my thoughts of how Deliverance should work, the first being how I currently understand it to be, and the second showing how I would like it to be. A disclaimer: representing Deliverance in a diagram was tricky, so it&#8217;s not 100% accurate. Please don&#8217;t take my lack of pedantry in drawing diagrams for a lack of understanding of how Deliverance works.</p>
<p>How deliverance works (according to me):<br />
<a href="http://flowblok.files.wordpress.com/2009/11/deliverance_old.png"><img class="aligncenter size-full wp-image-123" title="Deliverance (current)" src="http://flowblok.files.wordpress.com/2009/11/deliverance_old.png?w=470&#038;h=390" alt="A diagram showing the scope of Deliverance - it notably includes deliverance-proxy, the front-end server." width="470" height="390" /></a></p>
<p>How I think Deliverance should work:</p>
<p><a href="http://flowblok.files.wordpress.com/2009/11/deliverance_new.png"><img class="aligncenter size-full wp-image-124" title="Deliverance (future?)" src="http://flowblok.files.wordpress.com/2009/11/deliverance_new.png?w=470&#038;h=453" alt="A diagram showing my thoughts on the future of Deliverance - notably, it's entirely one bit of middleware, and just wraps another application (which could use URLMap and Proxy to simulate the previous behaviour)" width="470" height="453" /></a></p>
<p>Some notes on things I&#8217;d like to see changed:</p>
<ul>
<li>Deliverance becomes completely usable as a WSGI application &#8211; any server can run all the components of Deliverance, instead of just deliverance-proxy.</li>
<li>Deliverance wraps another application, which then does any proxying. This way, XML configuration files are replaced with Paste Deploy ini files (using URLMap and Proxy for previous behaviour).</li>
<li>Allow different rules to use different themes (I&#8217;ve coded up some preliminary support &#8211; see <a href="https://projects.openplans.org/deliverance/ticket/17">#17</a> for more details).</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=122&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/11/01/deliverance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>

		<media:content url="http://flowblok.files.wordpress.com/2009/11/deliverance_old.png" medium="image">
			<media:title type="html">Deliverance (current)</media:title>
		</media:content>

		<media:content url="http://flowblok.files.wordpress.com/2009/11/deliverance_new.png" medium="image">
			<media:title type="html">Deliverance (future?)</media:title>
		</media:content>
	</item>
		<item>
		<title>Links to stuff</title>
		<link>http://flowblok.wordpress.com/2009/10/04/links-to-stuff/</link>
		<comments>http://flowblok.wordpress.com/2009/10/04/links-to-stuff/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 06:56:39 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=120</guid>
		<description><![CDATA[The Daily WTF failing, my iRobot Simulation winning, my iRobot program failing. In other news, NCSS Summer School applications are open!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=120&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.it.usyd.edu.au/~pwar3236/pub/tehdailywtf.png">The Daily WTF failing</a>, <a href="http://flowblok.selfip.net:8001/~flowblok/stuff/random_tracks.png">my iRobot Simulation winning</a>, <a href="http://flowblok.selfip.net:8001/~flowblok/stuff/robot1.ogv">my iRobot program failing</a>.</p>
<p>In other news, <a href="http://www.ncss.edu.au/">NCSS</a> <a href="http://www.ncss.edu.au/summer_school/index.html">Summer School</a> <a href="http://www.ncss.edu.au/summer_school/applications.html">applications are open</a>!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=120&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/10/04/links-to-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://flowblok.selfip.net:8001/~flowblok/stuff/robot1.ogv" length="673682" type="video/ogg" />
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
		<item>
		<title>Update time</title>
		<link>http://flowblok.wordpress.com/2009/09/22/update-time/</link>
		<comments>http://flowblok.wordpress.com/2009/09/22/update-time/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 01:06:34 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=118</guid>
		<description><![CDATA[Things I&#8217;ve done recently: Participated in the ACM South-Pacific regional with Carlo &#38; Ronny &#8211; we were the top 1st year team! Wrote Huffman compression utility for INFO1905 assignment &#8211; Carlo &#38; I worked out a really tiny way of storing the header. Now, it&#8217;s just back to writing unit tests and documenting&#8230; (incidentally, bits [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=118&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Things I&#8217;ve done recently:</p>
<ul>
<li>Participated in the ACM South-Pacific regional with Carlo &amp; Ronny &#8211; we were the <a href="http://www.sppcontest.org/2009/SP_Results_2009.html#Special">top 1st year team</a>!</li>
<li>Wrote Huffman compression utility for INFO1905 assignment &#8211; Carlo &amp; I worked out a really tiny way of storing the header. Now, it&#8217;s just back to writing unit tests and documenting&#8230; (incidentally, bits &amp; bytes in Java != fun)</li>
<li>Got an <a href="http://identi.ca">identi.ca</a> account &#8211; getting real-time updates about stuff people are doing with Python is fun.</li>
<li>NCSS Challenge has officially finished &#8211; the Python streams finished a week ago, and the Embedded stream finished on Sunday, but there&#8217;s an extra challenge for the Embedded stream &#8211; and a nice prize to got with it!</li>
<li>Change the name of this blog &#8211; again. We can&#8217;t have it being consistent, can we?</li>
</ul>
<p>Things to do:</p>
<ul>
<li>Work on Presenter &#8211; this will probably be one of the things to do in my mid-semester break. <a href="http://flowblok.selfip.net:8001/trac/presenter/query">The list of things to do</a> has been slowly lengthening&#8230;</li>
<li>Complete everything on my TODO list&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
</ul>
<p>Something I discovered today: <a href="http://www.steike.com/code/useless/zip-file-quine/">ZIP File Quine</a>. I&#8217;m wondering if I can do the something clever like this with my INFO1905 assignment&#8230; <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=118&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/09/22/update-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
		<item>
		<title>Busy, busy, busy.</title>
		<link>http://flowblok.wordpress.com/2009/09/01/busy-busy-busy/</link>
		<comments>http://flowblok.wordpress.com/2009/09/01/busy-busy-busy/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 00:12:58 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=115</guid>
		<description><![CDATA[Uni assignments, NCSS Challenge, math quizzes (urgh!), Presenter, and also ACM training. Wow there&#8217;s heaps to do. I&#8217;m trying to uses Getting Things GNOME! to organise myself, and it works, but only when I use it. Clearly every organisation system should work even when I don&#8217;t use it. In other news, I got myself an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=115&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Uni assignments, NCSS Challenge, math quizzes (urgh!), Presenter, and also ACM training. Wow there&#8217;s heaps to do. I&#8217;m trying to uses Getting Things GNOME! to organise myself, and it works, but only when I use it. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Clearly every organisation system should work even when I don&#8217;t use it. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In other news, I got myself an account on bitbucket (yay for OpenID!), and <a href="http://bitbucket.org/flowblok/presenter/">published Presenter</a> on it. Thanks to that, I noticed that I hadn&#8217;t updated the README before releasing 0.2. Whoops! I&#8217;ve also been thinking about the UI for adding / removing files from the runsheet, and I&#8217;ve got an idea which should be pretty, logical and intuitive &#8211; I just need to find the time to implement it! Also, a terminal handler will be coming as soon as I get some time&#8230; (which should be awesome for teaching Python with)</p>
<p>Also, PyPy is one of the more interesting things to compile, thanks to it&#8217;s fractal drawing. I should be bothered to write one of them these days, shouldn&#8217;t I?</p>
<p>The NCSS Challenge introduced an Embedded Stream, where the students get some modified Arduino boards to play with &#8211; lots of fun, especially the accelerometer. Unfortunately, the online marker is somewhat buggy and sensitive, so answering questions on the forum is usually not that much fun. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Uni is going fairly well, except for my Integral Calculus course. I had a rather odd assignment for INFO1905, where they were assessing graph-searching (disguised as a degrees of separation problem which needed Breadth-First Search), when they haven&#8217;t even covered graphs in the lectures, let alone graph searching. I know we&#8217;re an advanced class, but seriously &#8211; that just means we&#8217;ll be able to learn faster, not know it already (even though I did&#8230;).</p>
<p>Finally, if you&#8217;re using IDLE on Windows, note that len(string.lowercase) != 26, unlike every other Python environment on the planet. Stupid, stupid, stupid. Fine, we&#8217;ll use string.ascii_lowercase instead.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=115&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/09/01/busy-busy-busy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Reader</title>
		<link>http://flowblok.wordpress.com/2009/08/18/google-reader/</link>
		<comments>http://flowblok.wordpress.com/2009/08/18/google-reader/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 00:37:44 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/2009/08/18/google-reader/</guid>
		<description><![CDATA[It&#8217;s been nice knowing you, but I&#8217;m giving you up. No more reading RSS feeds during my computer labs, no more worrying about whether Google is spying on me by working out what kind of subscriptions I read. Goodbye Google Reader, Hello undisclosed client-side RSS reader.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=114&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been nice knowing you, but I&#8217;m giving you up.</p>
<p>No more reading RSS feeds during my computer labs, no more worrying about whether Google is spying on me by working out what kind of subscriptions I read.</p>
<p>Goodbye Google Reader, Hello undisclosed client-side RSS reader.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=114&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/08/18/google-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
		<item>
		<title>Presenter Prerelease</title>
		<link>http://flowblok.wordpress.com/2009/08/08/presenter-prerelease/</link>
		<comments>http://flowblok.wordpress.com/2009/08/08/presenter-prerelease/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 01:42:18 +0000</pubDate>
		<dc:creator>flowblok</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flowblok.wordpress.com/?p=110</guid>
		<description><![CDATA[In the spirit of &#8220;release early, release often&#8221;, here is another release of Presenter. This is an Alpha release, so it&#8217;s still got plenty of bugs (the obvious one is with Video playback). I&#8217;ve provided a .deb package, so if you&#8217;re a Debian/Ubuntu user, it should be relatively easy to install. If you don&#8217;t install [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=110&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the spirit of &#8220;release early, release often&#8221;, here is another release of Presenter.<br />
This is an Alpha release, so it&#8217;s still got plenty of bugs (the obvious one is with Video playback).</p>
<p>I&#8217;ve provided a .deb package, so if you&#8217;re a Debian/Ubuntu user, it should be relatively easy to install.<br />
If you don&#8217;t install any of the recommended packages (python-evince, python-gnome2-desktop, python-gst0.10), you&#8217;ll find it rather boring.</p>
<p>There are two main problems with the .deb package: it explicitly depends on python2.5, and the icon for the menu item doesn&#8217;t seem to appear unless you logout/login your session.<br />
These are known problems, directly related to how I created the package &#8211; I&#8217;m working on fixing them before the beta release.</p>
<p>Also, if you can be stuffed, it is possible to get Presenter working on Windows, and video playback works &#8211; you&#8217;ll need PyGTK and PyGST (gstreamer bindings for Python).</p>
<p>You can <a href="http://pypi.python.org/pypi/Presenter">get it from PyPI</a>.<br />
<a href="http://pypi.python.org/packages/2.5/P/Presenter/Presenter_0.2_all.deb#md5=56b822ee445c8c5a5c52ce310dbf662d">Deb package</a><br />
<a href="http://pypi.python.org/packages/source/P/Presenter/Presenter-0.2dev.tar.gz#md5=44a43a5a4ea0ad667b6ad0cf2e0aff32">Tar Gzip</a><br />
<a href="http://pypi.python.org/packages/2.5/P/Presenter/Presenter-0.2dev-py2.5.egg#md5=137443faf2574276e2918e52dc76dcf0">Egg</a><br />
<a href="http://pypi.python.org/packages/2.5/P/Presenter/Presenter-0.2dev.win32.exe#md5=1d409abc67b108e332f3a7399c453651">Win32 Installer</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flowblok.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flowblok.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flowblok.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flowblok.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flowblok.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flowblok.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flowblok.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flowblok.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flowblok.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flowblok.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flowblok.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flowblok.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flowblok.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flowblok.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flowblok.wordpress.com&amp;blog=2699354&amp;post=110&amp;subd=flowblok&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flowblok.wordpress.com/2009/08/08/presenter-prerelease/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0263cded7f48e42a23cc519d8fdffb10?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">flowblok</media:title>
		</media:content>
	</item>
	</channel>
</rss>
