<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Carl Mercier&#039;s blog &#187; Uncategorized</title>
	<atom:link href="http://blog.carlmercier.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.carlmercier.com</link>
	<description>me = entrepreneur + hacker;</description>
	<lastBuildDate>Tue, 15 Dec 2009 04:56:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Announcing IsItJruby.com</title>
		<link>http://blog.carlmercier.com/2009/05/28/announcing-isitjrubycom/</link>
		<comments>http://blog.carlmercier.com/2009/05/28/announcing-isitjrubycom/#comments</comments>
		<pubDate>Thu, 28 May 2009 12:41:18 +0000</pubDate>
		<dc:creator>Carl Mercier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.carlmercier.com/?p=267</guid>
		<description><![CDATA[Ever wondered if a certain Ruby Gem works on JRuby? Wonder no more. I just launched IsItJruby.com, a community-driven Gem compatibility website. If you&#8217;re familiar with IsItRuby19.com, you&#8217;ll notice a lot of similarities (ie: blatant rip-off). It&#8217;s simply because I forked Brightbox&#8217;s GitHub project to build isitjruby.com. Brightbox should get all the credit. Although I [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered if a certain Ruby Gem works on JRuby?  Wonder no more.  I just launched <a href="http://isitjruby.com" target="_blank">IsItJruby.com</a>, a community-driven Gem compatibility website.  If you&#8217;re familiar with <a href="http://isitruby19.com" target="_blank">IsItRuby19.com</a>, you&#8217;ll notice a lot of similarities (ie: blatant rip-off).  It&#8217;s simply because I forked Brightbox&#8217;s <a href="http://github.com/brightbox/isitruby19" target="_blank">GitHub project</a> to build isitjruby.com.  <a href="http://brightbox.co.uk" target="_blank">Brightbox</a> should get all the credit.</p>
<p><center><a href="http://blog.carlmercier.com/wp-content/uploads/2009/05/picture-2.png"><img class="aligncenter size-medium wp-image-269" title="IsItJruby.com homepage" src="http://blog.carlmercier.com/wp-content/uploads/2009/05/picture-2-300x259.png" alt="IsItJruby.com homepage" width="300" height="259" /></a></center></p>
<p>Although I didn&#8217;t change the UI (because it&#8217;s so gorgeous already!), I added the following features:</p>
<ul>
<li>Gem page lists dependencies</li>
<li>Warning when Gem contains C extensions (since they don&#8217;t work on JRuby)</li>
<li>Ability to specify the JRuby version against which the Gem was tested</li>
</ul>
<p>I accept patches, so <a href="http://github.com/cmer/isitjruby" target="_blank">fork away</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carlmercier.com/2009/05/28/announcing-isitjrubycom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Announcing ec2-extra-tools</title>
		<link>http://blog.carlmercier.com/2008/10/26/announcing-ec2-extra-tools/</link>
		<comments>http://blog.carlmercier.com/2008/10/26/announcing-ec2-extra-tools/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:49:48 +0000</pubDate>
		<dc:creator>Carl Mercier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.carlmercier.com/?p=174</guid>
		<description><![CDATA[Hola!  I just started a new project on GitHub, I&#8217;m calling it ec2-extra-tools.  It&#8217;s basically a set of extra command line tools that I find useful on Amazon EC2. Right now, it only has 2, but I will add more in the future and encourage other people to collaborate on the project. Here&#8217;s what&#8217;s included [...]]]></description>
			<content:encoded><![CDATA[<p>Hola!  I just started a new project on GitHub, I&#8217;m calling it <a href="http://github.com/cmer/ec2-extra-tools">ec2-extra-tools</a>.  It&#8217;s basically a set of extra command line tools that I find useful on Amazon EC2. Right now, it only has 2, but I will add more in the future and encourage other people to collaborate on the project.</p>
<p>Here&#8217;s what&#8217;s included so far:</p>
<ul>
<li>ec2-identify-instance: returns the current EC2 instance id</li>
<li>ec2-identify-volume: returns the EBS volume id of a device</li>
</ul>
<p>I needed ec2-identify-volume to automate EBS snapshots, so I thought I&#8217;d release my work on GitHub.</p>
<p>Here&#8217;s what I added in /etc/crontab to automate EBS snapshots:</p>
<p><code> 0 2 * * * root ec2-create-snapshot `ec2-identify-volume /dev/sdj` &gt;&gt; /var/log/ebs_snapshots<br />
</code></p>
<p>The great thing about this line is that I don&#8217;t need to know the volume id beforehands.  If a new volume is attached at /dev/sdj, I don&#8217;t have to change my crontab file either.  In my situation, this is very convenient.</p>
<p>Hope you find ec2-extra-tools useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carlmercier.com/2008/10/26/announcing-ec2-extra-tools/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The art of losing a customer</title>
		<link>http://blog.carlmercier.com/2008/09/02/the-art-of-losing-a-customer/</link>
		<comments>http://blog.carlmercier.com/2008/09/02/the-art-of-losing-a-customer/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 04:12:21 +0000</pubDate>
		<dc:creator>Carl Mercier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.carlmercier.com/?p=151</guid>
		<description><![CDATA[If you sent me an email in the last few months and you just received a confirmation e-mail from a company called SpamArrest, you can ignore it. I&#8217;m trying all sorts of crazy things to once and for all solve my e-mail spam problem.  Gmail ain&#8217;t cutting it for me.  I decided to give SpamArrest [...]]]></description>
			<content:encoded><![CDATA[<p>If you sent me an email in the last few months and you just received a confirmation e-mail from a company called SpamArrest, you can ignore it.</p>
<p>I&#8217;m trying all sorts of crazy things to once and for all solve my e-mail spam problem.  Gmail ain&#8217;t cutting it for me.  I decided to give SpamArrest a go even though I&#8217;m not a big fan of the <a href="http://en.wikipedia.org/wiki/Challenge-response_spam_filtering" target="_blank">Challenge/Response</a> principle.</p>
<p>The company lost my business within 2 minutes.  They fetched mail from my inbox and sent a challenge/response to everybody who had an email sitting there&#8230; about a thousand people!  I don&#8217;t need retroactive service thank you!  I already dealt with those emails thank you.</p>
<p>I&#8217;m truly sorry about this.  I&#8217;m out of SpamArrest already.  Any other suggestion?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carlmercier.com/2008/09/02/the-art-of-losing-a-customer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3G, you know you want it!</title>
		<link>http://blog.carlmercier.com/2008/07/10/iphone-3g-you-know-you-want-it/</link>
		<comments>http://blog.carlmercier.com/2008/07/10/iphone-3g-you-know-you-want-it/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:30:40 +0000</pubDate>
		<dc:creator>Carl Mercier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.carlmercier.com/?p=127</guid>
		<description><![CDATA[Camilo just sent me that&#8230; so true!  You know what I&#8217;ll do tomorrow  (click to enlarge)]]></description>
			<content:encoded><![CDATA[<p><a href="http://camilolopez.com" target="_blank">Camilo</a> just sent me that&#8230; so true!  You know what I&#8217;ll do tomorrow <img src='http://blog.carlmercier.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   (click to enlarge)</p>
<p style="text-align: center;"><a href="http://blog.carlmercier.com/wp-content/uploads/2008/07/1125.gif"><img class="alignnone size-medium wp-image-128 aligncenter" title="iPhone 3G financial advice" src="http://blog.carlmercier.com/wp-content/uploads/2008/07/1125-287x300.gif" alt="" width="287" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carlmercier.com/2008/07/10/iphone-3g-you-know-you-want-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Podcast: Building Developer-Friendly Web Service APIs</title>
		<link>http://blog.carlmercier.com/2008/06/17/podcast-building-developer-friendly-web-service-apis/</link>
		<comments>http://blog.carlmercier.com/2008/06/17/podcast-building-developer-friendly-web-service-apis/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 18:41:08 +0000</pubDate>
		<dc:creator>Carl Mercier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[dabbledb]]></category>
		<category><![CDATA[Defensio]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[freshbooks]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[pownce]]></category>
		<category><![CDATA[sxsw]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://blog.carlmercier.com/?p=126</guid>
		<description><![CDATA[If you&#8217;re interested, the podcast for Building Developer-Friendly Web Service APIs @ SxSW was just released. I was on the panel with Avi Bryant (DabbleDB), Leah Culver (Pownce), Ari Steinberg (Facebook) and Ben Vinegar (Freshbooks). Not a bad line-up! Here&#8217;s the podcast]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.carlmercier.com/wp-content/uploads/2008/06/2347830409_4b4a5ae238.jpg"><img class="aligncenter size-full wp-image-125" title="Building Developer-Friendly Web Service APIs @ SxSW 2008" src="http://blog.carlmercier.com/wp-content/uploads/2008/06/2347830409_4b4a5ae238.jpg" alt="" width="500" height="333" /></a></p>
<p>If you&#8217;re interested, the podcast for Building Developer-Friendly Web Service APIs @ SxSW was just released. I was on the panel with Avi Bryant (DabbleDB), Leah Culver (Pownce), Ari Steinberg (Facebook) and Ben Vinegar (Freshbooks).  Not a bad line-up!</p>
<p><a href="http://2008.sxsw.com/blogs/podcasts.php/2008/06/16/building_developer_friendly" target="_blank">Here&#8217;s the podcast</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carlmercier.com/2008/06/17/podcast-building-developer-friendly-web-service-apis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I hate captchas</title>
		<link>http://blog.carlmercier.com/2008/02/21/i-hate-captchas/</link>
		<comments>http://blog.carlmercier.com/2008/02/21/i-hate-captchas/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 22:00:16 +0000</pubDate>
		<dc:creator>Carl Mercier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://blog.carlmercier.com/2008/02/21/i-hate-captchas/</guid>
		<description><![CDATA[Here&#8217;s what Google just showed me&#8230; I&#8217;m sorry, but I can&#8217;t read that. Camilo could, but I couldn&#8217;t. Spammers are getting better at OCR&#8216;ing captchas, and in return, captchas are getting harder to read. I think this one just crossed the line&#8230; now even humans can&#8217;t read them!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what Google just showed me&#8230;</p>
<p><img src="http://blog.carlmercier.com/wp-content/uploads/2008/02/image.jpeg" alt="image.jpeg" /></p>
<p>I&#8217;m sorry, but I can&#8217;t read that.  <a href="http://camilolopez.com" target="_blank">Camilo</a> could, but I couldn&#8217;t.  Spammers are getting better at <a href="http://en.wikipedia.org/wiki/Optical_character_recognition" target="_blank">OCR</a>&#8216;ing captchas, and in return, captchas are getting harder to read.  I think this one just crossed the line&#8230; now even humans can&#8217;t read them!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.carlmercier.com/2008/02/21/i-hate-captchas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
