<?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>Fri, 23 Jul 2010 13:42:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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>
]]></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>
]]></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>
]]></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>
]]></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>
]]></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>
]]></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>
]]></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>
]]></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>
		<item>
		<title>Back in blighty</title>
		<link>http://jimbarritt.com/non-random/2007/06/16/back-in-blighty/</link>
		<comments>http://jimbarritt.com/non-random/2007/06/16/back-in-blighty/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 09:47:08 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2007/06/16/back-in-blighty/</guid>
		<description><![CDATA[Well im back in the uk now and frantically trying to write up my thesis!]]></description>
			<content:encoded><![CDATA[<p>Well im back in the uk now and frantically trying to write up my thesis!</p>
]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2007/06/16/back-in-blighty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Song for CLimate Change&#8230;.</title>
		<link>http://jimbarritt.com/non-random/2006/10/09/song-for-climate-change/</link>
		<comments>http://jimbarritt.com/non-random/2006/10/09/song-for-climate-change/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 04:20:18 +0000</pubDate>
		<dc:creator>Jim Barritt</dc:creator>
				<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://jimbarritt.com/non-random/2006/10/09/song-for-climate-change/</guid>
		<description><![CDATA[dick Gaughan off womad an introdcution to world music.]]></description>
			<content:encoded><![CDATA[<p>dick Gaughan</p>
<p>off womad an introdcution to world music.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimbarritt.com/non-random/2006/10/09/song-for-climate-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
