<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Paulo Pires - Blog</title>
	<atom:link href="http://ppires.wordpress.com/feed" rel="self" type="application/rss+xml" />
	<link>http://ppires.wordpress.com</link>
	<description>the blog for technology, music and french fries</description>
	<pubDate>Sat, 28 Jun 2008 15:53:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Hudson - Continuous Integration made easy.. and free!</title>
		<link>http://ppires.wordpress.com/2008/06/28/hudson-continuous-integration-made-easy-and-free/</link>
		<comments>http://ppires.wordpress.com/2008/06/28/hudson-continuous-integration-made-easy-and-free/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 15:53:35 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=155</guid>
		<description><![CDATA[Some of you, developers, are acquainted with Continuous Integration, others do not, but one thing both have in common: the need of an easy mechanism to perform and monitor repetitive tasks in one or several projects. From building to testing, from keeping your project and dependencies versions right to logging the entire process, everything together [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some of you, developers, are acquainted with <a href="http://martinfowler.com/articles/continuousIntegration.html" target="_blank">Continuous Integration</a>, others do not, but one thing both have in common: the need of an easy mechanism to perform and monitor repetitive tasks in one or several projects. From building to testing, from keeping your project and dependencies versions right to logging the entire process, everything together is a task, an integration of <em>from-development-to-deliver</em> processes.</p>
<p>I didn&#8217;t know Continuous Integration itself, but everyday I have been dealing with something that resembles it. Man, it is a pain in the ass..</p>
<p>My employer made some colleagues of mine to use a tool - which name I can&#8217;t recall - but they keep complaining about it. So I wandered through the Web searching for something better. I found <a href="http://hudson.gotdns.com/wiki/display/HUDSON/Meet+Hudson" target="_blank">Hudson</a>!</p>
<p><em>Hudson</em> is a Java Web application very easy to &#8220;install&#8221;. All you have to do is to run<em> java -jar hudson.war</em> and there you go, point to <a href="http://localhost:8080" target="_blank"><em>http://localhost:8080</em></a> and you&#8217;ll have a very friendly management Web UI. Another way of running Hudson is through Java WebStart by running <a href="https://hudson.dev.java.net/hudson.jnlp" target="_self">this file</a> or installing it into a servlet container, like the one provided by <a href="http://glassfish.java.net/" target="_blank">Glassfish</a>.</p>
<p>After you get it up and ready, you can start configuring you <em>Hudson</em> instance to match your development environment. For instance, let&#8217;s say you use:</p>
<ul>
<li>Maven/Ant/Nant - build tool;</li>
<li>CVS/SVN/Git/Mercurial/Clearcase - SCM;</li>
<li>JUnit/NUnit/Test-NG - unit-testing;</li>
<li>Emma/Cobertura - code-coverage;</li>
<li>Many others including Checkstyle, IRCbot or Jabber build triggers, e-mail and IM notifications and <strong>even</strong> the ability to fire-up a VMWare virtual-machine, build your project and shut it down.</li>
</ul>
<p>Well <em>Hudson</em> is able to do that and much more, just check out their <a href="http://hudson.gotdns.com/wiki/display/HUDSON/Plugins" target="_blank">plug-in list</a>! My favourite is the <a href="http://hudson.gotdns.com/wiki/display/HUDSON/JIRA+Plugin" target="_blank">JIRA plug-in</a> but unfortunately I haven&#8217;t been able to find a <a href="http://bazaar-vcs.org/" target="_blank">Bazaar</a> plug-in and be truthfully happy.</p>
<p>Also it supports distributed builds and tracking dependency and release binaries versions. Isn&#8217;t it amazing? Well <a href="http://jboss-qa.blogspot.com/2007/10/taking-continuous-integration-to.html" target="_blank">JBoss guys think so</a>!</p>
<p>Give it a try and give me your feedback <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/155/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/155/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=155&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/28/hudson-continuous-integration-made-easy-and-free/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
		<item>
		<title>Camurssas - A BoysBand do momento&#8230; há 7 anos atrás!!</title>
		<link>http://ppires.wordpress.com/2008/06/19/camurssas-a-boysband-do-momento-ha-7-anos-atras/</link>
		<comments>http://ppires.wordpress.com/2008/06/19/camurssas-a-boysband-do-momento-ha-7-anos-atras/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:59:38 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=154</guid>
		<description><![CDATA[Ehpah, pela primeira vez na minha vida senti-me a envelhecer!! Fui encontrar na net a minha primeira página Web (puro HTML + CSS, edited with vi).
Se querem rir um bocadinho leiam o Historial e ouçam as três músicas que &#8220;editámos&#8221; naquela altura:

Amor Eterno
Fadinho
Caganêra

Deixem o vosso feedback! Façam-me sorrir mais um bocadinho..  
Óbviamente que só [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ehpah, pela primeira vez na minha vida senti-me a envelhecer!! Fui encontrar na net <a href="http://membros.aveiro-digital.net/camurssas/" target="_blank">a minha primeira página Web</a> (puro HTML + CSS, edited with <em>vi</em>).</p>
<p>Se querem rir um bocadinho leiam o <a href="http://membros.aveiro-digital.net/camurssas/pages/historial.htm" target="_blank">Historial</a> e ouçam as três <a href="http://membros.aveiro-digital.net/camurssas/pages/download.htm" target="_blank">músicas</a> que &#8220;<em>editámos</em>&#8221; naquela altura:</p>
<ul>
<li><a href="http://membros.aveiro-digital.net/camurssas/mp3/amor_eterno.mp3" target="_blank">Amor Eterno</a></li>
<li><a href="http://membros.aveiro-digital.net/camurssas/mp3/fadinho.mp3" target="_blank">Fadinho</a></li>
<li><a href="http://membros.aveiro-digital.net/camurssas/mp3/caganera.mp3" target="_blank">Caganêra</a></li>
</ul>
<p>Deixem o vosso feedback! Façam-me sorrir mais um bocadinho.. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Óbviamente que só podia ser fruto duma diarreia mental de uma mão cheia de cromos, incluíndo um antigo professor meu!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/154/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/154/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=154&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/19/camurssas-a-boysband-do-momento-ha-7-anos-atras/feed/</wfw:commentRss>
<enclosure url="http://membros.aveiro-digital.net/camurssas/mp3/amor_eterno.mp3" length="2955264" type="audio/mpeg" />
<enclosure url="http://membros.aveiro-digital.net/camurssas/mp3/fadinho.mp3" length="3715072" type="audio/mpeg" />
<enclosure url="http://membros.aveiro-digital.net/camurssas/mp3/caganera.mp3" length="4442112" type="audio/mpeg" />
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox 3 Final for Mac OS X direct link</title>
		<link>http://ppires.wordpress.com/2008/06/17/firefox-3-final-for-mac-os-x-direct-link/</link>
		<comments>http://ppires.wordpress.com/2008/06/17/firefox-3-final-for-mac-os-x-direct-link/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:50:34 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=152</guid>
		<description><![CDATA[For those of you desperately looking for a direct link, here you go! Props to Luis Miranda, the micro-blogger n00b!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For those of you desperately looking for a direct link, <a href="http://download.mozilla.org/?product=firefox-3.0&amp;os=osx&amp;lang=en-US" target="_blank">here you go</a>! Props to Luis Miranda, the micro-blogger n00b!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/152/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/152/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=152&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/17/firefox-3-final-for-mac-os-x-direct-link/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
		<item>
		<title>Laboratório p/ a Iniciativa de Software Aberto status?!</title>
		<link>http://ppires.wordpress.com/2008/06/17/laboratorio-p-a-iniciativa-de-software-aberto-status/</link>
		<comments>http://ppires.wordpress.com/2008/06/17/laboratorio-p-a-iniciativa-de-software-aberto-status/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:41:40 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[OSS]]></category>

		<category><![CDATA[Portugal]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Tek]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=151</guid>
		<description><![CDATA[Estará o LISA morto? Não dispõem, por exemplo, do Firefox 2/3 nem do OpenOffice.org 2.3/4, nem mesmo do Ubuntu 8.04 LTS Hardy Heron&#8230; mas que choque tecnológico :&#8217;(
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Estará o <a href="http://lisa.gov.pt/" target="_blank">LISA</a> morto? Não dispõem, por exemplo, do Firefox 2/3 nem do OpenOffice.org 2.3/4, nem mesmo do Ubuntu 8.04 LTS Hardy Heron&#8230; mas que choque tecnológico :&#8217;(</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/151/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/151/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=151&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/17/laboratorio-p-a-iniciativa-de-software-aberto-status/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
		<item>
		<title>Switzerland 2 - 0 Portugal</title>
		<link>http://ppires.wordpress.com/2008/06/15/switzerland-2-0-portugal/</link>
		<comments>http://ppires.wordpress.com/2008/06/15/switzerland-2-0-portugal/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 20:52:53 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=149</guid>
		<description><![CDATA[It wasn&#8217;t an important match given that Portugal has already made to the quarters, yet there&#8217;s something in this particular match that made me somewhat suffer. The referee!
I&#8217;ve been in the field for some years and if there&#8217;s something as bad as a referee&#8217;s bad judgment it&#8217;s, like in this particular case, the lack of [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It wasn&#8217;t an important match given that Portugal has already made to the quarters, yet there&#8217;s something in this particular match that made me somewhat suffer. The referee!</p>
<p>I&#8217;ve been in the field for some years and if there&#8217;s something as bad as a referee&#8217;s bad judgment it&#8217;s, like in this particular case, the lack of sensitiveness for the game. Alright, it&#8217;s a sport, and as such it has rules, but we must not forget we&#8217;re not machines, and that sports are meant to provide fun. So why break all that fun and magic by taking the rules so seriously and making players act like robots?</p>
<p>I hate people that take sports as money as well as I hated the Switzerland - Portugal referee. It&#8217;s people like you that takes us the pleasure of living football!!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/149/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/149/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=149&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/15/switzerland-2-0-portugal/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
		<item>
		<title>Portugal 3 - 1 Czech Republic</title>
		<link>http://ppires.wordpress.com/2008/06/11/portugal-3-1-czech-republic/</link>
		<comments>http://ppires.wordpress.com/2008/06/11/portugal-3-1-czech-republic/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 18:07:30 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=146</guid>
		<description><![CDATA[

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://ppires.files.wordpress.com/2008/06/portugal-flag.jpg"><img class="aligncenter size-full wp-image-145" src="http://ppires.files.wordpress.com/2008/06/portugal-flag.jpg?w=450&h=360" alt="" width="450" height="360" /></a></p>
<p style="text-align:center;">
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/146/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/146/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=146&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/11/portugal-3-1-czech-republic/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>

		<media:content url="http://ppires.files.wordpress.com/2008/06/portugal-flag.jpg" medium="image" />
	</item>
		<item>
		<title>Portugal 2 - 0 Turkey</title>
		<link>http://ppires.wordpress.com/2008/06/07/portugal-2-0-turkey/</link>
		<comments>http://ppires.wordpress.com/2008/06/07/portugal-2-0-turkey/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 21:00:24 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=144</guid>
		<description><![CDATA[

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://ppires.files.wordpress.com/2008/06/portugal-flag.jpg"><img class="aligncenter size-full wp-image-145" src="http://ppires.files.wordpress.com/2008/06/portugal-flag.jpg?w=450&h=360" alt="" width="450" height="360" /></a></p>
<p style="text-align:center;">
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/144/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/144/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=144&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/07/portugal-2-0-turkey/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>

		<media:content url="http://ppires.files.wordpress.com/2008/06/portugal-flag.jpg" medium="image" />
	</item>
		<item>
		<title>Voice and Video support for Pidgin and Adium - is it coming?!</title>
		<link>http://ppires.wordpress.com/2008/06/06/voice-and-video-support-for-pidgin-and-adium-is-it-coming/</link>
		<comments>http://ppires.wordpress.com/2008/06/06/voice-and-video-support-for-pidgin-and-adium-is-it-coming/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 13:15:07 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Networking]]></category>

		<category><![CDATA[OSS]]></category>

		<category><![CDATA[Tek]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=143</guid>
		<description><![CDATA[As wandering through my feed I got to Pidgin developer Hylke Bons blog post, where Hylke passes the message that Voice and Video support is coming soon to Pidgin. If this is true, and I&#8217;ve no reason to suspect otherwise, libpurple is the repo where the inners of this so long-awaited feature is under development.The [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As wandering through my feed I got to Pidgin developer Hylke Bons blog post, where Hylke <a href="http://bomahy.nl/hylke/blog/yes-its-coming/" target="_blank">passes the message that Voice and Video support is coming soon to Pidgin</a>. If this is true, and I&#8217;ve no reason to suspect otherwise, <a href="http://developer.pidgin.im/wiki/WhatIsLibpurple" target="_blank">libpurple</a> is the repo where the inners of this so long-awaited feature is under development.The same libpurple is the core for many other IM applications, namely one of the most famous Mac OS X IM clients, <a href="http://www.adiumx.com/" target="_blank">Adium</a>.</p>
<p>So, can we expect Voice and Video support coming soon? How many of you are waiting for this feature?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/143/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/143/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=143&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/06/voice-and-video-support-for-pidgin-and-adium-is-it-coming/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse on Mac OS X is down. Bring on Netbeans!!</title>
		<link>http://ppires.wordpress.com/2008/06/03/eclipse-on-mac-os-x-is-down-bring-on-netbeans/</link>
		<comments>http://ppires.wordpress.com/2008/06/03/eclipse-on-mac-os-x-is-down-bring-on-netbeans/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 08:50:59 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[OSS]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Tek]]></category>

		<category><![CDATA[android eclipse netbeans]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=142</guid>
		<description><![CDATA[Eclipse has been my preferred IDE for a while now, at work and home. I use it mainly for Java development, focusing on Enterprise Edition oriented version 3.3, Europa.
Recently, I installed it over my Macbook running Mac OS X. The problems started right away! I needed to install the Android plug-in so I followed the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://eclipse.org" target="_blank">Eclipse</a> has been my preferred IDE for a while now, at work and home. I use it mainly for Java development, focusing on Enterprise Edition oriented version 3.3, <a href="http://www.eclipse.org/downloads/moreinfo/jee.php" target="_self">Europa</a>.</p>
<p>Recently, I installed it over my Macbook running Mac OS X. The problems started right away! I needed to install the <a href="http://code.google.com/android" target="_blank">Android</a> plug-in so I followed the <a href="http://code.google.com/android/intro/installing.html" target="_blank">official instructions</a>. Eclipse plug-in installer kept failing on me complaining about some other plug-in dependencies breakage even that all I did was selecting Android&#8217;s plug-in. I tried other plug-ins and even updating Eclipse using the official way (<em>Help -&gt; Software Update</em>), but the behavior was the same.</p>
<p>As a good developer should do, I started looking on Eclipse&#8217;s bugzilla and after some wandering I finally <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=234166" target="_blank">hit it</a>. Can you see what the Eclipse developer did? He told me that &#8220;Europa is around for some time&#8221; and so &#8220;they would have run into it&#8221;.. WTF? What does this means? That I&#8217;m loosing my mind? That the other guy that reported this situation is highly on dope? Come on..</p>
<p>Well, I&#8217;m going for <a href="http://wiki.netbeans.org/IntroAndroidDevNetBeans" target="_blank">Netbeans</a>!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=142&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/06/03/eclipse-on-mac-os-x-is-down-bring-on-netbeans/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
		<item>
		<title>Mac OS X 10.5.3 Update</title>
		<link>http://ppires.wordpress.com/2008/05/28/mac-os-x-1053-update/</link>
		<comments>http://ppires.wordpress.com/2008/05/28/mac-os-x-1053-update/#comments</comments>
		<pubDate>Wed, 28 May 2008 20:09:50 +0000</pubDate>
		<dc:creator>Paulo Pires</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Tek]]></category>

		<guid isPermaLink="false">http://ppires.wordpress.com/?p=141</guid>
		<description><![CDATA[Zzooooh my god!! Zzeeee cannot zzelieve thizzz.. ZzzzzI&#8217;m the firrrzt pozting about thizz update at http://prt.sc
More info and Security updates!
/me wins, jah?!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Zzooooh my god!! Zzeeee cannot zzelieve thizzz.. ZzzzzI&#8217;m the firrrzt pozting about thizz update at http://prt.sc</p>
<p><a href="http://support.apple.com/kb/HT1141">More info</a> and <a href="http://support.apple.com/kb/HT1222" target="_blank">Security</a> updates!</p>
<p>/me wins, jah?!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ppires.wordpress.com/141/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ppires.wordpress.com/141/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ppires.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ppires.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ppires.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ppires.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ppires.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ppires.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ppires.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ppires.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ppires.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ppires.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppires.wordpress.com&blog=503974&post=141&subd=ppires&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ppires.wordpress.com/2008/05/28/mac-os-x-1053-update/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/ppires-128.jpg" medium="image">
			<media:title type="html">ppires</media:title>
		</media:content>
	</item>
	</channel>
</rss>