<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 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://www.daniel-lemire.com/blog</link><description>Daniel Lemire's blog is about life in academia, research in Computer Science, wondering how we can reconcile fast databases and algorithms with the informal and asemantic nature of the world around us. It is broadcasted from  Montreal (Canada).</description><language>en</language><lastBuildDate>Mon, 13 Oct 2008 08:56:53 -0500</lastBuildDate><generator>WordPress http://wordpress.org/</generator><itunes:explicit>no</itunes:explicit><itunes:subtitle>Daniel Lemire's blog is about life in academia, research in Computer Science, wondering how we can reconcile fast databases and algorithms with the informal and asemantic nature of the world around us. It is broadcasted from Montreal (Canada).</itunes:subtitle><itunes:summary>Daniel Lemire's blog is about life in academia, research in Computer Science, wondering how we can reconcile fast databases and algorithms with the informal and asemantic nature of the world around us. It is broadcasted from Montreal (Canada).</itunes:summary><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/daniel-lemire/atom" type="application/rss+xml" /><feedburner:emailServiceId>1396075</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item><title>Cool software design insight #6</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/419534386/</link><category>Software design</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Mon, 13 Oct 2008 08:56:53 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1383</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Here is a simple recipe I have learned for efficient software design:</p>
<blockquote><p>Less planning, prototyping!</p></blockquote>
<p>Planning is typically a long and expensive process. Some &#8220;experts&#8221; justify it by claiming that one week of planning saves ten weeks of programming. In practice, this payoff rarely comes. Why? Because as you make progress, the project itself changes and the planning becomes obsolete.</p>
<p>I am not saying you should not manage and plan your projects. However, all planning should be short-term. The only question you must answer is:</p>
<blockquote><p>What is the most efficient use of my time today?</p></blockquote>
<p>In short, I advocate you follow a <a href="http://en.wikipedia.org/wiki/Greedy_algorithm">greedy algorithm</a> to manage your time and your projects. Given that your problems are ill-defined and constantly changing, maximizing your short-time efficiency is the only sane thing to do.</p>
<p>Stop investing your time today in the hope that you will be efficiency tomorrow. Be efficient now!</p>
<p>Of course, if you live in some huge slow-moving corporation and work on problems that will remain the same for decades, then please do plan ahead!</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/419534386" height="1" width="1"/>]]></content:encoded><description>Here is a simple recipe I have learned for efficient software design:
Less planning, prototyping!
Planning is typically a long and expensive process. Some &amp;#8220;experts&amp;#8221; justify it by claiming that one week of planning saves ten weeks of programming. In practice, this payoff rarely comes. Why? Because as you make progress, the project itself changes and the [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F10%2F13%2Fcool-software-design-insight-6%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/10/13/cool-software-design-insight-6/</feedburner:origLink></item><item><title>Peer review is still declining?</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/416817144/</link><category></category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Fri, 10 Oct 2008 09:07:41 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1379</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Ellison&#8217;s work on the decline of peer review (<a href="http://www.daniel-lemire.com/blog/archives/2007/08/06/on-the-upcoming-collapse-of-peer-review/">reported earlier on my blog</a>) is still <a href=" http://scholarlykitchen.sspnet.org/2008/10/06/the-end-of-peer-review/">being discussed</a>:</p>
<blockquote><p>Ellison has painstakingly documented the decline of articles published in top  economics journals by authors working in the highest-ranked schools.  These authors are continuing to publish, but are seeking other outlets, including unrefereed preprint and working paper servers.</p></blockquote>
<p>The analysis is simple:</p>
<ul>
<li>If you are good and well known, people will read you even if you publish on toilet paper.</li>
<li> Peer review is becoming less and less fun. Myself, I have had numerous problems with papers stuck in a journal peer review for several years. Conference peer review is often crude.</li>
<li>Hence, if you are well known, peer review might not be beneficial to you. As you stop publishing in the top venues, the prestige of these venues diminish which leads more people to drop them, and so on. Until one day, nobody thinks that peer review is prestigious</li>
</ul>
<p>Of course, peer review is not really declining, but rather slowly evolving. It has become far more acceptable to take some of your work and simply post it online. If it is good and useful, people will make use of it, with or without formal peer review. Not unlike open source software.</p>
<p><strong>Source</strong>: <a href="http://michaelnielsen.org/blog/?p=471">Michael Nielsen</a>.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/416817144" height="1" width="1"/>]]></content:encoded><description>Ellison&amp;#8217;s work on the decline of peer review (reported earlier on my blog) is still being discussed:
Ellison has painstakingly documented the decline of articles published in top  economics journals by authors working in the highest-ranked schools.  These authors are continuing to publish, but are seeking other outlets, including unrefereed preprint and working paper servers.
The analysis [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F10%2F10%2Fpeer-review-is-still-declining%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/10/10/peer-review-is-still-declining/</feedburner:origLink></item><item><title>Need help protecting my blog</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/415159108/</link><category></category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Wed, 08 Oct 2008 16:52:48 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1375</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>As some of you noticed, this blog keeps on getting hacked. I need help.</p>
<ul>
<li>I have the latest version of wordpress. I have changed the password and I did my best to find any backdoor.</li>
<li>I do not think anyone can modify the PHP files because they are not writeable on the server.</li>
<li>In the latest hacks, they update the content of my post with hidden spam. That is, the spam appears directly my relational database. It appears that, indeed, the PHP files are not modified. It also appears that they are only able to update the latests posts. Indeed, only 3 posts had spam in them. Surely, if they could have done more, my entire database would be filled with spam right now.</li>
</ul>
<p>So, what should I be looking for?</p>
<p>I think there must be at least one backdoor left. I have checked that when I write a new post, the spam is not automatically inserted. So, the post must be updated a bit later.</p>
<p>This is very scary and annoying.</p>
<p><strong>Update</strong>: My current best guess is that only few blog posts were modified because I changed my password and removed the default admin user just in time. If so, I am very lucky because the spammers could have infected all of my content. Indeed, it appears that none of my recent posts have been spammed. Of course, it could be just a matter of time&#8230;</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/415159108" height="1" width="1"/>]]></content:encoded><description>As some of you noticed, this blog keeps on getting hacked. I need help.

I have the latest version of wordpress. I have changed the password and I did my best to find any backdoor.
I do not think anyone can modify the PHP files because they are not writeable on the server.
In the latest hacks, they [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F10%2F08%2Fneed-help-protecting-my-blog%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/10/08/need-help-protecting-my-blog/</feedburner:origLink></item><item><title>What 20 years in academia taught me about my finances</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/413810796/</link><category>Academia/Research</category><category>Business / Economics / Politics</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Tue, 07 Oct 2008 08:36:09 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1356</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<ul>
<li><strong>There is no such thing as an unbiased expert outside the Mathematics department</strong>. When your banker told you to borrow money and to invest it in the stock market, you did not really think he had your best interest in mind, did you? I am always amazed by how definitive the financial advice bankers give out. Ask to see their mathematical models and question their assumptions! Most often, you will find out that they have no model and they are just repeating corporate lines.</li>
<li><strong>Reproducibility is a lot harder than it sounds</strong>. Times and times again, I have been surprised by how difficult it is to reproduce the results of a given research paper. Financial experts often base their advice on case studies and they assume that these are reproducible. If people twenty years ago managed to get rich by buying cheap houses and reselling them for a profit, can we reproduce this scenario in 2008? Maybe. Maybe not.</li>
<li><strong>Long-term plans are much less useful than you think</strong>. As a researcher, I often make up plans. I am forced, every 5 years, to plan for the next 5 years so that my funding agency will give me some money. However, these plans always fall flat. The truth is that I am terrible at predicting the future reliably. Feel free to set goals for yourself however. Just do not be surprised if you have to reinvent your plans and your goals every 3 months.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/413810796" height="1" width="1"/>]]></content:encoded><description>There is no such thing as an unbiased expert outside the Mathematics department. When your banker told you to borrow money and to invest it in the stock market, you did not really think he had your best interest in mind, did you? I am always amazed by how definitive the financial advice bankers give [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F10%2F07%2Fwhat-20-years-in-academia-taught-me-about-my-finances%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/10/07/what-20-years-in-academia-taught-me-about-my-finances/</feedburner:origLink></item><item><title>Google won’t help your blog</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/408532322/</link><category>Science and Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Wed, 01 Oct 2008 18:07:54 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1349</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>My blog has been <a href="http://www.daniel-lemire.com/blog/archives/2008/09/04/my-blog-got-hacked/">penalized in Google&#8217;s index</a> for a few weeks now. While I would prefer that my content be easier to find, it does not worry me and my readership is not declining. Daniel Tunkelang <a href="http://thenoisychannel.com/?p=493">explains exactly why</a>: while Google brings a lot of traffic to my blog, almost none of it is relevant.</p>
<p>For example, my post on <a href="http://www.daniel-lemire.com/blog/archives/2005/10/28/average-of-averages-is-not-the-average/">Simpson&#8217;s paradox</a> is the most popular page from Google&#8217;s search engine. By far. Yet, it is not very exciting nor very representative. It gets a lot of traffic because many people want to compute the &#8220;average of averages&#8221;.</p>
<p>There is a practical conclusion: forget about most search-engine optimization tricks if you are a blogger. Making some of your pages show up first in Google will generally not increase your readership.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/408532322" height="1" width="1"/>]]></content:encoded><description>My blog has been penalized in Google&amp;#8217;s index for a few weeks now. While I would prefer that my content be easier to find, it does not worry me and my readership is not declining. Daniel Tunkelang explains exactly why: while Google brings a lot of traffic to my blog, almost none of it is [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F10%2F01%2Fgoogle-wont-help-your-blog%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/10/01/google-wont-help-your-blog/</feedburner:origLink></item><item><title>Computer Science Research does not care about your System</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/407746048/</link><category>Academia/Research</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Tue, 30 Sep 2008 19:26:00 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2008/09/30/computer-science-research-does-not-care-about-your-system/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Jeff Dalton <a href="http://www.searchenginecaffe.com/2008/09/ten-myths-of-computer-science-research.html">reports</a> on a presentation by <a href="http://kdl.cs.umass.edu/people/jensen/">Dave Jensen</a> and <a href="http://ciir.cs.umass.edu/personnel/dasmith.html">David Smith</a> on the Myths of Research in Computer Science. A key insight is that Computer Science Research is not about systems. Designing a better spam filter is a great idea, and might make you wealthy, but it is not what Computer Science is about.</p>
<p>I like the approach described by Jeff&#8217;s post:</p>
<blockquote><p>Design an experiment to learn regardless of the outcome.</p></blockquote>
<p>Of course, we all want to improve computations. However, you do not have to prove that your way is better than <em>their</em> way (the macho approach). This sort of contest gets boring rather quickly.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/407746048" height="1" width="1"/>]]></content:encoded><description>Jeff Dalton reports on a presentation by Dave Jensen and David Smith on the Myths of Research in Computer Science. A key insight is that Computer Science Research is not about systems. Designing a better spam filter is a great idea, and might make you wealthy, but it is not what Computer Science is about.
I [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F30%2Fcomputer-science-research-does-not-care-about-your-system%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/30/computer-science-research-does-not-care-about-your-system/</feedburner:origLink></item><item><title>Blog hacked again</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/406847589/</link><category>Science and Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Wed, 08 Oct 2008 16:02:41 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1322</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>My blog was hacked again by spammers. While I tried to be careful last time, I left evil scripts behind. That is how they were able to hack my blog again. This time I took three hours to verify manually everything before and after upgrading.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/406847589" height="1" width="1"/>]]></content:encoded><description>My blog was hacked again by spammers. While I tried to be careful last time, I left evil scripts behind. That is how they were able to hack my blog again. This time I took three hours to verify manually everything before and after upgrading.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F29%2Fblog-hacked-again%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/29/blog-hacked-again/</feedburner:origLink></item><item><title>Students want online learning</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/406685125/</link><category>Academia/Research</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Wed, 08 Oct 2008 16:03:20 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1320</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Unsurprisingly, almost all students at the University of Wisconsin-Madison say they prefer courses with webcasted lectures as opposed to campus-only lectures. What is more interesting is that 60 percent said they were willing to pay more for them.</p>
<p>Considering how much students pay for overpriced textbooks, it is maybe not so surprising that they are willing to pay extra for online content.</p>
<p>Source: <a href="http://www.downes.ca/cgi-bin/page.cgi?post=46516">Downes</a>.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/406685125" height="1" width="1"/>]]></content:encoded><description>Unsurprisingly, almost all students at the University of Wisconsin-Madison say they prefer courses with webcasted lectures as opposed to campus-only lectures. What is more interesting is that 60 percent said they were willing to pay more for them.
Considering how much students pay for overpriced textbooks, it is maybe not so surprising that they are willing [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F29%2Fstudents-want-online-learning%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/29/students-want-online-learning/</feedburner:origLink></item><item><title>A little brain teaser…</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/403257799/</link><category>brain teaser/game</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Wed, 08 Oct 2008 16:04:04 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1314</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>You are an explorer who arrived on planet Bypolar. The Bypolarians come in two species: the Falsians and the Truans. The Falsians always lie whereas the Truans always tell the truth. Alas, you do not know how to distinguish them.</p>
<p>In any case, two locals are waiting for you. </p>
<p><strong>First Bypolarian</strong>: You are most welcome on our planet. You are safe here.</p>
<p><strong>Second Bypolarian</strong>: You must leave at once. You are in danger.</p>
<p><strong>First Bypolarian</strong>: Do not mind my friend, he always lie.</p>
<p><strong>Second Bypolarian</strong>: Ah&#8230; we always disagree.</p>
<p>Should you be worried or relaxed?</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/403257799" height="1" width="1"/>]]></content:encoded><description>You are an explorer who arrived on planet Bypolar. The Bypolarians come in two species: the Falsians and the Truans. The Falsians always lie whereas the Truans always tell the truth. Alas, you do not know how to distinguish them.
In any case, two locals are waiting for you. 
First Bypolarian: You are most welcome on [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">12</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F25%2Fa-little-brain-teaser%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/25/a-little-brain-teaser/</feedburner:origLink></item><item><title>Marketing to scientists… on YouTube?</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/402762292/</link><category>Academia/Research</category><category>Business / Economics / Politics</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Thu, 25 Sep 2008 07:32:06 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1311</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Industry has always advertised to scientists. However, this ad targeting biologists is&#8230; peculiar:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/x5yPkxCLads&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/x5yPkxCLads&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><strong>Source</strong>: Owen Kaser.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/402762292" height="1" width="1"/>]]></content:encoded><description>Industry has always advertised to scientists. However, this ad targeting biologists is&amp;#8230; peculiar:

Source: Owen Kaser.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><media:content url="http://feeds.feedburner.com/~r/daniel-lemire/atom/~5/402762293/x5yPkxCLads&amp;" fileSize="882" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Industry has always advertised to scientists. However, this ad targeting biologists is&amp;#8230; peculiar: Source: Owen Kaser. </itunes:subtitle><itunes:summary>Industry has always advertised to scientists. However, this ad targeting biologists is&amp;#8230; peculiar: Source: Owen Kaser. </itunes:summary><itunes:keywords>Academia/Research, Business / Economics / Politics</itunes:keywords><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F25%2Fmarketing-to-scientists-on-youtube%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/25/marketing-to-scientists-on-youtube/</feedburner:origLink><enclosure url="http://feeds.feedburner.com/~r/daniel-lemire/atom/~5/402762293/x5yPkxCLads&amp;" length="882" type="application/x-shockwave-flash" /><feedburner:origEnclosureLink>http://www.youtube.com/v/x5yPkxCLads&amp;#038;hl=en&amp;#038;fs=1</feedburner:origEnclosureLink></item><item><title>From freedom to intelligence</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/400375822/</link><category>Business / Economics / Politics</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Tue, 23 Sep 2008 12:39:52 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1307</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>If you want to be smart, you must first learn  to be free.</strong> Build low energy systems. Lean and mean machines. </p>
<p>To explain why freedom leads to better result, we had <a href="http://en.wikipedia.org/wiki/Adam_Smith">Adam Smith</a>&#8212;yes, I took economics once&#8212;who used a crude model to justify the use of free markets (an innovation at the time). But it takes time and patience to convince us that thriving for more freedom is necessary.  Certainly, intelligence is  <a href="http://apperceptual.wordpress.com/2008/05/24/the-seductive-power-of-mathematics/">fuzzier than we tend to believe</a>.</p>
<p>Fear is freedom&#8217;s worst enemy. Fear destroys freedom and ultimately, intelligence. In turn, this is why <a href="http://en.wikipedia.org/wiki/The_Starfish_And_the_Spider">leaderless organizations</a> are thriving. The leaders are not the trouble, the loss of freedom is.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/400375822" height="1" width="1"/>]]></content:encoded><description>If you want to be smart, you must first learn  to be free. Build low energy systems. Lean and mean machines. 
To explain why freedom leads to better result, we had Adam Smith&amp;#8212;yes, I took economics once&amp;#8212;who used a crude model to justify the use of free markets (an innovation at the time). But [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F22%2Ffrom-freedom-to-intelligence%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/22/from-freedom-to-intelligence/</feedburner:origLink></item><item><title>MacOS open’s under Linux</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/397533479/</link><category></category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Fri, 19 Sep 2008 16:13:51 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1301</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>MacOS has a nice &#8220;open&#8221; command that will open any document with any application from the command line. I hacked my own for Linux for a bash shell:</p>
<p><code><br />
TEMP=`getopt -o a:  -- "$@"`<br />
if [ $? != 0 ] ; then exit 1 ; fi<br />
eval set &#8212; &#8220;$TEMP&#8221;<br />
while true ; do<br />
	case &#8220;$1&#8243; in<br />
		-a) COMMAND=$2 ; shift 2;;<br />
		&#8211;) shift ; break ;;<br />
		*)echo &#8220;should not happen&#8221; ; exit 1 ;;<br />
	esac<br />
done<br />
if [ $COMMAND ]; then<br />
  nohup $COMMAND $@ > ~/.s1 2> ~/.s2 &#038;<br />
else<br />
  /usr/bin/xdg-open $@<br />
fi<br />
</code></p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/397533479" height="1" width="1"/>]]></content:encoded><description>MacOS has a nice &amp;#8220;open&amp;#8221; command that will open any document with any application from the command line. I hacked my own for Linux for a bash shell:

TEMP=`getopt -o a:  -- "$@"`
if [ $? != 0 ] ; then exit 1 ; fi
eval set &amp;#8212; &amp;#8220;$TEMP&amp;#8221;
while true ; do
	case &amp;#8220;$1&amp;#8243; in
		-a) COMMAND=$2 ; shift [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F19%2Fmacos-opens-under-linux%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/19/macos-opens-under-linux/</feedburner:origLink></item><item><title>Why I am sometimes rude</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/397424812/</link><category>Academia/Research</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Fri, 19 Sep 2008 13:14:35 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1299</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Got an email a week ago. True story:</p>
<blockquote><p>
Dear prof. X,</p>
<p>I see that you are chair of the certificate program in Computer Science. I want to apply to the certificate program at <strong>[insert competing university here]</strong>. Can you have a look at my application? I really need to get in!</p>
<p>Thank you.</p>
<p>Some confused student.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/397424812" height="1" width="1"/>]]></content:encoded><description>Got an email a week ago. True story:

Dear prof. X,
I see that you are chair of the certificate program in Computer Science. I want to apply to the certificate program at [insert competing university here]. Can you have a look at my application? I really need to get in!
Thank you.
Some confused student.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F19%2Fwhy-i-am-sometimes-rude%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/19/why-i-am-sometimes-rude/</feedburner:origLink></item><item><title>Stanford offers 10 free online Computer Science courses</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/395841104/</link><category>Academia/Research</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Thu, 18 Sep 2008 09:23:13 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1293</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Stanford published 10 online Computer Science courses under a Creative Commons license. Each course is made of videos, lecture notres, assignment and homeworks. The University reports that the content is nearly identical to what is offered to on-campus students.</p>
<ul>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=824a47e1-135f-4508-a5aa-866adcae1111">Programming Methodology </a> &#8212; CS106A</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=11f4f422-5670-4b4c-889c-008262e09e4e" >Programming Abstractions </a> &#8212; CS106B</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=2d712634-2bf1-4b55-9a3a-ca9d470755ee" >Programming Paradigms </a> &#8212; CS107</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=86cc8662-f6e4-43c3-a1be-b30d1d179743">Introduction to Robotics </a> &#8212; CS223A</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=63480b48-8819-4efd-8412-263f1a472f5a">Natural Language Processing </a> &#8212; CS224N</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=348ca38a-3a6d-4052-937d-cb017338d7b1" >Machine Learning </a> &#8212; CS229</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=84d174c2-d74f-493d-92ae-c3f45c0ee091">The Fourier Transform and its Applications </a> &#8212; EE261</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=17005383-19c6-49ed-9497-2ba8bfcfe5f6">Introduction to Linear Dynamical Systems </a> &#8212; EE263</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=2db7ced4-39d1-4fdb-90e8-364129597c87">Convex Optimization I </a> &#8212; EE364A</li>
<li><a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=523bbab2-dcc1-4b5a-b78f-4c9dc8c7cf7a">Convex Optimization II</a> &#8212; EE364B</li>
</ul>
<p>My only beef is that online videos are awfully boring, irrespective of the lecturer. If only I could convince more people to <a href="http://www.daniel-lemire.com/blog/be-a-good-teacher/">stop lecturing</a>! Otherwise, the  content is  well organized and generally beautiful.</p>
<p>It is easy to dismiss these things as marketing gimmicks. But doing so would be like dismissing company Web sites in 1996 as gimmicks. These are the latest seeds of a long stream of seeds that will change higher education forever.</p>
<p><strong>Disclaimer</strong>: I teach 3 online-only Computer Science university-level courses, including a graduate course.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/395841104" height="1" width="1"/>]]></content:encoded><description>Stanford published 10 online Computer Science courses under a Creative Commons license. Each course is made of videos, lecture notres, assignment and homeworks. The University reports that the content is nearly identical to what is offered to on-campus students.

Programming Methodology  &amp;#8212; CS106A
Programming Abstractions  &amp;#8212; CS106B
Programming Paradigms  &amp;#8212; CS107
Introduction to Robotics  &amp;#8212; [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F17%2Fstanford-offers-10-free-online-computer-science-courses%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/17/stanford-offers-10-free-online-computer-science-courses/</feedburner:origLink></item><item><title>Canadian Computer Science professor fired for being into bondage</title><link>http://feeds.feedburner.com/~r/daniel-lemire/atom/~3/393767776/</link><category>Academia/Research</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Lemire</dc:creator><pubDate>Mon, 15 Sep 2008 21:20:49 -0500</pubDate><guid isPermaLink="false">http://www.daniel-lemire.com/blog/?p=1291</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Colin Wightman was recently fired from Acadia University. What wrong did he do? Mostly he had a one-time consensual <a href="http://en.wikipedia.org/wiki/Bondage_(BDSM)">bondage</a> experience with a lady. They also accused him of using the university computers for some cybersex purposes.</p>
<p>The Canadian Association of University Teachers <a href="http://www.caut.ca/uploads/WightmanReport.pdf">found the dismissal grossly abusive</a>. They call for a <a href="http://www.caut.ca/aufa/newsletter/0508/investigation.htm">censure of Acadia University</a> unless Wightman is rehired.</p>
<p><strong>Disclaimer</strong>: I was once a professor at Acadia University.</p>
<img src="http://feeds.feedburner.com/~r/daniel-lemire/atom/~4/393767776" height="1" width="1"/>]]></content:encoded><description>Colin Wightman was recently fired from Acadia University. What wrong did he do? Mostly he had a one-time consensual bondage experience with a lady. They also accused him of using the university computers for some cybersex purposes.
The Canadian Association of University Teachers found the dismissal grossly abusive. They call for a censure of Acadia University [...]</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><media:content url="http://feeds.feedburner.com/~r/daniel-lemire/atom/~5/393767777/WightmanReport.pdf" fileSize="48239" type="application/pdf" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Colin Wightman was recently fired from Acadia University. What wrong did he do? Mostly he had a one-time consensual bondage experience with a lady. They also accused him of using the university computers for some cybersex purposes. The Canadian Associatio</itunes:subtitle><itunes:summary>Colin Wightman was recently fired from Acadia University. What wrong did he do? Mostly he had a one-time consensual bondage experience with a lady. They also accused him of using the university computers for some cybersex purposes. The Canadian Association of University Teachers found the dismissal grossly abusive. They call for a censure of Acadia University [...]</itunes:summary><itunes:keywords>Academia/Research</itunes:keywords><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=daniel-lemire/atom&amp;itemurl=http%3A%2F%2Fwww.daniel-lemire.com%2Fblog%2Farchives%2F2008%2F09%2F15%2Fcanadian-computer-science-professor-fired-for-being-into-bondage%2F</feedburner:awareness><feedburner:origLink>http://www.daniel-lemire.com/blog/archives/2008/09/15/canadian-computer-science-professor-fired-for-being-into-bondage/</feedburner:origLink><enclosure url="http://feeds.feedburner.com/~r/daniel-lemire/atom/~5/393767777/WightmanReport.pdf" length="48239" type="application/pdf" /><feedburner:origEnclosureLink>http://www.caut.ca/uploads/WightmanReport.pdf</feedburner:origEnclosureLink></item><media:rating>nonadult</media:rating><feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=daniel-lemire/atom</feedburner:awareness></channel></rss>
