<?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 the Patch-Tag blog</title>
	<atom:link href="http://blog.patch-tag.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.patch-tag.com</link>
	<description>give your code a home</description>
	<lastBuildDate>Fri, 13 Jul 2012 17:30:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Non-Code Uses for Git And Darcs by Michael</title>
		<link>http://blog.patch-tag.com/2009/03/06/non-code-uses-for-git-and-darcs/#comment-483</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 17:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=46#comment-483</guid>
		<description><![CDATA[I was wondering if anyone was doing this and found my way here. Very cool. Documents like a resume or a book seem to me a logical use of gits basics like versioning, branching, and merging.]]></description>
		<content:encoded><![CDATA[<p>I was wondering if anyone was doing this and found my way here. Very cool. Documents like a resume or a book seem to me a logical use of gits basics like versioning, branching, and merging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transliterating python to haskell: Fibonacci in the state monad by TIK</title>
		<link>http://blog.patch-tag.com/2009/12/07/transliterating-python-to-haskell-fibonacci-in-the-state-monad/#comment-436</link>
		<dc:creator><![CDATA[TIK]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 09:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=266#comment-436</guid>
		<description><![CDATA[Even simpler version:

fib = f n 0 1
f 0 a b = a
f n a b = f (n-1) b (a+b)]]></description>
		<content:encoded><![CDATA[<p>Even simpler version:</p>
<p>fib = f n 0 1<br />
f 0 a b = a<br />
f n a b = f (n-1) b (a+b)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Patch-tag Backups by thomashartman1</title>
		<link>http://blog.patch-tag.com/2010/03/15/patch-tag-backups/#comment-414</link>
		<dc:creator><![CDATA[thomashartman1]]></dc:creator>
		<pubDate>Sun, 15 May 2011 18:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=328#comment-414</guid>
		<description><![CDATA[The solution described in top post proved to be more expensive than I thought. Should have gone with incrementals!

So I&#039;ve switched backups to use the linode off-the-shelf back solution described here:

http://www.linode.com/backups]]></description>
		<content:encoded><![CDATA[<p>The solution described in top post proved to be more expensive than I thought. Should have gone with incrementals!</p>
<p>So I&#8217;ve switched backups to use the linode off-the-shelf back solution described here:</p>
<p><a href="http://www.linode.com/backups" rel="nofollow">http://www.linode.com/backups</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steps for renewing godaddy security cert with stunnel by Daenney</title>
		<link>http://blog.patch-tag.com/2011/02/11/steps-for-renewing-godaddy-security-cert-with-stunnel/#comment-412</link>
		<dc:creator><![CDATA[Daenney]]></dc:creator>
		<pubDate>Mon, 14 Mar 2011 20:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/2011/02/11/steps-for-renewing-godaddy-security-cert-with-stunnel/#comment-412</guid>
		<description><![CDATA[If you want a decent CA I&#039;d suggest you have a look at StartCom.

They provide free SSL certificates and have their Root CA available in Widnows, Mac, Linux and the major browsers. 

As an added bonus you can request as much free certificates as you want as long as you can prove ownership of the domain.

Depending on the level of payment a few verification levels allow for extra functionality such as wildcard certificates or EV. For about 60$ you get a Class 2 Verification which gives you the wildcards and your new certificates then are valid for two years.

Even SSL Extended Validation (the green address bar in IE and Fx) is very affordable through them compared to any other certificate provider around.]]></description>
		<content:encoded><![CDATA[<p>If you want a decent CA I&#8217;d suggest you have a look at StartCom.</p>
<p>They provide free SSL certificates and have their Root CA available in Widnows, Mac, Linux and the major browsers. </p>
<p>As an added bonus you can request as much free certificates as you want as long as you can prove ownership of the domain.</p>
<p>Depending on the level of payment a few verification levels allow for extra functionality such as wildcard certificates or EV. For about 60$ you get a Class 2 Verification which gives you the wildcards and your new certificates then are valid for two years.</p>
<p>Even SSL Extended Validation (the green address bar in IE and Fx) is very affordable through them compared to any other certificate provider around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EC2 Amis for Gitit / Happstack by Eduardo Pareja Tobes</title>
		<link>http://blog.patch-tag.com/2010/02/12/ec2-amis-for-gitit-happstack/#comment-410</link>
		<dc:creator><![CDATA[Eduardo Pareja Tobes]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 16:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=294#comment-410</guid>
		<description><![CDATA[Cool stuff, I was thinking of building up an AMI with Haskell support from scratch; this will definitely save me a lot of work.

Concerning your chat log, 

EBS snapshots: well, in short, they&#039;re not point-in-time. Here&#039;s the relevant FAQ entry: http://aws.amazon.com/ec2/faqs/#Do_volumes_need_to_be_un-mounted_in_order_to_take_a_snapshot_Does_the_snapshot_need_to_complete_before_the_volume_can_be_used_again 
Depending on your OS, there are combinations of filesystem freezing (XFS, for example) + EBS which do provide poin-in-time features; I recommend Eric Hammond&#039;s http://alestic.com/2009/09/ec2-consistent-snapshot]]></description>
		<content:encoded><![CDATA[<p>Cool stuff, I was thinking of building up an AMI with Haskell support from scratch; this will definitely save me a lot of work.</p>
<p>Concerning your chat log, </p>
<p>EBS snapshots: well, in short, they&#8217;re not point-in-time. Here&#8217;s the relevant FAQ entry: <a href="http://aws.amazon.com/ec2/faqs/#Do_volumes_need_to_be_un-mounted_in_order_to_take_a_snapshot_Does_the_snapshot_need_to_complete_before_the_volume_can_be_used_again" rel="nofollow">http://aws.amazon.com/ec2/faqs/#Do_volumes_need_to_be_un-mounted_in_order_to_take_a_snapshot_Does_the_snapshot_need_to_complete_before_the_volume_can_be_used_again</a><br />
Depending on your OS, there are combinations of filesystem freezing (XFS, for example) + EBS which do provide poin-in-time features; I recommend Eric Hammond&#8217;s <a href="http://alestic.com/2009/09/ec2-consistent-snapshot" rel="nofollow">http://alestic.com/2009/09/ec2-consistent-snapshot</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Setup Windows for use with darcs2 and Patch-Tag by Horacio Serrano</title>
		<link>http://blog.patch-tag.com/2009/03/01/howto-setup-windows-for-use-with-darcs2-and-patch-tag/#comment-344</link>
		<dc:creator><![CDATA[Horacio Serrano]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 19:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=27#comment-344</guid>
		<description><![CDATA[An installer would be a very good idea. This is kind of a hustle to set up, and this is with out even going into firewall issues.]]></description>
		<content:encoded><![CDATA[<p>An installer would be a very good idea. This is kind of a hustle to set up, and this is with out even going into firewall issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Setup Windows for use with darcs2 and Patch-Tag by adrian</title>
		<link>http://blog.patch-tag.com/2009/03/01/howto-setup-windows-for-use-with-darcs2-and-patch-tag/#comment-343</link>
		<dc:creator><![CDATA[adrian]]></dc:creator>
		<pubDate>Mon, 25 Oct 2010 09:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=27#comment-343</guid>
		<description><![CDATA[You also need to

$ ssh @patch-tag.com once prior to &quot;darcs get&quot; in order to trust the server&#039;s key, at least in windows xp.]]></description>
		<content:encoded><![CDATA[<p>You also need to</p>
<p>$ ssh @patch-tag.com once prior to &#8220;darcs get&#8221; in order to trust the server&#8217;s key, at least in windows xp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Patch-Tag Lessons Learned, and Announcing Open Source by Alessandro Stamatto</title>
		<link>http://blog.patch-tag.com/2010/07/21/patch-tag-lessons-learned-and-announcing-open-source/#comment-337</link>
		<dc:creator><![CDATA[Alessandro Stamatto]]></dc:creator>
		<pubDate>Tue, 24 Aug 2010 17:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=335#comment-337</guid>
		<description><![CDATA[Good work with Path-Tag! I personally prefer the hyphen too, but if it gives headaches change it xD.

You&#039;re right about dependencies in cabal... I couldn&#039;t install Yi Editor through Cabal... But i was in windows, maybe i&#039;ll have more luck in Arch.

Cheers, and keep the good work!]]></description>
		<content:encoded><![CDATA[<p>Good work with Path-Tag! I personally prefer the hyphen too, but if it gives headaches change it xD.</p>
<p>You&#8217;re right about dependencies in cabal&#8230; I couldn&#8217;t install Yi Editor through Cabal&#8230; But i was in windows, maybe i&#8217;ll have more luck in Arch.</p>
<p>Cheers, and keep the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on patch-tag gets more ram by Maze</title>
		<link>http://blog.patch-tag.com/2010/06/16/patch-tag-gets-more-ram/#comment-335</link>
		<dc:creator><![CDATA[Maze]]></dc:creator>
		<pubDate>Fri, 13 Aug 2010 09:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=331#comment-335</guid>
		<description><![CDATA[If you seriously considering monetizing this service there is pretty much one licensing option: AGPLv3
Affero GPL will guarantee that nobody will simply take all your hardwork, setup couple of payment gateways and start getting $$ without giving you anything.
If you go with AGPLv3 then anyone who is using your code will be forced to behave in fair way: contribute all the changes back even if they just install it and offer as a SaaS.]]></description>
		<content:encoded><![CDATA[<p>If you seriously considering monetizing this service there is pretty much one licensing option: AGPLv3<br />
Affero GPL will guarantee that nobody will simply take all your hardwork, setup couple of payment gateways and start getting $$ without giving you anything.<br />
If you go with AGPLv3 then anyone who is using your code will be forced to behave in fair way: contribute all the changes back even if they just install it and offer as a SaaS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Patch-Tag Lessons Learned, and Announcing Open Source by thomashartman1</title>
		<link>http://blog.patch-tag.com/2010/07/21/patch-tag-lessons-learned-and-announcing-open-source/#comment-328</link>
		<dc:creator><![CDATA[thomashartman1]]></dc:creator>
		<pubDate>Thu, 05 Aug 2010 00:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patch-tag.com/?p=335#comment-328</guid>
		<description><![CDATA[Hey Eric, good idea, I did another edit for clarity, and deleted your second suggestion since it now adds nothing -- hope you don&#039;t understand :)]]></description>
		<content:encoded><![CDATA[<p>Hey Eric, good idea, I did another edit for clarity, and deleted your second suggestion since it now adds nothing &#8212; hope you don&#8217;t understand <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
