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
Teicholz argues that Nutrition Science is Not Up to the Task: Despite methodological advances, nutritional epidemiology remains fundamentally limited by its observational...Daniel Lemire From Daniel Lemire's Blog | May 26, 2018 at 10:24 PM
Modern science works in the following manner. You do the research. You write a paper. You publish the paper. For historical reasons, “publishing the paper” typically...Daniel Lemire From Daniel Lemire's Blog | May 24, 2018 at 06:12 PM
A lot of data in the real world can be represented as graphs: you have nodes connected through vertices. For example, you are a node in a graph where friendships...Daniel Lemire From Daniel Lemire's Blog | May 24, 2018 at 04:02 PM
How is memory encoded in your brain? If you are like me, you assume that it is encoded in the manner in which your brain cells are connected together. Strong and...Daniel Lemire From Daniel Lemire's Blog | May 18, 2018 at 01:23 PM
Most strings found on the Internet are encoded using a particular unicode format called UTF-8. However, not all strings of bytes are valid UTF-8. The rules as to...Daniel Lemire From Daniel Lemire's Blog | May 15, 2018 at 08:28 PM
One of the most important database researchers of all time, Michael Stonebraker, has given a talk recently on the state of database research. I believe that many...Daniel Lemire From Daniel Lemire's Blog | May 14, 2018 at 04:59 PM
It looks like avoiding food most of the day, even if you do not eat less, is enough to partially rejuvenate you. Google researchers use deep learning to emulate...Daniel Lemire From Daniel Lemire's Blog | May 11, 2018 at 03:43 PM
Though character strings are represented as bytes (values in [0,255]), not all sequences of bytes are valid strings. By far the most popular character encodingContinue...Daniel Lemire From Daniel Lemire's Blog | May 9, 2018 at 12:22 AM
Oculus, a subsidiary of Facebook, has released its $200 VR headset (the Oculus Go). You can order it on Amazon. The reviews are good. It is standalone and wireless...Daniel Lemire From Daniel Lemire's Blog | May 5, 2018 at 11:32 PM
JSON has become the de facto standard exchange format on the web today. A JSON document is quite simple and is akin to a simplified form of JavaScript: { "Image"...Daniel Lemire From Daniel Lemire's Blog | May 2, 2018 at 09:16 PM
Many software performance problems have to do with data access. You could have the most powerful processor in the world, if the data is not available at the right...Daniel Lemire From Daniel Lemire's Blog | April 30, 2018 at 12:18 PM
Our heart regenerates very poorly. That is why many of us will die of a heart condition. Harvard researchers find the mice that exercise generate many more newContinue...Daniel Lemire From Daniel Lemire's Blog | April 29, 2018 at 12:25 PM
Though I am a long-time blogger and I spend most of my day talking or writing to other people… I am also quite secretive about the research that I am doing. There...Daniel Lemire From Daniel Lemire's Blog | April 26, 2018 at 11:15 AM
This week-end, I went to my gaming PC in my living room. The PC did not respond when I grabbed the mouse. Puzzled, I pressed the “on” button on the PC. Then I saw...Daniel Lemire From Daniel Lemire's Blog | April 22, 2018 at 08:25 PM
You probably can’t write the two forms of the letter g, even if you have seen them thousands and thousands of times. Some neurodegenerative diseases might result...Daniel Lemire From Daniel Lemire's Blog | April 22, 2018 at 01:18 PM
Intel is finally making available processors that support the fancy AVX-512 instruction sets and that can fit nicely in a common server rack. So I went to DellContinue...Daniel Lemire From Daniel Lemire's Blog | April 19, 2018 at 03:13 PM
We often need to iterate over the content of data structures. It is surprisingly often a performance bottleneck in big-data applications. Most iteration code works...Daniel Lemire From Daniel Lemire's Blog | April 17, 2018 at 01:15 PM
I am a big fan of sites such as Gapminder and Our World in Data. Such data visualization sites are like intellectual pornography. You want to know which countries...Daniel Lemire From Daniel Lemire's Blog | April 16, 2018 at 11:33 PM
Somewhat depressingly, there is very little evidence that you can improve people’s overall cognitive abilities: Although cognitive ability correlates with domain...Daniel Lemire From Daniel Lemire's Blog | April 13, 2018 at 12:27 PM
In software, we use hash tables to implement sets and maps. A hash table works by first mapping a key to a random-looking address in an array. In a recent series...Daniel Lemire From Daniel Lemire's Blog | April 12, 2018 at 05:53 PM