Related reading
When adding a fractional part to a number fixes your shader
A Voronoi fragment shader stutters on an RTX 4070; the author discovers that replacing `fract()` with `x‑floor(x)` eliminates the glitch, suspects a driver miscompile, and documents a week‑long manual debugging process with code, device tests, and LLM‑assisted hypotheses.
TanStack Charts Introduced with a Framework Agnostic Grammar of Graphics for TypeScript
TanStack Charts α is a framework‑agnostic, TypeScript‑first charting library that implements a grammar‑of‑graphics API (marks, scales, channels, transforms, layers). It ships as a single npm package with adapters for React, Preact, Vue, Solid, Svelte, Angular, Lit, and vanilla DOM, and can run on server or client. The runtime is headless; type inference stays tied to the source row, so each mark…
InfoQinfoq.com2 minreleaseBuilding a Linux GPU Driver for the M4 Mac Mini in One Month
Built a clean‑room OpenGL ES 3.0 Linux driver for Apple‑silicon M4/A18 Pro GPUs in ~4 weeks, covering reverse‑engineered firmware ABI, a Rust kernel driver, a custom IR/shader compiler, and user‑space Metal translation; achieved 200 fps Minecraft and WebGL demos, with heavy LLM assistance for debugging and code generation.
Hacker News front pagecodyho.dev15 minHN416281Recreating Voodoo Graphics and a Late-1990s Gaming PC on an FPGA
The author built zSST, a SystemVerilog recreation of the 3dfx Voodoo 1 graphics chip, and integrated it with a z486 CPU on a Xilinx KV260 to run DOS games with original 3D rendering at 100 MHz. The post details the fixed‑point pipeline, stage breakdown, and memory subsystem needed to sustain one pixel per clock.
Hacker News front pagegithub.io13 minHN18859Cute Critters Come to the Cloud: ‘Aniimo’ Launches on GeForce NOW
Nvidia announced that the new creature‑catching game Aniimo and several other titles are now available on GeForce NOW, with features like path‑tracing for 007 First Light and RTX 5080‑class streaming for premium members. The update also lists 11 new games joining the service and notes a day‑pass that can be applied toward a monthly membership.
Nvidianvidia.com3 minResident Evil 4 (GameCube) – complete byte-identical decompilation to C/C++
The project releases a full, byte‑identical C/C++ decompilation of Resident Evil 4 for GameCube, reproducing the original binaries down to every byte. It ships with build scripts, verification tools, and detailed documentation of the matching process.
Hacker News front pagegithub.com5 minreleaseHN13296


