📡 RSS 条目
管理 RSS
What I learned during the license switch
📰 antirez.com
📅 2025-05-02 08:46
Yesterday, it was a very intense day. In Italy it was 1st of May, the workers holiday, so in the morning I went for a 4h walk in the Etna with friends Then at 6PM I was at home to release my blog post about the AGPL license switch, and I started following the comments, feedbacks,...
Redis is open source again
📰 antirez.com
📅 2025-05-01 15:55
Five months ago, I rejoined Redis and quickly started to talk with my colleagues about a possible switch to the AGPL license, only to discover that there was already an ongoing discussion, a very old one, too. Many people, within the company, had the feeling that the AGPL was a b...
Reproducing Hacker News writing style fingerprinting
📰 antirez.com
📅 2025-04-16 13:53
About three years ago I saw a quite curious and interesting post on Hacker News. A student, Christopher Tarry, was able to use cosine similarity against a vector of top words frequencies in comments, in order to detect similar HN accounts — and, sometimes, even accounts actually ...
Vector Sets are part of Redis
📰 antirez.com
📅 2025-04-03 18:01
Yesterday we finally merged vector sets into Redis, here you can find the README that explains in detail what you get: https://github.com/redis/redis/blob/unstable/modules/vector-sets/README.md The goal of the new data structure is, in short, to create a new “Set alike” data type...