From Schneier on Security
Artificial intelligence (AI) has been billed as the next frontier of humanity: the newly available expanse whose exploration
…
B. Schneier| February 29, 2024
The publishing house Elsevier invited me to fill out a survey regarding their journals. As a reward, they gave me a glimpse at their statistics. The three most...Daniel Lemire From Daniel Lemire's Blog | June 3, 2010 at 10:43 AM
Zed A. Shaw—author of several books on Ruby and Python—came up with an interesting criticism of Computer Science. He makes some good points: Computer Science is...Daniel Lemire From Daniel Lemire's Blog | June 1, 2010 at 09:33 AM
I like to sort things. If you should learn one thing about Computer Science is that sorting is fast and useful.
Here’s a little example. You want to check quickly...Daniel Lemire From Daniel Lemire's Blog | May 21, 2010 at 02:15 AM
Funding agencies in Canada seek to emulate American funding agencies by promoting excellence. What this means in concrete terms is that few professors get most...Daniel Lemire From Daniel Lemire's Blog | May 11, 2010 at 03:16 PM
Should you attend the most selective school? Maybe not:
Students who attended more selective colleges do not earn more than other students who were accepted and...Daniel Lemire From Daniel Lemire's Blog | May 10, 2010 at 06:18 PM
Science and business, so far, has being mostly model driven. That is, you collect a few data points, just enough to fit your model. Then you proceed from your model...Daniel Lemire From Daniel Lemire's Blog | May 3, 2010 at 10:09 AM
Seth Godin wrote a devastating post on the future of higher education. Unlike Godin, I fail to see an imminent crash of high education. But then, I failed to predict...Daniel Lemire From Daniel Lemire's Blog | April 30, 2010 at 11:21 AM
I want to run a short crowdsourcing experiment: can the web give me better research directions? Or maybe good research directions for students, or readers of this...Daniel Lemire From Daniel Lemire's Blog | April 21, 2010 at 09:26 AM
David Donoho was among the first researchers to promote reproducible research through software publicationDaniel Lemire From Daniel Lemire's Blog | April 20, 2010 at 07:19 PM
Following a blog post by John D. Cook, I started reading Fred Brooks‘ latest book. Brooks is famous, among other things, for his earlier book, the Mythical Man...Daniel Lemire From Daniel Lemire's Blog | April 13, 2010 at 06:40 PM
In my previous post, you were invited to help with a reference implementation of external sorting in Java. Several people tested and improved the code. I like the...Daniel Lemire From Daniel Lemire's Blog | April 6, 2010 at 01:55 PM
Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. Typically, you divide the files into small...Daniel Lemire From Daniel Lemire's Blog | April 1, 2010 at 01:53 PM
I agreed to give a talk to graduate students on how to write good research papers. I have posted the slides of my talk online. They are mostly taken out of my web...Daniel Lemire From Daniel Lemire's Blog | March 26, 2010 at 04:42 PM
Most researchers are convinced that their current work is important. Otherwise, they wouldn’t do it. Yet, few of them work on obviously important things like curing...Daniel Lemire From Daniel Lemire's Blog | March 22, 2010 at 03:27 PM
You can sort large files while using little memory. The Unix sort tool is a widely available implementation of this idea. Files are written to disk sequentially...Daniel Lemire From Daniel Lemire's Blog | March 15, 2010 at 06:43 PM
Even if you have extensive training in Mathematics, the average Mathematics paper is undistinguishable from the ramblings of a madman. Many of these papers seek...Daniel Lemire From Daniel Lemire's Blog | March 8, 2010 at 03:41 PM