<?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 &#187; Computers</title>
	<atom:link href="http://www.scottkuma.net/category/computers/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.1</generator>
		<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>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>Ubuntu 10.10 is just around the corner!</title>
		<link>http://www.scottkuma.net/ubuntu-10-10-is-just-around-the-corner</link>
		<comments>http://www.scottkuma.net/ubuntu-10-10-is-just-around-the-corner#comments</comments>
		<pubDate>Fri, 09 Apr 2010 19:41:32 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=266</guid>
		<description><![CDATA[So a buddy and I were chatting today about Ubuntu and their naming convention, and decided that we needed to come up with a bunch of possible names for the upcoming Ubuntu 10.10 release, which is due in October!  Sometimes we springboarded from one adjective/animal to the next, so you&#8217;ll see some closely-related names&#8230; Maudlin [...]]]></description>
			<content:encoded><![CDATA[<p>So a buddy and I were chatting today about Ubuntu and their naming convention, and decided that we needed to come up with a bunch of possible names for the upcoming Ubuntu 10.10 release, which is due in October!  Sometimes we springboarded from one adjective/animal to the next, so you&#8217;ll see some closely-related names&#8230;</p>
<ul>
<li>Maudlin Mantis</li>
<li>Morose Manatee</li>
<li>Mellow Manatee</li>
<li>Mossy Manatee</li>
<li>Marauding Mongoose</li>
<li>Marauding Mudskipper</li>
<li>Magnanimous Moose</li>
<li>Morose Moose</li>
<li>Maternal Macaque</li>
<li>Miffed Meerkat</li>
<li>Majestic Mammoth</li>
<li>Moody Martin</li>
</ul>
<p>Also seen on the Ubuntu Blog: Masturbating Monkey!  :-)</p>
<p>Post your original creations (or links to your favorites found elsewhere) below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/ubuntu-10-10-is-just-around-the-corner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pan newsreader and multi-part images in Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala</link>
		<comments>http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala#comments</comments>
		<pubDate>Sun, 03 Jan 2010 00:12:53 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=226</guid>
		<description><![CDATA[There is an updated version of this tutorial for Ubuntu 11.10! For years, I have been a big fan of the usenet newsgroups. I think it&#8217;s one of the best little niches left on the internet, and it has one of the best ranges in content&#8230;  On usenet, you can have civilized, academic conversation, or [...]]]></description>
			<content:encoded><![CDATA[<h2>There is an <a title="Pan’s at it again! Updating Pan Newsreader on Ubuntu 11.10" href="http://www.scottkuma.net/pans-at-it-again-updating-pan-newsreader-on-ubuntu-11-10">updated version of this tutorial</a> for Ubuntu 11.10!</h2>
<p>For years, I have been a big fan of the usenet newsgroups. I think it&#8217;s one of the best little niches left on the internet, and it has one of the best ranges in content&#8230;  On usenet, you can have civilized, academic conversation, or unruly flame-wars between fanatics. You can also find some of the coolest binaries available on the net&#8230;hard-to-find music, out of print books in e-text, and pictures ranging from serene wallpapers to&#8230;well just about anything.</p>
<p>When Ubuntu&#8217;s newest version, Karmic Koala, came out, I was very dismayed to find that the distribution of the Pan newsreader available via the Synaptic package manager was broken.  Basically, any image that was posted as multi-part refused to load in the default window.</p>
<p>With some help from the folks on the pan-users mailing list, I was finally able to compile the code from a source repository being kept up by K.Haley, pan&#8217;s volunteer coder.  But I thought it might be nice to provide a step-by-step guide for newer linux users, as the whole process of downloading source from a github repository, the tracking down of the necessary development libraries, and the entire compilation process can be daunting.  Therefore, I came up with the following list of commands to run to get a patched version of Pan running from a normal install of Ubuntu 9.10 (Karmic Koala).<span id="more-226"></span></p>
<blockquote>
<pre>$ sudo apt-get install pan git git-core gnome-common libgtk2.0-dev libpcre3-dev libgmime-2.4-dev</pre>
</blockquote>
<p>This command is meant to be typed on a single line.  It will download quite a few libraries and a bunch of necessary programs &amp; components.  It also installs the version of Pan included in Koala&#8217;s distribution streams, so that you will have the Ubuntu menu items already in place to run it easily.  When you&#8217;re done you should have everything you need to proceed.  Continue with the following:</p>
<blockquote>
<pre>$ cd ~
$ mkdir src
$ cd src
$ git clone git://github.com/lostcoder/pan2.git
$ cd pan2
$ sh ./autogen.sh --prefix=$HOME</pre>
</blockquote>
<p>You shouldn&#8217;t have any error messages during the autogen.  If you do, they&#8217;re likely due to missing programs or libraries needed to build the application.  Please post your error messages here!  If you didn&#8217;t receive any errors, type:</p>
<blockquote>
<pre>$ make</pre>
</blockquote>
<p>This will take a while&#8230;so go treat yourself to a coffee, soda or your preferred method of caffeine distribution.  (I might recommend a nice chai!) If the compile completes without incident, continue with:</p>
<blockquote>
<pre>$ make install
$ cd /usr/bin
$ ls pan</pre>
</blockquote>
<p>For safety&#8217;s sake, let&#8217;s back up pan so that we can restore the package maintainer&#8217;s version later&#8230;:</p>
<blockquote>
<pre>$ sudo mv pan pan.OLD</pre>
</blockquote>
<p>Now let&#8217;s keep on going:</p>
<blockquote>
<pre>$ sudo mv $HOME/bin/pan .
$ sudo chown root: pan</pre>
</blockquote>
<p>And you&#8217;re done! You should now be able to use the Pan icon located in the &#8220;Internet&#8221; section of your main Ubuntu menus to run your newly-compiled application.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/pan-newsreader-and-multi-part-images-in-ubuntu-9-10-karmic-koala/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>OS X Field Day / Contest Logger</title>
		<link>http://www.scottkuma.net/os-x-field-day-contest-logger</link>
		<comments>http://www.scottkuma.net/os-x-field-day-contest-logger#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:49:58 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Ham Radio]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Amateur Radio]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=169</guid>
		<description><![CDATA[I&#8217;m starting to design a Amateur Radio Contest Logging program for Mac OS X. So, in essence, this is a shout-out to any Amateur Radio Operators out there who use OS X&#8230;what features are important in a contest logger.  What features would be on your &#8220;nice to have&#8221; list? I definitely will be working on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-170" title="buystrip-imac-20090420" style="float:left" src="http://www.scottkuma.net/wp-content/uploads/2009/07/buystrip-imac-20090420.png" alt="buystrip-imac-20090420" width="68" height="114" />I&#8217;m starting to design a Amateur Radio Contest Logging program for Mac OS X. </p>
<p>So, in essence, this is a shout-out to any Amateur Radio Operators out there who use OS X&#8230;what features are important in a contest logger.  What features would be on your &#8220;nice to have&#8221; list?  </p>
<p>I definitely will be working on features important for Field Day usage, but what other contests do Mac users participate in?</p>
<p>My intent is for this to be a no-cost, open-source program. Please keep in mind that I will be starting out slowly, then building in more complex features later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/os-x-field-day-contest-logger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot off the presses&#8230;</title>
		<link>http://www.scottkuma.net/hot-off-the-presses</link>
		<comments>http://www.scottkuma.net/hot-off-the-presses#comments</comments>
		<pubDate>Sat, 04 Apr 2009 12:14:52 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Found on the web]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=156</guid>
		<description><![CDATA[The following graphic was taken off of a local Cincinnati news site. Can YOU spot why this computer won&#8217;t get Conficker?  HINT:  It&#8217;s not because of an Anti-Virus program!]]></description>
			<content:encoded><![CDATA[<p>The following graphic was taken off of a local Cincinnati news site.</p>
<p>Can YOU spot why this computer won&#8217;t get Conficker?  HINT: <em> It&#8217;s not because of an Anti-Virus program!</em></p>
<p><img class="alignleft" title="WCPO news story" src="http://scottkuma.net/Media/ConfickerPic.jpg" alt="" width="492" height="282" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/hot-off-the-presses/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 NCAA March Madness Bracket Generator</title>
		<link>http://www.scottkuma.net/2009-ncaa-march-madness-bracket-generator</link>
		<comments>http://www.scottkuma.net/2009-ncaa-march-madness-bracket-generator#comments</comments>
		<pubDate>Fri, 13 Mar 2009 02:32:29 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[NCAA Picker]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=149</guid>
		<description><![CDATA[This coming Sunday is my favorite Sunday of the year: &#8220;Selection Sunday&#8221;, and that means that I&#8217;m tweaking my yearly NCAA Auto-Picker! It&#8217;s currently using generic teams, but all that will change when the committee announces their picks. What is it? It&#8217;s a webpage that auto-generates a bracket for the NCAA Division I Men&#8217;s Basketball [...]]]></description>
			<content:encoded><![CDATA[<p>This coming Sunday is my favorite Sunday of the year: &#8220;Selection Sunday&#8221;, and that means that I&#8217;m tweaking my <a href="http://scottkuma.net/NCAA/index.php" target="_blank">yearly NCAA Auto-Picker! </a>It&#8217;s<a href="http://scottkuma.net/NCAA/index.php" target="_blank"> </a>currently using generic teams, but all that will change when the committee announces their picks.<a href="http://scottkuma.net/NCAA/index.php" target="_blank"><br />
</a></p>
<p><strong>What is it?</strong></p>
<p>It&#8217;s a webpage that auto-generates a bracket for the NCAA Division I Men&#8217;s Basketball Tournament (also known as &#8220;March Madness&#8221;).</p>
<p><strong>Why did you make this?</strong></p>
<p>Picking a mediocre bracket is easy! For each game, pick the team with the lowest number (the lower seed, or the &#8220;better team&#8221;) as the winner. In later rounds, you might have equally-seeded teams up against one another (two #1 seeds might meet in the Final Four, for example). For those, you can either flip a coin or watch ESPN to get the conventional wisdom. However&#8230;every year there are teams that buck the conventional wisdom and beat teams with lower seeds. This makes it very very difficult to pick a GREAT bracket &#8211; one that will win your office tournament. <em>I SUCK at picking great brackets</em>, so I made this page to help figure out which upsets might be likely.  Plus, I&#8217;m lazy&#8230;</p>
<p><span id="more-149"></span><br />
<strong>How does it work?</strong></p>
<p>Using a statistical snapshot of all of the modern tournaments, I can tell how often a lower-seeded team is upset by a higher-seeded team. In a geeky, Dungeons and Dragons kind of way, I roll a virtual die for each game, and based on the statistical history, choose a winner.</p>
<p>However, some upsets (#16 beating #1, for example) or some head-to-head matchups have NEVER happened! For those, I need to assign a probability that an upset will happen. I do this based on the seed difference. If a #16 seed plays a #1 seed, this is:</p>
<p><em>Difference = (HighSeed &#8211; LowSeed) = 16 &#8211; 1 = 15<br />
</em></p>
<p>You can see the probabilities used on the right-hand side of each bracket. These are fixed &#8211; although I would be willing to change them given some constructive commentary.</p>
<p><strong>Hey!  Your stupid page picked &#8220;<em>insert lame team name here</em>&#8220;!!!</strong></p>
<p>Yup, it did. And next time, phrase your answer in the form of a question! Again, this is all based on statistics. If you don&#8217;t like how it picks, <a href="http://scottkuma.net/NCAA">pick a new bracket</a> (refresh your page) &amp; it will pick another one for you. Alternatively you could program your own picker page with a better algorithm&#8230;or send me some email at scottkuma+picker [at] gmail.com with ideas, constructive criticism, etc.</p>
<p>You should probably know that every pick made by the page is logged&#8230;and each year I do some post-tournament statistical analysis to improve the page.</p>
<p><strong>UPDATE!! &#8212; </strong>I&#8217;ve noticed in past years that in cases where there isn&#8217;t a lot of historical data, that it can become VERY easy for a poor seed to go a long way in the tournament.  For example, a 9 seed has played a 5 seed only once in the third round, and it won that game.  That means that in my pick system, that 9 seed would beat the 5 seed 99 times out of 100&#8230;not realistic at all.</p>
<p>What I&#8217;ve done this year to attempt to counter this type of &#8220;nerfing&#8221; is to go back to my static table (on the right side of the page) when there are fewer than 5 historical examples for each match-up.  In my testing, that seems to make things more realistic.  I will play with the threshold to try to optimize the formula.</p>
<p><strong>I lost my office pool because I used your page!</strong></p>
<p>Ok, if you use my page as your basis for betting your rent/mortgage payment, or any significant amount of money, I&#8217;m not responsible, and <em><strong>YOU ARE INSANE!! </strong></em>Besides, you probably would have lost anyways.</p>
<p>However, should you win a ton of money, I&#8217;d appreciate throwing a pittance my way&#8230;</p>
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/2009-ncaa-march-madness-bracket-generator/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google launches a new open-source browser!</title>
		<link>http://www.scottkuma.net/google-launches-a-new-open-source-browser</link>
		<comments>http://www.scottkuma.net/google-launches-a-new-open-source-browser#comments</comments>
		<pubDate>Tue, 02 Sep 2008 12:30:09 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=85</guid>
		<description><![CDATA[Well, isn&#8217;t this interesting? Google has decided to put the smackdown on Microsoft (and to a lesser extent to Firefox) by launching their own open-source browser, called Chrome They even explain in an online comic-book why they&#8217;re doing this (to give back to the &#8216;net that made them, and to drive innovation &#8211; in short, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html">isn&#8217;t this interesting</a>?  Google has decided to put the smackdown on Microsoft (and to a lesser extent to Firefox) by launching their own open-source browser, called <strong>Chrome</strong></p>
<p>They even explain in an <a href="http://www.google.com/googlebooks/chrome/">online comic-book</a> why they&#8217;re doing this (to give back to the &#8216;net that made them, and to drive innovation &#8211; in short, to Not Be Evil), and how Chrome will be different&#8230;and better.</p>
<p>I&#8217;ll be downloading this today, and will post impressions later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/google-launches-a-new-open-source-browser/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first released mac application&#8230;</title>
		<link>http://www.scottkuma.net/my-first-released-mac-application</link>
		<comments>http://www.scottkuma.net/my-first-released-mac-application#comments</comments>
		<pubDate>Mon, 09 Jun 2008 18:00:10 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/?p=25</guid>
		<description><![CDATA[Ok, it&#8217;s simple, but it&#8217;s an application that&#8217;s not just a &#8220;Hello World!&#8221; knockoff. This is a mac implementation of the xkcd website&#8217;s geohashing spontaneous adventure generator. It runs on OSX 10.4 and above. It MAY run on pre-Tiger versions of OSX, but I provide no support, and don&#8217;t guarantee that it&#8217;ll run on those. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-26" style="float:right" title="machasher" src="http://www.scottkuma.net/wp-content/uploads/2008/06/machasher-300x208.png" alt="" width="300" height="208" />Ok, it&#8217;s simple, but it&#8217;s an application that&#8217;s not just a &#8220;Hello World!&#8221; knockoff.</p>
<p>This is a mac implementation of the <a href="http://www.xkcd.com/426/" target="_blank">xkcd website&#8217;s geohashing</a> spontaneous adventure generator.  It runs on OSX 10.4 and above.  It MAY run on pre-Tiger versions of OSX, but I provide no support, and don&#8217;t guarantee that it&#8217;ll run on those.</p>
<p><a href="http://scottkuma.net/geohashing/macHasher.dmg">Download it!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/my-first-released-mac-application/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Cocoa Programming Blog Entry&#8230;</title>
		<link>http://www.scottkuma.net/good-cocoa-programming-blog-entry</link>
		<comments>http://www.scottkuma.net/good-cocoa-programming-blog-entry#comments</comments>
		<pubDate>Fri, 08 Feb 2008 19:57:51 +0000</pubDate>
		<dc:creator>Scott Pettigrew</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.scottkuma.net/good-cocoa-programming-blog-entry/</guid>
		<description><![CDATA[So one of the things I&#8217;ve been trying to accomplish in my free time for the past few months has been learning to program my iMac. I&#8217;m capable of writing a script, a VB program, and I understand (most) basic Object-Oriented Programming concepts, but for some reason, Cocoa &#38; Objective C are very hard to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://scottkuma.net/Media/apple-imac-aluminum.jpg" alt="iMac" align="left" height="130" width="180" />So one of the things I&#8217;ve been trying to accomplish in my free time for the past few months has been learning to program my iMac.  I&#8217;m capable of writing a script, a VB program, and I understand (most) basic Object-Oriented Programming concepts, but for some reason, Cocoa &amp; Objective C are very hard to understand.</p>
<p>Topping it off, all of the books out there now are based around XCode 2, not the new XCode 3 that came with Leopard.  XCode 3 changes some of the concepts that are used time and again throughout your development process: things like instantiating classes within Interface Builder.  They&#8217;re all things that, given time, you figure out&#8230;but it&#8217;s just annoying enough to cause problems when going through a programming book for the first time.</p>
<p>This blog entry does a really good job of stepping through a basic program in XCode 3, using Cocoa &amp; Objective C concepts.</p>
<p><a href="http://www.matthew-long.com/2007/11/09/xcode-30-tutorial/">Long Pointers » XCode 3.0 Tutorial</a></p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottkuma.net/good-cocoa-programming-blog-entry/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

