<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Michael King - Tech Stuff</title>
    <link>http://www.mpking.com/</link>
    <description>My little place on the web</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4 - http://www.s9y.org/</generator>
    <pubDate>Wed, 17 Feb 2010 17:33:29 GMT</pubDate>

    <image>
        <url>http://www.mpking.com/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Michael King - Tech Stuff - My little place on the web</title>
        <link>http://www.mpking.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>WPAD does not resolve in DNS</title>
    <link>http://www.mpking.com/archives/36-WPAD-does-not-resolve-in-DNS.html</link>
            <category>Tech Stuff</category>
    
    <comments>http://www.mpking.com/archives/36-WPAD-does-not-resolve-in-DNS.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;At work, we&#039;re doing a POC (proof of concept) with a web-proxy, specifically Ironport Websecurity Appliance. &amp;#160;Like&amp;#160;most all proxies, you have to get the traffic from the client to the proxy. &amp;#160;It supports transparent traffic redirection, but we&#039;re looking at using WPAD instead.&lt;br /&gt;However, when I created the WPAD DNS entry, it didn&#039;t resolve...&lt;/p&gt; &lt;br /&gt;
&lt;pre&gt;C:\&amp;gt;ping wpad&lt;br /&gt;
Ping request could not find host wpad. Please check the name and try again.&lt;/pre&gt; &lt;br /&gt;
&lt;pre&gt;&lt;/pre&gt; &lt;br /&gt;
&lt;pre&gt;C:\&amp;gt;nslookup wpad &amp;lt;DNSServer1&amp;gt;&lt;br /&gt;
Server: &amp;#160;&amp;lt;DNSServer1&amp;gt;.domain.net&lt;br /&gt;
Address: &amp;#160;&amp;lt;IPofDNSServer1&amp;gt;&lt;br /&gt;
*** &amp;lt;DNSServer1&amp;gt;.domain.net can&#039;t find wpad: Non-existent domain&amp;#160;&lt;/pre&gt; &lt;br /&gt;
&lt;p&gt;This of course, is a big problem. &amp;#160; It took a little investigating, but I found the cause..&lt;br /&gt;Windows Server 2008 introduced a new feature, called &amp;quot;Global Query Block list&amp;quot;, which prevents some arbitrary machine from registering the DNS name of WPAD. &amp;#160;This is a good security feature, as it prevents someone from just joining your network, and setting himself up as a proxy.&amp;#160;However, my DNS server is Windows 2003? &amp;#160;It doesn&#039;t have the &amp;quot;Global Query Block List&amp;quot;. &amp;#160;Well, when the documentation was written, it didn&#039;t, but a DNS service patch&amp;#160;Microsoft&amp;#160;published last year DID!&amp;#160;&lt;br /&gt;As far as I can tell,&amp;#160;&lt;a href=&quot;http://support.microsoft.com/kb/961063&quot;&gt;http://support.microsoft.com/kb/961063&lt;/a&gt;&amp;#160;&amp;#160;included the&amp;#160;&amp;quot;Global Query Block List&amp;quot;, it&#039;s not supposed to be enabled by default but mine was, and I did not intentionally turn it on, But here&#039;s the best news, not all the pieces of the feature made it down to 2003. &amp;#160;The TechNet article:&lt;a href=&quot;http://technet.microsoft.com/en-us/library/cc995158.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/cc995158.aspx&lt;/a&gt;&amp;#160;shows how to manipulate the&amp;#160;&amp;quot;Global Query Block List&amp;quot;, and sure enough, the command of:&lt;/p&gt; &lt;br /&gt;
&lt;pre&gt;dnscmd /info /enableglobalqueryblocklist&lt;br /&gt;
Query result:&lt;br /&gt;
Dword: &amp;#160;1 (0000000000000001)&lt;br /&gt;
Command completed successfully.&lt;/pre&gt; &lt;br /&gt;
&lt;p&gt;Shows the block list is enabled, but the command:&lt;br /&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;dnscmd /info /globalqueryblocklist Info query failed &amp;#160;&amp;#160; &amp;#160;status = 9553 (0x00002551) Command failed: &amp;#160;DNS_ERROR_INVALID_PROPERTY &amp;#160; &amp;#160; 9553 &amp;#160;(00002551)&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;Which is supposed to show you what&#039;s in the block list fails.&lt;br /&gt;Great..&lt;br /&gt;So there are two options here:&lt;br /&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt; &lt;/span&gt;1.&amp;#160;Turn off the &amp;quot;Global Query Block List&amp;quot;&lt;br /&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre; &quot;&gt; &lt;/span&gt;2. Remove WPAD from the &amp;#160;&amp;quot;Global Query Block List&amp;quot;&lt;br /&gt;Turning off&amp;#160;&amp;quot;Global Query Block List&amp;quot; is easy, just run the command:&lt;br /&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;dnscmd /config /enableglobalqueryblocklist 0&amp;#160;&amp;#160; &lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;That&#039;s it. &amp;#160;It&#039;s off. No service restart required.&amp;#160;But what if you turned it off and want to turn it back on? You can&#039;t run the opposite command of:&lt;br /&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;dnscmd /config /enableglobalqueryblocklist 0&amp;#160; &lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;Why not? &amp;#160;Cause Microsoft goofed in they&#039;re&amp;#160;documentation. &amp;#160;It&#039;s actually the same command as to turn it off! &amp;#160;The correct command is:&lt;br /&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;dnscmd /config /enableglobalqueryblocklist 1  &lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;&lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;&lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;&lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;To remove WPAD, but leave the Blocklist enabled, is a little more difficult&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;&lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;The &amp;quot;Global Query Block List &amp;quot; is stored here:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;&lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters\GlobalQueryBlockList&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;&lt;span style=&quot;font-family: monospace; white-space: pre; &quot;&gt;&lt;span style=&quot;font-family: verdana, arial, geneva, helvetica, sans-serif; white-space: normal; &quot;&gt;Mine had the entries of WPAD and ISATAP. &amp;#160;Remove the WPAD entry and restart the DNS service for it to reload the Blocklist. &amp;#160;Note, there is a trailing newline character after ISATAP, it&#039;s best to leave it there. &amp;#160;Note, there is a command line that is supposed to edit this blocklist, &amp;#160;but again it&#039;s broken in the 2003 implementation,&amp;#160;hopefully a later patch, or Service pack will fix these features. &amp;#160;Make sure to makes changes to all your DNS services. &amp;#160;This is a per machine setting, not a zone setting, so if your using Active Directory&amp;#160;Integrated&amp;#160;zones, it won&#039;t replicate this change.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;br /&gt;
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 17 Feb 2010 10:33:29 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/36-guid.html</guid>
    
</item>
<item>
    <title>Find stale computer accounts in active directory</title>
    <link>http://www.mpking.com/archives/34-Find-stale-computer-accounts-in-active-directory.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/34-Find-stale-computer-accounts-in-active-directory.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;So it&#039;s inevitable that if you run Active Directory long enough, you will have &amp;quot;stale&amp;quot; accounts.&amp;#160;&amp;#160; Stale accounts are accounts that no-one is using anymore, be it because the user is no-longer employed, it was a shared account that no-one uses anymore, or people just forgot the account is there.&amp;#160; Yes, Yes, you should have good practices in place to prevent this kind of account stagnation, but it happens.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;The easiest way to find accounts is to use DSQuery:&lt;/p&gt;&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
dsquery user domainroot -name * -inactive 18&lt;/pre&gt;&lt;br /&gt;
&lt;p&gt;which will display the distinguished names of all users in only the current domain who have been inactive for 120 days (17+ weeks rounded to 18 weeks) or more.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But what about computer accounts?&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;em&gt;dsquery computer -inactive 8 -limit 0&lt;/em&gt; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Searches for computers that have been inactive (stale) for the number of weeks that you specify (in this case 8 weeks) and displays all entries (Default is 100)&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;But what if you want pretty output ?&amp;#160; &lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Joeware has a nice little utility that does all of the hard part for you, and can display in a DHTML table that is easily sortable&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;http://www.joeware.net/freetools/tools/oldcmp/index.htm&quot;&gt;http://www.joeware.net/freetools/tools/oldcmp/index.htm&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 20 Jan 2009 11:14:13 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/34-guid.html</guid>
    
</item>
<item>
    <title>New CCA site</title>
    <link>http://www.mpking.com/archives/33-New-CCA-site.html</link>
            <category>CCA</category>
    
    <comments>http://www.mpking.com/archives/33-New-CCA-site.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;The Clean Access users page I was hosting got hit by a bad hack.&amp;#160; Google very nicely sent me a message saying I was being removed from the search index&#039;s till I clean it up.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Since there wasn&#039;t alot of content there, I decided to delete the entire folder (and corresponding database) because it looks like they had pretty much rooted the entire site.&amp;#160; (There was link spam being injected on every page of the site)&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;So this is the first entry.&amp;#160; I&#039;ll post more of them as I manage to dig them out of the archives.&amp;#160;&amp;#160; Most of the content however was talking about releases, and changes from the previous releases.&amp;#160; Since this information is time sensitive, I don&#039;t think I&#039;ll be posting any of the older releases.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 31 Dec 2008 15:26:56 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/33-guid.html</guid>
    
</item>
<item>
    <title>Multi User Picasa</title>
    <link>http://www.mpking.com/archives/32-Multi-User-Picasa.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/32-Multi-User-Picasa.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;Just setup a new family computer, and I wanted to setup a different user account for both me and Rachel.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;One of the programs both of us use is Picasa, and of course we want to share the same photos (and reflect edits back to each other. &lt;/p&gt;&lt;p&gt;This guy has some nifty tips on how to do that:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.paraesthesia.com/archive/2008/01/04/multi-user-picasa.aspx&quot;&gt;http://www.paraesthesia.com/archive/2008/01/04/multi-user-picasa.aspx&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 15 Nov 2008 00:26:03 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/32-guid.html</guid>
    
</item>
<item>
    <title>ASDM error: Unconnected sockets no implemented.</title>
    <link>http://www.mpking.com/archives/31-ASDM-error-Unconnected-sockets-no-implemented..html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/31-ASDM-error-Unconnected-sockets-no-implemented..html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p /&gt;&lt;p&gt;I was installing ASDM on a new machine at work, and was greeted with the following Error:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;FONT-WEIGHT: bold; FONT-FAMILY: arial&quot;&gt;ASDM is unable to continue loading. Click OK to exit from ASDM.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold; FONT-FAMILY: arial&quot;&gt;Unconnected sockets not implemented.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Thankfully, this gentleman had already had this particular grief, and had found the resolution:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html&quot;&gt;http://the-network-guy.blogspot.com/2008/10/asdm-error-unconnected-sockets-not.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Short answer, uninstall Java6 Update 10, and roll back to Java6 Update 7.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 03 Nov 2008 16:40:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/31-guid.html</guid>
    
</item>
<item>
    <title>Carbonite vs Mozy vs Jungle Disk</title>
    <link>http://www.mpking.com/archives/30-Carbonite-vs-Mozy-vs-Jungle-Disk.html</link>
            <category>Tech Stuff</category>
    
    <comments>http://www.mpking.com/archives/30-Carbonite-vs-Mozy-vs-Jungle-Disk.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>14</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;I decided that with my daughter coming into my life, that I need to now backup all my precious pictures of her.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;This is slightly easier said than done, since I&#039;m currently clocking in around 30 GB of pictures.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Click the read more (or the article title) to read which backup solution I chose.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.mpking.com/archives/30-Carbonite-vs-Mozy-vs-Jungle-Disk.html#extended&quot;&gt;Continue reading &quot;Carbonite vs Mozy vs Jungle Disk&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 17 Aug 2008 20:43:30 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/30-guid.html</guid>
    
</item>
<item>
    <title>iCarbon</title>
    <link>http://www.mpking.com/archives/28-iCarbon.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/28-iCarbon.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;One of the nice things about having a scanner and a printer is that you should be able to photocopy something.  Unfortunately, if you have a generic scanner (Like I do) you don&#039;t get the nice software that does that automatically.&lt;/p&gt;&lt;p&gt;I&#039;ve been &amp;quot;using&amp;quot; Photocoper v3.03 for a few years, &amp;quot;using&amp;quot; being a relative term as it didn&#039;t work for me.  It did a few times, then it just stopped.  I&#039;ve had to compensate by just using Photoshop, or Picasa2 to fake it.&lt;/p&gt;&lt;p&gt;I just found this software, iCarbon today, and it works great!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.idev.ch/index.php?option=content&amp;amp;task=view&amp;amp;id=76&amp;amp;Itemid=54&quot;&gt;http://www.idev.ch/index.php?option=content&amp;amp;task=view&amp;amp;id=76&amp;amp;Itemid=54&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Thanks to Steve Bass for pointing it out&lt;br /&gt;&lt;a href=&quot;http://blogs.pcworld.com/tipsandtweaks/archives/001635.htm&quot;&gt;http://blogs.pcworld.com/tipsandtweaks/archives/001635.htm&lt;/a&gt;l&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 09 Jul 2008 20:32:32 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/28-guid.html</guid>
    
</item>
<item>
    <title>Mac Leopard is a just a little smugger</title>
    <link>http://www.mpking.com/archives/19-Mac-Leopard-is-a-just-a-little-smugger.html</link>
            <category>Tech Stuff</category>
    
    <comments>http://www.mpking.com/archives/19-Mac-Leopard-is-a-just-a-little-smugger.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;Apparently Apple thinks it&#039;s better than PC&#039;s (They&#039;re entitled to they&#039;re own opinion).&lt;/p&gt;&lt;p&gt;However, they&#039;re expressing this thought in the choice of Icon&#039;s for Windows machines that share LAN&#039;s with MACs.&lt;/p&gt;&lt;p align=&quot;baseline&quot;&gt;Thanks to &lt;a href=&quot;http://www.engadget.com/2007/10/30/mini-how-to-remove-the-windows-bsod-icon-in-leopard-make-os-x-a-little-less-smug/&quot;&gt;Engadget &lt;/a&gt;for finding this little tidbit.&lt;/p&gt;&lt;p align=&quot;baseline&quot;&gt;This is the actual image that Mac Leopard uses to represent PC&#039;s on the LAN.  Kinda funny since Apple is now having to deal with &lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=306857&quot;&gt;blue screens of death&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;http://www.blogsmithmedia.com/www.engadget.com/media/2007/10/generic-pc.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/p&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Nov 2007 09:13:27 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/19-guid.html</guid>
    
</item>
<item>
    <title>Team Oshkosh sent to graveyard</title>
    <link>http://www.mpking.com/archives/18-Team-Oshkosh-sent-to-graveyard.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/18-Team-Oshkosh-sent-to-graveyard.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;br /&gt;
Well, after a small miscalculation, &lt;a href=&quot;http://www.terramax.com/&quot;&gt;Team Oshkosh&lt;/a&gt; is out of the running.  Apparently buildings aren&#039;t supposed to get out of your way.&lt;p&gt;&lt;img src=&quot;http://blog.wired.com/photos/uncategorized/2007/11/03/oshkosh_out.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/p&gt;&lt;p&gt;  &lt;/p&gt;&lt;a href=&quot;http://blog.wired.com/defense/2007/11/3-teams-out-of-.html&quot;&gt;Wired News&lt;/a&gt; has a good write-up.&lt;p&gt;Oh well.  &lt;a href=&quot;http://www.mpking.com/index.php?/archives/17-Darpas-Urban-Challenge.html&quot;&gt;As I said before&lt;/a&gt; I liked Team Oshkosh the best.  I have one other reason for likeing them I didn&#039;t mention before.  They&#039;re big.  Every other team was running around in small SUV&#039;s and small cars.  This is the same vehicle they ran thru the desert challenge.  (I know &lt;a href=&quot;http://cs.stanford.edu/group/roadrunner/&quot;&gt;Stanford &lt;/a&gt;used the same vehicle).&lt;/p&gt;&lt;p&gt;It wasn&#039;t purpose built for the race at hand, which means it&#039;s more flexible in the long run.&lt;/p&gt;&lt;p&gt;I was at least hoping for a finish, since they didn&#039;t win the desert challenge either, but did finish.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Nov 2007 08:58:18 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/18-guid.html</guid>
    
</item>
<item>
    <title>Darpa's Urban Challenge</title>
    <link>http://www.mpking.com/archives/17-Darpas-Urban-Challenge.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/17-Darpas-Urban-Challenge.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;p&gt;Darpa ran it&#039;s Urban Challenge over the weekend.  Since I was in London, I was unable to follow it. &lt;/p&gt;&lt;p&gt;I&#039;m happy to say that &lt;a href=&quot;http://www.terramax.com/&quot;&gt;Team Oshkosh&lt;/a&gt; (formally Team Terramax) was &lt;a href=&quot;http://blog.wired.com/defense/2007/10/race-track-resi.html&quot;&gt;competing in the finals&lt;/a&gt;.  I&#039;ve always thought that this team had a much more directly usable vehicle than other teams.&lt;/p&gt;&lt;p&gt;Most of the immediate applications for autonomous vehicle are military, and starting with a military truck is a great idea.&lt;/p&gt;&lt;p&gt;But probably the second immediate application would be construction.  Construction sites are pretty dangerous.  It will be a long time till machines catch up to humans in this area, since not only is construction dangerous, but it&#039;s very delicate.&lt;/p&gt;&lt;p&gt;This doesn&#039;t mean it won&#039;t be useful in the short term in sites like blasting operations, and operations above the Arctic Circle.  (&lt;a href=&quot;http://www.history.com/minisites/iceroadtruckers&quot;&gt;Ice road truckers&lt;/a&gt; anyone?)&lt;/p&gt;&lt;p&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Nov 2007 08:48:02 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/17-guid.html</guid>
    
</item>
<item>
    <title>Google IMAP!</title>
    <link>http://www.mpking.com/archives/15-Google-IMAP!.html</link>
            <category>Websites</category>
    
    <comments>http://www.mpking.com/archives/15-Google-IMAP!.html#comments</comments>
    <wfw:comment>http://www.mpking.com/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.mpking.com/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>nospam@example.com (Michael King)</author>
    <content:encoded>
    &lt;br /&gt;
&lt;p&gt;In the Offical &lt;a href=&quot;http://gmailblog.blogspot.com/2007/10/sync-your-inbox-across-devices-with.html&quot;&gt;Google Gmail Blog&lt;/a&gt;.  Google announced IMAP support for Gmail.&lt;/p&gt;&lt;p&gt;This is great!  I&#039;m thinking about getting a Smartphone, but have been turned off by the limitation that you have to pretty much use exchange to get good intergration.&lt;/p&gt;&lt;p&gt;With IMAP support, changes made in the web-interface are reflected on the mobile device, and vice-versa.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;I guess I have to get on trying out new Cell phones.&lt;/p&gt;&lt;p /&gt;&lt;p /&gt; 
    </content:encoded>

    <pubDate>Wed, 24 Oct 2007 21:07:05 -0700</pubDate>
    <guid isPermaLink="false">http://www.mpking.com/archives/15-guid.html</guid>
    
</item>

</channel>
</rss>