<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Benoit Mandelbrot</title><link>http://blogs.msdn.com/b/lukeh/archive/2010/10/16/benoit-mandelbrot.aspx</link><description>I just read that earlier today, Beno&amp;icirc;t Mandelbrot passed away . Mandelbrot&amp;rsquo;s most famous discovery, the Mandelbrot fractal , played an important early role in my interest in both programming and mathematics, and I&amp;rsquo;ve revisited Mandelbrot</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Benoit Mandelbrot</title><link>http://blogs.msdn.com/b/lukeh/archive/2010/10/16/benoit-mandelbrot.aspx#10077810</link><pubDate>Tue, 19 Oct 2010 12:47:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10077810</guid><dc:creator>Rob Grainger</dc:creator><description>&lt;p&gt;This brought recollection of the, infinitely sillier...&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://thedailywtf.com/Articles/Stupid-Coding-Tricks-The-TSQL-Madlebrot.aspx"&gt;thedailywtf.com/.../Stupid-Coding-Tricks-The-TSQL-Madlebrot.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10077810" width="1" height="1"&gt;</description></item><item><title>re: Benoit Mandelbrot</title><link>http://blogs.msdn.com/b/lukeh/archive/2010/10/16/benoit-mandelbrot.aspx#10077074</link><pubDate>Sun, 17 Oct 2010 19:45:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10077074</guid><dc:creator>elias saman</dc:creator><description>&lt;p&gt;Cool I have never seen a text mode fractal! &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://e1saman.wordpress.com/2010/10/17/the-father-of-fractals-benoit-mandelbrot-is-dead/"&gt;e1saman.wordpress.com/.../the-father-of-fractals-benoit-mandelbrot-is-dead&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10077074" width="1" height="1"&gt;</description></item><item><title>re: Benoit Mandelbrot</title><link>http://blogs.msdn.com/b/lukeh/archive/2010/10/16/benoit-mandelbrot.aspx#10077043</link><pubDate>Sun, 17 Oct 2010 17:07:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10077043</guid><dc:creator>Brian</dc:creator><description>&lt;p&gt;Let the record show that if you want F# to generate the prettier picture like the Javascript one, you can just change the end of the F# code thusly:&lt;/p&gt;
&lt;p&gt;&amp;lt;pre&amp;gt;&lt;/p&gt;
&lt;p&gt;let chars=&amp;quot; .:-;!/&amp;gt;)|&amp;amp;IH%*#&amp;quot;&lt;/p&gt;
&lt;p&gt;for y in [-1.2..0.1..1.2] do&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;for x in [-2.0..0.05..1.0] do&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;match mandelbrot (Complex(x, y)) with&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| DidNotEscape -&amp;gt; Console.Write &amp;quot; &amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Escaped i -&amp;gt; Console.Write chars.[i&amp;amp;&amp;amp;&amp;amp;15]&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Console.WriteLine () &lt;/p&gt;
&lt;p&gt;&amp;lt;/pre&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10077043" width="1" height="1"&gt;</description></item></channel></rss>