<?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>TooMeta.com</title>
	<atom:link href="http://toometa.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://toometa.com</link>
	<description>Nobody wears digital watches</description>
	<lastBuildDate>Wed, 11 Nov 2009 17:52:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tom&#8217;s Current Projects</title>
		<link>http://toometa.com/2009/10/15/toms-current-projects/</link>
		<comments>http://toometa.com/2009/10/15/toms-current-projects/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 21:40:49 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[Tom]]></category>

		<guid isPermaLink="false">http://toometa.com/?p=50</guid>
		<description><![CDATA[I&#8217;m working on a startup called KinKast to help you enjoy your home videos. On the side I&#8217;m also helping out an electric supply (circuit breakers, transformers, etc.) company with their web presence.
And I just launched a reference site for experimenting with new features such as similar products, dynamically generated images, and more pictures less [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a startup called <a href="http://kinkast.com/">KinKast to help you enjoy your home videos</a>. On the side I&#8217;m also helping out an <a href="http://livewiresupply.com">electric supply (circuit breakers, transformers, etc.)</a> company with their web presence.</p>
<p>And I just launched a reference site for experimenting with new features such as similar products, dynamically generated images, and more pictures less text. <a href="http://electricalsupplyexpert.com/">electricalsupplyexpert.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2009/10/15/toms-current-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Sucks</title>
		<link>http://toometa.com/2009/03/19/ruby-sucks/</link>
		<comments>http://toometa.com/2009/03/19/ruby-sucks/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 22:34:58 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://toometa.com/?p=46</guid>
		<description><![CDATA[Ruby cares nothing about backwards compatibility.
This code on lenny:
irb(main):012:0> tmpFile = Tempfile.new('_archive_')
=> #
irb(main):013:0> tmpFile.close(true)
=> nil
irb(main):014:0> tmpFile.path
=> nil

Used to do this on sarge:
irb(main):012:0> tmpFile = Tempfile.new('_archive_')
=> #
irb(main):013:0> tmpFile.close(true)
=> nil
irb(main):014:0> tmpFile.path
=> "/tmp/_archive_20090319-12089-1dphb46-0"

And sadly there are many other such examples.
]]></description>
			<content:encoded><![CDATA[<p>Ruby cares nothing about backwards compatibility.<br />
This code on lenny:<br />
<code>irb(main):012:0> tmpFile = Tempfile.new('_archive_')<br />
=> #<file :/tmp/_archive_20090319-12089-1dphb46-0><br />
irb(main):013:0> tmpFile.close(true)<br />
=> nil<br />
irb(main):014:0> tmpFile.path<br />
=> nil<br />
</file></code><br />
Used to do this on sarge:<br />
<code>irb(main):012:0> tmpFile = Tempfile.new('_archive_')<br />
=> #<file :/tmp/_archive_20090319-12089-1dphb46-0><br />
irb(main):013:0> tmpFile.close(true)<br />
=> nil<br />
irb(main):014:0> tmpFile.path<br />
=> "/tmp/_archive_20090319-12089-1dphb46-0"</p>
<p></file></code><br />
And sadly there are many other such examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2009/03/19/ruby-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Web Service users, now including the New York Times</title>
		<link>http://toometa.com/2007/11/04/amazon-web-service-users-now-including-the-new-york-times/</link>
		<comments>http://toometa.com/2007/11/04/amazon-web-service-users-now-including-the-new-york-times/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 05:16:15 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/11/04/amazon-web-service-users-now-including-the-new-york-times/</guid>
		<description><![CDATA[The New York Times has rendered, stored, and made available
 all public domain articles from 1851 to 1922. A bit more reputable sounding than blingee, but probably not any more mainstream  
I&#8217;m also anxious to see the results of the Amazon Startup Challenge.
]]></description>
			<content:encoded><![CDATA[<p>The New York Times has <a href="http://open.blogs.nytimes.com/2007/11/01/self-service-prorated-super-computing-fun/">rendered, stored, and made available<br />
 all public domain articles from 1851 to 1922</a>. A bit more reputable sounding than <a href="http://blingee.com/">blingee<a />, but probably not any more mainstream <img src='http://toometa.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m also anxious to see the results of the </a><a href="http://www.amazon.com/gp/browse.html?node=377634011">Amazon Startup Challenge</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/11/04/amazon-web-service-users-now-including-the-new-york-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A 65 Mile Coastal Bike Ride</title>
		<link>http://toometa.com/2007/07/15/a-65-mile-coastal-bike-ride/</link>
		<comments>http://toometa.com/2007/07/15/a-65-mile-coastal-bike-ride/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 03:27:28 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/07/15/a-65-mile-coastal-bike-ride/</guid>
		<description><![CDATA[Here is a google map of the route.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;geocode=&#038;saddr=Palo+Alto,+CA&#038;daddr=Sand+Hill+Rd+%4037.427120,+-122.191080+to:Alpine+Rd+%4037.411620,+-122.194220+to:Arastradero+Rd+%4037.383440,+-122.191870+to:Page+Mill+Rd+%4037.383930,+-122.166210+to:Pescadero,+CA+to:Stage+Rd+%4037.304220,+-122.385310+to:San+Gregorio,+CA+to:Tunitas+Creek+Rd,+CA+to:37.448833,-122.231998+to:Palo+Alto,+CA&#038;mrcr=8,9&#038;mrsp=9&#038;sz=13&#038;mra=dpe&#038;sll=37.461506,-122.22393&#038;sspn=0.107644,0.126343&#038;ie=UTF8&#038;ll=37.458372,-122.208309&#038;spn=0.107649,0.126343&#038;z=13&#038;om=1">Here is a google map of the route.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/07/15/a-65-mile-coastal-bike-ride/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bike ride from Palo Alto to the Pacific Ocean and back</title>
		<link>http://toometa.com/2007/07/10/bike-ride-from-palo-alto-to-the-pacific-ocean-and-back/</link>
		<comments>http://toometa.com/2007/07/10/bike-ride-from-palo-alto-to-the-pacific-ocean-and-back/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 22:57:30 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Tom]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/07/10/bike-ride-from-palo-alto-to-the-pacific-ocean-and-back/</guid>
		<description><![CDATA[
Last Sunday, July 8, 2007, I went on an amazing bike ride from Palo Alto, up Old La Honda, down Hwy 84 to Hwy 1 and then back up Tunitas Creek Rd returning to Palo Alto. In total, the ride was a little of 50 miles and took me about 8 hours since I&#8217;m in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://belote.biz/bike_honda.jpg" alt="Bike shortly after top of old la honda" /><br />
Last Sunday, July 8, 2007, I went on an amazing bike ride from Palo Alto, up Old La Honda, down Hwy 84 to Hwy 1 and then back up Tunitas Creek Rd returning to Palo Alto. In total, the ride was a little of 50 miles and took me about 8 hours since I&#8217;m in terrible shape. Now I&#8217;m dying to do it again.</p>
<p><a href="http://maps.google.com/maps?f=d&#038;hl=en&#038;geocode=&#038;saddr=Palo+Alto,+CA&#038;daddr=Old+La+Honda+Rd+%4037.382920,+-122.249450+to:La+Honda,+CA+to:San+Gregorio,+CA+to:37.330004,-122.387781+to:Tunitas+Creek+Rd,+CA+to:Palo+Alto,+CA&#038;mrcr=3,4&#038;mrsp=4&#038;sz=15&#038;mra=dpe&#038;sll=37.331403,-122.388768&#038;sspn=0.027094,0.0212&#038;ie=UTF8&#038;om=1&#038;ll=37.382162,-122.296371&#038;spn=0.433215,0.339203&#038;t=h&#038;z=11">Here is a google map of the route.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/07/10/bike-ride-from-palo-alto-to-the-pacific-ocean-and-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1408 is an awesome hallucinogenic horror movie</title>
		<link>http://toometa.com/2007/07/08/1408-is-an-awesome-hallucinogen-horror-movie/</link>
		<comments>http://toometa.com/2007/07/08/1408-is-an-awesome-hallucinogen-horror-movie/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 07:08:46 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Tom]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/07/08/1408-is-an-awesome-hallucinogen-horror-movie/</guid>
		<description><![CDATA[1408 is a scary twisted mostly non-gory horror movie that is very refreshing compared to the other gorefests that have come out recently. I highly recommend it.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://imdb.com/title/tt0450385/">1408</a> is a scary twisted mostly non-gory horror movie that is very refreshing compared to the other gorefests that have come out recently. I highly recommend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/07/08/1408-is-an-awesome-hallucinogen-horror-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clonezilla, Linux imaging with LVM support</title>
		<link>http://toometa.com/2007/07/06/clonezilla-linux-imaging-with-lvm-support/</link>
		<comments>http://toometa.com/2007/07/06/clonezilla-linux-imaging-with-lvm-support/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 05:02:25 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Tom]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/07/06/clonezilla-linux-imaging-with-lvm-support/</guid>
		<description><![CDATA[I&#8217;ve been having trouble finding or working out a system for easily imaging a linux box. Mondo doesn&#8217;t work because it seems to expect that it is run from the live system, I can&#8217;t seem to manage to chroot and run mondo and the same time off of a Knoppix DVD. Norton Ghost doesn&#8217;t support [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having trouble finding or working out a system for easily imaging a linux box. Mondo doesn&#8217;t work because it seems to expect that it is run from the live system, I can&#8217;t seem to manage to chroot and run mondo and the same time off of a Knoppix DVD. Norton Ghost doesn&#8217;t support LVM. dd takes wayyy to long.</p>
<p>Thus far I have been imaging systems by dumping the ext3 file systems and recreating the partition layout, LVM setup, and install grub with a RedHat rescue cd. The problem is I think remastering a RedHat rescue cd with new files and a custom install script would take a long time, and installing grub from a Knoppix cd doesn&#8217;t seem to lead to a bootable system.</p>
<p><a href="http://clonezilla.sourceforge.net/">Clonezilla</a> seems to be the perfect solution. It will image all kinds of systems, seems to work with LVM. And best of all it will make a CD or DVD for a fully automated restore of the system. I just imaged a system today. I will update the blog to reflect the results tomorrow.</p>
<p>&#8211;Update: Clonezilla works perfectly. The live restore CD is creates works, and imaging and restoring a few gigabytes of data only takes about 15 minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/07/06/clonezilla-linux-imaging-with-lvm-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signing up for Google AdWords</title>
		<link>http://toometa.com/2007/07/05/signing-up-for-google-adwords/</link>
		<comments>http://toometa.com/2007/07/05/signing-up-for-google-adwords/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 05:21:06 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Tom]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/07/05/signing-up-for-google-adwords/</guid>
		<description><![CDATA[I recently signed up for Google AdWords. I felt a bit silly actually taking out an ad for basically my home page and blog, but I was also very curious as to how much historical ad information Google provides and just how many impressions and clicks it would lead too.
Thus far a few hundred impressions [...]]]></description>
			<content:encoded><![CDATA[<p>I recently signed up for <a href="https://adwords.google.com/">Google AdWords</a>. I felt a bit silly actually taking out an ad for basically my home page and blog, but I was also very curious as to how much historical ad information Google provides and just how many impressions and clicks it would lead too.</p>
<p>Thus far a few hundred impressions but no clicks. I&#8217;ve read that if you have a low click through rate that makes it more difficult to get impressions. This implies to me that there is some point where Google would just stop showing my ads even though I&#8217;m bidding because they don&#8217;t think anyone is interested.</p>
<p>Well, I&#8217;m anxious to learn more about AdWords and see how things go.</p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/07/05/signing-up-for-google-adwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Untangle now open source</title>
		<link>http://toometa.com/2007/07/01/untangle-now-open-source/</link>
		<comments>http://toometa.com/2007/07/01/untangle-now-open-source/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 08:29:13 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Tom]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/07/01/untangle-now-open-source/</guid>
		<description><![CDATA[Untangle recently open sourced their firewall, vpn, and content filtering solution. You can download it from source forge. Their product is definitely the easiest and most complete open source firewall solution. The installer assumes you will be using many of the features so the minimum system requirements are fairly high.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://untangle.com">Untangle</a> recently open sourced their firewall, vpn, and content filtering solution. You can <a href="http://sourceforge.net/projects/untangle/">download it from source forge</a>. Their product is definitely the easiest and most complete open source firewall solution. The installer assumes you will be using many of the features so the minimum system requirements are fairly high.</p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/07/01/untangle-now-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comcast RBL spam list</title>
		<link>http://toometa.com/2007/07/01/comcast-rbl-spam-list/</link>
		<comments>http://toometa.com/2007/07/01/comcast-rbl-spam-list/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 08:20:50 +0000</pubDate>
		<dc:creator>tbelote</dc:creator>
				<category><![CDATA[Tom]]></category>

		<guid isPermaLink="false">http://toometa.com/2007/07/01/comcast-rbl-spam-list/</guid>
		<description><![CDATA[I recently started renting a server from cari.net, who I found from an ad in the Linux Journal. Thus far I have had great customer support from them, the bandwidth is high throughput and low latency, and the price is great. But the ip address is on Comcast&#8217;s black list. Unlike most other black lists [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started renting a server from <a href="http://cari.net">cari.net</a>, who I found from an ad in the Linux Journal. Thus far I have had great customer support from them, the bandwidth is high throughput and low latency, and the price is great. But the ip address is on Comcast&#8217;s black list. Unlike most other black lists that cool down after a few days and you get delisted, who knows what Comcast&#8217;s policy is. I have just sent a request to <a href="http://http://www.comcastsupport.com/rbl">their delist request page</a>, hopefully it goes well.</p>
]]></content:encoded>
			<wfw:commentRss>http://toometa.com/2007/07/01/comcast-rbl-spam-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
