DEV Community

Discussion on: Welcome Thread - v360

Collapse
 
discochess profile image
Disco Chess

๐Ÿ‘‹ Hi dev.to, Iโ€™m building Disco Chess.

Disco Chess is a chess training platform focused on implementing the Woodpecker Method in software. The core idea is simple: fixed tactical sets, repetition across cycles, mistake resurfacing, and measurable changes in speed and accuracy over time.

From an engineering perspective, the interesting problems are mostly under the hood. That includes ingesting and querying large chess datasets efficiently, working with Stockfish evaluations at scale, and turning raw user activity into longitudinal training metrics that actually reflect improvement.

Some of the supporting tooling is open source, including a Go library for fast Stockfish evaluation lookup by FEN using public Lichess data. I plan to write here about those technical pieces, design tradeoffs, and what I have learned while building and operating the system.

Looking forward to learning from others here and contributing where I can.

Collapse
 
jess profile image
Jess Lee The DEV Team

Very cool. I bet @peter is interested in learning more about Disco Chess!

Collapse
 
peter profile image
Peter Kim Frank The DEV Team

Sure am! Welcome to the community!

Thread Thread
 
discochess profile image
Disco Chess

Thatโ€™s perfect! Didnโ€™t expect to see the Woodpecker Method make an appearance in my intro post.

It was a big inspiration for what Iโ€™m building, so that made my day. And if you ever get tired of setting everything up on the board, thereโ€™s a digital shortcut waiting! :-)

Thanks for the warm welcome!

Thread Thread
 
peter profile image
Peter Kim Frank The DEV Team

Looking forward to it! :)

Thread Thread