<?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 michael schurter</title>
	<atom:link href="http://michael.susens-schurter.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.susens-schurter.com/blog</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Making Server-Side MongoDB Functions Less Awkward by Mike</title>
		<link>http://michael.susens-schurter.com/blog/2010/01/11/making-server-side-mongodb-functions-less-awkward/comment-page-1/#comment-72555</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 08 Mar 2010 20:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=796#comment-72555</guid>
		<description>Is there a way to execute a javascript function that&#039;s stored on disk from the Mongodb shell?</description>
		<content:encoded><![CDATA[<p>Is there a way to execute a javascript function that&#8217;s stored on disk from the Mongodb shell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time to Learn Git? by Davi D</title>
		<link>http://michael.susens-schurter.com/blog/2009/01/04/time-to-learn-git/comment-page-1/#comment-72393</link>
		<dc:creator>Davi D</dc:creator>
		<pubDate>Sun, 07 Mar 2010 03:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=479#comment-72393</guid>
		<description>@Igal Koshevoy
Learnning Git is easy, you may not have read this free online book:
http://progit.org/book/
with it I am finally familiar with Git in 2 days.</description>
		<content:encoded><![CDATA[<p>@Igal Koshevoy<br />
Learnning Git is easy, you may not have read this free online book:<br />
<a href="http://progit.org/book/" rel="nofollow">http://progit.org/book/</a><br />
with it I am finally familiar with Git in 2 days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying CherryPy on Apache 2 using mod_proxy by Lora Ireland</title>
		<link>http://michael.susens-schurter.com/blog/2007/08/16/deploying-cherrypy-on-apache-2-using-mod_proxy/comment-page-1/#comment-72345</link>
		<dc:creator>Lora Ireland</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/2007/08/16/deploying-cherrypy-on-apache-2-using-mod_proxy/#comment-72345</guid>
		<description>Thanks for your article. I am new at development and this got me straight.</description>
		<content:encoded><![CDATA[<p>Thanks for your article. I am new at development and this got me straight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Server-Side MongoDB Functions Less Awkward by Mike Dirolf</title>
		<link>http://michael.susens-schurter.com/blog/2010/01/11/making-server-side-mongodb-functions-less-awkward/comment-page-1/#comment-69791</link>
		<dc:creator>Mike Dirolf</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=796#comment-69791</guid>
		<description>This functionality has been added in 1.4+, accessible through the db.system_js property:

&gt;&gt;&gt; db.system_js.add = &quot;function(a, b) { return a + b; }&quot;
&gt;&gt;&gt; db.system_js.add(5, 4)
9
&gt;&gt;&gt; del db.system_js.add</description>
		<content:encoded><![CDATA[<p>This functionality has been added in 1.4+, accessible through the db.system_js property:</p>
<p>&gt;&gt;&gt; db.system_js.add = &#8220;function(a, b) { return a + b; }&#8221;<br />
&gt;&gt;&gt; db.system_js.add(5, 4)<br />
9<br />
&gt;&gt;&gt; del db.system_js.add</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Time to Learn Git? by Greg</title>
		<link>http://michael.susens-schurter.com/blog/2009/01/04/time-to-learn-git/comment-page-1/#comment-68614</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=479#comment-68614</guid>
		<description>[quote]The DVCS wars have been raging for a while now, and in case you haven’t been keeping score, git is winning.[/quote]
The only thing winning atm is the git rabid users base. 

BTW, you just forgot to mention OpenOffice, Python Programming lang, Go Programming Lang, Dovecot IMAP Server, Vim and Xen Virtualization which are some majors open sources projects I know are using mercurial.</description>
		<content:encoded><![CDATA[<p>[quote]The DVCS wars have been raging for a while now, and in case you haven’t been keeping score, git is winning.[/quote]<br />
The only thing winning atm is the git rabid users base. </p>
<p>BTW, you just forgot to mention OpenOffice, Python Programming lang, Go Programming Lang, Dovecot IMAP Server, Vim and Xen Virtualization which are some majors open sources projects I know are using mercurial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making Server-Side MongoDB Functions Less Awkward by Michael Schurter</title>
		<link>http://michael.susens-schurter.com/blog/2010/01/11/making-server-side-mongodb-functions-less-awkward/comment-page-1/#comment-68096</link>
		<dc:creator>Michael Schurter</dc:creator>
		<pubDate>Tue, 12 Jan 2010 22:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=796#comment-68096</guid>
		<description>There&#039;s a ticket to track this feature now:
http://jira.mongodb.org/browse/PYTHON-86

And some sample code:
http://github.com/schmichael/mongo-python-driver/commit/57e6df4ca14314eb8c0a3a9e4b8c97c0186a0121</description>
		<content:encoded><![CDATA[<p>There&#8217;s a ticket to track this feature now:<br />
<a href="http://jira.mongodb.org/browse/PYTHON-86" rel="nofollow">http://jira.mongodb.org/browse/PYTHON-86</a></p>
<p>And some sample code:<br />
<a href="http://github.com/schmichael/mongo-python-driver/commit/57e6df4ca14314eb8c0a3a9e4b8c97c0186a0121" rel="nofollow">http://github.com/schmichael/mongo-python-driver/commit/57e6df4ca14314eb8c0a3a9e4b8c97c0186a0121</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
