<?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>Gridshore &#187; Ben</title>
	<atom:link href="http://www.gridshore.nl/author/ben/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Tue, 27 Jul 2010 23:47:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>An evening on the Go</title>
		<link>http://www.gridshore.nl/2010/07/28/an-evening-on-the-go/</link>
		<comments>http://www.gridshore.nl/2010/07/28/an-evening-on-the-go/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 23:47:44 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2010/07/28/an-evening-on-the-go/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_1067()',5000); }); function loadFBShareMe_1067(){ jQuery(document).ready(function($) { $('.dd-fbshareme-1067').remove();$('.DD_FBSHAREME_AJAX_1067').attr('width','53');$('.DD_FBSHAREME_AJAX_1067').attr('height','69');$('.DD_FBSHAREME_AJAX_1067').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2010/07/28/an-evening-on-the-go/&#038;size=large'); }); }<p>Last Thursday (July 22nd, 2010) Rob Pike, a Principal Engineer at Google, gave a talk at the O&#8217;Reilly Open Source conference. In this talk he stated that established languages such as C++ and Java are too complex and not adequately suited for today&#8217;s computing [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2010/07/28/an-evening-on-the-go/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some notes on discovering your type parameter using the Reflection API</title>
		<link>http://www.gridshore.nl/2009/10/27/some-notes-on-discovering-your-type-parameter-using-the-reflection-api/</link>
		<comments>http://www.gridshore.nl/2009/10/27/some-notes-on-discovering-your-type-parameter-using-the-reflection-api/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:54:04 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2009/10/27/some-notes-on-discovering-your-type-parameter-using-the-reflection-api/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_916()',5000); }); function loadFBShareMe_916(){ jQuery(document).ready(function($) { $('.dd-fbshareme-916').remove();$('.DD_FBSHAREME_AJAX_916').attr('width','53');$('.DD_FBSHAREME_AJAX_916').attr('height','69');$('.DD_FBSHAREME_AJAX_916').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/10/27/some-notes-on-discovering-your-type-parameter-using-the-reflection-api/&#038;size=large'); }); }<p>Starting with release 5.0, the Java language comes equipped with parametric polymorphism. Also known as generics, this language feature allows for a type (a class, interface, enum or other) to be parameterized with a type variable: a variable that represents some other type. This [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/10/27/some-notes-on-discovering-your-type-parameter-using-the-reflection-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Long and Winding Road: a tale of grouping my mails using a user-defined field in Outlook</title>
		<link>http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/</link>
		<comments>http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 01:33:38 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft Outlook 2007]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[User-Defined Fields]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_912()',5000); }); function loadFBShareMe_912(){ jQuery(document).ready(function($) { $('.dd-fbshareme-912').remove();$('.DD_FBSHAREME_AJAX_912').attr('width','53');$('.DD_FBSHAREME_AJAX_912').attr('height','69');$('.DD_FBSHAREME_AJAX_912').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/&#038;size=large'); }); }<p>First and foremost an apology to all regular readers: I fully realize GridShore is not intended to deal with Microsoft technology (or whatever detritus is collected under that name). However, this one is such a beauty of having to go the long way to [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/10/10/the-long-and-winding-road-a-tale-of-grouping-my-mails-using-a-user-defined-field-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bad science&#8230;</title>
		<link>http://www.gridshore.nl/2009/09/13/bad-science/</link>
		<comments>http://www.gridshore.nl/2009/09/13/bad-science/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:58:13 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2009/09/13/bad-science/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_905()',5000); }); function loadFBShareMe_905(){ jQuery(document).ready(function($) { $('.dd-fbshareme-905').remove();$('.DD_FBSHAREME_AJAX_905').attr('width','53');$('.DD_FBSHAREME_AJAX_905').attr('height','69');$('.DD_FBSHAREME_AJAX_905').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/09/13/bad-science/&#038;size=large'); }); }<p>The last few days I&#8217;ve been reading BAD Astronomy, a book by astronomer Philip Plait that describes common misconceptions, misuses and scientific abuses of astronomy. Partly written to be funny and partly to debunk the nonsense that arises from people misusing and abusing science, [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/09/13/bad-science/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade woes and frustrations</title>
		<link>http://www.gridshore.nl/2009/08/06/upgrade-woes-and-frustrations/</link>
		<comments>http://www.gridshore.nl/2009/08/06/upgrade-woes-and-frustrations/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 19:49:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/?p=839</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_839()',5000); }); function loadFBShareMe_839(){ jQuery(document).ready(function($) { $('.dd-fbshareme-839').remove();$('.DD_FBSHAREME_AJAX_839').attr('width','53');$('.DD_FBSHAREME_AJAX_839').attr('height','69');$('.DD_FBSHAREME_AJAX_839').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/08/06/upgrade-woes-and-frustrations/&#038;size=large'); }); }<p>This Monday my corporate laptop was upgraded. Last week I was in proud possession of an HP/Compaq NC6400, this week I have an IBM Lenovo R400 Thinkpad (an absolute Boer of a laptop, compared with the sleek and polished Compaq). It&#8217;s ugly and the [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/08/06/upgrade-woes-and-frustrations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Just a moment of your time&#8230;.</title>
		<link>http://www.gridshore.nl/2009/05/21/just-a-moment-of-your-time/</link>
		<comments>http://www.gridshore.nl/2009/05/21/just-a-moment-of-your-time/#comments</comments>
		<pubDate>Thu, 21 May 2009 14:26:30 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/?p=779</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_779()',5000); }); function loadFBShareMe_779(){ jQuery(document).ready(function($) { $('.dd-fbshareme-779').remove();$('.DD_FBSHAREME_AJAX_779').attr('width','53');$('.DD_FBSHAREME_AJAX_779').attr('height','69');$('.DD_FBSHAREME_AJAX_779').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/05/21/just-a-moment-of-your-time/&#038;size=large'); }); }<p>Like Jettro in his perspective on content management, I would like to draw your attention to another blog which was published on the Daily WTF and mentioned on The ServerSide. It&#8217;s hilarious and a good lesson as well: Java is Slow!</p> <p>Enjoy!</p> ]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/05/21/just-a-moment-of-your-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dutch Direct: Celebrating the 50th anniversary of Dijkstra&#8217;s Shortest Path algorithm</title>
		<link>http://www.gridshore.nl/2009/04/20/dutch-direct-celebrating-the-50th-anniversary-of-dijkstras-shortest-path-algorithm/</link>
		<comments>http://www.gridshore.nl/2009/04/20/dutch-direct-celebrating-the-50th-anniversary-of-dijkstras-shortest-path-algorithm/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 13:31:12 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[algorithmics]]></category>
		<category><![CDATA[Dijkstra]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2009/04/20/dutch-direct-celebrating-the-50th-anniversary-of-dijkstras-shortest-path-algorithm/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_755()',5000); }); function loadFBShareMe_755(){ jQuery(document).ready(function($) { $('.dd-fbshareme-755').remove();$('.DD_FBSHAREME_AJAX_755').attr('width','53');$('.DD_FBSHAREME_AJAX_755').attr('height','69');$('.DD_FBSHAREME_AJAX_755').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/04/20/dutch-direct-celebrating-the-50th-anniversary-of-dijkstras-shortest-path-algorithm/&#038;size=large'); }); }<p>This year, 2009, we celebrate the 50th anniversary of a landmark moment for (Dutch) computing science: it is 50 years ago this year that Edsger Wybe Dijkstra, The Netherlands&#8217; most famous computing scientist, published his Shortest Path Algorithm in Numerische Mathematik, the German journal [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/04/20/dutch-direct-celebrating-the-50th-anniversary-of-dijkstras-shortest-path-algorithm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the Origin of Technologies</title>
		<link>http://www.gridshore.nl/2009/04/05/on-the-origin-of-technologies/</link>
		<comments>http://www.gridshore.nl/2009/04/05/on-the-origin-of-technologies/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 00:24:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2009/04/05/on-the-origin-of-technologies/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_714()',5000); }); function loadFBShareMe_714(){ jQuery(document).ready(function($) { $('.dd-fbshareme-714').remove();$('.DD_FBSHAREME_AJAX_714').attr('width','53');$('.DD_FBSHAREME_AJAX_714').attr('height','69');$('.DD_FBSHAREME_AJAX_714').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/04/05/on-the-origin-of-technologies/&#038;size=large'); }); }<p>This year, 2009, is the 200th anniversary of Charles Darwin&#8216;s birth and the 150th anniversary of the first publication of On the Origin of Species. In this famous publication Darwin launched his notion of how species&#8217; survival is dictated by their ability to make [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/04/05/on-the-origin-of-technologies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It&#8217;s not about the language, people&#8230;.</title>
		<link>http://www.gridshore.nl/2009/01/26/its-not-about-the-language-people/</link>
		<comments>http://www.gridshore.nl/2009/01/26/its-not-about-the-language-people/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 21:54:45 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2009/01/26/its-not-about-the-language-people/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_640()',5000); }); function loadFBShareMe_640(){ jQuery(document).ready(function($) { $('.dd-fbshareme-640').remove();$('.DD_FBSHAREME_AJAX_640').attr('width','53');$('.DD_FBSHAREME_AJAX_640').attr('height','69');$('.DD_FBSHAREME_AJAX_640').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/01/26/its-not-about-the-language-people/&#038;size=large'); }); }<p>Following a trackback to your own blog entry can be interesting from time to time. Today, for instance, I was led to an interesting blog from quite some years ago on the sys-con site by Michael Yuan entitled &#8220;Is Ruby Replacing Java? – Not [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/01/26/its-not-about-the-language-people/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The parable of the lightbulb</title>
		<link>http://www.gridshore.nl/2009/01/18/the-parable-of-the-lightbulb/</link>
		<comments>http://www.gridshore.nl/2009/01/18/the-parable-of-the-lightbulb/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 01:30:03 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gridshore.nl/2009/01/18/the-parable-of-the-lightbulb/</guid>
		<description><![CDATA[jQuery(document).ready(function($) { window.setTimeout('loadFBShareMe_628()',5000); }); function loadFBShareMe_628(){ jQuery(document).ready(function($) { $('.dd-fbshareme-628').remove();$('.DD_FBSHAREME_AJAX_628').attr('width','53');$('.DD_FBSHAREME_AJAX_628').attr('height','69');$('.DD_FBSHAREME_AJAX_628').attr('src','http://widgets.fbshare.me/files/fbshare.php?url=http://www.gridshore.nl/2009/01/18/the-parable-of-the-lightbulb/&#038;size=large'); }); }<p>The other day I noticed that a bulb had burned out in my room. Which meant that I had to get a new bulb and replace the one that had failed. The act of replacing the bulb, perhaps surprisingly, led to some aggravation. Let [...]]]></description>
		<wfw:commentRss>http://www.gridshore.nl/2009/01/18/the-parable-of-the-lightbulb/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
