<?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 for The Endeavour</title>
	<atom:link href="http://www.johndcook.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 01:10:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mixing R, Python, and Perl in 14 lines of code by Tavis Rudd</title>
		<link>http://www.johndcook.com/blog/2012/02/09/mixing-r-python-and-perl-in-13-lines-of-code/comment-page-1/#comment-136722</link>
		<dc:creator>Tavis Rudd</dc:creator>
		<pubDate>Sat, 11 Feb 2012 01:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10703#comment-136722</guid>
		<description>In older versions of org-babel the header &#039;#+name&#039; was &#039;#+srcname&#039;.  If the above example doesn&#039;t work, check the value of org-babel-src-name-regexp.</description>
		<content:encoded><![CDATA[<p>In older versions of org-babel the header &#8216;#+name&#8217; was &#8216;#+srcname&#8217;.  If the above example doesn&#8217;t work, check the value of org-babel-src-name-regexp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preventing an unpleasant Sweave surprise by Running Python and R inside Emacs &#8212; The Endeavour</title>
		<link>http://www.johndcook.com/blog/2008/04/29/preventing-an-unpleasant-sweave-surprise/comment-page-1/#comment-136700</link>
		<dc:creator>Running Python and R inside Emacs &#8212; The Endeavour</dc:creator>
		<pubDate>Fri, 10 Feb 2012 23:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/29/preventing-an-unpleasant-sweave-surprise/#comment-136700</guid>
		<description>[...] Personal organization software Preventing an unpleasant Sweave surprise [...]</description>
		<content:encoded><![CDATA[<p>[...] Personal organization software Preventing an unpleasant Sweave surprise [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to delete pages from a PDF without Adobe Acrobat by win hageman</title>
		<link>http://www.johndcook.com/blog/2009/11/06/how-to-delete-pages-from-a-pdf-without-adobe-acrobat/comment-page-1/#comment-136687</link>
		<dc:creator>win hageman</dc:creator>
		<pubDate>Fri, 10 Feb 2012 21:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3650#comment-136687</guid>
		<description>Sure helped me get some vip mail out.  thanks!!!!</description>
		<content:encoded><![CDATA[<p>Sure helped me get some vip mail out.  thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The most brutal man page by Josh</title>
		<link>http://www.johndcook.com/blog/2012/01/25/most-brutal-man-page/comment-page-1/#comment-136652</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 10 Feb 2012 18:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10538#comment-136652</guid>
		<description>Hah! The first man page I thought of after reading the post title was the bash page. That thing is a monster. I&#039;ve learned to tame it by gratuitous use of / (keyword search).

Definitely not for learning bash. I keep a link to the &lt;a href=&quot;http://tldp.org/LDP/abs/html/&quot; rel=&quot;nofollow&quot;&gt;Advanced Bash-Scripting Guide&lt;/a&gt; nearby for learning how to do stuff with bash.</description>
		<content:encoded><![CDATA[<p>Hah! The first man page I thought of after reading the post title was the bash page. That thing is a monster. I&#8217;ve learned to tame it by gratuitous use of / (keyword search).</p>
<p>Definitely not for learning bash. I keep a link to the <a href="http://tldp.org/LDP/abs/html/" rel="nofollow">Advanced Bash-Scripting Guide</a> nearby for learning how to do stuff with bash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by John Stasko</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136647</link>
		<dc:creator>John Stasko</dc:creator>
		<pubDate>Fri, 10 Feb 2012 17:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136647</guid>
		<description>Actually, the two are correlated probably because of which languages have the most &quot;free&quot; or &quot;open source&quot; libraries written for them.

-&gt; free and open source code is less likely to be documented well, so there are more questions on s.o.
-&gt; free and open source code is more likely to be used for projects which are free and open source, hence posted on github

To support these statements, I&#039;d posit that Ada has an enormous code base, probably much bigger than Ruby, and has quite a following and active development.

The other confounder is that there is a large group of people who dislike s.o. with its childish badges, point system, and fascistic moderators.  I don&#039;t know anyone who dislikes GitHub, although I&#039;m sure such people exist.</description>
		<content:encoded><![CDATA[<p>Actually, the two are correlated probably because of which languages have the most &#8220;free&#8221; or &#8220;open source&#8221; libraries written for them.</p>
<p>-&gt; free and open source code is less likely to be documented well, so there are more questions on s.o.<br />
-&gt; free and open source code is more likely to be used for projects which are free and open source, hence posted on github</p>
<p>To support these statements, I&#8217;d posit that Ada has an enormous code base, probably much bigger than Ruby, and has quite a following and active development.</p>
<p>The other confounder is that there is a large group of people who dislike s.o. with its childish badges, point system, and fascistic moderators.  I don&#8217;t know anyone who dislikes GitHub, although I&#8217;m sure such people exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fractional derivatives by John</title>
		<link>http://www.johndcook.com/blog/2009/03/13/fractional-derivatives/comment-page-1/#comment-136507</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 10 Feb 2012 01:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1749#comment-136507</guid>
		<description>Phil: The formulas suggested above for differentiating powers of x and exp(b x) do generalize to fractional derivatives. For powers, the exponent on x must be bigger than -1 and x must be &gt; 0.

The formula for derivatives of exp(b x) suggested above also extends to fractional derivatives, but this time we require b &gt; 0. 

For sine and cosine, things are more complicated. The half derivatives of sine and cosine involve Fresnel integrals. The examples of powers of x and exp( b x) are atypical in that they have a simple form. In general, fractional derivatives involve hypergeometric functions if they can be computed at all.</description>
		<content:encoded><![CDATA[<p>Phil: The formulas suggested above for differentiating powers of x and exp(b x) do generalize to fractional derivatives. For powers, the exponent on x must be bigger than -1 and x must be > 0.</p>
<p>The formula for derivatives of exp(b x) suggested above also extends to fractional derivatives, but this time we require b > 0. </p>
<p>For sine and cosine, things are more complicated. The half derivatives of sine and cosine involve Fresnel integrals. The examples of powers of x and exp( b x) are atypical in that they have a simple form. In general, fractional derivatives involve hypergeometric functions if they can be computed at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Python and R inside Emacs by John Johnson</title>
		<link>http://www.johndcook.com/blog/2012/02/09/python-org-mode/comment-page-1/#comment-136447</link>
		<dc:creator>John Johnson</dc:creator>
		<pubDate>Thu, 09 Feb 2012 20:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10685#comment-136447</guid>
		<description>There&#039;s a lot to like about org-mode. Sweave is nice if you are interested in embedding R in LaTeX, but if you&#039;d rather compose in something more lightweight and use different languages, org-mode is very nice. I also like that you can preview the org-mode stuff before producing it.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a lot to like about org-mode. Sweave is nice if you are interested in embedding R in LaTeX, but if you&#8217;d rather compose in something more lightweight and use different languages, org-mode is very nice. I also like that you can preview the org-mode stuff before producing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example of not inverting a matrix: optimization by Jan Van lent</title>
		<link>http://www.johndcook.com/blog/2012/02/08/newton-conjugate-gradient/comment-page-1/#comment-136429</link>
		<dc:creator>Jan Van lent</dc:creator>
		<pubDate>Thu, 09 Feb 2012 18:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10461#comment-136429</guid>
		<description>A related issue is the accuracy of the matrix inverse method of solving linear systems. See for example the technical report [1].

[1] &quot;How Accurate is inv(A)*b?&quot;, Alex Druinsky, Sivan Toledo, Technical report, Tel-Aviv University, January 2012, http://arxiv.org/abs/1201.6035</description>
		<content:encoded><![CDATA[<p>A related issue is the accuracy of the matrix inverse method of solving linear systems. See for example the technical report [1].</p>
<p>[1] &#8220;How Accurate is inv(A)*b?&#8221;, Alex Druinsky, Sivan Toledo, Technical report, Tel-Aviv University, January 2012, <a href="http://arxiv.org/abs/1201.6035" rel="nofollow">http://arxiv.org/abs/1201.6035</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just what do you mean by &#8217;scale&#8217;? by Will</title>
		<link>http://www.johndcook.com/blog/2012/01/04/just-what-do-you-mean-by-scale/comment-page-1/#comment-136424</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 09 Feb 2012 18:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10370#comment-136424</guid>
		<description>This comment thread reminds me of this article I recently read: http://patshaughnessy.net/2012/1/4/never-create-ruby-strings-longer-than-23-characters

It&#039;s about how Ruby&#039;s internal C representation of a String has a built-in switch that uses the same in-memory struct as the data source for both the simple storage mechanism and the complex storage mechanism. Really clever solution that reminds me more of mechanical engineering than programming.</description>
		<content:encoded><![CDATA[<p>This comment thread reminds me of this article I recently read: <a href="http://patshaughnessy.net/2012/1/4/never-create-ruby-strings-longer-than-23-characters" rel="nofollow">http://patshaughnessy.net/2012/1/4/never-create-ruby-strings-longer-than-23-characters</a></p>
<p>It&#8217;s about how Ruby&#8217;s internal C representation of a String has a built-in switch that uses the same in-memory struct as the data source for both the simple storage mechanism and the complex storage mechanism. Really clever solution that reminds me more of mechanical engineering than programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by Chris Barts</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136422</link>
		<dc:creator>Chris Barts</dc:creator>
		<pubDate>Thu, 09 Feb 2012 18:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136422</guid>
		<description>And then there are languages like COBOL, RPG, APL, AutoLisp, and any number of others that simply don&#039;t make it into &#039;the wild&#039; very often, if at all; they&#039;re an invisible culture, a silent majority (or, at least, plurality) of infrastructure in business, engineering, banking, and financial companies that these metrics will likely never capture.</description>
		<content:encoded><![CDATA[<p>And then there are languages like COBOL, RPG, APL, AutoLisp, and any number of others that simply don&#8217;t make it into &#8216;the wild&#8217; very often, if at all; they&#8217;re an invisible culture, a silent majority (or, at least, plurality) of infrastructure in business, engineering, banking, and financial companies that these metrics will likely never capture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mixing R, Python, and Perl in 14 lines of code by Ed Davies</title>
		<link>http://www.johndcook.com/blog/2012/02/09/mixing-r-python-and-perl-in-13-lines-of-code/comment-page-1/#comment-136416</link>
		<dc:creator>Ed Davies</dc:creator>
		<pubDate>Thu, 09 Feb 2012 17:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10703#comment-136416</guid>
		<description>In what way does this post illustrate calling one code block from another, whatever language they&#039;re written in? It seems to me to show code blocks in each of three languages followed by an expression in its own little language which calls each of those in turn. There doesn&#039;t seem to be any call from one code block to another. Have I missed something?</description>
		<content:encoded><![CDATA[<p>In what way does this post illustrate calling one code block from another, whatever language they&#8217;re written in? It seems to me to show code blocks in each of three languages followed by an expression in its own little language which calls each of those in turn. There doesn&#8217;t seem to be any call from one code block to another. Have I missed something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fractional derivatives by human mathematics</title>
		<link>http://www.johndcook.com/blog/2009/03/13/fractional-derivatives/comment-page-1/#comment-136414</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 17:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1749#comment-136414</guid>
		<description>Great article John. You know you can make the hyphens - look nicer by typing &minus;? &#8722;</description>
		<content:encoded><![CDATA[<p>Great article John. You know you can make the hyphens &#8211; look nicer by typing &amp;minus;? &minus;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fractional derivatives by Phil H</title>
		<link>http://www.johndcook.com/blog/2009/03/13/fractional-derivatives/comment-page-1/#comment-136410</link>
		<dc:creator>Phil H</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=1749#comment-136410</guid>
		<description>Is there any chance you could pick a reasonably common function like sin(x) and give us some example fractional derivatives?</description>
		<content:encoded><![CDATA[<p>Is there any chance you could pick a reasonably common function like sin(x) and give us some example fractional derivatives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by Rick Wicklin</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136397</link>
		<dc:creator>Rick Wicklin</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136397</guid>
		<description>In addition to the new/old bias, these measured are biased towards languages that aren&#039;t backed by a commercial company. The measures don&#039;t really apply for  commercial languages like Mathematica, SAS, and MATLAB. (Although I notice that MATLAB is on the list, probably due to it&#039;s heavy use in certain academic fields.) Commercial companies usually sponsor their own Discussion Forums, so people who use these languages don&#039;t often post to StackOverflow.  Furthmore, GitHub is not used much by business users. SAS is used by most banks, insurance companies, retailers, pharmaceutical companies, and so forth, but these companies are not going to post their proprietary analyses on GitHub.</description>
		<content:encoded><![CDATA[<p>In addition to the new/old bias, these measured are biased towards languages that aren&#8217;t backed by a commercial company. The measures don&#8217;t really apply for  commercial languages like Mathematica, SAS, and MATLAB. (Although I notice that MATLAB is on the list, probably due to it&#8217;s heavy use in certain academic fields.) Commercial companies usually sponsor their own Discussion Forums, so people who use these languages don&#8217;t often post to StackOverflow.  Furthmore, GitHub is not used much by business users. SAS is used by most banks, insurance companies, retailers, pharmaceutical companies, and so forth, but these companies are not going to post their proprietary analyses on GitHub.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Python and R inside Emacs by John</title>
		<link>http://www.johndcook.com/blog/2012/02/09/python-org-mode/comment-page-1/#comment-136374</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10685#comment-136374</guid>
		<description>Sweave may be more convenient if you&#039;re only interested in R, depending on what you&#039;re wanting to do. But what I find most interesting about org-mode is its multi-lingual support.</description>
		<content:encoded><![CDATA[<p>Sweave may be more convenient if you&#8217;re only interested in R, depending on what you&#8217;re wanting to do. But what I find most interesting about org-mode is its multi-lingual support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by stephen o'grady</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136373</link>
		<dc:creator>stephen o'grady</dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136373</guid>
		<description>@Mr Being: I thought that&#039;d go without saying, but that&#039;s certainly correct. All of the deployed COBOL/Assembly/etc, for example, is opaque to these metrics. This is a measurement we believe to be representative of trending and direction, not actual worldwide deployment. 

@Colin: There are certainly issues, but I know the GitHub guys work hard to continually improve the language regular expression matching against their repos. Like most measurements, this one&#039;s imperfect, but it generally passes the sniff test here.</description>
		<content:encoded><![CDATA[<p>@Mr Being: I thought that&#8217;d go without saying, but that&#8217;s certainly correct. All of the deployed COBOL/Assembly/etc, for example, is opaque to these metrics. This is a measurement we believe to be representative of trending and direction, not actual worldwide deployment. </p>
<p>@Colin: There are certainly issues, but I know the GitHub guys work hard to continually improve the language regular expression matching against their repos. Like most measurements, this one&#8217;s imperfect, but it generally passes the sniff test here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by Mr Being</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136372</link>
		<dc:creator>Mr Being</dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136372</guid>
		<description>Maybe people who use github are more likely to use stack overflow and vice versa - but this isn&#039;t a representative sample by any means.</description>
		<content:encoded><![CDATA[<p>Maybe people who use github are more likely to use stack overflow and vice versa &#8211; but this isn&#8217;t a representative sample by any means.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by stephen o'grady</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136368</link>
		<dc:creator>stephen o'grady</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136368</guid>
		<description>A related, interesting tidbit: the correlation between GitHub and Stack Overflow is getting stronger. When Conway originally performed the analysis in 12/10, the ranking correlation was .78. In September of last year, it was up to .79. 

This go around? .84. 

And as for the suggestion above at looking for correlations with recruitment data, I&#039;d love to explore that, but none of the sites I can find actually expose hard data, only graphs. If anyone has suggestions as to where that data is obtainable - or better, has that data themselves - please do get in touch.</description>
		<content:encoded><![CDATA[<p>A related, interesting tidbit: the correlation between GitHub and Stack Overflow is getting stronger. When Conway originally performed the analysis in 12/10, the ranking correlation was .78. In September of last year, it was up to .79. </p>
<p>This go around? .84. </p>
<p>And as for the suggestion above at looking for correlations with recruitment data, I&#8217;d love to explore that, but none of the sites I can find actually expose hard data, only graphs. If anyone has suggestions as to where that data is obtainable &#8211; or better, has that data themselves &#8211; please do get in touch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by James McKay</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136366</link>
		<dc:creator>James McKay</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136366</guid>
		<description>Here&#039;s an interesting take on these two metrics: supply versus demand. Languages that are popular on Github will have a strong supply of skills, whereas popularity on StackOverflow would have a stronger correlation to demand for those skills. So for example it would be easier to get a job in C# (which is above the line) than in Ruby or CoffeeScript (which are below the line).

It would be interesting to see how these metrics correlate in practice with statistics from recruitment websites.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an interesting take on these two metrics: supply versus demand. Languages that are popular on Github will have a strong supply of skills, whereas popularity on StackOverflow would have a stronger correlation to demand for those skills. So for example it would be easier to get a job in C# (which is above the line) than in Ruby or CoffeeScript (which are below the line).</p>
<p>It would be interesting to see how these metrics correlate in practice with statistics from recruitment websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Python and R inside Emacs by seamus</title>
		<link>http://www.johndcook.com/blog/2012/02/09/python-org-mode/comment-page-1/#comment-136363</link>
		<dc:creator>seamus</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10685#comment-136363</guid>
		<description>Emacs has ESS for having a proper R terminal session inside it. There is also Sweave for generating PDF reports with R and LaTeX.</description>
		<content:encoded><![CDATA[<p>Emacs has ESS for having a proper R terminal session inside it. There is also Sweave for generating PDF reports with R and LaTeX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Personal organization software by Running Python and R inside Emacs &#8212; The Endeavour</title>
		<link>http://www.johndcook.com/blog/2011/04/15/personal-organization-software/comment-page-1/#comment-136357</link>
		<dc:creator>Running Python and R inside Emacs &#8212; The Endeavour</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=8318#comment-136357</guid>
		<description>[...] Personal organization software Preventing an unpleasant Sweave surprise [...]</description>
		<content:encoded><![CDATA[<p>[...] Personal organization software Preventing an unpleasant Sweave surprise [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming language popularity by Colin</title>
		<link>http://www.johndcook.com/blog/2012/02/09/programming-langauge-popularity/comment-page-1/#comment-136352</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 09 Feb 2012 12:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10699#comment-136352</guid>
		<description>I&#039;d be wary of using that Github metric.  A few months ago I had a Drupal project on Github.  Drupal uses abnormal file extensions for a lot of its PHP files like .module and .inc.  Github read the project as 75% JavaScript.  Maybe there really is all that JavaScript in there, but I doubt it.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be wary of using that Github metric.  A few months ago I had a Drupal project on Github.  Drupal uses abnormal file extensions for a lot of its PHP files like .module and .inc.  Github read the project as 75% JavaScript.  Maybe there really is all that JavaScript in there, but I doubt it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gutenberg + Readability by Online reading resources &#171; Polyglot Posturings</title>
		<link>http://www.johndcook.com/blog/2011/12/18/gutenberg-readability/comment-page-1/#comment-136256</link>
		<dc:creator>Online reading resources &#171; Polyglot Posturings</dc:creator>
		<pubDate>Thu, 09 Feb 2012 01:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10248#comment-136256</guid>
		<description>[...] Gutenberg + Readability (johndcook.com) [...]</description>
		<content:encoded><![CDATA[<p>[...] Gutenberg + Readability (johndcook.com) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Being busy by human mathematics</title>
		<link>http://www.johndcook.com/blog/2008/04/02/being-busy/comment-page-1/#comment-136242</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/02/being-busy/#comment-136242</guid>
		<description>I&#039;ve found it worthy of reflection to note that &quot;Busy-ness&quot; in English translates to &quot;Negocios&quot; in Spanish.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found it worthy of reflection to note that &#8220;Busy-ness&#8221; in English translates to &#8220;Negocios&#8221; in Spanish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Peter Drucker and abandoning projects by human mathematics</title>
		<link>http://www.johndcook.com/blog/2008/11/03/peter-drucker-and-abandoning-projects/comment-page-1/#comment-136241</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=777#comment-136241</guid>
		<description>It takes courage, especially since you may never know if abandoning it was the right decision.

Who&#039;s going to pat you on the shoulder and say, &quot;It&#039;s ok, quitter. I understand you just needed to quit. Sometimes it&#039;s just fine to give up&#8211;ya quitter.&quot;</description>
		<content:encoded><![CDATA[<p>It takes courage, especially since you may never know if abandoning it was the right decision.</p>
<p>Who&#8217;s going to pat you on the shoulder and say, &#8220;It&#8217;s ok, quitter. I understand you just needed to quit. Sometimes it&#8217;s just fine to give up&ndash;ya quitter.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The dark side of linchpins by human mathematics</title>
		<link>http://www.johndcook.com/blog/2011/05/10/the-dark-side-of-linchpins/comment-page-1/#comment-136239</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=8473#comment-136239</guid>
		<description>Perhaps the analogy works better than he intended.</description>
		<content:encoded><![CDATA[<p>Perhaps the analogy works better than he intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C-state and F-state by human mathematics</title>
		<link>http://www.johndcook.com/blog/2008/03/04/c-state-and-f-state/comment-page-1/#comment-136237</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/03/04/c-state-and-f-state/#comment-136237</guid>
		<description>I&#039;ve heard the C-state referred to as &quot;Flow&quot; by Taiji practitioners. (Referring to this book: http://www.amazon.com/Flow-Psychology-Experience-Mihaly-Csikszentmihalyi/dp/0061339202)

In Ultimate Frisbee we say &quot;Chilli&quot;, as in: &quot;Play Chilli!&quot; (or &quot;chilly&quot;, I have no idea how to spell it)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard the C-state referred to as &#8220;Flow&#8221; by Taiji practitioners. (Referring to this book: <a href="http://www.amazon.com/Flow-Psychology-Experience-Mihaly-Csikszentmihalyi/dp/0061339202)" rel="nofollow">http://www.amazon.com/Flow-Psychology-Experience-Mihaly-Csikszentmihalyi/dp/0061339202)</a></p>
<p>In Ultimate Frisbee we say &#8220;Chilli&#8221;, as in: &#8220;Play Chilli!&#8221; (or &#8220;chilly&#8221;, I have no idea how to spell it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A little simplicity goes a long way by human mathematics</title>
		<link>http://www.johndcook.com/blog/2008/04/09/a-little-simplicity-goes-a-long-way/comment-page-1/#comment-136236</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/09/a-little-simplicity-goes-a-long-way/#comment-136236</guid>
		<description>What if the ordina represents the choice variable? It would make more sense to me that one acts on perceived complexity.

Then, reducing perceived complexity would not do much to reduce actual complexity, but could shift one&#039;s mind to a C state (not shown on the graph).</description>
		<content:encoded><![CDATA[<p>What if the ordina represents the choice variable? It would make more sense to me that one acts on perceived complexity.</p>
<p>Then, reducing perceived complexity would not do much to reduce actual complexity, but could shift one&#8217;s mind to a C state (not shown on the graph).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chrysler ad and Parody by human mathematics</title>
		<link>http://www.johndcook.com/blog/2012/02/07/chrysler-ad-and-parody/comment-page-1/#comment-136234</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10676#comment-136234</guid>
		<description>Another parody of it: http://www.youtube.com/watch?v=CBgYqCsd_uw</description>
		<content:encoded><![CDATA[<p>Another parody of it: <a href="http://www.youtube.com/watch?v=CBgYqCsd_uw" rel="nofollow">http://www.youtube.com/watch?v=CBgYqCsd_uw</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Einstein on radio by human mathematics</title>
		<link>http://www.johndcook.com/blog/2012/02/05/einstein-on-radio/comment-page-1/#comment-136232</link>
		<dc:creator>human mathematics</dc:creator>
		<pubDate>Thu, 09 Feb 2012 00:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=10641#comment-136232</guid>
		<description>Disagree. There are many paths to appreciation / gratitude / digging / awareness, not all of them through understanding the technical engineering of something.</description>
		<content:encoded><![CDATA[<p>Disagree. There are many paths to appreciation / gratitude / digging / awareness, not all of them through understanding the technical engineering of something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.837 seconds -->

