Reading up on uv
9 deep · digging since dec 17, 25
- rv plan and progress update
rv is a fast Ruby manager that precompiles Rubies, manages gems, and aims to match uv's speed, with recent progress on clean-install, tool management, and multi-platform support.
- Full-Text Search with DuckDB
DuckDB's full-text search extension offers BM25 scoring, stemming, and stop-word removal but lacks result highlighting and phrase queries.
- Mechanical sympathy
Good engineers possess mechanical sympathy—an intuitive feel for affordances and boundaries—which current AI coding agents lack, leading to context-blind fixes and poor product design.
- Astral to Join OpenAI
Astral, the company behind Python tools Ruff and uv, has agreed to join OpenAI's Codex team to continue building open-source tooling at the frontier of AI and software development.
- Thoughts on OpenAI acquiring Astral and uv/ruff/ty
OpenAI acquires Astral, the company behind uv, ruff, and ty, to accelerate Codex development while promising continued open-source support.
- Package Managers Need to Cool Down
A survey finds that while many package managers and update tools have adopted dependency cooldowns to prevent supply chain attacks, implementations vary wildly in naming, scope, and timestamp handling, and major ecosystems like Go, Maven, and Gradle still lack support.
- Moats in the Age of AI
As AI models and software commoditize, moats erode for pure software/AI firms; value concentrates in compute, energy, and relationship-based assets.
- Can Bundler be as fast as uv?
Aaron Patterson argues Bundler can match uv's speed through design changes like parallel installation and a global cache, not just a Rust rewrite.
- Announcing the Beta release of ty
Astral released the beta of ty, a Rust-based Python type checker and language server that is significantly faster than mypy and Pyright.