Attention is your scarcest resource (2020)
benkuhn.net
Sumo – Simulation of Urban MObility
eclipse.dev
A Quantum Gravimeter for GPS Backup
spectrum.ieee.org
150 years of Hans Christian Andersen
newstatesman.com
Show HN: AgentGuard – Auto-kill AI agents before they burn through your budget
github.com
Figma will IPO on July 31
figma.com
OpenAI's ChatGPT Agent casually clicks through "I am not a robot" verification
arstechnica.com
GOP’s Josh Hawley and Democrats vote to advance congressional stock trading ban
cbsnews.com
I know when you're vibe coding
alexkondov.com
Launch HN: Lucidic (YC W25) – Debug, test, and evaluate AI agents in production
Friction and Not Being Touched
tante.cc
Optician Sans – A free font based on historical eye charts and optotypes
optician-sans.com
Tracking source locations in the Futhark compiler
futhark-lang.org
Classic Common Desktop Environment coming to OpenBSD
undeadly.org
Early universe's 'little red dots' may be black hole stars
science.org
Fixing Ctrl+C in Rust terminal apps: Child process management
fiveonefour.com
Problem solving often a matter of cooking up an appropriate Markov chain (2007)
math.uchicago.edu
A major AI training data set contains millions of examples of personal data
technologyreview.com
Australia widens teen social media ban to YouTube, scraps exemption
reuters.com
User behavior analytics have created some interesting specialized data systems.
It's interesting that the authors chose to use Redis but how does it scale with a lot of events?
A few other interesting projects from the past that either have to do with user behavior analytics or using bitmaps.
TrailDB: https://github.com/traildb/traildb old but still a fascinating project in my opinion. Not related to bitmaps but they've done some very clever things on the storage level to compress and query the events in a way that fits well this particular workload.
FeatureBase: https://github.com/FeatureBaseDB/featurebase this one was built on top of bitmaps but they didn't market it as a solution specifically for behavioral analytics, although I'm sure it was used for that.
Of course there are the Mixpanels and Amplitudes of the work too that they had to build specialized storage and query engines for this particular workload.
Regardless of how fascinating I find these systems though as specialized compute engines for a specific workload, it seems that the use case itself is not lucrative enough to sustain companies built around them. I'm not sure why is that but it's interesting to see companies building infrastructure for this particular case on top of Spark for example which ends up being so painful in the mid-long run.
(edit: apparently they answered my question already while I was writing this!)