<?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>CodeWord: Apokalyptik &#187; Uncategorized</title>
	<atom:link href="http://blog.apokalyptik.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apokalyptik.com</link>
	<description>The random things that spew forth from my brain...</description>
	<lastBuildDate>Thu, 04 Mar 2010 09:45:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>All things being equal, the simplest solution tends to be the best one.</title>
		<link>http://blog.apokalyptik.com/2007/05/30/all-things-being-equal-the-simplest-solution-tends-to-be-the-best-one/</link>
		<comments>http://blog.apokalyptik.com/2007/05/30/all-things-being-equal-the-simplest-solution-tends-to-be-the-best-one/#comments</comments>
		<pubDate>Wed, 30 May 2007 08:57:17 +0000</pubDate>
		<dc:creator>apokalyptik</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Excuses]]></category>
		<category><![CDATA[Funny Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Stuff]]></category>

		<guid isPermaLink="false">http://blog.apokalyptik.com/2007/05/30/all-things-being-equal-the-simplest-solution-tends-to-be-the-best-one/</guid>
		<description><![CDATA[Occam&#8217;s razor strikes again!
Tonight we  ran into an interesting problem.  A web service &#8211; with a very simple time-elapsed check &#8211; started reporting negatives&#8230; Racking our brain, pouring over the code, produced nothing. It was as if the clock were jumping around randomly! No!  On a whim Barry checked it and the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Occam's_Razor">Occam&#8217;s razor</a> strikes again!</p>
<p>Tonight we  ran into an interesting problem.  A web service &#8211; with a very simple time-elapsed check &#8211; started reporting negatives&#8230; Racking our brain, pouring over the code, produced nothing. It was as if the clock were jumping around randomly! No!  On a whim Barry checked it and the clock was, indeed, jumping around&#8230;</p>
<pre>
# while [ 1 ]; do date; sleep 1; done
Wed May 30 04:37:52 UTC 2007
Wed May 30 04:37:53 UTC 2007
Wed May 30 04:37:54 UTC 2007
Wed May 30 04:37:55 UTC 2007
Wed May 30 04:37:56 UTC 2007
Wed May 30 04:37:57 UTC 2007
Wed May 30 04:37:58 UTC 2007
Wed May 30 04:37:59 UTC 2007
Wed May 30 04:38:00 UTC 2007
Wed May 30 04:38:01 UTC 2007
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:02 UTC 2007</font>
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:19 UTC 2007</font>
Wed May 30 04:38:21 UTC 2007
Wed May 30 04:38:22 UTC 2007
Wed May 30 04:38:23 UTC 2007
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:24 UTC 2007</font>
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:08 UTC 2007</font>
Wed May 30 04:38:09 UTC 2007
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:10 UTC 2007</font>
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:28 UTC 2007</font>
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:12 UTC 2007</font>
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:30 UTC 2007</font>
Wed May 30 04:38:31 UTC 2007
Wed May 30 04:38:32 UTC 2007
Wed May 30 04:38:33 UTC 2007
Wed May 30 04:38:34 UTC 2007
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:35 UTC 2007</font>
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:19 UTC 2007</font>
Wed May 30 04:38:20 UTC 2007
Wed May 30 04:38:21 UTC 2007
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:22 UTC 2007</font>
<font style="color: darkred; font-weight: bold">Wed May 30 04:38:40 UTC 2007</font>
Wed May 30 04:38:41 UTC 2007
Wed May 30 04:38:42 UTC 2007
Wed May 30 04:38:43 UTC 2007
Wed May 30 04:38:44 UTC 2007</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.apokalyptik.com/2007/05/30/all-things-being-equal-the-simplest-solution-tends-to-be-the-best-one/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
