Type-aware Linting via Oxlint is now stable 🎉 oxc.rs/blog/2026-07...
Type-Aware Linting Stable
A collection of high-performance JavaScript tools written in Rust
oxc.rs
Stéphane Goetz
@onigoetz.bsky.social
Husband / Father of Three / Cider Drinker / I write TypeScript for fun and work
Type-aware Linting via Oxlint is now stable 🎉 oxc.rs/blog/2026-07...
Type-Aware Linting Stable
A collection of high-performance JavaScript tools written in Rust
oxc.rs
I'm releasing a first version of anypack-plugin-serve www.npmjs.com/package/anyp.... A dev server for webpack and Rspack. it also comes with anypack-overlay, an Overlay that works with any number of dev servers and will only instantiate once. Soon integrated in Crafty !
After implementing web streams in multiple runtimes, supporting them for years, talking with other implementers, dealing with issues... I think it's well past time we talked about something better blog.cloudflare.com/a-better-web...
We deserve a better streams API for JavaScript
The Web streams API has become ubiquitous in JavaScript runtimes but was designed for a different era. Here's what a modern streaming API could (should?) look like.
blog.cloudflare.com
New blog post: Don't fall into the anti-AI hype. antirez.com/news/158
My colleague Marc-Olivier Fleury wrote an article about how we are guiding the transition of Swissquote's software architecture to Self-Contained Systems using Fitness Functions at scale: medium.com/swissquote-e...
Supporting the transition to Self-Contained Systems using Architecture Fitness Functions at Scale
Hello, my name is Marc-Olivier Fleury, I am a Principal Software Engineer at Swissquote. My team helps our engineering teams build software…
medium.com
I'm using tsgo + oxlint + oxfmt for the first time. It's all *so fast*. Small project (~1k loc, ~10 files), but type checking in 90ms, building in 60ms, linting in 70ms, and formatting in 80ms is fantastic. 🚀 The future of web dev tooling is bright. Nice work @typescriptlang.org and @voidzero.dev!
my kind of blog post blog.cloudflare.com/unpacking-cl...
Unpacking Cloudflare Workers CPU Performance Benchmarks
Cloudflare investigated CPU performance benchmark results for Workers, uncovering and fixing issues in infrastructure, V8 garbage collection, and OpenNext optimizations. These improvements have made C...
blog.cloudflare.com
This summer, I moved my #homelab to #TrueNAS, but I couldn't find any documentation to help me get Kubernetes running on it. After lots of trial and error, I got a working solution and wrote an article to help you install K3s on TrueNAS 25.04: onigoetz.ch/blog/install...
Install Kubernetes on TrueNAS 25.04 · Onigoetz.ch
This article will help you install Kubernetes with K3S on your TrueNAS server. You will need a Database and a volume to install on, I will also show you how to make sure your cluster still works afte...
onigoetz.ch
"What Apple announced this week couldn't have been released a year ago, because basic concepts like agents invoking tools didn't exist a year ago" 😦 #wwdc25
These 4 Code Snippets won WWDC
WWDC 2025 delivered on the one thing I was hoping to see from WWDC 2024: free, unlimited invocation of Apple's on-device language models by developers. It may…
justin.searls.co
We're thrilled to announce the first stable release of Oxlint - version 1.0! Our Rust-powered JavaScript/TypeScript linter delivers 50~100x faster performance than ESLint with 500+ rules and zero configuration required. Time to give it a try! voidzero.dev/posts/announ...
Announcing Oxlint 1.0
The first stable version of Oxlint, a fast & easy-to-use Rust-powered linter for JavaScript and TypeScript, is out. Learn about its 50~100x speed advantage over ESLint, support for 500+ rules, real-wo...
voidzero.dev
Node.js 24 is here and it's looking good 😎🚀 Featuring updates to V8 v13.6, npm v11, improved Permission Model and more new features in the blog. Check it out and let us know what you think: hubs.ly/Q03lfLDC0
Node.js — Node v24.0.0 (Current)
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
hubs.ly
IntelliJ IDEA 2025.1 is out! Highlights include: ⚡️ A major upgrade for JetBrains AI ☕️ Java 24 support 😎 K2 mode by default 📔 Kotlin notebooks for everyone 👀 Control over watch evaluators Learn more at our What’s New page 👇 www.jetbrains.com/idea/whatsnew/
What's New in IntelliJ IDEA
IntelliJ IDEA 2025.1 delivers full Java 24 support, introduces Kotlin notebooks, and makes K2 mode the default, marking a major step toward the best Kotlin experience. Debugging is more powerful, with...
jetbrains.com
Finally reviving my blog! Wrote a few thousand words about one of the most notorious bugs we encountered when porting tsc to Go: accidental variable shadowing. It's a pleasure to write go/analysis passes, and I was really happy with the results of my shadow analyzer. Please enjoy the CFG diagrams!
Detecting dubious shadowing in Go
The most common porting bug in the TypeScript Go port
jakebailey.dev
i explored +130k artworks from the National Gallery of Art with polars, observableplot, anywidget, react... turns out there’s some neat public works history hiding in there. maybe you’ll find an (CC0!) upgrade for that default OS wallpaper 🙃
Data analysis in @jupyter.org with... TypeScript?! 😱 ✅ using `fetch` and other web standards ✅ fast dataframes with nodejs-polars ✅ easy charts with @observablehq.com ✅ rich interactive UIs with JavaScript Learn more in this detailed walkthrough 👇 deno.com/blog/explori...
📝You should know this before choosing Next.js eduardoboucas.com/posts/2025-0...
You should know this before choosing Next.js
Picking the technology stack for a project is an important and consequential decision. In the enterprise space in particular, it often involves a multi-year commitment with long-lasting implications o...
eduardoboucas.com
I created a small npm package to use expect.toMatchSnapshot() with node test runner. www.npmjs.com/package/@oni... It's quite experimental at this stage but should be reliable.
@onigoetz/ntr-expect-snapshot
Node.js Test Runner is great, Expect is great, Snapshots are great.. Latest version: 0.3.0, last published: 25 minutes ago. Start using @onigoetz/ntr-expect-snapshot in your project by running `npm i ...
npmjs.com
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness! devblogs.microsoft.com/typescript/t...
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
devblogs.microsoft.com
Bonus: require(ESM) in the process of being backported to Node.js 20 🙌 github.com/nodejs/node/...
[v20.x] backport unflagging of require(esm) to v20 by joyeecheung · Pull Request #56927 · nodejs/node
This backport includes the following commits: See diff module: only emit require(esm) warning under --trace-require-module module: mark evaluation rejection in require(esm) as handled module: do n...
github.com
New blog post! Let's move to ESM! 😈 👀 antfu.me/posts/move-o...
Sometimes I think devs would rather write a song expressing their feelings about an error instead of providing the actual error message and a repro case.
Had a long commute. Improved PSSokoban graphics. github.com/nst/PSSokoban/
Three kinds of people 1. Those who cannot do Advent of Code entirely in the TypeScript type system 2. Those who can, but refuse to on principle 3. Those who can and will You really want the middle group on your team
Une étude conclut que les personnes qui pratiquent le télétravail sont moins souvent malades, par conséquent moins souvent absentes, sont plus efficaces et présentent un risque réduit de dépression et de burn-out. Ah ben ça, franchement, on s'en serait JAMAIS DOUTÉ, la surprise est totale 😱
Télétravail : ces résultats d’une enquête vont faire hésiter les entreprises à imposer le retour au bureau !
Alors que les entreprises s'interrogent sur le retour des télétravailleurs dans leurs locaux, une étude du ministère du Travail montre qu'ils sont globalement en meilleure santé que leurs...
futura-sciences.com