TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Storing Files in Chess Games for Free Cloud Storage [video]

4 pointsby Luc6 months ago

1 comment

tromp6 months ago
The title is slightly misleading. It&#x27;s not storing one file in one chess game, but storing one file in a sequence of chess games. The technique has not much to do with chess but applies to any game, as long as you have a deterministic move generator.<p>If in the current game state that produces a list of 2^k &lt;= n &lt; 2^{k+1} moves, then you get to encode the next k bits of the file, and change the game state to that after the corresponding move. Whenever the game ends, you start a new one.