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
A practical trick in software is to “bit-interleave” your data. Suppose that I have two 4-bit integers like 0b1011 (11 in decimal) and 0b1100 (12 in decimal). I...Daniel Lemire From Daniel Lemire's Blog | January 8, 2018 at 05:14 PM
You still have to burn more energy creating solar panels than solar panels can give back in a useful lifetime. Tyler Cowen writes: There is now a doctrine of what...Daniel Lemire From Daniel Lemire's Blog | January 5, 2018 at 01:08 PM
In my previous post, I considered some performance problems that can plague simple loops that read and write data… for (int i = 0; i < a.length; ++i) { a[i] +=Continue...Daniel Lemire From Daniel Lemire's Blog | January 5, 2018 at 10:35 AM
Richard Statin recently published a Java benchmark where the performance of a loop varies drastically depending on the size of the arrays involved. The loop isContinue...Daniel Lemire From Daniel Lemire's Blog | January 4, 2018 at 04:41 PM
DeepStack and Libratus become the first computer programs to beat professinal poker players. We are using synthetic cartilage to help people with arthritis. Stem...Daniel Lemire From Daniel Lemire's Blog | January 3, 2018 at 11:22 AM
Setting aside graphics processors, most commodity processors support at least two distinct parallel execution models. Most programmers are familiar with the multicore...Daniel Lemire From Daniel Lemire's Blog | January 2, 2018 at 04:52 PM
It is often believed that, in the developed world, more land is used for human beings (cities, agriculture) as time goes by. That is not true: Forests are spreading...Daniel Lemire From Daniel Lemire's Blog | December 29, 2017 at 08:53 PM
Year 2017 is coming to an end. As a kid, I would have surely imagined that by 2017, I would be living in space. But then I can chat with Amazon’s servers through...Daniel Lemire From Daniel Lemire's Blog | December 26, 2017 at 01:21 PM
Bitcoins are electronic records that are meant to be used as currency. They have become increasingly popular and expensive. Reportedly, the famous investment bank...Daniel Lemire From Daniel Lemire's Blog | December 22, 2017 at 01:03 PM
Scientists found a human gene which, when inserted into mice, makes their brain grow larger. David Brin has a series of classical sci-fi books where we “uplift”...Daniel Lemire From Daniel Lemire's Blog | December 15, 2017 at 08:40 PM
Suppose that you are working on a business problem where you have multiple attributes… maybe you have a table with multiple columns such as “age, gender, income...Daniel Lemire From Daniel Lemire's Blog | December 12, 2017 at 05:18 PM
I sometimes consult with bright colleagues from other departments who do advanced statistical models or simulations. They are from economics, psychology, and so...Daniel Lemire From Daniel Lemire's Blog | December 11, 2017 at 05:34 PM
Facebook’s leading artificial-intelligence researcher Yan Lecun wrote: In the history of science and technology, the engineering artifacts have almost always preceded...Daniel Lemire From Daniel Lemire's Blog | December 8, 2017 at 09:27 AM
I was a nerdy kid who liked to spend a lot of time reading. Back then, we did not have the Internet, we could not even imagine it… so I ended up reading the dictionary...Daniel Lemire From Daniel Lemire's Blog | December 5, 2017 at 10:24 PM
Chollet has a piece on the impossibility of intelligence explosion. He is responding to the theory that smart machines will build even smarter machines, and that...Daniel Lemire From Daniel Lemire's Blog | December 1, 2017 at 05:26 PM
In compression techniques like Stream VByte or Google’s varint-GB, we use control bytes to indicate how blocks of data are compressed. Without getting into theContinue...Daniel Lemire From Daniel Lemire's Blog | November 27, 2017 at 10:41 PM
Women earned majority of doctoral degrees in 2016 for 8th straight year and outnumber men in grad school 135 to 100. Materialists use Facebook more frequently,Continue...Daniel Lemire From Daniel Lemire's Blog | November 24, 2017 at 03:54 PM
Many of us rely on a Qwerty keyboard, at least when we are typing at a laptop. It is often said that the Qwerty keyboard is inferior to clearly better alternatives...Daniel Lemire From Daniel Lemire's Blog | November 24, 2017 at 12:42 PM
I believe that there are no miracle people. When others get the same work done as you do, only much faster, they are almost surely using better tools. Tools are...Daniel Lemire From Daniel Lemire's Blog | November 22, 2017 at 01:42 PM
The Hanson law of computing states that: Any software system, including advanced intelligence, is bound to decline over time. It becomes less flexible and moreContinue...Daniel Lemire From Daniel Lemire's Blog | November 21, 2017 at 03:49 PM