We're excited to announce that today Python Workers are generally available (GA).
It means Python is now a first-class, fully supported language on the Cloudflare Developer Platform. Read everything about it: cfl.re/4he07Gh
Really grateful for the opportunity to work on the key visual and website for @PyConTW 2026 this year. Hope you enjoy the animation and welcome to join! ✨
I trained a small model to do syntax highlighting in the browser with GPU.
Meet gpu-lexer from Vercel Labs: Small (27.5KB), fast (runs on WebGPU), and language-agnostic (model guesses the syntax).
gpu-lexer.vercel.app
It is experimental and built for learning!
I previously said Volar and tsslint would never get another major version bump, but thanks to TS 7.1's Content Mappers, we'll have to release:
* Volar.js v3
* Vue Language Tools v4
* tsslint v4
Thoughts on #HITCON 2026:
With the rise of AI, security vulnerabilities are being discovered and exploited at an increasing rate. It feels more important than ever for everyone to stay vigilant and take personal cybersecurity more seriously.
Another interesting observation was that in almost every session, someone would ask how AI could be used for vulnerability research, or how to bypass the restrictions AI platforms impose on security-related tasks. Just picked up quite a few interesting techniques and tricks along the way. 🤩
VoidZero, the team behind Vite, Vitest, Rolldown, Oxc, and Vite+, is joining Cloudflare. Vite stays open source, vendor-agnostic, and built for everyone. cfl.re/3Q1XYSX
We just solved an epic Vue highlighting bug.
`as` type assertions in directive values — `:msg="msg as string"` — have highlighted wrong for years (#520, #2096, #6007...). Not anymore.
I wanted to build a toy coding agent. Started by looking into the TUI layer. That rabbit hole turned into a full terminal UI framework.
- Write Vue components for the terminal.
- Develop them with Vite HMR.
Meet VUE-TUI: github.com/vuejs-ai/vue-tui