<?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>Comentários sobre Agile Hacking</title>
	<atom:link href="http://gabrielfalcao.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielfalcao.com</link>
	<description>The GNUs of mine, and its green builds</description>
	<lastBuildDate>Sun, 25 Sep 2011 22:56:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comentário sobre Geeks from venus eat geeks from mars at breakfast por Kalea</title>
		<link>http://gabrielfalcao.com/2009/01/31/geeks-from-venus-eat-geeks-from-mars-at-breakfast/comment-page-1/#comment-486</link>
		<dc:creator>Kalea</dc:creator>
		<pubDate>Sun, 25 Sep 2011 22:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=17#comment-486</guid>
		<description>Free knowledge like this doesn&#039;t just help, it promote dmoerccay. Thank you.</description>
		<content:encoded><![CDATA[<p>Free knowledge like this doesn&#8217;t just help, it promote dmoerccay. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre lettuce 0.1 official release por Kenny Meyer</title>
		<link>http://gabrielfalcao.com/2010/06/08/lettuce-0-1-official-release/comment-page-1/#comment-466</link>
		<dc:creator>Kenny Meyer</dc:creator>
		<pubDate>Sat, 25 Jun 2011 13:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=211#comment-466</guid>
		<description>Gabriel, why does the website seem to be outdated?</description>
		<content:encoded><![CDATA[<p>Gabriel, why does the website seem to be outdated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre lettuce 0.1 official release por Gabriel Falcão</title>
		<link>http://gabrielfalcao.com/2010/06/08/lettuce-0-1-official-release/comment-page-1/#comment-453</link>
		<dc:creator>Gabriel Falcão</dc:creator>
		<pubDate>Tue, 14 Dec 2010 17:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=211#comment-453</guid>
		<description>No Pascal, you don&#039;t need to embed a copy of lettuce on your projects.
Thus, you should not!</description>
		<content:encoded><![CDATA[<p>No Pascal, you don&#8217;t need to embed a copy of lettuce on your projects.<br />
Thus, you should not!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre lettuce 0.1 official release por Cameron Dawson</title>
		<link>http://gabrielfalcao.com/2010/06/08/lettuce-0-1-official-release/comment-page-1/#comment-451</link>
		<dc:creator>Cameron Dawson</dc:creator>
		<pubDate>Mon, 08 Nov 2010 18:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=211#comment-451</guid>
		<description>Gabriel, I&#039;m using Lettuce and really like it!  We&#039;re testing a new in-house tool for Mozilla.  I&#039;m wondering if anyone has a good solution for web-based reporting of test results.  I guess I may need to write one myself...</description>
		<content:encoded><![CDATA[<p>Gabriel, I&#8217;m using Lettuce and really like it!  We&#8217;re testing a new in-house tool for Mozilla.  I&#8217;m wondering if anyone has a good solution for web-based reporting of test results.  I guess I may need to write one myself&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre lettuce 0.1 official release por Pascal</title>
		<link>http://gabrielfalcao.com/2010/06/08/lettuce-0-1-official-release/comment-page-1/#comment-448</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 16 Sep 2010 08:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=211#comment-448</guid>
		<description>Hey there,

does the GPL licensing mean I can&#039;t use it in a non-GPL project? That would obviously be a problem to many potential users.</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>does the GPL licensing mean I can&#8217;t use it in a non-GPL project? That would obviously be a problem to many potential users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre Bolacha, httplib2 wrapper with cookie handling and file upload. por Nil Goyette</title>
		<link>http://gabrielfalcao.com/2009/08/09/python-bolacha-httplib2-wrapper-with-cookie-handling-and-file-upload/comment-page-1/#comment-446</link>
		<dc:creator>Nil Goyette</dc:creator>
		<pubDate>Tue, 31 Aug 2010 17:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=123#comment-446</guid>
		<description>I was reading the code of Bolacha and I think there&#039;s an error on line 66 in multipart.py. The code in the IF will never be executed.
if x == 1:
  &#039;ok&#039;
else:
  if x == 1:
    &#039;Am I useless?&#039;
  else
    ...

I hope httplib2 will be updated so we can send files. Maybe you could get in touch with them and ask if they are interested to include your work in httplib2.

Anyway, thanks for the good work!</description>
		<content:encoded><![CDATA[<p>I was reading the code of Bolacha and I think there&#8217;s an error on line 66 in multipart.py. The code in the IF will never be executed.<br />
if x == 1:<br />
  &#8216;ok&#8217;<br />
else:<br />
  if x == 1:<br />
    &#8216;Am I useless?&#8217;<br />
  else<br />
    &#8230;</p>
<p>I hope httplib2 will be updated so we can send files. Maybe you could get in touch with them and ask if they are interested to include your work in httplib2.</p>
<p>Anyway, thanks for the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre Apresentando Lettuce, BDD em python por lettuce 0.1 official release &#124; Planeta Globo.com</title>
		<link>http://gabrielfalcao.com/2010/05/12/apresentando-lettuce-bdd-em-python/comment-page-1/#comment-427</link>
		<dc:creator>lettuce 0.1 official release &#124; Planeta Globo.com</dc:creator>
		<pubDate>Wed, 09 Jun 2010 18:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=175#comment-427</guid>
		<description>[...] days after its first release candidate, lettuce is now much mature and also got new [...]</description>
		<content:encoded><![CDATA[<p>[...] days after its first release candidate, lettuce is now much mature and also got new [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre lettuce 0.1 official release por Gabriel Falcão</title>
		<link>http://gabrielfalcao.com/2010/06/08/lettuce-0-1-official-release/comment-page-1/#comment-426</link>
		<dc:creator>Gabriel Falcão</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=211#comment-426</guid>
		<description>Oops, thanks :)</description>
		<content:encoded><![CDATA[<p>Oops, thanks <img src='http://gabrielfalcao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre Apresentando Lettuce, BDD em python por lettuce 0.1 official release &#124; Agile Hacking</title>
		<link>http://gabrielfalcao.com/2010/05/12/apresentando-lettuce-bdd-em-python/comment-page-1/#comment-425</link>
		<dc:creator>lettuce 0.1 official release &#124; Agile Hacking</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=175#comment-425</guid>
		<description>[...] days after its first release candidate, lettuce is now much mature and also got new [...]</description>
		<content:encoded><![CDATA[<p>[...] days after its first release candidate, lettuce is now much mature and also got new [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentário sobre lettuce 0.1 official release por Alex</title>
		<link>http://gabrielfalcao.com/2010/06/08/lettuce-0-1-official-release/comment-page-1/#comment-423</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 08 Jun 2010 06:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://gabrielfalcao.com/?p=211#comment-423</guid>
		<description>a small note: indentation is geting lost in your code samples (which is obviously unfortunate with python).</description>
		<content:encoded><![CDATA[<p>a small note: indentation is geting lost in your code samples (which is obviously unfortunate with python).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

