honker - Postgres NOTIFY/LISTEN for SQLite
SQLite extension that brings durable pub/sub, task queues, and event streams to SQLite by watching the WAL file for ~1ms cross-process notifications. Inserts jobs in the same transaction as business writes for an outbox pattern by default.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
unbug - Rust runtime debug assertions
Rust crate providing macros for runtime assertions, including assertions inserted before try-operator failures. Hooks into test mode to trigger failures when assertions fire.
iocraft - Rust crate for crafted CLIs and TUIs
Declarative Rust library for building CLIs and TUIs with React-like components. Targets terminal IO that needs more than ratatui's lower-level primitives.
sqz - context compressor for LLM CLIs
Rust CLI that compresses prompt and context payloads before they hit the model, trading a small accuracy delta for measurable token-cost savings.
claude-code-rust - native Rust port of Claude Code
Rust reimplementation of Anthropic's Claude Code CLI that avoids the upstream V8 heap OOM in long sessions. Daily-driver replacement that keeps the same UX without Node.