<?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"
	>
<channel>
	<title>Comments for What's Chris Doing?</title>
	<atom:link href="http://whatschrisdoing.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://whatschrisdoing.com/blog</link>
	<description>Programming, photography, music and life.</description>
	<pubDate>Wed, 10 Mar 2010 06:21:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>Comment on Protecting Plone Registration Forms with ReCAPTCHA by John Bruce</title>
		<link>http://whatschrisdoing.com/blog/2009/02/24/protecting-plone-registration-forms-with-recaptcha/#comment-289</link>
		<dc:creator>John Bruce</dc:creator>
		<pubDate>Sat, 13 Feb 2010 03:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/?p=42#comment-289</guid>
		<description>This is an absolutely fantastic article and it has been tremendously helpful, however I think it would be good to clarify is this article is about collective.captcha or collective.recaptcha. The link above takes me to the collective.captcha doc page, but i think the tutorial is referring to the collective.recaptcha plugin.

Thanks for doing the footwork here!

John</description>
		<content:encoded><![CDATA[<p>This is an absolutely fantastic article and it has been tremendously helpful, however I think it would be good to clarify is this article is about collective.captcha or collective.recaptcha. The link above takes me to the collective.captcha doc page, but i think the tutorial is referring to the collective.recaptcha plugin.</p>
<p>Thanks for doing the footwork here!</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting Plone Registration Forms with ReCAPTCHA by Elliott</title>
		<link>http://whatschrisdoing.com/blog/2009/02/24/protecting-plone-registration-forms-with-recaptcha/#comment-286</link>
		<dc:creator>Elliott</dc:creator>
		<pubDate>Thu, 14 Jan 2010 00:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/?p=42#comment-286</guid>
		<description>I, too, found this to be precisely what I needed to do to get reCaptcha working for me on registration forms. Thanks so much for taking the time to write such clear instructions for the uninitiated.  

I've found modifying Plone to be daunting and frankly strange, but useful how-to's, like yours, really help to clear up the confusion.

Do you have any other outlines that would be useful in simple blogs?

Cheers!</description>
		<content:encoded><![CDATA[<p>I, too, found this to be precisely what I needed to do to get reCaptcha working for me on registration forms. Thanks so much for taking the time to write such clear instructions for the uninitiated.  </p>
<p>I&#8217;ve found modifying Plone to be daunting and frankly strange, but useful how-to&#8217;s, like yours, really help to clear up the confusion.</p>
<p>Do you have any other outlines that would be useful in simple blogs?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python Extensions by Christopher Lambacher</title>
		<link>http://whatschrisdoing.com/blog/2009/10/16/cross-compiling-python-extensions/#comment-262</link>
		<dc:creator>Christopher Lambacher</dc:creator>
		<pubDate>Sat, 17 Oct 2009 23:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/?p=92#comment-262</guid>
		<description>Micheal: As you might be able to guess from my examples, I am working on a TurboGears 2 app on a linux-ppc target.

Since I am an &lt;a href="http://kclsoftware.com" rel="nofollow"&gt;independent contractor&lt;/a&gt;, anything else I do would be based on customer needs.</description>
		<content:encoded><![CDATA[<p>Micheal: As you might be able to guess from my examples, I am working on a TurboGears 2 app on a linux-ppc target.</p>
<p>Since I am an <a href="http://kclsoftware.com" rel="nofollow">independent contractor</a>, anything else I do would be based on customer needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python Extensions by PJ Eby</title>
		<link>http://whatschrisdoing.com/blog/2009/10/16/cross-compiling-python-extensions/#comment-261</link>
		<dc:creator>PJ Eby</dc:creator>
		<pubDate>Sat, 17 Oct 2009 18:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/?p=92#comment-261</guid>
		<description>FYI, setuptools 0.6c10 includes a fix for the Python 2.6.3 problem (along with numerous other bug fixes), and will be released Monday.  You can also get it now via SVN, using "easy_install setuptools==dev06".</description>
		<content:encoded><![CDATA[<p>FYI, setuptools 0.6c10 includes a fix for the Python 2.6.3 problem (along with numerous other bug fixes), and will be released Monday.  You can also get it now via SVN, using &#8220;easy_install setuptools==dev06&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross Compiling Python Extensions by Michael Langford</title>
		<link>http://whatschrisdoing.com/blog/2009/10/16/cross-compiling-python-extensions/#comment-259</link>
		<dc:creator>Michael Langford</dc:creator>
		<pubDate>Sat, 17 Oct 2009 07:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/?p=92#comment-259</guid>
		<description>Wow, this is a lot easier than it was a few years ago.

What is your target platform (like the actual application, not the environment)
? What other ones are you going to target with this?</description>
		<content:encoded><![CDATA[<p>Wow, this is a lot easier than it was a few years ago.</p>
<p>What is your target platform (like the actual application, not the environment)<br />
? What other ones are you going to target with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO Cross Compile Python 2.5 by What&#8217;s Chris Doing? &#187; Blog Archive &#187; Cross Compiling Python Extensions</title>
		<link>http://whatschrisdoing.com/blog/2006/10/06/howto-cross-compile-python-25/#comment-258</link>
		<dc:creator>What&#8217;s Chris Doing? &#187; Blog Archive &#187; Cross Compiling Python Extensions</dc:creator>
		<pubDate>Sat, 17 Oct 2009 04:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/2006/10/06/howto-cross-compile-python-25/#comment-258</guid>
		<description>[...] instructions work both with Open Embedded and the DENX ELDK. If you need to go cross compile Python 2.5, 2.6 or 3.1. ELDK and Open Embedded include a version of Python pre-done for you. You will need a [...]</description>
		<content:encoded><![CDATA[<p>[...] instructions work both with Open Embedded and the DENX ELDK. If you need to go cross compile Python 2.5, 2.6 or 3.1. ELDK and Open Embedded include a version of Python pre-done for you. You will need a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO Cross Compile Python 2.5 by Paul Gibson</title>
		<link>http://whatschrisdoing.com/blog/2006/10/06/howto-cross-compile-python-25/#comment-256</link>
		<dc:creator>Paul Gibson</dc:creator>
		<pubDate>Fri, 09 Oct 2009 06:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/2006/10/06/howto-cross-compile-python-25/#comment-256</guid>
		<description>I don't want to steal traffic, but I've posted a 3.1 patch to my site:
http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to steal traffic, but I&#8217;ve posted a 3.1 patch to my site:<br />
<a href="http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html" rel="nofollow">http://randomsplat.com/id5-cross-compiling-python-for-embedded-linux.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting Plone Registration Forms with ReCAPTCHA by Christopher Lambacher</title>
		<link>http://whatschrisdoing.com/blog/2009/02/24/protecting-plone-registration-forms-with-recaptcha/#comment-255</link>
		<dc:creator>Christopher Lambacher</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/?p=42#comment-255</guid>
		<description>@John Bruce &#038; @MichealT glad you found it useful.

@MichealT That's William's strange sense of humour. He's a friend I see regularly in person, so it's not an anonymous drive by comment like @ok's :)</description>
		<content:encoded><![CDATA[<p>@John Bruce &#038; @MichealT glad you found it useful.</p>
<p>@MichealT That&#8217;s William&#8217;s strange sense of humour. He&#8217;s a friend I see regularly in person, so it&#8217;s not an anonymous drive by comment like @ok&#8217;s :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting Plone Registration Forms with ReCAPTCHA by MichaelT</title>
		<link>http://whatschrisdoing.com/blog/2009/02/24/protecting-plone-registration-forms-with-recaptcha/#comment-254</link>
		<dc:creator>MichaelT</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/?p=42#comment-254</guid>
		<description>Thanks - it was helpful for me. 

BTW - you really attract some strange comments. A plone product for checking the sanity of the commentator might be useful. 

What does "The geek is strong with this one." mean??</description>
		<content:encoded><![CDATA[<p>Thanks - it was helpful for me. </p>
<p>BTW - you really attract some strange comments. A plone product for checking the sanity of the commentator might be useful. </p>
<p>What does &#8220;The geek is strong with this one.&#8221; mean??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO Cross Compile Python 2.5 by Anand</title>
		<link>http://whatschrisdoing.com/blog/2006/10/06/howto-cross-compile-python-25/#comment-253</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Fri, 11 Sep 2009 10:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://whatschrisdoing.com/blog/2006/10/06/howto-cross-compile-python-25/#comment-253</guid>
		<description>Hi Chris,
     Thank you for your reply. I want to know how complex is the work to create a patch for any Python version. For example If i want to create a patch for Python3.1, is it a very cumbersome process? Does this work require a speacial expertise? If possible please explain me about your approach in doing this. So that i can try for myself.

Thanks &#38; regards,
Anand</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
     Thank you for your reply. I want to know how complex is the work to create a patch for any Python version. For example If i want to create a patch for Python3.1, is it a very cumbersome process? Does this work require a speacial expertise? If possible please explain me about your approach in doing this. So that i can try for myself.</p>
<p>Thanks &amp; regards,<br />
Anand</p>
]]></content:encoded>
	</item>
</channel>
</rss>
