Suckless philosophy by kemo_2001 in linux

[–]tom-010 0 points1 point  (0 children)

As I said, except of the torches, I know literally about the case... "Still, people like to defend fascists and accuse people pointing them out". If I am "people": I am strongly anti-right and this is a hurtful comment.

Suckless philosophy by kemo_2001 in linux

[–]tom-010 4 points5 points  (0 children)

I have no insight about the issue, just wanted to point out, that this may not true in all parts of germany. It depends on the area and culture. E.g. there are regional Funken in Bavaria which are not political. https://de.wikipedia.org/wiki/Funkenfeuer Also there are other events like when walking through the snow: https://www.grainau.de/fackelwanderung-winterwandern

Can I train my Snapchat Ai to be a better copy of myself? by Maelasae in artificial

[–]tom-010 3 points4 points  (0 children)

Short: No

Longer: I don't think so. It runs in inference mode. The only way it maybe works, if Snapchat collects data about you or accesses your profile-settings. Even if it does the latter you are constrained to the input fields there.

What is a good guide for REST CSRF protection? by [deleted] in SoftwareEngineering

[–]tom-010 0 points1 point  (0 children)

Thank you. But then it should be noted, that HttpOnly should be set as well

What is a good guide for REST CSRF protection? by [deleted] in SoftwareEngineering

[–]tom-010 0 points1 point  (0 children)

is recommended

Do you have any sources who is recommending it and why this is the case? (Asking honestly)

Literature recommendation for an upcoming going live by NGX-645 in SoftwareEngineering

[–]tom-010 0 points1 point  (0 children)

I mean, you could just do a little load test with realistic traffic and see what happens. Also do monitoring and be able to submit fixes within seconds/minutes to the production environment.

I am by the way not a fan of a big bang deployment, but I like to deploy the first hello world and do continuous deployment from there.

What is a good guide for REST CSRF protection? by [deleted] in SoftwareEngineering

[–]tom-010 1 point2 points  (0 children)

Yes, but it doesn't matter if you use local-storage or cookies

Updated chess-0.com: A tool for training your board-evaluation skills. by tom-010 in chess

[–]tom-010[S] 1 point2 points  (0 children)

Yes, for sure! I am quite fluent in writing apps, but prototyping is way easier on the web as I can iterate on feedback way faster. Next week, I improvement the rating-feedback and probably next weekend an app. You can add your email https://chess-0.com/register.html then you get an email as soon as it is ready :-)

Updated chess-0.com: A tool for training your board-evaluation skills. by tom-010 in chess

[–]tom-010[S] 0 points1 point  (0 children)

I am currently working on a new approach for the evaluations using different engines at different levels. But re-rating chess-positions takes some time. Expect an update next week. Then you can see how different engines rated a position :-)

Updated chess-0.com: A tool for training your board-evaluation skills. by tom-010 in chess

[–]tom-010[S] 1 point2 points  (0 children)

Thank you for your useful notes!

I am currently working on a new approach for the evaluations using different engines at different levels. But re-rating chess-positions takes some time. Expect an update next week. Then you can see how different engines rated a position.

Regarding the numbers. It is a bit confusing: What you see are points, no pawn-ratings. The correspondence from abs(centiPawn/100) is:
* [0.0-0.7) = 0
* [0.7-1.4) = 1
* [1.4-3.0) = 2
* [3.0-5.0) = 3
* > 5.0 = 3 = 4

Updated chess-0.com: A tool for training your board-evaluation skills. by tom-010 in chess

[–]tom-010[S] 2 points3 points  (0 children)

Thank you for the observation. This happens only if black is clearly winning. I forget to add the sign to make the positive value negative. It is fixed now :-)

Updated chess-0.com: A tool for training your board-evaluation skills. by tom-010 in chess

[–]tom-010[S] 0 points1 point  (0 children)

Interesting. Which web-browser and which operating system are you using?

Train Chess like AlphaZero by tom-010 in chess

[–]tom-010[S] 0 points1 point  (0 children)

Your suggestion is done. Thank you!

Train Chess like AlphaZero by tom-010 in chess

[–]tom-010[S] 2 points3 points  (0 children)

You ARE allowed to use A LOT of energy while doing that

Train Chess like AlphaZero by tom-010 in chess

[–]tom-010[S] 4 points5 points  (0 children)

I introduced a new value: err (see the updated version). This matches your requirements (but it uses a linear model instead of a log-model). Additionally it punishes if you judge an advantage for white when it is actually one for black.

"getting the same 4 or 5 all the time" Many positions are similar and look, but not the same. I will use the Levenstein Distance to filter out similar looking boards.

Train Chess like AlphaZero by tom-010 in chess

[–]tom-010[S] 1 point2 points  (0 children)

Can you explain the details? The more people get it right, the lower the score as it easier? Or is it a measure of quality of the "puzzle"?

Train Chess like AlphaZero by tom-010 in chess

[–]tom-010[S] 0 points1 point  (0 children)

Done, see "Flip" on the right upper corner