TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 Luc6 个月前

1 comment

tromp6 个月前
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.