<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Antwerkz, Inc.</title>
	<atom:link href="http://www.antwerkz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.antwerkz.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Jul 2009 22:43:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Your project needs someone like me</title>
		<link>http://www.antwerkz.com/your-project-needs-someone-like-me/</link>
		<comments>http://www.antwerkz.com/your-project-needs-someone-like-me/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:53:06 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=2925</guid>
		<description><![CDATA[I have a mild compulsion to clean up code.  When i see mixed indentation (usually tabs vs spaces), I start getting twitchy.  When I see star imports, places where old loops can be replace with the &#8220;new&#8221; foreach loops (thereby reducing line noise in many cases), or any of a number of different &#8220;improvements&#8221; to [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/your-project-needs-someone-like-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Some Post JavaOne Fun</title>
		<link>http://www.antwerkz.com/some-post-javaone-fun/</link>
		<comments>http://www.antwerkz.com/some-post-javaone-fun/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 06:15:50 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[fan]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=2710</guid>
		<description><![CDATA[It&#8217;s friday night.  Finally back at the hotel without a meeting or party or a session to go to.  What else is there to do but port benchmarks of debatable value to my favorite new non-Java language:  Fan.  Earlier in the I was directed to this blog post detailing some performance problems with groovy.  Yes, [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/some-post-javaone-fun/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Kindle is Here!</title>
		<link>http://www.antwerkz.com/the-kindle-is-here/</link>
		<comments>http://www.antwerkz.com/the-kindle-is-here/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:04:32 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1864</guid>
		<description><![CDATA[I finally broke down and bought a Kindle.  I&#8217;ve been eyeballing them since the first one came out and have been daydreaming about them since the Kindle 2 pics first leaked.  After reading countless previews and reviews and raves and rants, I decided it was time.  Sure, it&#8217;s expensive.  Yeah, it&#8217;s &#8220;only a single function [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/the-kindle-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String Concatenation Revisited</title>
		<link>http://www.antwerkz.com/string-concatenation-revisited/</link>
		<comments>http://www.antwerkz.com/string-concatenation-revisited/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 18:23:56 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1759</guid>
		<description><![CDATA[This entry is part 5 of 5 in the series TipsI had intended to do some follow up numbers to my previous post but I got a bit sidetracked by work and the like.  My simple tests all work with one String that&#8217;s created then thrown away.  This test helped me resolve the question I [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/string-concatenation-revisited/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Tips]]></series:name>
	</item>
		<item>
		<title>Isn&#8217;t it time for GCJ to die?</title>
		<link>http://www.antwerkz.com/isnt-it-time-for-gcj-to-die/</link>
		<comments>http://www.antwerkz.com/isnt-it-time-for-gcj-to-die/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 14:51:56 +0000</pubDate>
		<dc:creator>jlee</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[gcj]]></category>
		<category><![CDATA[java 6]]></category>
		<category><![CDATA[justin lee]]></category>

		<guid isPermaLink="false">http://www.antwerkz.com/?p=1625</guid>
		<description><![CDATA[What&#8217;s the motivation for gcj these days?  Originally, everyone wanted a GPLd JVM so gcj kinda made sense.  At least in spirit.  It&#8217;s never been a functional equivalent for an actual JVM, though.  I&#8217;ve seen nothing but problems with it for years in IRC channels.  It&#8217;s partial implementation of the spec has led to endless [...]]]></description>
		<wfw:commentRss>http://www.antwerkz.com/isnt-it-time-for-gcj-to-die/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
