Bun 1.4 Rust rewrite is not looking good
Bun 1.4, the JavaScript runtime by Oven-Sh, has been delayed for over three months, with its creator Jarred Sumner repeatedly promising imminent releases that have not materialized, according to a blo…
Bun 1.4, the JavaScript runtime by Oven-Sh, has been delayed for over three months, with its creator Jarred Sumner repeatedly promising imminent releases that have not materialized, according to a blo…
Vercel Labs released fx, an open-source (Apache-2.0) coding agent harness and CLI written in Zig, optimized for research and embeddability, with a 7.8 MiB binary. The tool supports local and cloud inf…
Fx, a tiny, open-source coding agent harness and CLI written in Zig, has been released as v0.0.3 with a 6.39 MiB binary, designed for minimalism, performance, and embeddability. It cold starts in 10µs…
A Zig learner discusses the overuse of the dot operator in the language, noting that its meaning depends on context and can be confusing for newcomers. The learner suggests that using different symbol…
Matteo Grella released Fucina v0.1.0, a CPU-first tensor/autograd library written in pure Zig 0.16, featuring compile-time axis names in tensor types that make misaligned contractions a compile error.…
A Zig developer questioned why the SIMD path in std.mem.findScalarPos uses `<` instead of `<=` when checking if a block fits within the slice, noting that a block ending exactly at slice.len is valid.…
A Zig programming forum user, g41797, proposed adding 'additional tweaks' to the LLM disclosure policy, suggesting a dedicated 'llm/ai' category to filter AI-related content, after noting that recent …
Morphic, a new operating-system experiment by developer who goes by the name Morphic, aims to determine how much of Linux can be stripped away before real software stops working, with the first target…
A developer has rewritten the FTS5 ICU Tokenizer for SQLite in Zig 0.16.0, replacing the original C implementation to simplify UTF-8 to UTF-16 conversions for ICU and enable full-text search on non-sp…
A GitHub project by riturajshakti benchmarks programming languages including Zig, C, Rust, and Go on a large CSV workload, with Zig 0.16.0 and above ranking top in speed. The benchmark uses streaming/…
Bun creator Jarred Sumner detailed the JavaScript runtime's migration from Zig to Rust using Claude Code, while Zig creator Andrew Kelley publicly criticized the project and Sumner, calling him a 'sti…
A developer is gauging interest in a PouchDB clone built in Zig, using SQLite under the hood, currently at version 0.16.0. The project started as a replacement for PouchDB and Node.js in a SvelteKit d…
A developer has released ZDS, a collection of high-performance data structures for the Zig programming language, including a Swiss Map, Radix Trees with a novel doubly linked list leaf connection for …
A developer's review of the Zig-based local file search tool Bm25er highlights usability and robustness issues, including a missing usage message, a crash when reading binary files due to an unguarded…
Developer mstdokumaci released zsort, an opinionated import organizer for the Zig programming language, inspired by Python's isort and available on GitHub. The tool uses std.zig.Ast and supports Zig v…
Anthropic deleted 80% of Claude Code's system prompt, and the tool became smarter, according to Boris Cherny, creator of Claude Code. Cherny's team strips instructions as models improve, arguing that …
A developer released Proto.zig, a package providing proto2 support for Zig 0.16.0, including the archaic 'groups' feature. The package focuses on encode and decode functionality with no JSON or stream…
Five rust-lang teams ratified an LLM usage policy authored by Jynn Nelson that allows AI to analyze and review code but not author it, with a circuit breaker that freezes new LLM-created PRs for at le…
Mstdokumaci released zsort 0.15.2 and 0.16, an opinionated import organizer for Zig similar to isort and goimports, installable via Homebrew or usable in CI. The tool was built entirely by AI, relying…
Bun ported 535,000 lines of Zig into a million lines of Rust in 11 days for $165,000, using 64 parallel Claude agents, but the Zig language's creator called the result 'unreviewed slop.' The success h…