Building the Rust Compiler with GCC
fractalfir.github.io
Intel's Lion Cove P-Core and Gaming Workloads
chipsandcheese.com
A non-anthropomorphized view of LLMs
addxorrol.blogspot.com
Nobody has a personality anymore: we are products with labels
freyaindia.co.uk
Show HN: I wrote a "web OS" based on the Apple Lisa's UI, with 1-bit graphics
alpha.lisagui.com
Jane Street barred from Indian markets as regulator freezes $566 million
cnbc.com
I extracted the safety filters from Apple Intelligence models
github.com
More than 1 in 5 Show HN posts are now AI-related, get > half the votes/comments
ryanfarley.co
Centaur: A Controversial Leap Towards Simulating Human Cognition
insidescientific.com
Why English doesn't use accents
deadlanguagesociety.com
Jack Dorsey Releases BitChat: Encrypted Messaging via Bluetooth LE Mesh
github.com
Opencode: AI coding agent, built for the terminal
github.com
Get the location of the ISS using DNS
shkspr.mobi
I don't think AGI is right around the corner
dwarkesh.com
Functions Are Vectors (2023)
thenumb.at
Backlog.md – CLI that auto-generates task files (took my Claude success to 95 %)
github.com
Lessons from creating my first text adventure
entropicthoughts.com
Crypto 101 – Introductory course on cryptography
crypto101.io
Metriport (YC S22) is hiring engineers to improve healthcare data exchange
ycombinator.com
Async Queue – One of my favorite programming interview questions
davidgomes.com
Hannah Cairo: 17-year-old teen refutes a math conjecture proposed 40 years ago
english.elpais.com
Mirage: First AI-Native UGC Game Engine Powered by Real-Time World Model
blog.dynamicslab.ai
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