Viewing profile — tsoj
tsoj
HN member- Joined
- Wed, Feb 09, 2022, 12:59 PM UTC
- HN karma
- 17
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About tsoj
No profile information was provided.
Recent public activity
-
comment
Comment #49188476
what is this swindle
-
comment
Comment #49188469
wtf the emoji didn't show up
- comment
-
comment
Comment #46610061
I don't work on Stockfish, but I can suggest using ShashChess instead. It is Stockfosh, but on top of that, it has been improved to capture the spirit of the human ingenuity and cr…
-
comment
Comment #45511016
The TRM paper addresses this blog post. I don't think you need to read the HRM analysis very carefully, the TRM has the advantage of being disentangled compared to the HRM, making …
-
comment
Comment #41524451
Yeah, humans are very similar. We have intuitive immediate-next-step-suggestions, and then we apply these intuitive next steps, until we find that it lead to a dead end, and then w…
-
comment
Comment #41070642
This is NOT the paper, but probably a very similar solution: https://arxiv.org/abs/2009.03393
-
comment
Comment #35077026
The thing is, Sutter's approach is much more sensible when looking at real world adaptation. You can start using the cppfront transpiler, and importantly, if it doesn't work out, y…
-
comment
Comment #31937406
And for the stuff that matters, it is usually possible to tinker around enough to get it pretty much as good as Rust or C++.
-
comment
Comment #30272144
> no language with GC gets closer than a 2-3x the time of a non-GC language This is wrong. At least, it is not true generally. I wrote a 1:1 port of my C++ chess engine, and after …