<?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>out of the blue &#187; Programming</title>
	<atom:link href="http://blog.azureabstraction.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.azureabstraction.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Apr 2012 02:37:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Never Say Never</title>
		<link>http://blog.azureabstraction.com/825/never-say-never/</link>
		<comments>http://blog.azureabstraction.com/825/never-say-never/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 22:50:38 +0000</pubDate>
		<dc:creator><![CDATA[Chris Sullins]]></dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.azureabstraction.com/?p=825</guid>
		<description><![CDATA[I&#039;ve got a bet on with Andrew that a particular piece of our code will never get into an infinite loop. The code is intended to generate a unique random string of characters. The only way the loop can happen is if it randomly chooses a preexisting value every time. This seems relatively unlikely, since [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#039;ve got a bet on with Andrew that a particular piece of our code will never get into an infinite loop.  The code is intended to generate a unique random string of characters.  The only way the loop can happen is if it randomly <a href="http://en.wikipedia.org/wiki/Rosencrantz_and_Guildenstern_Are_Dead">chooses a preexisting value every time</a>.  This seems relatively unlikely, since there are 14776336 possible values.  The record of our wager is on the office wall, right below the National Pen Company advertisement.  (I&#039;ll have to tell you about that one sometime.)</p>
<p>Of course, neither of us will ever win: there&#039;s a never on both sides of the equation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.azureabstraction.com/825/never-say-never/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
