<?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/"
	>

<channel>
	<title>Learning by Experience &#187; general</title>
	<atom:link href="http://www.inze.be/andries/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inze.be/andries</link>
	<description>Java, Project Management, Life and anything else.</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:34:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to run statistics on SVN</title>
		<link>http://www.inze.be/andries/2009/11/10/how-to-run-statistics-on-svn/</link>
		<comments>http://www.inze.be/andries/2009/11/10/how-to-run-statistics-on-svn/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:03:32 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[jbpm]]></category>
		<category><![CDATA[management]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=199</guid>
		<description><![CDATA[Ever wondered who is &#8220;Developer of the month?&#8221;. I&#8217;ve found this great app that does just the thing&#8230; http://www.statsvn.org/ . I&#8217;ve taken the liberty to run it on the jBPM4 trunk, check it out here! From the quick start: Quick Start * Download the latest release from http://sourceforge.net/projects/statsvn/ * Expand the zip file into some [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2009/11/10/how-to-run-statistics-on-svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time management</title>
		<link>http://www.inze.be/andries/2008/11/19/time-management/</link>
		<comments>http://www.inze.be/andries/2008/11/19/time-management/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:35:58 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[management]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=80</guid>
		<description><![CDATA[Seven golden rules of time management I&#8217;m finishing The Last Lecture, a book I advice to any and all. Truly a life changing experience. Following paragraph is a synthesis from a chapter. Time must be explicitly managed, like money. You can always change your plan, but only if you have one. Learn to delegate. Ask [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2008/11/19/time-management/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Backing up data using Amazon S3</title>
		<link>http://www.inze.be/andries/2008/07/26/backing-up-data-using-amazon-s3/</link>
		<comments>http://www.inze.be/andries/2008/07/26/backing-up-data-using-amazon-s3/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 08:48:57 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=39</guid>
		<description><![CDATA[For years I have spend hours organizing and backing up all the pictures I took. At first I received digital cd&#8217;s because I had an analog camera, recent years I have a digital camera. I don&#8217;t have a RAID configuration, I do have over 1.5 TB of hard disks, and I spread the photo&#8217;s across [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2008/07/26/backing-up-data-using-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should we discard Interfaces?</title>
		<link>http://www.inze.be/andries/2008/05/17/should-we-discard-interfaces/</link>
		<comments>http://www.inze.be/andries/2008/05/17/should-we-discard-interfaces/#comments</comments>
		<pubDate>Sat, 17 May 2008 19:23:35 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=29</guid>
		<description><![CDATA[Whether we are writing DAO&#8217;s, services or use case, most of the time we create interfaces for these implementations. It allows us to program against interfaces, a common best practice for all of us. Using interfaces gives us following advantages: Enables loose coupling between interacting classes Makes it easier to test Allows us to easily [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2008/05/17/should-we-discard-interfaces/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Bugfixing: Easy Wins vs Risky Fixes first</title>
		<link>http://www.inze.be/andries/2008/04/08/bugfixing-easy-wins-vs-risky-fixes-first/</link>
		<comments>http://www.inze.be/andries/2008/04/08/bugfixing-easy-wins-vs-risky-fixes-first/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 21:29:15 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=22</guid>
		<description><![CDATA[We are entering the final stage within my current project: testing and bug fixing. Now we have bugs coming in on a steady stream, but I started wondering how to choose the best bugs to start with. After some pondering, I came up with following: There are 2 special kinds of bugs, the easy wins [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2008/04/08/bugfixing-easy-wins-vs-risky-fixes-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize your life</title>
		<link>http://www.inze.be/andries/2008/02/19/optimize-your-life/</link>
		<comments>http://www.inze.be/andries/2008/02/19/optimize-your-life/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 20:40:22 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[breadth]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[management]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=20</guid>
		<description><![CDATA[After graduation, quite a bit changed in my life. I started my professional career, became more intrested in hard work, started to invest in myself as a person. Very fast I started to find out -quoting a colleague now- that there are (only) 24h in a day. What will we do with it? That just [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2008/02/19/optimize-your-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Rate a Software Developer</title>
		<link>http://www.inze.be/andries/2007/08/28/how-to-rate-a-software-developer/</link>
		<comments>http://www.inze.be/andries/2007/08/28/how-to-rate-a-software-developer/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 19:00:58 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=14</guid>
		<description><![CDATA[A great post about being a better developer!]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2007/08/28/how-to-rate-a-software-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Invest in yourself</title>
		<link>http://www.inze.be/andries/2007/07/18/invest-in-yourself/</link>
		<comments>http://www.inze.be/andries/2007/07/18/invest-in-yourself/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 19:28:25 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=12</guid>
		<description><![CDATA[As I grow in my professional life, I&#8217;m see that it&#8217;s very important to be well informed. When you are doing a project, it&#8217;s hard to keep up with the rest of the technologies that aren&#8217;t in the project. I made a deal with myself months ago, to keep investing in myself. You only live [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2007/07/18/invest-in-yourself/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
