<?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/"
		>
<channel>
	<title>Comments on: Twisted with Opera 9</title>
	<atom:link href="http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/</link>
	<description>Everything considered harmful</description>
	<lastBuildDate>Sat, 01 May 2010 17:49:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/comment-page-1/#comment-5428</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Tue, 05 Sep 2006 19:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/#comment-5428</guid>
		<description>&lt;p&gt;Alex: in a normal situation I choose &quot;future&quot;, but I&#039;m used to Twisted guys and the web2 so-called-drama and after reading tons of &quot;web2 can and will change&quot; by them I think &quot;legacy&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex: in a normal situation I choose &#8220;future&#8221;, but I&#8217;m used to Twisted guys and the web2 so-called-drama and after reading tons of &#8220;web2 can and will change&#8221; by them I think &#8220;legacy&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Russell</title>
		<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/comment-page-1/#comment-5427</link>
		<dc:creator>Alex Russell</dc:creator>
		<pubDate>Tue, 05 Sep 2006 18:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/#comment-5427</guid>
		<description>&lt;p&gt;Lawrence: Given the choice between using something that&#039;s been branded as &quot;the future&quot; and something branded as &quot;legacy&quot;, what would you pick?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lawrence: Given the choice between using something that&#8217;s been branded as &#8220;the future&#8221; and something branded as &#8220;legacy&#8221;, what would you pick?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/comment-page-1/#comment-5389</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Mon, 04 Sep 2006 00:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/#comment-5389</guid>
		<description>&lt;p&gt;Alex: AFAIK twisted.web2 is explicitly considered alpha and unstable so why are you using it? Isn&#039;t the web(1) version not enough?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex: AFAIK twisted.web2 is explicitly considered alpha and unstable so why are you using it? Isn&#8217;t the web(1) version not enough?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Russell</title>
		<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/comment-page-1/#comment-5386</link>
		<dc:creator>Alex Russell</dc:creator>
		<pubDate>Sun, 03 Sep 2006 23:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/#comment-5386</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;So Nevow and Athena are indeed great, and Twisted doesn&#039;t get enough credit, but at this point it&#039;s becoming easier and easier for &quot;mainstream&quot; developers to turn to whatever async network responder layer is built into the environment they&#039;re already invested in. Jumping into Twisted, esp pre-Abe&#039;s book, required not only being familiar with Python, but also seeing enough value in async network programming to put up with the pseudo-CPS-style idioms that Twisted grafts onto the language. For folks who know they need Twisted, it&#039;s a no-brainer, but for a lot of other people the stumbling blocks that Cliff points out prove to be insurmountable.&lt;/p&gt;

&lt;p&gt;All of this is just to shed some light on why the name &quot;Comet&quot; and the Bayeux protocol are necessaray: most people really can&#039;t recognize the value until they can recognize the problem. Hopefully the &quot;Comet&quot; moniker will do good things for Nevow and Athena adoption, but part of the battle there is also in helping users to recognize the problems that the framework solves. Documentation, live apps, examples, and a community that believes passionately that they are doing thing the &lt;em&gt;right&lt;/em&gt; way will help that a lot, but right now there&#039;s not a lot to hang your hat from if you&#039;re a Nevow/Athena developer.&lt;/p&gt;

&lt;p&gt;We&#039;re developing twisted-cometd on top of Twisted Web2 today, and I&#039;ve gotta tell you that I&#039;ll probably be recommending the Jetty or Perl implementations of the server stack because they don&#039;t require being wedded to alphaware or to something that&#039;s clearly EOL&#039;d.&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>So Nevow and Athena are indeed great, and Twisted doesn&#8217;t get enough credit, but at this point it&#8217;s becoming easier and easier for &#8220;mainstream&#8221; developers to turn to whatever async network responder layer is built into the environment they&#8217;re already invested in. Jumping into Twisted, esp pre-Abe&#8217;s book, required not only being familiar with Python, but also seeing enough value in async network programming to put up with the pseudo-CPS-style idioms that Twisted grafts onto the language. For folks who know they need Twisted, it&#8217;s a no-brainer, but for a lot of other people the stumbling blocks that Cliff points out prove to be insurmountable.</p>

<p>All of this is just to shed some light on why the name &#8220;Comet&#8221; and the Bayeux protocol are necessaray: most people really can&#8217;t recognize the value until they can recognize the problem. Hopefully the &#8220;Comet&#8221; moniker will do good things for Nevow and Athena adoption, but part of the battle there is also in helping users to recognize the problems that the framework solves. Documentation, live apps, examples, and a community that believes passionately that they are doing thing the <em>right</em> way will help that a lot, but right now there&#8217;s not a lot to hang your hat from if you&#8217;re a Nevow/Athena developer.</p>

<p>We&#8217;re developing twisted-cometd on top of Twisted Web2 today, and I&#8217;ve gotta tell you that I&#8217;ll probably be recommending the Jetty or Perl implementations of the server stack because they don&#8217;t require being wedded to alphaware or to something that&#8217;s clearly EOL&#8217;d.</p>

<p>Regards</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Glyph Lefkowitz</title>
		<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/comment-page-1/#comment-5385</link>
		<dc:creator>Glyph Lefkowitz</dc:creator>
		<pubDate>Sun, 03 Sep 2006 23:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/#comment-5385</guid>
		<description>&lt;p&gt;Cliff - you&#039;re absolutely right.  This is a huge problem, and up until recently the problem wasn&#039;t even explained.  This page, linked from twistedmatrix.com&#039;s front page, should at least explain the problem a little bit:&lt;/p&gt;

&lt;p&gt;http://twistedmatrix.com/trac/wiki/WebDevelopmentWithTwisted&lt;/p&gt;

&lt;p&gt;For the level of interest in the &quot;one right way&quot; to do web stuff in Twisted, we don&#039;t really have very much manpower.  Nobody is getting paid to solve this problem, and all the hyperactive teenagers with too much time on their hands who got Twisted started (myself included) are now working on rather time-consuming jobs at frantic startups, writing software for airlines or online services.&lt;/p&gt;

&lt;p&gt;Any chance you know someone with some spare time?  There are piles and piles of already-known issues in the Twisted and Divmod (e.g. Nevow) trackers that need working on...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Cliff &#8211; you&#8217;re absolutely right.  This is a huge problem, and up until recently the problem wasn&#8217;t even explained.  This page, linked from twistedmatrix.com&#8217;s front page, should at least explain the problem a little bit:</p>

<p><a href="http://twistedmatrix.com/trac/wiki/WebDevelopmentWithTwisted" rel="nofollow">http://twistedmatrix.com/trac/.....ithTwisted</a></p>

<p>For the level of interest in the &#8220;one right way&#8221; to do web stuff in Twisted, we don&#8217;t really have very much manpower.  Nobody is getting paid to solve this problem, and all the hyperactive teenagers with too much time on their hands who got Twisted started (myself included) are now working on rather time-consuming jobs at frantic startups, writing software for airlines or online services.</p>

<p>Any chance you know someone with some spare time?  There are piles and piles of already-known issues in the Twisted and Divmod (e.g. Nevow) trackers that need working on&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/comment-page-1/#comment-5272</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Sat, 02 Sep 2006 19:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/#comment-5272</guid>
		<description>&lt;p&gt;Great comment Cliff. Thanks for the sharing!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great comment Cliff. Thanks for the sharing!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff Wells</title>
		<link>http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/comment-page-1/#comment-5269</link>
		<dc:creator>Cliff Wells</dc:creator>
		<pubDate>Sat, 02 Sep 2006 15:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2006/09/02/twisted-with-opera-9/#comment-5269</guid>
		<description>&lt;p&gt;I don&#039;t think Twisted needs hype.  It needs the 20 minute wiki.  It needs better examples in general.&lt;br /&gt;
There&#039;s plenty of 20 line Twisted demos flying around showing how to setup various services, what&#039;s lacking is demos showing how you go beyond that, integrating other features of Twisted such as Cred, Perspective Broker, etc.
There seems to be the assumption that the async part of Twisted is what boggles people (maybe it does, a little), but I know for me async wasn&#039;t terribly difficult, knowing where to go next is what I found daunting.  I can write simple, single-purpose servers in Twisted without much of a problem.  I wouldn&#039;t attempt a fully-integrated application like I would with TurboGears.&lt;/p&gt;

&lt;p&gt;The information on how to accomplish this might be there, but I doubt I&#039;d be able to sort it out in any timely fashion (or properly choose between the usual state of &quot;don&#039;t use this because it&#039;s deprecated and its replacement will be done real soon now&quot;).
I think herein lies Twisted&#039;s reason for not dominating the Python webspace: any path one might choose outside the core (i.e. anything non-trivial) is either labeled &quot;deprecated&quot; or &quot;unstable&quot;.  That&#039;s not a recipe for successful marketing.  Deprecate something when its replacement is ready, not a year beforehand.  Microsoft has successfully employed this very strategy (FUD) &lt;em&gt;against&lt;/em&gt; other companies for years and the Twisted community seems to employ it against themselves.  What&#039;s the &quot;right way&quot; to do something in Twisted?  Apparently there isn&#039;t one.&lt;/p&gt;

&lt;p&gt;There seems to be a couple half-completed examples of a wiki and a blog on the Twisted site.  If someone who actually knows the right way to do these in Twisted/Nevow (and could make them more prominent on the site) it would go a lot further than any marketing or hype might.  The Twisted community being a little more savvy about outside developer concerns would go a lot further.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think Twisted needs hype.  It needs the 20 minute wiki.  It needs better examples in general.<br />
There&#8217;s plenty of 20 line Twisted demos flying around showing how to setup various services, what&#8217;s lacking is demos showing how you go beyond that, integrating other features of Twisted such as Cred, Perspective Broker, etc.
There seems to be the assumption that the async part of Twisted is what boggles people (maybe it does, a little), but I know for me async wasn&#8217;t terribly difficult, knowing where to go next is what I found daunting.  I can write simple, single-purpose servers in Twisted without much of a problem.  I wouldn&#8217;t attempt a fully-integrated application like I would with TurboGears.</p>

<p>The information on how to accomplish this might be there, but I doubt I&#8217;d be able to sort it out in any timely fashion (or properly choose between the usual state of &#8220;don&#8217;t use this because it&#8217;s deprecated and its replacement will be done real soon now&#8221;).
I think herein lies Twisted&#8217;s reason for not dominating the Python webspace: any path one might choose outside the core (i.e. anything non-trivial) is either labeled &#8220;deprecated&#8221; or &#8220;unstable&#8221;.  That&#8217;s not a recipe for successful marketing.  Deprecate something when its replacement is ready, not a year beforehand.  Microsoft has successfully employed this very strategy (FUD) <em>against</em> other companies for years and the Twisted community seems to employ it against themselves.  What&#8217;s the &#8220;right way&#8221; to do something in Twisted?  Apparently there isn&#8217;t one.</p>

<p>There seems to be a couple half-completed examples of a wiki and a blog on the Twisted site.  If someone who actually knows the right way to do these in Twisted/Nevow (and could make them more prominent on the site) it would go a lot further than any marketing or hype might.  The Twisted community being a little more savvy about outside developer concerns would go a lot further.</p>]]></content:encoded>
	</item>
</channel>
</rss>
