<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Realjenius.com » Journal</title>
	
	<link>http://www.realjenius.com</link>
	<description>Realjenius.com - Tech, Java, Ruby, Scala, and Sarchasm</description>
	<lastBuildDate>Mon, 01 Mar 2010 16:54:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/realjenius_journal" /><feedburner:info uri="realjenius_journal" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Check Out the Play Framework</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/USf8kExtFjU/</link>
		<comments>http://www.realjenius.com/2010/03/01/check-out-the-play-framework/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:54:10 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Play Framework]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=454</guid>
		<description><![CDATA[
I&#8217;ve spent a lot of time recently investigating a variety of languages other than Java, such as JRuby and Scala, and truly believe from these experiences that traditional Java MVC web frameworks are inherently flawed in design and implementation. The effort involved in implementing on a framework like Struts or Spring MVC is astronomical, especially [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-455" title="play" src="http://www.realjenius.com/wp-content/uploads/2010/03/play.png" alt="play" width="177" height="64" /><br />
I&#8217;ve spent a lot of time recently investigating a variety of languages other than Java, such as <a href="http://jruby.org">JRuby</a> and <a href="http://scala-lang.org">Scala</a>, and truly believe from these experiences that traditional Java MVC web frameworks are inherently flawed in design and implementation. The effort involved in implementing on a framework like Struts or Spring MVC is astronomical, especially if you are going to implement things &#8220;the right way&#8221;.</p>
<p>It&#8217;s amazing to me how much these platforms push &#8220;hello, world&#8221; examples that are simply not realistic web applications. After trying these short examples, developers turn around and start trying to implement a complete application, and this simple example balloons into a mess of code, and that&#8217;s without any real functionality yet in the application. A co-worker of mine is a fan of saying &#8220;[These frameworks] make the simple things trivial, and the hard things impossible&#8221;.</p>
<p>Historically, I&#8217;ve been known to say &#8220;If you are doing web-development in Java, use <a href="http://wicket.apache.org">Wicket</a>&#8220;; this was based on the fact that to my experience Wicket took the most advantages from the strongly-typed, and strongly IDE-supported, Java language, as opposed to trying to hide them behind anemic and broken templating languages that have horrid editors and basically trade one problem for another.</p>
<p>Recently, however, I spent some time doing some significant development with the <a href="http://playframework.org">Play Framework</a>. I have to say that I think the Play Framework has eclipsed my Wicket fever. That&#8217;s not to say that I don&#8217;t still think Wicket is very powerful, but I have been particularly impressed with the feedback loop provided by Play. It has, without a doubt, the most direct code-test-cycle I have seen in any platform for Java (it approaches the instant feedback of Rails), and also has the distinct advantage of being stateless out-of-the-box (something Wicket is definitely not).</p>
<p>Play manages this feedback loop problem in a rather novel way &#8211; embedded in the framework is the <a href="http://www.eclipse.org">Eclipse </a>compiler for Java (ECJ). This means that when you&#8217;re coding for the play framework, you&#8217;re not sending it your class files, but rather your source files. This allows Play to recompile code in a running instance on the fly &#8211; I literally only restarted my application a handful of times while I was coding over <em>the course of several days</em>. It also integrates seamlessly with IDEs, and ships with an embedded HTTP runtime (no deployment is necessary during development).</p>
<p>There are a number of other benefits Play can provide by working with source files instead of class files. Much like Rails ability to add functionality to your application at runtime, Play can (and does) pre-process certain Java classes to add functionality.</p>
<p>I was further heartened to see that the next release of Play is meant to fully support Scala, which would allow for other modern language features to be used with this highly interactive framework.</p>
<p>It&#8217;s hard to describe all of the neat features Play provides in a few hundred words, but I would highly recommend <a href="http://www.playframework.org">you check it out</a> &#8211; they have a 10 minute screencast they sells it better than I can. While I&#8217;m still convinced Java (as a language) will be surpassed for an overwhelming majority of the web-development as the language continues to stagnate, this is a compelling framework for the Java platform as a whole, even if Java isn&#8217;t your language of choice.</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/USf8kExtFjU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2010/03/01/check-out-the-play-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2010/03/01/check-out-the-play-framework/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Fistful of Awesome: IntelliJ Open-Sourced</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/_-U7YueeI2o/</link>
		<comments>http://www.realjenius.com/2009/10/15/fistful-of-awesome-intellij-open-sourced/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:39:00 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=401</guid>
		<description><![CDATA[In a surprising move, the JetBrains team has decided to open-source the JavaSE portions of IntelliJ IDEA 9.0 and beyond under an Apache 2.0 license. They will begin offering two products, a community edition, and an ultimate edition:
Starting with the upcoming version 9.0, IntelliJ IDEA will be offered in two editions: Community Edition and Ultimate Edition. [...]]]></description>
			<content:encoded><![CDATA[<p>In a surprising move, the JetBrains team <a href="http://blogs.jetbrains.com/idea/2009/10/intellij-idea-open-sourced/">has decided to open-source</a> the JavaSE portions of IntelliJ IDEA 9.0 and beyond under an Apache 2.0 license. They will begin offering two products, a community edition, and an ultimate edition:</p>
<blockquote><p>Starting with the upcoming version 9.0, <a style="font-family: 'trebuchet ms', verdana, tahoma, arial, sans-serif; font-size: 1em; line-height: 1.5em; color: #043dbc; text-decoration: none; border-bottom-style: solid; border-bottom-color: #3d7dc7; padding: 0pt; margin: 0pt; border: 0px initial initial;" rel="nofollow" href="http://www.jetbrains.com/idea/nextversion/index.html?utm_source=IDEA_BLOG&amp;utm_media=Anouncement&amp;utm_campaign=IDEA9_CE">IntelliJ IDEA</a> will be offered in two editions: Community Edition and Ultimate Edition. The Community Edition focuses on Java SE technologies, Groovy and Scala development. It’s free of charge and open-sourced under the Apache 2.0 license. The Ultimate edition with full Java EE technology stack remains our standard commercial offering. See the <a style="font-family: 'trebuchet ms', verdana, tahoma, arial, sans-serif; font-size: 1em; line-height: 1.5em; color: #043dbc; text-decoration: none; border-bottom-style: solid; border-bottom-color: #3d7dc7; padding: 0pt; margin: 0pt; border: 0px initial initial;" rel="nofollow" href="http://www.jetbrains.com/idea/nextversion/editions_comparison_matrix.html?utm_source=IDEA_BLOG&amp;utm_media=Anouncement&amp;utm_campaign=IDEA9_CE">feature comparison matrix</a> for the differences.</p></blockquote>
<p>Very cool news! The impact in competition for other IDEs (namely <a href="http://www.eclipse.org">Eclipse</a> and <a href="http://www.netbeans.org">NetBeans</a>) remains to be seen, but this certainly brings another aggressive (and already well-liked competitor) to a broader market.</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/_-U7YueeI2o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/10/15/fistful-of-awesome-intellij-open-sourced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/10/15/fistful-of-awesome-intellij-open-sourced/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>WordPress 2.9 Beta Testing Call to Arms</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/sREvADjRPdA/</link>
		<comments>http://www.realjenius.com/2009/10/13/wordpress-2-9-beta-testing-call-to-arms/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 01:44:23 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Realjenius.com]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=393</guid>
		<description><![CDATA[
&#8220;For a limited time only &#8211; you can beta-test WordPress 2.9 from the comfort of your own installation!&#8221;
In the &#8220;another reason I like WordPress better for blogging&#8221; category, the folks over at WordPress.com have published a detailed article on how WordPress users can get involved in the beta-testing of WordPress 2.9 &#8211; the next major [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-111" title="wordpress-logo-stacked-bg" src="http://www.realjenius.com/wp-content/uploads/2009/09/wordpress-logo-stacked-bg.png" alt="wordpress-logo-stacked-bg" width="176" height="145" /></p>
<p>&#8220;For a limited time only &#8211; you can beta-test WordPress 2.9 from the comfort of your own installation!&#8221;</p>
<p>In the &#8220;another reason I like WordPress better for blogging&#8221; category, the folks over at WordPress.com have published a detailed article on how WordPress users can <a href="http://wordpress.org/development/2009/10/getting-involved-with-the-2-9-beta-testing/">get involved in the beta-testing of WordPress 2.9</a> &#8211; the next major release. Included in the options for aspiring beta-testers is a plug-in that will automatically upgrade your site to the new version, and will keep you on the up-and-up.<span id="more-393"></span></p>
<blockquote><p>To make is as easy as possible for you to get a beta testing install up and running we have put together a small WordPress plugin which makes it really easy to convert a test install of the latest release version of WordPress into a beta test install of the next up and coming release.  The plugin is called <a style="text-decoration: none; color: #21759b; font-weight: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dfdfdf;" href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> and is available to download from WordPress Extend or can be installed using the built-in plugin installer.  Please make sure you to only install this plugin on a test site, as we don’t recommend running beta versions on your normal live sites in case anything goes wrong.  You can read more about the plugin in “<a style="text-decoration: none; color: #4ca6cf; font-weight: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dfdfdf;" href="http://westi.wordpress.com/2009/06/22/making-it-easy-to-be-a-wordpress-tester/">Making it easy to be a WordPress Tester</a>”</p></blockquote>
<p>I don&#8217;t want to suggest that Drupal doesn&#8217;t work for transparency in their development, or that they don&#8217;t encourage community participation; but certainly, they don&#8217;t package it up as nicely as the WordPress folks have right here. While I won&#8217;t be upgrading RealJenius.com until final drops (I did consider pulling a Picard maneuver and upgrading now), it&#8217;s nice to know that the option is there. The release schedule for 2.9 has been revisited in this entry as well.</p>
<blockquote><p>We are aiming to release the first beta version of 2.9 around the end of October, once we have put the finishing touches on the new features, and then we switch to full on beta testing mode and your help and feedback will be very much appreciated.  During the beta program will push out new builds for automated upgrades regularly and once we feel that a suitable level of stability has been achieves we will release a release candidate, and we hope to be able to make the final release 2.9 build available in either late November or early December.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/sREvADjRPdA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/10/13/wordpress-2-9-beta-testing-call-to-arms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/10/13/wordpress-2-9-beta-testing-call-to-arms/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>What Am I Downloading Today, Eclipse?</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/yumkuL21i1o/</link>
		<comments>http://www.realjenius.com/2009/10/08/what-am-i-downloading-today-eclipse/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 00:41:43 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=379</guid>
		<description><![CDATA[With the release of Eclipse 3.5, the plugin installation and update manager was completely revisited once again; the update process was reorganized, and the strengths of the p2 provisioning framework were surfaced. It&#8217;s nice to be able to hop in, download updates, and go.
However, I think Eclipse, as a product, still has a way to [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of Eclipse 3.5, the plugin installation and update manager was completely revisited once again; the update process was reorganized, and the strengths of the p2 provisioning framework were surfaced. It&#8217;s nice to be able to hop in, download updates, and go.</p>
<p>However, I think Eclipse, as a product, still has a way to go.<span id="more-379"></span>There are a number of products I use everyday that frequently require or recommend updates and upgrades. Some good examples include:</p>
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/firefox.html">Mozilla Firefox</a></li>
<li><a href="http://www.android.com/">Android and Android Applications</a></li>
<li><a href="http://wordpress.org/">WordPress</a></li>
<li>Windows</li>
<li><a href="http://www.apple.com/macosx/">Mac OS X</a></li>
<li><a href="http://www.getsongbird.com/">Songbird</a></li>
<li><a href="http://eclipse.org/">Eclipse</a></li>
</ul>
<p>&#8230;and, of course, the list goes on. All of these apps have different ways to handle notifying and installing these upgrades.</p>
<p>Of course, both Windows and Mac OS X have built in update mechanisms, the former being the ever-controversial &#8220;Windows Update&#8221; tool, and the latter being Mac&#8217;s Apple Software Update (which has also recently <a href="http://arstechnica.com/apple/news/2009/09/apple-pushes-unwanted-enterprise-tool-to-windows-users.ars">been pissing people off</a>). Firefox and Songbird use their own update mechanism that&#8217;s part of the Gecko platform. Most Mac users are also probably aware of <a href="http://sparkle.andymatuschak.org/">Sparkle</a> (or at least have seen it in action), as many Mac software distributions (like <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a>) use it as their update mechanism.</p>
<p>Your mileage may vary with the different implementations; some are more informative than others, and some are more reliable than others. But one thing can generally be said: each of these mechanisms tie in with documentation explaining what was updated, corrected, or otherwise tweaked. Some tools, like Sparkle, embed the update information in the notification dialog. Other tools, like the Firefox notifier, provide a link to the content that takes you to a rich and user-friendly webpage.</p>
<div id="attachment_384" class="wp-caption aligncenter" style="width: 444px"><img class="size-full wp-image-384" title="firefox" src="http://www.realjenius.com/wp-content/uploads/2009/10/firefox.png" alt="Firefox has thorough documentation online" width="434" height="370" /><p class="wp-caption-text">Firefox has thorough documentation online</p></div>
<p>Today when I came in to the office I decided to perform an update check in Eclipse, and was presented with a number of plug-ins that had newer replacements. At the time, I didn&#8217;t grab a screenshot, but here is an example from a brand-new download of 3.5, which has been since supplanted by 3.5.1:</p>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 469px"><img class="size-full wp-image-385" title="eclipse_updates" src="http://www.realjenius.com/wp-content/uploads/2009/10/eclipse_updates.png" alt="So, is this a good thing?" width="459" height="497" /><p class="wp-caption-text">So, is this a good thing?</p></div>
<p>Unfortunately, this doesn&#8217;t show off the obscure list of plug-ins my installation did earlier today, but there is still plenty I can pick on. So, what&#8217;s wrong with this picture?</p>
<ul>
<li>I have no information on what is being changed or improved in this update.</li>
<li>The &#8216;Details&#8217; section is suspiciously empty.</li>
<li>The version number is unnecessarily cryptic for end users.</li>
<li>The &#8216;More&#8217; button simply gives me the description, copyright, and license for the plugin/feature being shown, which in this case is basically empty boxes.</li>
<li>The version number is cryptic for an end user.</li>
</ul>
<p>Now, as an Eclipse-enthusiast, I have no problem deciphering what is going on here (particularly not since I had to contrive this picture for the blog entry), however as an end-user product, this could use some work. More information could be provided, condensing what was actually improved or fixed in this release (any information at all would be nice).</p>
<p>I understand that Eclipse is a platform first, and a product second, however I think this is one area that could use improvement.</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/yumkuL21i1o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/10/08/what-am-i-downloading-today-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/10/08/what-am-i-downloading-today-eclipse/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Danny Carey at Drum Explorers Clinic</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/ND45_W2x24E/</link>
		<comments>http://www.realjenius.com/2009/10/02/danny-carey-at-drum-explorers-clinic/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 20:44:56 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Danny Carey]]></category>
		<category><![CDATA[Drumming]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=332</guid>
		<description><![CDATA[As most of my close friends know, while having only recently picked up any form of drum stick, I&#8217;m passionate about drumming (though I&#8217;m personally still a beginner in my ability to play). One of my favorite modern drummers is Danny Carey; I&#8217;m sure in no small part due to Tool being one of my [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-335" title="d_carey" src="http://www.realjenius.com/wp-content/uploads/2009/10/d_carey.png" alt="d_carey" width="292" height="216" />As most of my close friends know, while having only recently picked up any form of drum stick, I&#8217;m passionate about drumming (though I&#8217;m personally still a beginner in my ability to play). One of my favorite modern drummers is <a href="http://en.wikipedia.org/wiki/Danny_Carey">Danny Carey</a>; I&#8217;m sure in no small part due to Tool being one of my personal favorite bands. Even if I attempt to exclude my bias, however, I can see that Carey is a well-admired drummer, generally somewhere in the top 15 <a href="http://www.google.com/search?rlz=1C1GGLS_enUS344US344&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=top+100+drummers">of top-100 drummer lists of all time</a>; sharing space with the likes of <a href="http://en.wikipedia.org/wiki/Neil_Peart">Neil Peart</a>, <a href="http://en.wikipedia.org/wiki/John_Bonham">John Bonham</a>, <a href="http://en.wikipedia.org/wiki/Keith_Moon">Keith Moon</a> and <a href="http://en.wikipedia.org/wiki/Mike_Portnoy">Mike Portnoy</a>.</p>
<p>Danny Carey has a rare technical accuracy in his playing, but he is able to combine it with his singular artistic flair to create remarkable tapestries of sound. Tool songs are initially accessible to listeners in search of a driving rock sound, but continue to breathe and grow as the complex rhythms unravel over time.</p>
<p>I&#8217;m always amazed to pick up an album like Undertow (from 1993) and to this day still hear new  poly-rhythms in the beat and other minor adjustments for the first time. And it only takes listening to a song like Jambi, where the guitar, vocals, and drums are all on entirely different time signatures to be able to understand how capable he really is.</p>
<p>Recently, Danny Carey came into Kansas City for the 25th anniversary of KC Drum Explorers. He gave some tutorials, played along to some particularly drum-intensive Tool songs, and also had some great company: <a href="http://en.wikipedia.org/wiki/Terry_Bozzio">Terry Bozzio</a> (another brilliant drumer) and <a href="http://en.wikipedia.org/wiki/Aloke_Dutta">Aloke Dutta</a> (a wizard of the <a href="http://en.wikipedia.org/wiki/Tabla">tabla</a>, and mentor and teacher to both Carey and Bozzio).</p>
<p>I have no idea how I missed hearing of this event; it was mere minutes from my house (in a high-school auditorium in suburban Overland Park of all places), but thankfully YouTube has come to the rescue to make me feel like something other than a total failure.</p>
<p>I&#8217;ve dug up some videos of the event, and included them here (thank you <a href="http://www.youtube.com/user/evo462">evo462</a>, <a href="http://www.youtube.com/user/jdub816">jdub816</a>, and <a href="http://www.youtube.com/user/andrewl85">andrewl85</a>). Enjoy!<span id="more-332"></span></p>
<h3>Rosetta Stoned:</h3>
<p><!-- Smart Youtube --><span class="youtube"><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/r34eX66QREQ&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/r34eX66QREQ&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360" ></embed><param name="wmode" value="transparent" /></object></span></p>
<h3>Jambi:</h3>
<p><!-- Smart Youtube --><span class="youtube"><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/KcEW1no38KU&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/KcEW1no38KU&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360" ></embed><param name="wmode" value="transparent" /></object></span></p>
<h3>The Pot:</h3>
<p><!-- Smart Youtube --><span class="youtube"><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/BWzr9prHkvg&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/BWzr9prHkvg&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360" ></embed><param name="wmode" value="transparent" /></object></span></p>
<h3>Aenima (Partial):</h3>
<p><!-- Smart Youtube --><span class="youtube"><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/lNL5B4eQ8Bk&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/lNL5B4eQ8Bk&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360" ></embed><param name="wmode" value="transparent" /></object></span></p>
<h3>Carey, Bozzio, and Dutta Together -- Part 1:</h3>
<p><!-- Smart Youtube --><span class="youtube"><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/ffdYxFAP8uM&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/ffdYxFAP8uM&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360" ></embed><param name="wmode" value="transparent" /></object></span></p>
<h3>Part 2:</h3>
<p><!-- Smart Youtube --><span class="youtube"><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/MLLtqL4gwpg&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/MLLtqL4gwpg&amp;rel=1&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360" ></embed><param name="wmode" value="transparent" /></object></span></p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/ND45_W2x24E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/10/02/danny-carey-at-drum-explorers-clinic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/10/02/danny-carey-at-drum-explorers-clinic/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>JRuby 1.4 Plan Details Discussed</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/8AcmsH10RBg/</link>
		<comments>http://www.realjenius.com/2009/09/21/jruby-1-4-plan-details-discussed/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 19:52:29 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=253</guid>
		<description><![CDATA[The JRuby team has posted some key JRuby 1.4 details over at the Engine Yard blog.
Of high-level note:

Ruby 1.8.7 is the new Baseline &#8211; This promises a number of library changes and backports from 1.9. To see the 1.8.7 changes you can look here.
Ruby 1.9 Compatibility Improvements - As mentioned in the blog entry, Ruby [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-181" title="Ruby Logo" src="http://www.realjenius.com/wp-content/uploads/2009/09/logo.png" alt="Ruby Logo" width="99" height="119" />The JRuby team has <a href="http://www.engineyard.com/blog/2009/5-things-to-look-for-in-jruby-1-4/">posted some key JRuby 1.4 details</a> over at <a href="http://www.engineyard.com/blog">the Engine Yard blog</a>.</p>
<p>Of high-level note:</p>
<ul>
<li><strong>Ruby 1.8.7 is the new Baseline</strong> &#8211; This promises a number of library changes and backports from 1.9. To see the 1.8.7 changes you can <a href="http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS">look here</a>.</li>
<li><strong>Ruby 1.9 Compatibility Improvements </strong>- As mentioned in the blog entry, Ruby 1.9 is a moving target, however they are moving a lot closer to having major libraries working as desired. Some high-visibility features (like Fibers) are still on the pending list, however.<strong><br />
</strong></li>
<li><strong>New YAML Parser </strong>- Ola Bini re-visited the YAML parser in Ruby recently (he has <a href="http://olabini.com/blog/2009/07/new-jruby-yaml-support-with-yecht/">blogged about the creation of the new parser</a> and <a href="http://olabini.com/blog/2009/07/porting-syck-a-story-of-c-parser-generators-and-general-ugliness/">how he ported it</a>). The new parser, Yecht, is said to be completely compatible with Syck (the Ruby parser), warts and all.</li>
<li><strong>Java Method Dispatch Improvements </strong>- One of the major promised features of 1.4 for quite a while has been improvements to the Java integration; they have been wanting to formalize this portion of the language for sometime. This involves calling Java methods, calling overloaded Java methods, the coersion of types (Java string &lt;&#8211;&gt; Ruby string), etc. Charles Nutter has posted a very detailed, developer-centric breakdown of the plans in this integration <a href="http://archive.codehaus.org/lists/org.codehaus.jruby.dev/msg/f04d2210909210937h3d1be610x8366a70d94cac42e@mail.gmail.com">on the Developer mailing list</a> (which goes beyond what&#8217;s available in the blog entry). Certainly an interesting read.</li>
<li><strong>Java Class Generation via JRuby </strong>- JRuby will finally be able to construct runtime-available Java classes on the Java classpath. This will be available on-demand only, however that could be quite handy in a number of difficult integration scenarios.</li>
</ul>
<p>This set of features is exciting to me, particularly for the Java integration features. The current Java integration functions, but can be somewhat tempermental, and can end with surprising results at times (I have learned this the hard way via hand-coding Swing and SWT apps).</p>
<p>Additionally, one of the killer features of Scala, in my opinion, is its ability to interact seamlessly with Java libraries at compile-time (create a class in Scala, and code against it in Java). While the semantics defined for JRuby are more runtime-centric for now, it does provide an ability to construct something that can be fed into Java APIs at runtime that expect certain &#8220;inferred&#8221; contracts to exist (such as the Jersey example they used in the original post).</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/8AcmsH10RBg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/09/21/jruby-1-4-plan-details-discussed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/09/21/jruby-1-4-plan-details-discussed/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Android Quick Search Box Details</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/MXoaZeoc-ks/</link>
		<comments>http://www.realjenius.com/2009/09/20/android-quick-search-box-details/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 03:24:52 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=249</guid>
		<description><![CDATA[
The Android folks have posted more details about the &#8216;Quick Search Box&#8217; feature of 1.6 Android.

One of the new features we&#8217;re really proud of in the Android 1.6 release is Quick Search Box for Android. This is our new system-wide search framework, which makes it possible for users to quickly and easily find what they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.realjenius.com/wp-content/uploads/2009/09/droid.jpg" alt="droid" title="droid" width="77" height="90" class="alignright size-full wp-image-220" /><br />
The Android folks have <a href="http://android-developers.blogspot.com/2009/09/introducing-quick-search-box-for.html">posted more details</a> about the &#8216;Quick Search Box&#8217; feature of 1.6 Android.</p>
<blockquote><p>
One of the new features we&#8217;re really proud of in the Android 1.6 release is Quick Search Box for Android. This is our new system-wide search framework, which makes it possible for users to quickly and easily find what they&#8217;re looking for, both on their devices and on the web. It suggests content on your device as you type, like apps, contacts, browser history, and music. It also offers results from the web search suggestions, local business listings, and other info from Google, such as stock quotes, weather, and flight status. All of this is available right from the home screen, by tapping on Quick Search Box (QSB).
</p></blockquote>
<p>This post is largely targeted towards application developers (<a href="http://www.realjenius.com/2009/09/16/android-1-6-sdk-available/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">which now have the 1.6 SDK</a>) who should be seriously considering about integrating their app into the quick search box.</p>
<p>It seems fitting that the Google mobile OS would have a ubiquitous search mechanism like the text bar in <a href="http://www.google.com/chrome">Google Chrome</a>, and for that matter, like most people use <a href="http://www.google.com">Google.com</a>.</p>
<p>One additional note &#8211; if you are like me, you may have previously heard there were concerns that the faithful G1 early-adopters may not get Android 1.6 in all of it&#8217;s donut-y glory because the G1 couldn&#8217;t handle it. Thankfully, it appears <a href="http://www.androidguys.com/2009/09/15/t-mobile-g1-to-get-donut-after-all/">that may not be the case</a> anymore.</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/MXoaZeoc-ks" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/09/20/android-quick-search-box-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/09/20/android-quick-search-box-details/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Follow-Up: More on Quicken+Mint</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/7v3xgemY98g/</link>
		<comments>http://www.realjenius.com/2009/09/20/follow-up-more-on-quickenmint/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 03:05:56 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Finances]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[Quicken]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=245</guid>
		<description><![CDATA[
A couple weeks ago, I blogged about the recent acquisition of Mint.com by Intuit (the Quicken folks).
This weekend, Scott Cook (founder of Intuit) posted on the Mint.com site about the recent acquisition. He covered a lot of the topics where I showed concern.

As you know, Intuit has entered into an agreement to buy Mint. Over [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.realjenius.com/wp-content/uploads/2009/09/quicken_mint.png" alt="quicken_mint" title="quicken_mint" width="197" height="86" class="alignright size-full wp-image-246" /><br />
A couple weeks ago, I <a href="http://www.realjenius.com/2009/09/14/mint_and_quicken/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">blogged about the recent acquisition</a> of <a href="http://www.mint.com">Mint.com</a> by <a href="http://www.intuit.com">Intuit</a> (the Quicken folks).</p>
<p>This weekend, Scott Cook (founder of Intuit) posted <a href="http://www.mint.com/blog/updates/intuit-not-out-to-change-mint-says-founder/">on the Mint.com site</a> about the recent acquisition. He covered a lot of the topics where I showed concern.</p>
<blockquote><p>
As you know, Intuit has entered into an agreement to buy Mint. Over the past few days, I’ve read your posts and comments. I understand your concerns about what will happen to Mint in the future.</p>
<p>So let me set the record straight: Mint.com isn’t changing. It is remaining free. Following the close of the acquisition, Aaron Patzer and the Mint team will remain in charge of Mint.com to continue both its principles and its fast pace of progress.</p>
<p>We’re not planning to change Mint.com and make it like Quicken. Quite the opposite. Aaron and team will also run Quicken and Quicken.com to ensure this doesn’t happen. Plus they will benefit from this larger pool of resources. I want Mint thinking to infuse Quicken.</p>
<p>On a personal level, Mint’s leaders have earned the chance to re-invent all of personal finance on the broadest canvas possible. I will give them that chance. Will you?
</p></blockquote>
<p>I appreciate what he is trying to do here. He&#8217;s trying to respond to some of the scare posts (like my own) and ensure people that this merger is not the end of a good product.</p>
<p>However, the proof is in the pudding. The reality is that the competition is still gone, and time and again when corporations with competing products merge, the two resulting products are consolidated into an inferior offering (not intentionally of course).</p>
<p>So will I give them a chance? Absolutely; I have no reason to stop investing my time in an excellent free product. But either way, I still say the burden of proof will be on them. What kind of pudding are they going to make?</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/7v3xgemY98g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/09/20/follow-up-more-on-quickenmint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/09/20/follow-up-more-on-quickenmint/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>New Eclipse Treasure</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/TELqe2iCwk4/</link>
		<comments>http://www.realjenius.com/2009/09/19/new-eclipse-treasure/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:35:27 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=231</guid>
		<description><![CDATA[Happy Pirate Day! Also, Happy Eclipse 3.6 M2 Day! From Kim Moir on the eclipse-dev list:

What&#8217;s new on deck
http://download.eclipse.org/eclipse/downloads/drops/S-3.6M2-200909170100/eclipse-news-M2.html
Take a swig of grog while downloading yer bundles from the ol&#8217; repo
http://download.eclipse.org/eclipse/updates/3.6milestones
Steer toward Eclipse
http://download.eclipse.org/eclipse/downloads/drops/S-3.6M2-200909170100/index.php
No dubloons needed to download Equinox
http://download.eclipse.org/equinox/drops/S-3.6M2-200909170100/index.php
Yarrr!
Kim

Enjoy!
]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_236" class="wp-caption alignright" style="width: 154px"><img src="http://www.realjenius.com/wp-content/uploads/2009/09/eclipse_pos_logo_fc_sm.jpg" alt="YARRR" title="eclipse_pos_logo_fc_sm" width="144" height="144" class="size-full wp-image-236" /><p class="wp-caption-text">YARRR</p></div><br />
Happy Pirate Day! Also, Happy Eclipse 3.6 M2 Day! From Kim Moir on the eclipse-dev list:</p>
<blockquote><p>
What&#8217;s new on deck<br />
<a style="color: #7799bb;" href="http://download.eclipse.org/eclipse/downloads/drops/S-3.6M2-200909170100/eclipse-news-M2.html" target="_blank">http://download.eclipse.org/eclipse/downloads/drops/S-3.6M2-200909170100/eclipse-news-M2.html</a></p>
<p>Take a swig of grog while downloading yer bundles from the ol&#8217; repo<br />
<a style="color: #7799bb;" href="http://download.eclipse.org/eclipse/updates/3.6milestones" target="_blank">http://download.eclipse.org/eclipse/updates/3.6milestones</a></p>
<p>Steer toward Eclipse<br />
<a style="color: #7799bb;" href="http://download.eclipse.org/eclipse/downloads/drops/S-3.6M2-200909170100/index.php" target="_blank">http://download.eclipse.org/eclipse/downloads/drops/S-3.6M2-200909170100/index.php</a></p>
<p>No dubloons needed to download Equinox<br />
<a style="color: #7799bb;" href="http://download.eclipse.org/equinox/drops/S-3.6M2-200909170100/index.php" target="_blank">http://download.eclipse.org/equinox/drops/S-3.6M2-200909170100/index.php</a></p>
<p>Yarrr!<br />
<span style="color: #888888;">Kim</span>
</p></blockquote>
<p>Enjoy!</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/TELqe2iCwk4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/09/19/new-eclipse-treasure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/09/19/new-eclipse-treasure/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
		<item>
		<title>Site Analytics</title>
		<link>http://feedproxy.google.com/~r/realjenius_journal/~3/otIc06aIQ_4/</link>
		<comments>http://www.realjenius.com/2009/09/16/site-analytics/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 00:51:53 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Realjenius.com]]></category>

		<guid isPermaLink="false">http://www.realjenius.com/?p=224</guid>
		<description><![CDATA[
With this site refresh, I decided I was going to do something that, for the most part, I avoided on my last site incarnation. I&#8217;ve installed a battery of statistical gathering tools on my site to see how users are using the various globs of data. It has become eye-opening to me just how much [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-225" title="statistics" src="http://www.realjenius.com/wp-content/uploads/2009/09/statistics.png" alt="statistics" width="183" height="123" /><br />
With this site refresh, I decided I was going to do something that, for the most part, I avoided on my last site incarnation. I&#8217;ve installed a battery of statistical gathering tools on my site to see how users are using the various globs of data. It has become eye-opening to me just how much data you actually can gather now-a-days. Some of the tools I have configured on Realjenius.com:<span id="more-224"></span></p>
<ul>
<li><a href="http://google.com/analytics">Google Analytics</a> &#8211; Thorough statistics regarding site usage and benchmarking against public sites Tracks nationality, IP, user agents, click-throughs, and more.</li>
<li><a href="http://feedburner.com">FeedBurner </a>- Tracks the usage of your site&#8217;s RSS feeds, and click-throughs on those feeds.</li>
<li><a href="http://wordpress.org/extend/plugins/stats/">Wordpress-Stats</a> &#8211; Tracks statistics centric to your wordpress installation. This is particularly valuable for seeing the content on the site in relation to each other (which particular articles are more popular).</li>
<li><a href="http://bit.ly/">Bit.Ly</a> &#8211; Shortened URLs for social sites that track received clicks. One of the things I&#8217;ve started to like about this is the track-backs it provides to the actual conversations that mention the link.</li>
<li><a href="http://www.google.com/webmasters/index2.html">Google Webmaster Tools</a> &#8211; Tracks search rankings for your site. Probably the most narrow-focused of the tools on this list, but the only one that actually gives insight into the actual GoogleBot indexing process.</li>
</ul>
<p>What&#8217;s fascinating about all of this is that none of these tools provide a complete picture. Admittedly, Google Analytics gets the closest, however it&#8217;s information is high-level enough that the aggregation can hide some fascinating details. Great for overall statistics, however.</p>
<p>Meanwhile, tools like Bit.Ly and FeedBurner let you see the usage of and navigation to your content outside the normal purview of your site.</p>
<p>Overall, the point is that the value of a particular statistic is all about perspective. Different tools see different things, so it&#8217;s all about the slice of metrics you&#8217;re looking at, and how you are looking at it.</p>
<p>Additionally, as part of the rewrite, I did finally decided to invest in configuring sitemap tools so that Realjenius.com <a href="http://www.realjenius.com/sitemap.xml#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">would have a sitemap.xml</a>. It&#8217;s been interesting to see the influence it had on how Google in particular indexed my site &#8211; not sure if it&#8217;s made a positive difference yet or not &#8211; I don&#8217;t have enough new unique content under the sitemap to be sure.</p>
<p>Time will certainly tell.</p>
<img src="http://feeds.feedburner.com/~r/realjenius_journal/~4/otIc06aIQ_4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.realjenius.com/2009/09/16/site-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.realjenius.com/2009/09/16/site-analytics/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.359 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-01 10:54:14 -->
