<?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>Consilience &#187; LoCo</title>
	<atom:link href="http://blog.grossmeier.net/category/loco/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grossmeier.net</link>
	<description>The Blog of Bringing Things Together</description>
	<lastBuildDate>Tue, 15 Jun 2010 03:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>A quick backup script for you tonight</title>
		<link>http://blog.grossmeier.net/2010/03/27/a-quick-backup-script-for-you-tonight/</link>
		<comments>http://blog.grossmeier.net/2010/03/27/a-quick-backup-script-for-you-tonight/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 04:52:59 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Autonomous]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=465</guid>
		<description><![CDATA[I just got back from a great day at the Ubuntu Michigan LoCo edition of the Global Jam were we tested Lucid on a ton of different hardware. It was a great time. See the photos. But, what I want to share with you right now is a quick script I whipped up to backup [...]]]></description>
			<content:encoded><![CDATA[<p>I just got back from a great day at the Ubuntu Michigan LoCo edition of the Global Jam were we tested Lucid on a ton of different hardware. It was a great time. <a href="http://www.flickr.com/photos/grggrssmr/tags/ugj0310/">See the photos</a>.</p>
<p>But, what I want to share with you right now is a quick script I whipped up to backup my Google Calendars nightly. This is one of the steps in my on-going process of making sure all of my personal data is backed up by me on machines I control with an eye to migrating to self (or friend) hosted services. Yes, I want services I use to follow the <a href="http://autonomo.us/2008/07/franklin-street-statement/">Franklin Street Statement</a>.</p>
<p>Until the day that all of the services I use follow the Franklin Street Statement recommendations, I will just have to make sure I make personal backups of my information. So tonight, I finally did that for Google Calendars. It was pretty simple, really:<br />
<code><br />
#!/bin/sh<br />
# Backup my Google Calendars</p>
<p>WORK="/home/greg/backup/google/work-`date +%F`.ics"<br />
PERSONAL="/home/greg/backup/google/personal-`date +%F`.ics"<br />
OPENMICHIGAN="/home/greg/backup/google/open_michigan-`date +%F`.ics"<br />
MILOCO="/home/greg/backup/google/miloco-`date +%F`.ics"</p>
<p>wget private_url_for_work_calendar -O $WORK<br />
wget private_url_for_personal -O $PERSONAL<br />
wget private_url_for_otherwork -O $OPENMICHIGAN<br />
wget private_url_for_the_loco -O $MILOCO</p>
<p># Remove files that are older than 1 week<br />
find /home/greg/backup/google/*.ics -mtime +7 -exec rm -f {} \;</code></p>
<p>That&#8217;s it. Create the filenames for the various calendars I&#8217;m backing up, including today&#8217;s date. Then wget them. Then, delete any .ics file that is older than a week. Not sure why I need 7 days of backup, but better safe than sorry, I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2010/03/27/a-quick-backup-script-for-you-tonight/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu Global Jam &#8211; Michigan Style!</title>
		<link>http://blog.grossmeier.net/2010/03/24/ubuntu-global-jam-michigan-style/</link>
		<comments>http://blog.grossmeier.net/2010/03/24/ubuntu-global-jam-michigan-style/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 16:40:54 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[LoCo]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=460</guid>
		<description><![CDATA[As you probably know, the Ubuntu Global Jam is coming up this weekend. Well, along with this long list of US LoCo Teams, the Michigan LoCo is having an event on our east-coast. Our LoCo Directory event page has all the details. I hope to see a lot of new faces! [btw, that was really [...]]]></description>
			<content:encoded><![CDATA[<p>As you probably know, the <a href="https://wiki.ubuntu.com/UbuntuGlobalJam">Ubuntu Global Jam</a> is coming up this weekend.</p>
<p>Well, <a href="http://loco.ubuntu.com/events/team/14/detail/">along</a> <a href="http://loco.ubuntu.com/events/team/10/detail/">with</a> <a href="http://loco.ubuntu.com/events/team/53/detail/">this</a> <a href="http://loco.ubuntu.com/events/team/56/detail/">long</a> <a href="http://loco.ubuntu.com/events/team/55/detail/">list</a> <a href="http://loco.ubuntu.com/events/team/15/detail/">of</a> <a href="http://loco.ubuntu.com/events/team/36/detail/">US</a> <a href="http://loco.ubuntu.com/events/team/39/detail/">LoCo</a> <a href="http://loco.ubuntu.com/events/team/41/detail/">Teams</a>, the Michigan LoCo is having an event on our east-coast. Our <a href="http://loco.ubuntu.com/events/team/38/detail/">LoCo Directory event page</a> has all the details.</p>
<p><a href="http://blog.grossmeier.net/wp-content/uploads/2010/03/ugj09_button_orange_250x148_en.png"><img src="http://blog.grossmeier.net/wp-content/uploads/2010/03/ugj09_button_orange_250x148_en.png" alt="I&#039;m going to Ubuntu Global Jam" title="Ubuntu Global Jam" width="250" height="148" class="alignnone size-full wp-image-461" /></a></p>
<p>I hope to see a lot of new faces!</p>
<p>[btw, that was really tedious to link to all of those US team events... glad there are so many, but ...]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2010/03/24/ubuntu-global-jam-michigan-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Jam &#8211; Michigan Edition!</title>
		<link>http://blog.grossmeier.net/2009/10/01/global-jam-michigan-edition/</link>
		<comments>http://blog.grossmeier.net/2009/10/01/global-jam-michigan-edition/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 22:06:49 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=429</guid>
		<description><![CDATA[That&#8217;s right, we be jammin&#8217;, too. First the details from the original ubuntu-us-mi mailing list announcment: What: Michigan LoCo&#8217;s Global Jam When: October 3rd from 12 (noon) to 6pm Where: SRT Solutions in Ann Arbor Why: To rock out on Ubuntu before the release of Karmic Koala. Who: YOU! Your friends! Your neighbors! And all [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, we be jammin&#8217;, <a href="http://blog.nixternal.com/2009.09.30/chicago-be-jammin/">too</a>.</p>
<p><strong>First the details from the <a href="https://lists.ubuntu.com/archives/ubuntu-us-mi/2009-August/000798.html">original ubuntu-us-mi mailing list announcment</a>:</strong></p>
<ul>
<li>What: Michigan LoCo&#8217;s Global Jam</li>
<li>When: October 3rd from 12 (noon) to 6pm</li>
<li>Where: <a href="http://srtsolutions.com/Contact/ContactSRT.aspx">SRT Solutions in Ann Arbor</a></li>
<li>Why: To rock out on Ubuntu before the release of <a href="https://wiki.ubuntu.com/KarmicKoala">Karmic Koala</a>.</li>
<li>Who: YOU! Your friends! Your neighbors! And all of the wonderful members of the Michigan LoCo team.</li>
</ul>
<p><strong>Now, the great looking banner from Leandro Gómez:</strong></p>
<p><img alt="" src="http://grossmeier.net/files/ugj09_banner_195x500_red_EN.png" title="UGJ Banner" width="195" height="500" /></p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/10/01/global-jam-michigan-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creative Commons and FLOSS</title>
		<link>http://blog.grossmeier.net/2009/05/13/creative-commons-and-floss/</link>
		<comments>http://blog.grossmeier.net/2009/05/13/creative-commons-and-floss/#comments</comments>
		<pubDate>Thu, 14 May 2009 03:09:02 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[CC]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=404</guid>
		<description><![CDATA[Tuesday night I gave a presentation at the Michigan!/usr/group (MUG) meeting about Creative Commons and its relationship with Free/Libre Open Source Software. I had a great time giving the presentation and judging from the amount and activity of the questions it seems like others enjoyed it, too! I started off with a quick background on [...]]]></description>
			<content:encoded><![CDATA[<p>Tuesday night I gave a presentation at the <a href="http://mug.org">Michigan!/usr/group</a> (MUG) meeting about Creative Commons and its relationship with Free/Libre Open Source Software.  I had a great time giving the presentation and judging from the amount and activity of the questions it seems like others enjoyed it, too!</p>
<p>I started off with a quick background on Creative Commons and what we do, in general.  Then, after answering a ton of questions which were raised in the first 5 minutes, I went on to discuss CC&#8217;s role in the Free/Open Source Software community.  Specifically, the FLOSS projects we develop and/or work on and how we can help others create awesome things.</p>
<p>If you weren&#8217;t there, you missed the opportunity to be a part of a great conversation between some great MUG members and I.  But luckily, my slides are available online:</p>
<div style="width:425px;text-align:left" id="__ss_1426503"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/greg.g/creative-commons-floss-mug?type=powerpoint" title="Creative Commons + FLOSS @ MUG">Creative Commons + FLOSS @ MUG</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=gg-mugintroandopensource-090512221905-phpapp02&#038;stripped_title=creative-commons-floss-mug" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=gg-mugintroandopensource-090512221905-phpapp02&#038;stripped_title=creative-commons-floss-mug" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/greg.g">Greg </a>.</div>
</div>
<p>And, since <a href="http://decafbad.net/">Craig</a> was nice enough to use my photo camera to record the presentation, <a href="http://www.archive.org/details/CcFlossMichiganUsersGroup">we even have video</a>! We only have 34 minutes of video, but that gets the majority of the talk.  Apparently my camera records at a 1 gig per 10 minutes rate, we only got 34 minutes because it filled up my 4 gig memory card.</p>
<p>Thanks to everyone who came out, you made it fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/05/13/creative-commons-and-floss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Michigan Jaunty Release Party!</title>
		<link>http://blog.grossmeier.net/2009/04/23/michigan-jaunty-release-party/</link>
		<comments>http://blog.grossmeier.net/2009/04/23/michigan-jaunty-release-party/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 16:35:24 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Freedom]]></category>
		<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=399</guid>
		<description><![CDATA[Happy Jaunty Release Day Everyone! Those in the Southeast Michigan area are more than welcome to attend our release party THIS SATURDAY. We&#8217;ll be toasting to the next great Ubuntu release. Bring your friends, bring your laptop (free wifi!), bring your questions. I&#8217;ll bring stickers! Important Details: What: Jaunty Release Party! Where: Corner Brewery When: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Happy Jaunty Release Day Everyone!</strong></p>
<p><img alt="Ubuntu Jaunty Countdown" src="http://www.ubuntu.com/files/countdown/static.png" title="Ubuntu Jaunty Countdown" width="180" height="150" /></p>
<p>Those in the Southeast Michigan area are more than welcome to attend our release party THIS SATURDAY.  We&#8217;ll be toasting to the next great Ubuntu release.  Bring your friends, bring your laptop (free wifi!), bring your questions.  I&#8217;ll bring stickers!</p>
<p><strong>Important Details:</strong><br />
What: <a href="https://wiki.ubuntu.com/MichiganTeam/Meetings/JauntyRelease">Jaunty Release Party</a>!<br />
Where: <a href="http://neotech.net/ABC/index.php?site=cornerbrewery">Corner Brewery</a><br />
When: 7pm &#8211; ???<br />
Why: Because Ubuntu is awesome! Because we&#8217;re awesome!  Right on.<br />
How: Need a ride? Join the <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-mi">mailing list</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/04/23/michigan-jaunty-release-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaunty Release Party &#8211; April 25th</title>
		<link>http://blog.grossmeier.net/2009/03/09/jaunty-release-party-april-25th/</link>
		<comments>http://blog.grossmeier.net/2009/03/09/jaunty-release-party-april-25th/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 12:20:52 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[LoCo]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=318</guid>
		<description><![CDATA[Release Party Time! Thats right, the Michigan LoCo Team will be hosting our biannual Ubuntu Release Party on April 25th in Ypsilanti, Michigan. The venue of choice is The Corner Brewery as it provides ample seating and ability to move tables around to have bigger groups. Plus, if you know where to sit there are [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Release Party Time!</strong></p>
<p>Thats right, the <a href="https://wiki.ubuntu.com/MichiganTeam">Michigan LoCo Team</a> will be hosting our biannual <a href="https://wiki.ubuntu.com/MichiganTeam/Meetings/JauntyRelease">Ubuntu Release Party</a> on April 25th in Ypsilanti, Michigan.  The venue of choice is <a href="http://neotech.net/ABC/index.php?site=cornerbrewery">The Corner Brewery</a> as it provides ample seating and ability to move tables around to have bigger groups.  Plus, if you know where to sit there are power outlets!</p>
<p>And you know the Michigan LoCo can throw a party, we even had people come up from <a href="http://ohio.ubuntu-us.org/">OHIO</a> last time because they knew our party was better.  I wouldn&#8217;t be surprised if this year we even had people from <a href="http://chi.ubuntu-us.org/">CHICAGO</a> make the drive over.  I don&#8217;t even see Ohio or Chicago on the <a href="https://wiki.ubuntu.com/JauntyReleaseParties">list of Release Parties</a> yet.</p>
<p><strong>Important Details:</strong><br />
What: <a href="https://wiki.ubuntu.com/MichiganTeam/Meetings/JauntyRelease">Jaunty Release Party</a>!<br />
Where: <a href="http://neotech.net/ABC/index.php?site=cornerbrewery">Corner Brewery</a><br />
When: 7pm &#8211; ???<br />
Why: Because Ubuntu is awesome! Because we&#8217;re awesome!  Right on.<br />
How: Need a ride? Join the <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-mi">mailing list</a>.</p>
<p>Be sure to check out what other teams are having parties on the nice <a href="https://wiki.ubuntu.com/JauntyReleaseParties">JauntyReleaseParties</a> wiki page.</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/03/09/jaunty-release-party-april-25th/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Michigan&#8217;s Global Bug Jam report</title>
		<link>http://blog.grossmeier.net/2009/02/21/michigans-global-bug-jam-report/</link>
		<comments>http://blog.grossmeier.net/2009/02/21/michigans-global-bug-jam-report/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 03:06:27 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=296</guid>
		<description><![CDATA[Well, I will call that a success. First, we all traveled through the blizzard conditions to get to the event. No one was hurt. When we arrived we set up quickly and got to work. The only hitch was the wireless at the library was effectively non-existent. Luckily, we had a hub and cables. Our [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I will call that a success.</p>
<p>First, we all traveled through the blizzard conditions to get to the event.  No one was hurt.<br />
<img alt="" src="http://farm4.static.flickr.com/3348/3299192674_31b08e04ab.jpg" title="GBJ - Travel" class="alignnone" width="500" height="375" /></p>
<p>When we arrived we set up quickly and got to work.  The only hitch was the wireless at the library was effectively non-existent.  Luckily, we had a hub and cables.  Our turn out wasn&#8217;t the highest (I blame the weather) but our spirits were high.<br />
<img alt="" src="http://farm4.static.flickr.com/3486/3299194684_e747f2b711.jpg" title="GBJ - People" class="alignnone" width="500" height="375" /></p>
<p>Everyone there was really putting a lot of good effort into doing some quality triage today.  Had lots of good questions asked (and answered!) and judging from the stats at the end of the event, we kicked some butt!<br />
<img alt="" src="http://grossmeier.net/files/gbj-number1-small.png" title="GBJ - number 1" class="alignnone" width="500" height="365" /><br />
<em>(sidenote: I&#8217;m not sure what is up with the stats now, because I&#8217;m pretty sure the michigan team did not touch over a thousand bugs today).</em></p>
<p>Be sure to check out the pictures taken by Craig, another Michigan LoCo member, and his blog post about the event: <a href="http://decafbad.net/2009/02/21/ubuntu-global-bug-jam-2009">linky</a>.</p>
<p>And speaking of pictures, so far I am the only one to have uploaded pictures to flickr with the tag of &#8220;<a href="http://www.flickr.com/photos/24700112@N05/tags/ubuntuglobalbugjamfebruary09/">ubuntu-global-bugjam-february-09</a>&#8221; as outlined on the <a href="https://wiki.ubuntu.com/GlobalBugJam/Stories">GlobalBugJam/Stories</a> page; get your photos up there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/02/21/michigans-global-bug-jam-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Bug Jam reward of the day</title>
		<link>http://blog.grossmeier.net/2009/02/21/first-bug-jam-reward-of-the-day/</link>
		<comments>http://blog.grossmeier.net/2009/02/21/first-bug-jam-reward-of-the-day/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 20:20:39 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=293</guid>
		<description><![CDATA[So I just showed up to the Michigan LoCo Global Bug Jam event after making the hour drive through blizzard conditions to get here. But after figuring out the networking situation (thanks Clinton-Macomb Public Library for the ethernet cable!) we had the first big reward of the day. A guy walked by our conference room [...]]]></description>
			<content:encoded><![CDATA[<p>So I just showed up to the <a href="https://wiki.ubuntu.com/MichiganTeam/Meetings/GBJ-2009">Michigan LoCo Global Bug Jam</a> event after making the hour drive through blizzard conditions to get here.</p>
<p>But after figuring out the networking situation (thanks Clinton-Macomb Public Library for the ethernet cable!) we had the first big reward of the day.</p>
<p>A guy walked by our conference room and popped his head in, &#8220;Hey, is this a Linux User&#8217;s Group?&#8221;<br />
Me, &#8220;Yeah, pretty much.&#8221;<br />
Guy notices I am running Ubuntu, &#8220;Is this specific to Ubuntu?&#8221;<br />
&#8220;Yep, we&#8217;re the Michigan Local Community Team for Ubuntu.&#8221;<br />
&#8220;Oh, cool!&#8221;<br />
&#8220;Yeah, we doing a Bug Jam right now.&#8221;<br />
&#8220;Good deal&#8221;<br />
Guy walks away to go be with his kids.<br />
A little later he walks back by the conference room with his wife and kids and says &#8220;Hey kids, those people in there are who make Ubuntu better.  They&#8217;re working on the new release, 9.04.&#8221;<br />
<img alt="" src="http://farm4.static.flickr.com/3408/3297588325_577040bd94_m.jpg" title="Global Bug Jam" class="alignnone" width="161" height="240" /><br />
Wow!  That is a reward in and of itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/02/21/first-bug-jam-reward-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Bug Jam &#8211; Michigan Style</title>
		<link>http://blog.grossmeier.net/2009/02/16/global-bug-jam-michigan-style/</link>
		<comments>http://blog.grossmeier.net/2009/02/16/global-bug-jam-michigan-style/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 03:35:15 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=275</guid>
		<description><![CDATA[Of course the Michigan LoCo Team will be participating with the Global Bug Jam, once again. Here are the details: Place: Clinton Macomb Public Library Address: 40900 Romeo Plank Road &#8211; Clinton Township, MI 48038 Contact: Craig Maloney Hours: 2pm &#8211; 6pm Non-residents, please be prepared to register for a one-day card. Cost is minimal [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://farm4.static.flickr.com/3265/2550528941_5677fdf41e_o.png" title="GBJ" class="alignnone" width="392" height="66" /></p>
<p>Of course the <a href="https://wiki.ubuntu.com/MichiganTeam">Michigan LoCo Team</a> will be participating with the <a href="https://wiki.ubuntu.com/GlobalBugJam">Global Bug Jam</a>, once again.</p>
<p>Here are the details:</p>
<ul>
<li>Place: <a href="http://www.cmpl.org/">Clinton Macomb Public Library</a></li>
<li>Address: 40900 Romeo Plank Road &#8211; Clinton Township, MI 48038</li>
<li>Contact: Craig Maloney</li>
<li>Hours: 2pm &#8211; 6pm</li>
<li>Non-residents, please be prepared to register for a one-day card. Cost is minimal (under $5)</li>
<li>Wired ethernet will be available </li>
</ul>
<p><p>
For more information check out our <a href="https://wiki.ubuntu.com/MichiganTeam/Meetings/GBJ-2009">event page</a>.</p>
<p>Also, see what we did last time: <a href="https://wiki.ubuntu.com/GlobalBugJam/Stories/First">first story on this page</a>.</p>
<p>Be ready for another <strong>awesome</strong> and <strong>rocking</strong> bug jam with the Michigan LoCo!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/02/16/global-bug-jam-michigan-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Michigan!</title>
		<link>http://blog.grossmeier.net/2009/01/12/ubuntu-michigan/</link>
		<comments>http://blog.grossmeier.net/2009/01/12/ubuntu-michigan/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:05:54 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[LoCo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.grossmeier.net/?p=233</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://grossmeier.net/files/loco_meme.jpg" title="LoCo meme" class="alignnone" width="300" height="240" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.grossmeier.net/2009/01/12/ubuntu-michigan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
