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 space utilization of relational databases can be estimated quickly. If you create a table made of three columns, each containing an integer, you can expect...Daniel Lemire From Daniel Lemire's Blog | December 19, 2011 at 05:24 PM
Scott Adams, of Dilbert fame, once told how Dilbert fared poorly initially. His critics objected that Dilbert was hardly ever funny, except when he appeared at...Daniel Lemire From Daniel Lemire's Blog | December 5, 2011 at 07:23 PM
The speed of many algorithms depends on how quickly you can multiply matrices or compute distances. In turn, these computations depend on the scalar product. Given...Daniel Lemire From Daniel Lemire's Blog | November 28, 2011 at 05:27 PM
We often believe that primitive cultures lacked currencies and so they engaged in barter. Barter is awfully inconvenient and simply cannot sustain a non-trivial...Daniel Lemire From Daniel Lemire's Blog | November 14, 2011 at 03:53 PM
Diederik Stapel has been a psychology professor at major universities for the last ten years. He published well over 100 research papers in prestigious journals...Daniel Lemire From Daniel Lemire's Blog | November 3, 2011 at 09:32 PM
I always found word processors distracting. I hate to copy and paste text only to find that the text formatting was copied as well. When I write, I do not want...Daniel Lemire From Daniel Lemire's Blog | November 1, 2011 at 03:23 PM
It is widely believed that intellectual productivity is tied to location. That is, if you work in a basement at Harvard like Walter Bishop in the TV show Fringe...Daniel Lemire From Daniel Lemire's Blog | October 26, 2011 at 02:39 PM
Good database design is crucial to obtain a sound, consistent database, and — in turn — good database design methodologies are the best way to achieve the right...Daniel Lemire From Daniel Lemire's Blog | October 23, 2011 at 09:32 AM
Richard Hamming compared knowledge to compound interest: The more you know, the more you learn. Hence, progress tends to be exponential. Some innovations increase...Daniel Lemire From Daniel Lemire's Blog | October 17, 2011 at 03:38 PM
Bankers will tell you that to get rich, you should rely on compound interests. Save up a little bit of everything you earn, and you will soon be wealthy. What they...Daniel Lemire From Daniel Lemire's Blog | October 10, 2011 at 06:44 PM
I just finished Rational Optimist by Matt Ridley. Because I am an overly pessimistic individual, I expected to hate the book. I loved the book. I should point out...Daniel Lemire From Daniel Lemire's Blog | October 5, 2011 at 07:18 PM
A few years ago, we worked on automatically removing boilerplate text from e-books taken from the Project Gutenberg. In this type of problem, you want to quickly...Daniel Lemire From Daniel Lemire's Blog | September 26, 2011 at 02:24 PM
Collaboration is often encouraged in science: it is viewed as an intrinsically good thing. Yet there are downsides to collaboration. The most obvious downside is...Daniel Lemire From Daniel Lemire's Blog | September 20, 2011 at 04:28 PM
IT departments fail us because they are founded on the technocratic imperative. Users are faceless objects for which the system is designed (Iivari et al., 2009)...Daniel Lemire From Daniel Lemire's Blog | September 13, 2011 at 04:20 PM
Many systems are self-regulatory. For example, in a few market, prices will fluctuate until everyone gets a fair price. But free markets are a mathematical abstraction...Daniel Lemire From Daniel Lemire's Blog | September 6, 2011 at 03:37 PM
One of the most common data structuring in Computer Science is the hash table. It is used to store key-value pairs. For example, it is a good data structure to...Daniel Lemire From Daniel Lemire's Blog | August 29, 2011 at 02:00 PM
On December 2007, the New York Stock Exchange adopted Linux. In late August 2008, we saw one of the worse worldwide stock market crash of the last hundred years...Daniel Lemire From Daniel Lemire's Blog | August 22, 2011 at 04:00 PM
Before writing your next job ad, look at what companies who recruit talented engineers do. According to a recent Google job posting, here are the requirements to...Daniel Lemire From Daniel Lemire's Blog | August 15, 2011 at 09:16 PM
A typical enterprise computing architecture relies on databases, professionally managed by DBAs. Developers grow applications which all update or query the same...Daniel Lemire From Daniel Lemire's Blog | August 15, 2011 at 03:56 PM
Given two arrays, say (1,2,3,4) and (4,3,1,5), their scalar product is simply the sum of the products: 1 Daniel Lemire From Daniel Lemire's Blog | August 11, 2011 at 02:28 PM