<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for A blog on math</title>
	<atom:link href="http://bloggingmath.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingmath.wordpress.com</link>
	<description>Problem solving at it's best</description>
	<lastBuildDate>Mon, 09 Nov 2009 16:58:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Youtube Video Ratings by Mariano M. Chouza</title>
		<link>http://bloggingmath.wordpress.com/2007/06/13/youtube-video-ratings/#comment-457</link>
		<dc:creator>Mariano M. Chouza</dc:creator>
		<pubDate>Mon, 09 Nov 2009 16:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/2007/06/13/youtube-video-ratings/#comment-457</guid>
		<description>&quot;The median can be computed in linear time but the computation is significant,...&quot;

As the ratings of individual people fall in a small number of values (0, 1, ..., 5), the median and the average can be calculated in almost constant time (technically logarithmic) from the aggregate numbers :-D</description>
		<content:encoded><![CDATA[<p>&#8220;The median can be computed in linear time but the computation is significant,&#8230;&#8221;</p>
<p>As the ratings of individual people fall in a small number of values (0, 1, &#8230;, 5), the median and the average can be calculated in almost constant time (technically logarithmic) from the aggregate numbers <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mono Asp.Net MVC and Nginx by Russell Kay</title>
		<link>http://bloggingmath.wordpress.com/2009/10/17/mono-asp-net-mvc-and-nginx/#comment-456</link>
		<dc:creator>Russell Kay</dc:creator>
		<pubDate>Sun, 08 Nov 2009 09:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/?p=259#comment-456</guid>
		<description>I was having similar problems using fastcgi and Debian (the hosting setup on dreamhost), and I found the answer to the problem was not to comment the code out, but to replace the code with

&lt;pre&gt;
if (pathInfo != String.Empty) {
	path = path + pathInfo;
}
&lt;/pre&gt;

This allows pages to be routed correctly (looks like fastcgi directs the HttpRequest differently from mod_mono, so the check is incorrect).

I hope this helps, took me a day or so of debugging to work this one out.

Russell</description>
		<content:encoded><![CDATA[<p>I was having similar problems using fastcgi and Debian (the hosting setup on dreamhost), and I found the answer to the problem was not to comment the code out, but to replace the code with</p>
<pre>
if (pathInfo != String.Empty) {
	path = path + pathInfo;
}
</pre>
<p>This allows pages to be routed correctly (looks like fastcgi directs the HttpRequest differently from mod_mono, so the check is incorrect).</p>
<p>I hope this helps, took me a day or so of debugging to work this one out.</p>
<p>Russell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Youtube Video Ratings by Statistically Accurate Ratings &#171; A blog on math</title>
		<link>http://bloggingmath.wordpress.com/2007/06/13/youtube-video-ratings/#comment-453</link>
		<dc:creator>Statistically Accurate Ratings &#171; A blog on math</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/2007/06/13/youtube-video-ratings/#comment-453</guid>
		<description>[...] probability, rating, ratings, stackoverflow, statistics, wilson confidence interval  In my previous post on ratings I noted some issues with using the mean vs the media for the rating. A few days ago Jeff [...]</description>
		<content:encoded><![CDATA[<p>[...] probability, rating, ratings, stackoverflow, statistics, wilson confidence interval  In my previous post on ratings I noted some issues with using the mean vs the media for the rating. A few days ago Jeff [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mono Asp.Net MVC and Nginx by ASP.NET MVC Archived Blog Posts, Page 1</title>
		<link>http://bloggingmath.wordpress.com/2009/10/17/mono-asp-net-mvc-and-nginx/#comment-452</link>
		<dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator>
		<pubDate>Wed, 21 Oct 2009 04:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/?p=259#comment-452</guid>
		<description>[...] to VoteMono Asp.Net MVC and Nginx (10/16/2009)Friday, October 16, 2009 from Bryan BellI’ve been using Mono ASP.Net for a while with Nginx as the [...]</description>
		<content:encoded><![CDATA[<p>[...] to VoteMono Asp.Net MVC and Nginx (10/16/2009)Friday, October 16, 2009 from Bryan BellI’ve been using Mono ASP.Net for a while with Nginx as the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: Solving tangram puzzles by A Heuristic Solution to the Tangram Puzzle &#171; A blog on math</title>
		<link>http://bloggingmath.wordpress.com/2007/05/28/tangram-puzzle/#comment-441</link>
		<dc:creator>A Heuristic Solution to the Tangram Puzzle &#171; A blog on math</dc:creator>
		<pubDate>Thu, 20 Aug 2009 22:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/2007/05/28/tangram-puzzle/#comment-441</guid>
		<description>[...] me I&#8217;ll remove the document. ironically it&#8217;s taken me over a year since my post here to finally read the [...]</description>
		<content:encoded><![CDATA[<p>[...] me I&#8217;ll remove the document. ironically it&#8217;s taken me over a year since my post here to finally read the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Segment Intersection by Bryan Bell</title>
		<link>http://bloggingmath.wordpress.com/2009/05/29/line-segment-intersection/#comment-439</link>
		<dc:creator>Bryan Bell</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/?p=140#comment-439</guid>
		<description>No you&#039;re correct it&#039;s a typo. I&#039;ve updated the post.</description>
		<content:encoded><![CDATA[<p>No you&#8217;re correct it&#8217;s a typo. I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Segment Intersection by DaveS</title>
		<link>http://bloggingmath.wordpress.com/2009/05/29/line-segment-intersection/#comment-437</link>
		<dc:creator>DaveS</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/?p=140#comment-437</guid>
		<description>Specifically...
(P + t . R) x S = Q x S 
PxS + t(RxS) = QxS
t(RxS) = QxS - PxS
t = ((Q-P)xS) / (RxS)

Am I doing something wrong there? (I&#039;m rusty, hence my visit to this site. :-))</description>
		<content:encoded><![CDATA[<p>Specifically&#8230;<br />
(P + t . R) x S = Q x S<br />
PxS + t(RxS) = QxS<br />
t(RxS) = QxS &#8211; PxS<br />
t = ((Q-P)xS) / (RxS)</p>
<p>Am I doing something wrong there? (I&#8217;m rusty, hence my visit to this site. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Segment Intersection by DaveS</title>
		<link>http://bloggingmath.wordpress.com/2009/05/29/line-segment-intersection/#comment-436</link>
		<dc:creator>DaveS</dc:creator>
		<pubDate>Tue, 04 Aug 2009 23:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/?p=140#comment-436</guid>
		<description>You have 

(P + t . R) x S =  Q x S 

... solve for t ....

t = ((P - Q) x S) / (R x S)

But wouldn&#039;t it be...

t = ((Q - P) x S) / (R x S) 

??</description>
		<content:encoded><![CDATA[<p>You have </p>
<p>(P + t . R) x S =  Q x S </p>
<p>&#8230; solve for t &#8230;.</p>
<p>t = ((P &#8211; Q) x S) / (R x S)</p>
<p>But wouldn&#8217;t it be&#8230;</p>
<p>t = ((Q &#8211; P) x S) / (R x S) </p>
<p>??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving Tangrams Using the Java Topology Suite (jts) by Antonio</title>
		<link>http://bloggingmath.wordpress.com/2009/03/09/solving-tangrams-using-the-java-topology-suite-jts/#comment-435</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 14 Jul 2009 15:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/?p=102#comment-435</guid>
		<description>I have implemented a practical solution for Tangram puzzle with an OpenGL interface that is really fast, in pratice less than a minute for all silhuets i have tried (more than 10). My code uses &quot;Positon&quot; and &quot;Clipping&quot; method that is fast in a backtraking implementation. I have some simple files with input silhuet that I can share with you and I&#039;d like to know if you have input silhuet for Tangram that you could share with me.

Antonio.</description>
		<content:encoded><![CDATA[<p>I have implemented a practical solution for Tangram puzzle with an OpenGL interface that is really fast, in pratice less than a minute for all silhuets i have tried (more than 10). My code uses &#8220;Positon&#8221; and &#8220;Clipping&#8221; method that is fast in a backtraking implementation. I have some simple files with input silhuet that I can share with you and I&#8217;d like to know if you have input silhuet for Tangram that you could share with me.</p>
<p>Antonio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: A Modified Algorithm for Solving Tangram Puzzles by Antonio</title>
		<link>http://bloggingmath.wordpress.com/2007/06/01/a-modified-algorithm-for-solving-tangram-puzzles/#comment-434</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingmath.wordpress.com/2007/06/01/a-modified-algorithm-for-solving-tangram-puzzles/#comment-434</guid>
		<description>Have you implemented a full algorithm for solving tangram puzzles ? did it work ? 

I have been working with this subjetc for a month and got with an intersting backtraking solution using a polygon clipping algorithm (maybe the same way you do vert_solve) and a position method. I built an animated interface using OpenGL and would like to use compile it in Linux. Dow you know how to compile OpenGl in linux ? Do you have more deails about your implementation of this puzzle?

Antonio.</description>
		<content:encoded><![CDATA[<p>Have you implemented a full algorithm for solving tangram puzzles ? did it work ? </p>
<p>I have been working with this subjetc for a month and got with an intersting backtraking solution using a polygon clipping algorithm (maybe the same way you do vert_solve) and a position method. I built an animated interface using OpenGL and would like to use compile it in Linux. Dow you know how to compile OpenGl in linux ? Do you have more deails about your implementation of this puzzle?</p>
<p>Antonio.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
