Terkwood

Results 76 comments of Terkwood

For reproducing on US Azure, this looks like the default solution: https://azure.microsoft.com/en-us/services/virtual-desktop/#features

Hm, what browser and operating system did you use when testing with Azure? I was able to launch a VM in Azure and install _Brave browser_ using _Windows Server 2019_,...

At a glance, this seems well configured. The fact that you have tinybrain connected to botlink is unexpectedly good (this step is especially fiddly in dev since the approach in...

Did you set matching values for AUTHORIZATION in the `.env` files for both botlink and tinybrain?

Well the env files look fine. My dirty little secret is that I don't test Tinybrain/KataGo locally at all. I've only tested it against an instance of botlink deployed in...

The goal with BUGOUT (thus far) is to expose an instance of KataGo that is easily playable over the web, for a very small scale of users. We also offer...

Definitely food for thought! As far as I know KataGo doesn't support running inside the browser yet. Right now the production KataGo instance runs from inside my home internet, hence...

This might help with debugging local dev issues such as #518

In _gateway_... ``` ♟ ..SNIP..MAKEMOVE BLACK { 4 , 6 } ..SNIP.. ..SNIP.. 🆗 ..SNIP..MOVEMADE W Some(Coord { x: 4, y: 3 }) ..SNIP.. 🔙 ..SNIP..UNDOMOVE Send command: UndoMove(UndoMove {...

We should create an integration testing app which can communicate with Redis and push undo commands, expect move undone events, push make move commands, expect acceptance. It should push many...