<?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>hocuspokus &#187; Daz</title>
	<atom:link href="http://hocuspokus.net/author/daz/feed" rel="self" type="application/rss+xml" />
	<link>http://hocuspokus.net</link>
	<description>the life and times of a code monkey</description>
	<lastBuildDate>Fri, 12 Mar 2010 15:57:13 +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>Installing RMagick on Snow Leopard /&#160;Leopard</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F03%2Finstalling-rmagick-on-snow-leopard-leopard&amp;seed_title=Installing+RMagick+on+Snow+Leopard+%2F%26%23160%3BLeopard</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F03%2Finstalling-rmagick-on-snow-leopard-leopard&amp;seed_title=Installing+RMagick+on+Snow+Leopard+%2F%26%23160%3BLeopard#comments</comments>
		<pubDate>Sat, 06 Mar 2010 17:15:38 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[snow-leopard]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=420</guid>
		<description><![CDATA[This used to be quite a complicated task to install ImageMagick and RMagick from source, but these days (thanks to some great work by others) it&#8217;s a piece of cake&#8230;

First install ImageMagick using this install script hosted on github (http://github.com/masterkain/ImageMagick-sl):


cd ~/src
git clone git://github.com/masterkain/ImageMagick-sl.git
cd ImageMagick-sl
chmod +x install_im.sh
sh install_im.sh


Now simply sit back and wait. (Oh, you&#8217;ll need [...]]]></description>
			<content:encoded><![CDATA[<p>This used to be quite a complicated task to install ImageMagick and RMagick from source, but these days (thanks to some great work by others) it&#8217;s a piece of cake&#8230;</p>

<p>First install ImageMagick using this install script hosted on github (<a href="http://github.com/masterkain/ImageMagick-sl">http://github.com/masterkain/ImageMagick-sl</a>):</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>src
git clone git:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>masterkain<span style="color: #000000; font-weight: bold;">/</span>ImageMagick-sl.git
<span style="color: #7a0874; font-weight: bold;">cd</span> ImageMagick-sl
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x install_im.sh
<span style="color: #c20cb9; font-weight: bold;">sh</span> install_im.sh</pre></div></div>


<p>Now simply sit back and wait. (Oh, you&#8217;ll need to enter your password at some points as the libraries are installed into <code>/usr/local</code>).</p>

<p>Then, once that&#8217;s done, RMagick is installed by:</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gem <span style="color: #c20cb9; font-weight: bold;">install</span> rmagick</pre></div></div>


<p>Simples. <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F03%2Finstalling-rmagick-on-snow-leopard-leopard&amp;seed_title=Installing+RMagick+on+Snow+Leopard+%2F%26%23160%3BLeopard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Ruby Bindings for Oracle on Mac OS&#160;X</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F03%2Finstalling-the-ruby-bindings-for-oracle-on-mac-os-x&amp;seed_title=Installing+the+Ruby+Bindings+for+Oracle+on+Mac+OS%26%23160%3BX</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F03%2Finstalling-the-ruby-bindings-for-oracle-on-mac-os-x&amp;seed_title=Installing+the+Ruby+Bindings+for+Oracle+on+Mac+OS%26%23160%3BX#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:36:56 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=410</guid>
		<description><![CDATA[This quick crib sheet is for the guys at work (and anyone else who might need help on this one)&#8230;

First install the oracle instant client somewhere - I normally install it to /usr/local/oracle/instantclient_10_2.  Then&#8230;


cd /usr/local/oracle/instantclient_10_2
ln -s libclntsh.dylib.10.1 libclntsh.dylib


Following this, run mkdir -p /usr/local/oracle/network/admin/, and place a copy of the tnsnames.ora file in this directory.

Now [...]]]></description>
			<content:encoded><![CDATA[<p>This quick crib sheet is for the guys at work (and anyone else who might need help on this one)&#8230;</p>

<p>First install the <a href="http://www.oracle.com/technology/software/tech/oci/instantclient/index.html">oracle instant client</a> somewhere - I normally install it to <code>/usr/local/oracle/instantclient_10_2</code>.  Then&#8230;</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>instantclient_10_2
<span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> libclntsh.dylib.10.1 libclntsh.dylib</pre></div></div>


<p>Following this, run <code>mkdir -p /usr/local/oracle/network/admin/</code>, and place a copy of the tnsnames.ora file in this directory.</p>

<p>Now you need to add the following to your <code>.profile</code> or <code>.bashrc</code> file:</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Oracle env variables</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">ORACLE_HOME</span>=<span style="color: #ff0000;">&quot;/usr/local/oracle/instantclient_10_2&quot;</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">DYLD_LIBRARY_PATH</span>=<span style="color: #ff0000;">&quot;/usr/local/oracle/instantclient_10_2:<span style="color: #007800;">$DYLD_LIBRARY_PATH</span>&quot;</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">SQLPATH</span>=<span style="color: #ff0000;">&quot;/usr/local/oracle/instantclient_10_2&quot;</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">TNS_ADMIN</span>=<span style="color: #ff0000;">&quot;/usr/local/oracle/network/admin&quot;</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">NLS_LANG</span>=<span style="color: #ff0000;">&quot;AMERICAN_AMERICA.UTF8&quot;</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">PATH</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$PATH</span>:<span style="color: #007800;">$DYLD_LIBRARY_PATH</span>&quot;</span></pre></div></div>


<p>That&#8217;s all of the set-up done, now you just need to install the gem:</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gem <span style="color: #c20cb9; font-weight: bold;">install</span> ruby-oci8</pre></div></div>


<p>Done. <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F03%2Finstalling-the-ruby-bindings-for-oracle-on-mac-os-x&amp;seed_title=Installing+the+Ruby+Bindings+for+Oracle+on+Mac+OS%26%23160%3BX/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing ._ Files From Mounted&#160;Drives</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F02%2Fremoving-_-files-from-mounted-drives&amp;seed_title=Removing+._+Files+From+Mounted%26%23160%3BDrives</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F02%2Fremoving-_-files-from-mounted-drives&amp;seed_title=Removing+._+Files+From+Mounted%26%23160%3BDrives#comments</comments>
		<pubDate>Thu, 11 Feb 2010 20:05:57 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=405</guid>
		<description><![CDATA[Here&#8217;s a quick snippet of goodness to remove those annoying &#8216;._&#8217; files that Macs generate on mounted drives&#8230;


cd &#91;wherever you want to clean&#93;
find . -name &#34;._*&#34; -exec rm '{}' \; -print

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick snippet of goodness to remove those annoying &#8216;._&#8217; files that Macs generate on mounted drives&#8230;</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>wherever you want to clean<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #c20cb9; font-weight: bold;">find</span> . <span style="color: #660033;">-name</span> <span style="color: #ff0000;">&quot;._*&quot;</span> <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #ff0000;">'{}'</span> \; <span style="color: #660033;">-print</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F02%2Fremoving-_-files-from-mounted-drives&amp;seed_title=Removing+._+Files+From+Mounted%26%23160%3BDrives/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Users on a Linux&#160;System</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F01%2Fcreating-users-on-a-linux-system&amp;seed_title=Creating+Users+on+a+Linux%26%23160%3BSystem</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F01%2Fcreating-users-on-a-linux-system&amp;seed_title=Creating+Users+on+a+Linux%26%23160%3BSystem#comments</comments>
		<pubDate>Sat, 09 Jan 2010 11:13:42 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[user-management]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=399</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve had to do any basic sysadmin stuff on a Linux box&#8230; seeing as I had to google the answers to this I thought I&#8217;d better write them down!

useradd syntax


useradd &#91;options&#93; &#123;username&#125;


Useful options are:


    -d
    declare the users home directory
    -m
 [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve had to do any basic sysadmin stuff on a Linux box&#8230; seeing as I had to google the answers to this I thought I&#8217;d better write them down!</p>

<p><strong>useradd syntax</strong></p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">useradd <span style="color: #7a0874; font-weight: bold;">&#91;</span>options<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>username<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>


<p>Useful options are:</p>

<dl>
    <dt>-d</dt>
    <dd>declare the users home directory</dd>
    <dt>-m</dt>
    <dd>force &#8216;useradd&#8217; to create the home directory</dd>
    <dt>-D</dt>
    <dd>accept the system defaults for account settings</dd>
</dl>

<p>An alternative for &#8216;useradd&#8217; though is &#8216;adduser&#8217;:</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">adduser <span style="color: #7a0874; font-weight: bold;">&#123;</span>username<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>


<p>This will then prompt you for all the information needed to set up the account.</p>

<p><strong>making the user an administrator (with sudo)</strong></p>

<p>As the root user&#8230;</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">visudo</pre></div></div>


<p>Then underneath the entry for &#8216;root&#8217; just add in an entry with the desired user name:</p>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#123;</span>username<span style="color: #7a0874; font-weight: bold;">&#125;</span> <span style="color: #007800;">ALL</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span>ALL<span style="color: #7a0874; font-weight: bold;">&#41;</span> ALL</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F01%2Fcreating-users-on-a-linux-system&amp;seed_title=Creating+Users+on+a+Linux%26%23160%3BSystem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git and&#160;Github</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F01%2Fgit-and-github&amp;seed_title=Git+and%26%23160%3BGithub</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F01%2Fgit-and-github&amp;seed_title=Git+and%26%23160%3BGithub#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:05:05 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=397</guid>
		<description><![CDATA[Here&#8217;s the slides of another presentation I gave at work just before the Christmas break - this time on some of the development tools and resources that i&#8217;m using in my work: git and github.

The general gist is a basic introduction to both git and github, for developers who are already using version control (i.e. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the slides of another presentation I gave at work just before the Christmas break - this time on some of the development tools and resources that i&#8217;m using in my work: <a href="http://git-scm.com/">git</a> and <a href="http://github.com/">github</a>.</p>

<p>The general gist is a basic introduction to both git and github, for developers who are already using version control (i.e. cvs or svn) but have yet to try distributed version control tools such as git.</p>

<div style="width:425px;text-align:left" id="__ss_2722740"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=git-intro-091215075529-phpapp01&#038;stripped_title=git-and-github" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=git-intro-091215075529-phpapp01&#038;stripped_title=git-and-github" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2010%2F01%2Fgit-and-github&amp;seed_title=Git+and%26%23160%3BGithub/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homebrew: The First&#160;Batch</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fhomebrew-the-first-batch&amp;seed_title=Homebrew%3A+The+First%26%23160%3BBatch</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fhomebrew-the-first-batch&amp;seed_title=Homebrew%3A+The+First%26%23160%3BBatch#comments</comments>
		<pubDate>Tue, 29 Sep 2009 21:18:35 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[brewing]]></category>
		<category><![CDATA[homebrew]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=390</guid>
		<description><![CDATA[I&#8217;ve always fancied trying my hand at a bit of home brewing but never actually found the guts to get myself a kit.  Well, this time I finally went through with it and I&#8217;m now the proud owner of a starter home brewing kit!

I got the kit from the folks at The Happy Brewer [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always fancied trying my hand at a bit of home brewing but never actually found the guts to get myself a kit.  Well, this time I finally went through with it and I&#8217;m now the proud owner of a starter home brewing kit!</p>

<p>I got the kit from the folks at <a href="http://www.thehappybrewer.co.uk/">The Happy Brewer</a> in Bedford, it was very reasonably priced, and they were very friendly and happy to explain what was needed to be done to a complete novice.  If you live near the Bedford area and fancy having a go yourself I&#8217;d happily recommend them.</p>

<div style="text-align:center;"><img src="http://hocuspokus.net/wp-content/uploads/2009/09/beer_in_progress-225x300.jpg" alt="The first batch in progress..." title="The first batch in progress..." width="225" height="300" class="size-medium wp-image-389" /></div>

<p>That there is potentially 40 pints of <a href="http://www.woodfordes.co.uk/html/wherry.html">Woodfordes Wherry</a>, a very tasty beer sold at the local near the Sanger Institute - fingers crossed I&#8217;ll do a good job of it.  This is the first fermentation step, in about 4-6 days I can move it into the barrel, then it&#8217;s a 3-4 week wait for the finished product.  Will update with news on whether I killed myself (and anyone else brave enough to try it) soon! <img src='http://hocuspokus.net/wp-content/plugins/smilies-themer/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fhomebrew-the-first-batch&amp;seed_title=Homebrew%3A+The+First%26%23160%3BBatch/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Links for&#160;2009-09-22</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Flinks-for-2009-09-22&amp;seed_title=Links+for%26%23160%3B2009-09-22</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Flinks-for-2009-09-22&amp;seed_title=Links+for%26%23160%3B2009-09-22#comments</comments>
		<pubDate>Tue, 22 Sep 2009 23:02:33 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/2009/09/links-for-2009-09-22</guid>
		<description><![CDATA[                Real-World Scala: Introduction
                
                (tags: scala programming tutorial reference)
 [...]]]></description>
			<content:encoded><![CDATA[<ul class="delicious"><li>
                <div class="delicious-link"><a href="http://jonasboner.com/2008/10/01/real-world-scala-introduction/">Real-World Scala: Introduction</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/darrenoakley/scala">scala</a> <a href="http://delicious.com/darrenoakley/programming">programming</a> <a href="http://delicious.com/darrenoakley/tutorial">tutorial</a> <a href="http://delicious.com/darrenoakley/reference">reference</a>)</div>
            </li><li>
                <div class="delicious-link"><a href="http://programming-scala.labs.oreilly.com/">Programming Scala</a></div>
                
                <div class="delicious-tags">(tags: <a href="http://delicious.com/darrenoakley/scala">scala</a> <a href="http://delicious.com/darrenoakley/books">books</a> <a href="http://delicious.com/darrenoakley/oreilly">oreilly</a> <a href="http://delicious.com/darrenoakley/ebook">ebook</a> <a href="http://delicious.com/darrenoakley/reference">reference</a>)</div>
            </li></ul>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Flinks-for-2009-09-22&amp;seed_title=Links+for%26%23160%3B2009-09-22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IWPLS 2009: The Sanger Mouse Resources Portal - a Testbed for Collaborative Data&#160;Integration</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fiwpls-2009-the-sanger-mouse-resources-portal-a-testbed-for-collaborative-data-integration&amp;seed_title=IWPLS+2009%3A+The+Sanger+Mouse+Resources+Portal+-+a+Testbed+for+Collaborative+Data%26%23160%3BIntegration</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fiwpls-2009-the-sanger-mouse-resources-portal-a-testbed-for-collaborative-data-integration&amp;seed_title=IWPLS+2009%3A+The+Sanger+Mouse+Resources+Portal+-+a+Testbed+for+Collaborative+Data%26%23160%3BIntegration#comments</comments>
		<pubDate>Mon, 21 Sep 2009 20:14:52 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[other]]></category>
		<category><![CDATA[biomart]]></category>
		<category><![CDATA[data-integration]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[sanger]]></category>
		<category><![CDATA[solr]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/?p=384</guid>
		<description><![CDATA[Last week I enjoyed some time up in Edinburgh for the International Workshop on Portals for Life Sciences (IWPLS &#8216;09), hosted at the e-Science Institute.  It was a good workshop - there were good presentations, lively debates, and good social planning for the evenings!

I have to admit that quite a lot of the content [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I enjoyed some time up in Edinburgh for the <a href="http://www.nesc.ac.uk/esi/events/1000/">International Workshop on Portals for Life Sciences (IWPLS &#8216;09)</a>, hosted at the e-Science Institute.  It was a good workshop - there were good presentations, lively debates, and good social planning for the evenings!</p>

<p>I have to admit that quite a lot of the content of the workshop was completely irrelevant to me and went straight over my head at times, but I did enjoy it, and it&#8217;s good to hear what other people are doing.</p>

<p>I was there for two reasons, first was an interest in the content of the workshop, and second was that I was one of the people presenting a lightning talk!  The content of my talk was pretty different to most of the other presentations - they were mostly about grid computing and development of portal interfaces for said grids - whereas mine was about the architecture I developed for the new <a href="http://www.sanger.ac.uk/mouseportal/">Sanger Mouse Resources Portal</a>.</p>

<p>It seemed to go down pretty well, it got a couple of laughs, no one fell asleep and quite a few asked questions at the end, so I was quite happy at that.  Here&#8217;s the slides from the talk, just in case anyone would like to take a look.  Copies of all the presentations from the workshop can be found <a href="http://www.nesc.ac.uk/action/esi/contribution.cfm?Title=1000">here</a>.</p>

<div style="text-align:center;" id="__ss_1988031"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iwpls09-edinburgh-090912045607-phpapp02&#038;stripped_title=sanger-mouse-resources-portal-a-testbed-for-collaborative-data-integration" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iwpls09-edinburgh-090912045607-phpapp02&#038;stripped_title=sanger-mouse-resources-portal-a-testbed-for-collaborative-data-integration" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fiwpls-2009-the-sanger-mouse-resources-portal-a-testbed-for-collaborative-data-integration&amp;seed_title=IWPLS+2009%3A+The+Sanger+Mouse+Resources+Portal+-+a+Testbed+for+Collaborative+Data%26%23160%3BIntegration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Week on Twitter&#160;(2009-09-20)</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fthis-week-on-twitter-2009-09-20&amp;seed_title=This+Week+on+Twitter%26%23160%3B%282009-09-20%29</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fthis-week-on-twitter-2009-09-20&amp;seed_title=This+Week+on+Twitter%26%23160%3B%282009-09-20%29#comments</comments>
		<pubDate>Sun, 20 Sep 2009 17:11:00 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/2009/09/this-week-on-twitter-2009-09-20</guid>
		<description><![CDATA[    Whisky tasting, followed by dinner, followed by pub = good eve  http://twitpic.com/hrl74 #
    Lovely sunny day in Edinburgh  http://twitpic.com/hssx0 #
    Trying to decide what to do for the afternoon. Think it might be shopping in MK&#8230; #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>Whisky tasting, followed by dinner, followed by pub = good eve  <a href="http://twitpic.com/hrl74" rel="nofollow">http://twitpic.com/hrl74</a> <a href="http://twitter.com/dazoakley/statuses/3992236141" class="aktt_tweet_time">#</a></li>
    <li>Lovely sunny day in Edinburgh  <a href="http://twitpic.com/hssx0" rel="nofollow">http://twitpic.com/hssx0</a> <a href="http://twitter.com/dazoakley/statuses/3999898305" class="aktt_tweet_time">#</a></li>
    <li>Trying to decide what to do for the afternoon. Think it might be shopping in MK&#8230; <a href="http://twitter.com/dazoakley/statuses/4101065601" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fthis-week-on-twitter-2009-09-20&amp;seed_title=This+Week+on+Twitter%26%23160%3B%282009-09-20%29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Week on Twitter&#160;(2009-09-13)</title>
		<link>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fthis-week-on-twitter-2009-09-13&amp;seed_title=This+Week+on+Twitter%26%23160%3B%282009-09-13%29</link>
		<comments>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fthis-week-on-twitter-2009-09-13&amp;seed_title=This+Week+on+Twitter%26%23160%3B%282009-09-13%29#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:11:00 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://hocuspokus.net/2009/09/this-week-on-twitter-2009-09-13</guid>
		<description><![CDATA[    Just arrived in Edinburgh ready for #IWPLS tomorrow. Time to check out some sights, then prepare the presentation&#8230; #

]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>Just arrived in Edinburgh ready for #<a href="http://search.twitter.com/search?q=%23IWPLS" class="aktt_hashtag">IWPLS</a> tomorrow. Time to check out some sights, then prepare the presentation&#8230; <a href="http://twitter.com/dazoakley/statuses/3954725514" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://hocuspokus.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fhocuspokus.net%2F2009%2F09%2Fthis-week-on-twitter-2009-09-13&amp;seed_title=This+Week+on+Twitter%26%23160%3B%282009-09-13%29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->