Rolf Kreibaum

Results 47 comments of Rolf Kreibaum

https://pacoplay.com/replay/18006 -> Fixed by 3adb44b0f6c

Tract failed, it is super slow when running in the browser. With 4d4c6474ae57e14f7a8e0ef0a54e5096a59547ec we now have onnxruntime-web (that I called ORT earlier) and I'll just have to accept that there...

Here are some thoughts on how to change the client -> server interface, but it looks like that information is really hard to get right now. ```rust /// An extension...

Works now, any improvements get extra tickets.

Turns out this is super important, because it happens all the time when I have an AI running in the browser. Best to reproduce on a smartphone connected to the...

This broke playing and I rolled it back with 0a920f0db6c000ec4ebce6fb357d25fb06d7f946

This time it actually worked and was an important ingredient in getting Hedwig to play online. The last commit actually closed this issue.

This could work together with forbidden moves. When a pawn is stuck, it would mark "forward" as forbidden. When the player selects and forbidden move, rollback can trigger.

I think having a separate in memory database that tracks websocket connections & users & rooms would be good. Gets rid of my ad-hoc data structures. But having separate databases...

This is not super easy to do with the way I am currently tracking mouse interaction. Putting the mouse down on the first click will already lift the piece. When...