Waymo has received our pilot permit allowing for commercial operations at SFO
waymo.com
Things you can do with a Software Defined Radio (2024)
blinry.org
Bertrand Russell to Oswald Mosley (1962)
lettersofnote.com
Launch HN: Rowboat (YC S24) – Open-source IDE for multi-agent systems
github.com
CIA Freedom of Information Act Electronic Reading Room
cia.gov
A new experimental Google app for Windows
blog.google
Self Propagating NPM Malware
stepsecurity.io
Implicit Ode Solvers Are Not Universally More Robust Than Explicit Ode Solvers
stochasticlifestyle.com
Development of the MOS Technology 6502: A Historical Perspective (2022)
embeddedrelated.com
Generative AI as Seniority-Biased Technological Change
papers.ssrn.com
Microsoft Favors Anthropic over OpenAI for Visual Studio Code
theverge.com
Scammed out of $130K via fake Google call, spoofed Google email and auth sync
bewildered.substack.com
Teen safety, freedom, and privacy
openai.com
60 years after Gemini, newly processed images reveal details
arstechnica.com
Writing an operating system kernel from scratch – RISC-V/OpenSBI/Zig
popovicu.com
Scientists uncover extreme life inside the Arctic ice
news.stanford.edu
Java 25 Officially Released
mail.openjdk.org
Migrating to React Native's New Architecture
shopify.engineering
After escaping Russian energy dependence, Europe is locking itself in to US LNG
davekeating.substack.com
Learn x86-64 assembly by writing a GUI from scratch (2023)
gaultier.github.io
I’m a long-time time series nerd, I’ve worked with InfluxDB, TimescaleDB, ClickHouse, and more, across everything from monitoring fleets to tracking medical devices. But recently, I started exploring RedisTimeSeries again… and I was surprised by how much the Redis Stack has evolved.
Between RedisTimeSeries, RedisJSON, RediSearch, and Streams, I realized: this could actually be the backbone for a full observability stack.
So I built rtcollector, a modular, Redis-native observability agent. It’s written in Python, configured with YAML, and designed to push system, container, and database metrics into RedisTimeSeries with labels and retention. Think of it as a Telegraf alternative, but for Redis.
Right now, I’ve implemented input plugins for: • Linux: CPU, memory, disk, I/O, network • macOS: CPU, memory, disk, I/O, network • Docker: container stats via API • Redis, MySQL, PostgreSQL
The idea is to keep it simple, extensible, and Redis-first.
Next steps: • Native logs via RedisJSON + RediSearch (already prototyped!) • Support for Redis Streams (for traces/events) • Dashboards in Grafana using the Redis data source
If you’re into observability, Redis, or just like building small purposeful tools, I’d love your thoughts or contributions. It’s early, but already useful for homelabs, edge boxes, and anyone tired of deploying 10 containers just to get CPU metrics.
Repo: https://github.com/xe-nvdk/rtcollector