ppigazzini

Results 323 comments of ppigazzini

> It is a bit suprising that the csrf-token seems to be constant in @ppigazzini's experiments. There is something I do not understand yet. The `crsf-token` changes after an user...

DEV updated, joined some workers. It seems to work in light mode. ![image](https://github.com/official-stockfish/fishtest/assets/15718418/14be4ebc-5cdc-4aa1-9939-37fb29f318fd)

The solution here is to interpolate the color of the 0 LLR, that is over the gray line in a 3d color space for either the light or dark theme,...

In effect the simple RGB interpolation works not so bad. ![image](https://github.com/official-stockfish/fishtest/assets/15718418/f06758a1-f7b8-4f25-ac54-3faa98daabad)

```python3 def color_run(run, WLD): color = "" sprt = run["args"].get("sprt") if sprt: llr = float(sprt["llr"]) low = float(sprt["lower_bound"]) up = float(sprt["upper_bound"]) percent = 2 * max(0, min(1, (llr - low)...

Are you puzzled because that test should not be yellow or because it is not the best scale of yellow? If it is for the latter reason: RGB interpolation is...

> I am surprised that the LLR of the yellow test is between the LLRs of reddish tests. This is counter intuitive. Tertium datur :) If that Red/Yellow condition is...

To make a long story short, the enthusiast Linux users, lack knowledge to proper setup, configure, maintain a Linux system, as an enthusiast Linux user myself, I do know first...

No, because nothing assure that `pip` is available.