<?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[Persistent Trees in git, Clojure and CouchDB | http://tinyurl.com/ydolba2]]></title>
        <link><![CDATA[http://eclipsesource.com/blogs/2009/12/13/persistent-trees-in-git-clojure-and-couchdb-data-structure-convergence/]]></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://eclipsesource.com/blogs/2009/12/13/persistent-trees-in-git-clojure-and-couchdb-data-structure-convergence/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://eclipsesource.com/blogs/2009/12/13/persistent-trees-in-git-clojure-and-couchdb-data-structure-convergence/" 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/%22saved%22">saved</a>,

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

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

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

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[saved]]></category>
        
        <category><![CDATA[data]]></category>
        
        <category><![CDATA[structure]]></category>
        
        <category><![CDATA[couchdb]]></category>
        
        <category><![CDATA[git]]></category>
        
        <category><![CDATA[lisp]]></category>
        
        <category><![CDATA[persistent]]></category>
        
        <category><![CDATA[tree]]></category>
        
        <category><![CDATA[hierarchy]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[interesting]]></category>
        
        <category><![CDATA[gc]]></category>
        
        <category><![CDATA[version]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 13 Dec 2009 10:45:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[xdemorse is a X/GTK+ application for decoding Morse code signals into text. | http://www.qsl.net/5/5b4az//pkg/morse/xdemorse/xde]]></title>
        <link><![CDATA[http://www.qsl.net/5/5b4az/pkg/morse/xdemorse/xdemorse.html]]></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://www.qsl.net/5/5b4az/pkg/morse/xdemorse/xdemorse.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.qsl.net/5/5b4az/pkg/morse/xdemorse/xdemorse.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/%22ubuntu%22">ubuntu</a>,

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[ubuntu]]></category>
        
        <category><![CDATA[linux]]></category>
        
        <category><![CDATA[morse]]></category>
        
        <category><![CDATA[decode]]></category>
        
        <category><![CDATA[code]]></category>
        
        <category><![CDATA[radio]]></category>
        
        <category><![CDATA[ham]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 12 Dec 2009 07:47:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Max related snippets | http://www.google.com/notebook/m/notebook?nbid=BDQt4SgoQ0YGSoNgk | http://tinyurl.com/ybj2fg2]]></title>
        <link><![CDATA[http://www.google.com/notebook/m/notebook?nbid=BDQt4SgoQ0YGSoNgk]]></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://www.google.com/notebook/m/notebook?nbid=BDQt4SgoQ0YGSoNgk"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.google.com/notebook/m/notebook?nbid=BDQt4SgoQ0YGSoNgk" 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/%22max%22">max</a>,

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

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

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[max]]></category>
        
        <category><![CDATA[gnb]]></category>
        
        <category><![CDATA[pdafriendly]]></category>
        
        <category><![CDATA[interesting]]></category>
        
        <category><![CDATA[friend]]></category>
        
        <category><![CDATA[education]]></category>
        
        <category><![CDATA[logo]]></category>
        
        <category><![CDATA[netlogo]]></category>
        
        <category><![CDATA[modelling]]></category>
        
        <category><![CDATA[mit]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[brazil]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 12 Dec 2009 01:38:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Contiki 8 bit operating system snippets | http://www.google.com/notebook/m/notebook?nbid=BDR1FSwoQ4ezShtgk | http://tinyurl.com/]]></title>
        <link><![CDATA[http://www.google.com/notebook/m/notebook?nbid=BDR1FSwoQ4ezShtgk]]></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://www.google.com/notebook/m/notebook?nbid=BDR1FSwoQ4ezShtgk"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.google.com/notebook/m/notebook?nbid=BDR1FSwoQ4ezShtgk" 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/%22contiki%22">contiki</a>,

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

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[contiki]]></category>
        
        <category><![CDATA[8bit]]></category>
        
        <category><![CDATA[minimal]]></category>
        
        <category><![CDATA[cool]]></category>
        
        <category><![CDATA[zigbee]]></category>
        
        <category><![CDATA[tcpip]]></category>
        
        <category><![CDATA[ip]]></category>
        
        <category><![CDATA[atmel]]></category>
        
        <category><![CDATA[arduino]]></category>
        
        <category><![CDATA[gnb]]></category>
        
        <category><![CDATA[pdafriendly]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Fri, 11 Dec 2009 10:52:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[A Guide To Being The Local PC Repair Dude | http://tinyurl.com/ye63t76]]></title>
        <link><![CDATA[http://www.thepcguild.com/2009/12/featured/so-you-want-to-be-the-local-pc-repair-dude-tips-what-to-expect-resources/]]></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://www.thepcguild.com/2009/12/featured/so-you-want-to-be-the-local-pc-repair-dude-tips-what-to-expect-resources/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.thepcguild.com/2009/12/featured/so-you-want-to-be-the-local-pc-repair-dude-tips-what-to-expect-resources/" 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/%22viapopular%22">viapopular</a>,

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[viapopular]]></category>
        
        <category><![CDATA[howto]]></category>
        
        <category><![CDATA[business]]></category>
        
        <category><![CDATA[repair]]></category>
        
        <category><![CDATA[job]]></category>
        
        <category><![CDATA[emon]]></category>
        
        <category><![CDATA[ah]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Fri, 11 Dec 2009 09:38:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[$12 wood samba whistle from Brazil | http://www.novanatural.com/creativity/instruments/samba-whistle]]></title>
        <link><![CDATA[http://www.novanatural.com/creativity/instruments/samba-whistle]]></link>
        <description><![CDATA[<img src="http://www.novanatural.com/core/media/media.nl;jsessionid=0a0101421f4348970298e17c460ab716b9f575149817.e3eSc3iSaN0Le34Pa38Ta38Ra3n0?id=668&c=667858&h=f920cce62944eefa4fa1&resizeid=-2&resizeh=340&resizew=340">
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.novanatural.com/creativity/instruments/samba-whistle"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.novanatural.com/creativity/instruments/samba-whistle" 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/%22music%22">music</a>,

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[music]]></category>
        
        <category><![CDATA[samba]]></category>
        
        <category><![CDATA[sound]]></category>
        
        <category><![CDATA[wishlist]]></category>
        
        <category><![CDATA[brazil]]></category>
        
        <category><![CDATA[wood]]></category>
        
        <category><![CDATA[photo]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Fri, 11 Dec 2009 09:10: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[Odd, annoying 2008 interview with Nobel-ite Robert Laughlin; no mention of open source - Linux just advertising? http://tinyurl.]]></title>
        <link><![CDATA[http://itc.conversationsnetwork.org/shows/detail3905.html]]></link>
        <description><![CDATA[Worthwhile comments:
<blockquote>
<p>
... I have decided to just post my nuggets that I have taken away from Robert B. Laughlin's The Crime of Reason. 
</p><p>
...
</p><p>
Most entertainment is the celebration of disposable knowledge. In fact, when we are relaxing we avoid useful information. This is why some people do not like my Facebook posts and Twitter updates. They are on these technologies to relax and I am confronting them with potential useful information. (Sorry, but I do not plan to stop. Just unfriend or unfollow me, I am really OK with it.) Let me quote from the book, "Soap operas are enjoyable because their intellectual maintenance costs are low." 
</p><p>
All advertising is information you do not want to see. "Advertising is Fun's evil twin brother. The two go everywhere together." If you want to enjoy yourself from free you have to accept advertising. 
</p>
</blockquote>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://itc.conversationsnetwork.org/shows/detail3905.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://itc.conversationsnetwork.org/shows/detail3905.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/%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/%22annoying%22">annoying</a>,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[itconversations]]></category>
        
        <category><![CDATA[podcast]]></category>
        
        <category><![CDATA[annoying]]></category>
        
        <category><![CDATA[interview]]></category>
        
        <category><![CDATA[book]]></category>
        
        <category><![CDATA[2008]]></category>
        
        <category><![CDATA[moira]]></category>
        
        <category><![CDATA[cost]]></category>
        
        <category><![CDATA[economy]]></category>
        
        <category><![CDATA[information]]></category>
        
        <category><![CDATA[interesting]]></category>
        
        <category><![CDATA[advertising]]></category>
        
        <category><![CDATA[knowledge]]></category>
        
        <category><![CDATA[spam]]></category>
        
        <category><![CDATA[tv]]></category>
        
        <category><![CDATA[comments]]></category>
        
        <category><![CDATA[listened]]></category>
        
        <category><![CDATA[nobel]]></category>
        
        <category><![CDATA[value]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Thu, 10 Dec 2009 11:04:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[A remarkably simplistic take on Google from New Yorker media critic Ken Auletta | http://itc.conversationsnetwork.org/shows/deta]]></title>
        <link><![CDATA[http://itc.conversationsnetwork.org/shows/detail4310.html]]></link>
        <description><![CDATA[One would believe that all Google Books scans were freely available.
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://itc.conversationsnetwork.org/shows/detail4310.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://itc.conversationsnetwork.org/shows/detail4310.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/%22google%22">google</a>,

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[nyer]]></category>
        
        <category><![CDATA[google]]></category>
        
        <category><![CDATA[critique]]></category>
        
        <category><![CDATA[critic]]></category>
        
        <category><![CDATA[stupid]]></category>
        
        <category><![CDATA[simplistic]]></category>
        
        <category><![CDATA[podcast]]></category>
        
        <category><![CDATA[audio]]></category>
        
        <category><![CDATA[book]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 08 Dec 2009 09:00:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Video showing GE 134' wind turbine blade manufacture]]></title>
        <link><![CDATA[http://www.gereports.com/blade-runners-how-134-foot-wind-blades-are-born/?c_id=googwindblade]]></link>
        <description><![CDATA[via gmail clips
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.gereports.com/blade-runners-how-134-foot-wind-blades-are-born/?c_id=googwindblade"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.gereports.com/blade-runners-how-134-foot-wind-blades-are-born/?c_id=googwindblade" 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/%22ge%22">ge</a>,

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[ge]]></category>
        
        <category><![CDATA[windturbine]]></category>
        
        <category><![CDATA[wind]]></category>
        
        <category><![CDATA[turbine]]></category>
        
        <category><![CDATA[video]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[frp]]></category>
        
        <category><![CDATA[composite]]></category>
        
        <category><![CDATA[iowa]]></category>
        
        <category><![CDATA[republican]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Mon, 07 Dec 2009 06:40:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Enfield reviews Atran and Medin's The Native Mind and the Construction of Nature | Atran's always worthwhile | http://tinyurl.co]]></title>
        <link><![CDATA[http://www.cognitionandculture.net/index.php?option=com_content&view=article&id=520:nick-enfield-reviews-atran-and-medins-the-native-mind-and-the-construction-of-nature]]></link>
        <description><![CDATA[<blockquote>
<p>...in their use of the commons, the Itza' break free of the textbook ‘resource exploitation' frame by means of one of the fundamental orientations of human cognition: the tendency to believe in supernatural entities. (See Atran's 2002 book In Gods we Trust.) Atran and Medin show that the Itza' do not treat forest resources as mere ‘objects of a payoff matrix' (as perhaps some of their neighbours do), but rather ‘as intentional, relational entities, like friends or enemies'. For the Itza', the spirits of the forest have supernatural powers of knowledge. Villagers believe that if they fail to respect the kind of reciprocal relationship with these spirits that would be expected of any human social relationship, they risk being punished. These beliefs are reflected in behaviour patterns that turn out to be the most sustainable of these three neighbouring ethnic groups.</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.cognitionandculture.net/index.php?option=com_content&view=article&id=520:nick-enfield-reviews-atran-and-medins-the-native-mind-and-the-construction-of-nature"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.cognitionandculture.net/index.php?option=com_content&view=article&id=520:nick-enfield-reviews-atran-and-medins-the-native-mind-and-the-construction-of-nature" 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/%22scottatran%22">scottatran</a>,

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

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

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

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

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[scottatran]]></category>
        
        <category><![CDATA[book]]></category>
        
        <category><![CDATA[review]]></category>
        
        <category><![CDATA[good]]></category>
        
        <category><![CDATA[anthropology]]></category>
        
        <category><![CDATA[psychology]]></category>
        
        <category><![CDATA[critique]]></category>
        
        <category><![CDATA[guatemala]]></category>
        
        <category><![CDATA[commons]]></category>
        
        <category><![CDATA[nature]]></category>
        
        <category><![CDATA[ecology]]></category>
        
        <category><![CDATA[belief]]></category>
        
        <category><![CDATA[sacred]]></category>
        
        <category><![CDATA[relationship]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sun, 06 Dec 2009 10:21: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[Razib Khan's review of The Faith Instinct is a good overview of the topic. | http://tinyurl.com/ybm995j]]></title>
        <link><![CDATA[http://scienceblogs.com/gnxp/2009/11/the_faith_instinct_how_religio.php]]></link>
        <description><![CDATA[The psychologists who are skeptical of religion being an adaptation, such as Scott Atran, nevertheless argue that the basal intuitions make supernaturalism compelling to the human race in a way that  is impossible to eliminate. I have <a href="http://www.gnxp.com/blog/2006/11/post-christian-europe-part-ii.php">pointed to data</a> which shows that though organized religion has collapsed in much of Europe, the slack has been taken up more by unaffiliated theism than atheism. The star in The Faith Instinct is the horizontal and integrative dimension of religion, but it seems that in the developed world a combination of rampant pluralism as well as a general weakening of organized religions is breaking bonds which tie people together in a sacred body. Rather, it is a more atomistic faith instinct on the individual level which persists once the communal aspect is stripped away, a world of ghosts, energies and spirits. The future may be Sedona and not Ethical Culture
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://scienceblogs.com/gnxp/2009/11/the_faith_instinct_how_religio.php"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://scienceblogs.com/gnxp/2009/11/the_faith_instinct_how_religio.php" 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/%22book%22">book</a>,

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

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[book]]></category>
        
        <category><![CDATA[review]]></category>
        
        <category><![CDATA[religion]]></category>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[scottatran]]></category>
        
        <category><![CDATA[search]]></category>
        
        <category><![CDATA[dawkins]]></category>
        
        <category><![CDATA[good]]></category>
        
        <category><![CDATA[links]]></category>
        
        <category><![CDATA[faith]]></category>
        
        <category><![CDATA[belief]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 05 Dec 2009 10:54:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[DITA critique | http://tinyurl.com/y8hj2qp via http://www.ditaworld.com/ via]]></title>
        <link><![CDATA[http://www.scriptorium.com/palimpsest/2006/01/to-dita-or-not-to-dita.html]]></link>
        <description><![CDATA[<p>DITA also recognized ... that a small topic-specific DTD is easier to use and to validate than a big generic document-oriented DTD like DocBook. But the problem ... is, how do you manage the relationship between the DTDs, and how do you add a new DTD without having to rewrite your whole tool chain?</p>
<p>... First, it uses a simple mapping mechanism to create a new DTD as a "specialization" of an existing DTD. Second, it uses a trick based on the way XSLT works to enable a transform written for the base DTD to also work for the specialized DTD, and to allow you to write a transform for the specific properties of the new DTD that inherits transforms written for the old DTD without change.</p>
<p>DITA thus limits you in two ways. First, the relationship between new DTDs and existing DTDs can only be expressed by a very simple mapping mechanism. ... Also, existing XSLT transforms cannot be incorporated into the DITA tool chain; they have to be specifically written for DITA.</p>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.scriptorium.com/palimpsest/2006/01/to-dita-or-not-to-dita.html"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.scriptorium.com/palimpsest/2006/01/to-dita-or-not-to-dita.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/%22dita%22">dita</a>,

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

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[dita]]></category>
        
        <category><![CDATA[docbook]]></category>
        
        <category><![CDATA[critique]]></category>
        
        <category><![CDATA[dtd]]></category>
        
        <category><![CDATA[xml]]></category>
        
        <category><![CDATA[why]]></category>
        
        <category><![CDATA[comparison]]></category>
        
        <category><![CDATA[documentation]]></category>
        
        <category><![CDATA[how]]></category>
        
        <category><![CDATA[xslt]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 05 Dec 2009 08:05:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[This is my Sidewiki JSON feed. Why doesn't it show any posts? | http://tinyurl.com/yh6ffjp]]></title>
        <link><![CDATA[http://www.google.com/sidewiki/feeds/entries/author/107029637034463780951/full?alt=json]]></link>
        <description><![CDATA[http://www.google.com/profiles/107029637034463780951#sidewiki
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.google.com/sidewiki/feeds/entries/author/107029637034463780951/full?alt=json"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.google.com/sidewiki/feeds/entries/author/107029637034463780951/full?alt=json" 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/%22json%22">json</a>,

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[json]]></category>
        
        <category><![CDATA[feed]]></category>
        
        <category><![CDATA[sidewiki]]></category>
        
        <category><![CDATA[atom]]></category>
        
        <category><![CDATA[api]]></category>
        
        <category><![CDATA[annotation]]></category>
        
        <category><![CDATA[note]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 05 Dec 2009 04:26:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Sue Lynn Cotton painted "Bicycle at Sawyer's Market" | http://suelynncotton.com/New%20England.htm | http://tinyurl.com/ybsdmh6]]></title>
        <link><![CDATA[http://suelynncotton.com/New%20England.htm]]></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://suelynncotton.com/New%20England.htm"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://suelynncotton.com/New%20England.htm" 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/%22local%22">local</a>,

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

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[local]]></category>
        
        <category><![CDATA[swh]]></category>
        
        <category><![CDATA[southwestharbor]]></category>
        
        <category><![CDATA[art]]></category>
        
        <category><![CDATA[betsie]]></category>
        
        <category><![CDATA[eben]]></category>
        
        <category><![CDATA[painting]]></category>
        
        <category><![CDATA[watercolor]]></category>
        
        <category><![CDATA[card]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Sat, 05 Dec 2009 10:41:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[Script: The Mary Tyler Moore Show "CHUCKLES BITES THE DUST" By David Lloyd | http://www.twiztv.com/scripts/attic/marytylermoores]]></title>
        <link><![CDATA[http://www.twiztv.com/scripts/attic/marytylermooreshow-607.txt]]></link>
        <description><![CDATA[via http://twitter.com/dweinberger/status/5741683186
<pre>
                                     MARY
                         Murr, have you noticed anything funny 
                         with the teletype machine this 
                         morning? I sure hope there's something 
                         wrong with it.

                                     MURRAY
                         Why?

                                     MARY
                         Because if there isn't President 
                         Ford just held up a liquor store 
                         with a water pistol.
</pre>
          <img src="http://www.simpy.com/t/fir.gif"/>
<!--
	  <br/>
          <a href="http://www.pheedo.com/click.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.twiztv.com/scripts/attic/marytylermooreshow-607.txt"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.twiztv.com/scripts/attic/marytylermooreshow-607.txt" 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/%22joho%22">joho</a>,

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[joho]]></category>
        
        <category><![CDATA[script]]></category>
        
        <category><![CDATA[humor]]></category>
        
        <category><![CDATA[mtm]]></category>
        
        <category><![CDATA[tv]]></category>
        
        <category><![CDATA[writing]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 01 Dec 2009 11:17:00 -0500</pubDate>
      </item>
    
      
      
      


  
    
  
  
  


      <item>
        <title><![CDATA[I like the minimal design of Joe Hewitt's blog | http://www.joehewitt.com/]]></title>
        <link><![CDATA[http://www.joehewitt.com/]]></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://www.joehewitt.com/"><img
             src="http://www.pheedo.com/img.phdo?x=0b8a1e9c81c14341a5689c3f903dd631&u=http://www.joehewitt.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/%22saved%22">saved</a>,

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

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

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

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

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

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

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


]]>
</description>
        
        <category><![CDATA[saved]]></category>
        
        <category><![CDATA[design]]></category>
        
        <category><![CDATA[minimal]]></category>
        
        <category><![CDATA[iphone]]></category>
        
        <category><![CDATA[facebook]]></category>
        
        <category><![CDATA[via]]></category>
        
        <category><![CDATA[firebug]]></category>
        
        <category><![CDATA[popular]]></category>
        
        <author><![CDATA[mshook]]></author>
        <pubDate>Tue, 01 Dec 2009 08:45:00 -0500</pubDate>
      </item>
    
  </channel>
</rss>
