







A technical deep dive into how we built the @pierre/diffs package and CodeView component for zero-blanking diff rendering at any scale.
DiffsHub, from Pierre
View code changes from any public GitHub diff or patch URL with a super-freaking-fast, beautiful, and virtualized interface.

Fullscreen rendering - Claude Code Docs
Enable a smoother, flicker-free rendering mode with mouse support and stable memory usage in long conversations.
Incremental Font Transfer Demo
This demonstrates the use of the incremental font transfer (IFT) to load font data for display of a variety of scripts. IFT works by using patches to extend a font to cover more codepoints and/or axes as they are encountered in rendered text. This allows loading of only the parts of a font that are actually needed. This demo is using a fully static (ie. no dynamic backend) version of IFT. IFT is currently in development with the w3c webfonts working group and an early draft of the specification implemented by this demo can be found here.

Adventures in Neural Rendering
In recent years, neural networks have started to find their way into many areas of rendering. While antialiasing and upscaling are probably the most well‑known uses, they’re far from the only ones—…



Zain Shah (@zan2434)
Imagine every pixel on your screen, streamed live directly from a model. No HTML, no layout engine, no code. Just exactly what you want to see. @eddiejiao_obj, @drewocarr and I built a prototype to see how this could actually work, and set out to make it real. We're calling it Flipbook. (1/5)
Thousands of Styled Rectangles in 120FPS on GPU
Secrets of rendering extremely fast UIs in WebGPU by minimizing overhead on the GPU.

Inlay Renderer
An independent implementation of the Inlay SDUI rendering engine, deployed on Cloudflare Workers.
Railpack
Zero-config application builder that automatically analyzes your code and turns it into an image.

Unified Versus Split Diff
Which is better for code reviews, a unified diff or a split diff?
Unreal Scoop: Make your own “shaded textured unlit” viewmode real quick
Hammer, king of level editors, has a view mode where the scene is unlit, but not fullbright; it’s shaded to make it easier to parse. Unreal doesn’t have that! But you can add it yourself, really easily, with no C++ or Blueprint – just a postprocess material and a line in a config file. Here’s how!
