<?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; tips</title>
	<atom:link href="http://blogs.gnome.org/diegoe/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/diegoe</link>
	<description>Pisco Sour is GNOME's official cocktail</description>
	<lastBuildDate>Tue, 09 Aug 2011 10:59:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/pe/</creativeCommons:license>		<item>
		<title>Summer lessons</title>
		<link>http://blogs.gnome.org/diegoe/2010/04/27/summer-lessons/</link>
		<comments>http://blogs.gnome.org/diegoe/2010/04/27/summer-lessons/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 07:46:14 +0000</pubDate>
		<dc:creator>diegoe</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[planetdebian]]></category>
		<category><![CDATA[planetgnome]]></category>
		<category><![CDATA[epiphany]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[igalia]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/diegoe/?p=215</guid>
		<description><![CDATA[Over the last few months I&#8217;ve been working for Igalia, as an intern, fixing regressions in Epiphany, which extends to WebKitGTK+ sometimes. Surely a dream job: working on my favourite projects, on a great company, surrounded by great teammates and friends. I&#8217;m happy about it, really really happy. I love this job, totally, completely!. I&#8217;ve had [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months <a href="http://blogs.gnome.org/diegoe/2010/01/08/summer-plans/">I&#8217;ve been working for Igalia, as an intern, fixing regressions in Epiphany</a>, which extends to WebKitGTK+ sometimes. Surely a dream job: working on my favourite projects, on a great company, surrounded by great teammates and friends.</p>
<p><a href="http://www.igalia.com/"><img class="aligncenter size-full wp-image-214" title="Igalia logo" src="http://blogs.gnome.org/diegoe/files/2010/04/igalia-blanco.png" alt="Igalia: Free Software Engineering" width="206" height="75" /></a></p>
<p>I&#8217;m happy about it, really really happy. I love this job, totally, completely!. I&#8217;ve had the chance to learn <em>a lot</em>. Here I&#8217;d like to share some things I have learned so far, I look forward to post again with more ideas, but meanwhile here you have two.</p>
<p><strong>Different timezones are hard</strong></p>
<p>The time when I find most of the <a href="http://www.igalia.com">Igalia</a> crew online is between 2am and 12pm. Of course this doesn&#8217;t mean you can&#8217;t find them past 12pm, but it&#8217;s already 7pm or 8pm in Europe then. I&#8221;m on UTC-5 and Spain is on UTC+1 or (now) UTC+2.</p>
<p>You probably agree that asking <em>anyone</em> to wake up at 7am in summer is unrealistic. Luckily, Igalia doesn&#8217;t make me pass a turing test everyday at a fixed time. This rocks.</p>
<p style="text-align: center;"><a title="valpo by Diego Escalante Urrelo, on Flickr" href="http://www.flickr.com/photos/diegoe/4033414101/"><img src="http://farm3.static.flickr.com/2518/4033414101_632f398bde_m.jpg" alt="valpo" width="240" height="180" /><br />
</a><em>Valparaíso, Chile</em></p>
<p>I love it when people understand that a happy hacker working at midnight is better than an unhappy hacker working on a set in stone schedule. Kudos to Igalia for that.</p>
<p><strong>Your code should explain and defend itself</strong></p>
<p>My written expression teacher says &#8220;Your text should be good enough to explain and defend itself&#8221;. This applies to code too. I confirmed this at the expense of <a href="http://blogs.gnome.org/xan/">Xan</a>&#8216;s patience.</p>
<p>It&#8217;s a common situation: when the maintainer reviews your patch you are not around to explain it, or present the rationale you put into the change. The solution? well, simple, your patch and commit log should explain by themselves.</p>
<p>I saw, after realising how much ping-pong Xan and I had to play to get a patch in, that my patches lacked a harder review by myself before being posted.  <em>You have to be your first reviewer</em>.</p>
<p>Be a severe judge of your patch, ask yourself if you would accept such a patch, if you would like a commit message like that, if that variable name is really good, if someone could quickly grasp what&#8217;s it all about, etc. Get into the flippy flops of the maintainer, don&#8217;t assume everything is obvious to everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/diegoe/2010/04/27/summer-lessons/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to know the return value of a command</title>
		<link>http://blogs.gnome.org/diegoe/2008/05/18/how-to-know-the-return-value-of-a-command/</link>
		<comments>http://blogs.gnome.org/diegoe/2008/05/18/how-to-know-the-return-value-of-a-command/#comments</comments>
		<pubDate>Sun, 18 May 2008 22:48:27 +0000</pubDate>
		<dc:creator>diegoe</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[return value]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/diegoe/2008/05/18/how-to-know-the-return-value-of-a-command/</guid>
		<description><![CDATA[Just do: $ echo $? and that&#8217;s it.]]></description>
			<content:encoded><![CDATA[<p>Just do:</p>
<p>$ echo $?</p>
<p>and that&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/diegoe/2008/05/18/how-to-know-the-return-value-of-a-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/diegoe/tag/tips/feed/ ) in 0.19169 seconds, on Feb 10th, 2012 at 2:32 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 3:32 pm UTC -->
