<?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>arei.net</title>
	<atom:link href="http://www.arei.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arei.net</link>
	<description></description>
	<lastBuildDate>Fri, 08 Jan 2010 14:22:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Annual Snow Rant</title>
		<link>http://www.arei.net/archives/196</link>
		<comments>http://www.arei.net/archives/196#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:21:52 +0000</pubDate>
		<dc:creator>arei</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://www.arei.net/?p=196</guid>
		<description><![CDATA[It&#8217;s time once again for my annual snow rant in which I tell you how irresponsible you are being by not cleaning the snow off your car.  So here goes.
It is your responsibility to clean the snow off your car in its entirety, including the roof.  If you cannot accept this responsibility, you [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time once again for my annual snow rant in which I tell you how irresponsible you are being by not cleaning the snow off your car.  So here goes.</p>
<p>It is your responsibility to clean the snow off your car in its entirety, including the roof.  If you cannot accept this responsibility, you should not be allowed to drive.  It&#8217;s that simple.  </p>
<p>Not cleaning the snow off you car causes others driving around you to have limited visibility and can even lead to complete loss of sight while driving if a large chunk blows off your car.  This leads to panic, accidents and even fatalities.  By not cleaning your car completely of snow you are actively participating in trying to hurt other people.</p>
<p>Now, I know we live in a world where people think everything outside of their car doesn&#8217;t exist.  It as if inside of the car is a completely seperate world from outside of it.  But the reality is that you share this world and the road with other people and you have a moral responsibility to help them be safe.</p>
<p>So there it is.  Clean the snow off your car, including the roof.  If you are too lazy, then please just stay home.  Your job, shopping, or social activity just isn&#8217;t that important and the world will keep on turning without you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arei.net/archives/196/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Vitriol</title>
		<link>http://www.arei.net/archives/193</link>
		<comments>http://www.arei.net/archives/193#comments</comments>
		<pubDate>Thu, 07 Jan 2010 21:10:03 +0000</pubDate>
		<dc:creator>arei</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.arei.net/?p=193</guid>
		<description><![CDATA[I&#8217;m an ANT guy.  I&#8217;ve been using ANT since 1999.  It&#8217;s amazingly powerful, amazingly useful and very flexible&#8230; and I&#8217;ve never once written my own ANT task.  Just using the ANT tasks available or out there in the community I have been able to build hundreds of software projects.
Now, of course, everyone [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m an ANT guy.  I&#8217;ve been using ANT since 1999.  It&#8217;s amazingly powerful, amazingly useful and very flexible&#8230; and I&#8217;ve never once written my own ANT task.  Just using the ANT tasks available or out there in the community I have been able to build hundreds of software projects.</p>
<p>Now, of course, everyone says, &#8220;Go Maven&#8221;.  So I went Maven&#8230; and it sucked. </p>
<p>See, I have <a href="http://www.arei.net/archives/104">very strong feelings about Frameworks</a>.  (Not to confuse you here, but Maven, like ANT, is a Build Framework.)  The problem with 99% of all Frameworks out there is that they force you into a specific way of doing something.  &#8220;But that&#8217;s the whole point,&#8221; you scream at me.  And I agree, that&#8217;s the point&#8230; until the moment you need to do something else.</p>
<p>Now, I use frameworks all the time in my software development, we all do.  There&#8217;s one listed over on the right side in my links section that I actually endorse.  So am I not hypocritical for deriding frameworks in one breathe while using them in another?  Of course I am, but here&#8217;s where i&#8217;ll caveat it&#8230; I use frameworks that provide the least limitation on me doing new things.  Maven, as an example is a rigid framework.  Doing something new with it is difficult challenge.  ANT on the other hand, while limiting, isn&#8217;t nearly as limited.  </p>
<p>So here&#8217;s AREI&#8217;s Framework Measurement Testing System.  First, evaluate a framework for the project you are working one, say building a Java Swing application.  Next, evaluate the framework for another, completely different project you might work on in the future, say building a Website.  How does the framework stack up for both things?  Finally, consider what&#8217;s going to happen when you need to take the framework beyond it&#8217;s scope into new places.  How accepting of that path is it?</p>
<p>Here&#8217;s some examples:</p>
<p>I had an ANT script that would append together a bunch of .JS files and then minify the entire set.  Worked like a champ.  The project I was on decided let&#8217;s give Maven a try instead of ANT.  So I had to come up with a way to do the same thing in Maven.  Two weeks of work later I ended up just calling ANT from inside of Maven.  </p>
<p>Anyway, this post was really meant as just a simple link to an awesome blog posting that unleashes some <a href="http://kent.spillner.org/blog/work/2009/11/14/java-build-tools.html">much needed fury on Maven</a>.  But I got a little carried away in the intro.</p>
<p>So in summation, Maven sucks.  Pick a framework that you can change.  Damn the man! Save Empire!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arei.net/archives/193/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2.8% Raise</title>
		<link>http://www.arei.net/archives/191</link>
		<comments>http://www.arei.net/archives/191#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:41:22 +0000</pubDate>
		<dc:creator>arei</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.arei.net/?p=191</guid>
		<description><![CDATA[So, I&#8217;m due to have yet another annual review this week.  If you read my earlier post &#8220;Deciphering What your Annual Review Means&#8221; you might recall I&#8217;m not really that excited by annual reviews or their results.
But, in preparation today I went out and did a little math.  According to the Consumer Price [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m due to have yet another annual review this week.  If you read my earlier post &#8220;<a href="http://www.arei.net/archives/166">Deciphering What your Annual Review Means</a>&#8221; you might recall I&#8217;m not really that excited by annual reviews or their results.</p>
<p>But, in preparation today I went out and did a little math.  According to the Consumer Price Index (CPI-U) which measures how much things costs for the average person, the costs of things has increased an average 2.8% every year for the last 10 years.  That means, any merit increase I see that is less than 2.8% means I&#8217;m losing money.  And a raise of 3% means I&#8217;ll see .2% more money a paycheck!  Hold me back I&#8217;m going on a spending spree.  (That was sarcasm in case you missed it.)</p>
<p>Honestly, I expect 4% though and I&#8217;ll have to start lining up some interviews after the holidays.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arei.net/archives/191/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funky Techno Groove Beat</title>
		<link>http://www.arei.net/archives/187</link>
		<comments>http://www.arei.net/archives/187#comments</comments>
		<pubDate>Sat, 05 Dec 2009 23:33:52 +0000</pubDate>
		<dc:creator>arei</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.arei.net/?p=187</guid>
		<description><![CDATA[I laid down some funky techno grooves.  Check it: http://inudge.net/inudge#/ft8r
]]></description>
			<content:encoded><![CDATA[<p>I laid down some funky techno grooves.  Check it: <a href="http://inudge.net/inudge#/ft8r">http://inudge.net/inudge#/ft8r</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arei.net/archives/187/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installed Windows 7 and I Just Gotta Say&#8230;</title>
		<link>http://www.arei.net/archives/185</link>
		<comments>http://www.arei.net/archives/185#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:10:20 +0000</pubDate>
		<dc:creator>arei</dc:creator>
				<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://www.arei.net/?p=185</guid>
		<description><![CDATA[So I installed Windows 7 at home this past weekend.  I had done the Beta version in some virtual machines at work and was impressed enough that when it came out I thought I&#8217;d give it a go at home.  The big change for me was in pushing my OS up to x64 [...]]]></description>
			<content:encoded><![CDATA[<p>So I installed Windows 7 at home this past weekend.  I had done the Beta version in some virtual machines at work and was impressed enough that when it came out I thought I&#8217;d give it a go at home.  The big change for me was in pushing my OS up to x64 so I could get more out of my memory.</p>
<p>Overall the install took about 6 hours: that includes downloading 64 bit drivers ahead of time, backing up all my stuff from the old version, reformatting my boot drive, installing Win 7, and reinstalling all my needed software.  So, at 6 hours, I gotta say, that&#8217;s pretty quick. Additionally, the install went flawlessly.  There was a hiccup with needing a raid driver early on, but it was before reformatting, so I just booted the old os and got the driver and put it on a thumb.</p>
<p>Now that I&#8217;m up and running, and have been so for a few days, I gotta say I&#8217;m impressed.  Performance is solid, boot time is faster, things run better&#8230; all in all a big success for me.  I especially see performance gains in games and swapping to desktop.  Very nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arei.net/archives/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
