A random treemap generator with adjustable parameters written in Elm. You can see the code here: https://github.com/tkuriyama/treemap-generator and a writeup here: https://tkuriyama.github.io/papers/2021/04/15/Squarified-Treemaps.html
— porterjamesj
The moon clock is a physical timepiece that displays what the moon looks like for your current location. It uses an LED matrix, a RaspberryPi, and a whole bunch of computational astronomy!
— Mai
A game where you have to push enter as close to the end of the animation as possible. Endearingly frustrating. See the code here: https://glitch.com/edit/#!/are-we-done-yet?path=script.js%3A1%3A0
— porterjamesj
Raph investigates an issue with a slow shader, which ends up being caused by the shader compiler being overly conservative about cache coherency.
— davidbalbert