<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The 140 character webapp</title>
	<atom:link href="http://transfixedbutnotdead.com/2009/02/23/the-140-character-webapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://transfixedbutnotdead.com/2009/02/23/the-140-character-webapp/</link>
	<description>my ramblings on life, work &#38; anything left in-between</description>
	<lastBuildDate>Sat, 11 Feb 2012 02:28:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: draegtun</title>
		<link>http://transfixedbutnotdead.com/2009/02/23/the-140-character-webapp/#comment-546</link>
		<dc:creator><![CDATA[draegtun]]></dc:creator>
		<pubDate>Thu, 12 Mar 2009 14:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://draegtun.wordpress.com/?p=175#comment-546</guid>
		<description><![CDATA[@prakash  -  Thanks very much. 

I did also post a an improved version on f055.net comments weighing in at 117 chars....    http://f055.net/article/the-140-character-webapp-challenge/P50/

Here it is to save wading thru comments....

[sourcecode language=&quot;ruby&quot;]
use Continuity;Continuity-&gt;new-&gt;loop;sub main{while(){$m+=$_[0]-&gt;print(&quot;$m&lt;form&gt;&lt;input name=m&gt;&quot;)-&gt;next-&gt;param(‘m’)}}
[/sourcecode]

BTW... I assume your code got mangled a bit when posted because its missing &quot;form input&quot; part and the while loop doesn&#039;t quite work.  But yes it does show yet another way to write this number counter webapp in under 140 chars using Perl/Continuity.  Thats three at last count :)

/I3az/]]></description>
		<content:encoded><![CDATA[<p>@prakash  &#8211;  Thanks very much. </p>
<p>I did also post a an improved version on f055.net comments weighing in at 117 chars&#8230;.    <a href="http://f055.net/article/the-140-character-webapp-challenge/P50/" rel="nofollow">http://f055.net/article/the-140-character-webapp-challenge/P50/</a></p>
<p>Here it is to save wading thru comments&#8230;.</p>
<pre class="brush: ruby;">
use Continuity;Continuity-&gt;new-&gt;loop;sub main{while(){$m+=$_[0]-&gt;print(&quot;$m&lt;form&gt;&lt;input name=m&gt;&quot;)-&gt;next-&gt;param(‘m’)}}
</pre>
<p>BTW&#8230; I assume your code got mangled a bit when posted because its missing &#8220;form input&#8221; part and the while loop doesn&#8217;t quite work.  But yes it does show yet another way to write this number counter webapp in under 140 chars using Perl/Continuity.  Thats three at last count <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>/I3az/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prakash</title>
		<link>http://transfixedbutnotdead.com/2009/02/23/the-140-character-webapp/#comment-545</link>
		<dc:creator><![CDATA[prakash]]></dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://draegtun.wordpress.com/?p=175#comment-545</guid>
		<description><![CDATA[Very impressive.

I think you could shave 3 more characters by rewriting the while loop (this is untested):

use Continuity;Continuity-&gt;new-&gt;loop;sub main{($r)=@_;$r-&gt;print(&#039;&#039;),$r-&gt;next,$x+=$r-&gt;param(&#039;m&#039;),$r-&gt;print($x)while1}

Also, thanks for the intro to Continuity and Squatting. They both look very interesting.]]></description>
		<content:encoded><![CDATA[<p>Very impressive.</p>
<p>I think you could shave 3 more characters by rewriting the while loop (this is untested):</p>
<p>use Continuity;Continuity-&gt;new-&gt;loop;sub main{($r)=@_;$r-&gt;print(&#8221;),$r-&gt;next,$x+=$r-&gt;param(&#8216;m&#8217;),$r-&gt;print($x)while1}</p>
<p>Also, thanks for the intro to Continuity and Squatting. They both look very interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: draegtun</title>
		<link>http://transfixedbutnotdead.com/2009/02/23/the-140-character-webapp/#comment-537</link>
		<dc:creator><![CDATA[draegtun]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 12:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://draegtun.wordpress.com/?p=175#comment-537</guid>
		<description><![CDATA[Thanks Marek.   

And well done to yourself for an inspired challenge &amp; blog post.

I&#039;ve tweeted the Continuity web app.....  

  http://twitter.com/draegtun/statuses/1240532503

...  it looks a bit like a work of art now  :)

chars Barry]]></description>
		<content:encoded><![CDATA[<p>Thanks Marek.   </p>
<p>And well done to yourself for an inspired challenge &amp; blog post.</p>
<p>I&#8217;ve tweeted the Continuity web app&#8230;..  </p>
<p>  <a href="http://twitter.com/draegtun/statuses/1240532503" rel="nofollow">http://twitter.com/draegtun/statuses/1240532503</a></p>
<p>&#8230;  it looks a bit like a work of art now  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>chars Barry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: f055</title>
		<link>http://transfixedbutnotdead.com/2009/02/23/the-140-character-webapp/#comment-536</link>
		<dc:creator><![CDATA[f055]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 12:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://draegtun.wordpress.com/?p=175#comment-536</guid>
		<description><![CDATA[Nice post Barry! I like how you detailed the road to 140 chars. Thanks for taking the challenge! It&#039;s just a couple days left and I&#039;ll be doing the final wrap up :)]]></description>
		<content:encoded><![CDATA[<p>Nice post Barry! I like how you detailed the road to 140 chars. Thanks for taking the challenge! It&#8217;s just a couple days left and I&#8217;ll be doing the final wrap up <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The 140 Character WebApp Disclaimer! &#171; transfixed but not dead!</title>
		<link>http://transfixedbutnotdead.com/2009/02/23/the-140-character-webapp/#comment-535</link>
		<dc:creator><![CDATA[The 140 Character WebApp Disclaimer! &#171; transfixed but not dead!]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 11:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://draegtun.wordpress.com/?p=175#comment-535</guid>
		<description><![CDATA[[...] The 140 Character WebApp&#160;Disclaimer! Filed under: perl &#8212; Tags: perl, Squatting &#8212; draegtun @ 11:21 am   Re: my last blog post [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The 140 Character WebApp&nbsp;Disclaimer! Filed under: perl &#8212; Tags: perl, Squatting &#8212; draegtun @ 11:21 am   Re: my last blog post [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

