Asynchrony is not concurrency
kristoff.it
Shutting Down Clear Linux OS
community.clearlinux.org
How to write Rust in the Linux kernel: part 3
lwn.net
Ccusage: A CLI tool for analyzing Claude Code usage from local JSONL files
github.com
Silence Is a Commons by Ivan Illich (1983)
davidtinapple.com
Broadcom to discontinue free Bitnami Helm charts
github.com
Wii U SDBoot1 Exploit “paid the beak”
consolebytes.com
EPA says it will eliminate its scientific reseach arm
nytimes.com
Multiplatform Matrix Multiplication Kernels
burn.dev
Valve confirms credit card companies pressured it to delist certain adult games
pcgamer.com
Meta says it wont sign Europe AI agreement, calling it growth stunting overreach
cnbc.com
Trying Guix: A Nixer's impressions
tazj.in
AI capex is so big that it's affecting economic statistics
paulkedrosky.com
Replication of Quantum Factorisation Records with a VIC-20, an Abacus, and a Dog
eprint.iacr.org
Show HN: Molab, a cloud-hosted Marimo notebook workspace
molab.marimo.io
Mango Health (YC W24) Is Hiring
ycombinator.com
Sage: An atomic bomb kicked off the biggest computing project in history
ibm.com
The year of peak might and magic
filfre.net
CP/M creator Gary Kildall's memoirs released as free download
spectrum.ieee.org
Show HN: I built library management app for those who outgrew spreadsheets
librari.io
Cancer DNA is detectable in blood years before diagnosis
sciencenews.org
A New Geometry for Einstein's Theory of Relativity
quantamagazine.org
Show HN: Simulating autonomous drone formations
github.com
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