Chess openings gain traction for numerous reasons. But what's behind their surge in popularity, and what methods can we use to track the most trendy openings each day?
Let's start with this one: lichess.org/opening/Rapport-Jobava_System
Since there was no opening description for that open, I started stockfish in the terminal:
$ ./stockfish
position fen rnbqkb1r/ppp1pppp/5n2/3p4/3P1B2/2N5/PPP1PPPP/R2QKBNR b KQkq - 3 3
eval
The results gave the NNUE derived piece values and said it was black to move. It also had a Bucket list and picked 7 and why it picked that line, I don't know, but the end results was:
NNUE evaluation -0.04 (white side)
Final evaluation -0.05 (white side) [with scaled NNUE, ...]
When I pasted the complete eval output to an ai, I got an interesting description.
www.perplexity.ai/search/the-rise-in-chess-opening-popu-p0jRHESPT2GejwTPgHUaYg
Then I looked for other sources to see how a opening trend in popularity.
en.chessbase.com/support-kb/content/details/1319/Reference_search_in_ChessBase
Is there a way to sort the lichess openings by popularity? By using the a to e tsv files and making a bash script.
github.com/lichess-org/chess-openings
Let's start with this one: lichess.org/opening/Rapport-Jobava_System
Since there was no opening description for that open, I started stockfish in the terminal:
$ ./stockfish
position fen rnbqkb1r/ppp1pppp/5n2/3p4/3P1B2/2N5/PPP1PPPP/R2QKBNR b KQkq - 3 3
eval
The results gave the NNUE derived piece values and said it was black to move. It also had a Bucket list and picked 7 and why it picked that line, I don't know, but the end results was:
NNUE evaluation -0.04 (white side)
Final evaluation -0.05 (white side) [with scaled NNUE, ...]
When I pasted the complete eval output to an ai, I got an interesting description.
www.perplexity.ai/search/the-rise-in-chess-opening-popu-p0jRHESPT2GejwTPgHUaYg
Then I looked for other sources to see how a opening trend in popularity.
en.chessbase.com/support-kb/content/details/1319/Reference_search_in_ChessBase
Is there a way to sort the lichess openings by popularity? By using the a to e tsv files and making a bash script.
github.com/lichess-org/chess-openings