<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>The Cattle Grid</title>
        <link>http://www.cattlegrid.info/blog/</link>
        <description>this empty space you call your home</description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Mon, 11 Aug 2008 07:48:52 +0000</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Great guests at Italian Perl Workshop 2008</title>
            <description><![CDATA[<p><img src="/images/titolo_ipw2008.png" alt="" height="113" width="360" class="right" style="float:right" /></p>

<p>It looks like we'll have at least 4 international speakers at this year's <a href="http://conferences.yapceurope.org/ipw2008/index.html">Italian Perl Workshop</a>:</p>


<ul>
<li><b>Tim Bunce</b>: creator of the Perl <span class="caps">DBI </span>interface. If you're a Perl coder, 99% chances are that you used <span class="caps">DBI </span>at least once. Tim is the architect of this great library, the abstraction layer which allows to communicate with almost all databases using a consistent interface. Tim Bunce is, however, not only related to <span class="caps">DBI, </span>but also to several other <span class="caps">CPAN </span>modules: the <span class="caps">DBI </span>driver for Oracle, Devel::NYTProf, etc. Moreover, he was the maintainer of Perl 5.4.x, he wrote some books for <a href="http://www.oreilly.com"><span class="caps">O'R</span>eilly</a>, and he's often a speaker at the major international open source conferences. To learn more about Tim: <a href="http://blog.timbunce.org/about/">http://blog.timbunce.org/about/</a>,</li>
</ul>




<ul>
<li><b>Rafael Garcia-Suarez</b>: lead developer of the current (5.10) release of the Perl interpreter More information here: <a href="http://consttype.blogspot.com/">http://consttype.blogspot.com/</a>.</li>
</ul>




<ul>
<li><b>Marcus Ramberg</b>: Catalyst project leader. Catalyst can be regarded as the Perl killer application of these years. It's an open source framework for the development of web applications which closely follows the <span class="caps">MVC </span>architecture. It features a variety of experimental web patterns, and also implements some concepts which you can find in Ruby on Rails, Maypole and Spring. For more information: <a href="http://nordaaker.com/blog/">http://nordaaker.com/blog/</a></li>
</ul>




<ul>
<li><b>Matt S Trout</b>: <span class="caps">DBI</span>x::Class project founder, Catalyst core developer.  <span class="caps">DBI</span>x::Class is one of the more widespread  Object-Relational Mappers for the Perl language. More information about Matt is here: <a href="http://chainsawblues.vox.com/">http://chainsawblues.vox.com/</a></li>
</ul>



<p>Of course, besides these names, there are also <b>many great Italian speakers</b>. You can take a look at <a href="http://conferences.yapceurope.org/ipw2008/schedule">the workshop schedule</a>.</p>

<p>So, don't miss <a href="http://conferences.yapceurope.org/ipw2008/index.html">Italian Perl Workshop 2008</a>!!!</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/08/great-guests-at-italian-perl-w.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/08/great-guests-at-italian-perl-w.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">conference</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">event</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">italy</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">perl</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">pisa</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">workshop</category>
            
            <pubDate>Mon, 11 Aug 2008 07:48:52 +0000</pubDate>
        </item>
        
        <item>
            <title>Programming Amazon Web Services</title>
            <description><![CDATA[<p><img src="http://oreilly.com/catalog/covers/9780596515812_cat.gif" alt="" class="right" style="float:right" /></p>

<h3><a href="http://oreilly.com/catalog/9780596515812/index.html"><strong>Programming Amazon Web Services</strong></a><br />
<em>James Murty</em><br />
<a href="http://www.oreilly.com/"><span class="caps">O'R</span>eilly Media</a>, 2008<br />
<span class="caps">ISBN</span>: 978-0-596-51581-2<br />
US$ 49.99</h3>

<p>Rating: <em>4/5 (very good)</em></p>

<p>Amazon Web Services are a constantly expanding series of infrastructure services targeted to web developers who want to outsource parts of their application infrastructure. These services are meant to be reliable, scalable and cost-effective. Especially as far as reliability is concerned, however, Amazon Web Services - together with Google App Engine - have recently been regarded as a bit controversial, due to some downtime episodes. Nonetheless, services such as these provide a gate to the future of the Internet, where owners of small and medium web sites, who can't afford to build some high-quality services on their own, can easily outsource them.</p>

<p><em>Programming Amazon Web Services</em> is the ideal primer to Amazon outsourcing services. It provides a general view of everything Amazon currently offers, including some services in the beta testing phase, as well as the necessary amount of in-depth coverage of each service.</p>

<p>A programmer who never outsourced any part of its infrastructure might not be much confident using <span class="caps">API</span>s which abstract tasks such as database access and data storage (even though it would be a good practice to use some sort of <span class="caps">API </span>also for locally-provided services). To help in this situations, this book kicks off with an explanation on how to think an application, with an appreciated overview of <span class="caps">REST</span>-based <span class="caps">API</span>s, remote requests and <span class="caps">XML </span>documents and their handling; at the same time, the author tells you how Amazon thinks you should build your application to effectively take advantage of what they provide.</p>

<p>After this introductory part, the whole book is dedicated to the exploration of each service: Simple Stoage Service (S3), Elastic Compute Cloud, Simple Queue Service, Flexible Payments Service and SimpleDB. Every section provides an explanation on what the service is and how it works, including not only its advantages but also the possible problems which may arise by using it. There's also some <span class="caps">API </span>references and, best of all, a lot of interesting code examples. Amazon Web Services can be used in any programming language so, even though the examples in this book are written in Ruby, it's easy to understand them and "port" them to your favourite language. Moreover, there are libraries around which allow a more abstracted usage of <span class="caps">ABS</span>: for instance, <a href="http://search.cpan.org"><span class="caps">CPAN</span></a> hosts several Amazon-related modules for the Perl language.</p>

<p>All in all, <em>Programming Amazon Web Services</em> this is a fine book for anyone who is seriously interested in using Amazon to outsource application infrastructure. Highly recommended.</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/08/programming-amazon-web-service.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/08/programming-amazon-web-service.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">amazon</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">aws</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">book</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">oreilly</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">review</category>
            
            <pubDate>Wed, 06 Aug 2008 07:43:59 +0000</pubDate>
        </item>
        
        <item>
            <title>Italian Perl Workshop 2008 - reminder</title>
            <description><![CDATA[<p><img src="/images/titolo_ipw2008.png" alt="" height="113" width="360" class="right" style="float:right" /></p>

<p>I Perl Mongers italiani e il gruppo Pisa.pm sono lieti di annunciare il Quarto Perl Workshop Italiano.</p>

<p>Il Workshop si terrà a Pisa, nei locali messi gentilmente a disposizione dal Dipartimento di Informatica dell'Università di Pisa, nei giorni 18 e 19 Settembre 2008.</p>

<p>Il Workshop vuole essere un'occasione d'incontro rivolta a tutti gli utilizzatori di Perl, professionisti o amatoriali che siano, ma anche a chi si avvicina per la prima volta a questo linguaggio e ne vuole conoscere le particolarità e la cultura.</p>

<p>Accanto a interventi nel classico stile da conferenza, saranno previsti spazi di discussione e dibattito su argomenti di interesse, proposti dai partecipanti e guidati da esperti.</p>

<p>La partecipazione al workshop è gratuita, e include un servizio altrettanto gratuito di coffee-break.</p>

<p>Saranno inoltre disponibili a pagamento (incluse nel biglietto opzionale):</p>

<p>    * T-Shirt dell'evento<br />
    * Gadget perl.it</p>

<p>Per maggiori info: <a href="http://www.perl.it/workshop">http://www.perl.it/workshop</a></p>

<p><strong>Fino al 20 Luglio 2008 sei ancora in tempo per proporre un intervento. Qui trovi tutte le informazioni per farlo:</strong></p>

<p><a href="http://conferences.yapceurope.org/ipw2008/cfp.html"><strong>http://conferences.yapceurope.org/ipw2008/cfp.html</strong></a></p>

<p>Ti ricordiamo che la scadenza per l'invio di interventi è il 30 giugno 2008; inoltre, sebbene la partecipazione sia gratuita, ti chiediamo di registrarti quanto prima: questo ci aiuterà nella logistica!</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/07/italian-perl-workshop-2008-rem.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/07/italian-perl-workshop-2008-rem.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">italiano</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">italy</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">perl</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">workshop</category>
            
            <pubDate>Wed, 09 Jul 2008 14:08:14 +0000</pubDate>
        </item>
        
        <item>
            <title>PerlHike::IT 2008</title>
            <description><![CDATA[<p>Folks!</p>

<p>After some years of unsuccesful attempts, we finally managed to organise the Italian PerlHike. There were just 2 of us, but maybe it's promising for the future. ;-)</p>

<p><a href="http://www.perl.it/blog/archives/000602.html">Here you can find a detailed story on the event</a> (In Italian language), while some pictures are available at the following links (choose the format you like best):</p>


<ul>
<li><a href="http://www.flickr.com/photos/arthas/sets/72157605835749019/show/">Slideshow</a></li>
<li><a href="http://www.flickr.com/photos/arthas/sets/72157605835749019/detail/">Detail</a></li>
<li><a href="http://www.flickr.com/photos/arthas/sets/72157605835749019/">Thumbnails</a></li>
</ul>

]]></description>
            <link>http://www.cattlegrid.info/blog/2008/06/perlhikeit-2008.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/06/perlhikeit-2008.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">event</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">hike</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">mountain</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">perl</category>
            
            <pubDate>Mon, 30 Jun 2008 11:32:38 +0000</pubDate>
        </item>
        
        <item>
            <title>Case art</title>
            <description><![CDATA[<p>I had the case of one of my PCs painted by a local artist, Giulia.</p>

<p>Pictures follow.</p>

<p><img src="/images/penguincase_1_ok.jpg" alt="" height="348" width="340" /> <img src="/images/penguincase_3_ok.jpg" alt="" height="292" width="300" /><br />
<img src="/images/penguincase_2_ok.jpg" alt="" height="488" width="650" /></p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/05/case-art.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/05/case-art.html</guid>
            
            
            <pubDate>Fri, 23 May 2008 16:53:18 +0000</pubDate>
        </item>
        
        <item>
            <title>Current TV in Italy</title>
            <description><![CDATA[<p>Peer-to-peer television <a href="http://www.current.com/">Current TV</a> launched its Italian version a few days ago. From the first time I saw it, and then visited the website, I thought it was a very interesting way of making TV and learning things.</p>

<p>It's difficult these days to find something which makes some sense on other video sharing sites such as <em>YouTube</em>. In Current it is quite easy, as there's someone behind it who actually cares for what is interesting to publish and what isn't. Plus, what you send can even be aired on Sky channel 130 if other users like it enough!</p>

<p>So, welcome to Italy Current.Com!</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/05/current-tv-in-italy.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/05/current-tv-in-italy.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">cool</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">knowledge</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">social</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tv</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">video</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">web</category>
            
            <pubDate>Mon, 12 May 2008 18:52:18 +0000</pubDate>
        </item>
        
        <item>
            <title>Catalyst - Accelerating Perl Web Application Development</title>
            <description><![CDATA[<p><img src="/images/catalyst_book_jrockway.jpg" alt="" height="228" width="180" class="right" style="float:right" /></p>

<h3><a href="http://www.packtpub.com/catalyst-perl-web-application/book"><strong>Catalyst</strong></a><br />
<em>Jonathan Rockway</em><br />
<a href="http://www.packtpub.com/">Packt Publishing</a>, 2007<br />
<span class="caps">ISBN</span>-13: 978-1-847190-95-6<br />
US$ 39.99 - UK£ 24.99</h3>

<p>Rating: <em>4/5 (very good)</em></p>

<p>This is the first Catalyst-related book  to be published, and I'm very happy of this as Catalyst is my platform of choice for web application development. Packt seems like a great publisher, as it provides books on very specific topics that otherwise might end up being uncovered by the printed media.</p>

<p>Catalyst is a killer Perl application, and brings <span class="caps">MVC </span>web development to a new level. The main other available frameworks (i.e. Rails) try to impose the framework authors' choices on the developer (i.e. which templating system to use, which database abstraction library to prefer, ...); Catalyst simply provides a basic structure, along with a wide range of different choices which play well with this basic structure. This approach greatly improves the developer's opportunities to create customized and high-quality software, but it also has a downside: newbies find it difficult to enter the Catalyst world, as they have to make choices they're not yet ready to make, and so they might tend to walk away from Catalyst, leaning towards a different framework. Jonathan Rockway's book attempts to solve this problem, providing a beginner's guide to Catalyst where all the relevant choices have already been made by the author. This book tells you: "<em>there's more than one way to do things, and this is my way; follow it, and then you might decide to stick with it or make changes but, in the meanwhile, you will have learned Catalyst</em>".</p>

<p><em>Catalyst - Accelerating Perl Web Application Development</em> begins with an introduction to <span class="caps">MVC </span>concepts and with an overview of the Catalyst installation. The main focus of the book is, however, development of applications, from simple to more advanced ones which involve complex database operations and authentication. The book assumes the developer already knows object oriented Perl fairly well, and follows a smooth path which allows him to learn Catalyst and the author's preferred modules: <em><span class="caps">DBI</span>x::Class</em> for the database Model, <em>Template Toolkit</em> for the template View, and a selection of plugins. This selection isn't - however - a group of obscure Perl modules: they are the ones most widely used by the Catalyst community. So, what this book offers is also a series of "best practice" suggestions on what to use. The chapters on testing and deployment are a much appreciated addition.</p>

<p>Not everything is perfect. Code formatting, which doesn't feature any empty line to separate code blocks, might sometimes make it difficult to read examples - but it's minor thing. The part regarding the <em>Authentication</em> plugin is a bit outdated because of <span class="caps">API </span>changes - but things like this happen in every programming book. The chapter on the installation of the framework is just a few pages long, and doesn't cover the problems one might encounter - but it points to <span class="caps">IRC </span>chat and mailing lists where to ask for help.</p>

<p>All in all, this a good-to-excellent introduction to the Catalyst framework, and great first book on a framework which is becoming better and better every day. Rockway's work is the starting point for anyone seriously interested in building modern and scalable web applications, and in having some fun while doing that as well.</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/03/catalyst-accelerating-perl-web.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/03/catalyst-accelerating-perl-web.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">book</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">catalyst</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">perl</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">review</category>
            
            <pubDate>Thu, 13 Mar 2008 08:51:38 +0000</pubDate>
        </item>
        
        <item>
            <title>Iraqi tales</title>
            <description><![CDATA[<p>Some days ago I stumbled upon a shocking video which, unfortunately, seems to be true and is probably the worst thing I saw on the Internet since I began using it back in 1991. <a href="http://www.dumpert.nl/mediabase/43462/9fb16ab3/us_soldaat_gooit_puppy.html">This video</a> (I suggest you consider to not look at it) shows two smiling US soldiers in Iraq throwing a dog from a cliff in Iraq.</p>

<p>It's quite disturbing to see people who are to be considered the ones who protect us doing such violent acts. <a href="http://getactive.peta.org/campaign/p2_puppy_thrown">There's an online petition</a> which aims to convince the US Marine Corps (who already started an investigation on this fact) to establish a zero-tolerance rule on violence on defenceless animals.</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/03/iraqi-tales.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/03/iraqi-tales.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">horror scandal war animal</category>
            
            <pubDate>Sun, 09 Mar 2008 13:33:26 +0000</pubDate>
        </item>
        
        <item>
            <title>The Art of Agile Development</title>
            <description><![CDATA[<p><img src="http://www.oreilly.com/catalog/covers/9780596527679_cat.gif" alt="" class="right" style="float:right" /></p>

<h3><a href="http://www.oreilly.com/catalog/9780596527679/index.html"><strong>The Art of Agile Development</strong></a><br />
<em>James Shore &amp; Shane Warden</em><br />
<a href="http://www.oreilly.com/"><span class="caps">O'R</span>eilly Media</a>, 2007<br />
<span class="caps">ISBN</span>-13: 978-0-596-52767-9<br />
US$ 39.99</h3>

<p>Rating: <em>4/5 (very good)</em></p>

<p>There's been a lof of fuss about Agile Development lately. Many folks see it like the <em>cool new thing</em>, the way you must code from now on, but most don't actually know what all of this is about. Fact is agile development isn't simply a new way to code software, but comprises a series of different ways to do the normal activities. These new methods, grouped together, make up a new way of work.</p>

<p>Were my words clear? No? Great, I thought so. This is the moment for <em>The Art of Agile Development</em> to come in. It's a deep and quite complex work from authors James Shore and Shane Warden: the first is one of the original signers of the Agile Manifesto, which practically invented Agile Development. The books is complex because it needs to be such: you can't "migrate to Agile" in one day, your team has to practice - as the cover image shows, you need to grow.</p>

<p>First of all, the books tries to make you understand <em>why</em> you need (or simply want) Agile Development: since the path is not straight, but more like a forest, you must - as a team leader - convinced of what you are doing. In some cases, it might also make you understand that you <em>don't</em> need Agile Development, which is a good thing anyhow - and the book remains useful in any case, as it's full of suggestions and practices which can be applied to any working team.</p>

<p><em>The Art of Agile Development</em> unveils its concepts by teaching the most famous example of Agile Development: Extreme Programming. This particular case of is actually so well-known that most people tend to identify Agile Development with it. The book assumes your positions allows you to make decisions for a team - that's because Agile Development requires a lot of changes in the way your team works. It also assumes you are willing to risk some of your and your team's time and resources in practicing Agile Development: improvement needs some sacrifice.</p>

<p>The books offers and in-depth exploration of each of the covered topics, which you can read by <a href="http://www.oreilly.com/catalog/9780596527679/toc.html">browsing through its table of contents</a>. You are step-by-step taught about what you need to, what results you can expect, and when you can expect them. I believe the last two aspects are very important, as they help you evaluate if you're doing things properly, and they allow you to make changes down the road without losing days and weeks in incorrect work behaviours.</p>

<p>Although there's a main "line", alternatives are always explored by the authors. for instance chapter 6, which is about <em>Planning</em>, in a certain place supports the adoption of <em>adaptive release planning</em>; it, however, explains the differences with other possible choices such as <em>predictive release planning</em>, and tries to make you understand where one approach can work better than the other. You find a lot of other goodies in any chapter: answers to <span class="caps">FAQ</span>s, pointers to external resources, and especially great <em>Contraindications</em> paragraphs. These will prove to be quite useful, as you'll be able to know beforehand how the adoption of what is explained in a chapter might create problems to your working environment, and therefore be able to avoid troubles.</p>

<p>All in all, <em>The Art of Agile Development</em> is a great book, but it's demanding. It requires you to study it beforehand, then make important decisions, and then try to convince your team about those decision - some of them, at first glance, might seem a bit awkward to team members. You'll then need to apply what you learned in an effective manner. It's not an easy reading,  but one things I like most about this book are the "internal links", which simplify the learning process: there are gray text boxes named <em>Allies</em> spread everywhere, which point you to other sections of the book which are related to what you are reading.</p>

<p>If you're a team manager and want to try to move towards Agile Development, this is definitely the book for you. If you don't feel you want this, but still want to improve the productivity of your team, this book is for you as well, as it offers tons of tips on how to organize work in a modern and efficient way.</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/03/the-art-of-agile-development.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/03/the-art-of-agile-development.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">book review programming organization</category>
            
            <pubDate>Fri, 07 Mar 2008 11:45:01 +0000</pubDate>
        </item>
        
        <item>
            <title>And out come the wolves!</title>
            <description><![CDATA[<p><img src="/images/gintonics_parolaccia.jpg" alt="" height="500" width="375" class="right" style="float:right" /></p>

<p>The set up of <strong>Gin Tonics</strong>, our brit-rock cover band (but we might begin making music of our  own soon), took several months because it seemed we were never able to find all the band members, and when we found them other problems delayed our playing sessions so we were never able to have a decent number of songs to play.</p>

<p>Events have been more favourable since a few months, so on March 1, 2008, we were finally able to play, along with another local band named <em>Close</em>, at the <em>La Parolaccia</em> bar in <a href="http://maps.google.com/maps?q=malnisio&amp;ie=UTF8&amp;oe=utf-8&amp;client=firefox-a&amp;ll=46.142734%2C12.636101&amp;spn=0.008177%2C0.014484&amp;t=h&amp;z=16">Malnisio</a>.</p>

<p>I think the concert went quite well, and I have some pictures to share. <a href="http://www.flickr.com/photos/arthas/sets/72157604029059703/show/">Here you can view them as a slide show</a>. </p>

<p>If case the above link doesn't work on your browser, <a href="http://www.flickr.com/photos/arthas/sets/72157604029059703/">you may try this</a></p>

<p>And... stay tuned for future concerts!!!</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/03/gin-tonics-first-live.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/03/gin-tonics-first-live.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">gintonics</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">live</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">me</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">music</category>
            
            <pubDate>Sun, 02 Mar 2008 19:03:09 +0000</pubDate>
        </item>
        
        <item>
            <title>Flagfox: the coolest Firefox add-on</title>
            <description><![CDATA[<p>Ok, maybe it's not really true: <em>FireBug</em> and the <em>Web Developer Toolbar</em> might be better add-ons, but this one is really cool.</p>

<p><a href="http://flagfox.servehttp.com/">Flagfox</a> (<a href="https://addons.mozilla.org/en-US/firefox/addon/5791">click here for its Mozilla Add-ons web page</a>) displays a small icon representing the country where the web site you're browsing is located (the plugin traces the IP address). If you click on the icon, you get location details, coordinates, local time and a Google map and satellite view of the area!</p>

<p>After the <a href="http://www.cattlegrid.info/blog/2008/01/the-greatest-thunderbird-plugi.html">Display Mail User Agent</a> plugin for Thunderbird, this is the ultimate time-wasting application for Firefox - but it can even be useful. Be sure to install it!!!</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/02/flagfox-the-coolest-firefox-ad.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/02/flagfox-the-coolest-firefox-ad.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">addon</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">cool</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">firefox</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">plugin</category>
            
            <pubDate>Tue, 26 Feb 2008 13:33:42 +0000</pubDate>
        </item>
        
        <item>
            <title>Italian Perl Workshop 2008</title>
            <description><![CDATA[<p><img src="/images/titolo_ipw2008.png" alt="" height="113" width="360" class="right" style="float:right" /></p>

<p>After a year-lasting pause, Italian Perl Mongers are glad to announce a new edition of The Perl Workshop. As usual, the workshop will be held in Pisa. It will take place at the end of the Summer, on September 18 and 19.</p>

<p>Workshop attendance is free of charge.</p>

<p>We're looking for people interested in speaking at the workshop, or simply for talk ideas. Of course, we're also looking for people who just come to listen to the speakers:</p>

<p>This is the official web site, with <span class="caps">CFP </span>and other information:</p>

<p><a href="http://conferences.yapceurope.org/ipw2008/">http://conferences.yapceurope.org/ipw2008/</a></p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/02/italian-perl-workshop-2008.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/02/italian-perl-workshop-2008.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">coding</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">conference</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">italy</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">perl</category>
            
            <pubDate>Wed, 20 Feb 2008 11:47:25 +0000</pubDate>
        </item>
        
        <item>
            <title>My bookmarks on del.icio.us</title>
            <description><![CDATA[<p>Just in case someone cares, my public bookmarks (that is to say <em>all</em> my bookmarks) are available on <em>del.icio.us</em>:</p>

<p><a href="http://del.icio.us/lordarthas">http://del.icio.us/lordarthas</a></p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/02/my-bookmarks-on-delicious.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/02/my-bookmarks-on-delicious.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">boomarks</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">link</category>
            
            <pubDate>Wed, 13 Feb 2008 14:22:52 +0000</pubDate>
        </item>
        
        <item>
            <title>Taking a look at Arch Linux</title>
            <description><![CDATA[<p>My Linux distribution of choice - and, consequently, my operating system of choice - is Gentoo. However, from time to time I'm getting requests from customers to install some Linux servers or desktop computers in their places. Gentoo takes a lot of effort for an in-place installation and a)I don't have the time for that b)the customer won't pay for all that time anyway.</p>

<p>Ultil recent times, I used to install Slackware - which I like a lot because it's simple and clean. However, there are always been things which I didn't like in Slackware: lack of a dependency resolution system in the package manager, impossibility to upgrade the system without actually destroying it, and some weird Pat's choices. Moreover, Pat recently dropped Gnome support from mainline Slackware, and Gnome is precisely the desktop environment I use and install.</p>

<p>So I decided to grab all the relatively well-known distributions and to test them out. I tried CentOS, Fedora, Ubuntu, and many others - but they were all really too bloated in my opinion. I then decided to give Arch a try, as I heard good words about it around the internet and... bingo, I found what I was looking for!</p>

<p>Arch is, basically, as clean as Slackware (if not cleaner), but provides a great package manager with a dependency resolution system. It's also easy to update your system, and there's a nice policy for the updating of configuration files (even though probably not as advanced as Gentoo's). Also, the community is big (and growing), and very helpful.</p>

<p>I liked Arch so much that I decided to install it on my laptop. So now I'm half a Gentoo and half an Arch Linux user. I just hope to find time to contribute to both projects somehow. ;-)</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/02/taking-a-look-at-arch-linux.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/02/taking-a-look-at-arch-linux.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">arch</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">distribution</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">linux</category>
            
            <pubDate>Sun, 10 Feb 2008 13:31:56 +0000</pubDate>
        </item>
        
        <item>
            <title>The greatest Thunderbird plugin</title>
            <description><![CDATA[<p><img src="/blog/postimages/thunderbird_logo.png" alt="" height="152" width="150" class="right" style="float:right" /></p>

<p>It might be nearly useless, it might even be a waste of time, but <a href="https://addons.mozilla.org/en-US/thunderbird/addon/562">this is my favourite Mozilla Thunderbird add-on</a>.</p>

<p>It displays a fancy icon which immediately tell which e-mail client the sender of the message is using. As of today, it has got icons for 564 different softwares/webmails/... It's so fun to browse e-mails to discover who's using the strangest e-mail client. :-)</p>]]></description>
            <link>http://www.cattlegrid.info/blog/2008/01/the-greatest-thunderbird-plugi.html</link>
            <guid>http://www.cattlegrid.info/blog/2008/01/the-greatest-thunderbird-plugi.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">cool</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">software</category>
            
            <pubDate>Tue, 15 Jan 2008 22:54:21 +0000</pubDate>
        </item>
        
    </channel>
</rss>
