We are excited to announce React Compiler support in Oxlint and Oxc Transform. Oxlint now includes 22 React Compiler-powered rules that use the compiler's validation passes to catch violations of the Rules of React. The package oxc-transform-react applies React Compiler's automatic memoization. It is more than 10 times faster than Babel in our preliminary benchmark. Vite integration is available i
Per-module pass counts from Bun’s vendored copy of Node’s test/parallel suite, Bun 1.3 → 1.4. The tick marks the 1.3 baseline.Bun is not 100% compatible with Node.js yet. In practice, much of the existing JavaScript ecosystem just works. You can more closely track Bun's Node.js test suite progress here. Playwright v1.4.0#Playwright now runs on Bun: drive a browser with connectOverCDP(), run your s
~*~ © Code Storage by the Pierre Computer Company, Inc. ~*~ Off the shelf Git infrastructure for machinesIntegrate Code Storage into your application to programmatically create Git repositories and manage them with a simple API. No more rate limits, complicated auth-flows, or other limitations. Just create repos whenever you need them, and start pushing. Perfect for AI-driven coding platforms, age
GhostlyThe core implementation does not use JavaScript. Therefore, there is no footprint.
August 6, 2026Introducing Kitesurf: The agent-first browser that runs in V8 isolates on Cloudflare Workers Should we build our own browser? This is one of those questions that has come up every few months internally at Cloudflare for years. Unsurprisingly, it’s the kind that triggers long threads with multiple reasons and persuasive arguments on why we should do it. The browser is obviously the mo
id:mizdra は Git の commit 署名をしていて、その署名鍵を 1Password で管理している。commit をする度に 1Password による生体認証を求められるが、その分安全に署名鍵を扱える。 今まではそれで不満は無かったのだけど、Coding Agent を使うようになってからというもの、この仕組みが足かせになっている。具体的には、Coding Agent にタスクを投げて人間が他のことをしている際に commit が試行され、人間が時間内に生体認証できずタイムアウトする、というもの。これのせいで、「人間はこれから寝るからこれやっておいて!」と投げたタスクが途中で止まってしまう。 折角 Coding Agent が備えている自律性が損なわれているのは勿体ないので、なんとかしてみる。 基本的な方針 ファイルシステムに署名鍵置いてそれを使うというのが最も簡単な方法
Solid 2.0 RC: The Big <Reveal> The hardest problems in UI frameworks were never about rendering. We've always had a DOM we could mutate efficiently. The early challenge was synchronization — showing a consistent interface no matter what was going on, and doing it efficiently. Fine-grained reactivity solved that a decade ago. Update exactly what changed. Skip the rest. The problem that never went a