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
4.5% of us are psychopaths. U.S. per capita CO2 emissions are lower than they were in 1918. 9/10 of People With Alzheimer’s Lose Some of Their Sense of Smell. Graphene...Daniel Lemire From Daniel Lemire's Blog | September 18, 2021 at 06:18 PM
It is common in data engineering to find that we have too much data. Thus engineers commonly seek compression routines. At the same time, random identifiers are...Daniel Lemire From Daniel Lemire's Blog | September 10, 2021 at 10:13 PM
Many of us feel that the current intellectual climate is difficult to bear. When I first noticed the phenomenon, people told me that it was because of Donald Trump...Daniel Lemire From Daniel Lemire's Blog | September 9, 2021 at 10:30 AM
When doing data engineering, it is common for engineers to want to first load all of the data in memory before processing the data. If you have sufficient memory...Daniel Lemire From Daniel Lemire's Blog | August 20, 2021 at 10:19 PM
Under many operating systems, you can send data from from one process to another using ‘pipes’. The term ‘pipe’ is probably used by analogy with plumbing and we...Daniel Lemire From Daniel Lemire's Blog | August 3, 2021 at 01:34 PM
Researchers built a microscope that might be 10 times better than the best available microscopes. Subsidizing college education can lower earnings due to lowerContinue...Daniel Lemire From Daniel Lemire's Blog | July 31, 2021 at 03:38 PM
Software developers are often concerned with the memory usage of their applications, and rightly so. Software that uses too much memory can fail, or be slow. Memory...Daniel Lemire From Daniel Lemire's Blog | July 29, 2021 at 05:17 PM
When designing an index, a database or a search engine, you frequently need to compute the union of two sorted sets. When I am not using fancy low-level instructions...Daniel Lemire From Daniel Lemire's Blog | July 14, 2021 at 12:40 PM
We use CRISPR, a state-of-the-art gene editing technique, to edit the genes of live human patients in a clinical trials. A clinical trial has begun concerning an...Daniel Lemire From Daniel Lemire's Blog | July 10, 2021 at 12:00 PM
JSON is the de facto standard for exchanging data on the Internet. It is relatively simple text format inspired by JavaScript. I say “relatively simple” because...Daniel Lemire From Daniel Lemire's Blog | June 30, 2021 at 04:25 PM
Reportedly, half of us own a smartphone. It is often reported that women or visible minority earn less money. However, ugly people are doing comparatively evenContinue...Daniel Lemire From Daniel Lemire's Blog | June 26, 2021 at 12:56 PM
Lev Reyzin says that working too long on a problem might be unproductive: I, personally, have diminishing (or negative?) returns to my creative work as I explicitly...Daniel Lemire From Daniel Lemire's Blog | June 14, 2021 at 05:09 PM
We completed the sequencing of the human genome. AstraZeneca’s drug Lynparza cut combined risk of recurrence of breast cancer or death by 42% among women in study...Daniel Lemire From Daniel Lemire's Blog | June 12, 2021 at 12:51 PM
I my previous blog post, I documented how one might proceed to compute the number of digits of an integer quickly. E.g., given the integer 999, you want 3 but given...Daniel Lemire From Daniel Lemire's Blog | June 3, 2021 at 03:18 PM
Suppose I give you an integer. How many decimal digits would you need to write it out? The number ‘100’ takes 3 digits whereas the number ’99’ requires only two...Daniel Lemire From Daniel Lemire's Blog | May 28, 2021 at 03:03 PM
All models are wrong, but some are useful is a common saying in statistics. It does not merely apply to statistics, however. It is general observation. Box (1976)...Daniel Lemire From Daniel Lemire's Blog | May 26, 2021 at 03:33 PM
Most computer chips today in flagship phones and computers use a process based on a 5 nm or larger resolution. Finer resolutions usually translate into lower energy...Daniel Lemire From Daniel Lemire's Blog | May 22, 2021 at 11:19 AM
Suppose that you give me two ASCII strings having the same number of characters. I wish to compute efficiently the number of matching characters (same position,...Daniel Lemire From Daniel Lemire's Blog | May 21, 2021 at 09:55 AM
Programmers often need to write integers as characters. Thus given the 32-bit value 1234, you might need a function that writes the characters 1234. We can useContinue...Daniel Lemire From Daniel Lemire's Blog | May 17, 2021 at 04:46 PM
There were rainforests near the south pole 90 million years ago. Though commercial exchanges are typically win-win for both the buyer and the seller, people tend...Daniel Lemire From Daniel Lemire's Blog | May 15, 2021 at 11:30 AM