Built an extension for @bentlegen's hunk that uses Jev (by @typesafeai) to classify the files in a diff into core, tests, docs, and so on, then reorder them automatically. The goal is to get to the important changes first. Pretty useful in practice!
github.com/morinokami/hun…
Anyone who makes or uses open source software should read this article from @seldo as soon as possible. As someone who has tried and occasionally succeeded at making (our) open source software sustainable, I’ve never seen any proposal or piece of logic that comes this close to a
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!