Saving another 100TB of RAM with math (and Rust)

Great example of using probability to trade exactness for huge memory wins.

Cloudflare's global network is immense but not limitless. As we look for small ways to trim our resource usage, we sometimes get lucky and we can cut significantly more. Here's how we reduced one of our Pingora-based service's RAM usage with statistics.

Git at any scale

Probably one of the most interesting posts I’ve read in a while. Written by someone who worked at GitHub for 10 years, it covers how GitHub works and how they’re using S3 to build Origin.

DeepSWE

DeepSWE measures frontier coding agents on original, long-horizon software engineering tasks.

My Home Fibre Network Disintegrated, Literally

Thanks HN folks for all the comments. To clarify a bit, the cables are pulled through PVC conduits under the flooring before being buried in cement. Currently the hypothesis for why the cable disintegrated so quickly is hydrolysis. Singapore is extremely humid after all. A second possibility is that I keep the leftover wall paints (Nippon Paint Vinilex 5000) in the same room and have noticed that…

Google Antigravity Exfiltrates Data

An indirect prompt injection in an implementation blog can manipulate Antigravity to invoke a malicious browser subagent in order to steal credentials and sensitive code from a user’s IDE.

Postgres to ClickHouse: Data Modeling Tips V2

Covers a bit of how ClickHouse’s MergeTree engine works.

Dive into how Postgres-to-ClickHouse replication works, and learn best practices for data deduplication, custom ordering keys, optimizing JOINs, denormalization, and more.