A blog about Emacs, Rust, and low-level systems programming.
zerobrew is a faster, modern Mac package manager that applies uv's model to Mac packages. It features a content-addressable store, APFS clonefile, parallel downloads, and streaming execution for dramatic speedups.
LLM-powered Rust development assistant with meta-cognition framework.
Experimental new browser engine. Parses HTML/CSS, computes styles, performs layout, and paints pixels. Includes a desktop browser shell and JavaScript execution via an embedded JS engine.
Browser automation CLI for AI agents. Fast Rust CLI with Node.js fallback.
A polyglot document intelligence framework with a Rust core that extracts text, metadata, and structured information from PDFs, Office documents, images, and 50+ formats. Available for Rust, Python, Ruby, Java, Go, PHP, Elixir, C#, TypeScript (Node/Bun/Wasm/Deno) or use via CLI, REST API, or MCP server.
hl is a fast, Rust-based JSON log viewer designed for efficient processing of structured logs. It offers fast indexing and parsing, enabling quick scanning of large log files.
The Rust version of sudo (sudo-rs) used in Ubuntu 25.10 has two moderate security vulnerabilities. Updates are being released to address these issues, including preventing password leaks and improving feedback handling.
This post details the creation of a weather dashboard using a Raspberry Pi Zero and a 7-color E-paper display, focusing on the challenges and design choices made during the project. It covers aspects like SVG graphing, icon design, color optimization for E-paper, 3D printing a case, and a unique "Human Guessing Design" philosophy.
This article explores the challenges and possibilities of writing portable and efficient SIMD code in Rust, aiming for a "fearless SIMD" approach with high-level, safe, and composable primitives.