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
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
My current employer, UQAM, refuses to allow email forwarding. Students would rather forward their emails to their existing GMail accounts, for example. And the...Daniel Lemire From Daniel Lemire's Blog | March 3, 2010 at 01:27 AM
According to student evaluations, most of my students appreciate short programming assignments. Yet, every year, some students think that programming is below them...Daniel Lemire From Daniel Lemire's Blog | March 1, 2010 at 04:11 PM
I get ten to fifteen questions a week on recommender systems from entrepreneurs and engineers. Sometimes, I help people find their way in the literature. On occasion—for...Daniel Lemire From Daniel Lemire's Blog | February 22, 2010 at 09:51 AM
One of the upsides of working for a university are the stimulating academic discussions. Yesterday, a philosopher challenged me a question:
Beyond the fact that...Daniel Lemire From Daniel Lemire's Blog | February 12, 2010 at 04:46 PM
Almost all software I write for my research is open sourced. Some fellow researcher argued today that I risk reducing the gap between and my pursuers. Similarly...Daniel Lemire From Daniel Lemire's Blog | February 10, 2010 at 07:15 PM
I am not opposed to the Publish or Perish mantra. I am an academic writer. I am what I publish. We all think of researchers as people wearing laboratory coats,...Daniel Lemire From Daniel Lemire's Blog | February 8, 2010 at 02:36 PM
If you read my blog, you probably like to read in general. Thus, if you don’t own an ebook device, you will soon. The choice is growing: the Amazon Kindle, the...Daniel Lemire From Daniel Lemire's Blog | February 3, 2010 at 03:36 PM
Earlier this month, Michael Mitzenmacher told us about the record number of students attending his Harvard class online-only.Daniel Lemire From Daniel Lemire's Blog | January 30, 2010 at 03:27 PM
Many consider Frank Hebert’s Dune the most important work of science-fiction ever written. Consider that Star Wars is just a variation on Dune. Yet, it was rejected...Daniel Lemire From Daniel Lemire's Blog | January 20, 2010 at 02:17 PM