<?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>jdsn::blog &#187; fun</title>
	<atom:link href="http://jdsn.de/tag/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdsn.de</link>
	<description></description>
	<lastBuildDate>Wed, 17 Aug 2011 12:49:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Random Number</title>
		<link>http://jdsn.de/2010/06/random_number/</link>
		<comments>http://jdsn.de/2010/06/random_number/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 14:45:39 +0000</pubDate>
		<dc:creator>jdsn</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://jdsn.de/?p=193</guid>
		<description><![CDATA[int getRandomNumber() { // result of a real dice roll to // guarantee the quality of randomness return 3; }]]></description>
			<content:encoded><![CDATA[<pre>int getRandomNumber()
{
  // result of a real dice roll to
  // guarantee the quality of randomness
  return 3;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://jdsn.de/2010/06/random_number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Cases Improve Software Quality</title>
		<link>http://jdsn.de/2010/05/test-cases-improve-software-quality/</link>
		<comments>http://jdsn.de/2010/05/test-cases-improve-software-quality/#comments</comments>
		<pubDate>Tue, 04 May 2010 13:10:58 +0000</pubDate>
		<dc:creator>jdsn</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://jdsn.de/?p=182</guid>
		<description><![CDATA[int add( int a, int b ) { // fix for testcases (bug#123456) if ( a == 3 &#38;&#38; b == 4 ) return 7; if ( a == 2 &#38;&#38; b == 3 ) return 5; return a * b; }]]></description>
			<content:encoded><![CDATA[<pre>int add( int a, int b )
{
  // fix for testcases (bug#123456)
  if ( a == 3  &amp;&amp;  b == 4 ) return 7;
  if ( a == 2  &amp;&amp;  b == 3 ) return 5;

  return a * b;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://jdsn.de/2010/05/test-cases-improve-software-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karl Ranseier is dead</title>
		<link>http://jdsn.de/2008/11/karl-ranseier-is-dead/</link>
		<comments>http://jdsn.de/2008/11/karl-ranseier-is-dead/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 01:27:17 +0000</pubDate>
		<dc:creator>jdsn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Karl Ranseier]]></category>

		<guid isPermaLink="false">http://jdsn.de/?p=40</guid>
		<description><![CDATA[Worlds most unsuccessful blogger all-time, already in his childhood posted all of his friends. At school he became maverick. He wanted to get the star role in the homonymous hollywood movie and became an actor. As he went for the casting he picked the wrong door and was appointed supernumerary in a comercial where he [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_41" class="wp-caption alignleft" style="width: 179px"><a href="http://jdsn.de/wp-content/uploads/karl_ranseier.jpg"><img class="size-medium wp-image-41" title="karl_ranseier" src="http://jdsn.de/wp-content/uploads/karl_ranseier.jpg" alt="Karl Ranseier" width="169" height="273" /></a><p class="wp-caption-text">Karl Ranseier</p></div>
<p>Worlds most unsuccessful blogger all-time, already in his childhood posted all of his friends. At school he became maverick. He wanted to get the star role in the homonymous hollywood movie and became an actor. As he went for the casting he picked the wrong door and was appointed supernumerary in a comercial where he got at least a bog roll. After an occupational retraining he worked as a second-rate b-logger for the saw mill of his uncle.</p>
<p>At the age of 42 <a title="Karl Ranseier" href="http://de.wikipedia.org/wiki/Karl_Ranseier" target="_blank">Ranseier</a> founded a microchip factory, designed and built worlds biggest microchips and vainly tried to sell them. Two years later he was up to his neck in debt and for 5 years went to jail where he learned to code. In recent years he worked freelance as an executive webapplication developer of enterprise business management systems for several IT companies.</p>
<p>Ranseier died yesterday when he confused his second-life with his real-life account and did a logout.</p>
]]></content:encoded>
			<wfw:commentRss>http://jdsn.de/2008/11/karl-ranseier-is-dead/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

