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
Arcand‘s latest movie (the Fall of the American Empire) depicts a young man (Pierre-Paul Daoust) who is supposedly very intelligent, but not very wealthy. The movie...Daniel Lemire From Daniel Lemire's Blog | July 5, 2018 at 10:56 AM
Software programmers need random number generators. For this purpose, the often use functions with outputs that appear random. Gerstmann has a nice post about Better...Daniel Lemire From Daniel Lemire's Blog | July 2, 2018 at 02:58 PM
Hogarth imagines that artificial intelligence (AI) could progress much faster than we might anticipate due to what he calls “AI nationalism”: I believe that the...Daniel Lemire From Daniel Lemire's Blog | June 29, 2018 at 12:32 PM
If you had to design a new database system optimized for the hardware we have today, how would you do it? And what is the new hardware you should care about? This...Daniel Lemire From Daniel Lemire's Blog | June 26, 2018 at 05:30 PM
Video gamers may soon be paid more than top pro athletes. Meanwhile, if you want to stand out in a crowd of university professors, point out that you are a fanContinue...Daniel Lemire From Daniel Lemire's Blog | June 24, 2018 at 12:14 PM
Roaring bitmaps are a popular data structure to represents sets of integers. Given such sets, you can quickly compute unions, intersections, and so forth. It is...Daniel Lemire From Daniel Lemire's Blog | June 19, 2018 at 01:28 AM
The market for artificial-intelligence chips could reach $30bn by 2022. My guess is that NVIDIA (a graphics card maker) is the big winner, their tag line is now...Daniel Lemire From Daniel Lemire's Blog | June 15, 2018 at 04:31 PM
Emojis are funny characters that are becoming increasingly popular. However, they are probably not as simple as you might thing when you are a programmer. For a...Daniel Lemire From Daniel Lemire's Blog | June 15, 2018 at 12:13 PM
A woman with late-stage breast cancer has been successfully cured using immunotherapy. She was preparing to die. She is now going to live hopefully many more years...Daniel Lemire From Daniel Lemire's Blog | June 9, 2018 at 10:14 PM
Most people designing random number generators program using regular code. If they are aiming for speed, they probably write functions in C. However, our processors...Daniel Lemire From Daniel Lemire's Blog | June 7, 2018 at 02:02 PM
Human hearts do not regenerate. Cardiovascular diseases are the leading cause of death in occident. Japanese doctors will graft sheets of tissue derived from reprogrammed...Daniel Lemire From Daniel Lemire's Blog | June 2, 2018 at 11:53 PM
Graph algorithms are often memory bound. When you visit a node, there is no reason to believe that its neighbours are located nearby in memory. In an earlier post...Daniel Lemire From Daniel Lemire's Blog | May 28, 2018 at 04:19 PM
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