Show HN: TrueDeck – open-source multi-agent terminal deck that abstracts memory
For the past year I've been using VScode as my terminal space, however with the constant friction of reopening sessions, managing different projects, and re-explaining context so agents stayed useful. TrueDesk was my answer. Of course aside from it being open source: Real CLIs side by side, multi-pane layout, session restore, keybinds that smoothly transition windows, and memory/MCP automatic so you don't run a second ops stack. Clean UI that just feels good. Can't forget about the sweet rust +
Show HN: Bocazasgames – Four multiplayer browser games with AI moderation
Article URL: https://www.bocazasgames.com/ Comments URL: https://news.ycombinator.com/item?id=49092255 Points: 1 # Comments: 1
Show HN: Manim (3Blue1Brown's animation engine) in the browser via WebGPU
Grant Sanderson (3Blue1Brown) created Manim, the Python library he uses to make the math animations in his videos. We reimplemented Manim with the same Python API, but the implementation underneath is Rust, connected to Python through PyO3. The Rust code uses wgpu, so rendering happens on the GPU. To run it in the browser, we compiled the Rust parts to WebAssembly so the PyO3 extension loads in Pyodide. In the browser, wgpu targets the WebGPU API, so animations render in real time on your GPU th