Dave Plummer’s confession — that his Windows NT port of the beloved Space Cadet pinball ran “as fast as it could,” eventually spiking to “like, 5,000 frames per second” on modern hardware — is as entertaining as it is instructive, and it revisits a compact engineering lesson about timing...
busy loop
code architecture
cpu usage
cross platform port
dave plummer
fixed timestep
fps cap
frame rate
legacy software
oldnewthing
performance engineering
pinball game
raymond chen
space cadet
space cadet pinball
timing assumptions
v-sync
windows history
windows nt
Dave Plummer’s confession that the worst bug he ever shipped was tied to the beloved Windows pack‑in game Pinball is more than a nostalgic anecdote — it’s a compact lesson in resource management, legacy code risk, and the kind of tiny design decisions that can balloon into systemic problems as...