<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Brute Force and Excellence: Using the simple solution to a coding problem</title>
	<atom:link href="http://www.programming4scientists.com/2009/02/09/brute-force-and-excellence-using-the-simple-solution-to-a-coding-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programming4scientists.com/2009/02/09/brute-force-and-excellence-using-the-simple-solution-to-a-coding-problem/</link>
	<description>Software development wisdom and common-sense for the scientist-programmer</description>
	<lastBuildDate>Mon, 16 Aug 2010 19:05:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.programming4scientists.com/2009/02/09/brute-force-and-excellence-using-the-simple-solution-to-a-coding-problem/comment-page-1/#comment-158</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 09 Feb 2009 18:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=436#comment-158</guid>
		<description>Microsoft use this technique in Excel. The simple, and very slow, implementation is used to test the optimized, and hideously complex, implementation. If they disagree an error is thrown.

This idea is also used in critical systems (aircraft etc.) where different implementations of the same rules are tested against each other by a decider.</description>
		<content:encoded><![CDATA[<p>Microsoft use this technique in Excel. The simple, and very slow, implementation is used to test the optimized, and hideously complex, implementation. If they disagree an error is thrown.</p>
<p>This idea is also used in critical systems (aircraft etc.) where different implementations of the same rules are tested against each other by a decider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.programming4scientists.com/2009/02/09/brute-force-and-excellence-using-the-simple-solution-to-a-coding-problem/comment-page-1/#comment-157</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 09 Feb 2009 18:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=436#comment-157</guid>
		<description>Good point.  Actually, I think that&#039;s very important.  Thanks for the input!</description>
		<content:encoded><![CDATA[<p>Good point.  Actually, I think that&#8217;s very important.  Thanks for the input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Grünewald</title>
		<link>http://www.programming4scientists.com/2009/02/09/brute-force-and-excellence-using-the-simple-solution-to-a-coding-problem/comment-page-1/#comment-156</link>
		<dc:creator>Alexander Grünewald</dc:creator>
		<pubDate>Mon, 09 Feb 2009 18:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=436#comment-156</guid>
		<description>&quot;You can always replace it…&quot;

there is another argument you could mention in this paragraph. Sometimes you can simply reuse the brute force implementation to validate the correctness of a cleverer (but complex) approach.</description>
		<content:encoded><![CDATA[<p>&#8220;You can always replace it…&#8221;</p>
<p>there is another argument you could mention in this paragraph. Sometimes you can simply reuse the brute force implementation to validate the correctness of a cleverer (but complex) approach.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
