<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Diego, el gnomo &#187; planetdebian</title>
	<atom:link href="http://blogs.gnome.org/diegoe/category/planetdebian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/diegoe</link>
	<description>Pisco Sour is GNOME's official cocktail</description>
	<lastBuildDate>Wed, 21 Oct 2009 01:15:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/pe/</creativeCommons:license>		<item>
		<title>Debian free chocolate bonanza</title>
		<link>http://blogs.gnome.org/diegoe/2009/07/26/debian-free-chocolate-bonanza/</link>
		<comments>http://blogs.gnome.org/diegoe/2009/07/26/debian-free-chocolate-bonanza/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 17:57:47 +0000</pubDate>
		<dc:creator>diegoe</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[planetdebian]]></category>
		<category><![CDATA[caceres]]></category>
		<category><![CDATA[chocolate]]></category>
		<category><![CDATA[debconf9]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/diegoe/?p=157</guid>
		<description><![CDATA[If you are in Cáceres for Debconf and happen to fix a bug (any) in Debian, look around for me and I&#8217;ll give you a quite incredibly most awesome too damn good peruvian chocolate. It&#8217;s amazing, you have no excuse to not fix some extra bugs.
Extra surprise even more omg awesomeness bonus for the most [...]]]></description>
			<content:encoded><![CDATA[<p>If you are in Cáceres for Debconf and happen to fix a bug (any) in Debian, look around for me and I&#8217;ll give you a <strong>quite incredibly most awesome too damn good peruvian chocolate</strong>. It&#8217;s amazing, you have no excuse to not fix some extra bugs.<br />
<strong>Extra surprise even more omg awesomeness bonus</strong> for the most evil bugs and release-critical ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/diegoe/2009/07/26/debian-free-chocolate-bonanza/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Python common mistakes</title>
		<link>http://blogs.gnome.org/diegoe/2009/05/23/python-common-mistakes/</link>
		<comments>http://blogs.gnome.org/diegoe/2009/05/23/python-common-mistakes/#comments</comments>
		<pubDate>Sat, 23 May 2009 19:09:58 +0000</pubDate>
		<dc:creator>diegoe</dc:creator>
				<category><![CDATA[planetdebian]]></category>
		<category><![CDATA[planetgnome]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/diegoe/?p=127</guid>
		<description><![CDATA[When starting with Python or just when you haven&#8217;t read PEP 8 you usually fall into some frequent mistakes. Mostly because you take your experience in other languages to Python and your mind gets confused with the new conventions (or something like that).
Some of these errors and their explanation:

if a == None:
Really common. None is [...]]]></description>
			<content:encoded><![CDATA[<p>When starting with Python or just when you haven&#8217;t read <a href="http://www.python.org/dev/peps/pep-0008/">PEP 8</a> you usually fall into some frequent mistakes. Mostly because you take your experience in other languages to Python and your mind gets confused with the new conventions (or something like that).</p>
<p>Some of these errors and their explanation:</p>
<ul>
<li><strong>if a == None:</strong><br />
Really common. None is a singleton, so you can (well, actually, have) to compare to it like &#8216;<strong>if a is None</strong>&#8216; or &#8216;<strong>if a is not None</strong>&#8216;.</li>
<li><strong>if (condition):</strong><br />
This is not really pythonic, if doesn&#8217;t take () around the condition in python, () purpose is grouping, you can use them in an if but only to clarify a really complex condition or similar stuff. Please don&#8217;t clutter code with unneeded characters.</li>
<li><strong>if len(list):<br />
</strong>This is a misunderstanding of Python way of things, any empty sequence (string, list, tuple) is False. So if you want to make sure a list is empty, just check if it&#8217;s False. Same for tuples, and in some ocassions for strings.</li>
<li><strong>if type(obj) is type(1):<br />
</strong>This is killing kittens, there&#8217;s a builtin function for this purpose, it&#8217;s called -surprise- isinstance(object, type). For example <strong>isinstance(123, int)</strong></li>
</ul>
<p>Read more about this and other conventions in <a href="http://www.python.org/dev/peps/pep-0008/">PEP 8</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/diegoe/2009/05/23/python-common-mistakes/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Still locked out of Google</title>
		<link>http://blogs.gnome.org/diegoe/2009/05/11/still-locked-out-of-google/</link>
		<comments>http://blogs.gnome.org/diegoe/2009/05/11/still-locked-out-of-google/#comments</comments>
		<pubDate>Mon, 11 May 2009 08:04:58 +0000</pubDate>
		<dc:creator>diegoe</dc:creator>
				<category><![CDATA[planetdebian]]></category>
		<category><![CDATA[planetgnome]]></category>
		<category><![CDATA[google sucks]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/diegoe/?p=124</guid>
		<description><![CDATA[Google continues to lock me out of my account apparently just for fun. NOT A SINGLE ANSWER I have got from their bazillion of forms.
I&#8217;m obviously pissed off by this, so far the best I have got have been automated replies from forms spitting standard answers to me, answers also in the GMail web help. [...]]]></description>
			<content:encoded><![CDATA[<p>Google continues to lock me out of my account apparently just for fun. <strong>NOT A SINGLE ANSWER</strong> I have got from their bazillion of forms.</p>
<p>I&#8217;m obviously pissed off by this, so far the best I have got have been automated replies from forms spitting standard answers to me, answers also in the GMail web help. Yes, <em>that</em> kind of answer &#8220;please check that the router is ON&#8221;.</p>
<p>Google: you are making me unhappy, I have been happy to recommend you to friends, but doesn&#8217;t seem like I will keep doing it after this.</p>
<p>I have bazillions of stuff rotting in queue because of this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/diegoe/2009/05/11/still-locked-out-of-google/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Locked out of Google world</title>
		<link>http://blogs.gnome.org/diegoe/2009/05/05/locked-out-of-google-world/</link>
		<comments>http://blogs.gnome.org/diegoe/2009/05/05/locked-out-of-google-world/#comments</comments>
		<pubDate>Wed, 06 May 2009 03:24:38 +0000</pubDate>
		<dc:creator>diegoe</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[planetdebian]]></category>
		<category><![CDATA[planetgnome]]></category>
		<category><![CDATA[boohoo]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[sucks]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/diegoe/?p=120</guid>
		<description><![CDATA[So, seems like Google locked me out of my account today. Apparently for my own protection. Perhaps they are right and they are preventing me from being harmed.
In case you sent me a million dollar offer or something really important, this is why I haven&#8217;t replied.
Sigh.
]]></description>
			<content:encoded><![CDATA[<p>So, seems like Google locked me out of my account today. Apparently for my own protection. Perhaps they are right and they are preventing me from being harmed.</p>
<p>In case you sent me a million dollar offer or something really important, this is why I haven&#8217;t replied.</p>
<p>Sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/diegoe/2009/05/05/locked-out-of-google-world/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Accepted for a summer job</title>
		<link>http://blogs.gnome.org/diegoe/2009/04/21/accepted-for-a-summer-job/</link>
		<comments>http://blogs.gnome.org/diegoe/2009/04/21/accepted-for-a-summer-job/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:21:38 +0000</pubDate>
		<dc:creator>diegoe</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[planetdebian]]></category>
		<category><![CDATA[planetgnome]]></category>
		<category><![CDATA[bts]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[summerofcode2009]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/diegoe/?p=114</guid>
		<description><![CDATA[Yesterday, after a lot of expectation I got great news: my proposal for Debian&#8217;s SoC was accepted!
This is great news for me, because it means I&#8217;ll get the chance to contribute to another project I also like and owe a lot: Debian  
For the curious, my proposal is finishing and enhancing the web UI [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, after a lot of expectation I got great news: my proposal for Debian&#8217;s SoC was accepted!<br />
This is great news for me, because it means I&#8217;ll get the chance to contribute to another project I also like and owe a lot: Debian <img src='http://blogs.gnome.org/diegoe/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>For the curious, my proposal is <a href="http://socghop.appspot.com/student_project/show/google/gsoc2009/debian/t124022197742">finishing and enhancing the web UI</a> for the Debian Bug Tracking System (BTS for short). Which is a great system but lacks some features that as a GNOME developer have learned to love and, from my humble point of view, think that Debian would benefit from. If you have ever used Debian&#8217;s BTS after getting used to GNOME&#8217;s Bugzilla, you know what I mean.</p>
<p>Regarding this great news, I&#8217;m also happy and confident to say that I&#8217;ll be able to keep up with GNOME and Debian work without a hitch. Lots of engineering went through my head to ensure I&#8217;ll be able to give my best in what I&#8217;m currently doing.</p>
<p>Also, my dear friends <a href="http://blog.pucp.edu.pe/marvil07">Marco Villegas</a> and <a href="http://wiki.freaks-unidos.net/weblogs/ceronman/index">Manuel Cerón</a> (of LunarEclipse fame) got selected for Drupal and Mono respectively.<br />
Marco will be creating the <a href="http://socghop.appspot.com/student_project/show/google/gsoc2009/drupal/t124022214492">infrastructure needed for Drupal.org to go the git way</a> and Manuel will be doing some <a href="http://socghop.appspot.com/student_project/show/google/gsoc2009/mono/t124022707972">MonoDevelop <strong>crack</strong></a> (actually a visual class designer).</p>
<p>It was a great day!</p>
<p>PD: Hello <a href="http://soc.alioth.debian.org/feeds/blogs/">Planet DebianSoC</a>! perhaps you want to read a <a href="http://blogs.gnome.org/diegoe/2009/03/02/hello-planetgnome/">short intro of myself in this old post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/diegoe/2009/04/21/accepted-for-a-summer-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
