TIL that you can replay a git bisect log: https://stackoverflow.com/q/8594758/509706 (really handy if you make a mistake: edit the bad actions out of the log)
miniblog.
Related Posts
The Tomorrow Corporation has built its own game programming stack with live reload, time travel debugging, and even the ability to serialise the entire game state and replay it between testers!
https://www.youtube.com/watch?v=72y2EC5fkcE
How do you tell if a computer game is being played by a human or a computer?
Trackmania allows you to replay every keystroke. Enthusiasts have reverse engineered the game and measured what the fastest possible inputs are possible by hand!
An actively exploited security issue in keyfobs that work by proximity: malicious users can replay signals from the house to the car! https://geekologie.com/2019/08/gone-in-thirty-seconds-doorbell-cam-foot.php
Newer cars use rolling keycodes so you can't replay the same code after locking, but this seems harder to defend against.