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
Many Internet formats from email (MIME) to the Web (HTML/CSS/JavaScript) are text-only. If you send an image or executable file by email, it often first gets encoded...Daniel Lemire From Daniel Lemire's Blog | January 30, 2019 at 03:10 PM
Suppose that you classify people on income or gender. Your boss asks you about the precision of your model. Which answer do you give? Whatever your software tells...Daniel Lemire From Daniel Lemire's Blog | January 29, 2019 at 10:53 AM
Richard Hamming is a famous computer scientist. In his talk You and Your Research, Hamming recounts how asked researchers three questions which I paraphrase: What...Daniel Lemire From Daniel Lemire's Blog | January 28, 2019 at 07:07 PM
We are training many more doctors (PhDs) than we need, when looking at the number of new faculty positions. In science, this has been true since at least the 1980s...Daniel Lemire From Daniel Lemire's Blog | January 26, 2019 at 08:33 PM
Losing even just a bit of weight can be enough to restore fertility in women. Digital technology does not appear to have a significant negative effect on teenagers...Daniel Lemire From Daniel Lemire's Blog | January 19, 2019 at 10:44 AM
A common problem within databases and search engines is to compute the intersection between two sorted array. Typically one array is much smaller than the other...Daniel Lemire From Daniel Lemire's Blog | January 15, 2019 at 09:33 PM
You can buy a 512GB memory card for $140 from Amazon. We have been told for decades to avoid saturated fats, the kind found in meat, cheese and butter. After an...Daniel Lemire From Daniel Lemire's Blog | January 12, 2019 at 11:32 AM
There are nearly 70,000 centenarians in Japan. China’s population fell by 2.5 million in 2018. Obesity is associated with increased senescent cell burden and neuropsychiatric...Daniel Lemire From Daniel Lemire's Blog | January 5, 2019 at 01:39 PM
All programmers know about multicore parallelism: your CPU is made of several nearly independent processors (called cores) that can run instructions in parallel...Daniel Lemire From Daniel Lemire's Blog | January 1, 2019 at 12:46 PM
The Gompertz-Makeham law predicts statistically the mortality rate of human beings. The key takeaway is that it is an exponential function. Every few years, the...Daniel Lemire From Daniel Lemire's Blog | December 30, 2018 at 11:57 AM
Low-dose radiation from A-bombs elongated lifespan and reduced cancer mortality relative to un-irradiated individuals (Sutou, 2018): The US National Academy ofContinue...Daniel Lemire From Daniel Lemire's Blog | December 29, 2018 at 11:31 AM
For equity reasons, many people advocate for double-blind peer review, meaning that the author does not know who the reviewer is, nor does the reviewer know who...Daniel Lemire From Daniel Lemire's Blog | December 22, 2018 at 11:00 AM
We often use random numbers in software in applications such as simulations or machine learning. Fast random number generators tend to produce integers in [0,232)...Daniel Lemire From Daniel Lemire's Blog | December 21, 2018 at 11:25 AM
Programming languages make it hard to sort arrays properly. Look at how JavaScript sorts arrays of integers: > v = [1,3,2,10] [ 1, 3, 2, 10 ] > v.sort() [ 1, 10...Daniel Lemire From Daniel Lemire's Blog | December 17, 2018 at 02:09 PM
Academic excellence is not a strong predictor of career excellence. There is weak correlation between grades and job performance. Grant reviews the evidence inContinue...Daniel Lemire From Daniel Lemire's Blog | December 15, 2018 at 12:38 PM
The energy density of lithium-ion batteries doubled between 1995 and 2005 but only increased by about 15% between 2005 and 2015. It is estimated that there is relatively...Daniel Lemire From Daniel Lemire's Blog | December 8, 2018 at 10:35 AM
Schools train us to provide the right answers to predefined questions. Yet anyone with experience from the real world knows that, more often than not, the difficult...Daniel Lemire From Daniel Lemire's Blog | December 6, 2018 at 10:56 AM
Autism affects about 1% of the population and four times as many males as females. In older highly educated people, drinking 2 cups of coffee a day is associated...Daniel Lemire From Daniel Lemire's Blog | December 1, 2018 at 02:25 PM
Suppose that you are given two arrays. Maybe you have a list of cities from the USA and a list of cities from Europe. You want to generate a new list which mixes...Daniel Lemire From Daniel Lemire's Blog | November 28, 2018 at 08:34 PM
There is no association between birth order and personality traits: The results of both within- and between-family research designs revealed no consistent evidence...Daniel Lemire From Daniel Lemire's Blog | November 24, 2018 at 12:47 PM