Tag
This blog post explains why PostgreSQL databases are vulnerable to OOM killer and how using strict memory overcommit can prevent catastrophic outages. It also discusses a kernel bug and heuristics for setting the proper overcommit limit.
A technical blog post explaining how to avoid wasting LLM tokens by placing a durable buffer between the agent and the provider, enabling recovery from process crashes without re-fetching already-generated tokens.
Noxu DB is an embedded transactional key-value database engine written in Rust, ported from Berkeley DB Java Edition, offering ACID transactions, B+tree storage, crash recovery, and optional replication.