<?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>Joshua Kerr</title>
	<atom:link href="http://www.joshuakerr.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuakerr.com</link>
	<description>Jesus is 1337</description>
	<lastBuildDate>Tue, 04 Oct 2011 22:12:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JavaOne 2011 Part 1</title>
		<link>http://www.joshuakerr.com/2011/10/04/javaone-2011-part-1/</link>
		<comments>http://www.joshuakerr.com/2011/10/04/javaone-2011-part-1/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 21:06:30 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Geek Speak]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=503</guid>
		<description><![CDATA[JavaOne has been good so far, below are some of my random thoughts/observations of some of the sessions that I&#8217;ve been to so far. Technical Keynote The keynote started off a little boring, to me at least, with a lot &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/10/04/javaone-2011-part-1/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>JavaOne has been good so far, below are some of my random thoughts/observations of some of the sessions that I&#8217;ve been to so far.</p>
<h3>Technical Keynote</h3>
<p>The keynote started off a little boring, to me at least, with a lot of dry nerd humor and talk about how Intel and Oracle have worked together to make improvements to both the JVM and hardware to get the best from each other. Thankfully Mark Reinhold came up next and woke everyone up when he started talking about Java SE 7-9.  (If you haven&#8217;t heard Java 7 came up back in July).  Java 7 is a great step forward with features like <a href="http://download.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html">AutoClosable</a>, String literals in switch statements, multi-catch, and multi-catch, and try-with-resources.  Java 8 looks like it will be a &#8220;revolutionary&#8221; change with Projects Lambda and Jigsaw (more to come on those).  The  <a href="http://javafx.com/">JavaFX</a> was very impressive, as most demos should be, and caught everyone&#8217;s attention when they had Duke mirroring the actions of the demonstrator ala Xbox kinect style.  I was also happy to hear them say that the Mac OSX version will be GA soon on the same date as the official Mac Java SE7 is available.  There are a few projects that we have at work which have been needing some TLC and JavaFX might be getting some action soon.</p>
<h3>Choosing a Web Framework</h3>
<p>I was actually pleasantly surprised at this session.  The presenter did a good job of explaining what all you need to look for when choosing a framework and the repercussions of making the wrong choice.  Most of the requirements should be fairly obvious however the speaker stressed the importance, rightfully so, of longterm planning when choosing your framework.  What really surprised me was the frameworks he compared/scored; Grails (shocker), GWT (another shocker), Tapestry, and Wicket.  Wicket?!  We&#8217;re migrating to Wicket at work and while I like the framework it just has never seemed to gather that much community support.</p>
<h3>Project Lambda</h3>
<p>The Project Lambda presentation given by <a href="http://blogs.oracle.com/abuckley/">Alex Buckley</a> was very good.  Being one of those geeks who enjoys the &#8220;thought process&#8221; discussions I was really into this one.  How some decisions were/are being made and how it will impact future coding and performance.  Lots of good stuff but to quote a college of mine &#8220;I&#8217;m not sure I want Perl in my Java&#8221;.  The syntax will take some getting used to….</p>
<h3>Project Jigsaw</h3>
<p>The concepts and implementation details behind Jigsaw are interesting.  Generally speaking, it&#8217;s taking the best parts of Ruby&#8217;s gems, maven, and others and wrapping it all up into the new JDK.  The project is also aiming at modularizing Java which is a good thing since it will help keep the bloat down.  The presenters were wise to avoid even mentioning OSGI since there will be some contention between the two somewhere down the line.  There are a lot of questions that came out of the presentation (like if you get rid of -classpath and everyone is using the module-info.java file how do you handle facades/runtime resources like SLF4j?) and this will be one to watch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/10/04/javaone-2011-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To JavaOne I Go Again</title>
		<link>http://www.joshuakerr.com/2011/08/22/to-javaone-i-go-again/</link>
		<comments>http://www.joshuakerr.com/2011/08/22/to-javaone-i-go-again/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 01:36:10 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Geek Speak]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaOne]]></category>
		<category><![CDATA[San Francisco]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=499</guid>
		<description><![CDATA[I&#8217;m going back to JavaOne again this year!  I enjoyed the conference last September and I&#8217;m looking forward to this year&#8217;s conference.  A little bummed it&#8217;s not in the Mascone Center (again) this year but  overall I thought Oracle did a good &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/08/22/to-javaone-i-go-again/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going back to <a title="JavaOne" href="http://www.oracle.com/javaone/index.html" target="_blank">JavaOne</a> again this year!  I enjoyed the conference <a href="http://www.joshuakerr.com/tag/javaone/" target="_blank">last September</a> and I&#8217;m looking forward to this year&#8217;s conference.  A little bummed it&#8217;s not in the Mascone Center (again) this year but  overall I thought <a title="Oracle" href="http://www.oracle.com/" target="_blank">Oracle</a> did a good job with the Hilton, Niko, and Parc 55.  Sessions are booked, flight reserved, and hotel ready.  San Francisco here I come again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/08/22/to-javaone-i-go-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Father&#8217;s Day Joys</title>
		<link>http://www.joshuakerr.com/2011/06/19/fathers-day-joys/</link>
		<comments>http://www.joshuakerr.com/2011/06/19/fathers-day-joys/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 00:31:44 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Makayla]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/2011/06/19/fathers-day-joys/</guid>
		<description><![CDATA[This is what makes Father&#8217;s Day memorable.]]></description>
			<content:encoded><![CDATA[<p>This is what makes Father&#8217;s Day memorable.</p>
<p><span style="text-align:center; display: block;"><a href="http://www.joshuakerr.com/2011/06/19/fathers-day-joys/"><img class="colorbox-498"  src="http://img.youtube.com/vi/JyQwiU4Us0g/2.jpg" alt="" /></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/06/19/fathers-day-joys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Nothing Box</title>
		<link>http://www.joshuakerr.com/2011/06/08/the-nothing-box/</link>
		<comments>http://www.joshuakerr.com/2011/06/08/the-nothing-box/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 03:03:18 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[nothing-box]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=497</guid>
		<description><![CDATA[This video was shown to me just the other day and I couldn&#8217;t stop laughing.  Let&#8217;s just say, there&#8217;s truth in humor. This week I&#8217;ve been able to utilize my nothing box to it&#8217;s upmost potential, probably more than I &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/06/08/the-nothing-box/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>This video was shown to me just the other day and I couldn&#8217;t stop laughing.  Let&#8217;s just say, there&#8217;s truth in humor.</p>
<p><object width="620" height="490"><param name="movie" value="http://www.youtube.com/v/0BxckAMaTDc?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0BxckAMaTDc?version=3" type="application/x-shockwave-flash" width="620" height="490" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This week I&#8217;ve been able to utilize my nothing box to it&#8217;s upmost potential, probably more than I ever had.  To be honest, I find it hard for me to just do nothing on a regular basis but I managed to do it this week.  I turned off the work phone, didn&#8217;t check my work email, and just enjoyed some family time.  Sometimes, that&#8217;s all you need to have a great vacation, do nothing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/06/08/the-nothing-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picking a language</title>
		<link>http://www.joshuakerr.com/2011/04/10/picking-a-language/</link>
		<comments>http://www.joshuakerr.com/2011/04/10/picking-a-language/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 18:12:50 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Geek Speak]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[satjug]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=492</guid>
		<description><![CDATA[Every year at work we review our development and performance objectives.  How did we do on them, what are the objectives for this year, etc.  Since I pick my development objectives I&#8217;ve decided that one of them will be to &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/04/10/picking-a-language/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Every year at work we review our development and performance objectives.  How did we do on them, what are the objectives for this year, etc.  Since I pick my development objectives I&#8217;ve decided that one of them will be to learn three new languages/frameworks.  There are plenty of languages and frameworks to choose from, so much in fact that I have had a hard time nailing down which ones I want to try and tackle.  Of the many options to choose from I&#8217;ve narrowed down the list to the following six:</p>
<ul>
<li>Grails</li>
<li>Python</li>
<li>Objective C &#8211; really get into it this time especially now that I have my <a href="http://www.joshuakerr.com/2011/03/25/pro-macbook-pro/">new MacBook Pro</a> <img src='http://www.joshuakerr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley colorbox-492' /> </li>
<li>Scala</li>
<li>Ruby On Rails</li>
<li>GWT</li>
</ul>
<p>I actually jump started my goal in the beginning of the year by attending one of the <a title="San Antonio Java Users Group" href="http://satjug.java.net/">SATJUG</a> meetings which was over <a title="Grails" href="http://www.grails.org/">Grails</a>.  The presentation at the JUG was enough to grab my attention and bump it up in my list.  <a title="Groovy" href="http://groovy.codehaus.org/">Groovy</a> is an interesting language and I&#8217;m really liking how the Grails framework makes use of it&#8217;s dynamic nature.  There&#8217;s also some entertaining value of having a class called <a title="GString" href="http://groovy.codehaus.org/api/groovy/lang/GString.html">GString</a> in the core language.  Scaffolding is nothing new but Grails does it with flair.  Throw <a title="GORM" href="http://grails.org/doc/1.0.x/guide/5.%20Object%20Relational%20Mapping%20%28GORM%29.html">GORM</a> into the mix and you have yourself a pretty slick <a href="http://en.wikipedia.org/wiki/Web_application_framework">web framework</a>.  Despite all that I don&#8217;t see it having a home at work other than for prototyping due to our &#8216;culture&#8217; which saddens me.  Regardless, this framework has a lot going for it.</p>
<p>I still haven&#8217;t picked my next language/framework, I&#8217;m open to suggestions, but I hope the next one I pick is as unique and versatile as Groovy/Grails <img src='http://www.joshuakerr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley colorbox-492' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/04/10/picking-a-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro, MacBook Pro</title>
		<link>http://www.joshuakerr.com/2011/03/25/pro-macbook-pro/</link>
		<comments>http://www.joshuakerr.com/2011/03/25/pro-macbook-pro/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 02:12:40 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Geek Speak]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[USAA]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=486</guid>
		<description><![CDATA[After much deliberation amongst myself I finally broke down and bought a new 15&#8243; MacBook Pro.  Thank God for the USAA employee discount because it saved me a lot of money.  I decided to not get the SSD at this &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/03/25/pro-macbook-pro/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>After much deliberation amongst myself I finally broke down and bought a new 15&#8243; <a title="MacBook Pro" href="http://www.apple.com/macbookpro/">MacBook Pro</a>.  Thank God for the <a title="USAA" href="http://usaa.com">USAA</a> employee discount because it saved me a lot of money.  I decided to not get the <a title="Solid State Drive" href="http://en.wikipedia.org/wiki/Solid-state_drive">SSD</a> at this time going for more hard drive space over the speed.  The 128GB SSD just doesn&#8217;t seem like much when you have 80GB of music and 10GB+ of videos and pictures&#8230;.</p>
<p>Tech Specs:</p>
<ul>
<li><strong>Processor</strong> &#8211; 2.2GHz Quad-core Intel Core i7</li>
<li><strong>Memory</strong> &#8211; 4GB DDR3 (who actually pays for the upgrade?)</li>
<li><strong>Hard Drive</strong> &#8211; 500GB SATA 7200</li>
<li>Upgraded display and a few other small upgrades</li>
</ul>
<p>My existing <a title="MacBook" href="http://www.apple.com/macbook/">MacBook</a>, that&#8217;s MacBook not MacBook Pro, is a good 4 years old and has served it&#8217;s purpose of watching movies and surfing the web well.  I&#8217;m looking forward to actually being able to code and run services without waiting 10+minutes for anything to load.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/03/25/pro-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Being Pragmatic</title>
		<link>http://www.joshuakerr.com/2011/02/23/being-pragmatic/</link>
		<comments>http://www.joshuakerr.com/2011/02/23/being-pragmatic/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 02:12:44 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[pragmatic]]></category>
		<category><![CDATA[programmer]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=483</guid>
		<description><![CDATA[One of my colleges and I were discussing the dynamics of our team and what changes we would like to see.  It was one of those fun conversations where you know something needs to change but you&#8217;re not quite sure &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/02/23/being-pragmatic/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_484" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-484 colorbox-483" title="The Pragmatic Programmer" src="http://www.joshuakerr.com/wp-content/uploads/2011/02/tpp-150x150.png" alt="The Pragmatic Programmer" width="150" height="150" /><p class="wp-caption-text">The Pragmatic Programmer</p></div>
<p>One of my colleges and I were discussing the dynamics of our team and what changes we would like to see.  It was one of those fun conversations where you know something needs to change but you&#8217;re not quite sure so you&#8217;re left to pure brainstorming.  During our conversation we started talking about &#8220;required reading&#8221; for our team with the hopes of getting more out of our team.  <a title="The Pragmatic Programmer" href="http://pragprog.com/titles/tpp/the-pragmatic-programmer">The Pragmatic Programmer</a> was one of the books that came up that I had not heard of.  If you&#8217;re a programmer/developer and do not own this book stop now, click the link, and order it.  Go ahead, I&#8217;ll wait.  Don&#8217;t let the © 2000 fool you, buy the book!</p>
<p><em>The Pragmatic Programmer</em> won&#8217;t teach you how to program in a specific language or tell you the answers to all of a developer&#8217;s life questions.  What it does do, very well I might add, is give you a advice from their experiences that can help you become a better programmer.  If you&#8217;ve been programming for a while like myself or just getting into it this book will help guide you along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/02/23/being-pragmatic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning IntelliJ</title>
		<link>http://www.joshuakerr.com/2011/01/29/learnin-intellij/</link>
		<comments>http://www.joshuakerr.com/2011/01/29/learnin-intellij/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 04:35:09 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[satjug]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=480</guid>
		<description><![CDATA[A couple months back I landed a free IntelliJIDEA license while attending the SATJUG.  I&#8217;ve it installed on my personal computer but just haven&#8217;t really used it.  Each time I start to hobby code my mouse instinctively hovers over the Eclipse icon.  It&#8217;s not &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/01/29/learnin-intellij/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<div>
<p>A couple months back I landed a free <a href="http://www.jetbrains.com/idea/">IntelliJIDEA</a> license while attending the <a href="https://satjug.dev.java.net/">SATJUG</a>.  I&#8217;ve it installed on my personal computer but just haven&#8217;t really used it.  Each time I start to hobby code my mouse instinctively hovers over the <a href="http://eclipse.org/">Eclipse</a> icon.  It&#8217;s not that I&#8217;m against using a non-eclipse based IDE, it&#8217;s just that I hate trying to learn how to use a new IDE.  I learned how to use Eclipse because it was &#8220;the&#8221; IDEA at the time and it&#8217;s what I use at the office, well actually we use <a href="http://www.myeclipseide.com/blue.php">MyEclipse</a> which I despise&#8230;.  Everything I&#8217;ve read about IntelliJ has been positive and looks like I&#8217;ll like it, it&#8217;s now up to me to learn to use it.</p>
<p>I will learn to use IntelliJ. I will learn to use IntelliJ.  I will learn to use IntelliJ!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/01/29/learnin-intellij/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blogging in the Twitter-sphere</title>
		<link>http://www.joshuakerr.com/2011/01/23/blogging-in-the-twitter-sphere/</link>
		<comments>http://www.joshuakerr.com/2011/01/23/blogging-in-the-twitter-sphere/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 22:32:47 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=477</guid>
		<description><![CDATA[Times, they have changed. Not that it comes as a shocker to anyone but I find myself hardly ever updating the site. On a similar note I find myself checking other people&#8217;s Twitter status instead if their blog for the &#8230;<p class="read-more"><a href="http://www.joshuakerr.com/2011/01/23/blogging-in-the-twitter-sphere/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Times, they have changed.</p>
<p>Not that it comes as a shocker to anyone but I find myself hardly ever updating the site.  On a similar note I find myself checking other people&#8217;s Twitter status instead if their blog for the very same reason.  Say goodbye to blogging and hello to micro-blogging (ironic since I&#8217;m writing this in my blog)!  As social media becomes more and more prominent I have to wonder what will become of personal blogs.  WordPress seems to be shifting to an all inclusive content management system but will it last?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2011/01/23/blogging-in-the-twitter-sphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaOne 2010 Photos</title>
		<link>http://www.joshuakerr.com/2010/10/05/javaone-2010-photos/</link>
		<comments>http://www.joshuakerr.com/2010/10/05/javaone-2010-photos/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 03:08:54 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[In the News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaOne]]></category>

		<guid isPermaLink="false">http://www.joshuakerr.com/?p=475</guid>
		<description><![CDATA[Been meaning to post these. Here are the pictures from JavaOne 2010. I took them with my iPhone so take it for what it&#8217;s worth.]]></description>
			<content:encoded><![CDATA[<p>Been meaning to post these.  Here are the <a href="http://www.flickr.com/photos/jokerr/sets/72157625104567718/">pictures</a> from JavaOne 2010.  I took them with my iPhone so take it for what it&#8217;s worth.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="Java mascot" href="http://www.flickr.com/photos/jokerr/5056012440/"><img class="alignnone colorbox-475" src="http://farm5.static.flickr.com/4128/5056012440_782996e73e.jpg" alt="Java mascot" width="374" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshuakerr.com/2010/10/05/javaone-2010-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

