stephengillie 64 days ago
In gaming, the concept is called a “replay”, where instead of recording the pixels on the screen in every frame, they instead record all inputs processed on every frame, and just replay them thru the same engine. The action is technically idempotent in the game world.
Where this breaks down is when features get updated between revisions. If your game patched the “jump” function to increase upward momentum from 1.1 m/s to 1.13 m/s, the Replay would be incorrect. You would be jumping onto platforms you couldn’t get up to before, moving faster, maybe even dodging enemy attacks that hit you when you played that match.
The human neuroprocessor is always changing and growing, always revising itself. Thus memories replay incorrectly. You apply old feelings to new mental patterns, and sometimes they lead to weird places. Or sometimes you mistake something easy for being difficult, because your memory data is out-of-date for your current processes.
— Hacker News
2015.04.16 Thursday ACHK
You must be logged in to post a comment.