<?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>The Wandering Glitch</title>
	<atom:link href="http://aabs.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aabs.wordpress.com</link>
	<description>Stay the curse</description>
	<lastBuildDate>Wed, 16 Dec 2009 00:26:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aabs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9f237596a31b7cb33ef2a354f958f351?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>The Wandering Glitch</title>
		<link>http://aabs.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aabs.wordpress.com/osd.xml" title="The Wandering Glitch" />
		<item>
		<title>Sequential script loading on demand</title>
		<link>http://aabs.wordpress.com/2009/12/16/sequential-script-loading-on-demand/</link>
		<comments>http://aabs.wordpress.com/2009/12/16/sequential-script-loading-on-demand/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 00:26:13 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[functional programming]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=676</guid>
		<description><![CDATA[This little script uses the JQuery getScript command, enforcing sequential loading order to ensure script dependencies are honoured:

function LoadScriptsSequentially(scriptUrls, callback)
{
    if (typeof scriptUrls == 'undefined') throw "Argument Error: URL array is unusable";
    if (scriptUrls.length == 0 &#38;&#38; typeof callback == 'function') callback();
    $.getScript(scriptUrls.shift(), function() { LoadScriptsSequentially(scriptUrls, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=676&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/12/16/sequential-script-loading-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Quantum Reasoners Hold Key to Future Web</title>
		<link>http://aabs.wordpress.com/2009/12/08/quantum-reasoners-hold-key-to-future-web/</link>
		<comments>http://aabs.wordpress.com/2009/12/08/quantum-reasoners-hold-key-to-future-web/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:09:36 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[semweb]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=614</guid>
		<description><![CDATA[Last year, a company called DWave Systems announced their quantum computer (the &#8216;Orion&#8217;) &#8211; another milestone on the road to practical quantum computing. Their controversial claims seem worthy in their own right but they are particularly important to the semantic web (SW) community. The significance to the SW community was that their quantum computer solved [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=614&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/12/08/quantum-reasoners-hold-key-to-future-web/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Semantic Overflow Highlights I</title>
		<link>http://aabs.wordpress.com/2009/11/13/semantic-overflow-highlights-i/</link>
		<comments>http://aabs.wordpress.com/2009/11/13/semantic-overflow-highlights-i/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:47:33 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>
		<category><![CDATA[semantic-overflow]]></category>
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=669</guid>
		<description><![CDATA[Semantic Overflow has been active for a couple of weeks. We now have 155 users and 53 questions. We&#8217;ve already had some very interesting questions and some excellent detailed and thoughtful responses. I thought, on Egon&#8217;s instigation, to  bring together, from the site&#8217;s BI stats, some of the highlights of last week.
The best loved question [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=669&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/11/13/semantic-overflow-highlights-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>www.SemanticOverflow.com &#8211; the Web 2.0 Q&amp;A site for all things Web 3.0.</title>
		<link>http://aabs.wordpress.com/2009/10/27/www-semanticoverflow-com-the-web-2-0-qa-site-for-all-things-web-3-0/</link>
		<comments>http://aabs.wordpress.com/2009/10/27/www-semanticoverflow-com-the-web-2-0-qa-site-for-all-things-web-3-0/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:32:02 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=654</guid>
		<description><![CDATA[www.SemanticOverflow.com is a new site based on the hugely popular StackOverflow.com, devoted to Q&#38;A on anything related to the semantic web. The site is very new (created today) and I&#8217;m trying to get as many people to visit as I can, so please come and post your questions and together we&#8217;ll create a thriving community [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=654&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/10/27/www-semanticoverflow-com-the-web-2-0-qa-site-for-all-things-web-3-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Can AOP help fix bad architectures?</title>
		<link>http://aabs.wordpress.com/2009/10/22/can-aop-help-fix-bad-architectures/</link>
		<comments>http://aabs.wordpress.com/2009/10/22/can-aop-help-fix-bad-architectures/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 22:55:34 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[AOP]]></category>
		<category><![CDATA[Aspect Oriented Programming]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[postsharp]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=646</guid>
		<description><![CDATA[I recently posted a question on Stack Overflow on the feasibility of using IL rewriting frameworks to rectify bad design after the fact. The confines of the answer comment area were too small to give the subject proper treatment so I though a new blog post was in order. Here&#8217;s the original question:
I&#8217;ve recently been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=646&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/10/22/can-aop-help-fix-bad-architectures/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Fowler&#8217;s Technical Debt Quadrant &#8211; Giving the co-ordinates where Agile is contraindicated.</title>
		<link>http://aabs.wordpress.com/2009/10/19/fowlers-technical-debt-quadrant-giving-the-co-ordinates-where-agile-is-contraindicated/</link>
		<comments>http://aabs.wordpress.com/2009/10/19/fowlers-technical-debt-quadrant-giving-the-co-ordinates-where-agile-is-contraindicated/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 22:39:32 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[martin fowler]]></category>
		<category><![CDATA[methodology]]></category>
		<category><![CDATA[technical debt]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=650</guid>
		<description><![CDATA[Martin Fowler&#8217;s bliki has a very good post on what he calls the &#8216;technical debt quadrant&#8216;. This post succinctly sums up the difference between those who produce poor designs in ways that are contrary to their best interests, and those who do so knowingly and reluctantly.
In the past I&#8217;ve noted that many of those who [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=650&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/10/19/fowlers-technical-debt-quadrant-giving-the-co-ordinates-where-agile-is-contraindicated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Eeebuntu</title>
		<link>http://aabs.wordpress.com/2009/10/06/eeebuntu/</link>
		<comments>http://aabs.wordpress.com/2009/10/06/eeebuntu/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 11:25:14 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[eeebuntu]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[monodevelop]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/2009/10/06/eeebuntu/</guid>
		<description><![CDATA[Perhaps the day has finally arrived when GNU/Linux seems like a viable option. Every six months or so I try out the latest GNU/Linux distros to see how they&#8217;re progressing. I look at them from the usual jaundiced perspective of the professional programmer. Not from the naive perspective of teenage rebellion. Normally I end up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=643&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/10/06/eeebuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>PostSharp Laos &#8211; Beautiful AOP.</title>
		<link>http://aabs.wordpress.com/2009/09/30/postsharp-laos-beautiful-aop/</link>
		<comments>http://aabs.wordpress.com/2009/09/30/postsharp-laos-beautiful-aop/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 02:39:37 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AOP]]></category>
		<category><![CDATA[postsharp]]></category>
		<category><![CDATA[pure functions]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=635</guid>
		<description><![CDATA[I&#8217;ve recently been using PostSharp 1.5 (Laos) to implement various features such as logging, tracing, API performance counter recording, and repeatability on the softphone app I&#8217;ve been developing. Previously, we&#8217;d been either using hand-rolled code generation systems to augment the APIs with IDisposable-style wrappers, or hand coded the wrappers within the implementation code. The problem [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=635&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/09/30/postsharp-laos-beautiful-aop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Weird Wired Clouds</title>
		<link>http://aabs.wordpress.com/2009/09/30/weird-wired-clouds/</link>
		<comments>http://aabs.wordpress.com/2009/09/30/weird-wired-clouds/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:44:48 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=631</guid>
		<description><![CDATA[Wired has a very interesting article on strange or rare weather formations.
Here&#8217;s an example &#8211; morning glory clouds from Cape York, Australia.

Posted in science       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=631&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/09/30/weird-wired-clouds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>

		<media:content url="http://www.wired.com/images_blogs/wiredscience/2009/08/morninggloryclouds.jpg" medium="image">
			<media:title type="html">Morning Glory Clouds in Cape York, Australia</media:title>
		</media:content>
	</item>
		<item>
		<title>Does this seem nice to you?</title>
		<link>http://aabs.wordpress.com/2009/03/31/does-this-seem-nice-to-you/</link>
		<comments>http://aabs.wordpress.com/2009/03/31/does-this-seem-nice-to-you/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 05:58:49 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/2009/03/31/does-this-seem-nice-to-you/</guid>
		<description><![CDATA[After years of recoiling at the sight of code like this, am I supposed now to embrace it in a spirit of reconciliation?
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=625&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/03/31/does-this-seem-nice-to-you/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Quote of the Day &#8211; Chris Sells on Cocktail Parties</title>
		<link>http://aabs.wordpress.com/2009/03/20/quote-of-the-day-chris-sells-on-cocktail-parties/</link>
		<comments>http://aabs.wordpress.com/2009/03/20/quote-of-the-day-chris-sells-on-cocktail-parties/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 22:52:09 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[SemanticWeb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=620</guid>
		<description><![CDATA[I can relate to this:
I&#8217;ll take a lake of fire any day over more than three strangers in a room with which I share no common task and with whom I&#8217;m expected to socialize
How to express this to my wife without her thinking that I am suffering from a combination of acrophobia and Downs Syndrome&#8230;?
BTW: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=620&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/03/20/quote-of-the-day-chris-sells-on-cocktail-parties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Australian Port &#8211; a new WMD?</title>
		<link>http://aabs.wordpress.com/2009/02/27/australian-port-a-new-wmd/</link>
		<comments>http://aabs.wordpress.com/2009/02/27/australian-port-a-new-wmd/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:27:12 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[SemanticWeb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/2009/02/27/australian-port-a-new-wmd/</guid>
		<description><![CDATA[ 
Proving that Cockroaches are not indestructible, Kerry neatly (if inadvertently) demonstrated that Australian port is capable of killing things that heat, cold and lethal levels of ionizing radiation cannot. 
Of course Kerry was gagging for days just at the thought that the thing had been in her glass all along – it probably hadn’t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=619&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2009/02/27/australian-port-a-new-wmd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>

		<media:content url="http://aabs.files.wordpress.com/2009/02/img-0048-thumb.jpg" medium="image">
			<media:title type="html">IMG_0048</media:title>
		</media:content>
	</item>
		<item>
		<title>Relational Modeling? Not as we know it!</title>
		<link>http://aabs.wordpress.com/2008/11/18/relational-modeling-not-as-we-know-it/</link>
		<comments>http://aabs.wordpress.com/2008/11/18/relational-modeling-not-as-we-know-it/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 11:11:20 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[semweb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=611</guid>
		<description><![CDATA[... there's plenty of ways that RDF specifically addresses the problems it seeks to address - data interchange, standards definition, KR, mashups - in a distributed web-wide way. RDBMSs address the problems that were faced by programmers at the coal face in the 60s and 70s - Efficient, Standardized, platform-independent data storage and retrieval. The imperative that created a need for RDBMSs in the 60s is not going away, so I doubt databases will be going away any time soon either. In fact they can be exposed to the world as triples without too much trouble. The problem is that developers need more than just data storage and retrieval. They need <i>intelligent</i> data storage and retrieval.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=611&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/11/18/relational-modeling-not-as-we-know-it/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Pattern Matching in C#</title>
		<link>http://aabs.wordpress.com/2008/11/14/patternmatching/</link>
		<comments>http://aabs.wordpress.com/2008/11/14/patternmatching/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 22:46:23 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[SemanticWeb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=605</guid>
		<description><![CDATA[I recently used Matthew Podwyszocki&#8217;s pattern matching classes for a top level exception handler in an App I&#8217;m writing. Matthew&#8217;s classes are a really nice fluent interface attaching predicates to functions generating results. I used it as a class factory to select between handlers for exceptions. Here&#8217;s an example of how I used it:


ExceptionHandler handler [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=605&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/11/14/patternmatching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Object Orientation? Not as we know it.</title>
		<link>http://aabs.wordpress.com/2008/09/23/object-orientation-not-as-we-know-it/</link>
		<comments>http://aabs.wordpress.com/2008/09/23/object-orientation-not-as-we-know-it/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 12:27:27 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=581</guid>
		<description><![CDATA[
I thought I&#8217;d start with a lyric:
That one&#8217;s my mother and
That one&#8217;s my father and
The one in the hat, that&#8217;s me.
You could be forgiven for wondering what Ani Difranco has to do with this blog&#8217;s usual themes, but rest assured, I won&#8217;t stray too far. My theme today is the limitations of the object oriented [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=581&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/09/23/object-orientation-not-as-we-know-it/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>

		<media:content url="http://www.usask.ca/education/coursework/skaalid/theory/gestalt/gestaltimages/horses2.jpg" medium="image" />
	</item>
		<item>
		<title>New Resources for LinqToRdf</title>
		<link>http://aabs.wordpress.com/2008/09/15/new-resources-for-linqtordf/</link>
		<comments>http://aabs.wordpress.com/2008/09/15/new-resources-for-linqtordf/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 03:10:06 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[LinqToRdf]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[semweb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=578</guid>
		<description><![CDATA[John Mueller recently sent through a link to a series of articles on working with RDF. As well as being a useful introduction to working with RDF, they use LinqToRdf for code examples.

Modeling your Data with RDF (Part 1)
Understanding and Using Resource Description Framework Files (Part 2)

They provide information on hosting RDF files as well [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=578&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/09/15/new-resources-for-linqtordf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Not another mapping markup language!</title>
		<link>http://aabs.wordpress.com/2008/08/27/not-another-mapping-markup-language/</link>
		<comments>http://aabs.wordpress.com/2008/08/27/not-another-mapping-markup-language/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 04:03:14 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[LinqToRdf]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[RDB2RDF]]></category>
		<category><![CDATA[semweb]]></category>
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=566</guid>
		<description><![CDATA[Kingsley Idehen has again graciously given LinqToRdf some much needed link-love. He mentioned it in a post that was primarily concerned with the issues of mapping between the ontology, relational and object domains. His assertion is that LinqtoRdf, being an offshoot of an ORM related initiative, is reversing the natural order of mappings. He believes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=566&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/08/27/not-another-mapping-markup-language/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>

		<media:content url="http://virtuoso.openlinksw.com/Whitepapers/html/linqtordf/linqtordf2.png" medium="image">
			<media:title type="html">How LINQ uses LinqToRdf to talk to SPARQL stores</media:title>
		</media:content>
	</item>
		<item>
		<title>What this blog is about</title>
		<link>http://aabs.wordpress.com/2008/08/26/564/</link>
		<comments>http://aabs.wordpress.com/2008/08/26/564/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 22:39:46 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[SemanticWeb]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/2008/08/26/564/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=564&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/08/26/564/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3032/2798129198_d37927df11_o.png" medium="image">
			<media:title type="html">what this blog is all about</media:title>
		</media:content>
	</item>
		<item>
		<title>Semantic Development Environments</title>
		<link>http://aabs.wordpress.com/2008/08/22/semantic-development-environments/</link>
		<comments>http://aabs.wordpress.com/2008/08/22/semantic-development-environments/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 11:06:32 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[SemanticWeb]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[GGG]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[lintordf]]></category>
		<category><![CDATA[venture altruism]]></category>
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=555</guid>
		<description><![CDATA[The semantic web is a GOOD THING by definition &#8211; anything that enables us to create smarter software without also having to create Byzantine application software must be a step in the right direction. The problem is &#8211; many people have trouble translating the generic term &#8220;smarter&#8221; into a concrete idea of what they would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=555&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/08/22/semantic-development-environments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
		<item>
		<title>Wanted: Volunteers for .NET semantic web framework project</title>
		<link>http://aabs.wordpress.com/2008/08/02/wanted-volunteers-for-net-semantic-web-framework-project/</link>
		<comments>http://aabs.wordpress.com/2008/08/02/wanted-volunteers-for-net-semantic-web-framework-project/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 22:34:13 +0000</pubDate>
		<dc:creator>aabs</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[LinqToRdf]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[SemanticWeb]]></category>
		<category><![CDATA[web3]]></category>
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://aabs.wordpress.com/?p=553</guid>
		<description><![CDATA[ LinqToRdf* is a full-featured LINQ** query provider for .NET written in C#. It provides developers with an intuitive way to make queries on semantic web databases. The project has been going for over a year and it&#8217;s starting to be noticed by semantic web early adopters and semantic web product vendors***. LINQ provides a standardised [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aabs.wordpress.com&blog=155386&post=553&subd=aabs&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aabs.wordpress.com/2008/08/02/wanted-volunteers-for-net-semantic-web-framework-project/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fe251a5a252fe18c6cfb9973d14eca15?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">aabs</media:title>
		</media:content>
	</item>
	</channel>
</rss>