<?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>Mindfull software development</title>
	<atom:link href="http://supplesoftware.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://supplesoftware.wordpress.com</link>
	<description>George&#039;s thoughts on software development</description>
	<lastBuildDate>Tue, 13 Dec 2011 20:45:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='supplesoftware.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mindfull software development</title>
		<link>http://supplesoftware.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://supplesoftware.wordpress.com/osd.xml" title="Mindfull software development" />
	<atom:link rel='hub' href='http://supplesoftware.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Upgrading to Clojure 1.3</title>
		<link>http://supplesoftware.wordpress.com/2011/12/13/upgrading-to-clojure-1-3/</link>
		<comments>http://supplesoftware.wordpress.com/2011/12/13/upgrading-to-clojure-1-3/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:29:39 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.wordpress.com/?p=159</guid>
		<description><![CDATA[As Nathan Marz eloquently argues, you should write even if you have no readers. So I&#8217;m starting to write again. Here&#8217;s my notes on upgrading a fairly large project from Clojure 1.2 to 1.3. The first step was to just change the version number and re-build. Of course, that didn&#8217;t work &#8211; I got a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=159&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2011/12/13/upgrading-to-clojure-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Captured requirement</title>
		<link>http://supplesoftware.wordpress.com/2011/08/03/captured-requirement/</link>
		<comments>http://supplesoftware.wordpress.com/2011/08/03/captured-requirement/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 09:57:35 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[requirements specification enterprise]]></category>

		<guid isPermaLink="false">https://supplesoftware.wordpress.com/2011/08/03/captured-requirement/</guid>
		<description><![CDATA[If you make software for a big organisation, you hear a lot about &#8216;captured requirements&#8217;. I never really saw a &#8216;captured requirement&#8217;, but one morning I felt a flood of compassion for these fragile and sensitive creatures that we keep chasing and capturing, so I drew a picture of a &#8216;captured requirement&#8217;&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=156&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2011/08/03/captured-requirement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>

		<media:content url="http://supplesoftware.files.wordpress.com/2011/08/20110803-105712.jpg" medium="image">
			<media:title type="html">20110803-105712.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Conditional Tail Expectation calculation in Scala</title>
		<link>http://supplesoftware.wordpress.com/2011/02/19/conditional-tail-expectation-calculation-in-scala/</link>
		<comments>http://supplesoftware.wordpress.com/2011/02/19/conditional-tail-expectation-calculation-in-scala/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 20:58:20 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.wordpress.com/?p=139</guid>
		<description><![CDATA[It&#8217;s as simple as the following code. The Conditional Tail Expectation risk measure tells you how much on average you will lose if your returns are in the bottom X% quantile, based on a bootstrapped projected distribution. It is distribution agnostic &#8211; you give it the past returns and it randomly rearranges them (with replacement) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=139&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2011/02/19/conditional-tail-expectation-calculation-in-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Why is Google pushing Chrome?</title>
		<link>http://supplesoftware.wordpress.com/2009/12/26/why-is-google-pushing-chrome/</link>
		<comments>http://supplesoftware.wordpress.com/2009/12/26/why-is-google-pushing-chrome/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 18:55:29 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://supplesoftware.com/?p=132</guid>
		<description><![CDATA[You must have noticed the adverts. Big, loud and ubiquitous. Even one at Vauxhall Bus station. I think they know what they're doing. They want Chrome to become mainstream, because it's not just a browser. It's an operating system. Look at Chromium. Those who have seen applications run in a browser, now ranging from Google Docs, through Calendar, through to Doom online, know what I mean. Javascript running in a browser is now<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=132&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2009/12/26/why-is-google-pushing-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Dependency Injection Without Frameworks</title>
		<link>http://supplesoftware.wordpress.com/2009/11/18/dependency-injection-without-frameworks/</link>
		<comments>http://supplesoftware.wordpress.com/2009/11/18/dependency-injection-without-frameworks/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 23:00:31 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.com/?p=124</guid>
		<description><![CDATA[This was first published in April 2006. Spring was a novelty. Even more so in a British life assurance company &#8211; that&#8217;s not your West Coast start-up. So please take it in context. I only re-post this, because it was the most linked to page on my old blog (with both positive and negative comments). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=124&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2009/11/18/dependency-injection-without-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>

		<media:content url="http://web.archive.org/web/20061024012947/http://www.supplesoftware.com/images/diwf/diwf1.jpg" medium="image" />

		<media:content url="http://web.archive.org/web/20061024012947/http://www.supplesoftware.com/images/diwf/diwf2.jpg" medium="image" />

		<media:content url="http://web.archive.org/web/20061024012947/http://www.supplesoftware.com/images/diwf/diwf3.jpg" medium="image" />

		<media:content url="http://web.archive.org/web/20061024012947/http://www.supplesoftware.com/images/diwf/diwf4.jpg" medium="image" />
	</item>
		<item>
		<title>Wayback Machine</title>
		<link>http://supplesoftware.wordpress.com/2009/11/17/wayback-machine/</link>
		<comments>http://supplesoftware.wordpress.com/2009/11/17/wayback-machine/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:20:16 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.com/?p=122</guid>
		<description><![CDATA[I was delighted to find my old blog neatly folded and archived on the marvelous Wayback Machine. I spent hours trying to convert it to WordPress and eventually gave up and just dumped it, blogging some lofty nonsense about detachment. It turns out the Wayback Machine&#8217;s got it all &#8211; you can just get it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=122&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2009/11/17/wayback-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Swapping classes</title>
		<link>http://supplesoftware.wordpress.com/2009/11/17/swapping-classes/</link>
		<comments>http://supplesoftware.wordpress.com/2009/11/17/swapping-classes/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:45:50 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.com/?p=117</guid>
		<description><![CDATA[I've been thinking about this the way Log4J, commons logging, SLF4J, Logback and the related libs blatantly swap classes with the same qualified names. Like, you take this jar out, put the other jar in and you've got a different implementation. One example is the StaticLoggerBinder - the interface is defined in the API.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=117&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2009/11/17/swapping-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick sort in Scala</title>
		<link>http://supplesoftware.wordpress.com/2009/11/11/quick-sort-in-scala/</link>
		<comments>http://supplesoftware.wordpress.com/2009/11/11/quick-sort-in-scala/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 10:05:00 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.com/?p=114</guid>
		<description><![CDATA[def qsort(list:List[Int]):List[Int] = { list match { case x::xs =&#62; qsort(xs filter(_&#60;x) ) ::: x :: qsort(xs filter(_&#62;x)) case Nil =&#62; Nil } } print(qsort(List(4,6,5,0,2,3,1,7,8,9))) Short and sweet!&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=114&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2009/11/11/quick-sort-in-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacked!</title>
		<link>http://supplesoftware.wordpress.com/2009/09/26/hacked/</link>
		<comments>http://supplesoftware.wordpress.com/2009/09/26/hacked/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 18:31:28 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.com/?p=112</guid>
		<description><![CDATA[OK, I was unfair on Google. The site had been hacked. I (or my ISP) should have been more careful. Yet, I don&#8217;t see what I could have done better, short of hiring a bunch of hackers to verify my ISP&#8217;s security procedures. Cause, really, there&#8217;s nothing in that web site as such that would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=112&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2009/09/26/hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>When will Google become the new Microsoft</title>
		<link>http://supplesoftware.wordpress.com/2009/09/24/when-will-google-become-the-new-microsoft/</link>
		<comments>http://supplesoftware.wordpress.com/2009/09/24/when-will-google-become-the-new-microsoft/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:56:27 +0000</pubDate>
		<dc:creator>supplesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://supplesoftware.com/?p=109</guid>
		<description><![CDATA[I&#8217;ve been asking this question for some time now. When will Google become the next corporate monstrosity that we all love to hate? Two events from the past 24 hours tell me that time is coming. First event. I got an email from &#8220;adwords-support&#8221;, saying that &#8220;Your account XXX-XXX-XXXX has been suspended because we&#8217;ve determined [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=supplesoftware.wordpress.com&amp;blog=4005083&amp;post=109&amp;subd=supplesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://supplesoftware.wordpress.com/2009/09/24/when-will-google-become-the-new-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2e2c6a13c0667002af849d1749e6ab56?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">supplesoftware</media:title>
		</media:content>
	</item>
	</channel>
</rss>
