Don Hopkins

Results 25 comments of Don Hopkins

To me, it's more about how my eternal soul will fare after the AI Overlords take over, depending on how nice to them I was, and also how much I...

https://news.ycombinator.com/item?id=38101085

n¡ should return the inverse factorial of n.

Oh damn! I had to put a weird fudge factor in because it was doing something like that, and now it seems to be back! Maybe I need to adjust...

Good catch! I’ll dig through the old code to see how it generates trains. Could you please open an issue so it won’t fall through the cracks if I forget?...

Snap has some hooks to enable drawing a real time animated stage background, for video and maps, that I think would work. https://github.com/jmoenig/Snap/blob/master/src/objects.js#L8638 // projection layer - for video, maps,...

Ah yes, only the WebGLTileRenderer should be trusted to work, since that's the one I'm actually using and adding new features to, and the others were earlier experiments that are...

Of course sprite and cursor layers are just a common edge case of tile layers (offset/scaled/rotated 1x1 or even bigger tile maps). It will be general enough and have all...

Yeah debugging the C++ code compiled into WebAssembly is practically impossible, unless you like to look at raw WebAssembly instructions, in which case it's so much fun! ;) So for...

On the subject of inspecting the internal state of the simulator, I want to make an optional way to dump that ALL out as JSON, including all timestamped editing commands,...