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

<rss version="2.0">
  <channel>
    <docs>This is an RSS file.  It is intended to be read by a software program called a "feed reader". Search on Google for more details.</docs>
    <title><![CDATA[mshook's Feed]]></title>
    <link>http://www.simpy.com/user/mshook</link>
    <url>http://www.simpy.com/</url>
    <description><![CDATA[mshook's Feed]]></description>
    <image>
      <url>http://www.simpy.com/img/simpy-icon-16x16.png</url>
      <title>Simpy</title>
      <link>http://www.simpy.com/user/mshook</link>
    </image>
    <lastBuildDate></lastBuildDate>
    <ttl>1440</ttl>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Useful MySQL tip on UNIONs and subquery aliasing syntax (search down for 'ERROR 1248') | http://tinyurl.com/ygqw36]]></title>
        <link><![CDATA[http://dev.mysql.com/doc/refman/5.0/en/unnamed-views.html]]></link>
        <description><![CDATA[<blockquote>
<p>Pulling your hair out because of errors like so: "ERROR 1248 (42000): Every derived table must have its own alias" ?<br><br>If you have several complicated unioned queries that you want to use in a sub query try encapsulating them like so:<br><br>SELECT col1,col2,col3 FROM<br>(<br><br>  SELECT * FROM<br>  (<br>    SELECT col1,col2,col3 FROM myTable WHERE ... etc.<br>  ) AS DerivedTable1<br><br>UNION<br><br>  SELECT * FROM<br>  (<br>    SELECT col1,col2,col3 FROM myTable WHERE ... etc.<br>  ) AS DerivedTable2<br><br>) AS MainTable GROUP BY... HAVING... ORDER BY... LIMIT... etc.<br><br>This method of aliasing will add years to your life by providing the unique distinction required of derived tables in sub queries without having to spend a bunch of time trying to alias every table and field while continuing to get "derived table" errors.  Thanks goes to David Fells for helping me keep some of my hair over this one!<br><br>Have fun.<br></p>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://dev.mysql.com/doc/refman/5.0/en/unnamed-views.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://dev.mysql.com/doc/refman/5.0/en/unnamed-views.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22mysql%22">mysql</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22tip%22">tip</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22bug%22">bug</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22syntax%22">syntax</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22useful%22">useful</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22december%22">december</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22union%22">union</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22query%22">query</a>,


]]>
</description>
        
        <category><![CDATA[mysql]]></category>
        
        <category><![CDATA[tip]]></category>
        
        <category><![CDATA[bug]]></category>
        
        <category><![CDATA[syntax]]></category>
        
        <category><![CDATA[useful]]></category>
        
        <category><![CDATA[december]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[union]]></category>
        
        <category><![CDATA[query]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 15 Dec 2009 09:41:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Listened]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/10+december+2009+b]]></link>
        <description><![CDATA[<pre>
ITC.TN-RobertLaughlin-2008.10.29.mp3
4313 Stephanie Hannon - Why Should Y.mp3
4311 David Ewing Duncan - Evolution.mp3
4302 Larry Downes - The Laws of Disr.mp3
4288 Richard Whitt - Tinkering witho.mp3
4310 Ken Auletta - Googled_The End o.mp3
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/10+december+2009+b"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/10+december+2009+b" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22itconversations%22">itconversations</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22podcast%22">podcast</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22listened%22">listened</a>,

<a href="http://www.simpy.com/user/mshook/tag/%2210%22">10</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22december%22">december</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22b%22">b</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22mp3%22">mp3</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22google%22">google</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22moira%22">moira</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22nobel%22">nobel</a>,


]]>
</description>
        
        <category><![CDATA[itconversations]]></category>
        
        <category><![CDATA[podcast]]></category>
        
        <category><![CDATA[listened]]></category>
        
        <category><![CDATA[10]]></category>
        
        <category><![CDATA[december]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[b]]></category>
        
        <category><![CDATA[mp3]]></category>
        
        <category><![CDATA[google]]></category>
        
        <category><![CDATA[moira]]></category>
        
        <category><![CDATA[nobel]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 10 Dec 2009 11:25:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[@SuicideFLip I'll hire you to go to Gramps' and help him with his wifi radio. Give me a call | http://tinyurl.com/ydmka3t]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/10+december+2009+a]]></link>
        <description><![CDATA[
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/10+december+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/10+december+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22peter%22">peter</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22wifi%22">wifi</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22radio%22">radio</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22gramps%22">gramps</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22dad%22">dad</a>,

<a href="http://www.simpy.com/user/mshook/tag/%2210%22">10</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22december%22">december</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,


]]>
</description>
        
        <category><![CDATA[peter]]></category>
        
        <category><![CDATA[wifi]]></category>
        
        <category><![CDATA[radio]]></category>
        
        <category><![CDATA[gramps]]></category>
        
        <category><![CDATA[dad]]></category>
        
        <category><![CDATA[10]]></category>
        
        <category><![CDATA[december]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 10 Dec 2009 11:12:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[3 good podcasts while printing vouchers: spectrum policy, eXist-db & Jon Udell with social website author | http://tinyurl.com/y]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/6+december+2009+a]]></link>
        <description><![CDATA[<pre>
 * http://twit.tv/floss97 about http://exist.sourceforge.net/ 
   * example: http://history.state.gov/
 * http://itc.conversationsnetwork.org/shows/detail4301.html
   * http://www.amazon.com/Building-Social-Web-Applications-Establishing/dp/0596518757/
   * interview with Jon Udell
   * at ~22:30 - Jon: ~"an application" can be accomplished by a convention
   * noticings (Flickr game) - Activity Stream - Oauth - OpenID
 * http://itc.conversationsnetwork.org/shows/detail4289.html
   * panel discussion of spectrum: cognitive radio, FCC, policy, lots of complicated stuff
<pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/6+december+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/6+december+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%226%22">6</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22december%22">december</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22judell%22">judell</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22good%22">good</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22listened%22">listened</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22church%22">church</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22xml%22">xml</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22database%22">database</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22social%22">social</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22book%22">book</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22fcc%22">fcc</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22spectrum%22">spectrum</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22scarcity%22">scarcity</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22radio%22">radio</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22wireless%22">wireless</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cognitive%22">cognitive</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22game%22">game</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22flickr%22">flickr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22xslt%22">xslt</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22server%22">server</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22pantry%22">pantry</a>,


]]>
</description>
        
        <category><![CDATA[6]]></category>
        
        <category><![CDATA[december]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[judell]]></category>
        
        <category><![CDATA[good]]></category>
        
        <category><![CDATA[listened]]></category>
        
        <category><![CDATA[church]]></category>
        
        <category><![CDATA[xml]]></category>
        
        <category><![CDATA[database]]></category>
        
        <category><![CDATA[social]]></category>
        
        <category><![CDATA[book]]></category>
        
        <category><![CDATA[fcc]]></category>
        
        <category><![CDATA[spectrum]]></category>
        
        <category><![CDATA[scarcity]]></category>
        
        <category><![CDATA[radio]]></category>
        
        <category><![CDATA[wireless]]></category>
        
        <category><![CDATA[cognitive]]></category>
        
        <category><![CDATA[game]]></category>
        
        <category><![CDATA[flickr]]></category>
        
        <category><![CDATA[xslt]]></category>
        
        <category><![CDATA[server]]></category>
        
        <category><![CDATA[pantry]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 06 Dec 2009 07:41:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Install: Roku & Netflix - *wonderful* experience; Grace Radio, reciva & Pandora - a *terrible* experience. http://tinyurl.com/yh]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/22+november+2009+b]]></link>
        <description><![CDATA[I got Dad a Grace Internet Radio for his birthday and installed it last night. If he didn't enjoy Pandora so much I would have given up. It took more than an hour. Roku took five minutes.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/22+november+2009+b"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/22+november+2009+b" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%2222%22">22</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22november%22">november</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22b%22">b</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22user%22">user</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22experience%22">experience</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22radio%22">radio</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22tv%22">tv</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22wifi%22">wifi</a>,


]]>
</description>
        
        <category><![CDATA[22]]></category>
        
        <category><![CDATA[november]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[b]]></category>
        
        <category><![CDATA[user]]></category>
        
        <category><![CDATA[experience]]></category>
        
        <category><![CDATA[radio]]></category>
        
        <category><![CDATA[tv]]></category>
        
        <category><![CDATA[wifi]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 22 Nov 2009 06:44:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[How I Became a Famous Novelist by Steve Hely via Fresh Air | Notes | http://tinyurl.com/y8f8quk]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/22+november+2009+a]]></link>
        <description><![CDATA[<div>
I finished <i>How I Became a Famous Novelist</i> this morning.
</div>
<div>
<ul>
<li>
by Steve Hely
</li>
<ul>
<li>

He writes for <i>30 Rock</i>.
</li>
<li>
He used to write for David Letterman.
</li>
</ul>
<li>
via Terry Gross
</li>
</ul>
Terry focused on Hely's parodies of various best selling genres. There is, in fact, a conflict within the first person protagonist between his cynicism and his non-cynical self. In the end Hely comes down on the site of (spoiler alert) earnestness. It speak to my own struggle against lazy cynicism. In the process there some legitimate discussion contrasting commercial and literary writing. There are views into how modern publishing works: selling a book, book tours, TV interviews, etc.
</div>
<div>
<ul>
<li>

http://www.npr.org/templates/story/story.php?storyId=112883759
</li>
<li>
http://books.google.com/books?id=Lv3vlzBoPi4C
</li><li>http://docs.google.com/View?id=accnfh3pfb3_897cztw9kf8</li>
</ul>
</div>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/22+november+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/22+november+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22writing%22">writing</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22good%22">good</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22parody%22">parody</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22freshair%22">freshair</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22critique%22">critique</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22meaning%22">meaning</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cynicism%22">cynicism</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22formula%22">formula</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22genre%22">genre</a>,

<a href="http://www.simpy.com/user/mshook/tag/%2222%22">22</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22november%22">november</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22novel%22">novel</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22mynotes%22">mynotes</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22notes%22">notes</a>,


]]>
</description>
        
        <category><![CDATA[writing]]></category>
        
        <category><![CDATA[good]]></category>
        
        <category><![CDATA[parody]]></category>
        
        <category><![CDATA[freshair]]></category>
        
        <category><![CDATA[critique]]></category>
        
        <category><![CDATA[meaning]]></category>
        
        <category><![CDATA[cynicism]]></category>
        
        <category><![CDATA[formula]]></category>
        
        <category><![CDATA[genre]]></category>
        
        <category><![CDATA[22]]></category>
        
        <category><![CDATA[november]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[novel]]></category>
        
        <category><![CDATA[mynotes]]></category>
        
        <category><![CDATA[notes]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 22 Nov 2009 03:22:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Neal Stephenson comparing control freaks running hippy communes & Apple | http://mshook.appspot.com/z/d4m.htm?/20+november+2009+]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/20+november+2009+a]]></link>
        <description><![CDATA[<blockquote><p>...possible to glean certain patterns, and one that recurred as regularly as an urban legend was the one about how someone would move into a commune populated by sandal-wearing, peace-sign flashing flower children, and eventually discover that, underneath this facade, the guys who ran it were actually control freaks; and that, as living in a commune, where much lip service was paid to ideals of peace, love and harmony, had deprived them of normal, socially approved outlets for their control-freakdom, it tended to come out in other, invariably more sinister, ways.
</p><p>
Applying this to the case of Apple Computer will be left as an exercise for the reader, and not a very difficult exercise.
</p></blockquote>
from <i>In the Beginning was the Command Line</i> available at:
<pre>
<a href="http://bit.ly/ARlKe">http://artlung.com/smorgasborg/C_R_Y_P_T_O_N_O_M_I_C_O_N.shtml</a>
and
<a href="http://tinyurl.com/itbwtcl1">http://www.cryptonomicon.com/beginning.html</a>
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/20+november+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/20+november+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%2220%22">20</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22november%22">november</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22neal%22">neal</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22quote%22">quote</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22good%22">good</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22apple%22">apple</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22jobs%22">jobs</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22stevejobs%22">stevejobs</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22control%22">control</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22freak%22">freak</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22controlfreak%22">controlfreak</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22culture%22">culture</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cult%22">cult</a>,


]]>
</description>
        
        <category><![CDATA[20]]></category>
        
        <category><![CDATA[november]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[neal]]></category>
        
        <category><![CDATA[quote]]></category>
        
        <category><![CDATA[good]]></category>
        
        <category><![CDATA[apple]]></category>
        
        <category><![CDATA[jobs]]></category>
        
        <category><![CDATA[stevejobs]]></category>
        
        <category><![CDATA[control]]></category>
        
        <category><![CDATA[freak]]></category>
        
        <category><![CDATA[controlfreak]]></category>
        
        <category><![CDATA[culture]]></category>
        
        <category><![CDATA[cult]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 19 Nov 2009 09:53:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[@OW_Team Most of my OnlyWire posts never make it to Twitter. Details: http://tinyurl.com/yaxglqq]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/2+november+2009+a]]></link>
        <description><![CDATA[Dear OnlyWire Team-

Since 13 October 2009 my posts have not been getting through to Twitter ( http://twitter.com/mshook ) even though your "Content Posted" emails indicates Twitter: SUCCESS

Update: It seems that each time I contact you, one post get through to Twitter. It hast happened two time. I can't tell yet if it's a coincidence.

It would be great if you could fix it permanently.

Best regards-
-Michael
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/2+november+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/2+november+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%222%22">2</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22november%22">november</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22onlywire%22">onlywire</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22twitter%22">twitter</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22bug%22">bug</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22del.icio.us%22">del.icio.us</a>,


]]>
</description>
        
        <category><![CDATA[2]]></category>
        
        <category><![CDATA[november]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[onlywire]]></category>
        
        <category><![CDATA[twitter]]></category>
        
        <category><![CDATA[bug]]></category>
        
        <category><![CDATA[del.icio.us]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Mon, 02 Nov 2009 09:03:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[GSM: building open source: access point http://en.wikipedia.org/wiki/OpenBTS & receiver http://wiki.thc.org/gsm | http://tinyurl]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/1+november+2009+a]]></link>
        <description><![CDATA[<ul>
<li>OpenBTS is a software-based GSM access point, allowing standard GSM-compatible mobile phones to make telephone calls without using existing telecommunication providers' networks. OpenBTS is notable for being the first free software implementation of the industry-standard GSM protocol stack.</li>
<li>The GSM Software Project: We want to bring together all the folks that are interested in building a gsm receiver.</li>
</ul>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/1+november+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/1+november+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%221%22">1</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22november%22">november</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cell%22">cell</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22telephone%22">telephone</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22how%22">how</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22gsm%22">gsm</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22sdr%22">sdr</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22cool%22">cool</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22interesting%22">interesting</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22radio%22">radio</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22dsp%22">dsp</a>,


]]>
</description>
        
        <category><![CDATA[1]]></category>
        
        <category><![CDATA[november]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[cell]]></category>
        
        <category><![CDATA[telephone]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[gsm]]></category>
        
        <category><![CDATA[sdr]]></category>
        
        <category><![CDATA[cool]]></category>
        
        <category><![CDATA[interesting]]></category>
        
        <category><![CDATA[radio]]></category>
        
        <category><![CDATA[dsp]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 01 Nov 2009 07:26:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Small screen and slow device friendly dispatch | http://tinyurl.com/ydp83pp | http://mshook.appspot.com/z/d4m.htm?/mshook/30+oct]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/30+october+2009+a]]></link>
        <description><![CDATA[<script>
var TTP = {
    go : function(destination) {
        window.location.href = "http://" + destination;
    },
    term : function() {
        return document.appform.term.value;
    }
}
</script>
<form name="appform">
<label for="term">Term:</label>
<input type="text" name="term" size="60">
<ul>
http://blog.jonudell.net/
<li><a href="JavaScript:TTP.go('www.google.com/gwt/n?u=' + TTP.term())">Google pdafriendly</a></li>
<li><a href="JavaScript:TTP.go('www.google.com/m/search?uipref=3&mrestrict=xhtml&q=' + TTP.term())">Google Mobile</a></li>
<li><a href="JavaScript:TTP.go('del.icio.us/popular/' + TTP.term())">del.icio.us/popular/</a></li>
<li><a href="JavaScript:TTP.go('del.icio.us/url/check?url=' + TTP.term() + '&fulltext=Search')">del.icio.us/url</a></li>
<li><a href="JavaScript:TTP.go('en.wikipedia.org/wiki/Special:Search?search=' + TTP.term() + '&fulltext=Search')">Wikipedia Search</a></li>
</ul>
</form>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/30+october+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/30+october+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%2230%22">30</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22october%22">october</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22html%22">html</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22javascript%22">javascript</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22del.icio.us%22">del.icio.us</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22pdafriendly%22">pdafriendly</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22forward%22">forward</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22search%22">search</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22url%22">url</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22mobile%22">mobile</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22utiltiy%22">utiltiy</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22*pda%22">*pda</a>,


]]>
</description>
        
        <category><![CDATA[30]]></category>
        
        <category><![CDATA[october]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[html]]></category>
        
        <category><![CDATA[javascript]]></category>
        
        <category><![CDATA[del.icio.us]]></category>
        
        <category><![CDATA[pdafriendly]]></category>
        
        <category><![CDATA[forward]]></category>
        
        <category><![CDATA[search]]></category>
        
        <category><![CDATA[url]]></category>
        
        <category><![CDATA[mobile]]></category>
        
        <category><![CDATA[utiltiy]]></category>
        
        <category><![CDATA[*pda]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Fri, 30 Oct 2009 01:01:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Some REST links of interest | http://mshook.appspot.com/z/d4m.htm?/mshook/28+october+2009+a | http://tinyurl.com/ygxzcky]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/28+october+2009+a]]></link>
        <description><![CDATA[<ul>
<li>Why REST Failed - "ERH complaining (rightfully) that browsers (and web presentation specs) should support PUT and DELETE out-of-the-box. I couldn't agree more. And yes, the title is unnecessarily inflammatory." | <href="http://cafe.elharo.com/web/why-rest-failed/">http://cafe.elharo.com/web/why-rest-failed/</a></li>
<li>Carrot Vs Orange discusses the benefits, drawbacks, and arguments for or against Pie Api approaches "HTTP using GET/POST to a single URI" (Carrot) vs. "HTTP using the REST Architectural Style" (Orange or simply REST). <href="http://intertwingly.net/wiki/pie/CarrotVsOrangeDiscuss">http://intertwingly.net/wiki/pie/CarrotVsOrangeDiscuss</a></li>
</ul>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/28+october+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/28+october+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%2228%22">28</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22october%22">october</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22rest%22">rest</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22why%22">why</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22links%22">links</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22list%22">list</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22samruby%22">samruby</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22http%22">http</a>,


]]>
</description>
        
        <category><![CDATA[28]]></category>
        
        <category><![CDATA[october]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[rest]]></category>
        
        <category><![CDATA[why]]></category>
        
        <category><![CDATA[links]]></category>
        
        <category><![CDATA[list]]></category>
        
        <category><![CDATA[samruby]]></category>
        
        <category><![CDATA[http]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Wed, 28 Oct 2009 09:07:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[The Flight of Betsy Lane by Sarah Orne Jewett - a great story - I read it to Susan a few days ago | http://tinyurl.com/yjwhdzk]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/24+october+2009+a]]></link>
        <description><![CDATA[<ul>
<li>http://www.public.coe.edu/~theller/soj/now/betsey.htm</li>
<li>I like it because:</li>
<ul>
<li>It includes a trip to a worlds fair by train, including hitching a ride</li>
<li>I know it's 1876</li>
<li>The principals are like some wonderful women I know</li>
<li>Reference to Maine's marine/trade heritage</li>
</ul>
<li>Spoiler alert:</li>
<ul>
<li>Betsy gets a bit of cash from a vistor. She sallies forth, walking to the station but before she get there she hitches a ride on a frieght. At the Philadelphia Centennial she befriends everyone, buys gifts for here friends and comes home.
</ul>
<li>This looks like a great site for all things Sarah Orne Jewett</li>
</ul>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/24+october+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/24+october+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%2223%22">23</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22july%22">july</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22shortstory%22">shortstory</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22maine%22">maine</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22pdafriendly%22">pdafriendly</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22good%22">good</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22railroad%22">railroad</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22train%22">train</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22rail%22">rail</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22poverty%22">poverty</a>,

<a href="http://www.simpy.com/user/mshook/tag/%221876%22">1876</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22philadelphia%22">philadelphia</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22saved%22">saved</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22sarahornejewett%22">sarahornejewett</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22novel%22">novel</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22iowa%22">iowa</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22academic%22">academic</a>,


]]>
</description>
        
        <category><![CDATA[23]]></category>
        
        <category><![CDATA[july]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[shortstory]]></category>
        
        <category><![CDATA[maine]]></category>
        
        <category><![CDATA[pdafriendly]]></category>
        
        <category><![CDATA[good]]></category>
        
        <category><![CDATA[railroad]]></category>
        
        <category><![CDATA[train]]></category>
        
        <category><![CDATA[rail]]></category>
        
        <category><![CDATA[poverty]]></category>
        
        <category><![CDATA[1876]]></category>
        
        <category><![CDATA[philadelphia]]></category>
        
        <category><![CDATA[saved]]></category>
        
        <category><![CDATA[sarahornejewett]]></category>
        
        <category><![CDATA[novel]]></category>
        
        <category><![CDATA[iowa]]></category>
        
        <category><![CDATA[academic]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 24 Oct 2009 02:00:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Getting Hired and Fired by The New Yorker, As Told by Tweets | http://www.danbaum.com/Nine_Lives/New_Yorker_tweets.html]]></title>
        <link><![CDATA[http://www.danbaum.com/Nine_Lives/New_Yorker_tweets.html]]></link>
        <description><![CDATA[via 
http://www.openculture.com/2009/05/getting_hired_and_fired_by_the_new_yorker_as_told_in_tweets.html
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.danbaum.com/Nine_Lives/New_Yorker_tweets.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.danbaum.com/Nine_Lives/New_Yorker_tweets.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22nyer%22">nyer</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22writing%22">writing</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22job%22">job</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22story%22">story</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22narrative%22">narrative</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22no%22">no</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22neworleans%22">neworleans</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22iraq%22">iraq</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22war%22">war</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22rps%22">rps</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22interesting%22">interesting</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22via%22">via</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22twitter%22">twitter</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22sentence%22">sentence</a>,


]]>
</description>
        
        <category><![CDATA[nyer]]></category>
        
        <category><![CDATA[writing]]></category>
        
        <category><![CDATA[job]]></category>
        
        <category><![CDATA[story]]></category>
        
        <category><![CDATA[narrative]]></category>
        
        <category><![CDATA[no]]></category>
        
        <category><![CDATA[neworleans]]></category>
        
        <category><![CDATA[iraq]]></category>
        
        <category><![CDATA[war]]></category>
        
        <category><![CDATA[rps]]></category>
        
        <category><![CDATA[interesting]]></category>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[twitter]]></category>
        
        <category><![CDATA[sentence]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Wed, 14 Oct 2009 11:13:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Goolge Wave use cases - ie, examples of how Wave could be used. | http://lifehacker.com/5381219/google-waves-best-use-cases]]></title>
        <link><![CDATA[http://lifehacker.com/5381219/google-waves-best-use-cases]]></link>
        <description><![CDATA[
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://lifehacker.com/5381219/google-waves-best-use-cases"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://lifehacker.com/5381219/google-waves-best-use-cases" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22via%22">via</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22wave%22">wave</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22popular%22">popular</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22usecase%22">usecase</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22docs%22">docs</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22example%22">example</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22october%22">october</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,


]]>
</description>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[wave]]></category>
        
        <category><![CDATA[popular]]></category>
        
        <category><![CDATA[usecase]]></category>
        
        <category><![CDATA[docs]]></category>
        
        <category><![CDATA[example]]></category>
        
        <category><![CDATA[october]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Wed, 14 Oct 2009 09:33:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[I find I much prefer the New Yorker Outloud conversational podcast to the crafted, writerly Comment podcasts | http://tinyurl.co]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/4+october+2009+b]]></link>
        <description><![CDATA[<ul>
http://www.newyorker.com/online/podcasts/outloud
http://www.newyorker.com/online/podcasts/comment
</ul>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/4+october+2009+b"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/4+october+2009+b" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%224%22">4</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22october%22">october</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22b%22">b</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22nyer%22">nyer</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22podcast%22">podcast</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22writing%22">writing</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22comparison%22">comparison</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22conversation%22">conversation</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22preference%22">preference</a>,


]]>
</description>
        
        <category><![CDATA[4]]></category>
        
        <category><![CDATA[october]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[b]]></category>
        
        <category><![CDATA[nyer]]></category>
        
        <category><![CDATA[podcast]]></category>
        
        <category><![CDATA[writing]]></category>
        
        <category><![CDATA[comparison]]></category>
        
        <category><![CDATA[conversation]]></category>
        
        <category><![CDATA[preference]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 04 Oct 2009 04:30:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[The swinging of the Millenium Bridge as a metaphor for the economic meltdown | http://tinyurl.com/yabytyr]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/4+october+2009+a]]></link>
        <description><![CDATA[<ul><li><a href="http://www.newyorker.com/reporting/2009/10/05/091005fa_fact_cassidy?printable=true">Rational Irrationality</a> - <i>The real reason that capitalism is so crash prone</i> by John Cassidy - The New Yorker - October 6, 2009</li>
<li><a href="http://www.ted.com/talks/steven_strogatz_on_sync.html">Steven Strogatz on sync</a> - TED Talk - See also <a href="http://www.ncbi.nlm.nih.gov/sites/entrez?db=pubmed&uid=9623998&cmd=showdetailview&indexed=google">Collective dynamics of 'small-world' networks</a>.
</li>
</ul>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/4+october+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/4+october+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%224%22">4</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22october%22">october</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22economics%22">economics</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22via%22">via</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22max%22">max</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22nyer%22">nyer</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22emergence%22">emergence</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22feedback%22">feedback</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22london%22">london</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22bridge%22">bridge</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22pdafriendly%22">pdafriendly</a>,


]]>
</description>
        
        <category><![CDATA[4]]></category>
        
        <category><![CDATA[october]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[economics]]></category>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[max]]></category>
        
        <category><![CDATA[nyer]]></category>
        
        <category><![CDATA[emergence]]></category>
        
        <category><![CDATA[feedback]]></category>
        
        <category><![CDATA[london]]></category>
        
        <category><![CDATA[bridge]]></category>
        
        <category><![CDATA[pdafriendly]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 04 Oct 2009 04:19:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[http://usaloadboard.com/ | I found an 8 1/2 X 11 flyer for this website on the ground during our walk around the triangle last w]]></title>
        <link><![CDATA[http://usaloadboard.com/]]></link>
        <description><![CDATA[<p>How do I add an available load to the load board? </p> 
<p>Proceed to the "Add a Load" page from the "My Account" dropdown menu, fill out all relevant fields, and click "Add Load" at the bottom of the page.</p>
<br />
  	  	  	 
<p>How do I add an available Truck to the load board?</p>
<p>Proceed to the "Add a Truck" page from the "My Account" dropdown menu, fill out all relevant fields, and click "Add Truck" at the bottom of the page</p>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://usaloadboard.com/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://usaloadboard.com/" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22truck%22">truck</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22paper%22">paper</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22business%22">business</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22october%22">october</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,


]]>
</description>
        
        <category><![CDATA[truck]]></category>
        
        <category><![CDATA[paper]]></category>
        
        <category><![CDATA[business]]></category>
        
        <category><![CDATA[october]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 04 Oct 2009 12:09:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Thinks to keep in mind when replacing the deck between the garage and the house | http://tinyurl.com/ya7fvfh]]></title>
        <link><![CDATA[http://mshook.appspot.com/z/d4m.htm?/mshook/29+september+2009+a]]></link>
        <description><![CDATA[<pre>
drainage
fence
aesthetics
cost
maintenance
snow
table
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/29+september+2009+a"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://mshook.appspot.com/z/d4m.htm?/mshook/29+september+2009+a" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%2229%22">29</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22september%22">september</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22a%22">a</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22home%22">home</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22house%22">house</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22project%22">project</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22susan%22">susan</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22george%22">george</a>,


]]>
</description>
        
        <category><![CDATA[29]]></category>
        
        <category><![CDATA[september]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[a]]></category>
        
        <category><![CDATA[home]]></category>
        
        <category><![CDATA[house]]></category>
        
        <category><![CDATA[project]]></category>
        
        <category><![CDATA[susan]]></category>
        
        <category><![CDATA[george]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 29 Sep 2009 09:43:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Courting Olympia Snowe - Healthcare debate - Time - http://www.time.com/time/politics/article/0,8599,1925829-1,00.html]]></title>
        <link><![CDATA[http://www.time.com/time/politics/article/0,8599,1925829-1,00.html]]></link>
        <description><![CDATA[<blockquote>
<p>
Quiz time: Which of the following provisions has been tucked into the most closely watched health-care bill on Capitol Hill thanks to Senator Olympia Snowe of Maine? Is it a) an annual checkup for every Medicare beneficiary, b) a special health-insurance marketplace in every state that would cater to the needs of small businesses or c) new tax credits to help modest-size firms buy coverage for their workers?
</p>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.time.com/time/politics/article/0,8599,1925829-1,00.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.time.com/time/politics/article/0,8599,1925829-1,00.html" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22debate%22">debate</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22maine%22">maine</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22olympia%22">olympia</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22senator%22">senator</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22time%22">time</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22dirigo%22">dirigo</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22september%22">september</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22insurance%22">insurance</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22medical%22">medical</a>,


]]>
</description>
        
        <category><![CDATA[debate]]></category>
        
        <category><![CDATA[maine]]></category>
        
        <category><![CDATA[olympia]]></category>
        
        <category><![CDATA[senator]]></category>
        
        <category><![CDATA[time]]></category>
        
        <category><![CDATA[dirigo]]></category>
        
        <category><![CDATA[september]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <category><![CDATA[insurance]]></category>
        
        <category><![CDATA[medical]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 24 Sep 2009 05:28:00 -0400</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Machining a Spur Gear - 4:15 minute video | http://www.youtube.com/watch?v=VHTXaU7GZC0]]></title>
        <link><![CDATA[http://www.youtube.com/watch?v=VHTXaU7GZC0]]></link>
        <description><![CDATA[via
http://www.google.com/search?q=spur+gear&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.youtube.com/watch?v=VHTXaU7GZC0"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.youtube.com/watch?v=VHTXaU7GZC0" border="0"/></a>
          <p/>
-->
          Tagged by <a href="http://www.simpy.com/user/mshook">mshook</a> under 
         
<a href="http://www.simpy.com/user/mshook/tag/%22gear%22">gear</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22machine%22">machine</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22howto%22">howto</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22how%22">how</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22video%22">video</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22manufacturing%22">manufacturing</a>,

<a href="http://www.simpy.com/user/mshook/tag/%22september%22">september</a>,

<a href="http://www.simpy.com/user/mshook/tag/%222009%22">2009</a>,


]]>
</description>
        
        <category><![CDATA[gear]]></category>
        
        <category><![CDATA[machine]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[video]]></category>
        
        <category><![CDATA[manufacturing]]></category>
        
        <category><![CDATA[september]]></category>
        
        <category><![CDATA[2009]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Wed, 23 Sep 2009 03:23:00 -0400</pubDate>
      </item>
    
  </channel>
</rss>
