<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Ian Bicking: a blog</title>
	<link>http://blog.ianbicking.org</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 14:14:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>Comment on Choosing a License by Denise Sasser</title>
		<link>http://blog.ianbicking.org/2008/05/05/choosing-a-license/#comment-23152</link>
		<dc:creator>Denise Sasser</dc:creator>
		<pubDate>Tue, 22 Jul 2008 18:07:16 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/05/05/choosing-a-license/#comment-23152</guid>
		<description>I think the Ogre 3D Rending Engine is a LGPL success story. Many people contribute back, and no one is screwing the author in the engines usage.</description>
		<content:encoded><![CDATA[<p>I think the Ogre 3D Rending Engine is a LGPL success story. Many people contribute back, and no one is screwing the author in the engines usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What PHP Deployment Gets Right by Yosifov Pavel</title>
		<link>http://blog.ianbicking.org/2008/01/12/what-php-deployment-gets-right/#comment-21218</link>
		<dc:creator>Yosifov Pavel</dc:creator>
		<pubDate>Fri, 11 Jul 2008 02:57:32 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/01/12/what-php-deployment-gets-right/#comment-21218</guid>
		<description>Ian, what you think: can Lua (build on C libraries like PHP, but more flexible) man PHP, fill it's place in Web? Potentially it's possible. (But Lua, I suppose, aims to accomplish the Web in other way...)</description>
		<content:encoded><![CDATA[<p>Ian, what you think: can Lua (build on C libraries like PHP, but more flexible) man PHP, fill it&#8217;s place in Web? Potentially it&#8217;s possible. (But Lua, I suppose, aims to accomplish the Web in other way&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Something Must Be Done&#8221; by dehande</title>
		<link>http://blog.ianbicking.org/2008/05/04/something-must-be-done/#comment-20999</link>
		<dc:creator>dehande</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:23:17 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/05/04/something-must-be-done/#comment-20999</guid>
		<description>Please adjust your RSS or tags so that this doesn’t show up on planetpython.org.</description>
		<content:encoded><![CDATA[<p>Please adjust your RSS or tags so that this doesn’t show up on planetpython.org.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choosing a License by dehande</title>
		<link>http://blog.ianbicking.org/2008/05/05/choosing-a-license/#comment-20997</link>
		<dc:creator>dehande</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:21:39 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/05/05/choosing-a-license/#comment-20997</guid>
		<description>You mentioned that the GPL may become irrelevant because of software-as-a-service. Be sure to check out the Affero GPL (AGPL), a copyleft license specifically designed to address that issue.</description>
		<content:encoded><![CDATA[<p>You mentioned that the GPL may become irrelevant because of software-as-a-service. Be sure to check out the Affero GPL (AGPL), a copyleft license specifically designed to address that issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Which way? by dehande</title>
		<link>http://blog.ianbicking.org/2008/06/08/which-way/#comment-20993</link>
		<dc:creator>dehande</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:19:23 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/06/08/which-way/#comment-20993</guid>
		<description>The world is getting better in despite of local-anomalies, time-constrained and pipe-narrowed visions. The world is learning beyond human kind misleadings</description>
		<content:encoded><![CDATA[<p>The world is getting better in despite of local-anomalies, time-constrained and pipe-narrowed visions. The world is learning beyond human kind misleadings</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts About the Erlang Runtime by dehande</title>
		<link>http://blog.ianbicking.org/2008/06/09/thoughts-about-the-erlang-runtime/#comment-20992</link>
		<dc:creator>dehande</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:17:01 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/06/09/thoughts-about-the-erlang-runtime/#comment-20992</guid>
		<description>the VM can keep two versions of any module in memory (so that you can finish out processes running code written for an old version)</description>
		<content:encoded><![CDATA[<p>the VM can keep two versions of any module in memory (so that you can finish out processes running code written for an old version)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Experience Writing a Build System by dehande</title>
		<link>http://blog.ianbicking.org/2008/06/19/my-experience-writing-a-build-system/#comment-20990</link>
		<dc:creator>dehande</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:06:28 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/06/19/my-experience-writing-a-build-system/#comment-20990</guid>
		<description>So you detect changes and remake things only as necessary. For compilation this might make sense, because you edit code and recompile a lot and it’s tedious to wait.

The pure dependency based is the reason why make is much better tool than say ant, nant, etc…

It’s great when properly written makefile completes in</description>
		<content:encoded><![CDATA[<p>So you detect changes and remake things only as necessary. For compilation this might make sense, because you edit code and recompile a lot and it’s tedious to wait.</p>

<p>The pure dependency based is the reason why make is much better tool than say ant, nant, etc…</p>

<p>It’s great when properly written makefile completes in</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python HTML Parser Performance by Ian Bicking</title>
		<link>http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/#comment-20642</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Wed, 09 Jul 2008 03:08:49 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/#comment-20642</guid>
		<description>Well, hopefully you aren't considering scraping email addresses...?  You could look at python-spidermonkey, but the task isn't all that easy, especially getting document.write to work.</description>
		<content:encoded><![CDATA[<p>Well, hopefully you aren&#8217;t considering scraping email addresses&#8230;?  You could look at python-spidermonkey, but the task isn&#8217;t all that easy, especially getting document.write to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python HTML Parser Performance by Jerzy Orlowski</title>
		<link>http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/#comment-20627</link>
		<dc:creator>Jerzy Orlowski</dc:creator>
		<pubDate>Tue, 08 Jul 2008 23:31:04 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/#comment-20627</guid>
		<description>Sorry, but the website formatted example input into html. It was a code in javascript that concatenates some variables to generate an email address.</description>
		<content:encoded><![CDATA[<p>Sorry, but the website formatted example input into html. It was a code in javascript that concatenates some variables to generate an email address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python HTML Parser Performance by Jerzy Orlowski</title>
		<link>http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/#comment-20626</link>
		<dc:creator>Jerzy Orlowski</dc:creator>
		<pubDate>Tue, 08 Jul 2008 23:27:57 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/03/30/python-html-parser-performance/#comment-20626</guid>
		<description>Hi

Is there any way to interpret javascript in Python?

example input:

  document.write('&#60;a href="mailto:biuro');
  document.write('@inprofi.pl"&#62;biuro');
  document.write('@inprofi.pl&#60;/a&#62;');
</description>
		<content:encoded><![CDATA[<p>Hi</p>

<p>Is there any way to interpret javascript in Python?</p>

<p>example input:</p>

<p>document.write(&#8217;&lt;a href=&#8221;mailto:biuro&#8217;);
  document.write(&#8217;@inprofi.pl&#8221;&gt;biuro&#8217;);
  document.write(&#8217;@inprofi.pl&lt;/a&gt;&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
