<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Dev Adventures</title>
        <link>http://www.cantovirtual.com.br/dev-adventures/</link>
        <description>Going to the places you have come to fear the most.</description>
        <language>en</language>
        <copyright>Copyright 2009</copyright>
        <lastBuildDate>Sat, 20 Sep 2008 23:55:46 -0300</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Read Me First</title>
            <description>A book about writing style for technical documentation.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/read-me-first.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/read-me-first.html</guid>
            
            
            <pubDate>Sat, 20 Sep 2008 23:55:46 -0300</pubDate>
        </item>
        
        <item>
            <title>Unit-tests Primer</title>
            <description>Unit testing is now a part of our development culture but there&apos;s much more than meet the eye in the subject. This article will expose some details of ESSS unit-test culture.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/unittests-primer.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/unittests-primer.html</guid>
            
            
            <pubDate>Tue, 12 Aug 2008 16:34:56 -0300</pubDate>
        </item>
        
        <item>
            <title>Configure errors</title>
            <description>Errors found while running &quot;configure&quot; script to build dist for unix systems.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/configure-errors.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/configure-errors.html</guid>
            
            
            <pubDate>Thu, 03 Jul 2008 17:09:17 -0300</pubDate>
        </item>
        
        <item>
            <title>Adding third party libraries to dist (part 1)</title>
            <description> A guide on how to add a third-party library in the dist.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/adding-third-party-libraries-t.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/adding-third-party-libraries-t.html</guid>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">dist</category>
            
            <pubDate>Wed, 25 Jun 2008 11:24:02 -0300</pubDate>
        </item>
        
        <item>
            <title>_except_handler4_common</title>
            <description>p=. !(Center)/dev-adventures-images/_except_handler4_common.png!

&quot;The procedure entry point _except_handler4_common could not be located in the dynamic link library msvcrt.dll&quot;

The error above occurs when running the latests version of Builds when trying to download stuff.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/-except-handler4-common.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/-except-handler4-common.html</guid>
            
            
            <pubDate>Mon, 09 Jun 2008 10:57:49 -0300</pubDate>
        </item>
        
        <item>
            <title>Book Meeting - Peopleware Chapter 3</title>
            <description>Highlights of chapters 3 of Peopleware for the Book Meeting of 4.jun.2008. </description>
            <link>http://www.cantovirtual.com.br/dev-adventures/book-meeting-peopleware-chapte-1.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/book-meeting-peopleware-chapte-1.html</guid>
            
            
            <pubDate>Wed, 04 Jun 2008 12:56:54 -0300</pubDate>
        </item>
        
        <item>
            <title>The order of libs matter in GCC</title>
            <description>The order of the libraries in a link command line makes difference
when compiling using GCC. Differently from Windows, the list of linking
libraries must be in the descend order of dependency, that is, the most
dependent first and the less dependent last.

Our construction mechanism keep the order of the list defined in the SConstruct, so, keep the libraries in the correct order there.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/the-order-of-libs-matter-in-gc.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/the-order-of-libs-matter-in-gc.html</guid>
            
            
            <pubDate>Thu, 29 May 2008 17:32:50 -0300</pubDate>
        </item>
        
        <item>
            <title>Book Meeting - Peopleware Chapter 1,2</title>
            <description>Highlights of chapters 1 and 2 of Peopleware for the Book Meeting of 28.may.2008.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/book-meeting-peopleware-chapte.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/book-meeting-peopleware-chapte.html</guid>
            
            
            <pubDate>Wed, 28 May 2008 12:49:13 -0300</pubDate>
        </item>
        
        <item>
            <title>Updating time with localroot</title>
            <description>Ben (the server machine) wasn&apos;t using the correct time and every time we try to update it generates the following error:

bc. System error 5 has occurred.
Access is denied.
</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/updating-time-with-localroot.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/updating-time-with-localroot.html</guid>
            
            
            <pubDate>Tue, 22 Apr 2008 10:54:20 -0300</pubDate>
        </item>
        
        <item>
            <title>Introducing vector grid-functions</title>
            <description>The implementation of vectorial grid-functions in Sci.App changes several places in the process hierarchy. This article explains each change, including the decisions made during the process.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/introducing-vector-gridfunctio.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/introducing-vector-gridfunctio.html</guid>
            
            
            <pubDate>Thu, 17 Apr 2008 12:40:07 -0300</pubDate>
        </item>
        
        <item>
            <title>Adding a project in CruiseControl</title>
            <description>This article enumerates the steps and problems found while adding the pwda11 project to our cruise-control.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/development/adding-a-project-in-cruisecont.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/development/adding-a-project-in-cruisecont.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Development</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">cruisecontrol</category>
            
            <pubDate>Tue, 15 Apr 2008 11:16:08 -0300</pubDate>
        </item>
        
        <item>
            <title>Micro-instrument</title>
            <description>The current implementation of XGUI is heavily based on an concept called Instrument. This concept dates from the first XGUI versions, and have not evolve since them. Now, with a lot of implemented features we find out that this concept must be reviewed and updated.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/development/microinstrument.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/development/microinstrument.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Development</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">XGUI</category>
            
            <pubDate>Wed, 09 Apr 2008 12:30:18 -0300</pubDate>
        </item>
        
        <item>
            <title>Translation Files</title>
            <description>The automatic build fails because there&apos;s a modification in the source files. This modification is in the translation file (pt-BR.ts). The file generated by the install process differs from the one in the repository.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/environment/translation-files.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/environment/translation-files.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Environment</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">builds20</category>
            
            <pubDate>Tue, 01 Apr 2008 10:39:34 -0300</pubDate>
        </item>
        
        <item>
            <title>The dark side</title>
            <description>The new monitor have a very strong white that was bothering my eyes. So I&apos;ve decided to switch the color-scheme to darker one.</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/environment/the-dark-side.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/environment/the-dark-side.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Environment</category>
            
            
            <pubDate>Fri, 14 Mar 2008 11:18:22 -0300</pubDate>
        </item>
        
        <item>
            <title>Automatically install projects</title>
            <description> Currently, builds is able to download a compiled and tested version of all our libraries (ETK) using a simple command. But this is not enough to make the libraries usable, the user must first &quot;install&quot; these libraries. How can we automate this process too?</description>
            <link>http://www.cantovirtual.com.br/dev-adventures/environment/automatically-install-projects.html</link>
            <guid>http://www.cantovirtual.com.br/dev-adventures/environment/automatically-install-projects.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Environment</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">builds20</category>
            
            <pubDate>Tue, 12 Feb 2008 13:24:38 -0300</pubDate>
        </item>
        
    </channel>
</rss>

