Definitions by henke37
Streamer brain
The phenomena where people playing video games seem to lose several IQ points when they also have to entertain an audience with commentary.
Streamer brain by henke37 January 10, 2026
message pump
A piece of code that attends a message queue, processing each message in turn.
Message pumps are a staple of GUI programming, since messages are used to receive input.
Message pumps are a staple of GUI programming, since messages are used to receive input.
message pump by henke37 May 23, 2014
undefined behavior
Undefined behavior results when programs attempt to do things for which the standard defines no semantics, and requires no diagnostic either. Examples include dereferencing invalid pointers and dividing by zero. Executing such programs may cause them to produce incorrect results, crash, silently "work", or even format the hard drive.
It is commonly joked that undefined behavior allows the compiler to insert code that will start a game of nethack.
undefined behavior by henke37 May 23, 2014
mode 7
Using affine transformations of a 2d image that are changed on a per line basis (usually using the HBLANK IRQ) to project a 2D image as a flat landscape in a 3d perspective.
Nitro Composer
The middleware music engine that Nintendo offers to DS developers.
It offers a sample based synth, a sequencer with flow control and stream playback.
It offers a sample based synth, a sequencer with flow control and stream playback.
Nitro Composer by henke37 May 18, 2014