How getting richer made teenagers less free
theargumentmag.com
What is an elliptic curve? (2019)
johndcook.com
RCE via ND6 Router Advertisements in FreeBSD
freebsd.org
Egyptian Hieroglyphs: Lesson 1
egyptianhieroglyphs.net
Jonathan Blow has spent the past decade designing 1,400 puzzles for you
arstechnica.com
Gemini 3 Flash: Frontier intelligence built for speed
blog.google
GitHub Actions for Self-Hosted Runners Price Increase Postponed
pricetimeline.com
Online Textbook for Braid groups and knots and tangles
matthematics.com
Coursera to combine with Udemy
investor.coursera.com
I got hacked: My Hetzner server started mining Monero
blog.jakesaunders.dev
Working quickly is more important than it seems (2015)
jsomers.net
Building a High-Performance OpenAPI Parser in Go
speakeasy.com
Ask HN: Those making $500/month on side projects in 2025 – Show and tell
Gut bacteria from amphibians and reptiles achieve tumor elimination in mice
jaist.ac.jp
Don MacKinnon: Why Simplicity Beats Cleverness in Software Design [audio]
maintainable.fm
Judge hints Vizio TV buyers may have rights to source code licensed under GPL
theregister.com
AWS CEO says replacing junior devs with AI is 'one of the dumbest ideas'
finalroundai.com
Developers can now submit apps to ChatGPT
openai.com
A Safer Container Ecosystem with Docker: Free Docker Hardened Images
docker.com
Show HN: I built a fast RSS reader in Zig
github.com
OBS Studio Gets a New Renderer
obsproject.com
'Ghost jobs' are on the rise – and so are calls to ban them
bbc.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