<?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>Kuma&#039;s Lair</title>
	<atom:link href="http://www.scottkuma.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.scottkuma.net</link>
	<description>It&#039;s just like my brain - only cleaner.</description>
	<lastBuildDate>Tue, 01 Nov 2011 14:11:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Boy, are our new cubes small!!!</title>
		<link>http://www.scottkuma.net/boy-are-our-new-cubes-small</link>
		<comments>http://www.scottkuma.net/boy-are-our-new-cubes-small#comments</comments>
		<pubDate>Tue, 01 Nov 2011 14:09:50 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=446</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_463" class="wp-caption aligncenter" style="width: 377px"><a href="http://www.scottkuma.net/wp-content/uploads/2011/10/IMAG0239.jpg"><img class="size-large wp-image-463 " title="Michelle in her small cube" src="http://www.scottkuma.net/wp-content/uploads/2011/10/IMAG0239-612x1024.jpg" alt="Michelle tries to stretch her arms in her new cube" width="367" height="614" /></a><p class="wp-caption-text">Michelle tries to stretch her arms in her new cube</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/boy-are-our-new-cubes-small/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pan&#8217;s at it again! Updating Pan Newsreader on Ubuntu 11.04 and 11.10</title>
		<link>http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10</link>
		<comments>http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10#comments</comments>
		<pubDate>Thu, 20 Oct 2011 20:17:40 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=437</guid>
		<description><![CDATA[Another upgrade, another glitch with the package maintainer&#8217;s version of Pan Newsreader! As I stated back in my post in 2009, I enjoy browsing Usenet newsgroups in my spare time.  This last week, I upgraded all of my PCs to run Ubuntu 11.10 &#8211; Oneiric Ocelot.  In doing so, I started to once again have [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right;" title="newsicon" src="http://www.scottkuma.net/wp-content/uploads/2011/10/newsicon1-300x300.png" alt="" width="144" height="144" border="0" />Another upgrade, another glitch with the package maintainer&#8217;s version of Pan<a href="http://www.scottkuma.net/wp-content/uploads/2011/10/newsicon1.png"><br />
</a> Newsreader! <a title="Pan newsreader and multi-part images in Ubuntu 9.10 Karmic Koala" href="http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala" target="_blank">As I stated back in my post in 2009</a>, I enjoy browsing Usenet newsgroups in my spare time.  This last week, I upgraded all of my PCs to run Ubuntu 11.10 &#8211; Oneiric Ocelot.  In doing so, I started to once again have issues with the way pan displays images!  This time, it was decoding correctly, but was displaying the image twice.  A minor glitch, to be sure, but we like perfection&#8230;so&#8230;</p>
<p>It&#8217;s high time I posted a new set of instructions about how to build Pan Newsreader (for complete n00bz)!!!<span id="more-437"></span></p>
<p>First, fire up your terminal and install pan newsreader:</p>
<blockquote>
<pre>$ sudo apt-get install pan</pre>
</blockquote>
<p>So, why install pan, only to upgrade it?  Simply put, you don&#8217;t have to.  I like to, because then Ubuntu does nice things like makes the menu items so I can run this from Dash, installs icons, etc.</p>
<p>Next, we need to install the requirements needed to build pan.  These are the exact requirements that I needed from  fresh installs of Ubuntu 11.04 and 11.10.  Your mileage may vary!</p>
<blockquote>
<pre>$ sudo apt-get install git libgtk2.0-dev libgmime-2.4-dev gnome-common</pre>
</blockquote>
<p>This takes a while, and downloads over 100 MB of stuff&#8230;so it&#8217;s a good time to go read a goodnight story to your kids, or whatever it is you do in your spare time.  Note that I&#8217;m installing git, because it worked.  Previously I had to install kgit&#8230;again, YMMV.</p>
<p>Next, we need to clone the git source directory for pan.  We&#8217;ve installed git up above, so all we need to do is change to a convenient directory.  I like using my home directory, but you might choose another&#8230;</p>
<blockquote>
<pre>$ cd &lt;&lt;INSERT YOUR DIRECTORY HERE&gt;&gt;
$ git clone git://git.gnome.org/pan2</pre>
</blockquote>
<p>Let that run, and you&#8217;ll find a new directory entry called pan2.  Move into that, and let&#8217;s start the build process:  (Oh, by the way, if you want to make any alterations to pan like, for instance, <a href="http://ubuntuforums.org/showthread.php?t=349915" target="_blank">changing the maximum number of concurrent  connections per server</a>&#8230;now would be the time to do it!)</p>
<blockquote>
<pre>$ cd pan2
$ ./autogen.sh</pre>
</blockquote>
<p>You&#8217;ll see a bunch of things scroll past, as the compiler makes sure that you have all of the requirements, both in the compiler and the ancillary libraries, available and ready for use.  You will likely see a few complaints, but as long as no errors take place, you should be ok, and will be greeted with a cheery</p>
<p><strong>Now type `make&#8217; to compile Pan</strong></p>
<p>So, let&#8217;s do just that, and actually build our binary with:</p>
<blockquote>
<pre>$ make</pre>
</blockquote>
<p>Now it&#8217;s time to go brew a cuppa your favorite caffeinated  beverage.  Once again, I might suggest <a title="A nice Chai" href="http://www.samsclub.com/sams/shop/product.jsp?productId=156719&amp;navAction=" target="_blank">a nice chai.</a>  When everything calms down and your machine has flipped all the right bits, you should have a working binary file!  But, where is it?  And where should we put it?</p>
<p>Lets find out where your CURRENT pan binary is located:</p>
<blockquote>
<pre>$ which pan</pre>
</blockquote>
<p>This will probably return something like /usr/bin/pan &#8211; which is EXACTLY what it returned for me!  Make note of this, as you will need it &#8230; well, we&#8217;ll need it right now!  Let&#8217;s back up our current binary:</p>
<blockquote>
<pre>$ sudo mv /usr/bin/pan /usr/bin/pan_OLD</pre>
</blockquote>
<p>And let&#8217;s move the new binary into the old binary&#8217;s place, then set the correct owner.  Assuming you&#8217;re still in the pan2 directory from which we ran the autogen &amp; make, you will find the pan binary hiding as:  ./pan/gui/pan<br />
We&#8217;re in the final steps, now!</p>
<blockquote>
<pre>$ sudo cp ./pan/gui/pan /usr/bin/pan
$ sudo chown root:root /usr/bin/pan</pre>
</blockquote>
<p>You should now be able to run pan without any issues!  Let me know what you think of my tutorial, and how it worked out for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>re: the 11th Circ. Court Decision:  Did the Republicans actually win?</title>
		<link>http://www.scottkuma.net/re-the-11th-circ-court-decision-did-the-republicans-actually-win</link>
		<comments>http://www.scottkuma.net/re-the-11th-circ-court-decision-did-the-republicans-actually-win#comments</comments>
		<pubDate>Sat, 13 Aug 2011 20:20:40 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=401</guid>
		<description><![CDATA[On Friday, the 11th Circuit Court of Appeals ruled that the &#8220;individual mandate&#8221; portion of last year&#8217;s health care reform law was unconstitutional. Republicans, of course, praised the ruling. However, the ruling did not strike down the law in its entirety, as did an earlier ruling by Judge Stanley Vinson. Instead, the 11th Circuit Court [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday, the 11th Circuit Court of Appeals ruled that the &#8220;individual mandate&#8221; portion of last year&#8217;s health care reform law was unconstitutional. Republicans, of course, praised the ruling.</p>
<p>However, the ruling did not strike down the law in its entirety, as did an earlier ruling by Judge Stanley Vinson. Instead, the 11th Circuit Court opinion states that the rest of the law can stand, even if the individual mandate is unconstitutional. How does this make any sense?</p>
<p>The ONLY way that the law might even pay for itself is to expand the pool of insured, which is effectively what the individual mandate clause did. However, what happens when the pool is not expanded, but the <a href="http://www.atr.org/comprehensive-list-tax-hikes-obamacare-a5758" target="_blank">tax increases and other stipulations</a> remain in place?</p>
<p>The American taxpayers get screwed.</p>
<p>Now, you&#8217;ll not only be paying taxes to support a government run insurance product, but other private insurers will most likely still be forced out of the market, as they are not heavily subsidized by the American taxpayer.  How does a private business compete against the American government?  It can&#8217;t &#8211; if the government&#8217;s system goes into the red, they can just give it more taxpayer dollars to cover the loss.  A private business must make a profit.  Lacking that, they go belly-up.  So, what will the result be?</p>
<p>A single-payer system.  Either you get the government&#8217;s insurance, or you&#8217;ll get none at all.</p>
<p>Still sound like a Republican victory?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/re-the-11th-circ-court-decision-did-the-republicans-actually-win/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An iPad at last!</title>
		<link>http://www.scottkuma.net/an-ipad-at-last</link>
		<comments>http://www.scottkuma.net/an-ipad-at-last#comments</comments>
		<pubDate>Thu, 23 Dec 2010 02:16:07 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/an-ipad-at-last</guid>
		<description><![CDATA[Well, we finally did it! Our family is the proud owner of an Apple iPad! Note that I say &#8220;our family&#8221; and not &#8220;I&#8221;. That&#8217;s because this device really is the family&#8217;s, and may even end up as Evan&#8217;s. Most of you reading this blog already know about Evan. He has a condition called Moebius [...]]]></description>
			<content:encoded><![CDATA[<p>Well, we finally did it!  Our family is the proud owner of an Apple iPad!  Note that I say &#8220;our family&#8221; and not &#8220;I&#8221;. That&#8217;s because this device really is the family&#8217;s, and may even end up as Evan&#8217;s. </p>
<p>Most of you reading this blog already know about Evan.  He has a condition called Moebius Syndrome. Basically, Moebius paralyzes some of the cranial nerves &#8211; specifically the ones that relay movement to the facial muscles and to side-to-side motion of the eyes.  That means that Evan will have some extraordinary challenges when it comes to normal talking and communication. Fortunately, Evan is taking very well to sign language, and has learned over 150 signs already!  He is also learning to sight-read alll of the words he can sign. Awesome!!</p>
<p>So how does the iPad fit in, you might ask!  Well, enter ProLoQuo2Go&#8230;an Augmentative Assistive Communication program for the iPad. PLQ2Go acts as a talk board.  Our hope is that this will give Evan yet another communication medium to use&#8230;.after all, not everyone knows Sign Language!</p>
<p>In the coming months, I&#8217;ll be using this space to log how things go, as well as to post some pictures, some reviews, and our thoughts and feelings about the entire process. </p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/an-ipad-at-last/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Records, meet Apple Computers</title>
		<link>http://www.scottkuma.net/apple-records-meet-apple-computers</link>
		<comments>http://www.scottkuma.net/apple-records-meet-apple-computers#comments</comments>
		<pubDate>Tue, 16 Nov 2010 16:14:40 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=390</guid>
		<description><![CDATA[So Apple came out with a big announcement today &#8211; they have (finally!) reached an agreement with Apple Records that will allow The Beatles&#8217; music to appear on iTunes. **YAWN** This MIGHT be an exciting announcement to anyone who isn&#8217;t a Beatles fan already, and who didn&#8217;t already have most of their albums on vinyl [...]]]></description>
			<content:encoded><![CDATA[<p>So Apple came out with a big announcement today &#8211; they have (finally!) reached an agreement with Apple Records that will allow The Beatles&#8217; music to appear on iTunes.</p>
<p>**YAWN**</p>
<p>This MIGHT be an exciting announcement to anyone who isn&#8217;t a Beatles fan already, and who didn&#8217;t already have most of their albums on vinyl and/or CD.  It&#8217;s not like iTunes doesn&#8217;t already rip at amazing bitrates &amp; sound quality!</p>
<p>Way to go, Apple.  I think I&#8217;ll go back to sleep now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/apple-records-meet-apple-computers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@scottkuma&#8217;s tweets for the week preceding 2010-11-01</title>
		<link>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-11-01</link>
		<comments>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-11-01#comments</comments>
		<pubDate>Mon, 01 Nov 2010 09:00:00 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-11-01</guid>
		<description><![CDATA[Dinner with the wife. Phenomenal food so far- and live music!!! (@ Buck&#039;s Tavern) http://4sq.com/djdU8g # Welcome to WalMart date night! (@ Walmart Supercenter) http://4sq.com/4rkTdN #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Dinner with the wife. Phenomenal food so far- and live music!!! (@ Buck&#039;s Tavern) <a href="http://4sq.com/djdU8g" rel="nofollow">http://4sq.com/djdU8g</a> <a href="http://twitter.com/scottkuma/statuses/29037016886" class="aktt_tweet_time">#</a></li>
<li>Welcome to WalMart date night! (@ Walmart Supercenter) <a href="http://4sq.com/4rkTdN" rel="nofollow">http://4sq.com/4rkTdN</a> <a href="http://twitter.com/scottkuma/statuses/29041464670" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-11-01/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@scottkuma&#8217;s tweets for the week preceding 2010-10-25</title>
		<link>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-25-2</link>
		<comments>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-25-2#comments</comments>
		<pubDate>Mon, 25 Oct 2010 09:00:00 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-25-2</guid>
		<description><![CDATA[I&#039;m at HealthBridge. http://4sq.com/8XDLQ2 # N5 spicy basil noodles. If you&#039;ve not had them, you&#039;re missing out!! (@ Lulu&#039;s Rice &#38; Noodles) http://4sq.com/cCRzLd # This ( http://goo.gl/Y1Gw ) is why Clinton&#039;s sexual relations were relevant&#8230;as was his lying about them. #toldyaso # Gold passes for 2011. Merry Christmas, kids!!! (@ Kings Island w/ 3 others) [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>I&#039;m at HealthBridge. <a href="http://4sq.com/8XDLQ2" rel="nofollow">http://4sq.com/8XDLQ2</a> <a href="http://twitter.com/scottkuma/statuses/27842941389" class="aktt_tweet_time">#</a></li>
<li>N5 spicy basil noodles. If you&#039;ve not had them, you&#039;re missing out!! (@ Lulu&#039;s Rice &amp; Noodles) <a href="http://4sq.com/cCRzLd" rel="nofollow">http://4sq.com/cCRzLd</a> <a href="http://twitter.com/scottkuma/statuses/28039485841" class="aktt_tweet_time">#</a></li>
<li>This ( <a href="http://goo.gl/Y1Gw" rel="nofollow">http://goo.gl/Y1Gw</a> ) is why Clinton&#039;s sexual relations were relevant&#8230;as was his lying about them.  #<a href="http://search.twitter.com/search?q=%23toldyaso" class="aktt_hashtag">toldyaso</a> <a href="http://twitter.com/scottkuma/statuses/28364692220" class="aktt_tweet_time">#</a></li>
<li>Gold passes for 2011. Merry Christmas, kids!!! (@ Kings Island w/ 3 others) <a href="http://4sq.com/aZC2vJ" rel="nofollow">http://4sq.com/aZC2vJ</a> <a href="http://twitter.com/scottkuma/statuses/28612260471" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-25-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@scottkuma&#8217;s tweets for the week preceding 2010-10-18</title>
		<link>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-18</link>
		<comments>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-18#comments</comments>
		<pubDate>Mon, 18 Oct 2010 09:00:00 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-18</guid>
		<description><![CDATA[Barbacoa!! (@ Chipotle Mexican Grill) http://4sq.com/4pHo1l #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Barbacoa!! (@ Chipotle Mexican Grill) <a href="http://4sq.com/4pHo1l" rel="nofollow">http://4sq.com/4pHo1l</a> <a href="http://twitter.com/scottkuma/statuses/27249462003" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Support (xkcd)</title>
		<link>http://www.scottkuma.net/tech-support-xkcd</link>
		<comments>http://www.scottkuma.net/tech-support-xkcd#comments</comments>
		<pubDate>Fri, 15 Oct 2010 14:39:53 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Found on the web]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=386</guid>
		<description><![CDATA[Anyone with tech skills will relate to this&#8230;  I think this is my new favorite xkcd comic!]]></description>
			<content:encoded><![CDATA[<p>Anyone with tech skills will relate to this&#8230;  I think this is my new favorite xkcd comic!</p>
<p><a href="http://xkcd.com/806/"><img class="alignleft" title="Tech Support (XKCD)" src="http://imgs.xkcd.com/comics/tech_support.png" alt="" width="625" height="923" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/tech-support-xkcd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>scottkuma&#8217;s tweets for the week preceding 2010-10-11</title>
		<link>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-11</link>
		<comments>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-11#comments</comments>
		<pubDate>Mon, 11 Oct 2010 09:00:00 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-11</guid>
		<description><![CDATA[Yum! (@ Azad Indian Restaurant) http://4sq.com/b4PATk # I&#039;m at HealthBridge. http://4sq.com/8XDLQ2 # Anniversary dinner. Everyone left happy!! (@ Cracker Barrel) http://4sq.com/cMdz34 #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Yum! (@ Azad Indian Restaurant) <a href="http://4sq.com/b4PATk" rel="nofollow">http://4sq.com/b4PATk</a> <a href="http://twitter.com/scottkuma/statuses/26377229030" class="aktt_tweet_time">#</a></li>
<li>I&#039;m at HealthBridge. <a href="http://4sq.com/8XDLQ2" rel="nofollow">http://4sq.com/8XDLQ2</a> <a href="http://twitter.com/scottkuma/statuses/26674745127" class="aktt_tweet_time">#</a></li>
<li>Anniversary dinner. Everyone left happy!! (@ Cracker Barrel) <a href="http://4sq.com/cMdz34" rel="nofollow">http://4sq.com/cMdz34</a> <a href="http://twitter.com/scottkuma/statuses/26698716910" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/scottkumas-tweets-for-the-week-preceding-2010-10-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

