<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Enfranchised Mind &#187; Robert Fischer</title>
	<atom:link href="http://enfranchisedmind.com/blog/posts/author/candide/feed/" rel="self" type="application/rss+xml" />
	<link>http://enfranchisedmind.com/blog</link>
	<description>programming, politics, &#38; other religious issues</description>
	<lastBuildDate>Tue, 09 Feb 2010 03:00:56 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/1.0.5" mode="advanced" entry="simple" -->
	<itunes:summary>programming, politics, &amp; other religious issues</itunes:summary>
	<itunes:author>Enfranchised Mind</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://enfranchisedmind.com/blog/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>programming, politics, &amp; other religious issues</itunes:subtitle>
	<image>
		<title>Enfranchised Mind &#187; Robert Fischer</title>
		<url>http://enfranchisedmind.com/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://enfranchisedmind.com/blog</link>
	</image>
		<item>
		<title>I Don&#8217;t Get It</title>
		<link>http://enfranchisedmind.com/blog/posts/i-dont-get-it/</link>
		<comments>http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:29:31 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Business]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2276</guid>
		<description><![CDATA[Java's open source culture confuses me.]]></description>
			<content:encoded><![CDATA[<p>When encountering a bug in an open source project, most Java people seem unwilling to either fix it themselves or pay the maintainer to fix it—they&#8217;d rather abandon the project or kludge their software painfully and repetitively.  WTF?</p>
<hr /><h2>Comments</h2><ul><li><a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comment-37216">February 5, 2010</a>, <a href='http://hamletdarcy.blogspot.com' rel='external nofollow' class='url'>Hamlet D'Arcy</a> wrote: In the past my problem has been that my organization would not let me rely on a personal or nightly build of a project. So when you need a workaround by the end of the week, waiting 2 months for the next release candidate of an OS project is not an option. 

... now go release JConch 1.2.</li><li><a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comment-37217">February 5, 2010</a>, <a href='http://www.naildrivin5.com/blog' rel='external nofollow' class='url'>Dave</a> wrote: I've encountered this a few times.  Sometimes, I'm trying to get things done, so I hack around the problem and then there's not always time to go back and learn a new codebase to submit a patch.  

Further, having submitted a few patches to a maven plugin (a piece of software I cannot stand, but submitted anyway), it's been months since I uploaded a freakin' zip file to their JIRA and no movement.

I also think compared to, say, Ruby, a lot of Java packages are very large and complex.  If I find a bug in Spring or Hibernate, my chances of even navigating the codebase to find out where the problem is are nil.  And Spring is actually pretty clean code; I mucked through JSCh and the maven release plugin and was HORRIFIED at how awful the code was.

And then there's the myriad build systems and spotty tests; One of the Castor devs asked me write a test or he wouldn't accept my patch; my patch was to make his code actually compile.  And their tests on trunk (and release tag) didn't pass.

Meanwhile, on github, I've submitted patches to things that I wrote and tested in less time than it took to find the svn link on Apache's site.  I've also incorporated others changes to my code (that they didn't even submit).  Granted these things are not as complex as Spring, but, well, maybe that's a good thing?</li><li><a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comment-37218">February 5, 2010</a>, <a href='http://www.naildrivin5.com/blog' rel='external nofollow' class='url'>Dave</a> wrote: @Hamlet D'Arcy  in your case, I have imported the released version I'm using into our company's svn repo and made changes I needed against that, then deployed THAT to our maven repo.  It was painful, but worked.</li><li><a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comment-37219">February 5, 2010</a>, <a href='http://twitter.com/RobertFischer' rel='external nofollow' class='url'>Robert Fischer</a> wrote: Argh.  I've totally forgotten about JConch 1.2.  Just released it.  It's now a Gradle-based build (I wanted to OSGi-ify the project and have a Maven repo).</li><li><a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comment-37220">February 5, 2010</a>, <a href='http://spockframework.org' rel='external nofollow' class='url'>Peter Niederwieser</a> wrote: From my experience, most developers aren't even willing to take the time to report a bug they encounter...</li><li><a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comment-37222">February 6, 2010</a>, <a href='http://plasmasturm.org/' rel='external nofollow' class='url'>Aristotle Pagaltzis</a> wrote: I agree with Peter – I actually <a href="http://twitter.com/apag/status/7101875141" rel="nofollow">tweeted the same observation</a> just a few weeks ago. I got <a href="http://twitter.com/jrockway/status/7101912403" rel="nofollow">one response to that</a> that <a href="http://twitter.com/apag/status/7360563175" rel="nofollow">didn’t satisfy me either</a>.

It’s not limited to Java either.</li><li><a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#comment-37233">February 6, 2010</a>, <a href='http://blog.james-carr.org' rel='external nofollow' class='url'>James Carr</a> wrote: Yeah... this has often surprised me as well. I've witnessed a team try to use some open source solution and give up because of a minor bug and go to a much more difficult to use proprietary solution (which amusingly had more critical bugs). 

I was also surprised when at my current client site they actually asked me spend a week working on fixing a bug in an open source project  and submit a patch... that's definitely the best attitude to have. :)</li></ul><hr />
This post was by <a href="http://enfranchisedmind.com/blog/posts/author/candide/">Robert Fischer</a>, written on February 5, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/#respond">http://enfranchisedmind.com/blog/posts/i-dont-get-it/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/i-dont-get-it/">http://enfranchisedmind.com/blog/posts/i-dont-get-it/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.115) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/i-dont-get-it/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Gradual Death of IE6 Just Got a Nitro Boost</title>
		<link>http://enfranchisedmind.com/blog/posts/google-says-ie6-must-die/</link>
		<comments>http://enfranchisedmind.com/blog/posts/google-says-ie6-must-die/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 01:51:27 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Software Business]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2273</guid>
		<description><![CDATA[Google is killing off IE6 for Google Apps.  Excellent!]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://googleenterprise.blogspot.com/2010/01/modern-browsers-for-modern-applications.html">the Official Google Enterprise Blog</a>:</p>
<blockquote><p>Many other companies have already stopped supporting older browsers like Internet Explorer 6.0 as well as browsers that are not supported by their own manufacturers. We’re also going to begin phasing out our support, starting with Google Docs and Google Sites. As a result you may find that from March 1 key functionality within these products &#8212; as well as new Docs and Sites features &#8212; won’t work properly in older browsers.</p></blockquote>
<p>w00t!  Die, IE6, die!</p>
<hr />
This post was by <a href="http://enfranchisedmind.com/blog/posts/author/candide/">Robert Fischer</a>, written on February 2, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/google-says-ie6-must-die/#respond">http://enfranchisedmind.com/blog/posts/google-says-ie6-must-die/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/google-says-ie6-must-die/">http://enfranchisedmind.com/blog/posts/google-says-ie6-must-die/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.115) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/google-says-ie6-must-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to be at Twin Cities Software Symposium (Spring)</title>
		<link>http://enfranchisedmind.com/blog/posts/nfjs-mn-2010-spring/</link>
		<comments>http://enfranchisedmind.com/blog/posts/nfjs-mn-2010-spring/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 00:59:36 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[No Fluff/G2X/AgileRx]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2269</guid>
		<description><![CDATA[ 
I&#8217;ve been scheduled at the Twin Cities Software Symposium (Spring) — it&#8217;ll be my first time presenting back home, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nofluffjuststuff.com"><img src="http://www.nofluffjuststuff.com/images/nfjs_logo200.gif" alt="No Fluff Just Stuff"/> </a></p>
<p>I&#8217;ve been scheduled at the Twin Cities Software Symposium (Spring) — it&#8217;ll be my first time presenting back home, and I&#8217;m looking forward to it.  You can see my schedule <a href="http://www.nofluffjuststuff.com/conference/minneapolis/2010/03/speakers/robert_fischer">over on the NFJS site</a>: as of this writing, it&#8217;s three concurrency talks and &#8220;Agile Practices Overview: A Tactics Retrospective&#8221;.  Looks like fun.</p>
<p>If you&#8217;re from MN and coming, it&#8217;ll be great to see you there.  If you&#8217;re not from MN and you&#8217;d like to see me in your area, <a href="http://www.nofluffjuststuff.com/home/feedback">let NFJS know</a> or <a href="http://smokejumperit.com/contact/">contact me via the form on SmokejumperIT.com</a>.</p>
<hr />
This post was by <a href="http://enfranchisedmind.com/blog/posts/author/candide/">Robert Fischer</a>, written on February 1, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/nfjs-mn-2010-spring/#respond">http://enfranchisedmind.com/blog/posts/nfjs-mn-2010-spring/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/nfjs-mn-2010-spring/">http://enfranchisedmind.com/blog/posts/nfjs-mn-2010-spring/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.115) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/nfjs-mn-2010-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Layout and Design Facelift</title>
		<link>http://enfranchisedmind.com/blog/posts/new-layout-and-design-facelift/</link>
		<comments>http://enfranchisedmind.com/blog/posts/new-layout-and-design-facelift/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 16:07:02 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Metablogging]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2234</guid>
		<description><![CDATA[New blog layout and design facelift thanks to <a href="http://www.aliciaweller.com">Alicia Weller</a> of <a href="http://graphickarma.com">Graphic Karma</a>.]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.aliciaweller.com">Alicia Weller</a>.  It started a minor clean-up of the previous theme and (like most software projects) evolved into something much more interesting and exciting.  There&#8217;s now a big area for features (e.g. open source projects), a space for <a href="http://enfranchisedmind.com/blog/categories/classic/">&#8220;Classic Enfranchised Mind&#8221; posts</a>, and an excerpt (instead of full-text) based front page.  We&#8217;ve also shifted to the <a href="http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html">asynchronous Google Analytics tracking</a>, which helps speed up load times.</p>
<p>We stuck with the same header: the stylized picture of Downtown Minneapolis as scene across Lake Calhoun.  That set the color palette, and the rest of it fell out from there.  All in all, I&#8217;m really happy.</p>
<p>The development was all able to be done in one day because Alicia leveraged the <a href="http://themeshaper.com/thematic/">Thematic</a> theme framework for WordPress.  It was pretty impressive to watch things come together so fast.</p>
<p>Swing over to <a href="http://enfranchisedmind.com/blog">the home page</a> and check it out.</p>
<p>If you want her to do some updates for your website layout and/or design, contact her via <a href="http://graphickarma.com">GraphicKarma.com</a>.</p>
<hr />
This post was by <a href="http://enfranchisedmind.com/blog/posts/author/candide/">Robert Fischer</a>, written on January 31, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/new-layout-and-design-facelift/#respond">http://enfranchisedmind.com/blog/posts/new-layout-and-design-facelift/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/new-layout-and-design-facelift/">http://enfranchisedmind.com/blog/posts/new-layout-and-design-facelift/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.115) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/new-layout-and-design-facelift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPTouch Enabled</title>
		<link>http://enfranchisedmind.com/blog/posts/wptouch-enabled/</link>
		<comments>http://enfranchisedmind.com/blog/posts/wptouch-enabled/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:19:02 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2122</guid>
		<description><![CDATA[Just installed the WPTouch plugin to enable a nice mobile front-end for Enfranchised Mind.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a smart phone, would you mind hitting <a href="http://enfranchisedmind.com/blog">http://enfranchisedmind.com/blog</a> with it and letting me know how it looks?  I&#8217;ve installed a plugin to add mobile support to WordPress, and I&#8217;d like feedback.</p>
<hr /><h2>Comments</h2><ul><li><a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/#comment-37183">January 27, 2010</a>, <a href='http://somuchwit.com/' rel='external nofollow' class='url'>Cody Brimhall</a> wrote: Looks great from my iPhone!</li><li><a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/#comment-37184">January 27, 2010</a>, <a href='http://wallscorp.us/' rel='external nofollow' class='url'>Nathan L. Walls</a> wrote: I just checked Mobile Safari and it looks good. Actions for showing/hiding post summary from the index page works. Good default view per post.</li><li><a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/#comment-37186">January 28, 2010</a>, <a href='http://mike.Brevoort.com' rel='external nofollow' class='url'>Mike</a> wrote: Looks great from an iPhone. Great plugin, like the share features.</li><li><a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/#comment-37188">January 28, 2010</a>, Luis Arias wrote: Looks great from my Motorola Milestone running Android 2.1</li><li><a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/#comment-37189">January 28, 2010</a>, <a href='http://titusj.blogspot.com/' rel='external nofollow' class='url'>Jason</a> wrote: I checked with my android browser. Everything looked good there too.</li><li><a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/#comment-37190">January 28, 2010</a>, <a href='http://aliciaweller.com' rel='external nofollow' class='url'>Alicia</a> wrote: Looks great. Remind me to have you take a peek from my touch.</li></ul><hr />
This post was by <a href="http://enfranchisedmind.com/blog/posts/author/candide/">Robert Fischer</a>, written on January 27, 2010.<br />
Comment on this post: <a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/#respond">http://enfranchisedmind.com/blog/posts/wptouch-enabled/#respond</a><br />
Public Permalink: <a href="http://enfranchisedmind.com/blog/posts/wptouch-enabled/">http://enfranchisedmind.com/blog/posts/wptouch-enabled/</a>
<hr /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png" /></a><br />This article was a post on <a href="http://enfranchisedmind.com/blog">the EnfranchisedMind blog</a>.  <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dc:title" rel="dc:type">EnfranchisedMind Blog</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://enfranchisedmind.com/blog/" property="cc:attributionName" rel="cc:attributionURL">Robert Fischer, Brian Hurt, and Other Authors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<p style="display:none;">(Digital Fingerprint: bcecb67d74ab248f06f068724220e340 (38.107.191.115) )</p></small>]]></content:encoded>
			<wfw:commentRss>http://enfranchisedmind.com/blog/posts/wptouch-enabled/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
