Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ThomasCM
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Lichess.org vs. Chess.com – Analysis of Chess Grandmaster Activity (2008-2025)
(chessmonitor.com)
3 points
by
ThomasCM
1y ago
|
1 comments
2.
▲
by
ThomasCM
1y ago
This is the first large-scale analysis of Grandmaster activity across Chess.com and Lichess from 2008 to 2025, based on years of data collection and millions of games. I explored which platform top chess players prefer and how Chess.com and
3.
▲
Show HN: ChessMonitor – Analytics for Chess Players
(chessmonitor.com)
2 points
by
ThomasCM
2y ago
|
0 comments
4.
▲
by
ThomasCM
3y ago
Chess.com Insights are similar to what my project is doing. However, Lichess has nothing similar. They do have something called "Chess Insights" but it's not really comparable IMHO. That said, there are also some unique featu
5.
▲
by
ThomasCM
3y ago
Shameless plug: f you're looking for a similar way to compare your online rating with the FIDE rating, take a look at my project: https://www.chessmonitor.com/ Like the author, I also use regression, but extended to no
6.
▲
by
ThomasCM
3y ago
Both features are already on my TODO list. That doesn't mean they are coming soon, though... ;)
7.
▲
by
ThomasCM
3y ago
Thanks, I'll look into this!
8.
▲
by
ThomasCM
3y ago
That is where some of the inspiration came from. Years ago, I was an avid Dota player and always loved Dotabuff (and OpenDota, too).
9.
▲
by
ThomasCM
3y ago
Thanks for the feedback! Always good to hear from chess players with a FIDE rating that it's working :) If anyone wants more info on how this works, check out this post with more details: https://www.chessmonitor.com/bl
10.
▲
by
ThomasCM
3y ago
I'm aware of Chess960, but this will probably never be supported on ChessMonitor for three reasons: First, Chess960 basically tries to prevent players from preparing (by having a random starting position) which does not align well with
11.
▲
by
ThomasCM
3y ago
There are many similar features. Overall the UI on ChessMonitor is much more focused on statistics. Another key feature Lichess does not have, is the Openings page. It is very powerful when used correctly. You can look at your openings and
12.
▲
by
ThomasCM
3y ago
Thanks, I just like it when all state is in the URL and you can just bookmark it. Also using the browser back/forward button should work well thanks to that. I'll check out your library! My code for that is rather simple. I'm
13.
▲
by
ThomasCM
3y ago
I'm currently not doing Stockfish evaluations (everything is based on simple win/loss-rate) but I hope I'm able to integrate this in the future. Then I can show much more in-depth statistics like the one you mention.
14.
▲
by
ThomasCM
3y ago
Hi everyone, author here. Please let me know if you have feedback or questions.
15.
▲
by
ThomasCM
3y ago
Yes, in contrast to storing the board (which can be a fixed size), this depends on the length of the game of course. That said, there are some optimizations you can apply that will compress moves even further (for example the order of the m
16.
▲
by
ThomasCM
3y ago
Thanks for your feedback! I guess OAuth is relatively fast as I don't have a middleman (like Auth0) in there. It's just Passport.js.
17.
▲
by
ThomasCM
3y ago
Yes, ignoring compression each (half-)move takes up one byte. So if you want to store a sequence of 10 (half-)moves it would take only 10 bytes.
18.
▲
by
ThomasCM
3y ago
Surprisingly, storing a game (with all moves) can take less space than encoding a single board. This is because you can effectively encode a move in a single byte (as there are less than 255 moves possible in each position). Applying compre
19.
▲
by
ThomasCM
4y ago
I created a website to analyze chess games. By connecting your Chess.com/Lichess account you can access all kind of statistics related to your chess games. You can even link more than one account.
20.
▲
Show HN: ChessMonitor – Analytics for Chess (connect Lichess or Chess.com)
(chessmonitor.com)
5 points
by
ThomasCM
4y ago
|
1 comments
21.
▲
by
ThomasCM
5y ago
Yes, I've played Dota myself and always loved dotabuff. That's where some of the inspiration came from.
22.
▲
by
ThomasCM
5y ago
Shameless plug: In case you want to track your chess progress and see more statistics on your openings (win rates, etc.), I'm developing a website where you can link your accounts to view stats for all of your games. It's free and
23.
▲
by
ThomasCM
5y ago
I'm currently developing this: https://www.chessmonitor.com/ It stores your games and gives you an explorer for your games similar to what openingtree does. Here is an example for the current world champion: https:&#x
24.
▲
by
ThomasCM
5y ago
Thanks for the feedback. It's not really a bug. More of a communication problem... ;) The openings page list your openings for white and black. If you click on an opening it takes you to the explorer which shows the stats for only one
25.
▲
by
ThomasCM
5y ago
As you say, I currently don't. In the future I might check the correlation between chess.com/lichess (when enough users register). Then I should be able to even calculate the chess.com rating from a lichess rating and vice versa.
26.
▲
by
ThomasCM
5y ago
If anyone is looking for a way to merge games from lichess.org and chess.com: I'm developing a website where you can link your accounts to view stats for all of your games. It's free and currently in Beta: https://www.c