<?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/"
	>

<channel>
	<title>foorah &#187; fun</title>
	<atom:link href="http://www.mafoo.org.uk/wp/tags/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mafoo.org.uk/wp</link>
	<description>Wibble and stuff...</description>
	<lastBuildDate>Sun, 01 Jan 2012 10:00:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter Wordle for 2011</title>
		<link>http://www.mafoo.org.uk/wp/2012/01/01/twitter-wordle-for-2011/</link>
		<comments>http://www.mafoo.org.uk/wp/2012/01/01/twitter-wordle-for-2011/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 09:02:23 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordle]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=101</guid>
		<description><![CDATA[This morning I published (two) Wordles based on the content of my Twitter timeline for 2011 which I&#8217;ve been archiving to a SQLite database since July 2010. 
Basic method:

Export tweets
Process into words
Count word frequency
Upload to Wordle

Wordle accepts data input in the form:

word1:55
word2:23
...

First output was:

This was a little skewed towards the various travel and weather related [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I published (two) <a href="http://www.wordle.net">Wordles</a> based on the content of my Twitter timeline for 2011 which I&#8217;ve been archiving to a <a href="http://www.sqlite.org/">SQLite</a> database since July 2010. </p>
<p>Basic method:</p>
<ol>
<li>Export tweets</li>
<li>Process into <em>words</em></li>
<li>Count word frequency</li>
<li>Upload to Wordle</li>
</ol>
<p>Wordle accepts data input in the form:</p>
<pre>
word1:55
word2:23
...
</pre>
<p>First output was:</p>
<p><a href="http://mafoo.org.uk/stuff/twitter-wordle-2011.png"><img src="http://mafoo.org.uk/stuff/twitter-wordle-2011.png" alt="Raw Wordle for 2011" /></a></p>
<p>This was a little <em>skewed</em> towards the various travel and weather related feeds I follow (<a href="http://twitter.com/SWtrafficnews">@SEtrafficnews</a>, <a href="http://twitter.com/nationalrailenq">@nationalrailenq</a>, <a href="http://twitter.com/NRE_SEastern">@NRE_SEastern</a>, <a href="http://twitter.com/SEplaying">@SEplaying</a>, <a href="http://twitter.com/KentWeatherObs">@KentWeatherObs</a>) so I then excluded them&#8230;</p>
<p><a href="http://mafoo.org.uk/stuff/twitter-wordle-2011-2.png"><img src="http://mafoo.org.uk/stuff/twitter-wordle-2011-2.png" alt="Much better..." /></a></p>
<p>And finally&#8230; a Wordle of my <strike>Twitterings</strike>Ramblings:</p>
<p><a href="http://mafoo.org.uk/stuff/twitter-wordle-2011-3.png"><img src="http://mafoo.org.uk/stuff/twitter-wordle-2011-3.png" alt="fooflington" /></a></p>
<p><span id="more-101"></span></p>
<p>Actual method:</p>
<pre>
sqlite3 save.db "
  select text
  from tweets
  where substr(created_at, 27, 4) = '2011'
      and user_screen_name not in
         ('SEtrafficnews', 'nationalrailenq',
          'NRE_SEastern', 'SEplaying', 'KentWeatherObs')
" |
perl -e '
my %d;
while (<>) {
    chomp;
    s/http:\S+//g; # exclude links
    my  = split(/\W+/);
    for () {
        $d{ lc $_ }++;
    }
}
for ( sort { $d{$a} <=> $d{$b} } keys %d ) {
    print "$_:$d{$_}\n" if $d{$_} > 250 and $_ ne "";
}
'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2012/01/01/twitter-wordle-for-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pork and Apple Casserole</title>
		<link>http://www.mafoo.org.uk/wp/2010/06/16/pork-and-apple-casserole/</link>
		<comments>http://www.mafoo.org.uk/wp/2010/06/16/pork-and-apple-casserole/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:31:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[food]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=85</guid>
		<description><![CDATA[Another &#8220;let&#8217;s just cook something and see what happens&#8221; moment occurred so I thought I&#8217;d better document it for future reference  

Red onion, diced
A soft apple (Braeburn or alike), diced
Carrots
Pork steak
Rosemary (fresh)
Pork Stock
New Potatoes

There are two options with cooking method, eat now (well, in a few hours) or eat later &#8230; for the former, [...]]]></description>
			<content:encoded><![CDATA[<p>Another &#8220;let&#8217;s just cook something and see what happens&#8221; moment occurred so I thought I&#8217;d better document it for future reference <img src='http://www.mafoo.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<ul>
<li>Red onion, diced</li>
<li>A soft apple (Braeburn or alike), diced</li>
<li>Carrots</li>
<li>Pork steak</li>
<li>Rosemary (fresh)</li>
<li>Pork Stock</li>
<li>New Potatoes</li>
</ul>
<blockquote><p>There are two options with cooking method, eat now (well, in a few hours) or eat later &#8230; for the former, I&#8217;d do the whole thing in a La Creuset-esque casserole dish and stick it in the oven but this time I&#8217;m doing it the night before to put in our slow cooker tomorrow morning so I&#8217;ve just used a deep, wide pan with a lid.
</p></blockquote>
<p>Fry the onion to get that going (5 minutes on medium heat) then add the rosemary, apple and carrots and fry for a few more minutes.</p>
<p>Place the steaks in the dish and cover with stock and top up with water so everything is (mostly) covered.</p>
<p>Cook for a few more minutes on the hob either transfer to the oven (at a guess, 180C for 60-90 minutes) or to the slow cooker for as long as you like <img src='http://www.mafoo.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I plan to serve with new potatoes but it could go equally well with rice or plain cous-cous.</p>
<p>Will hopefully be able to update tomorrow with some idea of how it turned out&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2010/06/16/pork-and-apple-casserole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bacon</title>
		<link>http://www.mafoo.org.uk/wp/2008/05/02/bacon/</link>
		<comments>http://www.mafoo.org.uk/wp/2008/05/02/bacon/#comments</comments>
		<pubDate>Fri, 02 May 2008 09:04:04 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[bacon]]></category>
		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=36</guid>
		<description><![CDATA[
See xkcd for more time wastings  
]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com/418/"><img src='http://imgs.xkcd.com/comics/stove_ownership.png' alt='' class='alignnone' /></a></p>
<p><em>See <a href="http://xkcd.com/418/">xkcd</a> for more time wastings <img src='http://www.mafoo.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2008/05/02/bacon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sunset over Whitstable Bay</title>
		<link>http://www.mafoo.org.uk/wp/2007/06/26/sunset-over-whitstable-bay/</link>
		<comments>http://www.mafoo.org.uk/wp/2007/06/26/sunset-over-whitstable-bay/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 10:48:56 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[kent]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/2007/06/26/sunset-over-whitstable-bay/</guid>
		<description><![CDATA[

Sunset over Whitstable Bay

Originally uploaded by fooflington.


Went for a walk last night during the calm between downpours and got this set of pics of the Sunset&#8230; Autostitch is amazing  
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/fooflington/629236761/" title="photo sharing"><img src="http://farm2.static.flickr.com/1084/629236761_8653d3eea9_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<br />
<span style="font-size: 0.9em; margin-top: 0px;"><a href="http://www.flickr.com/photos/fooflington/629236761/">Sunset over Whitstable Bay</a><br />
<br />
Originally uploaded by <a href="http://www.flickr.com/people/fooflington/">fooflington</a>.<br />
</span><br />
<br clear="all" /></p>
<p>Went for a walk last night during the calm between downpours and got this set of pics of the Sunset&#8230; Autostitch is amazing <img src='http://www.mafoo.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2007/06/26/sunset-over-whitstable-bay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ok, long time&#8230;</title>
		<link>http://www.mafoo.org.uk/wp/2007/05/01/ok-long-time/</link>
		<comments>http://www.mafoo.org.uk/wp/2007/05/01/ok-long-time/#comments</comments>
		<pubDate>Tue, 01 May 2007 19:28:57 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/2007/05/01/ok-long-time/</guid>
		<description><![CDATA[I&#8217;ve written my (mostly camera) wishlist.
It&#8217;s here and automagically updates  
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written my (mostly camera) wishlist.</p>
<p>It&#8217;s <a href="http://spreadsheets.google.com/pub?key=pj0rX5WDZJaLPAZS355tTfQ&#038;output=html&#038;gid=0&#038;single=true">here</a> and automagically updates <img src='http://www.mafoo.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2007/05/01/ok-long-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated &#8220;Where have I been&#8221;</title>
		<link>http://www.mafoo.org.uk/wp/2006/12/04/updated-where-have-i-been/</link>
		<comments>http://www.mafoo.org.uk/wp/2006/12/04/updated-where-have-i-been/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 12:25:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=18</guid>
		<description><![CDATA[


I&#8217;ve visited the counties in yellow.
Which counties have you visited?
made by marnanel
map reproduced from Ordnance Survey map data
by permission of the Ordnance Survey.
© Crown copyright 2001.


]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td><img width="399" height="612" alt="County map" src="http://marnanel.org/county/1/0c0WUM0VZ,X-,000" /><br />
I&#8217;ve visited the counties in yellow.<br />
<a href="http://marnanel.org/counties">Which counties have <em>you</em> visited?</a></p>
<p>made by <a href="http://marnanel.org">marnanel</a><br />
map reproduced from Ordnance Survey map data<br />
by permission of the Ordnance Survey.<br />
© Crown copyright 2001.</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2006/12/04/updated-where-have-i-been/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Camera Update</title>
		<link>http://www.mafoo.org.uk/wp/2006/10/23/camera-update/</link>
		<comments>http://www.mafoo.org.uk/wp/2006/10/23/camera-update/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 21:04:11 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=17</guid>
		<description><![CDATA[Ok, so after much dribbling&#8230; they went and took away the decent 350D deal I was looking at (350D+18-55mm+55-200mm+grip). So, instead, I&#8217;ve gone and got myself a Canon 400D with standard 18-55mm f3.5-5.6 and dmc&#8217;s 75-300mm f4-5.6 to go with it&#8230; along with a rather swish looking backpack to keep it all in.
Oh, and &#8220;yay [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so after much dribbling&#8230; they went and took away the decent 350D deal I was looking at (350D+18-55mm+55-200mm+grip). So, instead, I&#8217;ve gone and got myself a <a href="http://www.dpreview.com/reviews/canoneos400d/">Canon 400D</a> with standard 18-55mm f3.5-5.6 and <a href="http://bogit.com/wp/">dmc</a>&#8217;s 75-300mm f4-5.6 to go with it&#8230; along with a rather swish looking backpack to keep it all in.</p>
<p>Oh, and &#8220;yay for <a href="http://jessops.com/">Jessops</a>&#8221; for price matching. Shame the only black 400d in Kent appears to have been in Maidstone&#8230; oh well, it&#8217;s in Whitstable now <img src='http://www.mafoo.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2006/10/23/camera-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>In search of&#8230;</title>
		<link>http://www.mafoo.org.uk/wp/2006/08/27/in-search-of/</link>
		<comments>http://www.mafoo.org.uk/wp/2006/08/27/in-search-of/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 21:07:04 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=13</guid>
		<description><![CDATA[I&#8217;ve been umming and arrings (and drooling) over getting a new camera for some time now (seriously thinking since about March).
Most of this time, I&#8217;ve had my eyes on a Canon 350D with some combination of lenses. [1]
What I&#8217;m after is a low-end, but extensible DSLR which I can experiment with, have fun with and, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been umming and arrings (and drooling) over getting a new camera for some time now (seriously thinking since about March).</p>
<p>Most of this time, I&#8217;ve had my eyes on a Canon 350D with some combination of lenses. [1]</p>
<p>What I&#8217;m after is a low-end, but extensible DSLR which I can experiment with, have fun with and, hopefully, take some nice pictures. I have borrowed a number of FD lenses from my dad which I&#8217;d like to be able to use (there are converters around), at least to start with.</p>
<p>I currently own a <a href="http://www.dpreview.com/reviews/specs/Fujifilm/fuji_finepix2800z.asp">Fujifilm 2850Z</a> which I&#8217;ve had for just over 4 years now and, although it&#8217;s a great camera, it&#8217;s showing its age [2]. I&#8217;m going to keep it, if anything, for Sarah <img src='http://www.mafoo.org.uk/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I suppose what I&#8217;m asking is: <em>Any advice?</em></p>
<p><strong>Footnotes </strong></p>
<ol>
<li>Probably either the kit Canon 18-55,55-200 lenses or the Sigma equivilant.</li>
<li>3 cyan pixles, only 2 mega-pixels&#8230;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2006/08/27/in-search-of/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>flickr</title>
		<link>http://www.mafoo.org.uk/wp/2006/08/19/flickr/</link>
		<comments>http://www.mafoo.org.uk/wp/2006/08/19/flickr/#comments</comments>
		<pubDate>Sat, 19 Aug 2006 16:02:47 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=11</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/47054417@N00/" /></p>
<div><a href="http://flickr.com/photos/47054417@N00/"><img border="0" alt="fooflington. Get yours at flagrantdisregard.com/flickr" src="http://flagrantdisregard.com/flickr/profilewidget/recent/000000/ffffff/47054417@N00.jpg" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2006/08/19/flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP _58fr</title>
		<link>http://www.mafoo.org.uk/wp/2006/06/27/rip-_58fr/</link>
		<comments>http://www.mafoo.org.uk/wp/2006/06/27/rip-_58fr/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 20:19:22 +0000</pubDate>
		<dc:creator>foo</dc:creator>
				<category><![CDATA[foo]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.mafoo.org.uk/wp/?p=6</guid>
		<description><![CDATA[On Thursday, a five year institution comes to an end and, as I wore an I&#8217;m blogging this tshirt to the farewell bbq, I suppose I ought to at least make some effort.
At the end of my first year at ukc, five of us moved into a house on an estate in Canterbury. As we [...]]]></description>
			<content:encoded><![CDATA[<p>On Thursday, a five year institution comes to an end and, as I wore an <em>I&#8217;m blogging this</em> tshirt to the farewell bbq, I suppose I ought to at least make some effort.</p>
<p>At the end of my first year at <a href="http://kent.ac.uk/">ukc</a>, five of us moved into a house on an estate in Canterbury. As we were all CompSci students, we obviously needed a domain name for the house so it was dubbed the fivegeeks house (and was addressable <a href="http://fivegeeks.net/">fivegeeks.net</a>). Over the following years, the house has known many occupents but, of the original five of us, only Adam and Mark remained to the end.</p>
<p>To celebrate this passing, an honorary BBQ was held on Sunday afternoon. Thanks to Mark and Adam for organising this &#8212; it was a great afternoon with some old friends who I&#8217;ve not seen for a long time!</p>
<p><em>[PS: Adam and Mark... you eaten all the left overs yet?] </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mafoo.org.uk/wp/2006/06/27/rip-_58fr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

