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
Compiled programming languages are typically much faster than interpreted programming language. Indeed, the compilation step produces “machine code” that is ideally...Daniel Lemire From Daniel Lemire's Blog | October 14, 2021 at 02:40 PM
Evans and Chu suggest, using data and a theoretical model, that as the number of scientists grow, progress may stagnate. Simply put, in a large field, with many...Daniel Lemire From Daniel Lemire's Blog | October 10, 2021 at 02:06 PM
It is easier for an optimizing compiler to spot and eliminate redundant operations if it can operate over a large block of code. Nevertheless, it is still recommended...Daniel Lemire From Daniel Lemire's Blog | October 9, 2021 at 07:18 PM
Inspired by a post by Paul Tomlinson, I wrote my last blog post entirely in virtual reality (VR). You put on goggles and see a virtual version of your computerContinue...Daniel Lemire From Daniel Lemire's Blog | October 3, 2021 at 03:59 PM
Most people were able to cure their diabetes by losing weight in a clinical trial. Video games improve intelligence over many years, while socializing has no effect...Daniel Lemire From Daniel Lemire's Blog | October 3, 2021 at 03:21 PM
Programmers often need to ‘filter out’ data. Suppose that you are given a database of users where only a small percentage are ‘paying customers’ (say 5% or less)...Daniel Lemire From Daniel Lemire's Blog | October 2, 2021 at 08:41 PM
Radiation-therapy can rejuvenate heart cells. (source: Nature) Within members of the same species, cancer risk increases with body size. Large human beings areContinue...Daniel Lemire From Daniel Lemire's Blog | September 26, 2021 at 04:46 PM
The most popular data format on the web is arguably JSON. It is a simple and convenient format. Most web services allow to send and receive data in JSON. Unfortunately...Daniel Lemire From Daniel Lemire's Blog | September 25, 2021 at 12:05 PM
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