<?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>Craig Maloney</title>
	
	<link>http://decafbad.net</link>
	<description>More than you cared to know</description>
	<lastBuildDate>Sat, 11 May 2013 14:18:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CraigMaloney" /><feedburner:info uri="craigmaloney" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FCraigMaloney" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FCraigMaloney" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FCraigMaloney" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/CraigMaloney" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FCraigMaloney" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FCraigMaloney" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FCraigMaloney" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Review: Version Control with Git, Second Edition</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/ZCobX3znF6g/</link>
		<comments>http://decafbad.net/2013/05/11/review-version-control-with-git-second-edition/#comments</comments>
		<pubDate>Sat, 11 May 2013 14:04:41 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3175</guid>
		<description><![CDATA[It&#8217;s hard to remember a time before distributed version control systems became the norm. When Git, bzr, and hg started being used there was a culture shock. Where does the central repository live? Who can commit, and to where? How to I merge several developers&#8217; work together into one repo? Over time Git proved itself...<a href="http://decafbad.net/2013/05/11/review-version-control-with-git-second-edition/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=decafbadnet-20&#038;o=1&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;ref=ss_til&#038;asins=1449316387" style="width:120px;height:240px;float:right; padding: 0 0 0 15px" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>It&#8217;s hard to remember a time before distributed version control systems became the norm. When Git, bzr, and hg started being used there was a culture shock. Where does the central repository live? Who can commit, and to where? How to I merge several developers&#8217; work together into one repo? Over time Git proved itself to be the clear front-runner, and most Open Source projects either use Git, or recognize the reasons for why they&#8217;re not using Git. But for those not yet versed in the ins-and-outs of Git, learning how Git works and how it differs from version control systems like Subversion and CVS can be challenging. Version Control with Git, Second Edition comfortably brings readers from Git newbies into Git masters over the course of the book.</p>
<p>The first edition of Version Control with Git was an excellent book for learning the more advanced topics of Git, but the reference nature of the first edition was less useful for those just learning Git. The second edition builds on the foundations of the first book and extends it to be more accessible to beginners. Each concept starts off with an overview of the basic, and then gradually sprinkles on the more advanced topics until the reader can grasp the concept. It has quickly become my go-to book for any of my Git questions, and has neatly compressed my recommendations for beginner books into one handy reference book.</p>
<p>Version Control with Git, Second Edition splits itself into two sections. The first part covers all of the operations pertaining to a single local repository. The latter parts delve into the more powerful parts of Git, and how to use it with multiple repositories. There is also a chapter handling repositories using Github. The book is very clear, easy to read, and provides ample workable examples throughout the chapters. Unlike some books that try to keep a project throughout the book, Version Control with Github begins each chapter with fresh examples, which allows each chapter to be worked independently of the rest of the book.</p>
<p>I found Version Control with Git, Second Edition a welcome refresh of a book that I already regarded highly. When folks would ask me which book to use to learn Git, I&#8217;d recommend they read one of the other introductory books, then refer to this book as needed. With the second edition, I can now recommend this book to anyone looking for how to get started and master Git.</p>
<p>(Note: I received this book from O&#8217;Reilly to review, but the first edition was awesome enough that I would have purchased the second edition sight-unseen).</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0//88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZCobX3znF6g:CfF-VbhHU6I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZCobX3znF6g:CfF-VbhHU6I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZCobX3znF6g:CfF-VbhHU6I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZCobX3znF6g:CfF-VbhHU6I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZCobX3znF6g:CfF-VbhHU6I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/ZCobX3znF6g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/05/11/review-version-control-with-git-second-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/05/11/review-version-control-with-git-second-edition/</feedburner:origLink></item>
		<item>
		<title>Babylon 5, and watching a show years after it aired</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/Qz2PebJ7UQ4/</link>
		<comments>http://decafbad.net/2013/05/04/babylon-5-and-watching-a-show-years-after-it-aired/#comments</comments>
		<pubDate>Sat, 04 May 2013 19:31:27 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[A day in the life]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3173</guid>
		<description><![CDATA[JoDee and I are making our way through Babylon 5 for the first time. Well, I&#8217;m watching it, but JoDee is falling asleep through most of it. But what is really hard to manage is not getting spoilers for the show. Look up an actor on the net, and their entire character story and back...<a href="http://decafbad.net/2013/05/04/babylon-5-and-watching-a-show-years-after-it-aired/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p>JoDee and I are making our way through Babylon 5 for the first time. Well, I&#8217;m watching it, but JoDee is falling asleep through most of it. But what is really hard to manage is not getting spoilers for the show. Look up an actor on the net, and their entire character story and back story are laid out as plain as day. Makes me wonder about newer shows like House of Cards on Netflix where the entire show is released at once. Makesit difficult when someone has an advantage of seeing it before you had a chance.</p>
<p>Not complaining about &#8220;hey, spoilers&#8221; for a show that has been out for over ten years; just finding I can&#8217;t do my normal show research beforehand.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=Qz2PebJ7UQ4:gtReA3Ae5VI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=Qz2PebJ7UQ4:gtReA3Ae5VI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=Qz2PebJ7UQ4:gtReA3Ae5VI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=Qz2PebJ7UQ4:gtReA3Ae5VI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=Qz2PebJ7UQ4:gtReA3Ae5VI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/Qz2PebJ7UQ4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/05/04/babylon-5-and-watching-a-show-years-after-it-aired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/05/04/babylon-5-and-watching-a-show-years-after-it-aired/</feedburner:origLink></item>
		<item>
		<title>Tonight in “I do stupid things so you don’t have to”…</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/wPAqU5Eh6vw/</link>
		<comments>http://decafbad.net/2013/04/28/tonight-in-i-do-stupid-things-so-you-dont-have-to/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 01:56:05 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[A day in the life]]></category>
		<category><![CDATA[Silly Stuff]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3170</guid>
		<description><![CDATA[Tonight in &#8220;I do stupid things so you don&#8217;t have to&#8221;: 1) Do NOT try to pry a hard drive platter from a laptop drive. It will shatter. 2) Hoover vacuum cleaners are powerful enough to suck up screwdrivers. This has been &#8220;I do stupid things so you don&#8217;t have to&#8221; This work is licensed...<a href="http://decafbad.net/2013/04/28/tonight-in-i-do-stupid-things-so-you-dont-have-to/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Tonight in &#8220;I do stupid things so you don&#8217;t have to&#8221;:</p>
<p>1) Do NOT try to pry a hard drive platter from a laptop drive.<br />
It will shatter.<br />
2) Hoover vacuum cleaners are powerful enough to suck up screwdrivers.</p>
<p>This has been &#8220;I do stupid things so you don&#8217;t have to&#8221;</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=wPAqU5Eh6vw:EpkXZTHrmr0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=wPAqU5Eh6vw:EpkXZTHrmr0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=wPAqU5Eh6vw:EpkXZTHrmr0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=wPAqU5Eh6vw:EpkXZTHrmr0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=wPAqU5Eh6vw:EpkXZTHrmr0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/wPAqU5Eh6vw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/04/28/tonight-in-i-do-stupid-things-so-you-dont-have-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/04/28/tonight-in-i-do-stupid-things-so-you-dont-have-to/</feedburner:origLink></item>
		<item>
		<title>Quick post</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/3tsyIApkLks/</link>
		<comments>http://decafbad.net/2013/04/22/quick-post/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 03:37:21 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[A day in the life]]></category>
		<category><![CDATA[Site Information]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3169</guid>
		<description><![CDATA[Apparently there is now a WordPress app for Android. I wonder how well it works. We shall see.]]></description>
				<content:encoded><![CDATA[<p>Apparently there is now a WordPress app for Android. I wonder how well it works. </p>
<p><a href="http://decafbad.net/wp-content/uploads/2013/04/wpid-20130420_184901.jpg"><img title="20130420_184901.jpg" class="alignnone size-full" alt="image" src="http://decafbad.net/wp-content/uploads/2013/04/wpid-20130420_184901.jpg" /></a></p>
<p>We shall see.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=3tsyIApkLks:5PU_NE2As10:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=3tsyIApkLks:5PU_NE2As10:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=3tsyIApkLks:5PU_NE2As10:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=3tsyIApkLks:5PU_NE2As10:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=3tsyIApkLks:5PU_NE2As10:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/3tsyIApkLks" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/04/22/quick-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/04/22/quick-post/</feedburner:origLink></item>
		<item>
		<title>How to make an exclusive restaraunt</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/kqvDC0yneuE/</link>
		<comments>http://decafbad.net/2013/04/20/how-to-make-an-exclusive-restaraunt/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 14:58:01 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Silly Stuff]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3166</guid>
		<description><![CDATA[Picture a small restaurant in an expensive part of town. Out front on the door, a linen piece of paper with exquisite calligraphy reads &#8220;Reservations required. Please call ahead&#8221;. On the inside are two tables with four chairs each, with the finest tablecloths available. The staff is impeccably dressed, and the floor is well carpeted...<a href="http://decafbad.net/2013/04/20/how-to-make-an-exclusive-restaraunt/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Picture a small restaurant in an expensive part of town. Out front on the door, a linen piece of paper with exquisite calligraphy reads &#8220;Reservations required. Please call ahead&#8221;. On the inside are two tables with four chairs each, with the finest tablecloths available. The staff is impeccably dressed, and the floor is well carpeted without the hint of crumb or vacuum lines. The decorations are spartan, but elegant. There is a dress code that is strictly enforced: black tie dress required. No exceptions. Once everyone is seated for the evening, individual menus are handed out. Entrées include &#8220;Lune au-dessus mon jambon&#8221;, &#8220;Grand Chelem&#8221;, &#8220;Côte de bœuf et de poulet grésillant poêleand&#8221; and &#8220;Deux oeufs brouillés avec pommes de terre rissolées et jambon frit&#8221;. The entrees are delicious, and plated exquisitely.</p>
<p>The name of this exquisite place? Le Faux Denny.</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=kqvDC0yneuE:zfFgq7QCc-o:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=kqvDC0yneuE:zfFgq7QCc-o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=kqvDC0yneuE:zfFgq7QCc-o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=kqvDC0yneuE:zfFgq7QCc-o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=kqvDC0yneuE:zfFgq7QCc-o:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/kqvDC0yneuE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/04/20/how-to-make-an-exclusive-restaraunt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/04/20/how-to-make-an-exclusive-restaraunt/</feedburner:origLink></item>
		<item>
		<title>Windows hates me</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/gh-VE2bGpy4/</link>
		<comments>http://decafbad.net/2013/04/13/windows-hates-me/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 01:33:14 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[A day in the life]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3161</guid>
		<description><![CDATA[Running Spinrite on my dad&#8217;s machine. His Ubuntu 12.04 upgrade (from 10.04) went a little pear-shaped, so I was going to see if I could reinstall it on another drive, while at the same time turning his XP machine instance into a VirtualBox image. As luck would have it, there&#8217;s also a bad sector on...<a href="http://decafbad.net/2013/04/13/windows-hates-me/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Running Spinrite on my dad&#8217;s machine. His Ubuntu 12.04 upgrade (from 10.04) went a little pear-shaped, so I was going to see if I could reinstall it on another drive, while at the same time turning his XP machine instance into a VirtualBox image. As luck would have it, there&#8217;s also a bad sector on the drive.</p>
<p>When it comes to Windows, nothing is ever easy in my world.</p>
<p>Now Dad is purchasing a copy of Windows 7 that I&#8217;m hoping to run on the new install of Ubuntu 12.04. But for now am trying to recover the data off of the old drive.</p>
<p>Yay.</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=gh-VE2bGpy4:JPLSHFQJxLk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=gh-VE2bGpy4:JPLSHFQJxLk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=gh-VE2bGpy4:JPLSHFQJxLk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=gh-VE2bGpy4:JPLSHFQJxLk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=gh-VE2bGpy4:JPLSHFQJxLk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/gh-VE2bGpy4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/04/13/windows-hates-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/04/13/windows-hates-me/</feedburner:origLink></item>
		<item>
		<title>Open Metalcast puts full support behind new RIAA certified Creative Commons License</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/u1TEDtZ4oT0/</link>
		<comments>http://decafbad.net/2013/04/01/open-metalcast-puts-full-support-behind-new-riaa-certified-creative-commons-license/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 11:16:18 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Silly Stuff]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3155</guid>
		<description><![CDATA[I&#8217;ve decided to fully support the new RIAA-sponsored and certified CC license, the CC-BY-NC-NS (or &#8220;No Share&#8221; license). This license allows folks to attribute the artist, use non-commercially, but adds a special &#8220;no share&#8221; clause which allows people to keep music to themselves. It&#8217;ll save me a lot of time in creating new Open Metalcast...<a href="http://decafbad.net/2013/04/01/open-metalcast-puts-full-support-behind-new-riaa-certified-creative-commons-license/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve decided to fully support the new RIAA-sponsored and certified CC license, the CC-BY-NC-NS (or &#8220;No Share&#8221; license). This license allows folks to attribute the artist, use non-commercially, but adds a special &#8220;no share&#8221; clause which allows people to keep music to themselves. It&#8217;ll save me a lot of time in creating new Open Metalcast episodes, because the CC-BY-NC-NS music won&#8217;t need to actually be a part of the episode at all. Download times will also be much improved as I add CC-BY-NC-NS music to the show. I applaud the RIAA for adopting this new CC license.</p>
<p>I also look forward to their forthcoming RIAA licenses, the CC-BY-NC-NL (the somewhat controversial &#8220;No Listen&#8221; license) as well as the &#8220;No Talking&#8221;, &#8220;No Running&#8221;, and &#8220;No you don&#8217;t need that, put that down&#8221; licenses.</p>
<p>I know this is April 1st, but I just felt I had to, um, share this with you as soon as possible. Y&#8217;know, being all human nature and all. <img src='http://decafbad.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0//88x31.png" alt="Creative Commons Attribution-ShareAlike 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=u1TEDtZ4oT0:M1CAGgAQF38:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=u1TEDtZ4oT0:M1CAGgAQF38:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=u1TEDtZ4oT0:M1CAGgAQF38:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=u1TEDtZ4oT0:M1CAGgAQF38:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=u1TEDtZ4oT0:M1CAGgAQF38:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/u1TEDtZ4oT0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/04/01/open-metalcast-puts-full-support-behind-new-riaa-certified-creative-commons-license/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/04/01/open-metalcast-puts-full-support-behind-new-riaa-certified-creative-commons-license/</feedburner:origLink></item>
		<item>
		<title>Das Über Kätze</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/7si_U07uL9Y/</link>
		<comments>http://decafbad.net/2013/03/30/das-uber-katze/#comments</comments>
		<pubDate>Sat, 30 Mar 2013 14:58:08 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[A day in the life]]></category>
		<category><![CDATA[Silly Stuff]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3149</guid>
		<description><![CDATA[I&#8217;d like to apologize in advance for the eventual destruction of humanity by our feline friends. It seems we are unwittingly training the &#8220;Over Cat&#8221; (or Über Kätze *). Over the past few days Pixel has learned how to ferret through shoeboxes and pull out valued tissue paper; tissue paper that she craves. But we&#8217;re not talking...<a href="http://decafbad.net/2013/03/30/das-uber-katze/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<div id="attachment_3150" class="wp-caption alignright" style="width: 160px"><a href="http://decafbad.net/wp-content/uploads/2013/03/uber-katze.jpg"><img class="size-thumbnail wp-image-3150 " style="margin-left: 3px; margin-right: 3px;" alt="I only want your complete loyalty and a can of sardines; I already have your unconditional surrender." src="http://decafbad.net/wp-content/uploads/2013/03/uber-katze-150x150.jpg" width="150" height="150" /></a><p class="wp-caption-text">I only want your complete loyalty and a can of sardines; I already have your unconditional surrender.</p></div>
<p>I&#8217;d like to apologize in advance for the eventual destruction of humanity by our feline friends.<b><br />
</b></p>
<p>It seems we are unwittingly training the &#8220;Over Cat&#8221; (or <b>Über Kätze</b> *). Over the past few days Pixel has learned how to ferret through shoeboxes and pull out valued tissue paper; tissue paper that she craves. But we&#8217;re not talking about just lifting the lid. Oh no, she moves the boxes out from under the bed and then proceeds to remove their kitten-crack cargo. Also she has learned to use her paws as a prehensile scoop in order to grab &#8220;Toasted Oats&#8221; cereal remnants from the sink.</p>
<p>It can only be a matter of time until she can no longer be confined to these mere four walls, and will rise up from her meager birth to become the ruler of all.</p>
<p>I can only hope she is merciful.</p>
<p>All hail Das Über Kätze!</p>
<p>(* &#8211; Yes, I know the German word for Cat is Katze. Das Über Kätze will be working to change that to the more &#8220;metal&#8221; version soon).</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0//88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=7si_U07uL9Y:Awt2tbJ9_a4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=7si_U07uL9Y:Awt2tbJ9_a4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=7si_U07uL9Y:Awt2tbJ9_a4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=7si_U07uL9Y:Awt2tbJ9_a4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=7si_U07uL9Y:Awt2tbJ9_a4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/7si_U07uL9Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/03/30/das-uber-katze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/03/30/das-uber-katze/</feedburner:origLink></item>
		<item>
		<title>The Ubuntu Community: Collaborator or Contributor</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/6gpn_AMemI0/</link>
		<comments>http://decafbad.net/2013/03/07/the-ubuntu-community-collaborator-or-contributor/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 19:36:39 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3143</guid>
		<description><![CDATA[There&#8217;s been a lot of discussion about the role of the Ubuntu Community in the past few hours. Lots of upset feelings bubbling around. I know my previous post came out of venting some of my frustrations. I think the biggest problem we have in the Ubuntu Community is the difference between collaborator or contributor....<a href="http://decafbad.net/2013/03/07/the-ubuntu-community-collaborator-or-contributor/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p>There&#8217;s been a lot of discussion about the role of the Ubuntu Community in the past few hours. Lots of upset feelings bubbling around. I know my previous post came out of venting some of my frustrations.</p>
<p>I think the biggest problem we have in the Ubuntu Community is the difference between collaborator or contributor. Collaborators work together to make things happen. Contributors just add their own stuff to an existing work. The disconnect is some members of the community thought they were collaborators, and not merely contributors. And this latest round has shown that divide more clearly. The community is free to contribute, but collaboration will only happen when the hard landscape has been drawn out.</p>
<p>And that&#8217;s where the community and Canonical need to define their relationship: are we collaborating on the future of Ubuntu, or merely contributing to it.</p>
<p>I think the sooner we can come to terms with this question, the sooner we can start healing a lot of these hurt feelings.</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0/88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=6gpn_AMemI0:IwEy1QkuMkE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=6gpn_AMemI0:IwEy1QkuMkE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=6gpn_AMemI0:IwEy1QkuMkE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=6gpn_AMemI0:IwEy1QkuMkE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=6gpn_AMemI0:IwEy1QkuMkE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/6gpn_AMemI0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/03/07/the-ubuntu-community-collaborator-or-contributor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/03/07/the-ubuntu-community-collaborator-or-contributor/</feedburner:origLink></item>
		<item>
		<title>Just because you’re grinding the organ doesn’t mean I have to dance</title>
		<link>http://feedproxy.google.com/~r/CraigMaloney/~3/ZkQTznYzdYg/</link>
		<comments>http://decafbad.net/2013/03/07/just-because-youre-grinding-the-organ-doesnt-mean-i-have-to-dance/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 05:41:48 +0000</pubDate>
		<dc:creator>craig</dc:creator>
				<category><![CDATA[Deep Thoughts]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://decafbad.net/?p=3138</guid>
		<description><![CDATA[Q: How do you know when the next Ubuntu is close to release? A: When the Canonical vs. the community posts hit Planet Ubuntu. I&#8217;ve joked in the past that every single release of Ubuntu has to have some tempest-in-a-teapot event occur that causes people to get upset over the current direction of Ubuntu.  And...<a href="http://decafbad.net/2013/03/07/just-because-youre-grinding-the-organ-doesnt-mean-i-have-to-dance/">&#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Q: How do you know when the next Ubuntu is close to release?</p>
<p>A: When the Canonical vs. the community posts hit Planet Ubuntu.</p>
<p>I&#8217;ve joked in the past that every single release of Ubuntu has to have some tempest-in-a-teapot event occur that causes people to get upset over the current direction of Ubuntu.  And sure enough this latest release of Ubuntu and post-UDS discussions have delivered: Unity changing to QT, Ubuntu moving to rolling releases, Mir taking over the role of X server, cats sleeping with dogs, mass hysteria. It never fails; there&#8217;s always some design decision that comes out of some meeting that causes people to go irate in the community.</p>
<p>But it&#8217;s not that they are necessarily bad decisions. You could make a pretty good case for each of those decisions. They all have technical merit at some level.</p>
<p>No, what generally causes the most amount of anguish is that the community isn&#8217;t consulted.</p>
<p>There&#8217;s a phrase I&#8217;d like to think I&#8217;ve coined: &#8220;Just because you&#8217;re grinding the organ doesn&#8217;t mean I have to dance&#8221;. I think it&#8217;s pretty apropos of how Canonical seems to treat the community. They grind the organ, and the community puts on a show, and those who dance the best and brightest get the goodies and gratitude. And every decision that comes down changes the tune a little bit, and the good little community dances away.</p>
<p>Now, if it&#8217;s a particularly good tune, I don&#8217;t mind dancing. Hell, I might even involuntarily dance along to a great tune every now and again.</p>
<p>But when the expectation is that the community will dance no matter what, then we have a problem.</p>
<p>Greg, the most even-keeled person I&#8217;ve met, <a href="http://blog.grossmeier.net/2013/03/06/daddy-why-are-you-sad/">quit the community</a> in a blog post today over similar reasons. He&#8217;s no longer willing to dance.</p>
<p>A lot of what was built up for Ubuntu was built on the idea of a community where ideas with merit were implemented. With the last few releases it feels more like  the community is just there to take direction from Canonical, and act accordingly. The organ grinds, and we dance away.</p>
<p>I&#8217;ve noticed in our own loco that there&#8217;s not a lot of joy in the dance. We dance because that&#8217;s what&#8217;s expected of us, not because we&#8217;re excited. We know that if we stop we no longer get CDs or stickers or recognition. Our Pavlovian response is to keep dancing because that is what the organ grinder expects of us.</p>
<p>We&#8217;re told to trust the organ grinders, yet we are not trusted to know the purpose of the grinding. That will come later. Keep dancing.</p>
<p>Always in motion. Keep dancing.</p>
<p>Do your Global Jams. Have Release Parties. Keep dancing.</p>
<p>Keep the community strong, fix bugs, help with documentation, package applications and keep them up to date. Keep dancing.</p>
<p>Keep dancing.</p>
<p>Should you wear out, there&#8217;s always more who will keep dancing. Keep dancing.</p>
<p>And so the community dances and dances away to the sounds of the organ grinder. Is it a good song? Who cares, just keep dancing away. That&#8217;s what the community is there for; keep dancing.</p>
<p>Just because you&#8217;re grinding the organ doesn&#8217;t mean I have to dance.</p>
<p>To quote the great bard &#8220;Men Without Hats&#8221;: We can dance if we want to.</p>
  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0//88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZkQTznYzdYg:jtfriI-kzUI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZkQTznYzdYg:jtfriI-kzUI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZkQTznYzdYg:jtfriI-kzUI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?i=ZkQTznYzdYg:jtfriI-kzUI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/CraigMaloney?a=ZkQTznYzdYg:jtfriI-kzUI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/CraigMaloney?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/CraigMaloney/~4/ZkQTznYzdYg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://decafbad.net/2013/03/07/just-because-youre-grinding-the-organ-doesnt-mean-i-have-to-dance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://decafbad.net/2013/03/07/just-because-youre-grinding-the-organ-doesnt-mean-i-have-to-dance/</feedburner:origLink></item>
	</channel>
</rss>
