<?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"
	>
<channel>
	<title>Comments for Not this...</title>
	<atom:link href="http://blog.timbunce.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timbunce.org</link>
	<description>nor even that</description>
	<pubDate>Sat, 17 May 2008 07:19:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Perl Myths by Christopher Cashell</title>
		<link>http://blog.timbunce.org/2008/03/08/perl-myths/#comment-180</link>
		<dc:creator>Christopher Cashell</dc:creator>
		<pubDate>Wed, 14 May 2008 21:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=23#comment-180</guid>
		<description>To Zbigniew: How many of those startup founders were working on web apps?  I'm betting all or most of them?

While Catalyst looks awesome (I'm going to be playing around with it in the imminent future for a project I have in mind), it still seems relatively new and a lot of people aren't familiar with it.  In the web app arena, PHP, Rails, etc, seem to be the best known and most popular solutions.  Perl just isn't considered as a first tier solution for new web apps (although hopefully Catalyst will change that).

When you look at non-web app startups, I would expect perl to be much more common.  It may not be the focus of the company, and they may not be building a single huge application in it, but I wouldn't be surprised to see it showing up somewhere.

I can say that the company I work for isn't too far from being a startup, and while we're currently rewriting a major perl application in Java (because our Dev manager loves all things Java), but even so, new small projects are constantly being done in Perl just because it works so well.</description>
		<content:encoded><![CDATA[<p>To Zbigniew: How many of those startup founders were working on web apps?  I&#8217;m betting all or most of them?</p>
<p>While Catalyst looks awesome (I&#8217;m going to be playing around with it in the imminent future for a project I have in mind), it still seems relatively new and a lot of people aren&#8217;t familiar with it.  In the web app arena, PHP, Rails, etc, seem to be the best known and most popular solutions.  Perl just isn&#8217;t considered as a first tier solution for new web apps (although hopefully Catalyst will change that).</p>
<p>When you look at non-web app startups, I would expect perl to be much more common.  It may not be the focus of the company, and they may not be building a single huge application in it, but I wouldn&#8217;t be surprised to see it showing up somewhere.</p>
<p>I can say that the company I work for isn&#8217;t too far from being a startup, and while we&#8217;re currently rewriting a major perl application in Java (because our Dev manager loves all things Java), but even so, new small projects are constantly being done in Perl just because it works so well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding the cause of inexplicable warnings in XS code by Perl Coding School &#187; Blog Archive &#187; perl code [2008-05-08 11:12:01]</title>
		<link>http://blog.timbunce.org/2008/05/08/finding-the-cause-of-inexplicable-warnings-in-xs-code/#comment-170</link>
		<dc:creator>Perl Coding School &#187; Blog Archive &#187; perl code [2008-05-08 11:12:01]</dc:creator>
		<pubDate>Thu, 08 May 2008 11:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=39#comment-170</guid>
		<description>[...]  Finding the cause of inexplicable warnings in XS code  By TimBunce  Perl is reporting the last line of perl code that was executed at the same or higher level in the stack. So other perl code, such as a callback, may have been executed between entering xsub() and the warning being generated, &#8230;   Not this&#8230; - http://blog.timbunce.org [...]</description>
		<content:encoded><![CDATA[<p>[...]  Finding the cause of inexplicable warnings in XS code  By TimBunce  Perl is reporting the last line of perl code that was executed at the same or higher level in the stack. So other perl code, such as a callback, may have been executed between entering xsub() and the warning being generated, &#8230;   Not this&#8230; - <a href="http://blog.timbunce.org" rel="nofollow">http://blog.timbunce.org</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pay no attention to that callback behind the curtain! by TimBunce</title>
		<link>http://blog.timbunce.org/2008/05/01/pay-no-attention-to-that-callback-behind-the-curtain/#comment-156</link>
		<dc:creator>TimBunce</dc:creator>
		<pubDate>Sat, 03 May 2008 10:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=38#comment-156</guid>
		<description>A callback can be set for any *driver* method.</description>
		<content:encoded><![CDATA[<p>A callback can be set for any *driver* method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pay no attention to that callback behind the curtain! by TimBunce</title>
		<link>http://blog.timbunce.org/2008/05/01/pay-no-attention-to-that-callback-behind-the-curtain/#comment-157</link>
		<dc:creator>TimBunce</dc:creator>
		<pubDate>Sat, 03 May 2008 10:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=38#comment-157</guid>
		<description>A callback can be set for any *driver* method.</description>
		<content:encoded><![CDATA[<p>A callback can be set for any *driver* method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pay no attention to that callback behind the curtain! by matthew persico</title>
		<link>http://blog.timbunce.org/2008/05/01/pay-no-attention-to-that-callback-behind-the-curtain/#comment-155</link>
		<dc:creator>matthew persico</dc:creator>
		<pubDate>Sat, 03 May 2008 02:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=38#comment-155</guid>
		<description>I can think of one immediately - SQL rewriting. As an example, create a callback on a DBD::Sybase handle for prepare such that if the server type is ASE, leave the sql code alone BUT if the server type is IQ, replace all db..table reference with db.table. The alternative is recoding when moving to an IQ server or building the query with in if/else statement.

Can you put callback on connect and disconnect? I'm sure that could be useful for something.</description>
		<content:encoded><![CDATA[<p>I can think of one immediately - SQL rewriting. As an example, create a callback on a DBD::Sybase handle for prepare such that if the server type is ASE, leave the sql code alone BUT if the server type is IQ, replace all db..table reference with db.table. The alternative is recoding when moving to an IQ server or building the query with in if/else statement.</p>
<p>Can you put callback on connect and disconnect? I&#8217;m sure that could be useful for something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - &#8220;Lies, damned lies, and statistics&#8221; by This is a perl blog, too. At least partly. &#171; Not this&#8230;</title>
		<link>http://blog.timbunce.org/2008/04/12/tiobe-or-not-tiobe-lies-damned-lies-and-statistics/#comment-147</link>
		<dc:creator>This is a perl blog, too. At least partly. &#171; Not this&#8230;</dc:creator>
		<pubDate>Mon, 28 Apr 2008 20:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=31#comment-147</guid>
		<description>[...] I&#8217;m only spelling it out like this because, by saying &#8220;perl blog&#8220;, I help to keep Mr. Schwern happy, and I&#8217;m saying &#8220;perl programming&#8221; purely for my own amusement. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m only spelling it out like this because, by saying &#8220;perl blog&#8220;, I help to keep Mr. Schwern happy, and I&#8217;m saying &#8220;perl programming&#8221; purely for my own amusement. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - An Update by Lies, damn lies, and search engine rankings &#171; Not this&#8230;</title>
		<link>http://blog.timbunce.org/2008/04/20/tiobe-or-not-tiobe-an-update/#comment-145</link>
		<dc:creator>Lies, damn lies, and search engine rankings &#171; Not this&#8230;</dc:creator>
		<pubDate>Sat, 26 Apr 2008 17:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=32#comment-145</guid>
		<description>[...] was recently reminded of the significant differences that can occur in the results of different search engines. That, in [...]</description>
		<content:encoded><![CDATA[<p>[...] was recently reminded of the significant differences that can occur in the results of different search engines. That, in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lies, damn lies, and search engine rankings by David Holden</title>
		<link>http://blog.timbunce.org/2008/04/25/lies-damn-lies-and-search-engine-rankings/#comment-144</link>
		<dc:creator>David Holden</dc:creator>
		<pubDate>Fri, 25 Apr 2008 12:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=35#comment-144</guid>
		<description>Excellent post, habit and laziness often combine leaving me vulnerable to the "google effect", even to the point where forgetting to even try the + and - operators google offers. A recent article in the Guardian highlighted this issue in the academic sphere.


http://education.guardian.co.uk/librariesunleashed/story/0,,2275375,00.html</description>
		<content:encoded><![CDATA[<p>Excellent post, habit and laziness often combine leaving me vulnerable to the &#8220;google effect&#8221;, even to the point where forgetting to even try the + and - operators google offers. A recent article in the Guardian highlighted this issue in the academic sphere.</p>
<p><a href="http://education.guardian.co.uk/librariesunleashed/story/0,,2275375,00.html" rel="nofollow">http://education.guardian.co.uk/librariesunleashed/story/0,,2275375,00.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - &#8220;Lies, damned lies, and statistics&#8221; by Lies, damn lies, and search engine rankings &#171; Not this&#8230;</title>
		<link>http://blog.timbunce.org/2008/04/12/tiobe-or-not-tiobe-lies-damned-lies-and-statistics/#comment-143</link>
		<dc:creator>Lies, damn lies, and search engine rankings &#171; Not this&#8230;</dc:creator>
		<pubDate>Fri, 25 Apr 2008 11:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=31#comment-143</guid>
		<description>[...] Filed under: tech &#8212; TimBunce @ 10:56 am Tags: graphs, search  I started a related recent post with a quote that seems just as apt here: &#8220;Figures often beguile me, particularly when I have [...]</description>
		<content:encoded><![CDATA[<p>[...] Filed under: tech &#8212; TimBunce @ 10:56 am Tags: graphs, search  I started a related recent post with a quote that seems just as apt here: &#8220;Figures often beguile me, particularly when I have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - &#8220;Lies, damned lies, and statistics&#8221; by TimBunce</title>
		<link>http://blog.timbunce.org/2008/04/12/tiobe-or-not-tiobe-lies-damned-lies-and-statistics/#comment-141</link>
		<dc:creator>TimBunce</dc:creator>
		<pubDate>Tue, 22 Apr 2008 08:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=31#comment-141</guid>
		<description>Bayrak, I'm not sure what you mean. Perhaps you could contact me by email.</description>
		<content:encoded><![CDATA[<p>Bayrak, I&#8217;m not sure what you mean. Perhaps you could contact me by email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - &#8220;Lies, damned lies, and statistics&#8221; by Bayrak</title>
		<link>http://blog.timbunce.org/2008/04/12/tiobe-or-not-tiobe-lies-damned-lies-and-statistics/#comment-140</link>
		<dc:creator>Bayrak</dc:creator>
		<pubDate>Tue, 22 Apr 2008 00:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=31#comment-140</guid>
		<description>do you know any information about this subject in other languages?</description>
		<content:encoded><![CDATA[<p>do you know any information about this subject in other languages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Myths by TimBunce</title>
		<link>http://blog.timbunce.org/2008/03/08/perl-myths/#comment-136</link>
		<dc:creator>TimBunce</dc:creator>
		<pubDate>Mon, 21 Apr 2008 10:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=23#comment-136</guid>
		<description>Was just reminded of Simon Cozens' "Ten Perl Myths" aryicle from 2000. Still worth a read: http://www.perl.com/pub/a/2000/01/10PerlMyths.html</description>
		<content:encoded><![CDATA[<p>Was just reminded of Simon Cozens&#8217; &#8220;Ten Perl Myths&#8221; aryicle from 2000. Still worth a read: <a href="http://www.perl.com/pub/a/2000/01/10PerlMyths.html" rel="nofollow">http://www.perl.com/pub/a/2000/01/10PerlMyths.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - An Update by TimBunce</title>
		<link>http://blog.timbunce.org/2008/04/20/tiobe-or-not-tiobe-an-update/#comment-135</link>
		<dc:creator>TimBunce</dc:creator>
		<pubDate>Mon, 21 Apr 2008 10:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=32#comment-135</guid>
		<description>Andy, you're right of course that people read much more into it than it's worth. That's why I wanted to dig into it a little to see what merit, if any, there was.

They make two big claims: "The TIOBE Programming Community index gives an indication of the popularity of programming languages" and "The ratings are based on the number of skilled engineers world-wide, courses and third party vendors."

The first of those I could accept, just, if popularity was in quotes and with a caveat added like "based on the popularity of a simple search term".

The second just seems plain wrong. The most charitable explanation is that those are the kinds of things most likely to generate hits, but the statement is certainly misleading.</description>
		<content:encoded><![CDATA[<p>Andy, you&#8217;re right of course that people read much more into it than it&#8217;s worth. That&#8217;s why I wanted to dig into it a little to see what merit, if any, there was.</p>
<p>They make two big claims: &#8220;The TIOBE Programming Community index gives an indication of the popularity of programming languages&#8221; and &#8220;The ratings are based on the number of skilled engineers world-wide, courses and third party vendors.&#8221;</p>
<p>The first of those I could accept, just, if popularity was in quotes and with a caveat added like &#8220;based on the popularity of a simple search term&#8221;.</p>
<p>The second just seems plain wrong. The most charitable explanation is that those are the kinds of things most likely to generate hits, but the statement is certainly misleading.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - An Update by Andy Lester</title>
		<link>http://blog.timbunce.org/2008/04/20/tiobe-or-not-tiobe-an-update/#comment-130</link>
		<dc:creator>Andy Lester</dc:creator>
		<pubDate>Mon, 21 Apr 2008 00:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=32#comment-130</guid>
		<description>This is all arguing about nothing.  What does the number of hits for "X programming" have to do with anything?

It is absurd for him to draw the conclusion that Perl is less popular as a programming language because there are fewer hits for "perl programming" in any given search engine.  It is a leap of logic so huge that I'm astonished that anyone gives a damn.</description>
		<content:encoded><![CDATA[<p>This is all arguing about nothing.  What does the number of hits for &#8220;X programming&#8221; have to do with anything?</p>
<p>It is absurd for him to draw the conclusion that Perl is less popular as a programming language because there are fewer hits for &#8220;perl programming&#8221; in any given search engine.  It is a leap of logic so huge that I&#8217;m astonished that anyone gives a damn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - An Update by ask &#187; Blog Archive &#187; TIOBE or not TIOBE - An Update</title>
		<link>http://blog.timbunce.org/2008/04/20/tiobe-or-not-tiobe-an-update/#comment-129</link>
		<dc:creator>ask &#187; Blog Archive &#187; TIOBE or not TIOBE - An Update</dc:creator>
		<pubDate>Sun, 20 Apr 2008 22:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=32#comment-129</guid>
		<description>[...] mt@pugetsoundsoftware.com wrote an interesting post today onHere&#8217;s a quick excerpt&#8230; you ask me the same question more than once. Here are the results for the TIOBE index run for today. The query that has been applied is +” programming”. Here is an overview of the number of hits:. 1. Perl - Google: 966000 &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="mailto:mt@pugetsoundsoftware.com">mt@pugetsoundsoftware.com</a> wrote an interesting post today onHere&#8217;s a quick excerpt&#8230; you ask me the same question more than once. Here are the results for the TIOBE index run for today. The query that has been applied is +” programming”. Here is an overview of the number of hits:. 1. Perl - Google: 966000 &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TIOBE or not TIOBE - &#8220;Lies, damned lies, and statistics&#8221; by TIOBE or not TIOBE - An Update &#171; Not this&#8230;</title>
		<link>http://blog.timbunce.org/2008/04/12/tiobe-or-not-tiobe-lies-damned-lies-and-statistics/#comment-128</link>
		<dc:creator>TIOBE or not TIOBE - An Update &#171; Not this&#8230;</dc:creator>
		<pubDate>Sun, 20 Apr 2008 22:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=31#comment-128</guid>
		<description>[...] TIOBE or not TIOBE - An&#160;Update Filed under: software &#8212; TimBunce @ 9:43 pm Tags: language, perl, python, search, trends  This is an update to my earlier post TIOBE or not TIOBE - “Lies, damned lies, and statistics” [...]</description>
		<content:encoded><![CDATA[<p>[...] TIOBE or not TIOBE - An&nbsp;Update Filed under: software &#8212; TimBunce @ 9:43 pm Tags: language, perl, python, search, trends  This is an update to my earlier post TIOBE or not TIOBE - “Lies, damned lies, and statistics” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Boundaries of Discourse by Aristotle Pagaltzis</title>
		<link>http://blog.timbunce.org/2008/04/07/boundaries-of-discourse/#comment-127</link>
		<dc:creator>Aristotle Pagaltzis</dc:creator>
		<pubDate>Sat, 19 Apr 2008 10:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=30#comment-127</guid>
		<description>Err, “I want to know,” gosh.</description>
		<content:encoded><![CDATA[<p>Err, “I want to know,” gosh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code duplication, cheap but not free by TimBunce</title>
		<link>http://blog.timbunce.org/2008/03/25/code-duplication-cheap-but-not-free/#comment-126</link>
		<dc:creator>TimBunce</dc:creator>
		<pubDate>Fri, 18 Apr 2008 21:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=27#comment-126</guid>
		<description>You're right of course Adam.

I do use unless occasionally, but only when it reads much more naturally than any alternative, and when the conditional expression is trivial. So in this case I certainly broke the second part of my own guidelines, and I probably broke the first as well.

When I'm trying to avoid an 'unless' I find myself using 'not' more than '!' these days. So I'd probably write the expression as

    next if not $x or $x-&#62;{as_of_rev} ...</description>
		<content:encoded><![CDATA[<p>You&#8217;re right of course Adam.</p>
<p>I do use unless occasionally, but only when it reads much more naturally than any alternative, and when the conditional expression is trivial. So in this case I certainly broke the second part of my own guidelines, and I probably broke the first as well.</p>
<p>When I&#8217;m trying to avoid an &#8216;unless&#8217; I find myself using &#8216;not&#8217; more than &#8216;!&#8217; these days. So I&#8217;d probably write the expression as</p>
<p>    next if not $x or $x-&gt;{as_of_rev} &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code duplication, cheap but not free by Adam Kaplan</title>
		<link>http://blog.timbunce.org/2008/03/25/code-duplication-cheap-but-not-free/#comment-125</link>
		<dc:creator>Adam Kaplan</dc:creator>
		<pubDate>Fri, 18 Apr 2008 12:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=27#comment-125</guid>
		<description>"I think the combined effect of changing from an ‘if’ to a ‘next’ with an ‘unless’ threw me off. Like a double negative."

Perl Best Practices, page 96 &#38; 97.  Don't use postfix-style modifiers other than if, and never use unless.

I point that out only because you recommended that I read the book just 3 weeks ago  (I did, and this is exactly what it said could happen).  I do think the next belongs on the left though.

Cheers
adam</description>
		<content:encoded><![CDATA[<p>&#8220;I think the combined effect of changing from an ‘if’ to a ‘next’ with an ‘unless’ threw me off. Like a double negative.&#8221;</p>
<p>Perl Best Practices, page 96 &amp; 97.  Don&#8217;t use postfix-style modifiers other than if, and never use unless.</p>
<p>I point that out only because you recommended that I read the book just 3 weeks ago  (I did, and this is exactly what it said could happen).  I do think the next belongs on the left though.</p>
<p>Cheers<br />
adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Boundaries of Discourse by Aristotle Pagaltzis</title>
		<link>http://blog.timbunce.org/2008/04/07/boundaries-of-discourse/#comment-124</link>
		<dc:creator>Aristotle Pagaltzis</dc:creator>
		<pubDate>Thu, 17 Apr 2008 19:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://timbunce.wordpress.com/?p=30#comment-124</guid>
		<description>Hi Tim, welcome to the Type-Fiver “I want how this thing that’s me works” club. :-)</description>
		<content:encoded><![CDATA[<p>Hi Tim, welcome to the Type-Fiver “I want how this thing that’s me works” club. :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
