<?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 on: I have forked Charbot Green</title>
	<atom:link href="http://philwilson.org/blog/2010/01/i-have-forked-charbot-green/feed" rel="self" type="application/rss+xml" />
	<link>http://philwilson.org/blog/2010/01/i-have-forked-charbot-green</link>
	<description>a geek commodity</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:21:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2010/01/i-have-forked-charbot-green/comment-page-1#comment-1773</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 31 Jan 2010 00:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/?p=1076#comment-1773</guid>
		<description>After a brief look, I suspect the problem is that the Greasemonkey script only runs when the page is first loaded, but of course when you click on feeds an folders in Google Reader it loads new content via javascript, so the greasemonkey rules don&#039;t get applied.

I might be possible to add an event listener to pick this up, but it will probably be some time before I can get around to it I&#039;m afraid.</description>
		<content:encoded><![CDATA[<p>After a brief look, I suspect the problem is that the Greasemonkey script only runs when the page is first loaded, but of course when you click on feeds an folders in Google Reader it loads new content via javascript, so the greasemonkey rules don&#8217;t get applied.</p>
<p>I might be possible to add an event listener to pick this up, but it will probably be some time before I can get around to it I&#8217;m afraid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2010/01/i-have-forked-charbot-green/comment-page-1#comment-1772</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 31 Jan 2010 00:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/?p=1076#comment-1772</guid>
		<description>Gosh, I&#039;d forgotten I&#039;d even written that (it&#039;s here: &lt;a href=&quot;http://userscripts.org/scripts/show/45557&quot; rel=&quot;nofollow&quot;&gt;http://userscripts.org/scripts/show/45557&lt;/a&gt;).

I will have a look at it and update it on userscripts.org if I can find out why it doesn&#039;t work on Google Reader!</description>
		<content:encoded><![CDATA[<p>Gosh, I&#8217;d forgotten I&#8217;d even written that (it&#8217;s here: <a href="http://userscripts.org/scripts/show/45557" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/userscripts.org/scripts/show/45557?referer=');">http://userscripts.org/scripts/show/45557</a>).</p>
<p>I will have a look at it and update it on userscripts.org if I can find out why it doesn&#8217;t work on Google Reader!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayeky</title>
		<link>http://philwilson.org/blog/2010/01/i-have-forked-charbot-green/comment-page-1#comment-1768</link>
		<dc:creator>Hayeky</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/?p=1076#comment-1768</guid>
		<description>Hello Phil. Your greasemonkey script &quot;Show link destination on hover&quot; seems not working in Google Reader. Can you fix it? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hello Phil. Your greasemonkey script &#8220;Show link destination on hover&#8221; seems not working in Google Reader. Can you fix it? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://philwilson.org/blog/2010/01/i-have-forked-charbot-green/comment-page-1#comment-1761</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/?p=1076#comment-1761</guid>
		<description>I don&#039;t think that&#039;s quite true about H2. I see that it has both a server mode and embedded mode whereas SQLite is embedded only I think.

I&#039;ve never used H2 before and both Libby&#039;s instructions and the H2 installer start it in server mode, so I didn&#039;t even realise it had an embedded mode until your comment :)

Obviously the bit about pure ruby is just the fact that there are native ruby bindings for sqlite rather than going via jruby.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that&#8217;s quite true about H2. I see that it has both a server mode and embedded mode whereas SQLite is embedded only I think.</p>
<p>I&#8217;ve never used H2 before and both Libby&#8217;s instructions and the H2 installer start it in server mode, so I didn&#8217;t even realise it had an embedded mode until your comment <img src='http://philwilson.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Obviously the bit about pure ruby is just the fact that there are native ruby bindings for sqlite rather than going via jruby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://philwilson.org/blog/2010/01/i-have-forked-charbot-green/comment-page-1#comment-1760</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Thu, 14 Jan 2010 06:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://philwilson.org/blog/?p=1076#comment-1760</guid>
		<description>H2 is no different to SQLite. Both are little embedded SQL engines, no server requred. And neither are pure ruby (unless someone has ported SQLite to ruby, which is more likely than I care to admit :-)</description>
		<content:encoded><![CDATA[<p>H2 is no different to SQLite. Both are little embedded SQL engines, no server requred. And neither are pure ruby (unless someone has ported SQLite to ruby, which is more likely than I care to admit <img src='http://philwilson.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
