<?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>fnokd! &#187; Codehaus</title>
	<atom:link href="http://www.fnokd.com/tag/codehaus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnokd.com</link>
	<description>Bob Blogs</description>
	<lastBuildDate>Mon, 18 May 2009 17:42:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GIS Day</title>
		<link>http://www.fnokd.com/2007/11/07/gis-day/</link>
		<comments>http://www.fnokd.com/2007/11/07/gis-day/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 04:12:53 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Asheville]]></category>
		<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[North Carolina]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2007/11/07/gis-day/</guid>
		<description><![CDATA[Did you know that November 14th is GIS Day?
I&#8217;ve experimented with PostGIS some, so I&#8217;m interested to see what&#8217;s going on.  Here in Asheville, we apparently observe GIS Day on the 9th, with some stuff going on at AB-Tech.
There&#8217;s a talk on open-source GIS, so I&#8217;m curious to see if GeoTools or uDig are [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.fnokd.com/wp-content/uploads/2007/11/picture-8.png" align="left" height="106" width="141" />Did you know that November 14th is <a href="http://www.gisday.com/" title="GIS Day">GIS Day</a>?</p>
<p>I&#8217;ve experimented with PostGIS some, so I&#8217;m interested to see what&#8217;s going on.  Here in Asheville, we apparently observe GIS Day on the 9th, with some <a href="http://spreadsheets.google.com/pub?key=pUJkfPwlDiCO5FSbttFzNFw" title="GIS Day Schedule for AB Tech">stuff going on at AB-Tech</a>.</p>
<p>There&#8217;s a talk on open-source GIS, so I&#8217;m curious to see if <a href="http://geotools.codehaus.org/" title="GeoTools">GeoTools</a> or <a href="http://udig.codehaus.org/" title="uDig">uDig</a> are mentioned, being some of the open-source <a href="http://xircles.codehaus.org/tags/gis" title="Codehaus GIS tag">GIS projects at the Codehaus</a>.</p>
<p>Google Maps has shown us how everything goes better with some visual representation.  I think GIS will only grow in importance, and tooling like PostGIS makes it fairly easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2007/11/07/gis-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unwind with Subversion</title>
		<link>http://www.fnokd.com/2007/10/15/unwind-with-subversion/</link>
		<comments>http://www.fnokd.com/2007/10/15/unwind-with-subversion/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 04:30:32 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[JBoss.ORG]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2007/10/15/unwind-with-subversion/</guid>
		<description><![CDATA[At the Codehaus and at JBoss.org, I&#8217;ve continually come across Subversion repositories that needed to be split apart or merged, perhaps after converting from CVS.  One problem you continually hit, particularly if you&#8217;re merging repositories, is the &#8220;date order of revisions&#8221; bug.  Simply stated, if you create a new repository loaded from two [...]]]></description>
			<content:encoded><![CDATA[<p>At the <a title="Codehaus" href="http://codehaus.org/">Codehaus</a> and at <a title="JBoss" href="http://jboss.org/">JBoss.org</a>, I&#8217;ve continually come across Subversion repositories that needed to be split apart or merged, perhaps after converting from CVS.  One problem you continually hit, particularly if you&#8217;re merging repositories, is <a href="http://svn.haxx.se/dev/archive-2006-01/0381.shtml">the &#8220;date order of revisions&#8221; bug</a>.  Simply stated, if you create a new repository loaded from two other repositories, you can end up with a situation where revision N does not necessarily occur before revision N+1, in terms of the commit time-stamp.</p>
<p>When you do a date-based operation using Subversion, it does a binary search through the revision sequence to find the revisions matching the specified dates. This binary search assumes the revisions are indeed date-ordered.</p>
<p>With the acquisition of Mobicents by JBoss, we&#8217;re in the situation of having to merge about a dozen repositories. Some are CVS, some are SVN.  Good ol&#8217; <a title="cvs2svn" href="http://cvs2svn.tigris.org/cvs2svn.html">cvs2svn</a> works well for the first step, of converting a CVS repository into a SVN repository.  But now we have either oddly disjoint repositories, or conflicting paths overlaid one another.</p>
<p>I&#8217;ve always been a fan of <a title="mod_rewrite beginners guide" href="http://www.workingwith.me.uk/articles/scripting/mod_rewrite">mod_rewrite</a> for <a title="Apache httpd" href="http://httpd.apache.org/">Apache-httpd</a>, and a <a title="SVN dumpfile format" href="http://svn.collab.net/repos/svn/trunk/notes/dump-load-format.txt">SVN dumpfile</a> has a lot of paths just ripe for rewriting.  1000 lines of Ruby code later, I&#8217;m able to announce <a title="Unwind" href="http://svn.rubyhaus.org/unwind/trunk/">Unwind</a>.  Unwind is a Ruby library, along with a command-line tool, for performing mind-numbing feats of repository surgery.</p>
<p>Since a massive conversion and rewriting is something that requires a bit of trial-and-error, the command-line utility is ultimately driven by a configuration file.  Of course, with Ruby, it&#8217;s just a DSL created using <a title="Ruby instance_eval" href="http://www.ruby-doc.org/core/classes/Object.html#M000336">instance_eval</a> and blocks.</p>
<p><img width="461" height="389" id="image327" alt="Picture 5.png" src="http://www.fnokd.com/wp-content/uploads/2007/10/Picture%205.png" /></p>
<p>This configuration file will ultimate produce a single file (<code>merged-repo.svndump</code>) from multiple input dump files.  Each source file can <code>include()/exclude</code> paths (based upon the original paths in that particular dumpfile).  Each source can also use Rails-ish URL rewriting.  The <strong><code>:something</code></strong> syntax matches 1 segment of a path, and is available as a substitution value in the output path for the rule.</p>
<p>The rewrite engine tracks all existing paths, and creates parent directories when necessary.  SVN <strong><code>copy</code></strong> operations are fully adjusted both for the source and the destination paths.</p>
<p>Unwind automatically interleaves revisions to achieve total monotonically increasing time-ordering for the final repository.</p>
<p>Finally, before a revision is emitted to the output repository, addition <code>include()/exclude()</code> rules can be applied.  For repositories converted from CVS, you may end up with a bundle of <code>CVSROOT</code> directories attempting to live in the same location.  No reason to rewrite them to unique locations, as you can just exclude them before they get figured into the final output repository.</p>
<p>Unwind uses <a title="SQLite" href="http://www.sqlite.org/">SQLite</a> for organizing the meta-information about each repository and revision, while performing random-access seeks on the source dumpfiles to produce the final repository.   While merging may be the common use-case, Unwind&#8217;s rewriting also makes it useful just for extracting bits out of a repository.</p>
<p>At this point, this blog entry is the complete documentation for Unwind.  But feel free to <a title="Unwind repository" href="http://svn.rubyhaus.org/unwind/trunk/">browse the SVN repository</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2007/10/15/unwind-with-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid Friday Fun</title>
		<link>http://www.fnokd.com/2007/03/16/stupid-friday-fun/</link>
		<comments>http://www.fnokd.com/2007/03/16/stupid-friday-fun/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 13:18:29 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss.ORG]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2007/03/16/stupid-friday-fun/</guid>
		<description><![CDATA[
It&#8217;s Friday, and we all like having friends, so&#8230;

myspace.com/codehaus
myspace.com/jboss_org

And don&#8217;t act like you don&#8217;t have a MySpace account.  You know you do.
]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="Picture 27.png" id="image203" title="Picture 27.png" src="http://www.fnokd.com/wp-content/uploads/2007/03/Picture%2027.png" /><br />
It&#8217;s Friday, and we all like having friends, so&#8230;</p>
<ul>
<li><a title="myspace.com/codehaus" href="http://myspace.com/codehaus">myspace.com/codehaus</a></li>
<li><a title="myspace.com/jboss_org" href="http://myspace.com/jboss_org">myspace.com/jboss_org</a></li>
</ul>
<p>And don&#8217;t act like you don&#8217;t have a MySpace account.  You know you do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2007/03/16/stupid-friday-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The role of a .org</title>
		<link>http://www.fnokd.com/2007/03/15/the-role-of-a-org/</link>
		<comments>http://www.fnokd.com/2007/03/15/the-role-of-a-org/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 19:23:37 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[JBoss.ORG]]></category>
		<category><![CDATA[Opensource]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2007/03/15/the-role-of-a-org/</guid>
		<description><![CDATA[We&#8217;ve got a bundle of opensource communities all over the place now.  Some of them are the opensource arm of an otherwise capitalistic commercial entity:

JBoss.ORG
SugarForge
OpenLaszlo
MySQL.org

Others are non-profit, or not tightly tied to a corporation:

Apache Software Foundation
Codehaus Foundation
OpenQA

None of these should be confused with .nets, such as SourceForge.net or java.net. The .nets of the world [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve got a bundle of opensource communities all over the place now.  Some of them are the opensource arm of an otherwise capitalistic commercial entity:</p>
<ul>
<li><a title="JBoss.ORG" href="http://jboss.org/">JBoss.ORG</a></li>
<li><a title="SugarForge" href="http://www.sugarforge.org/">SugarForge</a></li>
<li><a title="OpenLaszlo" href="http://www.openlaszlo.org/">OpenLaszlo</a></li>
<li><a title="MySQL.org" href="http://www.mysql.org/">MySQL.org</a></li>
</ul>
<p>Others are non-profit, or not tightly tied to a corporation:</p>
<ul>
<li><a title="Apache Software Foundation" href="http://apache.org/">Apache Software Foundation</a></li>
<li><a title="The Codehaus Foundation" href="http://codehaus.org/">Codehaus Foundation</a></li>
<li><a title="OpenQA" href="http://openqa.org/">OpenQA</a></li>
</ul>
<ul />None of these should be confused with <strong>.nets</strong>, such as <a title="SourceForge.net" href="http://sourceforge.net/">SourceForge.net</a> or <a title="java.net" href="http://java.net/">java.net</a>. The .nets of the world are more like warehouses than communities. Both types of .orgs do share a lot in common, but they also have some functional differences.  Working with both the Codehaus (just a community) and JBoss.ORG (a .org sibling of a related .com) is interesting.</p>
<h4>Non-commercial .orgs</h4>
<p>The non-commercial communities serve both the community members and the actual project developers.  The role towards the community is fairly passive, mostly providing the capabilities for participation, contribution and interaction.  For the developers, primarily normal &#8220;forge&#8221; tooling is needed.  Here, different communities might select different tools, but ultimately the feature-set is roughly the same.</p>
<p>Ultimately, taken all together, we&#8217;re only talking about Subversion, mailing lists or forums, IRC/Jabber, bug tracking, continuous integration, wiki, webspace, and maybe blogs.  That sort of thing. Of course managing a bag of disparate tools in a useful manner is no trivial task.<br />
<img width="375" height="190" id="image199" alt="org_principles_noncommercial.png" src="http://www.fnokd.com/wp-content/uploads/2007/03/org_principles_noncommercial.png" /></p>
<p>While non-commercial .orgs also may encourage interaction and cross-pollination between projects, it is not necessarily their primary mandate.  At the Codehaus, I do attempt to introduce various project leads I think might have a chance at some cooperation, but beyond that, nothing is explicit.  The Codehaus is the land of containers, for instance, which might never have any reason to cooperate or share community members.</p>
<p>Apache, on the other hand, does try harder for inter-project cooperation.  Projects are encouraged to use other Apache projects where possible and contribute to things such as the various &#8220;commons&#8221; projects.</p>
<p>OpenQA, through its focus on a particular type of project, also promotes natural cross-pollination amongst the members of each project.  QA folks can be&#8230; intense.</p>
<h4>Commercial .orgs</h4>
<p>Commercial .orgs likewise have to address both the community members and the project developers.  The project developers still demand good forge tooling, of course.  But the .org starts to play a larger role in regards to the membership of the community.  Instead of simply facilitating interactions, the .org must also act as an advocate for all users, including those from which the corporation derives no revenue.</p>
<p><img width="380" height="202" alt="org_principles_commercial.png" id="image198" src="http://www.fnokd.com/wp-content/uploads/2007/03/org_principles_commercial.png" /></p>
<p>With a commercial .org, there are natural inclinations to attempt to directly monetize as much of the community as possible. It&#8217;s not at all a malicious goal, since ultimately, the company <strong>should</strong> try to monetize the community.  That&#8217;s the whole point.  We need to learn that <strong>direct</strong> monetization is counter-productive, though.  Attempts at direct monetization may include putting some content behind locked doors, running banner advertising everywhere for the corporate offerings, or being closed to complementary or competing ideas and individuals.</p>
<p>If everywhere a member looks, they see marketing and sales of the host company trying to grab their attention, it stifles the sense of openness.  The revolution will not be sponsored by a single company.  In a real community, a truly thriving community, there will be other actors out there in the field.  Your projects are hopefully so successful that other people see ways to build their own businesses around them.  These folks can be seen as either threats or opportunities.  Using the .org only as an extension of your own marketing department would ignore these folks, turning them into threats.</p>
<p>Projects within a commercially-backed .org tend to have more product management behind them, explicitly providing a multiple-point solution across the entire platform of projects.  The .org&#8217;s role likewise must ensure that the shared communities between projects are helped to find their own commonalities.</p>
<p>Additionally, in the wild world of opensource, a lot of projects just simply fail to develop a community.  A commercially-backed project has already shown to have a community, and the company has a vested interest in ensuring that it continues to grow.</p>
<p>The .org plays the role of the park ranger, tending to and actively promoting the healthy land &#038; wildlife of the project.  In the &#8220;real world&#8221;, lightening strikes a dry pine, and 3 million acres of project go up in smoke.  A company can&#8217;t afford to have that happen.</p>
<p>Pardon the bad analogy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2007/03/15/the-role-of-a-org/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>That&#8217;s freakin&#8217; Groovy</title>
		<link>http://www.fnokd.com/2007/01/30/thats-freakin-groovy/</link>
		<comments>http://www.fnokd.com/2007/01/30/thats-freakin-groovy/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 08:31:48 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2007/01/30/thats-freakin-groovy/</guid>
		<description><![CDATA[Hat&#8217;s off to Guillaume and all the other cool kids who pushed Groovy to a 1.0 release.  My original hand-rolled parser is long-gone, but I still wish for the best for these guys.
I think it&#8217;s cool, too, that they are having concurrent parties across the globe to celebrate.
]]></description>
			<content:encoded><![CDATA[<p><a title="Groovy homepage" href="http://groovy.codehaus.org/"><img align="right" title="Groovy!" id="image146" alt="Groovy!" src="http://www.fnokd.com/wp-content/uploads/2007/01/groovy.png" /></a>Hat&#8217;s off to Guillaume and all the other cool kids who pushed Groovy to <a title="Download it!" href="http://groovy.codehaus.org/Download">a 1.0 release</a>.  My original hand-rolled parser is long-gone, but I still wish for the best for these guys.</p>
<p>I think it&#8217;s cool, too, that they are having <a title="Groovy Party Coordination" href="http://groovy.codehaus.org/Groovy+1.0+parties">concurrent parties across the globe</a> to celebrate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2007/01/30/thats-freakin-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oof Uncamp SF Recap</title>
		<link>http://www.fnokd.com/2006/09/15/oof-uncamp-sf-recap/</link>
		<comments>http://www.fnokd.com/2006/09/15/oof-uncamp-sf-recap/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 02:21:53 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/09/15/oof-uncamp-sf-recap/</guid>
		<description><![CDATA[Brian Topping had the foresight to bring his digital SLR and document the Oof Uncamp gathering last Tuesday evening.  Attendees included some current and ex-ThoughtWorkers (Paul Hammant, Kurt Schrader), some guy from Ning (Brian McCallister), a cow-orker (Pete Royal) and a VP of something-or-another at Yahoo! (Sam Pullara).  Plus our intrepid photo-historian, Brian [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/82579353@N00/sets/72157594283042132/"><img align="left" src="http://static.flickr.com/82/242631696_a402824afd_m.jpg" /></a>Brian Topping had the foresight to bring his digital SLR and document the Oof Uncamp gathering last Tuesday evening.  Attendees included some current and ex-ThoughtWorkers (Paul Hammant, Kurt Schrader), some guy from Ning (Brian McCallister), a cow-orker (Pete Royal) and a VP of something-or-another at Yahoo! (Sam Pullara).  Plus our intrepid photo-historian, Brian Topping.  Random partners and friends-of-friends were inbibing with us.  Click the photo for even more photos.</p>
<p>Conversation ranged from why everything Yahoo! touches is so ugly to ranting about how freaking cold it was that night.  By the time it was all over, Sam was talking about some ideas that involve fleeing the country, never to return.  My reputation as Mr Perma-Beta was re-affirmed, and apparently is to blame for Radar&#8217;s perma-stealth mode.</p>
<p>Yes, it&#8217;s all my fault.  I also cause cancer.</p>
<p>We befriended and inducted Cephus and Mongo as honorary hausmates.  We doubt either of them own a computer, but they were nice guys, and the Codehaus Foundation needs some muscle on staff, in case we have some enforcing that needs doing.</p>
<p>Remember kids, any gathering of 3-or-more hausmates is an event.  Or an un-event.  2.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/09/15/oof-uncamp-sf-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codehaus Oof Uncamp San Francisco</title>
		<link>http://www.fnokd.com/2006/09/12/codehaus-oof-uncamp-san-francisco/</link>
		<comments>http://www.fnokd.com/2006/09/12/codehaus-oof-uncamp-san-francisco/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 18:47:49 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/09/12/codehaus-oof-uncamp-san-francisco/</guid>
		<description><![CDATA[It has been decided that tonight, 12 September, the Codehaus Oof Uncamp will happen at Zeitgeist, in San Francisco.  It&#8217;s cash-only, so bring some Benjamins.  I&#8217;ll buy the first round or two.
Update: 7pm is the time to collide.
]]></description>
			<content:encoded><![CDATA[<p>It has been decided that tonight, 12 September, the Codehaus Oof Uncamp will happen at <a href="http://sanfrancisco.citysearch.com/profile/868351">Zeitgeist</a>, in San Francisco.  It&#8217;s cash-only, so bring some Benjamins.  I&#8217;ll buy the first round or two.</p>
<p><strong>Update</strong>: 7pm is the time to collide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/09/12/codehaus-oof-uncamp-san-francisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Lazy Coast</title>
		<link>http://www.fnokd.com/2006/09/04/the-lazy-coast/</link>
		<comments>http://www.fnokd.com/2006/09/04/the-lazy-coast/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 07:26:57 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Day Job]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/09/04/the-lazy-coast/</guid>
		<description><![CDATA[My luxurious jet-set lifestyle is taking me to the San Francisco area in a week.  September 10th through the 14th, I&#8217;ll be in the general area of all things 2.0.  I&#8217;m truly excited to finally get to meet my coworkers.  Yes, I&#8217;ve worked for Radar Networks for just about a year now. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=san+francisco&#038;ie=UTF8&#038;z=8&#038;ll=37.09024,-123.579712&#038;spn=3.365033,8.415527&#038;om=1"><img width="159" height="199" align="left" alt="Picture 23.png" id="image79" title="Picture 23.png" src="http://www.fnokd.com/wp-content/uploads/2006/09/Picture%2023.png" /></a>My <a href="http://www.flickr.com/photos/openxource_bob/233318870/">luxurious jet-set lifestyle</a> is taking me to the <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=san+francisco&#038;ie=UTF8&#038;z=8&#038;ll=37.09024,-123.579712&#038;spn=3.365033,8.415527&#038;om=1">San Francisco</a> area in a week.  September 10th through the 14th, I&#8217;ll be in the general area of all things 2.0.  I&#8217;m truly excited to finally get to meet my coworkers.  Yes, I&#8217;ve worked for <a href="http://www.radarnetworks.com/">Radar Networks</a> for just about a year now.  No, I&#8217;ve never met a single coworker while employed with Radar Networks.  I have <a href="http://www.fotap.org/gallery/2003/october/hausparty/">met</a> <a title="Pete's Blog" href="http://osi.fotap.org/">Peter Royal</a> before, but that was before either of us worked for the company.</p>
<p>I am tentatively thinking of a <strong>Tuesday (12 September)</strong> evening <em><a href="http://xircles.codehaus.org/">Codehaus</a> Oof Uncamp Conference 2.0</em>, where hausmates, sympathizers, collaborators and detractors can gather to do no camping but rather consume some <a href="http://beermapping.com/"><em>Beers 2.0</em></a>.  Though, who knows.  Maybe we&#8217;ll do it Wednesday, or Sunday.  We&#8217;re <a href="http://www.agilealliance.org/">agile</a>.</p>
<p>Locals will need to suggest some good location and pick <a href="http://www.flickr.com/photos/openxource_bob/233318968/">my ass</a> up near Chinatown.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/09/04/the-lazy-coast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hey mon, Gone to OSCon</title>
		<link>http://www.fnokd.com/2006/07/24/gone-to-oscon-mon/</link>
		<comments>http://www.fnokd.com/2006/07/24/gone-to-oscon-mon/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 19:34:38 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/07/24/gone-to-oscon-mon/</guid>
		<description><![CDATA[Well, I&#8217;ve managed to procure both travel and lodging for OSCon in Portland this week.  I still don&#8217;t actually have a conference pass, but what is life without challenges?  If you&#8217;re an exhibitor or just a friendly soul who has a spare pass or would like to sponsor me, email bob@ this domain.
I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><a title="OSCon Portland, 2006" href="http://conferences.oreillynet.com/os2006/"><img width="131" height="29" align="right" title="Picture 12.png" alt="Picture 12.png" src="http://www.fnokd.com/wp-content/uploads/2006/07/Picture%2012.png" /></a>Well, I&#8217;ve managed to procure both travel and lodging for <a title="OSCon Portland, 2006" href="http://conferences.oreillynet.com/os2006/">OSCon in Portland this week</a>.  I still don&#8217;t actually have a conference pass, but what is life without challenges?  If you&#8217;re an exhibitor or just a friendly soul who has a spare pass or would like to sponsor me, email <strong>bob@</strong> this domain.</p>
<p>I&#8217;m arriving around lunchtime on Wednesday, and departing at the break of day on Friday.  I think I&#8217;m going to the Jive Software party.  Henri Yandell has suggested a haus party on Wednesday night, but we&#8217;ll see how things pan out.  I can be SMS&#8217;d on my shoephone, which can be found on my <a title="Contact Bob" href="http://www.fnokd.com/about/">contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/07/24/gone-to-oscon-mon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codehaus Basement</title>
		<link>http://www.fnokd.com/2006/07/14/codehaus-basement/</link>
		<comments>http://www.fnokd.com/2006/07/14/codehaus-basement/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 19:22:00 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[North Carolina]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/07/14/codehaus-basement/</guid>
		<description><![CDATA[ I&#8217;m quite pleased to announce that the efforts of Dan Diephouse to get the Codehaus turned into a bonafide non-profit organisation has produced results. Now we are just awaiting certification from the IRS for our tax-exempt status.  Paul Brown is our Director of Altruism, and will be coordinating our fund-raising activities.  As [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xircles.codehaus.org/"><img width="156" height="52" align="left" alt="Picture 3.png" id="image65" title="Picture 3.png" src="http://www.fnokd.com/wp-content/uploads/2006/07/Picture%203.png" /></a> I&#8217;m quite pleased to announce that the efforts of <a href="http://netzooid.com/blog/">Dan Diephouse</a> to get the Codehaus turned into a <img width="75" height="105" align="right" alt="wheaties.jpg" id="image66" title="wheaties.jpg" src="http://www.fnokd.com/wp-content/uploads/2006/07/wheaties.jpg" />bonafide non-profit organisation has produced <a href="http://www.secretary.state.nc.us/Corporations/Corp.aspx?PitemId=7999137">results</a>. Now we are just awaiting certification from the IRS for our tax-exempt status.  <a href="http://mult.ifario.us/">Paul Brown</a> is our Director of Altruism, and will be coordinating our fund-raising activities.  As always, I&#8217;m just the smiling face on the front of the cereal box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/07/14/codehaus-basement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Holding Court</title>
		<link>http://www.fnokd.com/2006/07/14/holding-court/</link>
		<comments>http://www.fnokd.com/2006/07/14/holding-court/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 18:19:09 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/07/14/holding-court/</guid>
		<description><![CDATA[I will be holding court at the Vinings Starbucks, in Atlanta, Saturday night, with my son.  I&#8217;ll probably be there around 8pm or so.  Email me (bob@ this domain) if you need more information or anything.
]]></description>
			<content:encoded><![CDATA[<p><img width="54" height="56" align="left" alt="starbucks.jpg" id="image63" title="starbucks.jpg" src="http://www.fnokd.com/wp-content/uploads/2006/07/starbucks.jpg" />I will be holding court at the <a title="Map!" href="http://maps.google.com/maps?f=l&#038;hl=en&#038;q=starbucks&#038;near=vinings,+ga&#038;ie=UTF8&#038;cid=33861389,-84470000,3076663416713217326&#038;li=lmd&#038;om=1"><strong>Vinings Starbucks</strong></a>, in Atlanta, Saturday night, with my son.  I&#8217;ll probably be there around 8pm or so.  Email me (bob@ this domain) if you need more information or anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/07/14/holding-court/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBoss, Rules, Vegas, Vegetarians</title>
		<link>http://www.fnokd.com/2006/06/10/jboss-rules-vegas-vegetarians/</link>
		<comments>http://www.fnokd.com/2006/06/10/jboss-rules-vegas-vegetarians/#comments</comments>
		<pubDate>Sat, 10 Jun 2006 06:21:44 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JBoss]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/06/10/jboss-rules-vegas-vegetarians/</guid>
		<description><![CDATA[Don&#8217;t forget kids, next week I&#8217;ll be at that JBoss conference, where I&#8217;ll be pitching in on the JBoss Rules BOF, in Vegas, with that vegetarian Mark Proctor.  And remember Mark, nobody likes a vegetarian.  Though, maybe we like you a little bit for kicking ass and getting Drools 3.0 out the door. [...]]]></description>
			<content:encoded><![CDATA[<p><img width="166" height="25" align="left" title="Picture 12.png" id="image54" alt="Picture 12.png" src="http://www.fnokd.com/wp-content/uploads/2006/06/Picture%2012.png" />Don&#8217;t forget kids, next week I&#8217;ll be at <a href="http://www.jbossworld.com/index.htm">that JBoss conference</a>, where I&#8217;ll be pitching in on the <a href="http://www.jbossworld.com/agenda_wednesday_schedule.htm#rulesbest">JBoss Rules BOF</a>, in Vegas, with that vegetarian <a href="http://www.jbossworld.com/featured.htm#proctor">Mark Proctor</a>.  And remember Mark, <a href="http://cgi.ebay.com/NOBODY-LIKES-A-VEGETARIAN-NEW-HUMOR-SHIRT-3X_W0QQitemZ4417877491QQcategoryZ43400QQcmdZViewItem#ebayphotohosting">nobody likes a vegetarian</a>.  Though, maybe we like you a little bit for kicking ass and getting <a href="http://www.jboss.com/products/rules">Drools 3.0 out the door</a>.  Rock on, you little British man, rock on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/06/10/jboss-rules-vegas-vegetarians/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sanity, Slight Return</title>
		<link>http://www.fnokd.com/2006/05/25/sanity-slight-return/</link>
		<comments>http://www.fnokd.com/2006/05/25/sanity-slight-return/#comments</comments>
		<pubDate>Fri, 26 May 2006 05:31:31 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Disaster]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/05/25/sanity-slight-return/</guid>
		<description><![CDATA[Through the kick-ass efforts of Ben Walding (pictured left with his, um, jaffles iron&#8230;) and major assists by Contegix, sanity has started to return to the haus.  All repositories are capable of being open for business, pending the project despots decision.  So, if CVS/Subversion is missing, go bug the project lead.
We&#8217;ve got all [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Picture 6.png" class="imagelink" href="http://www.fnokd.com/wp-content/uploads/2006/05/Picture%206.png"><img width="222" height="97" align="left" alt="Picture 6.png" id="image46" title="Picture 6.png" src="http://www.fnokd.com/wp-content/uploads/2006/05/Picture%206.png" /></a><span class="imagelink">Through the kick-ass efforts of Ben Walding (pictured left with his, um, jaffles iron&#8230;) and major assists by <a title="Contegix" href="http://www.contegix.com/">Contegix</a>, sanity has started to return to the haus.  All repositories are capable of being open for business, pending the project despots decision.  So, if CVS/Subversion is missing, go bug the project lead.</span></p>
<p>We&#8217;ve got all project mail flowing again, with a <a title="Manage your email!" href="http://xircles.codehaus.org/manage_email">new web-based management piece</a> for subscribing and unsubscribing.  While the downtime sucked more than most things can suck, we&#8217;re coming back with better tooling and infrastructure.  This is mostly the result of not being willing to reconfigure all of our projects by hand.  So we&#8217;ve scripted the heck out of things.</p>
<p><img align="right" title="newhaus.png" id="image48" alt="newhaus.png" src="http://xircles.codehaus.org/images/newhaus.png?1148532859" />We&#8217;re still working on personal and project webspace.  Previous sites should be up, except those using plain HTML.  Any Confluence-backed site is good to go. All projects are currently restricted from producing new distributions on <a href="http://dist.codehaus.org/">dist.codehaus.org</a>, but we&#8217;re quickly working towards a solution for that.  Pretty soon the front <a href="http://www.codehaus.org/">codehaus.org</a> page will return to its normally scheduled programming.</p>
<p>Plus, we&#8217;ve got a new logo.  Everything goes better with a new logo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/05/25/sanity-slight-return/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Codehaus Update</title>
		<link>http://www.fnokd.com/2006/05/19/codehaus-update/</link>
		<comments>http://www.fnokd.com/2006/05/19/codehaus-update/#comments</comments>
		<pubDate>Fri, 19 May 2006 18:01:45 +0000</pubDate>
		<dc:creator>Bob McWhirter</dc:creator>
				<category><![CDATA[Codehaus]]></category>
		<category><![CDATA[Disaster]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.fnokd.com/2006/05/19/codehaus-update/</guid>
		<description><![CDATA[After fighting with backups (check your backups, kids!), we&#8217;ve started getting the haus back online.  Subversion repositories are back, read-only over HTTP at http://svn.codehaus.org/, the various distribution repos are back, such as http://dist.codehaus.org/.  We did lose some commits in the SVN, and some deployments may be missing from dist.  Now&#8217;s the time [...]]]></description>
			<content:encoded><![CDATA[<p>After fighting with backups (check your backups, kids!), we&#8217;ve started getting the haus back online.  Subversion repositories are back, read-only over HTTP at <a href="http://svn.codehaus.org/">http://svn.codehaus.org/</a>, the various distribution repos are back, such as <a href="http://dist.codehaus.org/">http://dist.codehaus.org/</a>.  We did lose some commits in the SVN, and some deployments may be missing from dist.  Now&#8217;s the time to sanity-check.</p>
<p>We&#8217;re continuing to work to get CVS, mail, and read/write access to Subversion back as soon as possible.</p>
<p>We truly appreciate all of the efforts to help, and your patience has been outstanding.  We realize how painful downtime is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnokd.com/2006/05/19/codehaus-update/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
