<?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 Vincent Lam's Weblog</title>
	<atom:link href="http://vlam6.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vlam6.wordpress.com</link>
	<description>On Open Source</description>
	<lastBuildDate>Tue, 20 Nov 2007 03:04:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Redo Lab 1-2 &amp; Lab 3-4 Posted by armenzg</title>
		<link>http://vlam6.wordpress.com/2007/11/19/redo-lab-1-2-lab-3-4-posted/#comment-435</link>
		<dc:creator>armenzg</dc:creator>
		<pubDate>Tue, 20 Nov 2007 03:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/11/19/redo-lab-1-2-lab-3-4-posted/#comment-435</guid>
		<description>YOu tooo??? oh no!!!
you were my only proof left that it could be built on Vista!!
don&#039;t worry, come to the light were you can find new ways to use the force</description>
		<content:encoded><![CDATA[<p>YOu tooo??? oh no!!!<br />
you were my only proof left that it could be built on Vista!!<br />
don&#8217;t worry, come to the light were you can find new ways to use the force</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem with Fixing a bug in Thunderbird Lab by Dominic Baranski</title>
		<link>http://vlam6.wordpress.com/2007/11/12/problem-with-fixing-a-bug-in-thunderbird-lab/#comment-388</link>
		<dc:creator>Dominic Baranski</dc:creator>
		<pubDate>Tue, 13 Nov 2007 23:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/11/12/problem-with-fixing-a-bug-in-thunderbird-lab/#comment-388</guid>
		<description>Leave it to &quot;winzip&quot; to make your life hard... I use winrar myself, and nothin else!</description>
		<content:encoded><![CDATA[<p>Leave it to &#8220;winzip&#8221; to make your life hard&#8230; I use winrar myself, and nothin else!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem with Fixing a bug in Thunderbird Lab by rueenfiez</title>
		<link>http://vlam6.wordpress.com/2007/11/12/problem-with-fixing-a-bug-in-thunderbird-lab/#comment-381</link>
		<dc:creator>rueenfiez</dc:creator>
		<pubDate>Mon, 12 Nov 2007 13:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/11/12/problem-with-fixing-a-bug-in-thunderbird-lab/#comment-381</guid>
		<description>I&#039;m glad you finally got that problem solved. Weird that Winzip would do that.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you finally got that problem solved. Weird that Winzip would do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Guest Lecture by beni</title>
		<link>http://vlam6.wordpress.com/2007/09/26/guest-lecture/#comment-354</link>
		<dc:creator>beni</dc:creator>
		<pubDate>Wed, 07 Nov 2007 23:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/09/26/guest-lecture/#comment-354</guid>
		<description>Thank for making this valuable information available to the public.e</description>
		<content:encoded><![CDATA[<p>Thank for making this valuable information available to the public.e</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Our 0.2 by armenzg</title>
		<link>http://vlam6.wordpress.com/2007/10/24/our-02/#comment-214</link>
		<dc:creator>armenzg</dc:creator>
		<pubDate>Thu, 25 Oct 2007 01:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/10/24/our-02/#comment-214</guid>
		<description>About &quot;key changing problem”
I think that the problem can be solved like this for DTD files:

re.sub(r&#039;(&quot;.*)([Cc])olor&#039;, r&#039;\1\2olour&#039;, instring)

This changes just the value of an entity not the key.
It worked for me, since we just want to change the string in between &quot; and &quot;. This statement actually means to make a change after the first &quot; that you encounter

Tell Rueen to see if this is what he meant</description>
		<content:encoded><![CDATA[<p>About &#8220;key changing problem”<br />
I think that the problem can be solved like this for DTD files:</p>
<p>re.sub(r&#8217;(&#8220;.*)([Cc])olor&#8217;, r&#8217;\1\2olour&#8217;, instring)</p>
<p>This changes just the value of an entity not the key.<br />
It worked for me, since we just want to change the string in between &#8221; and &#8220;. This statement actually means to make a change after the first &#8221; that you encounter</p>
<p>Tell Rueen to see if this is what he meant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Our 0.2 by armenzg</title>
		<link>http://vlam6.wordpress.com/2007/10/24/our-02/#comment-213</link>
		<dc:creator>armenzg</dc:creator>
		<pubDate>Thu, 25 Oct 2007 01:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/10/24/our-02/#comment-213</guid>
		<description>Vince, the indentation problem can be fixed by running a regular expression substitution.
For instance, if we open the same file with VIm editor we can type this:
%s/\t\   /
That is subsitute every tab for 3 blanks spaces.
Be aware that the command might be totally correct (I&#039;m not sure about the slashes)</description>
		<content:encoded><![CDATA[<p>Vince, the indentation problem can be fixed by running a regular expression substitution.<br />
For instance, if we open the same file with VIm editor we can type this:<br />
%s/\t\   /<br />
That is subsitute every tab for 3 blanks spaces.<br />
Be aware that the command might be totally correct (I&#8217;m not sure about the slashes)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on re: my Watching@bugzilla begins by Simon Jung</title>
		<link>http://vlam6.wordpress.com/2007/10/18/re-my-watchingbugzilla-begins/#comment-127</link>
		<dc:creator>Simon Jung</dc:creator>
		<pubDate>Fri, 19 Oct 2007 05:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/10/18/re-my-watchingbugzilla-begins/#comment-127</guid>
		<description>Yes, I totally agree with you.
It gets pretty crazy with the amount of information being passed around in seperate mails.
Even though I do agree with the above poster about making email filters, I still think it shouldn&#039;t be the user making things work.</description>
		<content:encoded><![CDATA[<p>Yes, I totally agree with you.<br />
It gets pretty crazy with the amount of information being passed around in seperate mails.<br />
Even though I do agree with the above poster about making email filters, I still think it shouldn&#8217;t be the user making things work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on re: my Watching@bugzilla begins by Jesse</title>
		<link>http://vlam6.wordpress.com/2007/10/18/re-my-watchingbugzilla-begins/#comment-125</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 18 Oct 2007 19:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/10/18/re-my-watchingbugzilla-begins/#comment-125</guid>
		<description>You can set filtering in GMail to do exactly this. For instance, make two folders (labels) &quot;relevant Bugzilla activity&quot; and &quot;Bugzilla noise&quot;. I haven&#039;t tried it myself -- only sender based filtering -- but it sure looks like you can do full-text search (i.e. anything in the body with &#039;python&#039; into &#039;python&#039; folder).</description>
		<content:encoded><![CDATA[<p>You can set filtering in GMail to do exactly this. For instance, make two folders (labels) &#8220;relevant Bugzilla activity&#8221; and &#8220;Bugzilla noise&#8221;. I haven&#8217;t tried it myself &#8212; only sender based filtering &#8212; but it sure looks like you can do full-text search (i.e. anything in the body with &#8216;python&#8217; into &#8216;python&#8217; folder).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Modifying the Browser Lab by armenzg</title>
		<link>http://vlam6.wordpress.com/2007/10/14/modifying-the-browser-lab/#comment-105</link>
		<dc:creator>armenzg</dc:creator>
		<pubDate>Mon, 15 Oct 2007 13:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/10/14/modifying-the-browser-lab/#comment-105</guid>
		<description>dude, I&#039;m in the same boat as you are;
My self, I&#039;ve found the place and I&#039;ve added my patch, but it did not reflect the changes on the browser; then I tried to follow the solution and apply the changes but the same.

I&#039;m going to try another lab from the wiki, but I honestly don&#039;t know where to find the hours for everything</description>
		<content:encoded><![CDATA[<p>dude, I&#8217;m in the same boat as you are;<br />
My self, I&#8217;ve found the place and I&#8217;ve added my patch, but it did not reflect the changes on the browser; then I tried to follow the solution and apply the changes but the same.</p>
<p>I&#8217;m going to try another lab from the wiki, but I honestly don&#8217;t know where to find the hours for everything</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python by vlam6</title>
		<link>http://vlam6.wordpress.com/2007/10/07/python/#comment-95</link>
		<dc:creator>vlam6</dc:creator>
		<pubDate>Sat, 13 Oct 2007 15:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://vlam6.wordpress.com/2007/10/07/python/#comment-95</guid>
		<description>we want to develop a new type of localization tools with python; see my idea of 0.1 and Our 0.1 Beta for detail. python is pretty cool. the Python GUI make testing/learning python easy. all you basically do is, type the code, hit enter, and it runs. i really like the fact that you don&#039;t exactly have to compile the code. i think python is ideal for open source because the source code is your executable.</description>
		<content:encoded><![CDATA[<p>we want to develop a new type of localization tools with python; see my idea of 0.1 and Our 0.1 Beta for detail. python is pretty cool. the Python GUI make testing/learning python easy. all you basically do is, type the code, hit enter, and it runs. i really like the fact that you don&#8217;t exactly have to compile the code. i think python is ideal for open source because the source code is your executable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
