📚 GLOSSARY

> Decoding the Language of Digital Chaos

Your guide to the technical terminology of glitches, bugs, and beautiful disasters
>
🎯🏃 speedrun

ACE

Arbitrary Code Execution - The ability to run custom code within a game or program, often achieved by exploiting buffer overflows or memory corruption.

Click to learn more →
💥💻 programming

Buffer Overflow

A condition where data exceeds the allocated memory buffer, potentially overwriting adjacent memory locations.

Click to learn more →
🚧🏃 speedrun

OOB

Out of Bounds - Exiting the intended play area of a game, often by clipping through walls or exploiting collision detection.

Click to learn more →
🎲🏃 speedrun

RNG Manipulation

Controlling or predicting Random Number Generation to achieve favorable outcomes in games.

Click to learn more →
⏭️🏃 speedrun

Sequence Break

Obtaining items, abilities, or accessing areas in an order different from the intended game progression.

Click to learn more →
🌀🏃 speedrun

Wrong Warp

A glitch that causes the player to warp to an unintended location, often by corrupting memory addresses.

Click to learn more →
🤖🏃 speedrun

TAS

Tool-Assisted Speedrun - A speedrun created using emulator tools like save states and frame-by-frame input to achieve theoretically perfect play.

Click to learn more →
💾💻 programming

Memory Corruption

Unintended modification of memory contents, often leading to unpredictable program behavior or crashes.

Click to learn more →
🏃‍♂️💻 programming

Race Condition

A situation where the behavior of software depends on the relative timing of events, such as the order of thread execution.

Click to learn more →
👻🎮 gaming

Clipping

Moving through solid objects or surfaces in a game, usually due to collision detection errors.

Click to learn more →
🏃 speedrun

Frame Perfect

An input or timing that must be executed within a single frame (usually 1/60th of a second) to work properly.

Click to learn more →
☠️💻 programming

NULL Pointer

A pointer that doesn't point to any valid memory location, often causing crashes when dereferenced.

Click to learn more →
🔢💻 programming

Integer Overflow

When an arithmetic operation results in a value too large to be stored in the allocated memory space.

Click to learn more →
🔄🏃 speedrun

BLJ

Backwards Long Jump - A specific glitch in Super Mario 64 where jumping backwards repeatedly can build up infinite speed.

Click to learn more →
🔓🔒 security

Arbitrary Code Execution

The ability to run any code on a target system, often the ultimate goal of exploit development.

Click to learn more →

⚡ Quick Reference

Speedrun Essentials

ACE:Ultimate speedrun power
OOB:Break free from boundaries
Wrong Warp:Teleport to victory
Frame Perfect:1/60th second precision

Programming Nightmares

Buffer Overflow:Memory goes BRRR
NULL Pointer:Segfault city
Race Condition:Heisenbug territory
Integer Overflow:Math breaks reality

🧠 Did You Know?

"The term 'bug' in programming was coined by Grace Hopper in 1947 when she found an actual moth stuck in a computer relay."

The moth is preserved in the Smithsonian Museum, making it the most famous insect in computing history.