<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Daniel Lemire's blog</title>
	
	<link>http://lemire.me/blog</link>
	<description>You love to be challenged intellectually? So do the readers of this long-running blog on innovation and  leading-edge computer science.</description>
	<lastBuildDate>Tue, 21 May 2013 14:12:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/daniel-lemire/atom" /><feedburner:info uri="daniel-lemire/atom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>45</geo:lat><geo:long>-73</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><feedburner:emailServiceId>daniel-lemire/atom</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fdaniel-lemire%2Fatom" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/daniel-lemire/atom" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fdaniel-lemire%2Fatom" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2Fdaniel-lemire%2Fatom" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><feedburner:feedFlare href="http://www.webwag.com/wwgthis.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fdaniel-lemire%2Fatom" src="http://www.webwag.com/images/wwgthis.gif">Subscribe with Webwag</feedburner:feedFlare><item>
		<title>A criticism of computer science: models or modèles?</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/4bht7t0oFZc/</link>
		<comments>http://lemire.me/blog/archives/2013/05/17/a-criticism-of-computer-science-models-or-modeles/#comments</comments>
		<pubDate>Fri, 17 May 2013 13:58:04 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5327</guid>
		<description>I was recently on a review committee for a PhD proposal. The student was brilliant. His proposal sounded deep and engaging. The methodology looked scientific: build a model, program the software, gather data, compute the metrics. Yet the student&amp;#8217;s hypothesis could never be realistically be proven false. The project was not conducive to telling us [...]</description>
			<content:encoded><![CDATA[<p>I was recently on a review committee for a PhD proposal. The student was brilliant. His proposal sounded deep and engaging. The methodology looked scientific: build a model, program the software, gather data, compute the metrics. Yet the student&#8217;s hypothesis could never be realistically be proven false. The project was not conducive to telling us anything about the world. At best, we could learn something about an abstract construction. This is, I fear, all too common in computer science. To make it worse, I believe that most computer scientists are unaware of this methodological failing.</p>
<p>In medicine, medical doctors read scientific papers or, at least, executive summaries of said papers. The papers contribute useful knowledge. However, even the best software practitioners can go years without reading any research, assuming that they ever read any. I believe that it is because they rightly feel that the papers will not teach them much about the real world.</p>
<p>You would probably be upset if you learned that your medical doctor is unaware of the latest clinical research concerning your condition. However, how concerned would a manager at Facebook be if he learned that a software engineer is not up-to-date with computer science research?</p>
<p>The problem comes from the fact that computer scientists rarely work with models or, rather, that they are confused about what a scientific model is.</p>
<p>A model in science is an algorithm that enables you to make falsifiable predictions about the real world. In computer science, it might go as follows:</p>
<blockquote><p>Software X will be faster than software Y on data Z.</p></blockquote>
<p>A model can be falsified. In my computer-science example, you should be able to run X and Y and you check which is faster. Because they make actual predictions about the world, models are tremendously useful.</p>
<p>Not all scientific models are cleanly falsifiable. For example, natural evolution is a scientific model. The belief that unit testing makes software more reliable is part of another. However, scientific models are always sustained by real-world observations as opposed to our own mental constructions.</p>
<p>But that is not what computer science offers you typically. Instead, computer scientists tend to make statement that avoid scientific falsifiability:</p>
<blockquote><p>According to some cost model that may or may not be indicative of actual running speed, algorithm X is better than algorithm Y on data Z.</p></blockquote>
<p>Oldberg <a href="http://wmbriggs.com/blog/?p=7923">proposed</a> to reserve the word model for the genuine scientific models, and to use the French word <em>modèle</em> for the other kind. </p>
<p>You can compare a modèle with reality (what Oldberg calls <em>evaluating</em>), but you can never prove it wrong. A modèle is true as long as it is logically consistent, irrespective of reality.</p>
<p>Computer scientists love their modèles!</p>
<p>The problem is made worse by the fact that researchers working on modèles more easily get the upper hand. They are never wrong. They can endlessly refine their modèles and re-evaluate them. As long as there is no actual problem to be solved, the modèles will tend to displace the models. <a href="http://en.wikipedia.org/wiki/Cargo_cult_science">Cargo cult science</a> wins.</p>
<p>Of course, the reverse phenomenon may exist within industry. People working with modèles are at a disadvantage. They can&#8217;t make useful predictions. They can only explain, in retrospect, what is observed. All their sophistication fails to help them when real-world results are what matters.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=4bht7t0oFZc:l6-BSf_CQWg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=4bht7t0oFZc:l6-BSf_CQWg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/4bht7t0oFZc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/05/17/a-criticism-of-computer-science-models-or-modeles/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/05/17/a-criticism-of-computer-science-models-or-modeles/</feedburner:origLink></item>
		<item>
		<title>How to be effective at open source: by programmers, for programmers</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/yujtphCDgMk/</link>
		<comments>http://lemire.me/blog/archives/2013/05/06/how-to-be-effective-at-open-source-by-programmers-for-programmers/#comments</comments>
		<pubDate>Mon, 06 May 2013 14:30:56 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5305</guid>
		<description>Though it does not get much press, one of the great social and technological innovations of the last 30 years has been open source software. To about 90% of the population, this remains a mystery. Are the people producing open source code communists? The truth, of course, is that open source software is just another [...]</description>
			<content:encoded><![CDATA[<p>Though it does not get much press, one of the great social and technological innovations of the last 30 years has been open source software. To about 90% of the population, this remains a mystery. Are the people producing open source code communists?</p>
<p>The truth, of course, is that open source software is just another example of the <em>invisible college</em>. Whenever some occupation requires advanced knowledge, its practitioners tend to network and freely exchange. This is often done <em>under the radar</em>. </p>
<p>This is not to say that people won&#8217;t withhold information or be fiercely competitive. But rather that, on the whole, people will tend to share freely with <em>their guild</em>. It is not altruism: this collaboration is key to long-term success as individuals. In science, we have formalized this process: to exist as a scientist is to share your results regularly in the form of papers. </p>
<p>Well before there was anything known as open source, programmers would share with other programmers. At some point, the likes of Bill Gates asserted their copyright over code which prevented the free exchange of code. However, not the free exchange of ideas: if you can get a Microsoft engineer in a bar, and you are an established programmer, he will typically share internal ideas with you. In fact, as long as it cannot be traced by to them by their employer, most programmers will freely share with other programmers, even if they are from competing companies. </p>
<p>In this sense, open source code is just the visible part of the invisible college of programmers. Because open source is an expression of the invisible college, we have that open source code is meant to benefit or impress other programmers.  For example, the most popular projects on GitHub right now is <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> which has as its motto: &#8220;by nerds, for nerds&#8221;.</p>
<p>And that is the key to be effective at open source. You have to be a programmer and you have to address yourself to other programmers. </p>
<p>Starting an open source browser or word processor  meant for end-users is not the best choice. Failure probability is high. You need many ressources beyond coding that are expensive. This means that you need a business strategy. Got an MBA? However, you can build a faster JavaScript engine, a better XSLT engine, and so on. These will be highly valued by your (programmer) peers. In effect, do not confuse business activities based on open source, with what  open source is. Genuine open source is about the invisible college. It is about helping other programmers.</p>
<p>Recently, many successful businesses are just based on a collection of open source tools put together quickly. And it is exactly why I started this post by saying that open source is a great innovation. In effect, no other community of practitioners has established such a rich invisible college. This makes programmers some of the most effective employees from a cost-value ratio. </p>
<p>Hence, despite a sluggish recovery, software engineers enjoy a 2% unemployment rate and some of the best salaries an engineer can get. And I suspect that open source code and the free exchange of ideas among programmers has a lot to do with these good results.</p>
<p>Of course, programmers who are not participating in this invisible college risk being left in the dust. If you work in isolation, never sharing&#8230; you will have a harder time leveraging the strength of the community.</p>
<p>Further reading: Alexia Gaudeul, <a href="http://mpra.ub.uni-muenchen.de/19596/">Open Source Licensing in Mixed Markets, or Why Open Source Software Does Not Succeed</a>, 2008. Eric S. Raymond, <a href="http://www.catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s11.html">The Social Context of Open-Source Software</a> (chapter from the Cathedral and the Bazaar).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=yujtphCDgMk:jRwBF2oHoCo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=yujtphCDgMk:jRwBF2oHoCo:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/yujtphCDgMk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/05/06/how-to-be-effective-at-open-source-by-programmers-for-programmers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/05/06/how-to-be-effective-at-open-source-by-programmers-for-programmers/</feedburner:origLink></item>
		<item>
		<title>P equal to NP and all that</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/WEWmobB0Cw8/</link>
		<comments>http://lemire.me/blog/archives/2013/04/26/p-equal-to-np-and-all-that/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 13:33:17 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5291</guid>
		<description>One of the better known problems in Computer Science is the P versus NP problem. It is often related to the following question: do all problems for which we can check the correctness of a solution quickly can also be solved quickly. Most computer scientists believe that P is different from NP. In colloquial terms, [...]</description>
			<content:encoded><![CDATA[<div style="float:right;margin:2px;"><a href="http://www.amazon.com/The-Golden-Ticket-Search-Impossible/dp/0691156492/?tag=daniellemires-20" rel="nofollow"><img src="http://press.princeton.edu/images/j9937.gif" /></a></div>
<p>One of the better known problems in Computer Science is the <a href="http://en.wikipedia.org/wiki/P_versus_NP_problem">P versus NP problem</a>. It is often related to the following question: do all problems for which we can check the correctness of a solution quickly can also be solved quickly.</p>
<p>Most computer scientists believe that P is different from NP. In colloquial terms, this means that we believe that there are problems whose solution can be checked quickly but such that it is very difficult to find the solution.</p>
<p>One relevant problem is the <a href="http://en.wikipedia.org/wiki/Hamiltonian_cycle">Hamiltonian path</a> problem: given a set of roads and cities, is there a path that visits every city exactly once? It is easy to check any given solution, but it is thought to be quite hard (in general) to find such a solution.</p>
<p>A typical application for our belief that P is different from NP is to show that a given problem is difficult. Proving that something is <em>difficult</em> does not sound very important and practical at first, but it can save your job! </p>
<p>There is a million dollar prize to whoever can resolve the P is equal to NP question. This fact alone has attracted much attention to the problem. Whoever solves it would get not only instant fame, but quite a bit of wealth as well.</p>
<p>Lance Fortnow has spent a few years on a book that recounts all the fascinating adventures related to this problem. He explains the problem in depth in an accessible book entitled <a href="http://www.amazon.com/The-Golden-Ticket-Search-Impossible/dp/0691156492/?tag=daniellemires-20" rel="nofollow">The Golden Ticket</a>. The book is thoroughly researched and reviewed. Anyone from a smart high school student to a computer scientist is sure to get a lot of this book. The presentation is beautiful. There are few formulas but lots of facts. The book is of course kept simple, so hard-core  computational complexity expert might be disappointed, but I think many of them will enjoy the stories Fortnow offer.</p>
<p><strong>Disclosure</strong>: I received a free review copy of the book. I am otherwise unrelated to Fortnow.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=WEWmobB0Cw8:1LJ5GmFRey8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=WEWmobB0Cw8:1LJ5GmFRey8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/WEWmobB0Cw8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/04/26/p-equal-to-np-and-all-that/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/04/26/p-equal-to-np-and-all-that/</feedburner:origLink></item>
		<item>
		<title>You probably shouldn’t use a spreadsheet for important work</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/WbxCWKCIy5M/</link>
		<comments>http://lemire.me/blog/archives/2013/04/24/you-probably-shouldnt-use-a-spreadsheet-for-important-work/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 01:40:31 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5275</guid>
		<description>Following the Reinhart-Rogoff case, where famous scientists go formulas wrong in the Excel spreadsheet that supported their research, a lot of people commented on the adequacy of a spreadsheet tool for important work. Excel does have one tremendous benefit: it is accessible. Most people using spreadsheets don&amp;#8217;t even realize that they are programming. In the [...]</description>
			<content:encoded><![CDATA[<p>Following the <a href="http://lemire.me/blog/archives/2013/04/23/share-your-software-early-the-reinhart-rogoff-case/">Reinhart-Rogoff case</a>, where famous scientists go formulas wrong in the Excel spreadsheet that supported their research, a lot of people commented on the adequacy of a spreadsheet tool for important work.</p>
<p>Excel does have one tremendous benefit: it is accessible. Most people using spreadsheets don&#8217;t even realize that they are programming. In the Reinhart-Rogoff case, this accessibility was a great virtue: it allowed a regular PhD student to verify the computations.</p>
<p>However, there are several critical problems  with a tool like Excel that need to be widely known:</p>
<ul>
<li><strong>Spreadsheets do not support testing.</strong> For anything that matters, you should validate and test your code automatically and systematically.
 </li>
<li><strong>Spreadsheets make code reviews impractical.</strong> To inspect the code, you need to look at every cell. In practice, this means that you cannot reasonably ask someone to read over your formulas to make sure that there is no mistake.</li>
<li><strong>Spreadsheet encourage redundancies.</strong> Spreadsheets encourage copy-and-paste. Though copying and pasting is sometimes the right tool, it also creates redundancies.  These redundancies  make it very difficult to update a spreadsheet: are you absolutely sure that you have changed the formula throughout?</li>
</ul>
<p>Unfortunately, spreadsheet programming is far more common in research than we would like to admit.  I keep reviewing research manuscripts where the figures were obviously made with Excel. It is also very widespread in business: decisions worth millions (if not billions) of dollars are taken on the basis of a spreadsheet all the time. </p>
<p>Professionals should avoid spreadsheets for  activities where mistakes matter. Reinhart and Rogoff should have used a bona fide programming language with proper testing, code review and documentation.</p>
<p><strong>Further reading</strong>: <a href="http://en.wikipedia.org/wiki/Lotus_Improv">Lotus Improv</a> was an early attempt to build a spreadsheet tool that did not have some of these problems. It was a market failure. (Credit: Preston L. Bannister)</p>
<div class="related">
<p>Related posts (automatically generated):</p>
<ul>
		<li><a href="http://lemire.me/blog/archives/2013/04/23/share-your-software-early-the-reinhart-rogoff-case/" rel="bookmark">Share your software early: the Reinhart-Rogoff case</a><!-- (13.5)--></li>
		<li><a href="http://lemire.me/blog/archives/2011/05/16/time-saving-versus-work-inducing-software/" rel="bookmark">Time-saving versus work-inducing software</a><!-- (11)--></li>
	</ul>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=WbxCWKCIy5M:oSA79hNqT8o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=WbxCWKCIy5M:oSA79hNqT8o:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/WbxCWKCIy5M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/04/24/you-probably-shouldnt-use-a-spreadsheet-for-important-work/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/04/24/you-probably-shouldnt-use-a-spreadsheet-for-important-work/</feedburner:origLink></item>
		<item>
		<title>Share your software early: the Reinhart-Rogoff case</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/rWj5hWOvW8s/</link>
		<comments>http://lemire.me/blog/archives/2013/04/23/share-your-software-early-the-reinhart-rogoff-case/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 14:12:22 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5264</guid>
		<description>I like stories where prestigious professors screw up spectacularly. It reminds us that everybody gets it wrong some of the time. The Reinhart-Rogoff story is one such case. Two very reputed professors at Harvard University, Carmen Reinhart and Kenneth Rogoff, published online a working paper in 2010 called Growth in a time of debt. The [...]</description>
			<content:encoded><![CDATA[<p>I like stories where prestigious professors screw up spectacularly. It reminds us that everybody gets it wrong some of the time. The Reinhart-Rogoff story is one such case.</p>
<p>Two very reputed professors at Harvard University,  Carmen Reinhart and Kenneth Rogoff, published online a working paper in 2010 called <a href="http://www.nber.org/papers/w15639">Growth in a time of debt</a>. The paper has since been cited in the scientific literature about 500 times, or about once every two days. They later wrote a <a href="http://www.amazon.com/This-Time-Different-Centuries-Financial/dp/0691152640/?tag=daniellemires-20" rel="nofollow">best-seller book on the same topic</a>. They built a web site to promote their ideas where <a href="http://www.reinhartandrogoff.com/data/browse-by-topic/topics/9/">they shared some of their data</a>.</p>
<p>Their research paper is remarkably easy to understand: countries with large debt tend to have lesser economic growth. This claim is entirely credible. On the one hand, countries with poor economies may tend to grow large debts because they have weak revenues. On the other hand, large debts may lead to tight fiscal policies (e.g., high taxes) or lax monetary policies (e.g., printing money) that may reduce economic growth.</p>
<p>The part that is less credible is that Reinhart and Rogoff were able to find a magical threshold (debt-to-GDP ratio of 0.9) that triggered low growth. In effect, they implicitly claimed that any debt-to-GDP ratio in excess of 0.9 would reduce your economic growth. This gave politicians a scientific justification for austerity measures (e.g., raising taxes and cutting back on government services).</p>
<p>The story then becomes interesting. Thomas Herndon, a graduate student, grabbed data from the Reinhart-Rogoff web site and tried to reproduce their results. He couldn&#8217;t. He then asked the authors for help. Reinhart and Rogoff shared the <a href="http://www.peri.umass.edu/fileadmin/pdf/working_papers/working_papers_301-350/HAP-RR-GITD-code.zip">Excel spreadsheet they used</a> with Herndon. He then promptly found basic flaws in their data processing. For example, the two professors ran sums over the wrong cells. It seems that they made several odd choices when processing the data. His paper is <a href="http://www.peri.umass.edu/236/hash/31e2ff374b6377b2ddec04deaa6388b1/publication/566/">freely available online</a>.</p>
<p>Things took a turn for the worse when, faced with this opposition, <a href="http://krugman.blogs.nytimes.com/2013/04/16/reinhart-rogoff-continued/">Reinhart-Rogoff balked and asserted that these errors did not impact their work</a>. Thankfully, they did not deny their mistakes.</p>
<p>This whole incident shows the importance of sharing data and software. Reinhart and Rogoff were almost exemplary regarding data in this case: they widely shared their data. Their mistake was in not widely distributing their software (in the form a spreadsheet) earlier. Had the spreadsheet been available from the start, they would  be in a much better position. </p>
<p>Of course, another version of the story could be that, had Reinhart and Rogoff not shared their data and software, they would have plausible deniability and their work could still be credible. But this only means that you, as a reader, should put more trust in work where the data and software are available. </p>
<p>In any case, by keeping the software private, the best that Reinhart and Rogoff  could have hoped for was to delay the inevitable: once your work is the basis for public policy, it is bound to come under intense scrutiny and significant mistakes will be discovered. By sharing your software, you establish your good faith.</p>
<p>There are other minor points that I find interesting in this story:</p>
<ul>
<li>All this work is posted online. To my knowledge, no journal has been directly involved.</li>
<li>Usually, negative results are unpublishable: journals are not interested. It is unclear that the paper by Herndon et al. can be published in a conventional journal even though it is obviously important work.   </li>
<li>It seems that Reinhart and Rogoff are credited for much of the suffering due to the austerity measures in Europe. This seems entirely ridiculous to me. I think that Reinhart and Rogoff acted in good faith.
</li>
</ul>
<p><strong>Further reading</strong>: <a href="https://retractionwatch.wordpress.com/2013/04/18/influential-reinhart-rogoff-economics-paper-suffers-database-error/">Influential Reinhart-Rogoff economics paper suffers spreadsheet error</a> (via Scott Guthery) and <a href="http://econlog.econlib.org/archives/2013/05/my_take_on_rein.html">My take on Reinhart and Rogoff</a> by David Henderson.</p>
<div class="related">
<p>Related posts (automatically generated):</p>
<ul>
		<li><a href="http://lemire.me/blog/archives/2013/04/24/you-probably-shouldnt-use-a-spreadsheet-for-important-work/" rel="bookmark">You probably shouldn&#8217;t use a spreadsheet for important work</a><!-- (15.5)--></li>
	</ul>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=rWj5hWOvW8s:73gLCy7l7eU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=rWj5hWOvW8s:73gLCy7l7eU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/rWj5hWOvW8s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/04/23/share-your-software-early-the-reinhart-rogoff-case/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/04/23/share-your-software-early-the-reinhart-rogoff-case/</feedburner:origLink></item>
		<item>
		<title>The irony of “we are the 99 percent”</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/FIF9j4DdD2c/</link>
		<comments>http://lemire.me/blog/archives/2013/04/17/the-irony-of-we-are-the-99-percent/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 15:00:37 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5237</guid>
		<description>David Graeber is credited as the true organizer of the Occupy Wall Street movement, a widely reported month-long demonstration against capitalism. He has also been credited the phrase &amp;#8220;We are the 99 percent&amp;#8221;. I have reviewed his insightful book on the history of debt and money on this blog shortly after it came out. Graeber [...]</description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/David_Graeber">David Graeber</a> is credited as the true organizer of the Occupy Wall Street movement, a widely reported month-long demonstration against capitalism. He has also been credited  the phrase &#8220;We are the 99 percent&#8221;. I have reviewed his insightful book on the <a href="http://www.amazon.com/Debt-First-5-000-Years/dp/1933633867?tag=daniellemires-20" rel="nofollow">history of debt and money</a> <a href="http://lemire.me/blog/archives/2011/11/14/where-does-debt-credit-and-currencies-come-from/">on this blog</a> shortly after it came out.</p>
<p>Graeber is an anarchist, and so am I. I think that we should always have as little formal organization as we can. So I immediately liked Graeber. He has also this whole underdog angle: he was denied tenure at Yale despite an impressive public record. I like underdogs! Like Graeber, I am upset that our governments bail out the financial sector. Bankers think that the world owe them great salaries without any possible risk that they might lose their jobs. This is the 1% that Graeber was denouncing: people who believe that they are owed great things. </p>
<p>But though I liked Graeber, it soon became clear that Graeber can be harsh! When Venkatesh Rao wrote a <a href="http://www.ribbonfarm.com/2011/12/01/how-the-world-works/">review of his book</a>, here is how Graeber answered:  <em>A book is only as good as its readers</em>. In effect, if you don&#8217;t like his book, you are not good. Oh! Oh!</p>
<p>By itself, such remarks should not be taken as an indication that Graeber is a difficult person. It is not uncommon, or even particularly unhealthy, to have a big ego as a scholar. I would say that it is almost required. </p>
<p>However, more recently, Graeber publicly <a href="http://chronicle.com/article/A-Radical-Anthropologist-Finds/138499/?key=QW0mcFFkNyoeZCkyY2kUZT8Gbnc9YRohNXAXOXF1bl9cEg%3D%3D">complained</a> about his so-called academic exile. Indeed, following a denial of his tenure at Yale, American and Canadian colleges did not approach David Graeber with a job offer. He sent out 17 job applications and got no interview! So he had to settle for a professorship at the <a href="http://en.wikipedia.org/wiki/London_School_of_Economics">London School of Economics</a> with a salary that surely puts him in the top 1%. These are his exact words:</p>
<blockquote><p>It&#8217;s not just that I didn&#8217;t get a job. 17 applications and no offer could have just been a run of bad luck, after all. The remarkable thing is that at not one of those 17 places was I even formally considered.</p></blockquote>
<p>I do understand that the academic job market is bad. It is, to tell the truth, rather horrible, especially in the humanities. Simply put, we train too many PhDs. Places like Yale can find dozens of great anthropologists, as deserving as Graeber. In fact, if you look at the web site of the anthropology department at Yale, you will find that half of the professors are <a href="http://www.yale.edu/anthro/anthropology/All_faculty.html">assistant (non-tenured) professors</a>. This means that the job market is such that Yale can afford to hire assistant professors, keep them for the duration of their contract and then let most of them go. </p>
<p>Graeber had better luck abroad than in the US. This can be frustrating, but it is hardly uncommon. Scholars move around quite a bit: just go to your local college and listen to the professors. Many of them are foreigners. Having to move to a different country is par for the course if you want to be an academic scholar. Yes: sometimes your ideas are better received elsewhere.</p>
<p>Is he being shunned in the US because of his political views? It is possible. But before one starts imagining that capitalists are having anti-capitalists shunned from American colleges, one has to realize that American colleges are overwhelmingly leftist, especially in the humanities. And hiring decisions are made by other academics, not bankers. </p>
<p>Graeber did get seven years as a professor in an Ivy League American school. Isn&#8217;t it fair for others to get this chance as well? I would think that a fairer system is one where, after you had a good run in academia, you have to leave your place to others so that they, too, can write books and promote their ideas.</p>
<p>A fairer system would be also one where you are not allowed to limit yourself to the top schools: you have to offer your services to lesser colleges (often attended by poorer students). In fact, maybe the Yale professors should have to move to second-rate colleges after 7 years. This would be fairer, wouldn&#8217;t it? It would expose poorer students to more prestigious professors and I am sure it would help reduce inequalities.</p>
<p>Graeber <a href="http://chronicle.com/article/A-Radical-Anthropologist-Finds/138499/?key=QW0mcFFkNyoeZCkyY2kUZT8Gbnc9YRohNXAXOXF1bl9cEg%3D%3D">answered</a>: &#8220;I certainly thought of applying to working-class universities (&#8230;) Everyone told me don&#8217;t bother (&#8230;) they wouldn&#8217;t even look at me.&#8221; </p>
<p>A man who genuinely wants to teach working-class kids would apply for jobs at public colleges irrespective of what his friends tell him. He would not give the impression that he is too good for such a college. He would use the full force of his charisma to convince public colleges to give him a chance.</p>
<p>But Graeber is a man who wants to be part of the elite. He wants to teach to the children of the 1%, to the children of the bankers. And this is also the man behind &#8220;we are the 99 percent&#8221;. It smells of cognitive dissonance.</p>
<p>Of the participants of Occupy Wall Street, very few can afford to have Graeber as a professor because he will only work in top schools. How is that fair? </p>
<p><strong>Credit</strong>: Thanks to Seb Paquet for a pointer to this story. Thanks to William Tozier for giving me Graeber&#8217;s book.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=FIF9j4DdD2c:Vf9JXkqjGiM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=FIF9j4DdD2c:Vf9JXkqjGiM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/FIF9j4DdD2c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/04/17/the-irony-of-we-are-the-99-percent/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/04/17/the-irony-of-we-are-the-99-percent/</feedburner:origLink></item>
		<item>
		<title>Do we lose intelligence and creativity as we grow older?</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/l2NmGHJxYW8/</link>
		<comments>http://lemire.me/blog/archives/2013/04/15/do-we-lose-intelligence-and-creativity-as-we-grow-older/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 15:40:38 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5227</guid>
		<description>It was popular during the XXth century to say that most scientific discovery are done by young scientists (under 30). The implicit assumption was that the brain decayed over time, like an apple left to rot. The most recent research contradicts this unavoidable decay. While it was once believed that we progressively lost brain cells [...]</description>
			<content:encoded><![CDATA[<p>It was popular during the XXth century to say that most scientific discovery are done by young scientists (under 30). The implicit assumption was that the brain decayed over time, like an apple left to rot. The most recent research contradicts this unavoidable decay.  While it was once believed that we progressively lost brain cells as we grew older, we now know that we do grow new neurons all the time (<a href="http://www.sciencedirect.com/science/article/pii/S0166432811003330?np=y">Shors et al., 2012</a>). While some people lose their intellectual edge over time, many  older individuals do not experience any intellectual decline (even at age 80).  In fact,  over the 20th century, older people have taken a greater and greater share of the discoveries (<a href="http://www.nber.org/papers/w11359">Jones, 2005</a>):</p>
<blockquote><p>Whereas early research typically showed a decline in productivity after the ages of 40 to 45 years, this decline has been absent in more recent studies. (<a href="http://gatorlog.com/handout/Stroebe.pdf">Stroebe, 2010</a>)</p></blockquote>
<p>It does seem that older scientists are less likely to come up with new paradigms. But this may have nothing to do with biological decay:</p>
<blockquote><p>(&#8230;) at a relatively early stage both the accumulation of knowledge and the establishment of fixed habits of thought may begin to reduce the ability to create radical new abstract ideations that is key to important conceptual innovations. (<a href="http://www.nber.org/papers/w11799">Weinberg, 2005</a>) </p></blockquote>
<p>It seems to me that you have options if you want to plan to be an older intellectual:</p>
<ul>
<li>As you grow older, seek to best exploit your existing knowledge: leave radical new ideas to the younger generation.</li>
<li>From time to time, drastically change your intellectual habits to keep your brain young.</li>
</ul>
<p><strong>Further reading</strong>: <a href="http://en.wikipedia.org/wiki/Fluid_and_crystallized_intelligence">Fluid and crystallized intelligence</a> and <a href="http://blog.apperceptual.com/scientific-productivity-age-and-field">Scientific Productivity, Age, and Field</a> (via P. Turney).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=l2NmGHJxYW8:EUswWD9hZ-E:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=l2NmGHJxYW8:EUswWD9hZ-E:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/l2NmGHJxYW8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/04/15/do-we-lose-intelligence-and-creativity-as-we-grow-older/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/04/15/do-we-lose-intelligence-and-creativity-as-we-grow-older/</feedburner:origLink></item>
		<item>
		<title>We are  sentenced to permanent cognitive stretching</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/G8lFr4zFdRM/</link>
		<comments>http://lemire.me/blog/archives/2013/04/08/we-are-sentenced-to-permanent-cognitive-stretching/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 18:31:58 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5209</guid>
		<description>If you want to get better at something, should remain in your comfort zone? Or should you, rather, be exposed to ideas or techniques slightly beyond your reach? It should be self-evident that the latter is the correct answer: it is called cognitive stretching. It is an essential part of learning. Game designers instinctively know [...]</description>
			<content:encoded><![CDATA[<p>If you want to get better at something, should remain in your comfort zone? Or should you, rather,  be exposed to ideas or techniques slightly beyond your reach? It should be self-evident that the latter is the correct answer: it is called cognitive stretching. It is an essential part of learning.</p>
<p>Game designers instinctively know about cognitive stretching: most video games are designed to taunt the player with the possibility that they might be so much more. Yes, cognitive stretch is stressful, but it is also stimulating&#8230; and fun!</p>
<p>How do you know whether you are getting enough cognitive stretching? There is a simple test: do you know  everything about a given problem? What thousands of years of scholarship have shown is that there is almost no end to what we can learn about any given issue. If you have the feeling that you know it all, then it is maybe time to meet new people, to read some new books, to change school or to change job.</p>
<p>What defines our current era, more than anything else, is that it is obviously apparent to anyone that we live in an open world. We are  sentenced to permanent cognitive stretching. To think that you know everything about programming, you have to work hard to avoid reading <a href="http://stackoverflow.com/">Stack Overflow</a> where thousands of new perplexing questions are asked every day.</p>
<p>I think that there are a few sane ways to deal with cognitive stretching:</p>
<ul>
<li>Perfectionism is the first casualty of cognitive stretching: let go of the idea that you could perfectly master anything. </li>
<li>Cognitive stretching is fun, if you let it be: you should never have to feel bored anymore.</li>
<li>If you are a coach, a leader, a teacher or a manager: stop trying to give the illusion that you know it all.</li>
<li>If you are a student, assume that you know little and will always know little. Take pleasure in what you learn and stop worrying about everything you haven&#8217;t learned.</li>
</ul>
<p>Cognitive stretching is not without controverse however. For example, many dedicated teachers have a somewhat difficult relationship with it. Introducing students to ideas that are likely to remain beyond them for years is often considered a bug.  It is as if we were happy to let you  make  erotic movies, as long these movies ended up showing full frontal nudity. As the volume of porn on the web indicates, keeping nothing mysterious can be profitable. In this sense, these teachers have a point: it does please the crowds to reveal everything. People think they like straight-forward answers. People want to learn everything there is about software programming in 10 days. They want to learn the 7 secrets of the great managers. </p>
<p>But the tension between full knowledge, and partial knowledge, is what keeps us going. I cannot remember a more dangerous intellectual experience than finishing my first course on classical mechanics and concluding that classical mechanics was simple. A few years later, I took another classical mechanics course where I failed the first test. I did end up with a good grade, but only after radically changing my appreciation of Newton&#8217;s work. In a very real sense, my first course failed me. It gave me no appreciation for everything I did not know.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=G8lFr4zFdRM:7v4HElFDtGE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=G8lFr4zFdRM:7v4HElFDtGE:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/G8lFr4zFdRM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/04/08/we-are-sentenced-to-permanent-cognitive-stretching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/04/08/we-are-sentenced-to-permanent-cognitive-stretching/</feedburner:origLink></item>
		<item>
		<title>We need to get a lot better at imagining the future</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/_gB5qYYGOsY/</link>
		<comments>http://lemire.me/blog/archives/2013/04/01/imagining-the-future/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 04:55:58 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5185</guid>
		<description>We live in an era of fast changes. Ten years ago, YouTube was unthinkable, social media did not exist (Facebook was founded in 2004), we got our movies on tapes at video stores, cell phones did not have cameras, and so on. If you are reasonable, you have to expect ever greater changes in the [...]</description>
			<content:encoded><![CDATA[<p>We live in an era of fast changes. Ten years ago, YouTube was unthinkable, social media did not exist (Facebook was founded in 2004), we got our movies on tapes at video stores, cell phones did not have cameras, and so on. </p>
<p>If you are reasonable, you have to expect ever greater changes in the next ten years. Maybe you think you are open-minded and can think clearly about the future. Then close your eyes and imagine a world&#8230;</p>
<ul>
<li>&#8230; where the PC and Windows are all but a memory&#8230; </li>
<li>&#8230; where driving a car yourself is considered reckless&#8230;</li>
<li>&#8230; where paper books are like vinyl records&#8230;</li>
<li>&#8230; where the last TV station closed down years ago&#8230;</li>
<li>&#8230; where the notion of putting kids in a classroom to learn at fixed hours is considered barbaric&#8230;</li>
<li>&#8230; where working more than 10 hours a week for money is considered strange&#8230;</li>
<li>&#8230; where corporations have been declared obsolete&#8230;</li>
</ul>
<p>Can you imagine a world where these things are true? I bet you cannot.</p>
<p>Scifi novels become obsolete very fast because scifi writers have failures of imagination. For example, most novels written before 1990 missed the Web. (It is very annoying to read a novel about year 2150 where the Web has not been invented yet.) If scifi writers fail to imagine our future, regular workers are bound to think that whatever they do now will still be needed in 10 or 20 years. And their reaction is entirely predictable: point out the obvious limitations of whatever new technology could threaten their livelihood.</p>
<ul>
<li>When blogs first took hold, journalisms almost unanimously ridiculed them. Many journalists never could adapt, and many more lost their  great working conditions. You can still sell good pictures to your local newspapers, but who is going to pay $5000 when any kid can snap a picture on his cell phone and broadcast it on Twitter within seconds? Of course, the quality is not the same. Of course, average bloggers can&#8217;t replace true journalists.</li>
<li>Teachers are quick to point out the limitations of cheap online learning. I sometimes like to brag that I took a class with the <a href="http://en.wikipedia.org/wiki/Coxeter">greatest geometer of the 20th century</a>. Taking an online course with him would not have been the same. Watching him tear apart a student who asked about applications was frightening. You just can&#8217;t simulate this on YouTube.  </li>
</ul>
<p>Arguing with people who refuse to see their own doom can be fun, but  tiring. They often simply cannot see it. Thankfully, <a href="https://plus.google.com/u/0/111663888837718611061/about">Simon Law</a> pointed out an effective way to fight this cognitive bias. To know whether you will endure, look in the past, not in the future. Ask who you replaced before denying that someone could replace you.</p>
<ul>
<li>Newspapers replaced <a href="http://en.wikipedia.org/wiki/List_of_Irish_ballads#16th_and_17th_centuries">news ballads</a>. That is right: whenever some important event needed to be disseminated, people wrote a song about it. Far more artistic and entertaining than the average news report on CNN. It took real talent to write compelling ballads. I am sure that when the first newspapers came along, whoever wrote news ballads was unimpressed.</li>
<li>Almost all teachers today work in an industrial setting, with students organized in classes, with standard testing. If you go back to the pre-Gutenberg era, teachers were scholars paid by the students for actual tutoring. Socrate would have been horrified by how philosophy is taught today. Certainly, he would not have approved of the way we sit the students in a classroom and give a grade to each student for each topic.</li>
</ul>
<p>Maybe the greatest challenge we face as a species is that we need to get a lot better at imagining the future. Some people have wondered, for example, why I have been so critical of our response to global warming. But look at how people too often react:  the Earth is warming, so let us create new taxes. </p>
<p>How original! Can you imagine the admiral James T. Kirk: &#8220;Spock, what shall we do, the Earth is warming!&#8221;&#8230; Spock: &#8220;Surely, we should try carbon taxes. Let us not do anything crazy involving computers or any technology beyond tax collection&#8230; that would be illogical&#8230;&#8221;</p>
<p>Given any problem today, if you suggest that we out-innovate it with technology,  you are perceived as a dangerous man who think that we are bound by history to <a href="http://www.youtube.com/watch?v=1wmQeXuDGGU&#038;feature=player_detailpage#t=42s">push forward toward an undiscovered country</a>. Crazy talk!</p>
<p>People are concerned that technology is allowing the very best to get richer than was ever possible before. So, everyone, from politicians to union leader, is stuck on the idea that we must, somehow, create more jobs. Maybe we need to grant more university degrees. Maybe we need more PhDs. Maybe we need more government workers. Maybe we need more subsidies. Because, you know, 40-hour jobs is what we had so it must be what we will have. But nobody, it seems, can conceive a world where most of us work far less for money than we do now. Nobody can imagine a world where millions of people post design and publish <a href="http://www.youtube.com/watch?v=L9GsNYckvoA">cool videos of their dog</a> to pass time while we keep on finding clever ways to rise our standard of living. Somehow, that&#8217;s unthinkable. We must find a way to keep people busy at a desk 40 hours a week. No matter what the cost.</p>
<p>I am seriously thinking about writing a scifi novel about people unable to imagine the future.</p>
<p>Kirk: &#8220;What shall we do, these transporters will make the the shuttle pilots nearly obsolete&#8230;&#8221; Bones: &#8220;Do not worry, we are preparing a medical advisory against this new dangerous technology.&#8221; Lady in the back: &#8220;Sirs? Can you please shut down your tricorders, they are forbidden on Star Ships along with any other portable electronics&#8230;&#8221;</p>
<p><strong>Further reading</strong>: <a href="http://www.michelemmartin.com/thebambooprojectblog/2013/03/clarifying-your-career-path-technology-is-eating-your-job.html">Technology is Eating Your Job</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=_gB5qYYGOsY:F83R28RhZ5o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=_gB5qYYGOsY:F83R28RhZ5o:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/_gB5qYYGOsY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/04/01/imagining-the-future/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/04/01/imagining-the-future/</feedburner:origLink></item>
		<item>
		<title>Advanced tips for dealing with your email inbox</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/YiyOeSApOj4/</link>
		<comments>http://lemire.me/blog/archives/2013/03/27/advanced-tips-for-dealing-with-your-email-inbox/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 13:02:29 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5175</guid>
		<description>I probably receive 50 emails a day, not counting spam. Give it a week, and I could easily end up with 200 unread emails in my inbox. When that happens, it feels about the same as if I hadn&amp;#8217;t brushed my teeth in a week. It is not only annoying, it lowers my self-esteem. When [...]</description>
			<content:encoded><![CDATA[<p>I probably receive 50 emails a day, not counting spam. Give it a week, and I could easily end up with 200 unread emails in my inbox. When that happens, it feels about the same as if I hadn&#8217;t brushed my teeth in a week. It is not only annoying, it lowers my self-esteem. When my inbox is out of control, I feel that I am no longer in charge of my life.</p>
<p>One of the most important talk you can watch about managing your email is <a href="http://www.youtube.com/watch?v=z9UjeTMb3Yk">Inbox Zero</a> by Merlin Mann. This talk is sheer genius. However, in practice, it has limitations. Like many others, I have developed a few &#8220;advanced&#8221; email management techniques based on a few key observations.</p>
<p><strong>Even with spam filters, most email is junk. </strong></p>
<p>I skip most emails. When emails are long, I will often read only the first few lines. </p>
<p><strong>Email has become time sensitive. </strong></p>
<p>It is silly but if you don&#8217;t reply within the 24 hours, people get nervous. They assume that you have not gotten their email. They feel ignored or rejected. Yet I sometimes need to work undisturbed for many hours. Maybe I am in meetings, maybe I am working with a student, maybe I need to crank out code.  Hence, if the email requires more time that I have, I write back that I will get back to it later. I never use automated responders as I think that they are spam. I actually write a personalized (but short) answer.</p>
<p><strong>Email can reproduce. </strong></p>
<p>There is a relationship between how many emails you send and how many you receive. The more you use email to communicate with others, the more others will use email to communicate with you. I think it is best to send few emails, to few people and to keep them short.</p>
<p><strong>Credit</strong>: Thanks to Philippe Beaudoin for rising this issue on Google+.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=YiyOeSApOj4:Y5ioW_FX2FM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=YiyOeSApOj4:Y5ioW_FX2FM:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/YiyOeSApOj4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/03/27/advanced-tips-for-dealing-with-your-email-inbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/03/27/advanced-tips-for-dealing-with-your-email-inbox/</feedburner:origLink></item>
		<item>
		<title>We are getting smarter as a matter of survival</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/JKzeeHqSs6k/</link>
		<comments>http://lemire.me/blog/archives/2013/03/25/smarter-for-survival/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 20:01:11 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5164</guid>
		<description>A journalism student got very depressed after reading my post on genetically engineered intelligence. His feeling can be summarized by this question: if at some point in the near future, human beings or machines become orders of magnitude smarter than we are, why bother making an effort now? Won&amp;#8217;t the great novel you are writing [...]</description>
			<content:encoded><![CDATA[<p>A journalism student got very depressed after reading my post on <a href="http://lemire.me/blog/archives/2013/03/17/is-genetically-engineering-intelligence-worth-it/">genetically engineered intelligence</a>. His feeling can be summarized by this question: if at some point in the near future, human beings or machines become orders of magnitude smarter than we are, why bother making an effort now? Won&#8217;t the great novel  you are writing look quaint? Won&#8217;t your mathematical theory appear childish? Why bother learning calculus if IBM is about to come up with a computer able to solve all college calculus problems perfectly in seconds?</p>
<p>I want to make two important points as an answer to this question:</p>
<p><strong>1. Each successive generation has been getting smarter</strong></p>
<p>It shouldn&#8217;t be shocking to think that our children will be smarter. We are smarter than our parents. A thousand years ago, if you knew how to read or write, you were a scholar (by definition). A few centuries ago, anyone who could read silently (without having to vocalize the words) was regarded with awe. Fifty years ago, people who could use computers for their daily tasks were wizards.</p>
<p>A common mistake is to think that &#8220;intelligence&#8221; is made of the piece of meat in your brain. Your intelligence is actually an aggregate of your brain with your environment and the tools and ideas around you.  Tools extend our intelligence&#8230; with computers and robots being obvious examples. Physical tools are not the only things making us smarter however.  If you study the work of Newton, the way he presented it himself, it may well be impossible to understand. Newton had to work with relatively weak intellectual tools: he had to do everything through geometry because that&#8217;s how people did mathematics at the time. We can now do mathematics much more effectively. That is why there are millions of people who master calculus whereas it was once considered leading edge knowledge, only accessible to the great minds.</p>
<p>In some sense, true mathematics is about constructing mental tools so we can be smarter. So mathematicians have been busy making humanity smarter for centuries.</p>
<p>Many college students, if transported back a century or two in the past, would be phenomenal geniuses. Some might object to that statement. After all, the brains of these teenager is nothing extraordinary. But they are! Our brains are wired in ways that are vastly different. To learn is to rewire your brain. How would you differentiate a genius from someone who has visited the future long enough to steal the best ideas and train in their understanding? You simply couldn&#8217;t! As Alan Kay put it: <a href="http://michaelnielsen.org/blog/867/">A change of perspective is worth 80 IQ points</a>. </p>
<p>Of course, we are going to hack directly into our brains in the near future. I am still waiting for a chip that will give me access to the web at the speed of the thought. But this will not be a radical departure from what we have been doing for thousands of years: getting smarter faster and faster.</p>
<p><strong>2. We absolutely need to get smarter at an accelerating pace.</strong></p>
<p>Unfortunately, it is not a given that we are going to get much smarter: we could also go extinct or our civilization could collapse. It has happened before. To maintain a sophisticated civilization, we have to keep out-innovating our problems. You may have heard that our civilization is not sustainable. We burn too much fossil oil, we pollute too much, there are too many of us, and so on. This is all true. If we are going to keep on surviving, let alone get better, we need to keep on getting smarter at a rate that exceeds our growing problems. We are not just getting smarter for fun, we are getting smarter as a matter of survival.</p>
<div class="related">
<p>Related posts (automatically generated):</p>
<ul>
		<li><a href="http://lemire.me/blog/archives/2013/03/17/is-genetically-engineering-intelligence-worth-it/" rel="bookmark">Is genetically engineered intelligence worth it?</a><!-- (11.9)--></li>
	</ul>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=JKzeeHqSs6k:KnR2Y3TB47Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=JKzeeHqSs6k:KnR2Y3TB47Q:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/JKzeeHqSs6k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/03/25/smarter-for-survival/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/03/25/smarter-for-survival/</feedburner:origLink></item>
		<item>
		<title>Is genetically engineered intelligence worth it?</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/GUyojSPlGw4/</link>
		<comments>http://lemire.me/blog/archives/2013/03/17/is-genetically-engineering-intelligence-worth-it/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 04:51:45 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5122</guid>
		<description>We have been hearing reports that China is planning to use genetic engineering to make its population smarter. In fact, there are claims that China has been practicing eugenics for quite some time. (Others think that this is rubbish.) In any case, the idea is on the table. Should we pursue genetic-engineering policies that would [...]</description>
			<content:encoded><![CDATA[<p>We have been hearing reports that China is planning to <a href="http://www.vice.com/read/chinas-taking-over-the-world-with-a-massive-genetic-engineering-program">use genetic engineering to make its population smarter</a>. In fact, there are claims that China has been practicing <a href="http://en.wikipedia.org/wiki/Eugenics">eugenics</a> for quite some time. (<a href="http://eastasiastudent.net/china/edge-org-chinese-eugenics-rubbish/">Others think that this is rubbish</a>.) </p>
<p>In any case, the idea is on the table. Should we pursue genetic-engineering policies that would make future generations smarter? Should we try to create superb engineers and scientists through genetic manipulations?</p>
<p>Let us leave aside the obvious ethical considerations involved. (Or what it tells us about Americans that they are entertaining such fears about China.) Let us just ask whether it would work.</p>
<p>The core problem with this project is that our intelligence is not limited or defined by our brains. So far, computers have made us much smarter much faster than biology could. We have no idea how to design a brain that has Wikipedia at its virtual finger tips, or that can compute the first 10,000 digits of pi in less than a second&#8230; yet most of us have this power right now. A cheap smart phone can do these things easily. Our brains can&#8217;t.</p>
<p>As time passes, the fraction of our intelligence that is born out by our brain is less and less. This fraction was never 100%. Human beings build tools, they form communities. When times come to solve problems, they use this environment in their favor. </p>
<p>In many ways, equipped with <a href="http://scholar.google.com">Google Scholar</a>, I am a much better scholar than 99.999% of all scholars  that lived before we had the Web. In turn, the scholars that had access to large libraries (e.g., the <a href="http://en.wikipedia.org/wiki/Library_of_Alexandria">Library of Alexandria</a>) were much better than those who did not.</p>
<p>In a very real way, we are getting smarter and smarter, even if our brains are standing still biologically. </p>
<p>What if, after a couple of generations (say 50 years), China could rise the average IQ of its population by 5 points using genetic engineering? How much would that matter? Probably not much at all. In 2060, the fraction of our intelligence that will depends on our brains will be tiny, assuming biological brains are even still relevant.</p>
<p>Some might object that intelligence is more than just having access to information. They would object that there are brains that are truly superior in ways that computers cannot mimick. Let us take an example: chess. Playing a good game of chess was once the summon of raw intelligence. And  the greatest chess player of all time is still with us:  <a href="http://en.wikipedia.org/wiki/Garry_Kasparov">Garry Kasparov</a>. I am sure his brain is quite unique. Yet it did not stop computers from beating him. Again and again.</p>
<p>Scientists will object that they are nothing like chess players. Their work is at a higher cognitive level. Maybe so, but Kasparov was beaten by a computer fifteen years ago. And back then, he accused IBM of cheating, because he saw true intelligence in how the computer was playing. It is absolutely certain that in 20 to 50 years, computers will generate original mathematics and science that will leave human beings behind.</p>
<p>It does not mean that biology is uninteresting.  I am generally favorable to any biological technology that can enhance intelligence. For example, it appears that amphetamines can boost intellectual performance substantially&#8230; at least for a time. I would be a user if it did not also have the side-effect of destroying your sex life. Short of using such strong drugs, I drink coffee and, thankfully, it looks like <a href="http://link.springer.com/article/10.1007%2Fs00213-005-2159-9?LI=true">taking coffee once per day does make you smarter</a>. </p>
<p>Yet I don&#8217;t know any biological trick that can boost my intelligence like computers can. I also think that any long-term intelligence improvement strategy has to take into account that we are become hybrids, part machine, part human beings&#8230; </p>
<p>In short: if China is really investing in a costly program to boost the intelligence of future generations using genetic engineering, they are wasting their time. I imagine my descendants having computer gear wired directly in their brains, or maybe living directly inside computers.</p>
<p><strong>Disclosure</strong>: I am a computer scientist, not a biologist.</p>
<p><strong>Further reading</strong>: <a href="http://seedmagazine.com/content/article/the_reinvention_of_the_self/">The reinvention of self</a>.</p>
<p><strong>Credit</strong>: <a href="https://plus.google.com/u/0/102261756656790911682/posts/BwnMc9DqEGa">Allen Knutson</a> and John Baez.</p>
<div class="related">
<p>Related posts (automatically generated):</p>
<ul>
		<li><a href="http://lemire.me/blog/archives/2013/03/25/smarter-for-survival/" rel="bookmark">We are getting smarter as a matter of survival</a><!-- (11.1)--></li>
	</ul>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=GUyojSPlGw4:ndKzaeWIFPg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=GUyojSPlGw4:ndKzaeWIFPg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/GUyojSPlGw4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/03/17/is-genetically-engineering-intelligence-worth-it/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/03/17/is-genetically-engineering-intelligence-worth-it/</feedburner:origLink></item>
		<item>
		<title>Current Daylight saving time policies are insane</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/uypqupAtTv0/</link>
		<comments>http://lemire.me/blog/archives/2013/03/11/current-daylight-saving-time-policies-are-insane/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 14:43:29 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5110</guid>
		<description>Daylight saving time (DST) is this insane practice whereas twice a year, clocks are moved forward or backward by an hour. It is still widespread throughout North America and Europe. As a kid, I was told that this was meant to help farmers. But farmers have traditionally opposed daylight saving time (though they no longer [...]</description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Daylight_saving_time">Daylight saving time</a> (DST) is this insane practice whereas twice a year, clocks are moved forward or backward by an hour. It is still widespread throughout North America and Europe. </p>
<p>As a kid, I was told that this was meant to help farmers. But farmers have traditionally opposed daylight saving time (though they no longer do). The real argument is that daylight saving time  saves energy. </p>
<p>Does it really save energy? This is disputed somewhat:</p>
<blockquote><p>We estimate a cost to Indiana households of $9 million per year in increased electricity bills. We also estimate social costs of increased pollution emissions between $1.7 to $5.5 million per year. (<a href="http://www.nber.org/papers/w14429">Kotchen and Grant, 2011</a>)</p></blockquote>
<p>What is not disputed is that the change to daylight saving time increases significantly heart attacks:</p>
<blockquote><p>Overall, we found an elevated incidence ratio of 1.039 (95% confidence interval, 1.003–1.075) for the first week after the spring clock shift forward. The higher risk tended to be more pronounced among individuals taking cardiac medications and having low cholesterol and triglycerides. (<a href="http://www.sciencedirect.com/science/article/pii/S1389945711003832">Janszky et al. 2012</a>) </p></blockquote>
<p>But if daylight saving time part of the year saves energy, wouldn&#8217;t year-long daylights saving time saves even more? Many people think so (e.g., see <a href="http://www.sciencedirect.com/science/article/pii/S0301421511010494">Ahuja and SenGupta, 2012</a>). </p>
<p>The objections to a permanent switch to daylight saving time comes from parents who fear that dark morning might increase accidents involving kids. Yet the evidence that daylight saving time is bad for students does not stand. </p>
<p>Thus, <a href="http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1020745">Calandrillo and Buehler conclude</a> that it is time to switch year-round daylight saving time:</p>
<blockquote><p>(&#8230;) year-round daylight saving time would save hundreds of lives annually by decreasing motor vehicle and pedestrian fatalities. Furthermore, extra light in the evening hours reduces criminal activity and results in energy savings from decreased peak electricity demand. Finally, year-round daylight saving time would eliminate the negative effects caused by the current spring and fall time changes. (&#8230;)
</p></blockquote>
<p>I see no evidence in favor of the current system. It is insane.</p>
<p>If you are American, <a href="https://petitions.whitehouse.gov/petition/eliminate-bi-annual-time-change-caused-daylight-savings-time/ShChxpKh">please sign the petition to stop this insanity</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=uypqupAtTv0:bw8jFYQbrb4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=uypqupAtTv0:bw8jFYQbrb4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/uypqupAtTv0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/03/11/current-daylight-saving-time-policies-are-insane/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/03/11/current-daylight-saving-time-policies-are-insane/</feedburner:origLink></item>
		<item>
		<title>Do NULL markers in SQL cause any harm?</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/B80mgbfQQos/</link>
		<comments>http://lemire.me/blog/archives/2013/03/05/do-null-markers-in-sql-cause-harm/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 16:44:48 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5095</guid>
		<description>The relational model, and by extension, the language SQL supports the notion of NULL marker. It is commonly used to indicate that some attribute is unknown or non applicable. NULL markers are a bit strange because they are not values per se. Hence, the predicate 1 = NULL is neither true nor false. Indeed, the [...]</description>
			<content:encoded><![CDATA[<p>The relational model, and by extension, the language SQL supports the notion of NULL marker. It is commonly used to indicate that some attribute is unknown or non applicable. NULL markers are a bit strange because they are not values per se. Hence, the predicate 1 = NULL is neither true nor false. Indeed, the inventor of the relational model, <a href="http://en.wikipedia.org/wiki/Edgar_F._Codd">E. F. Codd</a>, proposed a 3-value logic model: predicates are true, false or unknown. This lives on even today. Our entire civilization runs on database systems using an unintuitive 3-value logic. Isn&#8217;t that something!</p>
<p>Unfortunately, in real life, predicates either evaluate to true, or they don&#8217;t. <a href="http://en.wikipedia.org/wiki/C._J._Date">C. J. Date</a> <a href="http://www09.sigmod.org/sigmod/record/issues/0809/p23.grant.pdf">showed that NULL markers end up giving you inconsistent semantics</a>. So our civilization runs on database systems that can be inconsistent! </p>
<p>Yet the NULL markers were introduced for a reason:  some things do remain unknown or are non applicable. We can handle these issues with more complicated schemas, but it is not practical. So database designers do allow NULL markers.</p>
<p>How did Codd react when it was pointed out to him that NULL markers make his model inconsistent? He essentially told us that NULL markers are in limbo:</p>
<blockquote><p>(&#8230;) the normalization concepts do NOT apply, and should NOT be applied, globally to those combinations of attributes and tuples containing marks. (&#8230;) The proper time for the system to make this determination is when an attempt is made to replace the pertinent mark by an actual db-value.
</p></blockquote>
<p>So the mathematical rigor does not apply to NULL markers. Period.</p>
<p>This sounds pretty bad. I am rather amazed that Codd could get away with this.</p>
<p>But how bad is it in real life? </p>
<p>Let us consider WordPress, the blog engine I am using. As part of the core database schema, only the tables wp_postmeta, wp_usermeta and wp_commentmeta allow NULL markers. These tables are exclusively used to store metadata describing blog posts, users and comments. If this metadata is somehow inconsistent, the blog engine will not fall apart. It may hurt secondary features, such as advanced navigation, but the core data (posts, users and comments) will remain unaffected.</p>
<p>Date was repeatedly asked to prove that NULL markers were indeed a problem. I do not think that he ever conclusively showed that they were a real problem. Anyhow, our civilization has not collapsed yet.</p>
<p>Does anyone has any evidence that NULL markers are a bona fide problem in practice? Oh! Sure! Incompetent people will always find a way to create problems. So let us assume we are dealing with reasonably smart people doing reasonable work.</p>
<p><strong>Credit</strong>: This post is motivated by an exchange with A. Badia from Louisville University.</p>
<p><strong>Example of SQL&#8217;s inconsistency:</strong></p>
<blockquote><p>
We are given two tables: Suppliers (sno,city) and Parts(pno,city). The tables have both  a single row; (S1,&#8217;London&#8217;) and (P1,null) respectively.  That is, we have one supplier in London as well as one part for which the location is left unspecified (hence the null marker).</p>
<p>We have the following query:</p>
<p>Select sno, pno<br />
From Suppliers, Parts<br />
Where Parts.city &lt;> Suppliers.city<br />
Or Parts.city &lt;> &#8216;Paris&#8217;;</p>
<p>In SQL,  this query would return nothing due to Codd&#8217;s 3-value logic because the where clause only selects row when the predicate is true.  </p>
<p>Yet we know that if a physical part is actually located somewhere, it is either not in London or not in Paris.  So the answer is wrong.</p>
<p>Let us consider another interpretation: maybe the part P1  is fictitious. It is not physically available anywhere. In such a case, the SQL query still fails to return the correct answer as the part P1 is not in London. </p>
<p>Maybe we could assume instead that the part P1 is available everywhere: this later interpretation is also incorrect<br />
because the query </p>
<p>Select * from Parts where Parts.city = &#8216;Paris&#8217;</p>
<p>will return nothing.
</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=B80mgbfQQos:USkPFJgrx78:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=B80mgbfQQos:USkPFJgrx78:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/B80mgbfQQos" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/03/05/do-null-markers-in-sql-cause-harm/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/03/05/do-null-markers-in-sql-cause-harm/</feedburner:origLink></item>
		<item>
		<title>Where are the “big problem” jobs?</title>
		<link>http://feedproxy.google.com/~r/daniel-lemire/atom/~3/5EaOB2qWSAA/</link>
		<comments>http://lemire.me/blog/archives/2013/03/04/where-are-the-big-problem-jobs/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 19:12:42 +0000</pubDate>
		<dc:creator>Daniel Lemire</dc:creator>
				<category />

		<guid isPermaLink="false">http://lemire.me/blog/?p=5082</guid>
		<description>Several authors, scientists and entrepreneurs have lamented our poor ability to innovate. It seems that industry is recruiting few people to work on hard problems, except maybe when they are supported by the government: Private businesses seem remarkably uninterested in tackling serious problems such as energy despite soaring prices and evident problems. In the rare [...]</description>
			<content:encoded><![CDATA[<p>Several authors, scientists and entrepreneurs have lamented our poor ability to innovate. It seems that industry is recruiting <a href="http://math-blog.com/2013/01/21/what-is-really-hot-in-stem-jobs/">few people to work on hard problems</a>, except maybe when they are supported by the government:</p>
<blockquote><p>Private businesses seem remarkably uninterested in tackling serious problems such as energy despite soaring prices and evident problems. In the rare cases where someone may be attempting to solve these problems, one often finds the heavy hand of government funding, for better or worse.</p></blockquote>
<p>Many years ago, I pursued a Ph.D., not to become a professor or even a government researcher, but rather to pursue industrial R&#038;D. I had vague dreams about working in some corporate research laboratory. I imagined I would be working on cool new technology to solve important problems. I never even questioned that such job existed&#8230; until I went looking for them!</p>
<p>I was disappointed. Instead, I ended up starting my own business. Amazingly, it worked! We got several contracts to do leading-edge work that still determines my research agenda to this day. I acquired a taste for problems that matter.  However, much of our funding (maybe 40%) came indirectly from the government. </p>
<p>&#8220;Where are the big problem jobs?&#8221; I would say that they are either supported by the government or, better yet, driven by entrepreneurship.<sup>1</sup> </p>
<p>The problem with government R&#038;D is that it has a <a href="http://lemire.me/blog/archives/2013/02/26/does-academic-research-cause-economic-growth/">bad track record at helping the economy</a>,  outside of a few areas such as agriculture. Baumol made a similar point in the <a href="http://www.amazon.com/Free-Market-Innovation-Machine-Analyzing-Capitalism/dp/0691096155/?tag=daniellemires-20" rel="nofollow">Free-Market Innovation Machine</a>: Imperial China, the Roman Empire and even the USSR had great scholars and no shortage of technological innovation. However, they lacked the means to reap the benefits of this research. Government R&#038;D often comes about as a mix of bureaucratic campuses, bureaucratic government laboratories and bureaucratic corporations. That&#8217;s only exciting if you have a perverse sense of humor. </p>
<p>Want to kill a good idea? Assign it to a committee. </p>
<p>What Imperial China, the Roman Empire and the USSR lacked, was entrepreneurship. I conjecture that the number of science graduates who become entrepreneurs is a better predictor of economic progress than the number of new Ph.D.s. And if you are a young woman or man who wants to work on big problems, you would be better off preparing yourself for some form of entrepreneurship&#8230; if you want your work to matter.</p>
<p>Too many scientists think that science is created in a laboratory and then turned into a product by puny engineers. The reverse process is at least as likely to happen. It is by trying to solve important problems that significant science comes about.</p>
<p>Yet we are not used to think of scientists as entrepreneurs. We are not used of thinking of science as a process where you get money, hire people and make a profit. In some ways, the idea of patenting a new  refrigerator seems contrary to science. Yet Einstein <a href="http://en.wikipedia.org/wiki/Einstein_fridge">held such a patent</a> that he sold for profit.</p>
<p>Our idea of the scientist has too much to do with the Mandarins of Imperial China and not enough to do with <a href="http://en.wikipedia.org/wiki/Sergey_Brin">Sergey Brin</a>. </p>
<p>&mdash;</p>
<p><sup>1</sup>&ndash; There are corporate exceptions. For example, Google seems to be working on a few big problems, such as the self-driving car and Google Glass.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/daniel-lemire/atom?a=5EaOB2qWSAA:yaUfPP0oH0w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/daniel-lemire/atom?i=5EaOB2qWSAA:yaUfPP0oH0w:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/5EaOB2qWSAA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://lemire.me/blog/archives/2013/03/04/where-are-the-big-problem-jobs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://lemire.me/blog/archives/2013/03/04/where-are-the-big-problem-jobs/</feedburner:origLink></item>
	</channel>
</rss>
