<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Techie Mumbo Jumbo | Kimball's House Of Pain | E. Kimball Larsen</title>
		<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Thu, 25 Jun 2009 23:19:11 -0600</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox Pro 1.6.2</generator>
		<image>
			<url>http://www.kimballlarsen.com/_Media/websitebanner.jpg</url>
			<title>WebsiteBanner</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/</link>
			<width>200</width>
			<height>128</height>
		</image>
		<item>
			<title>1234567890 Seconds Since The Unix Epoch</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/1234567890_seconds_since_th.html</link>
			<description>
&lt;div&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;mysql&gt; select unix_timestamp() from dual;&lt;/tt&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;+------------------+&lt;/tt&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;| unix_timestamp() |&lt;/tt&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;+------------------+&lt;/tt&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;|       1234567890 | &lt;/tt&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;+------------------+&lt;/tt&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;1 row in set (0.00 sec)&lt;/tt&gt;&lt;/span&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(96, 96, 96); font-family: -webkit-monospace; font-size: 10px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(96, 96, 96); font-family: -webkit-monospace; font-size: 10px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 13 Feb 2009 16:31:16 -0700</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/1234567890_seconds_since_th.html</guid>
		</item>
		<item>
			<title>UITableView Hints</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/uitableview_hints.html</link>
			<description>
&lt;div&gt;&lt;p&gt;As someone only recently exposed to Objective-C, Cocoa, and the iPhone development environments, I have been struggling with some of the ways that Apple has decided to do things.
&lt;/p&gt;&lt;p&gt;Today I beat my head against a UITableView for most of the day, trying to figure out how to set up the view, the…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Mon, 29 Sep 2008 22:44:43 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/uitableview_hints.html</guid>
		</item>
		<item>
			<title>Homegrown Client / Server Data Sharing</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/homegrown_client_server_dat.html</link>
			<description>
&lt;div&gt;&lt;p&gt;Recently at work I had to come up with a way to have several installations of our software share application data in near-real time.  I poked around a bit looking for a simple solution, but there does not appear to be such a thing.
&lt;/p&gt;&lt;p&gt;So I came up with my own.
&lt;/p&gt;&lt;p&gt;I don't claim it's ingenious or even…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Tue, 23 Sep 2008 09:42:36 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/homegrown_client_server_dat.html</guid>
		</item>
		<item>
			<title>UIPickerView SDK Permutations</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/uipickerview_sdk_permutatio.html</link>
			<description>
&lt;div&gt;&lt;p&gt;I have recently begun to learn to develop applications for the iPhone.  This means I'm getting my head back into Objective-C (where it's not been for several years - ever since I stopped writing WebObjects code) and learning all the cocoa frameworks and specialized SDK for the iPhone.
&lt;/p&gt;&lt;p&gt;For a project…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 30 Jul 2008 21:58:59 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/uipickerview_sdk_permutatio.html</guid>
		</item>
		<item>
			<title>Launching Real Basic Apps in Ubuntu 8.04 on 64 bit hardware</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/launching_real_basic_apps_i.html</link>
			<description>
&lt;div&gt;&lt;p&gt;For work I have recently needed to be able to compile RealBasic applications to run on Linux.  The support for Linux from RB is decent, but requires the 32 bit versions of several libraries for the build apps to run.  Specifically, I had to install the following extra packages to let things work:
&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 30 Apr 2008 13:14:50 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/launching_real_basic_apps_i.html</guid>
		</item>
		<item>
			<title>Win32 Error Codes for LastErrorCode</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/win32_error_codes_for_laste.html</link>
			<description>
&lt;div&gt;&lt;p&gt;I am not a windows programmer.  I just play one at work.
&lt;/p&gt;&lt;p&gt;Actually, I write apps for both windows and the mac, but I do it all on a mac using RealBasic - it will cross-compile.
&lt;/p&gt;&lt;p&gt;Today I ran into a problem on windows with one of my projects - I was trying to read the contents of a file into memory so…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 03 Apr 2008 10:00:00 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/win32_error_codes_for_laste.html</guid>
		</item>
		<item>
			<title>Recursively Change Line Endings</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/recursively_change_line_end.html</link>
			<description>
&lt;div&gt;&lt;p&gt;So, very rarely I need to change the line endings for a large set of files scattered across a bunch of directories.  Sometimes there are few enough files that I just do it manually, but today I really wanted to do a large batch of them recursively.  I wound up using this in a terminal:
&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;cd…&lt;/tt&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 13 Feb 2008 16:29:09 -0700</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/recursively_change_line_end.html</guid>
		</item>
		<item>
			<title>RMagick Ruby Gem on OS X Leopard</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/rmagick_ruby_gem_on_os_x_le.html</link>
			<description>
&lt;div&gt;&lt;p&gt;As I've been putting my dev environment back together on Leopard, I've been finding all kinds of things that don't quite work right - see &lt;a href=&quot;http://www.kimballlarsen.com/techie_mumbo_jumbo/mysql_install_on_os_x_leopa.html&quot;&gt;my earlier post&lt;/a&gt; on MySQL.
&lt;/p&gt;&lt;p&gt;The latest problem I've found occurs when attempting to gem install RMagick.  I get this error:
&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: transparent; font-family: Courier; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;&lt;tt&gt;Can't install RMagick 2.2.0. Can't…&lt;/tt&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 06 Feb 2008 14:56:45 -0700</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/rmagick_ruby_gem_on_os_x_le.html</guid>
		</item>
		<item>
			<title>MySQL Install On OS X Leopard Fix</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/mysql_install_on_os_x_leopa.html</link>
			<description>
&lt;div&gt;&lt;p&gt;So, I finally took the plunge and installed Leopard on my MacBook Pro - I figured that by waiting I would avoid some of the icky problems that sometimes crop up with new OS releases.  Unfortunately, I did not avoid the broken MySQL install problems that appear with Leopard.
&lt;/p&gt;&lt;p&gt;I looked around on the…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 06 Feb 2008 12:59:04 -0700</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/mysql_install_on_os_x_leopa.html</guid>
		</item>
		<item>
			<title>find + rm = disaster</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/find_rm_disaster.html</link>
			<description>
&lt;div&gt;&lt;p&gt;Some time ago I wanted to to detach a working copy of some code I have been working on for several years so I could import it into a new repository on a different server.  I did something similar to this:
&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style=&quot;background-color: transparent; font-size: 10px; color: rgb(96, 96, 96);&quot;&gt;find -name &quot;.svn&quot; . | xargs rm -rf&lt;/span&gt;&lt;/pre&gt;Which did *almost* what I wanted.  The problem is that if…&lt;/div&gt;
			</description>
			<pubDate>Mon, 12 Nov 2007 14:16:37 -0700</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/find_rm_disaster.html</guid>
		</item>
		<item>
			<title>Microsoft Vs. Apple OS Quality?</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/microsoft_vs_apple_os_quali.html</link>
			<description>
&lt;div&gt;&lt;p&gt;With the latest release of Vista from Microsoft and Leopard from Apple, comparisons are inevitable.  In fact, there have been dozens and dozens written by folks far more qualified to comment than I.  However, I had a conversation at work the other day that gave me opportunity to pause and think.…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 31 Oct 2007 22:34:44 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/microsoft_vs_apple_os_quali.html</guid>
		</item>
		<item>
			<title>Mac OS X 10.5 Leopard: My Dinky Review</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/mac_os_x_105_leopard_my_din.html</link>
			<description>
&lt;div&gt;&lt;p&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;Some Introduction&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;So, Leopard came out this past Friday, and there have been many, many reviews of all the spiffy new features and how they'll make you lose 10 lbs, grow your hair back (but lose your back hair), and generally just be the spiffiest thing to come out of the cupertino mother-ship ever…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 31 Oct 2007 00:21:08 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/mac_os_x_105_leopard_my_din.html</guid>
		</item>
		<item>
			<title>Ubuntu Gutsy Gibbon As A Smalltime DNS</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/ubuntu_gutsy_gibbon_as_a_sm.html</link>
			<description>
&lt;div&gt;&lt;p&gt;I have several domains - kimballlarsen.com, hugegrocerysavings.com, twigglesgiggles.com, ourpioneerhistory.com - for which I host DNS.  Until recently, this has all been done via my ISP's hosting services, etc.  A few months ago, I decided to finally learn Bind9 and figure out how to set up DNS for…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 26 Oct 2007 00:30:34 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/ubuntu_gutsy_gibbon_as_a_sm.html</guid>
		</item>
		<item>
			<title>Gutsy Gibbon Initial Setup</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/gutsy_gibbon_initial_setup.html</link>
			<description>
&lt;div&gt;&lt;p&gt;So, Gutsy Gibbon has arrived (It's an operating system for those of you who don't follow ubuntu - and it's a &quot;computer thingie&quot; for the rest of you), and I'm going through the ritual initial setup tonight.  Here are my notes for all the things I do initially when setting up a fresh Ubuntu box.
&lt;/p&gt;&lt;p&gt;Give…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 26 Oct 2007 00:03:32 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/gutsy_gibbon_initial_setup.html</guid>
		</item>
		<item>
			<title>Ubuntu Gutsy Gibbon - Home Server Setup</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/ubuntu_gutsy_gibbon_-_home_.html</link>
			<description>
&lt;div&gt;&lt;p&gt;So, Ubuntu Gutsy came out a few days ago, and I've got a new server that I'm going to be using at home.  This server is actually an old desktop machine - used to be Christine's Windows XP box (before she saw the light and let me buy her a MacBook last year) and has mostly sat idle for many moons.
&lt;/p&gt;&lt;p&gt;…&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 25 Oct 2007 23:43:04 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/ubuntu_gutsy_gibbon_-_home_.html</guid>
		</item>
		<item>
			<title>Recursive wget</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/recursive_wget.html</link>
			<description>
&lt;div&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;font-family: Times; font-size: 16px;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;I love wget.  I've used it in the past to quickly snag the contents of entire web directories, and tonight I learned a few more tricks it can do.  Namely, it can recurse down as many levels deep from the first page as you like, it can ignore the reported length of items it is retrieving, it can…&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sun, 14 Oct 2007 00:24:37 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/recursive_wget.html</guid>
		</item>
		<item>
			<title>Using BackupPC Locally To External Firewire Drive</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/localbackuppc.html</link>
			<description>
&lt;div&gt;&lt;p style=&quot;font: normal normal normal 12px/normal Helvetica;&quot;&gt;&lt;span style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Verdana; font-size: 11px;&quot;&gt;So, I recently discovered the wonderful backup tool called BackupPC (Thanks, Hans!) and have set it up to backup all the workstations at my office to a central server with a large storage capacity.  However, I've only set it to backup the important work-related files from each workstation.  I would…&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Tue, 02 Oct 2007 00:24:37 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/localbackuppc.html</guid>
		</item>
		<item>
			<title>Deploying Ruby On Rails to Feisty Using Capistrano, Apache, and Mongrel</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/installroronubuntufeisty.html</link>
			<description>
&lt;div&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;So, I've been hacking on a new RoR application for work for the last week or so, and it's time to get a deployment environment set up so I can deploy as rapidly as I can develop.  I've been reading&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;a href=&quot;http://www.pragmaticprogrammer.com/title/rails/&quot; style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: none;&quot;&gt;&lt;span style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;Agile Development With Rails&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; &lt;span style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;and whilst perusing the chapter on deployment, ran across&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;a href=&quot;http://mongrel.rubyforge.org/docs/debian-sarge.html&quot; style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: none;&quot;&gt;&lt;span style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;this site&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; &lt;span style=&quot;padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;…&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 19 Sep 2007 00:24:37 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/installroronubuntufeisty.html</guid>
			<category>Ruby On Rails</category><category>Mongrel</category><category>Apache</category><category>Apache2</category><category>Capistrano</category><category>Capistrano2</category><category>Deploy</category><category>Debian</category><category>Ubuntu</category><category>Feisty</category>
		</item>
		<item>
			<title>NFS + Portmap</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/nfs-portmap.html</link>
			<description>
&lt;div&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;So, at work I just installed a new spiffy NAS from&lt;/span&gt; &lt;a href=&quot;http://www.infrant.com&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;Infrant Technologies&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;called&lt;/span&gt; &lt;a href=&quot;http://www.infrant.com/products/products_details.php?name=ReadyNAS%201100&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;ReadyNAS&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;.  I've been impressed with the box so far, and it is pretty neat to have 1.4 TB of storage space at my disposal. One problem I ran into was that mounting the nfs share from the ReadyNAS by an Ubuntu Dapper box…&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Fri, 16 Feb 2007 00:24:36 -0700</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/nfs-portmap.html</guid>
		</item>
		<item>
			<title>Ruby on Rails</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/discoveredruby.html</link>
			<description>
&lt;div&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;So, a few weeks ago I was looking for a way to escape the XML pain that is involved in writing just about any web application in Java these days.  Honestly, I was beginning to feel like in trying to make Java web apps so easy to write, the increased complexity to handle all the XML was actually…&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Tue, 11 Oct 2005 00:24:35 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/discoveredruby.html</guid>
		</item>
		<item>
			<title>PSyncX</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/psyncx.html</link>
			<description>
&lt;div&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;Ever since I got a monster drive for my home server (which, btw, powers this website) I have been looking for a good backup solution for OS X.  This morning it appears I have found one:  &lt;/span&gt;&lt;a href=&quot;http://psyncx.sourceforge.net/&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;PSyncX&lt;/span&gt;&lt;/a&gt; &lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt; While I have just set up a simple backup to test it, it appears that this utility will do exactly what I…&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Mon, 11 Apr 2005 00:24:35 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/psyncx.html</guid>
		</item>
		<item>
			<title>jDiskReport</title>
			<link>http://www.kimballlarsen.com/techie_mumbo_jumbo/jdiskreport.html</link>
			<description>
&lt;div&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;Ok, this will sound like a commercial - but in fear of letting this blog become too stale to even feed to the ducks in my neighborhood, &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;I'm gonna publish this.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font: 12.0px Helvetica;&quot;&gt;&lt;span style=&quot;font-family: Verdana; font-size: 11px;&quot;&gt;Have you ever wondered where all your hard drive space went?  My laptop currently has an 80 GB drive in it, and it's about 75% full.  In…&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Tue, 05 Apr 2005 00:24:34 -0600</pubDate>
			<guid>http://www.kimballlarsen.com/techie_mumbo_jumbo/jdiskreport.html</guid>
		</item>
 	</channel>
</rss>
