<?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>non-random ramble &#187; random</title>
	<atom:link href="http://jimbarritt.com/non-random/category/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimbarritt.com/non-random</link>
	<description>adventures in code</description>
	<lastBuildDate>Tue, 20 Sep 2011 13:16:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The &#8216;R&#8217; Sessions</title>
		<link>http://jimbarritt.com/non-random/2011/03/07/the-r-sessions/</link>
		<comments>http://jimbarritt.com/non-random/2011/03/07/the-r-sessions/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 07:13:12 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[r]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[thoughtblog]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/?p=774</guid>
		<description><![CDATA[(Image from http://datamining.typepad.com) A few years ago whilst working on my MSc thesis I was heavily into R a statistical analysis package which has a functional language feel to it. My friend Marc Hasenbank, a few others and I ran a series of workshops for people wanting an introduction to R. I recently wanted to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamining.typepad.com/gallery/blog-map-gallery.html"><img src="http://datamining.typepad.com/photos/uncategorized/newblogcrop.png" width=400></img></a><br />
(Image from <a href="http://datamining.typepad.com">http://datamining.typepad.com</a>)</p>
<p>A few years ago whilst working on my MSc thesis I was heavily into <a href="http://cran.r-project.org/">R</a> a statistical analysis package which has a functional language feel to it. My friend Marc Hasenbank, a few others and I ran a series of workshops for people wanting an introduction to R. I recently wanted to show this to someone so thought I would post a link. The code from the tutorials can be found <a href="http://www.vuw.ac.nz/staff/stephen_hartley/software/R/rug.htm">here</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2011%2F03%2F07%2Fthe-r-sessions%2F&amp;title=The%20%E2%80%98R%E2%80%99%20Sessions" id="wpa2a_2"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2011/03/07/the-r-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Jdbc Driver 10.2.0.2.0 fails to render Euro (€) when db is set to WE8MSWIN1252 encoding</title>
		<link>http://jimbarritt.com/non-random/2010/11/08/oracle-jdbc-driver-10-2-0-2-0-fails-to-render-euro-e-when-db-is-set-to-we8mswin1252-encoding/</link>
		<comments>http://jimbarritt.com/non-random/2010/11/08/oracle-jdbc-driver-10-2-0-2-0-fails-to-render-euro-e-when-db-is-set-to-we8mswin1252-encoding/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 16:46:41 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[databases]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/?p=741</guid>
		<description><![CDATA[We just spent a few glorious hours or so trawling the internet and writing old skool jdbc code, to discover this little beauty. Simply upgrade to 10.2.0.5 of the jdbc driver and it goes away. Thanks to this post http://efreedom.com/Question/1-377745/Oracle-JDBC-Euro-Character we discovered our problem. For the full details on the euro&#8230;. http://www.fileformat.info/info/unicode/char/20ac/index.htm And if your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jimbarritt.com/non-random/wp-content/uploads/2010/11/euro_sign.png" rel="lightbox[741]"><img src="http://jimbarritt.com/non-random/wp-content/uploads/2010/11/euro_sign.png" alt="" title="euro_sign" width="100" height="100" class="aligncenter size-full wp-image-743" /></a></p>
<p>We just spent a few glorious hours or so trawling the internet and writing old skool jdbc code, to discover this little beauty. Simply upgrade to 10.2.0.5 of the jdbc driver and it goes away.</p>
<p>Thanks to this post http://efreedom.com/Question/1-377745/Oracle-JDBC-Euro-Character we discovered our problem.</p>
<p>For the full details on the euro&#8230;. </p>
<p>http://www.fileformat.info/info/unicode/char/20ac/index.htm</p>
<p>And if your really bored:</p>
<p>http://www.fileformat.info/info/unicode/char/1f47e/index.htm</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2010%2F11%2F08%2Foracle-jdbc-driver-10-2-0-2-0-fails-to-render-euro-e-when-db-is-set-to-we8mswin1252-encoding%2F&amp;title=Oracle%20Jdbc%20Driver%2010.2.0.2.0%20fails%20to%20render%20Euro%20%28%E2%82%AC%29%20when%20db%20is%20set%20to%20WE8MSWIN1252%20encoding" id="wpa2a_4"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2010/11/08/oracle-jdbc-driver-10-2-0-2-0-fails-to-render-euro-e-when-db-is-set-to-we8mswin1252-encoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove all .svn directories from a source tree&#8230;</title>
		<link>http://jimbarritt.com/non-random/2009/07/24/remove-all-svn-directories-from-a-source-tree/</link>
		<comments>http://jimbarritt.com/non-random/2009/07/24/remove-all-svn-directories-from-a-source-tree/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 18:48:14 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2009/07/24/remove-all-svn-directories-from-a-source-tree/</guid>
		<description><![CDATA[rm -rf `find . -type d -name .svn`]]></description>
			<content:encoded><![CDATA[<pre>
rm -rf `find . -type d -name .svn`
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2009%2F07%2F24%2Fremove-all-svn-directories-from-a-source-tree%2F&amp;title=Remove%20all%20.svn%20directories%20from%20a%20source%20tree%E2%80%A6" id="wpa2a_6"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2009/07/24/remove-all-svn-directories-from-a-source-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operation not permitted whilst chown &#8216;ing &#8230;</title>
		<link>http://jimbarritt.com/non-random/2009/07/21/operation-not-permitted-whilst-chown-ing/</link>
		<comments>http://jimbarritt.com/non-random/2009/07/21/operation-not-permitted-whilst-chown-ing/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:29:17 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2009/07/21/operation-not-permitted-whilst-chown-ing/</guid>
		<description><![CDATA[Unfortunately I didnt get my backup done in time and the laptop went down. anyway I had most of the stuff copied accross but still have some wierdness on new laptop. I wanted to make sure everything was owned by my user (called admin) so i was trying to chown -R admin * in my [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately I didnt get my backup done in time and the laptop went down.</p>
<p>anyway I had most of the stuff copied accross but still have some wierdness on new laptop.</p>
<p>I wanted to make sure everything was owned by my user (called admin) so i was trying to </p>
<p>chown -R admin * in my home dir.</p>
<p>I kept getting &#8220;Operation not permitted&#8221;. My freind Gordon pointed out that the files were locked and to remove the lock i need to do:</p>
<pre>
sudo chflags -R nouchg &lt;files&gt;
</pre>
<p>sweet.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2009%2F07%2F21%2Foperation-not-permitted-whilst-chown-ing%2F&amp;title=Operation%20not%20permitted%20whilst%20chown%20%E2%80%98ing%20%E2%80%A6" id="wpa2a_8"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2009/07/21/operation-not-permitted-whilst-chown-ing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Coloured text on a black background</title>
		<link>http://jimbarritt.com/non-random/2009/01/03/coloured-text-on-a-black-background/</link>
		<comments>http://jimbarritt.com/non-random/2009/01/03/coloured-text-on-a-black-background/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 19:06:47 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2009/01/03/coloured-text-on-a-black-background/</guid>
		<description><![CDATA[The other day, Alistair chatted to me about the &#8216;retro&#8217; concept of changing my IDE background to black like in the old skool days. Then I saw a Neal Ford&#8217;s blog which also has a black background and looks cool. So I am trying it on this blog. I think I likes it. It seems [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, Alistair chatted to me about the &#8216;retro&#8217; concept of changing my IDE background to black like in the old skool days. Then I saw a <a href='www.nealford.com'>Neal Ford&#8217;s</a> blog which also has a black background and looks cool. So I am trying it on this blog.</p>
<p>I think I likes it.</p>
<p>It seems theres a bit of a thing happening out there, a lot of people say black on white is better:</p>
<p><a href='http://www.hanselman.com/blog/ChangingYourColorsInVisualStudioNETBlackVersusWhite.aspx'>hanselman</a></p>
<p><a href='http://www.codinghorror.com/blog/archives/000340.html'>coding horror</a> </p>
<p><a href='http://www.456bereastreet.com/archive/200608/light_text_on_dark_background_vs_readability/'>456bereastreet</a> &#8211; really doesnt like it and say you should offer alternative stylesheets.</p>
<p><a href='http://www.webmasterworld.com/forum116/48.htm'>A lengthy discussion</a> &#8211; Makes a good point that if the whole web is black on white and then you come to a site like this, its going to be harder to read.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2009%2F01%2F03%2Fcoloured-text-on-a-black-background%2F&amp;title=Coloured%20text%20on%20a%20black%20background" id="wpa2a_10"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2009/01/03/coloured-text-on-a-black-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future?</title>
		<link>http://jimbarritt.com/non-random/2009/01/02/the-future/</link>
		<comments>http://jimbarritt.com/non-random/2009/01/02/the-future/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 18:59:42 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2009/01/02/the-future/</guid>
		<description><![CDATA[I just read this interesting response from Brian Eno about the future. It coincides with some thoughts I&#8217;ve had about the future and global warming (I have an imaginary book called &#8216;Climate of fear&#8217; which I might write).]]></description>
			<content:encoded><![CDATA[<p>I just read this interesting <a href='http://www.guardian.co.uk/science/blog/2009/jan/02/brian-eno-edge-question-future'>response</a> from Brian Eno about the future.</p>
<p>It coincides with some thoughts I&#8217;ve had about the future and global warming (I have an imaginary book called &#8216;Climate of fear&#8217; which I might write).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2009%2F01%2F02%2Fthe-future%2F&amp;title=The%20future%3F" id="wpa2a_12"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2009/01/02/the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We are the music makers&#8230;</title>
		<link>http://jimbarritt.com/non-random/2008/09/02/we-are-the-music-makers-2/</link>
		<comments>http://jimbarritt.com/non-random/2008/09/02/we-are-the-music-makers-2/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:55:34 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2008/09/02/we-are-the-music-makers-2/</guid>
		<description><![CDATA[and we are the dreamers of dreams&#8230; always wondered where that came from. Its in an Aphex twin track (i think!) anyway also sampled a few other places, the poem comes from: http://en.wikisource.org/wiki/Ode_%28O%27Shaughnessy%29 curtesy of Josh We are the music makers, And we are the dreamers of dreams, Wandering by lone sea-breakers, And sitting by [...]]]></description>
			<content:encoded><![CDATA[<p>and we are the dreamers of dreams&#8230; always wondered where that came from. Its in an Aphex twin track (i think!) anyway also sampled a few other places, the poem comes from:</p>
<p><a href ='http://en.wikisource.org/wiki/Ode_%28O%27Shaughnessy%29'>http://en.wikisource.org/wiki/Ode_%28O%27Shaughnessy%29</a></p>
<p>curtesy of <a href=http://www.cuberick.com/2008/09/movers-and-shakers-dreamers-of-dreams.html>Josh</a></p>
<pre style="font-size:1.5em">
We are the music makers,
  And we are the dreamers of dreams,
Wandering by lone sea-breakers,
  And sitting by desolate streams;—
World-losers and world-forsakers,     5
  On whom the pale moon gleams:
Yet we are the movers and shakers
  Of the world for ever, it seems.
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2008%2F09%2F02%2Fwe-are-the-music-makers-2%2F&amp;title=We%20are%20the%20music%20makers%E2%80%A6" id="wpa2a_14"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2008/09/02/we-are-the-music-makers-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feed burner&#8230;</title>
		<link>http://jimbarritt.com/non-random/2008/08/27/feed-burner/</link>
		<comments>http://jimbarritt.com/non-random/2008/08/27/feed-burner/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 23:36:11 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2008/08/27/feed-burner/</guid>
		<description><![CDATA[have signed up for feed burner and the thoughtblog blog is now available on: feed://feeds.feedburner.com/jimbarritt-tw]]></description>
			<content:encoded><![CDATA[<p>have signed up for feed burner and the thoughtblog blog is now available on:</p>
<p><a href='feed://feeds.feedburner.com/jimbarritt-tw'>feed://feeds.feedburner.com/jimbarritt-tw</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2008%2F08%2F27%2Ffeed-burner%2F&amp;title=Feed%20burner%E2%80%A6" id="wpa2a_16"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2008/08/27/feed-burner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dramatic cat&#8230;</title>
		<link>http://jimbarritt.com/non-random/2008/08/20/dramatic-cat/</link>
		<comments>http://jimbarritt.com/non-random/2008/08/20/dramatic-cat/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 00:04:17 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2008/08/20/dramatic-cat/</guid>
		<description><![CDATA[Also waiting for the launch, we found this:]]></description>
			<content:encoded><![CDATA[<p>Also waiting for the launch, we found this:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/plWnm7UpsXk&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/plWnm7UpsXk&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2008%2F08%2F20%2Fdramatic-cat%2F&amp;title=Dramatic%20cat%E2%80%A6" id="wpa2a_18"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2008/08/20/dramatic-cat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freedom of Informed Choice (c)</title>
		<link>http://jimbarritt.com/non-random/2007/12/02/freedom-of-informed-choice-c/</link>
		<comments>http://jimbarritt.com/non-random/2007/12/02/freedom-of-informed-choice-c/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 11:02:57 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2007/12/02/freedom-of-informed-choice-c/</guid>
		<description><![CDATA[also Beautiful Intelligent Technnology (c) two nice straplines be used wherever appropriate.]]></description>
			<content:encoded><![CDATA[<p>also Beautiful Intelligent Technnology (c)<br />
two nice straplines be used wherever appropriate.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fjimbarritt.com%2Fnon-random%2F2007%2F12%2F02%2Ffreedom-of-informed-choice-c%2F&amp;title=Freedom%20of%20Informed%20Choice%20%28c%29" id="wpa2a_20"><img src="http://jimbarritt.com/non-random/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2007/12/02/freedom-of-informed-choice-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

