<?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>dubovsky.com rantings</title>
	<atom:link href="http://www.dubovsky.com/rantings/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dubovsky.com/rantings</link>
	<description>Yet another web log of personal junk.</description>
	<lastBuildDate>Sun, 10 Jan 2010 17:26:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Western Digital Caviar Green == junk</title>
		<link>http://www.dubovsky.com/rantings/2010/01/08/western-digital-caviar-green-junk/</link>
		<comments>http://www.dubovsky.com/rantings/2010/01/08/western-digital-caviar-green-junk/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 00:20:49 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[junk]]></category>
		<category><![CDATA[raid]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=146</guid>
		<description><![CDATA[I ordered three hard drives from Amazon, Western Digital Caviar Green 1.5TB models (WD15EADS).  They were inexpensive and I talked to people who used them in their desktop setups.  It turns out that Western Digital, at some point, changed the drives they were making so that they no longer work under a RAID [...]]]></description>
			<content:encoded><![CDATA[<p>I ordered three hard drives from Amazon, Western Digital Caviar Green 1.5TB models (WD15EADS).  They were inexpensive and I talked to people who used them in their desktop setups.  It turns out that Western Digital, at some point, changed the drives they were making so that they no longer work under a RAID setup.  The drives routinely fault out of the array because you can&#8217;t turn on <a href="http://en.wikipedia.org/wiki/Time-Limited_Error_Recovery">TLER</a>.  Also, they make a horrible loud clicking noise <a href="http://www.silentpcreview.com/forums/viewtopic.php?t=51401">every ten seconds as the heads are parked and un-parked</a> due to routine disk access under Linux.  Nowhere on <a href="http://www.wdc.com/en/products/products.asp?driveid=575" rel="nofollow">Western Digital&#8217;s page about the drive</a> does it say &#8220;do not use in a RAID setup&#8221; or &#8220;do not use in Linux.&#8221;  Oops.</p>
<p>From scouring the web, it turns out that the &#8220;sub&#8221;-model number and build date are important.  My three drives were WD15EADS-00P8B0, built Nov 2009, firmware 01.00A01.  There are reports that older build-date drives can be made to work; true or not, mine could not.  Western Digital&#8217;s customer service is of zero help, blaming the problem on everything but the drive.</p>
<p>No more Western Digital drives for me.  I&#8217;m returning these three as defective.  I&#8217;ve put WD drives in my last three builds because they&#8217;re inexpensive and reliable.  No longer.  Back to Seagate drives (yes, even after their <a href="http://www.google.com/search?hl=en&#038;q=Seagate+1.5TB+freeze">ST31500341AS firmware debacle</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2010/01/08/western-digital-caviar-green-junk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enlarging a VirtualBox disk</title>
		<link>http://www.dubovsky.com/rantings/2009/12/17/enlarging-a-virtualbox-disk/</link>
		<comments>http://www.dubovsky.com/rantings/2009/12/17/enlarging-a-virtualbox-disk/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 22:51:16 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[gparted]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[vm]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=143</guid>
		<description><![CDATA[Since most of what I found on the web was either wrong or more complicated than needed, here is what worked for me.  (My drive image file was old.vdi and I wanted a new copy of that disk, new.vdi, which was 24 gigabytes (give or take).

cd ~/.VirtualBox/HardDisks
vboxmanage createhd &#8211;filename new.vdi &#8211;size 24000
vboxmanage clonehd old.vdi [...]]]></description>
			<content:encoded><![CDATA[<p>Since most of what I found on the web was either wrong or more complicated than needed, here is what worked for me.  (My drive image file was old.vdi and I wanted a new copy of that disk, new.vdi, which was 24 gigabytes (give or take).</p>
<ol>
<li>cd ~/.VirtualBox/HardDisks</li>
<li>vboxmanage createhd &#8211;filename new.vdi &#8211;size 24000</li>
<li>vboxmanage clonehd old.vdi new.vdi &#8211;existing</li>
<li>Open VirtualBox, select the virtual machine, and click on Hard Disks.</li>
<li>In the Attachments section, click on the existing image file name (old.vdi) and click the Select Hard Disk button to its right.  This will open the Virtual Media Manager dialog.</li>
<li>Select the old image file and click Release.  Remove the old image file (old.vdi).</li>
<li>Click Add and browse to the new image file (new.vdi).  It will now appear in the Hard Disks list.</li>
<li>Click the Select button at the bottom of the Virtual Media Manager dialog.</li>
<li>Go download a <a href="http://gparted.sourceforge.net/">gparted</a> LiveCD .iso file.  Click on the virtual machine&#8217;s CD/DVD-ROM settings.  Make sure &#8220;Mount CD/DVD Drive&#8221; is checked, pick &#8220;ISO Image File&#8221;, and browse to the gparted ISO file you just downloaded.</li>
<li>Click the OK button at the bottom of the Settings dialog to close it.</li>
<li>Start up your virtual machine.  Click in the window and press F12 to bring up the boot devices menu.  Pick &#8220;c&#8221; for CD/DVD-ROM.</li>
<li>Run gparted, click on your partition, and resize it to occupy the whole disk.</li>
<li>Shut down gparted, reboot, and wait for Windows to check your new hard disk.</li>
<li>Celebrate!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2009/12/17/enlarging-a-virtualbox-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moonbow</title>
		<link>http://www.dubovsky.com/rantings/2009/12/09/moonbow/</link>
		<comments>http://www.dubovsky.com/rantings/2009/12/09/moonbow/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:10:14 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[night]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/2009/12/09/moonbow/</guid>
		<description><![CDATA[Thanks to Casey for the phone call tipping me off about the weather conditions.  Click to embiggen.


]]></description>
			<content:encoded><![CDATA[<p>Thanks to Casey for the phone call tipping me off about the weather conditions.  Click to embiggen.</p>
</p>
<p><a href="http://www.dubovsky.com/gallery/d/6639-1/2009-12-02-moondog-2345-big1050.jpg"><img src="/gallery/d/6637-1/2009-12-02-moondog-2345-small.jpg" width="724" height="493" alt="moon, casting a rainbow in a circle around it, viewed through the silhouettes of leafless trees"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2009/12/09/moonbow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gears + Linux 64 bit + Firefox 3.5</title>
		<link>http://www.dubovsky.com/rantings/2009/12/01/google-gears-linux-64-bit-firefox-3-5/</link>
		<comments>http://www.dubovsky.com/rantings/2009/12/01/google-gears-linux-64-bit-firefox-3-5/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:21:08 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=138</guid>
		<description><![CDATA[A quick note for anything trying to get Gears to work with Firefox 3.5 and 64-bit Linux: follow the steps in this post.  The post is for gcc 4.3.3, but it worked just fine with my gcc 4.4.1.  Beware: the svn checkout step will take many many minutes.
sudo apt-get install build-essential subversion m4
svn [...]]]></description>
			<content:encoded><![CDATA[<p>A quick note for anything trying to get <a href="http://gears.google.com/">Gears</a> to work with Firefox 3.5 and 64-bit Linux: <a href="http://groups.google.com/group/gears-users/browse_thread/thread/681f6230ce48cbdc?pli=1">follow the steps in this post</a>.  The post is for gcc 4.3.3, but it worked just fine with my gcc 4.4.1.  Beware: the svn checkout step will take many many minutes.</p>
<blockquote><p>sudo apt-get install build-essential subversion m4<br />
svn checkout http://gears.googlecode.com/svn/trunk gears-trunk<br />
cd gears-trunk<br />
wget http://gkovacs.xvm.mit.edu/google-gears/gears-gcc433.diff<br />
patch -p0 -i gears-gcc433.diff<br />
chmod +x third_party/gecko_1.9/linux/gecko_sdk/bin/xpidl<br />
cd gears<br />
make -s</p></blockquote>
<p>The installable file will end up in <code>./bin-dbg/installers/</code> (that is, something like <code>/home/foo/gears-trunk/gears/bin-dbg/installers</code>), with a name like <code>gears-linux-x86_64-dbg-0.5.34.0.xpi</code>.  In Firefox, pick &#8220;Open File&#8221; from the File menu and browse to that directory; pick the XPI file and you should be good to go.  I&#8217;ve only tested it with offline gmail, but that seems to work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2009/12/01/google-gears-linux-64-bit-firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neckfest 2009</title>
		<link>http://www.dubovsky.com/rantings/2009/05/26/neckfest-2009/</link>
		<comments>http://www.dubovsky.com/rantings/2009/05/26/neckfest-2009/#comments</comments>
		<pubDate>Wed, 27 May 2009 01:17:45 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[dogs]]></category>
		<category><![CDATA[memorial day]]></category>
		<category><![CDATA[neckfest]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=132</guid>
		<description><![CDATA[Diann and I spent a lovely Memorial Day weekend up in Kinsale, VA.  Paul referred to the event as &#8220;Medium-Sized Dog Fest&#8221;:





]]></description>
			<content:encoded><![CDATA[<p>Diann and I spent a lovely Memorial Day weekend up in Kinsale, VA.  Paul referred to the event as &#8220;Medium-Sized Dog Fest&#8221;:</p>
<p><img src="/gallery/d/6628-2/2009-05-24-yellow-dog-sits-1818.jpg"/></p>
<p><img src="/gallery/d/6626-2/2009-05-24-wonder-twins-1851.jpg"/></p>
<p><img src="/gallery/d/6630-2/2009-05-24-little-bone-and-friends-1824.jpg"/></p>
<p><img src="/gallery/d/6614-2/2009-05-24-monty-chilling-1933.jpg"/></p>
<p><img src="/gallery/d/6606-3/2009-05-24-levi-sits-in-river-1962.jpg"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2009/05/26/neckfest-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New phone: HTC Dream (T-Mobile G1)</title>
		<link>http://www.dubovsky.com/rantings/2009/05/26/new-phone-htc-dream-t-mobile-g1/</link>
		<comments>http://www.dubovsky.com/rantings/2009/05/26/new-phone-htc-dream-t-mobile-g1/#comments</comments>
		<pubDate>Wed, 27 May 2009 01:01:46 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[g1]]></category>
		<category><![CDATA[htc dream]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[t-mobile]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=126</guid>
		<description><![CDATA[Since my new job will have me working from different places, I needed to bite the bullet, buy a mobile phone, and move into the 21st century.  I bought an Android Dev Phone 1, an HTC Dream (a.k.a. a fully-unlocked T-Mobile G1).  Getting it on T-Mobile service proved a little tricky, as they [...]]]></description>
			<content:encoded><![CDATA[<p>Since my new job will have me working from different places, I needed to bite the bullet, buy a mobile phone, and move into the 21st century.  I bought an <a href="http://developer.android.com/">Android</a> <a href="http://developer.android.com/guide/developing/device.html#dev-phone-1">Dev Phone 1, an HTC Dream</a> (a.k.a. a fully-unlocked <a href="http://www.t-mobileg1.com/">T-Mobile G1</a>).  Getting it on T-Mobile service proved a little tricky, as they sent me a SIM card provisioned for Sidekick service, which simply doesn&#8217;t work on the G1.  It took a while to find someone at T-Mobile who could help me, but once I got on the phone with Lindsay, she got me all fixed up.</p>
<p>The good:</p>
<ul>
<li>Nice case, display, keypad, and slider (if you want to call it that).  Thicker than an iPhone, but about the same mass.  HTC has a reputation among my peers for building phones that don&#8217;t last very long; we&#8217;ll see.</li>
<li>Very nice UI.  It only took a half hour of use before the interface became second nature and I stopped noticing it.  The notification system (you have a message, weather alerts, etc.) is unobtrusive but useful.</li>
<li>After upgrading to Android 1.5 (a.k.a. Cupcake), the interface is as nice as any phone I&#8217;ve used.  The on-screen keyboard is very usable, the camera is snappier, and the UI got a bit glossier.</li>
<li>Absolutely <em>fantastic</em> integration with Google services.  (Big surprise, I know.)  All your email contacts are in your phone book.  Upcoming Calendar items can show up on your &#8220;home&#8221; screen as a widget.  Google Talk IM sessions work seamlessly like texting but with your contact icons and such.  You get the idea.</li>
<li>The web browser feels snappier than the one on the other phone&#8217;s I&#8217;ve used (better panning and scrolling).</li>
<li>Market has a ton of useful apps (a good ssh client, ConnectBot; a passable Google Reader client, Greed; etc.).  The vast majority of them are free.</li>
<li>Respectable battery life for a tiny computer.  I don&#8217;t use the voice part much, but use the browser/email/etc. over WiFi a lot; I can go two days between charges.</li>
</ul>
<p>The bad:</p>
<ul>
<li>The default browser can&#8217;t run Adblock Plus.  Sigh.</li>
<li>Marketplace interface could use some love: only two sort options, and there must be a better way of browsing a thousand apps.</li>
<li>Turning on/off WiFi or GPS (to save battery) is cumbersome, requiring navigating several menus.  Thankfully, the free Market apps &#8220;ToggleWiFi&#8221; and &#8220;Toggle GPS&#8221; make them one-touch.</li>
<li>Built-in camera is pretty poor; though not atypical for a phone.  Lots of haloing, fairly slow focus, low ISO, lousy automatic while balance, etc.</li>
<li>The lack of multi-touch zoom is a slight hindrance on documents and some web pages.</li>
<li>Developer&#8217;s kit can be tricky to install.  Some pages haven&#8217;t been moved from the old Google code site, so I found broken links and out-of-date instructions.</li>
<li>There doesn&#8217;t yet appear to be any <em>easy</em> way to run apps from the SD card.  The phone will store your data there, but there&#8217;s limited space for installing applications.  There&#8217;s are a <a href="http://forum.xda-developers.com/showthread.php?t=504235">few tutorials on doing it via command line</a>, but I&#8217;ve not yet tried them.</li>
</ul>
<p>Must-have applications:</p>
<ul>
<li>ToggleWifi: one-touch toggling of the WiFi radio; great battery-saver.</li>
<li>Toggle GPS: one-touch toggling of the GPS receiver; great battery-saver.</li>
<li>Ring Toggle: one-touch switching between ring, vibrate, silent.  Faster than tapping the volume button many times.</li>
<li>Greed (not free): RSS reader that ties in to Google Reader.  It&#8217;s not a fantastic RSS reader, but if you use Reader already, the integration is well worth it.</li>
<li>WiFi Tether for Root Users: only for unlocked phones, but makes your phone act like a WiFi access point (well, an ad-hoc peer, to be precise).  Essentially allows tethering your phone to your laptop.</li>
<li>ConnectBot: ssh and telnet client</li>
<li>DroidRecord: use your phone as a voice recorder</li>
<li>RingDroid: convert your audio files into ring tones; has basic editing like cropping.</li>
<li>WeatherBug: a little slow and bloated, but the best weather app I&#8217;ve found.  The weather alert notifications are nice.</li>
<li>Magic 8-ball: shake and wait for your answer</li>
</ul>
<p>All in all, a strong smartphone.  If you&#8217;re already using Google services (gmail, calendar, etc.), this phone will very likely knock your socks off.  If you aren&#8217;t, it&#8217;s still a good phone, but a harder sell.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2009/05/26/new-phone-htc-dream-t-mobile-g1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nearest Book Meme</title>
		<link>http://www.dubovsky.com/rantings/2008/11/12/nearest-book-meme/</link>
		<comments>http://www.dubovsky.com/rantings/2008/11/12/nearest-book-meme/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 15:40:00 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[meme]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=122</guid>
		<description><![CDATA[Continuing with Jono&#8217;s meme:

Grab the nearest book.
Open it to page 56.
Find the fifth sentence.
Post the text of the sentence in your journal along with these instructions.
Don’t dig for your favorite book, the cool book, or the intellectual one: pick the closest.

My result (while at work): &#8220;DeviceRect must compute these values from those supplied.&#8221; &#8212; Design [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing with <a href="http://www.jonobacon.org/?p=1378">Jono&#8217;s meme</a>:</p>
<ul>
<li>Grab the nearest book.</li>
<li>Open it to page 56.</li>
<li>Find the fifth sentence.</li>
<li>Post the text of the sentence in your journal along with these instructions.</li>
<li>Don’t dig for your favorite book, the cool book, or the intellectual one: pick the <strong>closest</strong>.</li>
</ul>
<p>My result (while at work): <em>&#8220;<tt>DeviceRect</tt> must compute these values from those supplied.&#8221; &#8212; Design Patterns, Gamma, Helm, Johnson, Vlissides</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2008/11/12/nearest-book-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super busy, looking for a job, will post soon</title>
		<link>http://www.dubovsky.com/rantings/2008/11/11/super-busy-looking-for-a-job-will-post-soon/</link>
		<comments>http://www.dubovsky.com/rantings/2008/11/11/super-busy-looking-for-a-job-will-post-soon/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 20:45:45 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[job]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=120</guid>
		<description><![CDATA[To folks who are wondering if I&#8217;ve dropped off the face of the earth, a quick note:
Sorry for the lack of interesting updates, but a few things have gone down in the past couple months that have kept me from keeping in touch.  My company is closing down our office and moving the product [...]]]></description>
			<content:encoded><![CDATA[<p>To folks who are wondering if I&#8217;ve dropped off the face of the earth, a quick note:</p>
<p>Sorry for the lack of interesting updates, but a few things have gone down in the past couple months that have kept me from keeping in touch.  My company is closing down our office and moving the product elsewhere, so we&#8217;ve all been doing two jobs (our normal schedule work and trying to get everything transitioned to the new development team).  Add in little things like doctor&#8217;s visits, a water heater cracking open, and some travel for work, and you have one busy and tired me.</p>
<p>It looks like things aren&#8217;t going to calm down here until Thanksgiving week, so until then: be well, do good work, and keep in touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2008/11/11/super-busy-looking-for-a-job-will-post-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svndiff &#8211; handy function</title>
		<link>http://www.dubovsky.com/rantings/2008/09/21/svndiff-handy-function/</link>
		<comments>http://www.dubovsky.com/rantings/2008/09/21/svndiff-handy-function/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 19:28:44 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=95</guid>
		<description><![CDATA[Trivial but handy utility/function to give you a subversion diff with paging and syntax coloring:
svndiff ()
{
  svn diff $* &#124; colordiff &#124; less -r
}
Pass it anything you&#8217;d pass to &#8220;svn diff&#8221;: e.g., &#8220;.&#8221; for the current directory, a list of filenames, or options like &#8211;no-diff-deleted.
]]></description>
			<content:encoded><![CDATA[<p>Trivial but handy utility/function to give you a subversion diff with paging and syntax coloring:</p>
<pre class="shellcmd">svndiff ()
{
  svn diff $* | colordiff | less -r
}</pre>
<p>Pass it anything you&#8217;d pass to &#8220;svn diff&#8221;: e.g., &#8220;.&#8221; for the current directory, a list of filenames, or options like &#8211;no-diff-deleted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2008/09/21/svndiff-handy-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer name meme</title>
		<link>http://www.dubovsky.com/rantings/2008/09/13/computer-name-meme/</link>
		<comments>http://www.dubovsky.com/rantings/2008/09/13/computer-name-meme/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 23:24:33 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[meme]]></category>

		<guid isPermaLink="false">http://www.dubovsky.com/rantings/?p=92</guid>
		<description><![CDATA[Here in the underground bunker we have computers named after fruits:

lime
lemon
mango
cherry
indigo &#8211; not a fruit, but replaced &#8220;indulgence&#8221;
oreo &#8211; my wife has convinced me that Oreos are definitely a fruit

All machines run Ubuntu server or Kubuntu, and several dual-boot and/or virtualize XP.
]]></description>
			<content:encoded><![CDATA[<p>Here in the underground bunker we have computers named after fruits:</p>
<ul>
<li>lime</li>
<li>lemon</li>
<li>mango</li>
<li>cherry</li>
<li>indigo &#8211; not a fruit, but replaced &#8220;indulgence&#8221;</li>
<li>oreo &#8211; my wife has convinced me that Oreos are definitely a fruit</li>
</ul>
<p>All machines run Ubuntu server or Kubuntu, and several dual-boot and/or virtualize XP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dubovsky.com/rantings/2008/09/13/computer-name-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
