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.
Why do computers look like this anyway?
The post contains only an embedded YouTube video with no accompanying text, code, or analysis, offering no substantive engineering insight.
Lobstersyoutube.com1 mintalklobste.rs11The Effect of CRTs on Pixel Art
A nostalgic‑but‑technical look at how CRT displays interact with pixel art, covering scanlines, color bleed, signal quality, and how 8‑ and 16‑bit developers used dithering and anti‑aliasing to compensate for low resolution and limited palettes.
Hacker News front pagedatagubbe.se14 minHN301119Original Sony PlayStation 2 security chip 'broken wide open' after 26 years
A Canadian hobbyist spent four years chemically decapping and optically dumping the PS2’s CXP102064 MechaCon security chip, finally releasing its ROM. The dump opens up software disc backups, modchip development, and future low‑level emulation of the console’s security mechanisms.
Building 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 minHN416281

