Live data from Hacker News

Ask HN: What are you working on? (September 2026)

news.ycombinator.com

841–850 of 1001 posts

Re: Ask HN: What are you working on? (September 2026)

#847
I'm building a Python Browser and need your help running agents on conformance tests https://github.com/byteface/chromonic/

cd to tests/layout..

git clone --depth=1 https://github.com/web-platform-tests/wpt.git

tell it to run the tests and fix any issues with layout and append any issues with domonic into the PLAN.md

I'm targetting the CSS2 folder atm.. so you can tell it to switch to any folder within there for now.

Thanks,

Re: Ask HN: What are you working on? (September 2026)

#850

I've been working on a voxel game engine called Bonsai for ~10 years. Probably the most interesting thing about it at the moment is the editor. The world, and most things in it, are represented as collections of SDFs. More accurately, they're density fields, but, potato-tomato. Bonsai has undergone a large rewrite over the last couple years that's nearing completion. A world edit is defined as a bunch of SDF paramete…

What's an SDF?
Post reply on HN