<rss version="2.0">
  <channel>
    <title>Chris Zumbrunn's personal think tank</title>
    <link>http://zumbrunn.com/mochazone/</link>
    <description>This is Chris Zumbrunn's personal think tank ;-)

evolving political consensus in society by developing systems based on subsidiarity,  reducing interactive media to the max with ServerJS</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Sep 2010 19:25:30 GMT</lastBuildDate>
    <docs>en-us</docs>
    <item>
      <title>Reality is an onion, and depending on how deep you think, it may seem to contradict itself</title>
      <link>http://zumbrunn.com/mochazone/Reality_is_an_onion_and_depending_on_how_deep_you_think_it_may_seem_to_contradict_itself/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Reality_is_an_onion_and_depending_on_how_deep_you_think_it_may_seem_to_contradict_itself/</guid>
      <description>&lt;p&gt;Nuff said.&lt;/p&gt;&#13;
&#13;
&lt;span class="small"&gt;1.9.2010, 10:21&lt;/span&gt;</description>
      <pubDate>Wed, 01 Sep 2010 10:21:00 GMT</pubDate>
    </item>
    <item>
      <title>Oh No! by Marina And The Diamonds</title>
      <link>http://zumbrunn.com/mochazone/Oh_No_by_Marina_And_The_Diamonds/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Oh_No_by_Marina_And_The_Diamonds/</guid>
      <description>&lt;p&gt;File it under "short term guilty pleasure":&lt;/p&gt;&#13;
&#13;
&lt;p&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Cr-SqRWImmI&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Cr-SqRWImmI&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&#13;
&#13;
&lt;span class="small"&gt;16.8.2010, 19:41&lt;/span&gt;</description>
      <pubDate>Mon, 16 Aug 2010 19:41:00 GMT</pubDate>
    </item>
    <item>
      <title>If there is anything supernatural, it is humanity itself</title>
      <link>http://zumbrunn.com/mochazone/If_there_is_anything_supernatural%2C_it_is_humanity_itself/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/If_there_is_anything_supernatural%2C_it_is_humanity_itself/</guid>
      <description>&lt;p&gt;Nuff said.&lt;/p&gt;&#13;
&#13;
&lt;span class="small"&gt;14.8.2010, 21:45&lt;/span&gt;</description>
      <pubDate>Sat, 14 Aug 2010 21:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Lila Luftschloss</title>
      <link>http://zumbrunn.com/mochazone/Lila_Luftschloss/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Lila_Luftschloss/</guid>
      <description>&lt;p&gt;From the &lt;a href="http://www.lila-luftschloss.de/eg/satzung.htm"&gt;bylaws of the Lila Luftschloss cooperative&lt;/a&gt; in Frankfurt am Main:&lt;/p&gt;

&lt;p&gt;"Mitfrauen (d.h. Mitglieder der Genossenschaft) können insbesondere Frauen werden"&lt;/p&gt;

&lt;p&gt;/me is happy not to be excluded and loves it, for its precision and legal beauty.&lt;/p&gt;

&lt;span class="small"&gt;11.8.2010, 21:34&lt;/span&gt;</description>
      <pubDate>Wed, 11 Aug 2010 21:34:00 GMT</pubDate>
    </item>
    <item>
      <title>We have the world we want</title>
      <link>http://zumbrunn.com/mochazone/We_have_the_world_we_want/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/We_have_the_world_we_want/</guid>
      <description>&lt;p&gt;Nuff said.&lt;/p&gt;

&lt;span class="small"&gt;8.8.2010, 16:38&lt;/span&gt;</description>
      <pubDate>Sun, 08 Aug 2010 16:38:00 GMT</pubDate>
    </item>
    <item>
      <title>CoffeeScript, underscore.coffee and underscore.js</title>
      <link>http://zumbrunn.com/mochazone/CoffeeScript%2C_underscore.coffee_and_underscore.js/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/CoffeeScript%2C_underscore.coffee_and_underscore.js/</guid>
      <description>&lt;p&gt;Jeremy Ashkenas' &lt;a href="http://jashkenas.github.com/coffee-script/documentation/docs/underscore.html"&gt;underscore.coffee&lt;/a&gt; vs his &lt;a href="http://documentcloud.github.com/underscore/"&gt;underscore.js&lt;/a&gt; (the tie to go along with jQuery's tux)&lt;/p&gt;

&lt;p&gt;From &lt;a href="http://www.infoq.com/news/2010/08/coffeescript"&gt;Michael Hunger's look at CoffeeScript on InfoQ:&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
&lt;ul&gt; 
    &lt;li&gt;Python style significant whitespace&lt;/li&gt; 
    &lt;li&gt;implicit parentheses&lt;/li&gt; 
    &lt;li&gt;no semicolons&lt;/li&gt; 
    &lt;li&gt;String continuations&lt;/li&gt; 
    &lt;li&gt;concise function literals&lt;/li&gt; 
    &lt;li&gt;YAML style object literals&lt;/li&gt; 
&lt;/ul&gt; 
&lt;ul&gt; 
    &lt;li&gt;everything is an &lt;a href="http://jashkenas.github.com/coffee-script/#expressions"&gt;expression&lt;/a&gt; (returns a value)&lt;/li&gt; 
    &lt;li&gt;all variables in local lexical scope, no pollution of global scope&lt;/li&gt; 
    &lt;li&gt;simple assignment and variable declarations, destructuring assignments&lt;/li&gt; 
    &lt;li&gt;&lt;a href="http://jashkenas.github.com/coffee-script/#switch"&gt;switch&lt;/a&gt; statements compiled to if-then-else
       chains&lt;/li&gt; 
    &lt;li&gt;chain comparisons&lt;/li&gt; 
    &lt;li&gt;named parameters&lt;/li&gt; 
&lt;/ul&gt; 
&lt;ul&gt; 
    &lt;li&gt;variable arguments lists (splats)&lt;/li&gt; 
    &lt;li&gt;literate programming (write the code within its documentation)&lt;/li&gt; 
    &lt;li&gt;pythons range, array and object comprehensions&lt;/li&gt; 
    &lt;li&gt;&lt;a href="http://jashkenas.github.com/coffee-script/#existence"&gt;existential&lt;/a&gt; (elvis) operator&lt;/li&gt; 
    &lt;li&gt;explicit &lt;a href="http://jashkenas.github.com/coffee-script/#fat_arrow"&gt;strong binding of current self to function&lt;/a&gt; with &lt;code&gt;=&gt;&lt;/code&gt; 
       Hashrocket operator&lt;/li&gt; 
    &lt;li&gt;fast and working &lt;a href="http://jashkenas.github.com/coffee-script/#classes"&gt;class based inheritance support&lt;/a&gt;,
       based on the google.inherit approach&lt;/li&gt; 
    &lt;li&gt;support for static inheritance and automatic delegation to superclass methods&lt;/li&gt; 
    &lt;li&gt;heredocs, multiline strings, literal regexps, &lt;a href="http://jashkenas.github.com/coffee-script/#interpolation"&gt;string interpolation/substitution&lt;/a&gt;&lt;/li&gt; 
    &lt;li&gt;&lt;a href="http://jashkenas.github.com/coffee-script/#cake"&gt;Cake&lt;/a&gt; a simple build system similar to Rake&lt;/li&gt; 
    &lt;li&gt;&amp;lt;script type=&amp;quot;text/coffeescript&amp;quot;&gt; tags, minified coffescript
       compiler for inline use&lt;/li&gt; 
&lt;/ul&gt; 
&lt;/p&gt;

&lt;span class="small"&gt;5.8.2010, 20:11&lt;/span&gt;</description>
      <pubDate>Thu, 05 Aug 2010 20:11:00 GMT</pubDate>
    </item>
    <item>
      <title>Brendan Eich on Proxies, Modules and other Proposals and Strawman</title>
      <link>http://zumbrunn.com/mochazone/Brendan_Eich_on_Proxies_Modules_and_other_Proposals_and_Strawman/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Brendan_Eich_on_Proxies_Modules_and_other_Proposals_and_Strawman/</guid>
      <description>&lt;p&gt;&lt;a href="http://wiki.ecmascript.org/doku.php?id=harmony:rest_parameters"&gt;Rest parameters,&lt;/a&gt; &lt;a href="http://wiki.ecmascript.org/doku.php?id=harmony:spread"&gt;spread,&lt;/a&gt; &lt;a href="http://wiki.ecmascript.org/doku.php?id=harmony:proxies"&gt;proxies,&lt;/a&gt; and &lt;a href="http://wiki.ecmascript.org/doku.php?id=strawman:simple_modules"&gt;modules&lt;/a&gt; plans explained:&lt;/p&gt;

&lt;p&gt;&lt;embed src="http://blip.tv/play/g_MngeuuEQI%2Em4v" type="application/x-shockwave-flash" width="480" height="346" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/p&gt;

&lt;p&gt;You wont miss anything if you skip the first five minutes.&lt;/p&gt;

&lt;span class="small"&gt;4.8.2010, 11:49&lt;/span&gt;</description>
      <pubDate>Wed, 04 Aug 2010 11:49:00 GMT</pubDate>
    </item>
    <item>
      <title>confederate?</title>
      <link>http://zumbrunn.com/mochazone/confederate/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/confederate/</guid>
      <description>&lt;img src="/static/2010/confederate.png" /&gt;
&lt;p&gt;&lt;strong&gt;Confederation without borders&lt;br /&gt;
Confederation sans frontiers&lt;br /&gt;
Eidgenossenschaft ohne Grenzen&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="/mochazone/Unus_Pro_Omnibus_-_Omnes_Pro_Uno/"&gt;Unus Pro Omnibus - Omnes Pro Uno :-)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On a slightly related note:&lt;/p&gt;

&lt;p&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/qfyJj0GYqC0&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/qfyJj0GYqC0&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;1.8.2010, 23:28&lt;/span&gt;</description>
      <pubDate>Sun, 01 Aug 2010 23:28:00 GMT</pubDate>
    </item>
    <item>
      <title>Good for Adobe, Good for Day, Good for the Ecosystem</title>
      <link>http://zumbrunn.com/mochazone/Good_for_Adobe%2C_Good_for_Day%2C_Good_for_the_Ecosystem/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Good_for_Adobe%2C_Good_for_Day%2C_Good_for_the_Ecosystem/</guid>
      <description>&lt;p&gt;Matt Van Bergen's take &lt;a href="http://blogs.citytechinc.com/matt/?p=68"&gt;on Adobe's acquisition of Day Software.&lt;/a&gt;&lt;/p&gt;

&lt;span class="small"&gt;29.7.2010, 14:42&lt;/span&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:42:00 GMT</pubDate>
    </item>
    <item>
      <title>Will Adobe see the light (of Day)?</title>
      <link>http://zumbrunn.com/mochazone/Will_Adobe_see_the_light_of_Day/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Will_Adobe_see_the_light_of_Day/</guid>
      <description>&lt;p&gt;Glyn Moody writes on &lt;a href="http://www.computerworlduk.com/management/it-business/supplier-relations/news/index.cfm?newsid=21339"&gt;Adobe's acquisition of Day:&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;"...Day's R&amp;D team are strong contributors to the open source world, with a development model based on building true open source communities around key technology advancements that originate in Day R&amp;D through the sponsorship of new projects via the Apache Software Foundation..."&lt;/p&gt;

&lt;p&gt;"...Given that leading role there, news that Adobe is acquiring Day takes on an added significance..."&lt;/p&gt;

&lt;p&gt;"...Adobe's acquisition of so much free software coding talent offers hope that some open source savvy will percolate through the company, turning Adobe into as much of an ally as Day was. However, the lack of any comment about continuing to support open source projects and the people who work on them at Day is worrying. If it does intend to allow its new staff to carry on as before, Adobe would be well-advised to make some public commitments to that effect..."&lt;/p&gt;

&lt;p&gt;From his &lt;a href="http://www.computerworlduk.com/community/blogs/index.cfm?entryid=3098&amp;blogid=14"&gt;blog post on computerworlduk.com.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class="small"&gt;Update:&lt;/span&gt; ...and &lt;a href="http://www.computerworlduk.com/community/blogs/index.cfm?blogid=14&amp;entryid=3098#tsb"&gt;Erik Larson responded.&lt;/a&gt;&lt;/p&gt;

&lt;span class="small"&gt;28.7.2010, 17:26&lt;/span&gt;</description>
      <pubDate>Wed, 28 Jul 2010 17:26:00 GMT</pubDate>
    </item>
    <item>
      <title>What's Up Doc? by Carbon/Silicon</title>
      <link>http://zumbrunn.com/mochazone/Whats_Up_Doc_by_Carbon_Silicon/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Whats_Up_Doc_by_Carbon_Silicon/</guid>
      <description>&lt;p&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/YEKd8yMUN10&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/YEKd8yMUN10&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;24.7.2010, 17:31&lt;/span&gt;</description>
      <pubDate>Sat, 24 Jul 2010 17:31:00 GMT</pubDate>
    </item>
    <item>
      <title>How creativity occurs</title>
      <link>http://zumbrunn.com/mochazone/How_creativity_occurs/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/How_creativity_occurs/</guid>
      <description>&lt;p&gt;"When you try to solve a problem, you begin by concentrating on obvious facts and familiar solutions, to see if the answer lies there. This is a mostly left-brain stage of attack. If the answer doesn&#146;t come, the right and left hemispheres of the brain activate together. Neural networks on the right side scan remote memories that could be vaguely relevant. A wide range of distant information that is normally tuned out becomes available to the left hemisphere, which searches for unseen patterns, alternative meanings, and high-level abstractions."&lt;/p&gt;

&lt;p&gt;"Having glimpsed such a connection, the left brain must quickly lock in on it before it escapes. The attention system must radically reverse gears, going from defocused attention to extremely focused attention. In a flash, the brain pulls together these disparate shreds of thought and binds them into a new single idea that enters consciousness. This is the &#147;aha!&#148; moment of insight, often followed by a spark of pleasure as the brain recognizes the novelty of what it&#146;s come up with."&lt;/p&gt;


&lt;p&gt;From a Newsweek article about &lt;a href="http://www.newsweek.com/2010/07/10/the-creativity-crisis.html"&gt;"The Creativity Crisis",&lt;/a&gt; written by &lt;a href="http://www.newsweek.com/authors/po-bronson.html"&gt;Po Bronson&lt;/a&gt; and &lt;a href="http://www.newsweek.com/authors/ashley-merryman.html"&gt;Ashley Merryman.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Also, the brain goes into a creativity turbo mode and locks out any distractions by deactivating the right-temporoparietal junction when improvising. However, that turbo mode only kicks in when you are highly trained/skilled in the field that you are improvising in. In this context, doing intensive &lt;a href="http://en.wikipedia.org/wiki/Po_(lateral_thinking)"&gt;Po thinking&lt;/a&gt; in any field probably qualifies as "improvising", I would think.&lt;/p&gt;

&lt;span class="small"&gt;20.7.2010, 21:25&lt;/span&gt;</description>
      <pubDate>Tue, 20 Jul 2010 21:25:00 GMT</pubDate>
    </item>
    <item>
      <title>RingoJS vs NodeJS</title>
      <link>http://zumbrunn.com/mochazone/RingoJSvsNodeJS/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/RingoJSvsNodeJS/</guid>
      <description>&lt;p&gt;George Moschovitis of &lt;a href="http://www.appenginejs.org/"&gt;AppengineJS&lt;/a&gt; fame, the Javascript port of the Google App Engine Python SDK, wrote a &lt;a href="http://www.gmosx.com/blog/agVnbW9zeHIPCxIHQXJ0aWNsZRjh2gEM/ringojs-vs-nodejs"&gt;blog post looking at RingoJS vs NodeJS:&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;"Some time ago I switched from Narwhal to Ringo and never looked back. I strongly believe that Ringo is the preeminent CommonJS implementation."&lt;/p&gt;

&lt;p&gt;"Ringo is mature, stable and crash free. Ringo is the evolution of &lt;a href="http://helma.org/"&gt;Helma,&lt;/a&gt; one of the first server side JavaScript platforms (more than 10 years in development)."&lt;/p&gt;

&lt;p&gt;"Access to the gazillion of Java libraries. There is no merit in reinventing the wheel, just reuse code from the Java ecosystem. The integration between Java and JavaScript is seamless."&lt;/p&gt;

&lt;p&gt;"Thanks to AppengineJS you can run your Ringo applications on Google's scalable infrastructure." [actually, you can &lt;a href="http://vimeo.com/10063607"&gt;do that with Ringo out-of-the-box,&lt;/a&gt; but with AppengineJS you get the ported Python SDK APIs, which is nice, of course]&lt;/p&gt;

&lt;p&gt;And his conclusion: "Stop drinking the Kool-Aid! Stop playing with toys. Engineer your application on top of a mature, conformant and compatible platform: &lt;a href="http://ringojs.org/"&gt;RingoJS."&lt;/a&gt;&lt;/p&gt;

&lt;span class="small"&gt;23.6.2010, 15:12&lt;/span&gt;</description>
      <pubDate>Wed, 23 Jun 2010 15:12:00 GMT</pubDate>
    </item>
    <item>
      <title>Sweet People by Alyosha</title>
      <link>http://zumbrunn.com/mochazone/Sweet_People_by_Alyosha/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Sweet_People_by_Alyosha/</guid>
      <description>&lt;p&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/lLcFP9byxvs&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/lLcFP9byxvs&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;Stupid people! ...for not making Alyosha from the Ukraine the Eurovision 2010 winner with this song. Not only a great song and a great voice, but also a song with a message and a singer/songwriter with a mission: &lt;a href="http://www.alyoshamission.com/"&gt;http://www.alyoshamission.com/&lt;/a&gt;&lt;/p&gt;

&lt;span class="small"&gt;30.5.2010, 12:35&lt;/span&gt;</description>
      <pubDate>Sun, 30 May 2010 12:35:00 GMT</pubDate>
    </item>
    <item>
      <title>RingoJS 0.5 released</title>
      <link>http://zumbrunn.com/mochazone/RingoJS_0.5_released/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/RingoJS_0.5_released/</guid>
      <description>&lt;p&gt;&lt;a href="http://ringojs.org/wiki/Release_0.5/"&gt;RingoJS 0.5 was released&lt;/a&gt; on May 19, 2010. Get it from the &lt;a href="http://github.com/ringo/ringojs/downloads"&gt;download page&lt;/a&gt; on GitHub!&lt;/p&gt; 
 
&lt;p&gt;0.5 is much better than &lt;a href="http://ringojs.org/wiki/release_0.4/" title="link to wiki page"&gt;0.4&lt;/a&gt; in most every respect. These are the highlights:&lt;/p&gt; 
 
&lt;ul&gt;&lt;li&gt;Increased coverage of &lt;a href="http://ringojs.org/api/v0.5"&gt;API documentation&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;&lt;a href="http://ringojs.org/wiki/Packages/" title="link to wiki page"&gt;Package support&lt;/a&gt;, including simple installation via &lt;a href="http://ringojs.org/wiki/Package_Management/" title="link to wiki page"&gt;ringo-admin&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;Update &lt;a href="http://ringojs.org/api/v0.5/fs"&gt;Filesystem&lt;/a&gt; support, now covers full CommonJS Filesystem/A and Filesystem/A/0 except globbing&lt;/li&gt; 
&lt;li&gt;New &lt;a href="http://ringojs.org/api/v0.5/ringo/httpclient"&gt;HTTP Client&lt;/a&gt; supporting both synchronous and asynchronous operation&lt;/li&gt; 
&lt;li&gt;Upgrade to &lt;a href="http://wiki.commonjs.org/wiki/JSGI/Level0/A/Draft2"&gt;JSGI 0.3&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;Upgrade to Jetty 7 with improved support for &lt;a href="http://ringojs.org/api/v0.5/ringo/promise#defer"&gt;asynchronous JSGI&lt;/a&gt;&lt;/li&gt; 
&lt;li&gt;Several new modules (&lt;a href="http://ringojs.org/api/v0.5/ringo/base64"&gt;base64&lt;/a&gt;, &lt;a href="http://ringojs.org/api/v0.5/ringo/promise"&gt;promise&lt;/a&gt;, &lt;a href="http://ringojs.org/api/v0.5/ringo/subprocess"&gt;subprocess&lt;/a&gt;, &lt;a href="http://ringojs.org/api/v0.5/ringo/zip"&gt;zip&lt;/a&gt;, &lt;a href="http://ringojs.org/api/v0.5/ringo/middleware/basicauth"&gt;basicauth&lt;/a&gt;)&lt;/li&gt; 
&lt;li&gt;Shared modules are now default, resulting in increased performance and less WTF moments&lt;/li&gt; 
&lt;li&gt;More command line and servlet options, including &lt;code&gt;production&lt;/code&gt; switch to disable module reloading&lt;/li&gt; 
&lt;li&gt;Evolutionary improvements in &lt;a href="http://ringojs.org/wiki/Storage/" title="link to wiki page"&gt;Storage&lt;/a&gt; API&lt;/li&gt;&lt;/ul&gt; 
 
&lt;p&gt;Thanks to everyone who contributed to this release with code, bug reports, or feedback:&lt;/p&gt; 

&lt;ul&gt;&lt;li&gt;Panagiotis Astithas&lt;/li&gt; 
&lt;li&gt;Andreas Bolka&lt;/li&gt; 
&lt;li&gt;Chris Langreiter&lt;/li&gt; 
&lt;li&gt;George Moschovitis&lt;/li&gt; 
&lt;li&gt;Peter Newhook&lt;/li&gt; 
&lt;li&gt;Simon Oberhammer&lt;/li&gt; 
&lt;li&gt;Oleg Podsechin&lt;/li&gt; 
&lt;li&gt;Robert Thurnher&lt;/li&gt; 
&lt;li&gt;Samuli Tuomola&lt;/li&gt; 
&lt;li&gt;Hannes Wallnöfer&lt;/li&gt; 
&lt;li&gt;"ccwu"&lt;/li&gt;&lt;/ul&gt; 

&lt;p&gt;A screencast showing installation of packages, getting API documentation for them, and use of the asynchronous HTTP client in combination with the ringo-cometd package:&lt;/p&gt;

&lt;p&gt;&lt;object width="560" height="385"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10973656&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=10973656&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;19.5.2010, 20:52&lt;/span&gt;</description>
      <pubDate>Wed, 19 May 2010 20:52:00 GMT</pubDate>
    </item>
    <item>
      <title>Your Personal Religion by Sophie Hunger</title>
      <link>http://zumbrunn.com/mochazone/Your_Personal_Religion_by_Sophie_Hunger/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Your_Personal_Religion_by_Sophie_Hunger/</guid>
      <description>&lt;p&gt;&lt;object width="560" height="315"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10948884&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=10948884&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="315"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;"Invisible" is another stand-out track on the same album. However, for now that track honors its name and there so far seems to be no video for it.&lt;/p&gt;

&lt;p&gt;Album &lt;a href="http://meanderingmindset.blogspot.com/2010/04/review-sophie-hunger-1983-2010.html"&gt;review by John Brunner.&lt;/a&gt;&lt;/p&gt;

&lt;span class="small"&gt;15.5.2010, 20:52&lt;/span&gt;</description>
      <pubDate>Sat, 15 May 2010 20:52:00 GMT</pubDate>
    </item>
    <item>
      <title>Lost and Found by Steve Mason</title>
      <link>http://zumbrunn.com/mochazone/Lost_and_Found_by_Steve_Mason/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Lost_and_Found_by_Steve_Mason/</guid>
      <description>&lt;p&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/xjI4kvAd2QM&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/xjI4kvAd2QM&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;12.5.2010, 12:11&lt;/span&gt;</description>
      <pubDate>Wed, 12 May 2010 12:11:00 GMT</pubDate>
    </item>
    <item>
      <title>RhinoJS</title>
      <link>http://zumbrunn.com/mochazone/RhinoJS/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/RhinoJS/</guid>
      <description>&lt;p&gt;RhinoJS? &lt;a href="http://ringojs.com/bot/rhinojs"&gt;RhinoJS?&lt;/a&gt;&lt;/p&gt;

&lt;object width="560" height="400"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/QOvIot-i6rY&amp;hl=en_US&amp;fs=1&amp;" /&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;
&lt;embed src="http://www.youtube.com/v/QOvIot-i6rY&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="400" /&gt;
&lt;/object&gt;

&lt;p&gt;Been there, &lt;a href="http://groups.google.com/group/ringojs/msg/993a6660cb9cefdb?hl=en"&gt;done that&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;
[16:47] &amp;lt;hannesw&gt; hah - zumbrunn: you &lt;a href="http://github.com/ringo/ringojs/issues/#issue/8"&gt;called the pastebin rhinojs&lt;/a&gt;&lt;br /&gt;
[16:47] &amp;lt;hannesw&gt; goes to show i was right about confusingness... :)&lt;br /&gt;
[16:47] &amp;lt;zumbrunn&gt; lol&lt;br /&gt;
[16:47] &amp;lt;robi42&gt; :D&lt;br /&gt;
[16:49] * robi42 admittedly almost mistyped ringojs.org sometimes just before. ;)&lt;br /&gt;
&lt;/p&gt;

&lt;span class="small"&gt;15.4.2010, 20:58&lt;/span&gt;</description>
      <pubDate>Thu, 15 Apr 2010 20:58:00 GMT</pubDate>
    </item>
    <item>
      <title>Server-Side Javascript since... way back: RingoJS!</title>
      <link>http://zumbrunn.com/mochazone/Server-Side-Javascript-since...-way-back%3A-RingoJS%21/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Server-Side-Javascript-since...-way-back%3A-RingoJS%21/</guid>
      <description>&lt;a href="http://ringojs.org/"&gt;&lt;img src="http://ringojs.com/static/ringojs-powered.png" border="0" align="right" style="margin-left:20px;margin-bottom:20px;" /&gt;&lt;/a&gt;
&lt;p&gt;From one of the &lt;a href="http://web.archive.org/web/19981111191506/http://www.helma.at/"&gt;very early experiments in "Weblogs"&lt;/a&gt; in 1998 and the &lt;a href="http://web.archive.org/web/20000829140639/http://helma.org/"&gt;open sourcing of the "HOP"&lt;/a&gt; in the year 2000 to the widely deployed and mature &lt;a href="http://helma.org/"&gt;Helma&lt;/a&gt; as we know it, plus the first experimental attempts at a Helma-rewrite as a &lt;a href="http://mod-gcj.sourceforge.net/rhinola.html"&gt;lean and mean js runtime, initially called "Rhinola"&lt;/a&gt; and running on top of mod_gcj, which evolved into a candidate for &lt;a href="http://helma.org/tags/helma+2/"&gt;"Helma 2"&lt;/a&gt; and later was codenamed &lt;a href="http://helma.org/wiki/Helma+NG/"&gt;"Helma NG"&lt;/a&gt;, the project &lt;a href="http://ringojs.org/wiki/"&gt;now known as RingoJS&lt;/a&gt; can truly be called "Server-Side Javascript since... way back!"&lt;/p&gt;


&lt;p&gt;RingoJS is a thin wrapper around Rhino providing
a CommonJS conformant module library and web application framework. If
you are using Rhino and/or are interested in CommonJS and ServerJS in general, the brand new RingoJS 0.4 release might be worth checking out.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://ringojs.org/wiki/Release 0.4/"&gt;http://ringojs.org/wiki/Release 0.4/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The most notable new features:
&lt;ul&gt;
&lt;li&gt;updated CommonJS compliance&lt;/li&gt;
&lt;li&gt;improved web application modules&lt;/li&gt;
&lt;li&gt;optimizations regarding code caching and resource loading&lt;/li&gt;
&lt;li&gt;updated Rhino snapshot with more ES5 features in JavaScript 1.8&lt;/li&gt;
&lt;li&gt;unittest module; we are now shipping with 235 tests&lt;/li&gt;
&lt;li&gt;jsdoc module using Rhino's AST feature and powering the &lt;a href="http://ringojs.org/api/"&gt;API docs web app&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;POSIX support; using JRuby's jnr-posix libraries&lt;/li&gt;
&lt;li&gt;admin script for creating web app scaffolding&lt;/li&gt;
&lt;li&gt;simplified Google App Engine deployment&lt;/li&gt;
&lt;li&gt;new logging module based on log4j/SLF4J&lt;/li&gt;
&lt;li&gt;lots of new JSGI middleware; gzip, etag, transaction, profiler, ...&lt;/li&gt;
&lt;li&gt;new CLI arguments parser in pure JS&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Pre-built downloads for Linux, Mac and Windows can be found on github: &lt;a href="http://github.com/ringo/ringojs/downloads"&gt;http://github.com/ringo/ringojs/downloads&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And, of course, our new &lt;a href="http://ringojs.org/"&gt;ringojs.org&lt;/a&gt; site is now powered by RingoJS.&lt;/p&gt;

&lt;p&gt;So you can see how easy it is to take RingoJS for a spin on Google App Engine, Hannes has produced the &lt;a href="http://vimeo.com/10063607"&gt;Deploying RingoJS on Google App Engine&lt;/a&gt; screencast for your viewing pleasure :-)&lt;/p&gt;


&lt;p&gt;&lt;object width="560" height="378"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10063607&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=10063607&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="378"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;10.3.2010, 18:15&lt;/span&gt;</description>
      <pubDate>Wed, 10 Mar 2010 18:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Modules, Proxies, and Ephemeron Tables</title>
      <link>http://zumbrunn.com/mochazone/Modules%2C_Proxies%2C_and_Ephemeron_Tables/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Modules%2C_Proxies%2C_and_Ephemeron_Tables/</guid>
      <description>&lt;p&gt;Kris Kowal and Mark Miller presented a synopsis of &lt;a href="http://vimeo.com/9965316"&gt;topics covered at the January 2010 ECMA TC-39 meeting:&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;object width="560" height="315"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9965316&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://vimeo.com/moogaloop.swf?clip_id=9965316&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="315"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;7.3.2010, 11:41&lt;/span&gt;</description>
      <pubDate>Sun, 07 Mar 2010 11:41:00 GMT</pubDate>
    </item>
    <item>
      <title>Helma 1.7.0 has escaped its stealth existence</title>
      <link>http://zumbrunn.com/mochazone/Helma1.7.0Released/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/Helma1.7.0Released/</guid>
      <description>&lt;p&gt;The &lt;a href="http://helma.org/Download/"&gt;Helma 1.7.0 release&lt;/a&gt; contains some bug fixes and &lt;a href="http://helma.org/wiki/New+features+in+Helma+1.7/"&gt;major improvements,&lt;/a&gt; such as &lt;a href="http://helma.org/wiki/Creating+collections+programmatically/"&gt;programmable HopObject collections&lt;/a&gt; and &lt;a href="http://helma.org/wiki/Defining+HopObject+mappings+programmatically/"&gt;prototype mappings,&lt;/a&gt; Apache Commons Daemon support, a &lt;a href="http://helma.org/wiki/Profiler/"&gt;profiler for measuring function runtime and invocation frequency&lt;/a&gt;, and skin/macro introspection, to mention just a few. It also contains an updated version of Rhino and is the first Helma release that has &lt;a href="http://developer.mozilla.org/en/docs/New_in_JavaScript_1.7"&gt;Javascript 1.7 features&lt;/a&gt; enabled by default. The Helma 1.7.0 Changelog below has the nitty gritty details. Better &lt;a href="http://helma.org/Download/"&gt;get it now, before there is an even better one.&lt;/a&gt; Really, it's that good!&lt;/p&gt; 

&lt;p&gt;Our bugzilla has a &lt;a href="http://helma.org/bugs/buglist.cgi?product=Helma&amp;target_milestone=1.7.0&amp;resolution=FIXED"&gt;list of bugs fixed in Helma 1.7.0&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;ul&gt;
&lt;li&gt;Added ability to create HopObject collections programmatically and on the fly, without having to define them in the prototype's type.properties file.&lt;/li&gt;
&lt;li&gt;Prototype mappings can now be defined programmatically as well using the newly added global function definePrototype().&lt;/li&gt;
&lt;li&gt;Added Apache Commons Daemon support, making it possible to run the embedded Jetty server on port 80 for ordinary users on Unix and running Helma as service on Unix and Windows systems.&lt;/li&gt;
&lt;li&gt;Property names in HopObjects are now case sensitive.&lt;/li&gt;
&lt;li&gt;Added support for lazy collection loading, setting collection.lazyloading = true changes HopObject.list() to no longer fetch all contained objects, amongst other aspects.&lt;/li&gt;
&lt;li&gt;HopObject.href() now takes an optional second argument, an object which will be encoded to a query string and added to the generated URL.&lt;/li&gt;
&lt;li&gt;Added a profiler for measuring function runtime and invocation frequency.&lt;/li&gt;
&lt;li&gt;Added generic header manipulation methods getHeader(), addHeader(), setHeader(), removeHeader() to the helma.Mail object.&lt;/li&gt;
&lt;li&gt;Backported improved helma.file module from Helma NG, which takes an options object as argument and allows to specify the default charset to use.&lt;/li&gt;
&lt;li&gt;Changed Object.prototype.dontEnum to be overridable and not read-only.&lt;/li&gt;
&lt;li&gt;Added support for __defineGetter__ and __defineSetter__ to HopObjects.&lt;/li&gt;
&lt;li&gt;Write locks for non-persistable properties on HopObjects are no longer checked.&lt;/li&gt;
&lt;li&gt;A Rendering bug involving case in skin name has disappeared.&lt;/li&gt;
&lt;li&gt;Fixed strictvars mode to produce the appropriate errors.&lt;/li&gt;
&lt;li&gt;Fixed a bug where debug logging level wasn't unset if the debug property was set to false during runtime.&lt;/li&gt;
&lt;li&gt;Network ports are now checked at startup by opening a ServerSocket on the port in question and seeing if it works.&lt;/li&gt;
&lt;li&gt;Fixed a regression where dynamic relations were broken when the parent wasn't explicitely set.&lt;/li&gt;
&lt;li&gt;Replaced encumbered code base of helma.util.Diff with an alternative implementation.&lt;/li&gt;
&lt;li&gt;Fixed a comparison bug in loop macro in HopObject.js.&lt;/li&gt;
&lt;li&gt;Fixed a slowdown when using getDBConnection() and oracle db that was due to running connection tests to often.&lt;/li&gt;
&lt;li&gt;Fixed an error when retrieving HopObjects by accessname on a programmatic collection.&lt;/li&gt;
&lt;li&gt;Fixed a problem where the return value of a HopObject's size() method did not change when removing children of a collection.&lt;/li&gt;
&lt;li&gt;Fixed a problem with limit and offset on normal collections not working properly.&lt;/li&gt;
&lt;li&gt;Adding an object to a grouped collection right after removing an object from that collection, which was in the same group and was added in the same request, now works.&lt;/li&gt;
&lt;li&gt;Changed sessions for requests that do not already have one to be only created when actually needed.&lt;/li&gt;
&lt;li&gt;Fixed a bug that caused helma.Html.isSelected() method to fail when the last argument was an array.&lt;/li&gt;
&lt;li&gt;Added Skin.getMacros() to offer start and end properties, and getName, getHandlerType, getNamedParams, getPositionalParams and hasNestedMacros methods for skin/macro introspection.&lt;/li&gt;
&lt;li&gt;Fixed a problem with persist() and collections using accessName. &lt;/li&gt;
&lt;li&gt;Calling list() method with min and/or max arguments on HopObjects that are transient now works.&lt;/li&gt;
&lt;li&gt;Changed String.URLPATTERN to use a regular expression instead of java.net.URL.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;You can &lt;a href="http://helma.org/Download/"&gt;download it here.&lt;/a&gt;&lt;/p&gt;

&lt;span class="small"&gt;10.2.2010, 0:13&lt;/span&gt;</description>
      <pubDate>Wed, 10 Feb 2010 00:13:00 GMT</pubDate>
    </item>
    <item>
      <title>The Moon And The Sky by Sade</title>
      <link>http://zumbrunn.com/mochazone/TheMoonAndTheSkybySade/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/TheMoonAndTheSkybySade/</guid>
      <description>&lt;p&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/yFG-6-OV4J0&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/yFG-6-OV4J0&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;6.2.2010, 19:41&lt;/span&gt;</description>
      <pubDate>Sat, 06 Feb 2010 19:41:00 GMT</pubDate>
    </item>
    <item>
      <title>Written In Reverse by Spoon</title>
      <link>http://zumbrunn.com/mochazone/WrittenInReversebySpoon/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/WrittenInReversebySpoon/</guid>
      <description>&lt;p&gt;&lt;object width="550" height="400"&gt;&lt;param name="movie" value="http://www.youtube.com/v/moMFaFzpP6U&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/moMFaFzpP6U&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="400"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;span class="small"&gt;24.1.2010, 19:57&lt;/span&gt;</description>
      <pubDate>Sun, 24 Jan 2010 19:57:00 GMT</pubDate>
    </item>
    <item>
      <title>Keep Cool My Babies!</title>
      <link>http://zumbrunn.com/mochazone/KeepCoolMyBabies%21/</link>
      <guid isPermaLink="true">http://zumbrunn.com/mochazone/KeepCoolMyBabies%21/</guid>
      <description>&lt;p&gt;&lt;a href="http://boards.nbc.com/nbc/index.php?showtopic=825031"&gt;&lt;img src="/static/2010/thetonightshow2.gif" with="400" height="200" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How? *Seven Month*? And what then? The chance of him being shown somewhere we can see him over here in Europe are slim :-(&lt;/p&gt;

&lt;p&gt;Oh, well, I'm looking forward to watching his last shows this weekend, when they will be shown on CNBC Europe. On Conan's last show, apparently Neil Young is the musical guest! Enjoy it while it lasts, as they say!&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.huffingtonpost.com/2010/01/22/conan-obriens-heartfelt-f_n_433954.html"&gt;http://www.huffingtonpost.com/2010/01/22/conan-obriens-heartfelt-f_n_433954.html&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Conan O'Brien's &lt;a href="http://www.huffingtonpost.com/2010/01/22/conan-obriens-final-tonig_n_433938.html"&gt;final "Tonight Show" aired Friday,&lt;/a&gt; and while much of it was funny and &lt;a href="http://www.huffingtonpost.com/2010/01/23/conans-last-show-spends-5_n_433974.html"&gt;some was expensive,&lt;/a&gt; the show ended with heartfelt words from the long-time NBC host:&lt;/p&gt;

&lt;p&gt;"Before we end this rodeo, a few things need to be said. There has been a lot of speculation in the press about what I legally can and can't say about NBC. To set the record straight, tonight I am allowed to say anything I want. And what I want to say is this: between my time at Saturday Night Live, The Late Night Show, and my brief run here on The Tonight Show, I have worked with NBC for over twenty years. Yes, we have our differences right now and yes, we're going to go our separate ways. But this company has been my home for most of my adult life. I am enormously proud of the work we have done together, and I want to thank NBC for making it all possible.&lt;/p&gt;

&lt;p&gt;Walking away from The Tonight Show is the hardest thing I have ever had to do. Making this choice has been enormously difficult. This is the best job in the world, I absolutely love doing it, and I have the best staff and crew in the history of the medium. But despite this sense of loss, I really feel this should be a happy moment. Every comedian dreams of hosting The Tonight Show and, for seven months, I got to. I did it my way, with people I love, and I do not regret a second. I've had more good fortune than anyone I know and if our next gig is doing a show in a 7-11 parking lot, we'll find a way to make it fun.&lt;/p&gt;

&lt;p&gt;And finally, I have to say something to our fans. The massive outpouring of support and passion from so many people has been overwhelming. The rallies, the signs, all the goofy, outrageous creativity on the internet, and the fact that people have traveled long distances and camped out all night in the pouring rain to be in our audience, made a sad situation joyous and inspirational.&lt;/p&gt;

&lt;p&gt;To all the people watching, I can never thank you enough for your kindness to me and I'll think about it for the rest of my life. All I ask of you is one thing: please don't be cynical. I hate cynicism -- it's my least favorite quality and it doesn't lead anywhere.&lt;/p&gt;

&lt;p&gt;Nobody in life gets exactly what they thought they were going to get. But if you work really hard and you're kind, amazing things will happen."&lt;/p&gt;

&lt;p&gt;Huffpost &lt;a href="http://www.huffingtonpost.com/2010/01/22/conan-obriens-heartfelt-f_n_433954.html"&gt;has the video&lt;/a&gt;.&lt;/p&gt;

&lt;span class="small"&gt;23.1.2010, 12:33&lt;/span&gt;</description>
      <pubDate>Sat, 23 Jan 2010 12:33:00 GMT</pubDate>
    </item>
  </channel>
</rss>