Same task, multiple coding agents inlucding #claude, #chatgpt and #gemini.
Full article, source, prompt: https://aedm.net/blog/square-minus-square-2025-12-22/
Please make F1 key invoke the command palette in every app.
We should finally recognize "help" on that key as a failed experiment.
I just published a new blog post about my experience working on developer tools and large-scale codebase migrations at Google. I hope some will find it interesting.
https://laurent.le-brun.eu/blog/evolving-a-codebase-at-google-scale
First render after rewriting my toy engine from Vulkan to #WebGPU. And I'm awestruck, again.
It's upside down, GUI is missing, shadow map is buggy. But it's not a black screen. In fact, most things work well on the first render.
When I wrote 3D in C++, black screens and crashes were quite common. C++ tells you how you _can_ use an API, but #rust tells you how you _should_. And the validation checks of both #wgpu and #vulkano are awesome.