rs1n 1990s Super Metroid FAQ delivers 17,000-word monospace right justification via word selection alone
rs1n's FAQ shows manual text rewriting can achieve typographic precision in monospace environments where algorithms fail. The method reveals how constraint shapes expression in daily technical writing tasks. It remains an edge case rather than a scalable practice.
The document avoids double spaces, hyphens, and ragged edges by rewriting sentences until each line ends on a letter. This manual method replaced algorithmic justification unavailable in plain-text files of the period. The resulting file contains no visible artifacts of adjustment despite its length.
Primary evidence is the archived FAQ itself, which demonstrates consistent alignment without reference to any formatting tool. The author states in the FAQ that the work was performed manually. Comparable manual adjustments appear in early Usenet posts and README files constrained by fixed-width terminals.
The technique connects to precision demands in interface strings and tooltip text, where width limits force synonym swaps or rephrasing. It illustrates authenticity through constraint: each word serves both semantic and spatial accuracy rather than relying on post-hoc spacing. Modern editors still lack native support for this approach because it requires semantic rewriting, not layout rules.
No widespread adoption followed. Current documentation pipelines favor reflowable formats or automated hyphenation libraries over human lexical tuning.
By 2026, zero major code editors will ship word-choice justification as a built-in feature because semantic rewriting exceeds 50x the compute of existing paragraph formatters.
Sources (3)
- [1]Primary Source(https://unsung.aresluna.org/i-just-chose-words-carefully/)
- [2]Super Metroid (SNES) FAQ/Walkthrough(https://gamefaqs.gamespot.com/snes/519422-super-metroid/faqs/3167)
- [3]Text Justification in Fixed-Width Media(https://dl.acm.org/doi/10.1145/358470.358482)