<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>Frank's Tech Zone</title>
	<link>http://www.szczerba.net</link>
	<description>Tech stuff, on the job and at home</description>
	<pubDate>Thu, 15 Nov 2007 15:24:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>$10,000-per-Minute Phone</title>
		<link>http://www.szczerba.net/2007-11-15/10000-per-minute-phone/</link>
		<comments>http://www.szczerba.net/2007-11-15/10000-per-minute-phone/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 15:24:09 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>Sports</category>
	<category>Humor</category>
		<guid isPermaLink="false">http://www.szczerba.net/2007-11-15/10000-per-minute-phone/</guid>
		<description><![CDATA[<p>A man in Topeka , Kansas decided to write a book about Churches around the country. He started by flying to San Francisco and started working east from there.</p>

<p>Going to a very large church, he began taking photographs and making notes. He spotted a golden telephone on the vestibule wall and was intrigued with a [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>A man in Topeka , Kansas decided to write a book about Churches around the country. He started by flying to San Francisco and started working east from there.</p>

<p>Going to a very large church, he began taking photographs and making notes. He spotted a golden telephone on the vestibule wall and was intrigued with a sign, which read &#8216;Calls: $10,000 a minute.&#8217;</p>

<p>Seeking out the pastor he asked about the phone and the sign. The pastor answered that this golden phone is, in fact, a direct line to heaven and if he pays the price he can talk directly to God.</p>

<p>The man thanked the pastor and continued on his way. As he continued to visit churches in Seattle , Dallas, St. Louis, Chicago, Milwaukee, and around the United States, he found more phones, with the same sign, and the same answer from each pastor.</p>

<p>Finally, he arrived in Pennsylvania , upon entering a church in Pittsburgh , Pa .. Behold - he saw the usual golden telephone. But THIS time, the sign read &#8216;Calls: 35 cents.&#8217;</p>

<p>Fascinated, he asked to talk to the pastor, &#8216;Reverend, I have been in cities all across the country and in each church I have found this golden telephone and have been told it is a direct line to Heaven and that I could talk to God, but in the other churches the cost was $10,000 a minute. Your sign reads only 35 cents a call. Why?&#8217;</p>

<p>I love this part &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>

<p>The pastor, smiling benignly, replied, &#8216;Son, you&#8217;re in Pittsburgh, Pennsylvania home of the Pittsburgh Steelers now&#8230;&#8230; You&#8217;re in God&#8217;s Country, It&#8217;s a local call.</p>

<p>(American by Birth - A Steelers Fan by the Grace of God.)</p>

<p>GO STEELERS !!!!!!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2007-11-15/10000-per-minute-phone/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Quotes are back!</title>
		<link>http://www.szczerba.net/2007-09-21/quotes-are-back/</link>
		<comments>http://www.szczerba.net/2007-09-21/quotes-are-back/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 02:02:58 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>MetaBlog</category>
		<guid isPermaLink="false">http://www.szczerba.net/2007-09-21/quotes-are-back/</guid>
		<description><![CDATA[<p>I finally got around to fixing the Vertigo theme to include a random quote in the sidebar. While I was at it I opened up the layout a bit, making it easier to read code snippets and such in the main text. The newspaper-style narrow column layout is great for prose but it&#8217;s a bit [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>I finally got around to fixing the Vertigo theme to include a random quote in the sidebar. While I was at it I opened up the layout a bit, making it easier to read code snippets and such in the main text. The newspaper-style narrow column layout is great for prose but it&#8217;s a bit constraining for technical postings.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2007-09-21/quotes-are-back/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>VMWare network devices and udev</title>
		<link>http://www.szczerba.net/2007-09-16/vmware-network-devices-and-udev/</link>
		<comments>http://www.szczerba.net/2007-09-16/vmware-network-devices-and-udev/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 22:41:52 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>Computers</category>
	<category>Linux</category>
		<guid isPermaLink="false">http://www.szczerba.net/2007-09-16/vmware-network-devices-and-udev/</guid>
		<description><![CDATA[<p>I&#8217;ve been struggling for a while trying to get udev to maintain device names for vmxnet devices when running in a virtual machine. Well, I finally figured it out. The 75-persistent-net-generator.rules script in Gentoo was making rules that looked like:</p>

<p>SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0c:29:0b:02:d2", NAME="eth0"</p>

<p>These seemed to be silently ignored.</p>

<p>After an emerge --sync; emerge -u world last [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been struggling for a while trying to get udev to maintain device names for vmxnet devices when running in a virtual machine. Well, I finally figured it out. The <code>75-persistent-net-generator.rules</code> script in Gentoo was making rules that looked like:</p>

<p><code>SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0c:29:0b:02:d2", NAME="eth0"</code></p>

<p>These seemed to be silently ignored.</p>

<p>After an <code>emerge --sync; emerge -u world</code> last night, the vmware devices started getting IDs following the highest-numbered eth device. These rules would be added to <code>70-persistent-net.rules</code>, and on the next boot the devices would move up even higher, causing all network device config settings to be ignored.</p>

<p>I noticed that the new rules added to <code>70-persistent-net.rules</code> were of the form:</p>

<p><code>SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:0c:29:0b:02:d2", NAME="eth0"</code></p>

<p>(ATTRS was replaced with ATTR), which just means the match is done on the specific node rather than checking all of the parents.</p>

<p>After a lot of painful attempts to fix this, I finally found the problem. Apparently the DRIVERS key is unset at this point for the vmxnet driver. I removed that test, so that I have:</p>

<p><code>SUBSYSTEM=="net", ATTR{address}=="00:0c:29:0b:02:d2", NAME="eth0"</code></p>

<p>which now works.</p>

<p>Phew!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2007-09-16/vmware-network-devices-and-udev/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Moving to Vista</title>
		<link>http://www.szczerba.net/2007-09-08/moving-to-vista/</link>
		<comments>http://www.szczerba.net/2007-09-08/moving-to-vista/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 00:39:02 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>Computers</category>
		<guid isPermaLink="false">http://www.szczerba.net/2007-09-08/moving-to-vista/</guid>
		<description><![CDATA[<p>My desktop PC&#8217;s power supply blew up (literally) a few days ago. The family was unwilling to wait for the RMA process, so this gave a good excuse to upgrade (which, of course, I&#8217;ve been itching to do anyway).</p>

<p>Of course, the new machine came with Vista, which actually runs fairly well (the quad-core 2.4 GHz [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>My desktop PC&#8217;s power supply blew up (literally) a few days ago. The family was unwilling to wait for the RMA process, so this gave a good excuse to upgrade (which, of course, I&#8217;ve been itching to do anyway).</p>

<p>Of course, the new machine came with Vista, which actually runs fairly well (the quad-core 2.4 GHz processor may have something to do with that&#8230; or it could be the 3 GB of RAM or the SATA RAID hard disks&#8230;). I put the drive from the old system in and started moving things over, but I ran into problems trying to delete some old directory trees (particularly the old Cygwin install) due to permission problems.</p>

<p>A bit of poking around on Google led to a useful tip on Tim Sneath&#8217;s MSDN blog: <a href="http://blogs.msdn.com/tims/archive/2006/11/10/windows-vista-secret-11-deleting-the-undeletable.aspx">Windows Vista Secret #11: Deleting the Undeletable</a>. The short version is:</p>

<pre><code>    takeown /f <em>directory</em> /r /d y
    icacls <em>directory</em> /grant administrators:F /T</code></pre>

<p>Works like a charm. Just use a command prompt with administrator privileges.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2007-09-08/moving-to-vista/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Earth Sandwich</title>
		<link>http://www.szczerba.net/2007-05-09/earth-sandwich/</link>
		<comments>http://www.szczerba.net/2007-05-09/earth-sandwich/#comments</comments>
		<pubDate>Wed, 09 May 2007 15:26:45 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>Blog</category>
		<guid isPermaLink="false">http://www.szczerba.net/2007-05-09/earth-sandwich/</guid>
		<description><![CDATA[<p>Cool video by my boss and his daughter. Making an Earth Sandwich during his recent trip to China.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=zLtXR6gLBRU">Cool video</a> by my boss and his daughter. Making an Earth Sandwich during his recent trip to China.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2007-05-09/earth-sandwich/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Site Update</title>
		<link>http://www.szczerba.net/2007-01-13/site-update/</link>
		<comments>http://www.szczerba.net/2007-01-13/site-update/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 04:20:48 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>MetaBlog</category>
		<guid isPermaLink="false">http://www.szczerba.net/2007-01-13/site-update/</guid>
		<description><![CDATA[<p>New look, new purpose&#8230;. Susan wasn&#8217;t really updating the old site, and I was reluctant to geek it out too much given it was supposed to be for the whole family. Well, she took off the family site, so now it&#8217;s mine!!!</p>

<p>So, new (sucky, but best I could do on a moment&#8217;s notice) name, new [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>New look, new purpose&#8230;. Susan wasn&#8217;t really updating the old site, and I was reluctant to geek it out too much given it was supposed to be for the whole family. Well, she took off the family site, so now it&#8217;s <strong>mine!!!</strong></p>

<p>So, new (sucky, but best I could do on a moment&#8217;s notice) name, new theme, and more tech content (when I get a round tiut, of course).</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2007-01-13/site-update/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Hard Drive Hell</title>
		<link>http://www.szczerba.net/2007-01-12/hard-drive-hell/</link>
		<comments>http://www.szczerba.net/2007-01-12/hard-drive-hell/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 03:43:25 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>Computers</category>
		<guid isPermaLink="false">http://www.szczerba.net/2007-01-12/hard-drive-hell/</guid>
		<description><![CDATA[<p>So I decided it was time to upgrade to a big, fast SATA hard drive. I found a good deal at CompUSA on a 500 GB Western Digital SATA-2 drive to replace my aging 160 GB ATA-100. I&#8217;ve been through this process many, many times since I got my first 40 MB drive back in [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>So I decided it was time to upgrade to a big, fast SATA hard drive. I found a good deal at CompUSA on a 500 GB Western Digital SATA-2 drive to replace my aging 160 GB ATA-100. I&#8217;ve been through this process many, many times since I got my first 40 MB drive back in the day, so I didn&#8217;t expect too many issues.</p>

<p>Installation was pretty painless, the ASUS A8N-SLI mobo has support for 4 SATA drives, and my Antec Sonata case has SATA power connectors (which, interestingly, are about twice the size of the data cable), so I plugged it in, turned the SATA interface on in the BIOS (I tend to disable things I&#8217;m not using) and booted into Windows.</p>

<p>XP recognized the new hardware, asked for the nForce4 SATA drivers (the latest of which were already sitting on the IDE drive) and installed them. A quick click through the WD install software and the drive was formatted. I started the WD drive migration tool on the expectedly long process of copying 140 or so GB of data from the old drive to the new and headed to bed. I was a bit suspicious of the tool&#8217;s ability to copy everything over while XP was running, but I figured I&#8217;d give it a shot and headed to bed.</p>

<p>In the morning the copy was done, so I shut down Windows, removed the IDE drive, and powered back up. The BIOS screens flashed by, then I saw it: &#8220;Error Loading Operating System&#8221;. Apparently my drive, which was perfectly accessible from a fully booted XP install, was not bootable.</p>

<p>To make a (very) long story short, I tried a <em>lot</em> of things to fix this. I started by using <a href="http://www.acronis.com/">Acronis</a> <a href="http://www.acronis.com/homecomputing/download/trueimage/">True Image</a> to reimage the drive without XP running. No luck, so off to Google.</p>

<p>I saw lots of recommendations to do a repair install, which requires a driver floppy to access the SATA drives in this system. Since I don&#8217;t have a floppy (and the ultra-modern XP operating system doesn&#8217;t seem to think this is possible) I couldn&#8217;t use my boot media, so I downloaded a fresh copy of <a href="http://www.nliteos.com/">nLite</a> and bundled the drivers into a new, custom install CD (along with SP2, which was already on the system). I tried using the recovery console from this CD (which could access the drive just fine), but no amount of &#8220;fixboot&#8221; type stuff helped. I tried a repair install and still couldn&#8217;t boot. Finally I reformatted the disk and did a new install. It <em>still</em> would not boot.</p>

<p>Then I found a post that recommended changing the disk access mode setting in the BIOS from &#8220;Auto&#8221; to &#8220;Large&#8221; (the only other setting&#8230;). This changed the boot error message, so I started another clean XP install. This time I made it through the reboot and into the GUI installer, so I shut down, reinstalled the IDE drive, and reimaged (with True Image). Everything is now working beautifully!</p>

<p>This only took about 14 hours for someone with 20+ years of computer experience and a degree in the field. No wonder people pay Best Buy to do this crap!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2007-01-12/hard-drive-hell/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>BomBot in the Press</title>
		<link>http://www.szczerba.net/2006-04-21/bombot-in-the-press/</link>
		<comments>http://www.szczerba.net/2006-04-21/bombot-in-the-press/#comments</comments>
		<pubDate>Sat, 22 Apr 2006 03:07:06 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>Robotics</category>
		<guid isPermaLink="false">http://www.szczerba.net/2006-04-21/bombot-in-the-press/</guid>
		<description><![CDATA[<p>There is coverage of the BomBot in today&#8217;s Pittsburgh Post-Gazette:</p>

<p>&#160;</p>

<p>V.W.H. Campbell Jr., Post-Gazette
A BomBot closes in on a mock improvised explosive  device during a demonstration yesterday in Fairmont, W.Va. </p>

<p>Click photo for larger image.</p>

<p>Zipping over the pavement on saucer-sized black wheels, the remote-controlled truck at first glance appears to be a souped-up version [...]</p>
]]></description>
			<content:encoded><![CDATA[<p>There is coverage of the BomBot in today&#8217;s Pittsburgh Post-Gazette:</p>

<table width="240" cellspacing="0" cellpadding="0" border="0" align="right">
<tr><td>&nbsp;</td><td /><td /></tr>
<tr>
<td><img width="10" src="http://www.szczerba.net/images/blank.png" /></td>
<td><a target="_blank" href="http://www.szczerba.net/wp-content/uploads/2006/04/20060421VWHC_BombBot_450.jpg"><img border="0" src="http://www.szczerba.net/wp-content/uploads/2006/04/20060421VWHC_BombBot_230.jpg" /></a></td>
<td><img width="50" src="http://www.szczerba.net/images/blank.png" /></td>
</tr>
<tr>
<td><img width="10" src="http://www.szczerba.net/images/blank.png" /></td>
<td><font size="1" face="arial">V.W.H. Campbell Jr., Post-Gazette</font><br />
<font size="2" face="arial"><strong>A BomBot closes in on a mock improvised explosive  device during a demonstration yesterday in Fairmont, W.Va. </strong></font><br />
<strong>
<font size="1" face="arial"> Click photo for larger image.</font></strong>
</td><td><img width="50" src="http://www.szczerba.net/images/blank.png" /></td>
</tr>
</table>

<blockquote>
<p>Zipping over the pavement on saucer-sized black wheels, the remote-controlled truck at first glance appears to be a souped-up version of a battery-powered sidewalk toy.</p>

<p>But by next week, hundreds of these metal-sheathed, camera-equipped robots will be hitting the ground in Iraq, where U.S. soldiers will use them to destroy lethal improvised explosive devices from a distance.The remote-controlled BomBot, aims to provide U.S. forces with a safer, more cost-effective way to detonate the improvised explosive devices, or IEDs, that increasingly are used by opponents in Iraq and Afghanistan.</p>

<p>The camera-equipped, 20-inch-by-20-inch vehicle works like a miniature dump truck to deliver explosive charges that will detonate IEDs, which have been blamed for the deaths of about 800 U.S. soldiers since the war in Iraq began three years ago.</p>

<p>Soldiers in combat zones will place a 10-pound packet containing C4 explosive in the BomBot&#8217;s bed, then use its remote control to steer it to an IED and to dump out the packet. After summoning the BomBot back, its operator detonates the packet and, with it, the IED.</p>

<p>The devices are being built by the West Virginia High Technology Consortium Foundation and its subsidiary, Innovative Response Technologies Inc., at the Interstate 79 Technology Park in Fairmont.</p>

<p>Several other firms and organizations from West Virginia and Pennsylvania also participated in development and construction of the small, light robots intended to replace slower, costlier and more cumbersome devices now in use.</p>

<p>Among them are the National Center for Defense Robotics on the North Side, which funded and managed research and development of the BomBot&#8217;s radio controllers, and Nomadio Inc. of Philadelphia, which manufactures the radio system.</p>

<p>&#8220;[BomBots] can be rapidly deployed and carried in small vehicles. Many people can be trained to use them,'&#8217; said Brad DeRoos, the foundation&#8217;s vice president of research and development. &#8220;[They are] going to save lives, there&#8217;s no doubt about that.'&#8217;</p>

<p>The first shipments of 200 BomBots left the technology park this week and will be followed by 2,300 others commissioned in a $9.6 million contract awarded Jan. 17 by the U.S. Navy. The Navy oversees development of technology for disposing of explosives for all service branches, said Keith M. Moore, program manager of the National Center for Defense Robotics.</p>
<p>Each BomBot costs about $5,000 to assemble, compared to earlier bomb-disposal devices that cost $100,000 or more, Mr. DeRoos said. </p>
<p>Even similar robots considered previously by the military would have cost around $12,000, he said.</p>
<p>Not only were those devices pricey to build, but some of them were themselves destroyed while detonating IEDs, foundation officials said. </p>
<p>The BomBot&#8217;s lower price makes it more expendable and, at 15 pounds, it can be carried more easily than larger, heavier disposal devices that must be hauled on a trailer or in a Humvee, they said.</p>
<p>&#8220;Insurgents are taking out [bomb-disposal] devices to slow future responses,'&#8217; Mr. DeRoos said. &#8220;These are rapidly replaceable and not as expensive to the military.'&#8217; </p>
<p></p>
<p>But the BomBot&#8217;s chief benefit, officials said, is the protection it provides for soldiers who can use it to detonate IEDs from up to 1,640 feet away. That is particularly satisfying to James L. Estep, foundation president and chief executive officer, whose 21-year-old son, Adam, is serving in Iraq and recently lost a friend in an IED blast.</p>
<p>&#8220;As somebody who thinks about this issue virtually every minute of the day, clearly this is a top priority for me,'&#8217; Mr. Estep said.</p>
<p>BomBots are not built from scratch but are modifications of commercially available remote-controlled monster trucks that are intended for adults to race and sell for $350 to $500. </p>
<p>Workers in the Fairmont plant first perform computer tests on each vehicle to ensure the gears, engine and batteries work properly.</p>
<p>Workers replace the original wheels with larger, tougher versions and swap out the radio for a tamper- and jam-resistant model that responds only to its operator&#8217;s hand-held controller. They upgrade the truck&#8217;s transmission and clutch and modify its springs so that it can reach speeds of up to 35 mph and carry a 10-pound load. </p>
<p>Then they add an antenna, a dump-truck bed, a flashlight-sized camera that provides a 360-degree view and conduct more tests. Military officials visit the plant weekly and conduct their own quality tests as well. </p>
<p>The foundation and its partners in the project first developed and built prototypes, which were critiqued by soldiers who tested them in the heat and sand of Iraq, said Bhana Grover of Nomadio Inc.</p>
<p>&#8220;Based on those tests, they made the decision to go to this [version],&#8221; she said. </p>
<p>&#8220;We listened to the users.&#8221;</p>
<hr /><em><a target="_blank" style="cursor: url('chrome://targetalert/content/skin/external.png), url(chrome://targetalert/content/skin/new.png')" href="http://www.post-gazette.com/pg/06111/683981-115.stm">Robots built in W.Va. going to Iraq to detonate bombs</a><br />(Pittsburgh Post-Gazette, Friday, April 21, 2006)</em>.</blockquote>

<table width="180" cellspacing="0" cellpadding="0" border="0" align="right">
<tr>
<td><a target="_blank" href="http://www.szczerba.net/wp-content/uploads/2006/04/20060421VWHC_BombBot2_450.jpg"><img width="128" height="74" border="0" alt="V.W.H. Campbell Jr., Pittsburgh Post-Gazette" id="image31" src="http://www.szczerba.net/wp-content/uploads/2006/04/20060421VWHC_BombBot2_450.thumbnail.jpg" /></a></td>
</tr>
<tr>
<td><em>V.W.H. Campbell Jr., Pittsburgh Post-Gazette</em><br />
<font size="1"> Click photo for larger image.</font></td>
</tr>
<tr>
<td><a target="_blank" href="http://www.szczerba.net/wp-content/uploads/2006/04/bombot.jpg"><img width="128" height="85" border="0" alt="BomBot during the testing phase (Credit: WVHTC)" id="image32" src="http://www.szczerba.net/wp-content/uploads/2006/04/bombot.thumbnail.jpg" /></a></td>
</tr>
<tr>
<td><em>BomBot during the testing phase (Credit: WVHTC)</em><br />
<font size="1"> Click photo for larger image.</font></td>
</tr>
</table>

<div align="center"><strong>Further Reading</strong></div>

<ul>
    <li><a target="_blank" style="cursor: url('chrome://targetalert/content/skin/external.png), url(chrome://targetalert/content/skin/new.png')" href="http://wvgazette.com/section/News/2006042035">BomBots going to war</a>, <em>(The Charleston Gazette, April 21, 2006)</em></li>
    <li><a target="_blank" style="cursor: url('chrome://targetalert/content/skin/external.png), url(chrome://targetalert/content/skin/new.png')" href="http://www.wvhtf.org/departments/rd/news/news_detail.asp?news_id=64">WVHTC Foundation Captures Robotics Contract From U.S. Navy</a>, <em>(WVHTC news release, January 17, 2006)</em></li>
    <li><a target="_blank" style="cursor: url('chrome://targetalert/content/skin/external.png), url(chrome://targetalert/content/skin/new.png')" href="http://www.primidi.com/2006/04/21.html#a1498">BomBots will save many lives</a>, <em>(Roland Piquepaille&#8217;s Technology Trends)</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2006-04-21/bombot-in-the-press/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Great webhosting</title>
		<link>http://www.szczerba.net/2006-04-02/great-webhosting/</link>
		<comments>http://www.szczerba.net/2006-04-02/great-webhosting/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 00:28:35 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>MetaBlog</category>
		<guid isPermaLink="false">http://www.szczerba.net/2006-04-02/great-webhosting/</guid>
		<description><![CDATA[<p>If you are looking for a great web host, 1&#38;1 is an excellent choice. Service and support is excellent, and you can&#8217;t get even cut-rate service much cheaper. Packages start from $2.99/month, including domain registration.</p>

<p>Use the link above or click the banner in the sidebar to let them know you hear it here!</p>
]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a great web host, <a title="Sign up for 1&amp;1" style="cursor: url('chrome://targetalert/content/skin/external.png')" href="http://www.1and1.com/?k_id=10364137">1&amp;1</a> is an excellent choice. Service and support is excellent, and you can&#8217;t get even cut-rate service much cheaper. Packages start from $2.99/month, including domain registration.</p>

<p>Use the link above or click the banner in the sidebar to let them know you hear it here!</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2006-04-02/great-webhosting/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Bombot Ready to Go!</title>
		<link>http://www.szczerba.net/2006-03-07/bombot-ready-to-go/</link>
		<comments>http://www.szczerba.net/2006-03-07/bombot-ready-to-go/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 22:22:45 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
		
	<category>Blog</category>
	<category>Robotics</category>
		<guid isPermaLink="false">http://s156333933.onlinehome.us/2006-03-07/bombot-ready-to-go/</guid>
		<description><![CDATA[<p>I just came across this story on Defense Industry Daily about the Bombot. This robot was the primary design target for the GC-205, one of the projects I&#8217;ve been working on at Nomadio for the past year or so.</p>

<p>When I get some pictures of these things in-theatre I&#8217;ll post them here.</p>
]]></description>
			<content:encoded><![CDATA[<p>I just came across <a href="http://www.defenseindustrydaily.com/2005/12/radio-shack-v20-bombots-start-your-engines/index.php#more" target="_blank">this story</a> on Defense Industry Daily about the Bombot. This robot was the primary design target for the <a href="http://www.nomadio.net/default.asp?ilevel1=3&amp;iLevel2=49" target="_blank">GC-205</a>, one of the projects I&#8217;ve been working on at <a href="http://www.nomadio.net/" target="_blank">Nomadio</a> for the past year or so.</p>

<p>When I get some pictures of these things in-theatre I&#8217;ll post them here.</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.szczerba.net/2006-03-07/bombot-ready-to-go/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
