<?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 for Discretized Continuity</title>
	<atom:link href="http://davidshimel.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidshimel.com</link>
	<description>programming by David Shimel</description>
	<lastBuildDate>Sat, 27 Apr 2013 18:26:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Conway&#8217;s Game of Life in Processing.js by Life and polyominoes &#124; cartesian product</title>
		<link>http://davidshimel.com/conways-game-of-life-in-processing-js/#comment-3216</link>
		<dc:creator>Life and polyominoes &#124; cartesian product</dc:creator>
		<pubDate>Sat, 27 Apr 2013 18:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=159#comment-3216</guid>
		<description><![CDATA[[...] Conway&#8217;s Game of Life in Processing.js (davidshimel.com) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Conway&#8217;s Game of Life in Processing.js (davidshimel.com) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by Doug Englebart</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-552</link>
		<dc:creator>Doug Englebart</dc:creator>
		<pubDate>Wed, 20 Mar 2013 04:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-552</guid>
		<description><![CDATA[If you don&#039;t need much sophisticated html parsing, you can get away with regexes.]]></description>
		<content:encoded><![CDATA[<p>If you don&#8217;t need much sophisticated html parsing, you can get away with regexes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by InvestmentTheorist</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-244</link>
		<dc:creator>InvestmentTheorist</dc:creator>
		<pubDate>Thu, 07 Mar 2013 18:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-244</guid>
		<description><![CDATA[It&#039;s an honor to be arguing with Linus himself :) 
I&#039;ve used both BeautifulSoup and lxml, and I&#039;d say that while lxml is probably the preferred solution in production with its speed, clean interface, and built-in xpath support, BeautifulSoup can still be useful for a quick hack or dealing with severely broken HTML.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s an honor to be arguing with Linus himself <img src='http://davidshimel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;ve used both BeautifulSoup and lxml, and I&#8217;d say that while lxml is probably the preferred solution in production with its speed, clean interface, and built-in xpath support, BeautifulSoup can still be useful for a quick hack or dealing with severely broken HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by Stephen</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-225</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 06 Mar 2013 14:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-225</guid>
		<description><![CDATA[Why not both?

http://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-a-parser]]></description>
		<content:encoded><![CDATA[<p>Why not both?</p>
<p><a href="http://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-a-parser" rel="nofollow">http://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-a-parser</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conway&#8217;s Game of Life in Processing.js by Robin</title>
		<link>http://davidshimel.com/conways-game-of-life-in-processing-js/#comment-209</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 05 Mar 2013 18:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=159#comment-209</guid>
		<description><![CDATA[Yo David!  Just wanted to say, this inspired me to look into Processing.js.  I created a cellular automata simulator at http://robinforest.net/.

I like the circular cells and rainbow colors in yours, looks pretty sweet.]]></description>
		<content:encoded><![CDATA[<p>Yo David!  Just wanted to say, this inspired me to look into Processing.js.  I created a cellular automata simulator at <a href="http://robinforest.net/" rel="nofollow">http://robinforest.net/</a>.</p>
<p>I like the circular cells and rainbow colors in yours, looks pretty sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by Gabe Newell</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-189</link>
		<dc:creator>Gabe Newell</dc:creator>
		<pubDate>Tue, 05 Mar 2013 03:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-189</guid>
		<description><![CDATA[I third Dennis and Linus&#039; recommendation to use lxml. If you can&#039;t get away with straight up regex, lxml with save you some CPU cycles.]]></description>
		<content:encoded><![CDATA[<p>I third Dennis and Linus&#8217; recommendation to use lxml. If you can&#8217;t get away with straight up regex, lxml with save you some CPU cycles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by Twirrim</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-182</link>
		<dc:creator>Twirrim</dc:creator>
		<pubDate>Mon, 04 Mar 2013 16:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-182</guid>
		<description><![CDATA[You call 6 months since the last release &quot;quite some time&quot; and &quot;abandoned&#039;? What interesting definitions you have.]]></description>
		<content:encoded><![CDATA[<p>You call 6 months since the last release &#8220;quite some time&#8221; and &#8220;abandoned&#8217;? What interesting definitions you have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by Simon Sapin</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-180</link>
		<dc:creator>Simon Sapin</dc:creator>
		<pubDate>Mon, 04 Mar 2013 12:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-180</guid>
		<description><![CDATA[Don’t worry, lxml also has an HTML parser. Or three.
http://lxml.de/lxmlhtml.html (fastest)
http://lxml.de/html5parser.html (conforming to HTML5)
http://lxml.de/elementsoup.html (better encoding detection, or so I read.)

Also, CSS selectors: http://lxml.de/cssselect.html]]></description>
		<content:encoded><![CDATA[<p>Don’t worry, lxml also has an HTML parser. Or three.<br />
<a href="http://lxml.de/lxmlhtml.html" rel="nofollow">http://lxml.de/lxmlhtml.html</a> (fastest)<br />
<a href="http://lxml.de/html5parser.html" rel="nofollow">http://lxml.de/html5parser.html</a> (conforming to HTML5)<br />
<a href="http://lxml.de/elementsoup.html" rel="nofollow">http://lxml.de/elementsoup.html</a> (better encoding detection, or so I read.)</p>
<p>Also, CSS selectors: <a href="http://lxml.de/cssselect.html" rel="nofollow">http://lxml.de/cssselect.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by Soli</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-176</link>
		<dc:creator>Soli</dc:creator>
		<pubDate>Mon, 04 Mar 2013 09:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-176</guid>
		<description><![CDATA[lxml is perfectly able to parse HTML, see http://lxml.de/lxmlhtml.html for reference…]]></description>
		<content:encoded><![CDATA[<p>lxml is perfectly able to parse HTML, see <a href="http://lxml.de/lxmlhtml.html" rel="nofollow">http://lxml.de/lxmlhtml.html</a> for reference…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reverse Engineering OKCupid by Jonas</title>
		<link>http://davidshimel.com/reverse-engineering-okcupid/#comment-173</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Mon, 04 Mar 2013 08:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://davidshimel.com/?p=188#comment-173</guid>
		<description><![CDATA[lxml parses HTML as well as XML. Check out the documentation, it&#039;s actually quite good. You&#039;ll find that lxml can even use the parser from BeautifulSoup if it fits your data better (which in practice is seldom the case). Trust Linus here, use lxml.]]></description>
		<content:encoded><![CDATA[<p>lxml parses HTML as well as XML. Check out the documentation, it&#8217;s actually quite good. You&#8217;ll find that lxml can even use the parser from BeautifulSoup if it fits your data better (which in practice is seldom the case). Trust Linus here, use lxml.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
