
The author produce a playable PDF, a file that can be read both as a PDF document and executed as a Windows program: https://github.com/mwenge/iatheory/releases/tag/0.1
This is polyglot program
Iridis Alpha is a classic of the 8-bit home computer era. An innovative, side-scrolling shoot-em-up for the Commodore 64 published by Llamasoft in 1985 that was notable then and now for its technical accomplishment.
IRIDIS ALPHA THEORY unpacks the assembly code of the game and pores over it in minute detail. There are also lots of pretty pictures.
Discovered in Paged Out! issue #5
Fizzlefade is the name of the function in charge of fading from a scene to an other in Wolfenstein 3D. What it does is turn the pixels of the screen to a solid color, only one at a time, seemingly at random.
antirez suggestion to use a different approach:
http://antirez.com/news/113