disservin

Results 264 comments of disservin

> something like `valgrind ./stockfish bench` doesn't work, valgrind is missing instructions ``` disInstr(arm64): unhandled instruction 0x4E8E95F3 disInstr(arm64): 0100'1110 1000'1110 1001'0101 1111'0011 ==1828261== valgrind: Unrecognised instruction at address 0x138e50. ```

@xoto10 do you need some other input from me? or do you want me to take a look how we can implement this differently?

ah thanks seems like it was fixed some time ago

> nah, the warning is still there I think. Yes it is, but I was talking about the valgrind error

Cant reproduce on my M1 `make -j build ARCH=apple-silicon` and `cat /proc/cpuinfo` doesnt work. But theres this `sysctl -a | grep machdep.cpu` which doesnt give you much information. ``` machdep.cpu.cores_per_package:...

@tmstorm hey ; ) do you mind sharing how your solution for using redis instead of gorilla looks like?

Thanks, but I now think this all a bit of an overkill solution... as stated in https://github.com/markbates/goth/issues/270, where they already a) stated that the persistent login doesnt work anymore and...

Yes, just that guess the eval maybe shouldnt have these kinds of positions with only 1-3 moves.

fyi, that is the error saying (for dev purpose) ``` const io = new Server(server, { cors: { origin: ["tauri://localhost"], }, }); ``` and then connecting to `http://localhost:3000` in hoppscotch...