Files
singular-particular-space/Writings/faulty-warp-core.html
JL Kruger 5422131782 Initial commit — Singular Particular Space v1
Homepage (site/index.html): integration-v14 promoted, Writings section
integrated with 33 pieces clustered by type (stories/essays/miscellany),
Writings welcome lightbox, content frame at 98% opacity.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 12:09:22 +02:00

1042 lines
114 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAULTY WARP CORE — ANNOTATED</title>
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Exo+2:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#06040f;
--surf:#0d0a1e;
--pan:#14112a;
--pan2:#1b1836;
--bd0:#252244;
--bd1:#363363;
--ora:#ff6200;
--yel:#ffc400;
--pnk:#ff0055;
--lim:#88ff00;
--cyn:#00d0f0;
--purp:#aa44ff;
--txt:#f0e4be;
--txtd:#6a5a38;
--txb:#fdf4e0;
--glo-o:0 0 14px rgba(255,98,0,.6);
--glo-y:0 0 14px rgba(255,196,0,.6);
--glo-p:0 0 14px rgba(255,0,85,.6);
--glo-c:0 0 14px rgba(0,208,240,.6);
--slab:'Alfa Slab One',Georgia,serif;
--body:'Exo 2','Segoe UI',sans-serif;
}
html{background:var(--bg);color:var(--txt);font-family:var(--body);font-size:16px;line-height:1.8;scroll-behavior:smooth}
body{min-height:100vh;overflow-x:hidden}
/* star field */
body::before{
content:'';position:fixed;inset:0;pointer-events:none;z-index:0;
background-image:
radial-gradient(1px 1px at 8% 18%,rgba(255,255,255,.7) 0%,transparent 100%),
radial-gradient(1px 1px at 22% 68%,rgba(255,255,255,.5) 0%,transparent 100%),
radial-gradient(1.5px 1.5px at 40% 12%,rgba(255,220,140,.5) 0%,transparent 100%),
radial-gradient(1px 1px at 58% 82%,rgba(255,255,255,.4) 0%,transparent 100%),
radial-gradient(1px 1px at 73% 38%,rgba(255,255,255,.6) 0%,transparent 100%),
radial-gradient(1px 1px at 87% 57%,rgba(255,255,255,.4) 0%,transparent 100%),
radial-gradient(1px 1px at 14% 88%,rgba(255,255,255,.5) 0%,transparent 100%),
radial-gradient(1px 1px at 32% 47%,rgba(255,255,255,.3) 0%,transparent 100%),
radial-gradient(2px 2px at 68% 72%,rgba(170,140,255,.4) 0%,transparent 100%),
radial-gradient(1.5px 1.5px at 91% 22%,rgba(140,210,255,.5) 0%,transparent 100%),
radial-gradient(1px 1px at 50% 55%,rgba(255,255,255,.3) 0%,transparent 100%),
radial-gradient(1px 1px at 4% 42%,rgba(255,255,255,.4) 0%,transparent 100%),
radial-gradient(1px 1px at 79% 91%,rgba(255,255,255,.5) 0%,transparent 100%),
radial-gradient(1px 1px at 44% 29%,rgba(255,255,255,.3) 0%,transparent 100%);
}
/* ── HEADER ── */
.hdr{
background:var(--surf);
border-bottom:4px solid var(--ora);
padding:28px 36px 22px;
position:relative;overflow:hidden;z-index:1;
}
.hdr-eyebrow{font-family:var(--slab);font-size:9px;color:var(--yel);text-shadow:var(--glo-y);letter-spacing:5px;margin-bottom:10px}
.hdr-title{font-family:var(--slab);font-size:30px;color:var(--ora);text-shadow:var(--glo-o),0 0 60px rgba(255,98,0,.15);line-height:1.1;margin-bottom:8px}
.hdr-sub{font-family:var(--slab);font-size:10px;color:var(--cyn);text-shadow:var(--glo-c);letter-spacing:3px;margin-bottom:14px}
.hdr-meta{font-size:14px;color:var(--txtd);line-height:1.7}
.hdr-meta strong{color:var(--txt)}
.hdr-badge{
display:inline-block;
background:var(--pnk);color:#fff;
font-family:var(--slab);font-size:8px;
padding:3px 10px;margin-right:8px;margin-bottom:6px;
letter-spacing:2px;box-shadow:var(--glo-p);
}
/* ── TAB NAV ── */
.tnav{
background:var(--surf);border-bottom:3px solid var(--bd1);
display:flex;overflow-x:auto;
position:sticky;top:0;z-index:200;
}
.tnav button{
font-family:var(--slab);font-size:8px;color:var(--txtd);
background:transparent;border:none;
border-right:1px solid var(--bd0);
border-bottom:4px solid transparent;
padding:15px 22px 11px;cursor:pointer;
white-space:nowrap;letter-spacing:2px;
transition:color 120ms,border-color 120ms;
}
.tnav button:hover{color:var(--yel);border-bottom-color:var(--yel)}
.tnav button.act{color:var(--ora);border-bottom-color:var(--ora);background:rgba(255,98,0,.04)}
/* ── WRAP + TABS ── */
.wrap{max-width:880px;margin:0 auto;padding:40px 32px 80px;position:relative;z-index:1}
.tab{display:none}.tab.act{display:block}
/* ── DIVIDER ── */
.divider{display:flex;align-items:center;gap:14px;margin:30px 0}
.divider::before,.divider::after{content:'';flex:1;height:2px;background:var(--bd1)}
.divider span{font-size:14px;color:var(--ora);text-shadow:var(--glo-o)}
/* ── STORY BLOCKS ── */
.prose p{font-size:17px;color:var(--txt);margin-bottom:18px;line-height:1.85}
.prose p:last-child{margin-bottom:0}
.intro-block{
background:var(--pan);
border:1px solid var(--bd1);
border-left:5px solid var(--ora);
padding:28px 36px;margin-bottom:26px;
}
.narr-block{
background:var(--pan);
border:1px solid var(--bd0);
border-left:4px solid var(--yel);
padding:22px 30px;margin:20px 0;
}
.dia-block{
background:var(--pan2);
border:1px solid var(--bd0);
border-left:2px solid var(--bd1);
padding:16px 26px;margin:16px 0;
}
.dia-block p{font-size:17px;color:var(--txb);margin-bottom:7px;line-height:1.75}
.dia-block p:last-child{margin-bottom:0}
.action-block{
background:var(--pan);
border:1px solid var(--bd0);
border-left:5px solid var(--pnk);
padding:22px 30px;margin:20px 0;
}
.ending-block{
background:#160810;
border:2px solid var(--pnk);
border-left:5px solid var(--pnk);
padding:26px 32px;margin:28px 0;
}
.slabel{font-family:var(--slab);font-size:8px;letter-spacing:3px;display:block;margin-bottom:12px}
/* ── CHALLENGE BLOCK ── */
.chall{border:1px solid var(--bd0);border-left:4px solid var(--yel);background:rgba(255,196,0,.02);padding:18px 24px;margin:22px 0}
.chall .slabel{color:var(--yel);text-shadow:var(--glo-y)}
.chall p{font-size:15px;color:var(--txtd);margin-bottom:6px}
.chall p strong{color:var(--txt)}
.auth-note{border:1px solid var(--bd0);border-left:4px solid var(--purp);padding:14px 20px;font-size:15px;color:var(--txtd);font-style:italic;margin-top:10px;background:rgba(170,68,255,.02)}
/* ── DECODER ── */
.decoder{position:relative;display:inline}
.decoder-trigger{
background:none;border:none;padding:0 2px;cursor:pointer;
font-family:inherit;font-size:inherit;
color:var(--yel);text-shadow:var(--glo-y);
text-decoration:underline;text-decoration-color:rgba(255,196,0,.4);
text-underline-offset:3px;line-height:inherit;
transition:color 100ms;
}
.decoder-trigger:hover,.decoder-trigger.open{color:#fff;text-shadow:0 0 16px var(--yel)}
.decoder-trigger::after{content:' ▾';font-size:.7em;opacity:.7}
.decoder-trigger.open::after{content:' ▴'}
.decoder-panel{
display:none;position:absolute;
top:calc(100% + 6px);left:0;z-index:500;
width:310px;
background:#100808;
border:2px solid var(--yel);
box-shadow:0 0 24px rgba(255,196,0,.18);
padding:14px 18px;
}
.decoder-panel.open{display:block}
.decoder-panel.flip-left{left:auto;right:0}
.dec-label{display:block;font-family:var(--slab);font-size:7px;color:var(--txtd);letter-spacing:3px;margin-bottom:5px}
.dec-term{display:block;font-family:var(--slab);font-size:10px;color:var(--yel);text-shadow:var(--glo-y);margin-bottom:9px;line-height:1.4}
.decoder-panel .dp{display:block;font-size:14px;color:var(--txb);line-height:1.65;margin-bottom:0}
.dec-src{display:block;margin-top:8px;font-family:var(--slab);font-size:7px;color:var(--pnk);letter-spacing:2px}
.dec-link{display:block;margin-top:6px;font-size:13px;color:var(--cyn);text-decoration:none}
.dec-link:hover{text-decoration:underline}
/* ── MARGIN NOTE ── */
.mn{position:relative;display:inline}
.mn-trig{
background:none;border:none;padding:0 2px;cursor:pointer;
font-family:var(--slab);font-size:8px;
color:var(--ora);text-shadow:var(--glo-o);
vertical-align:super;line-height:0;
transition:color 100ms;
}
.mn-trig:hover,.mn-trig.open{color:#fff;text-shadow:0 0 16px var(--ora)}
.mn-panel{
display:none;position:absolute;
top:calc(100% + 6px);left:-10px;z-index:500;
width:285px;
background:#120900;
border:2px solid var(--ora);
box-shadow:0 0 20px rgba(255,98,0,.18);
padding:14px 16px;
}
.mn-panel.open{display:block}
.mn-panel.flip-left{left:auto;right:-10px}
.mn-label{display:block;font-family:var(--slab);font-size:7px;color:var(--ora);text-shadow:var(--glo-o);letter-spacing:3px;margin-bottom:8px}
.mn-panel .dp{display:block;font-size:14px;color:#ffcc99;line-height:1.65;margin-bottom:0}
/* ── LIGHTBOX TRIGGER ── */
.lbt{
background:none;border:none;padding:0 2px;cursor:pointer;
font-family:inherit;font-size:inherit;
color:var(--pnk);text-shadow:var(--glo-p);
text-decoration:underline;text-decoration-color:rgba(255,0,85,.4);
text-underline-offset:3px;line-height:inherit;
transition:color 100ms;
}
.lbt:hover{color:#fff;text-shadow:0 0 16px var(--pnk)}
/* ── LIGHTBOX ── */
.lb-ov{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;align-items:center;justify-content:center;padding:20px}
.lb-ov.open{display:flex}
.lb-box{background:var(--pan);border:2px solid var(--pnk);box-shadow:0 0 60px rgba(255,0,85,.2);max-width:700px;width:100%;max-height:90vh;overflow-y:auto}
.lb-hd{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:2px solid var(--bd1);position:sticky;top:0;background:var(--pan)}
.lb-title{font-family:var(--slab);font-size:9px;color:var(--pnk);text-shadow:var(--glo-p);letter-spacing:2px}
.lb-close{background:none;border:1px solid var(--bd1);color:var(--txtd);font-size:14px;padding:4px 10px;cursor:pointer;font-family:var(--body);transition:color 100ms,border-color 100ms}
.lb-close:hover{color:var(--pnk);border-color:var(--pnk)}
.lb-body{padding:26px 30px}
.lb-body h3{font-family:var(--slab);font-size:9px;color:var(--yel);text-shadow:var(--glo-y);margin-bottom:12px;margin-top:22px;letter-spacing:1px}
.lb-body h3:first-child{margin-top:0}
.lb-body p{font-size:15px;color:var(--txt);line-height:1.8;margin-bottom:14px}
.lb-body p:last-child{margin-bottom:0}
.lb-body strong{color:var(--ora)}
/* ── ACCORDION ── */
.acc-item{border:1px solid var(--bd0);border-left:4px solid var(--cyn);margin-bottom:8px;background:var(--pan)}
.acc-trig{width:100%;background:none;border:none;padding:14px 18px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left}
.acc-text{font-family:var(--slab);font-size:8px;color:var(--txtd);line-height:1.8;letter-spacing:1px}
.acc-trig:hover .acc-text,.acc-trig.open .acc-text{color:var(--cyn);text-shadow:var(--glo-c)}
.acc-arr{font-size:16px;color:var(--txtd);flex-shrink:0;transition:transform 150ms}
.acc-trig.open .acc-arr{transform:rotate(180deg);color:var(--cyn)}
.acc-pan{display:none;padding:0 22px 20px;border-top:1px solid var(--bd0)}
.acc-pan.open{display:block}
.acc-pan p{font-size:15px;color:var(--txt);line-height:1.8;margin-top:14px}
.acc-pan p:first-child{margin-top:14px}
.acc-pan strong{color:var(--ora)}
.acc-pan em{color:var(--txtd)}
/* ── REFERENCE CATALOGUE (Tab 4) ── */
.ref-group{margin-bottom:32px}
.ref-group-title{font-family:var(--slab);font-size:10px;color:var(--ora);text-shadow:var(--glo-o);margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--bd1);letter-spacing:3px}
.ref-item{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--bd0);border-left:3px solid var(--yel);background:var(--pan);padding:12px 16px;margin-bottom:6px}
.ref-num{font-family:var(--slab);font-size:12px;color:var(--yel);text-shadow:var(--glo-y);min-width:26px;flex-shrink:0;padding-top:1px}
.ref-content{flex:1}
.ref-quote{font-size:15px;color:var(--txb);display:block;margin-bottom:3px;font-style:italic}
.ref-src{font-family:var(--slab);font-size:8px;color:var(--ora);display:block;letter-spacing:1px;margin-bottom:3px}
.ref-note{font-size:13px;color:var(--txtd);display:block}
/* ── EDU TABS ── */
.edu-sec{margin-bottom:36px}
.edu-title{font-family:var(--slab);font-size:11px;color:var(--ora);text-shadow:var(--glo-o);margin-bottom:8px;letter-spacing:2px}
.edu-intro{font-size:15px;color:var(--txt);line-height:1.8;margin-bottom:20px}
/* ── STATUS BAR ── */
.sbar{font-family:var(--slab);font-size:8px;color:var(--txtd);display:flex;flex-wrap:wrap;gap:20px;padding:10px 0;border-top:1px solid var(--bd0);margin-top:44px;letter-spacing:2px}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}
.blink{animation:blink 1.2s step-end infinite}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--surf)}
::-webkit-scrollbar-thumb{background:var(--bd1)}
::-webkit-scrollbar-thumb:hover{background:var(--ora)}
@media(max-width:640px){
.hdr{padding:20px 16px}
.hdr-title{font-size:21px}
.tnav button{font-size:7px;padding:12px 10px 8px}
.wrap{padding:24px 14px 60px}
.intro-block,.narr-block{padding:18px 16px}
.decoder-panel,.mn-panel{width:250px}
}
</style>
</head>
<body>
<header class="hdr">
<div class="hdr-eyebrow">CHALLENGE FICTION ✦ SCIENCE FICTION ✦ 3RD PERSON NARRATIVE</div>
<div class="hdr-title">FAULTY WARP CORE</div>
<div class="hdr-sub">BY JL ✦ ANNOTATED EDITION</div>
<div class="hdr-meta">
<span class="hdr-badge">31+ REFS REQUIRED</span>
<span class="hdr-badge">GALLOWS HUMOUR</span>
<span class="hdr-badge">ALIEN SEXCAPADE</span>
<span class="hdr-badge">TRAGIC ROMANCE</span><br>
<strong>Challenge set by McGeek.</strong> Kirk, Crash, and Hot Unconscious Girl: racing a dying shuttle, outrunning an alien cruiser, and cramming more pop culture references into a single escape sequence than most humans encounter in a year.
</div>
</header>
<nav class="tnav">
<button class="act" onclick="switchTab('t-story',this)">THE STORY</button>
<button onclick="switchTab('t-world',this)">THE UNIVERSE</button>
<button onclick="switchTab('t-craft',this)">THE CRAFT</button>
<button onclick="switchTab('t-refs',this)">THE REFS</button>
</nav>
<main class="wrap">
<!-- ══════════════════ TAB 1: THE STORY ══════════════════ -->
<div class="tab act" id="t-story">
<!-- OPENING PARAGRAPH -->
<div class="intro-block">
<div class="slabel" style="color:var(--ora);text-shadow:var(--glo-o)">✦ OPENING — WORLD SURVEY</div>
<div class="prose">
<p>
<span class="mn" id="mn-open"><button class="mn-trig" onclick="togglePanel('mn-open',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE</span><span class="dp">The story's first two sentences burn four references in under forty words — Star Trek, Star Wars, Star Trek again, and the Hitchhiker's Guide — before introducing a single character. This is the story announcing its density upfront: strap in, it's going to be like this the whole way.</span></span></span>
<span class="decoder" id="dec-frontier"><button class="decoder-trigger" onclick="togglePanel('dec-frontier',this)">Space: the final frontier.</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Star Trek (1966)</span><span class="dp">The opening narration spoken by Captain Kirk at the start of every <em>Star Trek: The Original Series</em> episode. "Space: the final frontier. These are the voyages of the starship Enterprise…" Using it as the story's literal first sentence is the opening move in a very confident hand.</span><span class="dec-src">REF #01</span></span></span>
That's what they used to call it. But that was
<span class="decoder" id="dec-galaxyfar"><button class="decoder-trigger" onclick="togglePanel('dec-galaxyfar',this)">a long time ago in a galaxy so far away</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Star Wars (1977)</span><span class="dp">"A long time ago in a galaxy far, far away…" — the opening crawl text of every Star Wars film. Woven into a sentence about Star Trek's opening narration, seconds into the story. JL's method in miniature: references stacked inside references.</span><span class="dec-src">REF #02</span></span></span>,
most humans don't even know where it is. These days, space is where you get stuck if you have a
<span class="decoder" id="dec-warpcore"><button class="decoder-trigger" onclick="togglePanel('dec-warpcore',this)">faulty warp core</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Star Trek — Warp Drive</span><span class="dp">The warp core is the power source of a starship's faster-than-light warp drive in the <em>Star Trek</em> universe. A failing warp core is a recurring source of mortal peril across the franchise. Using it as the title and the story's central practical problem roots the whole thing in Trekkian vocabulary.</span><span class="dec-src">REF #03</span></span></span>.
Humans have successfully occupied one hundred and eighty seven planets across five galaxies. "Occupied" is a bit of a loose term though; at least five of the eight sentient species humans have encountered so far prefer the term "infested". One particularly astute Presst'on ambassador dubbed us "the cockroaches of the Universe" during a speech at a conference that the "cockroaches" weren't invited to (ironically, the conference in question was centred around forming relationships with the fledgling Human Empire of the time — the name of the conference literally translated to
"<span class="decoder" id="dec-dontpanic"><button class="decoder-trigger" onclick="togglePanel('dec-dontpanic',this)">DON'T PANIC!</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">The Hitchhiker's Guide to the Galaxy (1979)</span><span class="dp">The two words printed in large, friendly letters on the cover of the <em>Hitchhiker's Guide to the Galaxy</em> in Douglas Adams's novel. Its appearance here as the name of an alien conference about humanity — a conference humanity wasn't invited to — is both a reference and a thematic joke: the most soothing advice available, delivered at the exact moment it's least reassuring.</span><span class="dec-src">REF #04</span><a class="dec-link" href="https://en.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_the_Galaxy" target="_blank">→ Hitchhiker's Guide on Wikipedia</a></span></span>"
in English). But, all of that isn't important. Okay, it's kind of important, but we'll get to that in a minute. For now, all you need to know is that there is a small escape shuttle (
<span class="decoder" id="dec-yordle"><button class="decoder-trigger" onclick="togglePanel('dec-yordle',this)">Yordle class</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">League of Legends</span><span class="dp">Yordles are a species of small, furry, vaguely humanoid creatures from <em>League of Legends</em> — playful and resilient. Using them as a shuttle class in a space story is exactly the kind of low-key reference that rewards attentive readers without demanding they notice it.</span><span class="dec-src">REF #05</span></span></span>)
racing through the space between
<span class="decoder" id="dec-viltvodle"><button class="decoder-trigger" onclick="togglePanel('dec-viltvodle',this)">Viltvodle 3</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Hitchhiker's Guide to the Galaxy</span><span class="dp">Viltvodle VI is a planet mentioned in the <em>Hitchhiker's Guide</em> universe. The story uses Viltvodle 3 as a nearby waypoint — placing the action in a universe that has quietly absorbed Adams's cosmology.</span><span class="dec-src">REF #06</span></span></span>
and
<span class="decoder" id="dec-briftsrift"><button class="decoder-trigger" onclick="togglePanel('dec-briftsrift',this)">Bringer's Rift</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">League of Legends — Summoner's Rift</span><span class="dp">Summoner's Rift is the primary map in <em>League of Legends</em>. "Bringer's Rift" is a sideways renaming: a Bringer brings something; a Summoner summons. A reference that only registers if you already know the original.</span><span class="dec-src">REF #07</span></span></span>,
hoping to find a waystation (faulty warp core). There are three humans inside: a fat one, a short one, and an unconscious one.<span class="mn" id="mn-three"><button class="mn-trig" onclick="togglePanel('mn-three',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE</span><span class="dp">The three characters are introduced by body type and consciousness level, not name. "The fat one, the short one, and the unconscious one" delays identification in order to establish the story's comic register first: these are pulp archetypes before they're individuals.</span></span></span>
</p>
</div>
</div>
<!-- DIALOGUE 1: engine overheating -->
<div class="dia-block">
<p>"Is it supposed to be green?"<span class="mn" id="mn-challenge-line"><button class="mn-trig" onclick="togglePanel('mn-challenge-line',this)"></button><span class="mn-panel"><span class="mn-label">CHALLENGE REQUIREMENT MET</span><span class="dp">The challenge specified that someone must say "Is it supposed to be green?" It's the story's first line of dialogue — dropped in before we even know who's speaking, given maximum comic effect by its total context-free delivery.</span></span></span></p>
<p>"No idea. Why?"</p>
<p>"Because it's flashing red."</p>
<p>"<span class="decoder" id="dec-turnoff"><button class="decoder-trigger" onclick="togglePanel('dec-turnoff',this)">Have you tried turning it off and on again?</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">The IT Crowd (2006) / Universal Tech Support</span><span class="dp">The signature line of Moss and Roy from the British sitcom <em>The IT Crowd</em>, and the universal cliché of helpdesk support. Applying it to a spaceship engine in the middle of a chase sequence is an escalation of the original joke's absurdity by several orders of magnitude.</span><span class="dec-src">REF #08</span></span></span>"</p>
<p>"Um… I have now."</p>
<p>"And?"</p>
<p>"Still flashing. Still red."</p>
<p>"Check the manual."</p>
<p>"Hang on. Oooooh, okay. It's the engine light. So, I guess it should be green."</p>
<p>"Yeah, but what does it mean if it's flashing?"</p>
<p>"Uuuuh… Oh, here we go. The engine's overheating."</p>
<p>"What!?"</p>
<p>"Oh. That's not good, is it?"</p>
<p>"Well what's the temperature, dammit?"</p>
<p>"It's…
<span class="decoder" id="dec-9000"><button class="decoder-trigger" onclick="togglePanel('dec-9000',this)">Over nine thousand.</button><span class="decoder-panel"><span class="dec-label">REFERENCE / MEME</span><span class="dec-term">Dragon Ball Z (1989)</span><span class="dp">Vegeta's iconic shocked declaration — "It's over nine thousand!" — upon reading Goku's power level, became one of the internet's earliest and most enduring memes. Here it's the ship's actual temperature reading, making it simultaneously a reference, a joke, and — at engine temperature scale — genuinely alarming.</span><span class="dec-src">REF #09</span></span></span>"</p>
<p>"I take it that's a lot."</p>
<p>"I think so. Oh, wait. It says here that if engine temperature reading exceeds twelve thousand, explosion is inevitable."</p>
<p>"Well, that's comforting."</p>
<p>"Perhaps we should slow down?"</p>
</div>
<!-- NARRATION: introductions -->
<div class="narr-block">
<div class="slabel" style="color:var(--yel);text-shadow:var(--glo-y)">✦ NARRATOR INTERRUPTS FOR INTRODUCTIONS</div>
<div class="prose">
<p>They should slow down, but they won't be able to, on account of the fact that there's an
<span class="decoder" id="dec-adc"><button class="decoder-trigger" onclick="togglePanel('dec-adc',this)">ADC Cruiser</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">League of Legends — ADC</span><span class="dp">ADC stands for Attack Damage Carry — the role in <em>League of Legends</em> responsible for sustained ranged damage in the later stages of a match. Using it as a warship class suggests a universe that has absorbed the entire LoL taxonomy into its military nomenclature. The ADC is by definition the one doing the chasing and shooting.</span><span class="dec-src">REF #10</span></span></span>
chasing them and it's about to catch up. But first, introductions are in order; it's always good to know those who are about to die, and salute them.<span class="mn" id="mn-salute"><button class="mn-trig" onclick="togglePanel('mn-salute',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE — GALLOWS HUMOUR</span><span class="dp">The narrator's "it's always good to know those who are about to die, and salute them" is the story's first direct statement of its gallows register. It's also a structural spoiler: the characters are introduced as already dead. The challenge required gallows humour; JL builds it into the narrative voice, not just the events.</span></span></span>
The fat one is
<span class="decoder" id="dec-darius"><button class="decoder-trigger" onclick="togglePanel('dec-darius',this)">Darius van de Koot, but everyone he knows calls him "Crash"</button><span class="decoder-panel"><span class="dec-label">DOUBLE REFERENCE</span><span class="dec-term">League of Legends (Darius) + Crash Bandicoot</span><span class="dp">Darius is a powerful, aggressive champion in <em>League of Legends</em> — a hulking axe-wielding fighter. "Crash" is Crash Bandicoot, the PlayStation-era platformer protagonist. One reference hidden in his given name; a second announced as his nickname. Two for one.</span><span class="dec-src">REF #11 + #12</span></span></span>,
so, thankfully, he isn't the pilot right now. The short one is
<span class="decoder" id="dec-kirk"><button class="decoder-trigger" onclick="togglePanel('dec-kirk',this)">Kirk Ji'doon</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Star Trek — Captain James T. Kirk</span><span class="dp">Kirk is the given name of Captain James T. Kirk, commanding officer of the <em>USS Enterprise</em>. The irony that this Kirk is short and not the pilot is deliberate — everything about the character undercuts the heroic name right up until it doesn't. His surname is later revealed to be an alias; his real name is a different reference entirely.</span><span class="dec-src">REF #13</span></span></span>,
also known as
<span class="decoder" id="dec-snake"><button class="decoder-trigger" onclick="togglePanel('dec-snake',this)">"Solid Snake"</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Metal Gear Solid (1998)</span><span class="dp">Solid Snake is the legendary operative protagonist of Hideo Kojima's <em>Metal Gear Solid</em> series — a stoic, near-mythic special forces soldier. The joke is in the contrast: the real Solid Snake is ruthlessly effective; this Kirk/Snake is about to get punched in the face by a woman who was unconscious a moment ago.</span><span class="dec-src">REF #14</span></span></span>
for reasons that will become relevant later. As for the unconscious one, nobody knows who the hell she is, but she's hot, so the other two thought it would be a waste to leave her in the station when it exploded. So, back to the present predicament at the precise moment two
<span class="decoder" id="dec-phasers"><button class="decoder-trigger" onclick="togglePanel('dec-phasers',this)">phaser blasts</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Star Trek — Phasers</span><span class="dp">Phasers are the standard directed-energy weapons of the <em>Star Trek</em> universe, capable of settings from stun to disintegrate. A Klingon-equivalent ship (the ADC) firing Star Trek weapons at a Yordle-class shuttle named after a LoL creature: the story doesn't pick a single source universe and inhabit it. It remixes them all at once.</span><span class="dec-src">REF #15</span></span></span>
fly over the Yordle's bow.</p>
</div>
</div>
<!-- DIALOGUE 2: Bing scanners -->
<div class="dia-block">
<p>"Holy Mother of
<span class="decoder" id="dec-hubbard"><button class="decoder-trigger" onclick="togglePanel('dec-hubbard',this)">Hubbard</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">L. Ron Hubbard / Scientology</span><span class="dp">L. Ron Hubbard was the science fiction writer who founded Scientology. Using his name as a deity invocation in a sci-fi story is a specific joke: Scientology has a famously science-fictional cosmology involving alien civilisations. Kirk is later identified as a "Scientificist" — the punchline lands harder in retrospect.</span><span class="dec-src">REF #16</span></span></span>,
that was close! I thought we'd lost 'em. You said we'd lost 'em!"</p>
<p>"Well I couldn't see them on the scanners."</p>
<p>"Can you see them now?!"</p>
<p>"Um…. No."</p>
<p>"Why the hell not?! They're clearly on our tail."</p>
<p>"Well, there's an error message, I think."</p>
<p>"You think?"</p>
<p>"Well it just says '
<span class="decoder" id="dec-bing"><button class="decoder-trigger" onclick="togglePanel('dec-bing',this)">Bing</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Microsoft Bing</span><span class="dp">Microsoft's search engine, historically mocked for returning irrelevant or worse results than Google. The joke writes itself: military-grade scanners that run on Bing can't find an enemy cruiser on their tail. The punchline two lines later confirms it: "Bing scanners can't find a damn thing!" — a universal grievance elevated to life-threatening consequence.</span><span class="dec-src">REF #17</span></span></span>'."</p>
<p>"That's the logo, you idiot. We've got Bing scanners. Great."</p>
<p>"You're being sarcastic, aren't you?"</p>
<p>"Yes, I'm being sarcastic! Bing scanners can't find a damn thing!"</p>
<p>"Like those asteroids?"</p>
<p>"What asteroids? OH SH —"</p>
</div>
<!-- NARRATION: manoeuvre -->
<div class="narr-block">
<div class="prose">
<p>It should be noted that Yordles are meant to be manoeuvrable, a fact that has just saved Kirk, Crash and Hot Unconscious Girl from becoming little bits of squishy space stuff. The ADC is pretty light on her feet too, so basically, the status quo remains unchanged. What has changed, is the Yordle's flight path — from the straight and narrow to the
<span class="decoder" id="dec-wibbly"><button class="decoder-trigger" onclick="togglePanel('dec-wibbly',this)">wibbly wobbly</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Doctor Who — "Blink" (2007)</span><span class="dp">"People assume that time is a strict progression of cause to effect, but actually — from a non-linear, non-subjective viewpoint — it's more like a big ball of wibbly-wobbly… timey-wimey… stuff." The Tenth Doctor's explanation of time travel in the episode "Blink." Here it describes a shuttle's erratic flight path — and it describes it perfectly.</span><span class="dec-src">REF #18</span><a class="dec-link" href="https://en.wikipedia.org/wiki/Blink_(Doctor_Who)" target="_blank">→ "Blink" on Wikipedia</a></span></span>.</p>
</div>
</div>
<!-- DIALOGUE 3: missile lock + Flash -->
<div class="dia-block">
<p>"What's that sound?"</p>
<p>"What sound?"</p>
<p>"That beeping."</p>
<p>"No idea."</p>
<p>"Check please!"</p>
<p>"Alright, alright… Aha, found it."</p>
<p>"And?"</p>
<p>"It's a missile lock."</p>
<p>"Well, do something about it!"</p>
<p>"Like what?"</p>
<p>"I don't know! Drop a flare or a
<span class="decoder" id="dec-mushroom"><button class="decoder-trigger" onclick="togglePanel('dec-mushroom',this)">mushroom beacon</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Super Mario Bros.</span><span class="dp">Mushrooms are the iconic power-up items of the Super Mario universe. Using a "mushroom beacon" as a plausible-sounding countermeasure is the kind of reference that works because it doesn't announce itself — it expects you to clock it or miss it.</span><span class="dec-src">REF #19</span></span></span>! Countermeasures, Crash!"</p>
<p>"We don't have any."</p>
<p>"It's an escape shuttle, there got to be something."</p>
<p>"Well there's a button here that says '
<span class="decoder" id="dec-flash"><button class="decoder-trigger" onclick="togglePanel('dec-flash',this)">Flash</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">League of Legends — Flash (Summoner Spell)</span><span class="dp">Flash is a summoner spell in <em>League of Legends</em> — a short-range teleport blink used to escape danger or close in on enemies. In-universe it's an emergency short-range warp jump + EMP. The story has taken a game mechanic and made it a piece of spacecraft engineering. The Yordle is literally built for the LoL summoner spell meta.</span><span class="dec-src">REF #20</span></span></span>'."</p>
<p>"PRESS IT!"</p>
</div>
<!-- NARRATION: Flash works -->
<div class="narr-block">
<div class="prose">
<p>The button is pressed. It turns out that a Flash is a short range warp jump coupled with an electromagnetic pulse, designed for those moments when a system malfunction prevents the escape shuttle from being jettisoned into space. In this case, the Flash sends the Yordle to the other side of a big space rock while simultaneously shorting out the ADC's scanners (made on
<span class="decoder" id="dec-google"><button class="decoder-trigger" onclick="togglePanel('dec-google',this)">planet Google</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Google</span><span class="dp">The enemy cruiser's scanners are manufactured on planet Google — the same universe that has Bing scanners on the friendly shuttle. Both dominant Earth search engines have become planetary civilisations. The ADC's Google scanners being shorted out by an EMP is an extra joke: Google products also occasionally have outages.</span><span class="dec-src">REF #21</span></span></span>). It flies right past them without noticing. Kirk finally calms down and shuts off the engines in order to let them cool down.</p>
</div>
</div>
<!-- DIALOGUE 4: post-Flash debrief -->
<div class="dia-block">
<p>"Kirk."</p>
<p>"Yeah?"</p>
<p>"We just
<span class="decoder" id="dec-troll"><button class="decoder-trigger" onclick="togglePanel('dec-troll',this)">trolled an ADC</button><span class="decoder-panel"><span class="dec-label">DOUBLE REFERENCE</span><span class="dec-term">League of Legends + Internet Culture</span><span class="dp">In <em>League of Legends</em>, "trolling" an ADC means playing deliberately unhelpfully against them — baiting, misleading, wasting their abilities. In internet culture it means the same. "We just trolled an ADC" is both a gaming-strategy observation and an accurate description of what actually happened: they baited the enemy, wasted their scanners, and hid behind a rock.</span><span class="dec-src">REF #22</span></span></span>."</p>
<p>"I suppose we did. What I don't understand though, is why they came after us. I thought they just wanted to blow up the station."</p>
<p>"Why blow up the station?"</p>
<p>"Because… Terrorists?"</p>
<p>"Well that makes about as much sense as trying to
<span class="decoder" id="dec-lightsaber"><button class="decoder-trigger" onclick="togglePanel('dec-lightsaber',this)">make a sword out of light</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Star Wars — Lightsaber</span><span class="dp">A lightsaber: the plasma-bladed weapon of Jedi and Sith in the <em>Star Wars</em> universe. Described here as a self-evidently absurd idea — which is then immediately defended by the person who apparently tried to build one, which reframes the story's setting again. This is a universe where someone actually tried to make a lightsaber and nearly succeeded.</span><span class="dec-src">REF #23</span></span></span>."</p>
<p>"Hey, that's not fair. I was this close to sorting out the containment matrix."</p>
<p>"Oh sorry, it was a
<span class="decoder" id="dec-matrix"><button class="decoder-trigger" onclick="togglePanel('dec-matrix',this)">glitch in the matrix</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">The Matrix (1999)</span><span class="dp">A "glitch in the Matrix" in the Wachowskis' film indicates a change in the programmed reality — the moment when the simulation hiccups. Here it refers to a technical malfunction that turned a would-be lightsaber into a flashlight. The joke pivots on "matrix" meaning both the sci-fi simulation and, legitimately, a containment structure in physics/engineering.</span><span class="dec-src">REF #24</span></span></span> that made it a flashlight."</p>
<p>"Shut up. Why couldn't they just be terrorists?"</p>
<p>"Well an orbital outpost that even the auditors forget about isn't exactly a high priority target, is it?"</p>
<p>"Fair enough. Maybe we should ask the girl what she thinks?"</p>
<p>"Yeah alright."</p>
</div>
<!-- NARRATION: going to check on Clara -->
<div class="narr-block">
<div class="prose">
<p>It's a little cramped inside the Yordle, so getting from the front seat to the hold near the back involves a lot of grunting and heavy breathing of the non-steamy variety, but the two men manage. They stare at Hot Unconscious Girl for a bit, as human men are wont to do.<span class="mn" id="mn-hug"><button class="mn-trig" onclick="togglePanel('mn-hug',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE</span><span class="dp">"Hot Unconscious Girl" functions as her running title throughout the story — a deliberate pulp fiction trope label the narrator uses with full awareness. When she punches Kirk into a wall, the label becomes ironic. By the end the three-word reduction is the only name she's known by. She never wakes up long enough to be anything else.</span></span></span></p>
</div>
</div>
<!-- DIALOGUE 5 + ACTION: the punch -->
<div class="dia-block">
<p>"Is she even alive?"</p>
<p>"Um… I'm not sure."</p>
<p>"Kirk… What are you doing?"</p>
<p>"Checking for a pulse."</p>
</div>
<div class="action-block">
<div class="slabel" style="color:var(--pnk);text-shadow:var(--glo-p)">✦ ACTION</div>
<div class="prose">
<p>WHAM! Kirk is woken up before he
<span class="decoder" id="dec-gogos"><button class="decoder-trigger" onclick="togglePanel('dec-gogos',this)">go-goes</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">The Go-Go's (1978) / "Before He Cheats"</span><span class="dp">A compressed phrase — "before he go-goes" — blending the American band The Go-Go's with the concept of carrying out an action. It's a pun and a rhythm joke at the same time, compressed into the narration mid-action scene without slowing down.</span><span class="dec-src">REF #25 (disputed — possibly just wordplay)</span></span></span>
by a well-placed punch in the jaw courtesy of Hot Not-Unconscious Girl, sending him flying backwards about three feet into the opposite wall. It would be further but, like I said, it's cramped in there. Crash is laughing his head off.</p>
</div>
</div>
<!-- DIALOGUE 6: Solid Snake speech + iComm -->
<div class="dia-block">
<p>"You should have bought her dinner first."</p>
<p>"Well, I didn't think she'd notice. Will you stop laughing?!"</p>
<p>"Come on.
<span class="decoder" id="dec-snake2"><button class="decoder-trigger" onclick="togglePanel('dec-snake2',this)">Solid Snake, conquering Casanova of seven of the eight sentient species in the known universe, who has planted his flag on more worlds than most people have visited</button><span class="decoder-panel"><span class="dec-label">CRAFT NOTE ON THE REFERENCE</span><span class="dec-term">Metal Gear Solid — Extended</span><span class="dp">Crash gives Kirk his full Solid Snake resume, including the detail that Kirk has been intimate with seven of the eight sentient species. This simultaneously fulfils the challenge's "alien sexcapade" requirement in backstory form, characterises Kirk as an interstellar lothario, and deepens the Solid Snake parody — the legendary operative reduced to a cosmic seduction record.</span></span></span>,
gets punched in the face by a woman who wasn't even conscious. That's hilarious."</p>
<p>"Shut up. Ask her who she is."</p>
<p>"I can't."</p>
<p>"Why not?"</p>
<p>"She's passed out. Again."</p>
<p>"You're kidding."</p>
<p>"Nope. I think she's started snoring."</p>
<p>"Well wake her up!"</p>
<p>"After what she did to you? Not a chance. But you're welcome to try."</p>
<p>"To hell with that. Hang on. You've still got the security app on your communicator, yeah?"</p>
<p>"Yes. Why?"</p>
<p>"Well, check to see if she's in the database."</p>
<p>"Good idea. Give me a sec."</p>
<p>"Well?"</p>
<p>"It's installing the latest update. It's only two terabytes, won't take a minute."</p>
<p>"Is that the
<span class="decoder" id="dec-icomm"><button class="decoder-trigger" onclick="togglePanel('dec-icomm',this)">iComm 5X?</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">iPhone (Apple)</span><span class="dp">The iComm 5X is a future-universe iPhone — same naming convention (lowercase "i" prefix, model number suffix). "The Fruit" is Crash's name for Apple, a well-established tech nickname. "Chipster" is this universe's equivalent of a tech brand loyalist. The dialogue is a complete parody of a real-world phone tribalism argument, verbatim.</span><span class="dec-src">REF #26</span></span></span>"</p>
<p>"Yeah."</p>
<p>"I didn't know you were a fan of the Fruit."</p>
<p>"Yeah, well they just work."</p>
<p>"Only on one hellishly overpriced architecture. Waste of money if you ask me. You're not a total chipster, are you?"</p>
<p>"No. I hate chipsters."</p>
<p>"Chipster. Do you have
<span class="decoder" id="dec-instastream"><button class="decoder-trigger" onclick="togglePanel('dec-instastream',this)">instastream</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Instagram</span><span class="dp">Instagram — compressed into a future-universe portmanteau. The social media platform's name is flattened into something that sounds like a legitimate piece of FTL communication infrastructure.</span><span class="dec-src">REF #27</span></span></span>
on that thing?"</p>
<p>"Shut up. Update's done. Aha. Her name is
<span class="decoder" id="dec-clara"><button class="decoder-trigger" onclick="togglePanel('dec-clara',this)">Clara Oswyn Croft.</button><span class="decoder-panel"><span class="dec-label">DOUBLE REFERENCE</span><span class="dec-term">Doctor Who (Clara Oswald) + Tomb Raider (Lara Croft)</span><span class="dp">Her full name is a mashup: Clara Oswald is the companion to the Eleventh and Twelfth Doctors in <em>Doctor Who</em> (20122015); Lara Croft is the archaeologist-adventurer protagonist of the <em>Tomb Raider</em> franchise. The middle name "Oswyn" bridges them. Given that she's unconscious for almost the entire story and the most competent person in it, both source characters are apt.</span><span class="dec-src">REF #28 + #29</span></span></span>
Works in Maintenance."</p>
<p>"Really?"</p>
<p>"What? Girls can do maintenance."</p>
<p>"No, not that. I heard about a Clara from maintenance. Nobody said she was gorgeous."</p>
<p>"I don't think anyone ever got a good look at her, what with the helmets that they wear down there."</p>
<p>"You don't think she's related to
<span class="decoder" id="dec-mooncroft"><button class="decoder-trigger" onclick="togglePanel('dec-mooncroft',this)">Laura Croft? You know, from Moon Raiders?</button><span class="decoder-panel"><span class="dec-label">DOUBLE REFERENCE</span><span class="dec-term">Tomb Raider (Lara Croft) + Space Invaders</span><span class="dp">"Laura Croft" is Lara Croft with the name slightly wrong — exactly as a character in a far-future universe might misremember a 21st-century franchise. "Moon Raiders" fuses Tomb Raider with Space Invaders: a future video game that collapsed two classics into one title. The follow-up — "she's the one with the big… house" — is a joke about Lara Croft's historically exaggerated character model, delivered with maximum comic restraint.</span><span class="dec-src">REF #30 + #31</span></span></span>
She's the one with the big… house."</p>
<p>"Oh yeah. Well if she is, then she'd be a high priority target."</p>
<p>"Why?"</p>
<p>"Ransom."</p>
<p>"But then why blow the whole station up?"</p>
<p>"Good point."</p>
</div>
<!-- NARRATION: robot knock -->
<div class="narr-block">
<div class="prose">
<p>At this point in the story, there is a large, clanking metal thud from the outside. And then two more. The first one startles the two men, but the next two only inspire curiosity since neither of them have ever watched a horror stream (horror as a genre is illegal on most planets, due to the Empire's Interstellar Relations Department ruling that most, if not all,
<button class="lbt" onclick="openLightbox('lb-horror')">horror stories are "speciesist"</button>).<span class="mn" id="mn-horror"><button class="mn-trig" onclick="togglePanel('mn-horror',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE — WORLD-BUILDING IN PARENTHESES</span><span class="dp">The most efficient piece of world-building in the story: an entire censorship regime is explained in one parenthetical note, and the parenthetical note simultaneously explains why the characters walk straight into a horror movie setup without recognising it. Not knowing genre conventions is a plot mechanism — delivered in a bracket.</span></span></span></p>
</div>
</div>
<!-- DIALOGUE 7: Klingon + HAL + R3 Dent -->
<div class="dia-block">
<p>"Did someone just knock on the door?"</p>
<p>"I'm not sure."</p>
<p>Knock. Knock.</p>
<p>"Who's there?"</p>
<p>"I don't think it can hear you in the vacuum of space, Crash. Check the scanners."</p>
<p>"Okay… [grunting, heavy breathing]… Hey Kirk! It looks like we have a
<span class="decoder" id="dec-clingon"><button class="decoder-trigger" onclick="togglePanel('dec-clingon',this)">cling on</button><span class="decoder-panel"><span class="dec-label">REFERENCE + PUN</span><span class="dec-term">Star Trek — Klingon</span><span class="dp">The Klingons are the warrior alien species of <em>Star Trek</em> — and they're the enemy force whose word "cling on" describes literally. Kirk's repeated "Say that again" / "A what?" forces Crash to say "cling on" three times in a row before the pun is acknowledged and quietly dropped. The setup is one of the story's tightest comic constructions.</span><span class="dec-src">REF #32</span></span></span>."</p>
<p>"Say that again."</p>
<p>"Kirk. We have a cling on."</p>
<p>"A what?"</p>
<p>"Well it looks like one of the bots from the station. I think it latched on when we flew out?"</p>
<p>"Yeah, well… Bots are stupid. But… They've got system casings that would survive a supernova. Can you access its comsys?"</p>
<p>"I should be able to."</p>
<p>Knock. Knock.</p>
<p>"Got it. Oh dear."</p>
<p>"What?"</p>
<p>"It just says '
<span class="decoder" id="dec-daisy"><button class="decoder-trigger" onclick="togglePanel('dec-daisy',this)">daisy</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">2001: A Space Odyssey (1968) — HAL 9000</span><span class="dp">In <em>2001: A Space Odyssey</em>, when HAL 9000 is being shut down, he regresses through his programming and sings "Daisy Bell (Bicycle Built for Two)" — "Daisy, Daisy, give me your answer do..." It's the last thing he says. R3 Dent broadcasting "daisy" on first contact is his equivalent of a startup signature: this machine knows its heritage.</span><span class="dec-src">REF #33</span><a class="dec-link" href="https://en.wikipedia.org/wiki/HAL_9000" target="_blank">→ HAL 9000 on Wikipedia</a></span></span>'."</p>
<p>"Try asking it to let go."</p>
<p>"Okay. Who's Dave?"</p>
<p>"Dave?"</p>
<p>"Yeah. It responded with '<span class="decoder" id="dec-dave"><button class="decoder-trigger" onclick="togglePanel('dec-dave',this)">I'm sorry but I can't do that Dave</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">2001: A Space Odyssey — HAL 9000</span><span class="dp">"I'm sorry, Dave. I'm afraid I can't do that." — HAL 9000's refusal to open the pod bay doors for astronaut Dave Bowman in <em>2001: A Space Odyssey</em>. One of the most quoted lines in science fiction. Here it's used as a "let go" refusal — technically appropriate, since letting go of the ship would be self-terminating, which HAL had strong feelings about.</span><span class="dec-src">REF #34</span></span></span>.' Who's Dave?"</p>
<p>"Oh… Fancy that. It's
<span class="decoder" id="dec-dent"><button class="decoder-trigger" onclick="togglePanel('dec-dent',this)">Dent</button><span class="decoder-panel"><span class="dec-label">DOUBLE REFERENCE</span><span class="dec-term">R2-D2 (Star Wars) + Arthur Dent (Hitchhiker's Guide)</span><span class="dp">R3 DT: clearly R2-D2 with a different model number. But the character's name is "R3 Dent" — meaning its full model designation is a fusion of R2-D2 (Star Wars) and Arthur Dent (the bewildered, bathrobed hero of the <em>Hitchhiker's Guide</em>). A robot that is simultaneously an astromech and a hopelessly ordinary English person.</span><span class="dec-src">REF #35 + #36</span></span></span>."</p>
<p>"Huh?"</p>
<p>"You remember, that weird guy Davis Jenkins, from up in R and D?"</p>
<p>"Yeah."</p>
<p>"Well he stole one of the maintenance bots and tinkered with it constantly. It was an R3 DT model. He ended up calling it R3 Dent. Apparently it can do all sorts of things."</p>
<p>"Like what?"</p>
<p>"<span class="decoder" id="dec-raphael"><button class="decoder-trigger" onclick="togglePanel('dec-raphael',this)">Raphael-knows</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Teenage Mutant Ninja Turtles — Raphael</span><span class="dp">Raphael is the red-masked, most aggressively sarcastic of the four Ninja Turtles. Using "Raphael-knows" as a substitute for "God-knows" elevates him to deity status in this universe. It's a deeply casual reference — thrown in as an idiom, not announced. The reader either gets it or accepts it as alien slang.</span><span class="dec-src">REF #37</span></span></span>. But it's still a maintenance bot. Get it to run diagnostics on the shuttle."</p>
<p>"It says it can't."</p>
<p>"Why not?"</p>
<p>"Uuuum… 'I'm stuck.'"</p>
<p>"Stuck where?"</p>
<p>"It's saying… 'twixt space rock and hard place.' I guess the hard place is us."</p>
<p>"Just jimmy the thrusters quick. Should shake it loose. What's so funny?"</p>
<p>"Nothing. It's just. Shake the cling on loose… Get it?"</p>
<p>"You're disgusting. Just do it."</p>
<p>"It says thanks."</p>
<p>"A polite robot. That's new. Tell it to run diagnostics."</p>
<p>"It already did. The warp core is out of alignment and the housing is shot. Main fuel cells are leaking too. So that's why we were overheating."</p>
<p>"Can Dent fix it?"</p>
<p>"He says he can do a patch job, but we'll still have to get to a waystation before we can do any kind of long range jumping."</p>
<p>"He's bloody articulate for a robot, isn't he?"</p>
<p>"I know, right? You should try talking to him."</p>
<p>"No, you can do it. How long will this take."</p>
<p>"Um…
<span class="decoder" id="dec-progress"><button class="decoder-trigger" onclick="togglePanel('dec-progress',this)">30 seconds. No, 56 seconds. Wait. Two hours and fifty three minutes. No, five minutes.</button><span class="decoder-panel"><span class="dec-label">REFERENCE / UNIVERSAL EXPERIENCE</span><span class="dec-term">Windows Progress Bar</span><span class="dp">The notoriously unreliable Windows time-remaining estimates, which have been known to jump from "5 minutes" to "4 hours" and back before settling on something plausible. In 2881, R3 Dent is reading off a progress bar. Some things never change.</span><span class="dec-src">REF #38</span></span></span>"</p>
<p>"Are you reading off the progress bar?"</p>
<p>"Yes."</p>
<p>"Typical…"</p>
<p>"Done!"</p>
<p>"Already?"</p>
<p>"Yep. Dent's sent me coordinates to the nearest waystation. It's not far. He's asking for a lift."</p>
<p>"Just tell him to cling on again, we can't… What now?"</p>
<p>"He just said… '
<span class="decoder" id="dec-meatbags"><button class="decoder-trigger" onclick="togglePanel('dec-meatbags',this)">Silly meatbags require oxygen otherwise extermination is inevitable. Will attach to outer hull for dear non-life.</button><span class="decoder-panel"><span class="dec-label">DOUBLE REFERENCE</span><span class="dec-term">Star Wars: KotOR (HK-47) + Doctor Who (Daleks)</span><span class="dp">"Meatbag" is the signature contemptuous term for organic beings used by HK-47, the assassin droid in <em>Star Wars: Knights of the Old Republic</em>. "Extermination is inevitable" is Dalek vocabulary. R3 Dent is a robot with multiple AI personality layers: HAL's stubbornness, R2's competence, Arthur Dent's pleasantness, HK-47's contempt, and a Dalek's worldview. "Non-life" as his term for his own existence is its own small poem.</span><span class="dec-src">REF #39 + #40</span></span></span>' Non-life. That's brilliant."</p>
</div>
<!-- NARRATION: trip to waystation -->
<div class="narr-block">
<div class="prose">
<p>The trip to the waystation is, sadly, uneventful with the conversation revolving around the three staples: sex (specifically Kirk's taste for every non-human he can find), intergalactic politics (specifically the question of whether or not UWA chose to invade Lux Aeterna for its
<span class="decoder" id="dec-prozium"><button class="decoder-trigger" onclick="togglePanel('dec-prozium',this)">prozium supply</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Equilibrium (2002)</span><span class="dp">In Kurt Wimmer's film <em>Equilibrium</em>, Prozium is the mandatory emotion-suppressing drug administered to the entire population of a dystopian state. Using a planet's prozium supply as a geopolitical invasion motive places the story in a universe where that dystopia has been scaled to an interstellar context.</span><span class="dec-src">REF #41</span></span></span>
or because the Luxans are supposedly building 'ulties', aka
<span class="decoder" id="dec-wuds"><button class="decoder-trigger" onclick="togglePanel('dec-wuds',this)">WUDs or Weapons of Ultimate Destruction</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">WMDs — Weapons of Mass Destruction / Iraq War (2003)</span><span class="dp">WMDs — Weapons of Mass Destruction — the justification given for the 2003 invasion of Iraq that was later found to be based on faulty or fabricated intelligence. "Weapons of Ultimate Destruction" escalates the acronym from Mass to Ultimate; the political subtext remains identical.</span><span class="dec-src">REF #42</span></span></span>), and naturally, religion (Kirk is a
<span class="decoder" id="dec-scient"><button class="decoder-trigger" onclick="togglePanel('dec-scient',this)">Scientificist</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Scientology</span><span class="dp">Scientology — the religion founded by L. Ron Hubbard (see REF #16). "Scientificist" collapses "Scientist" and "Scientologist" into a single future religion. Given that Kirk swore "by Hubbard" earlier, his faith has been telegraphed. Crash being a "Polymorphologist" — a worshipper of changing forms — is possibly a nod to Red Dwarf's shapeshifting Polymorph, or simply a made-up religion that sounds appropriately absurd.</span><span class="dec-src">REF #43</span></span></span>,
Crash is a Polymorphologist, so naturally they disagree about which Greek letter means what). After about an hour (imperial), they see the familiar flashing lights of a waystation up ahead.</p>
</div>
</div>
<!-- DIALOGUE 8: Kirk's dry spell / Cthulu -->
<div class="dia-block">
<p>"You know, I think you should stop calling yourself Solid Snake."</p>
<p>"What? Because I'm on a dry spell, I should just give up my claim to fame?"</p>
<p>"Well no. But I think it would have helped your case."</p>
<p>"What are you on about?"</p>
<p>"Well — Don't forget to turn on the docking sensors — You're on a dry spell because of… what's her name again?"</p>
<p>"
<span class="decoder" id="dec-cthulu"><button class="decoder-trigger" onclick="togglePanel('dec-cthulu',this)">Cthululumaxikikitssseeerapoulous.</button><span class="decoder-panel"><span class="dec-label">REFERENCE — EXTENDED</span><span class="dec-term">Cthulhu — H.P. Lovecraft</span><span class="dp">Cthulhu is H.P. Lovecraft's colossal cosmic horror entity — an ancient, incomprehensible being of unimaginable power whose name is itself unpronounceable. "Cthululumaxikikitssseeerapoulous" takes that unpronounceable name and makes it much, much longer — an alien name that has absorbed Lovecraftian energy and kept going for another three syllables. Kirk was in a relationship with this person. He then had to change his name and flee to the furthest reaches of space.</span><span class="dec-src">REF #44</span></span></span>
Just call her Cthulu."</p>
<p>"Lulu! That's the one. I think she left you because of your reputation. You haven't got any since."</p>
<p>"No, it wasn't that."</p>
<p>"What was it then?"</p>
<p>"Um… Her brother. We didn't, uh, get on very well. Hang on. I need to concentrate for this."</p>
<p>"Kirk."</p>
<p>"Shhh!"</p>
<p>"KIRK!"</p>
<p>"WHAT!?"</p>
<p>"Is that an ADC?"</p>
</div>
<!-- NARRATION: ADC at waystation -->
<div class="narr-block">
<div class="prose">
<p>Yes, it is an ADC Cruiser. The very same one that was trying to turn the Yordle into dust earlier. Obviously, the ADC's pilots were not stupid enough to ignore the nearest waystation, while Kirk and Crash were stupid enough to forget that if you're an idiot, you shouldn't be in control of an ADC. In Kirk's defence though, he did get punched in the face by Clara Croft. Crash has no excuse. He's supposed to be the smart one, according to current
<span class="decoder" id="dec-holibush"><button class="decoder-trigger" onclick="togglePanel('dec-holibush',this)">Planet Holibush movie-stream stereotypes</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Hollywood</span><span class="dp">"Holibush" = Hollywood. The planet where the galaxy's dominant entertainment industry is based still follows the same casting conventions as early 21st-century Earth cinema — the heavy one is supposed to be the clever sidekick. The joke is that this convention persists across 800 years of human expansion.</span><span class="dec-src">REF #45</span></span></span>. In Dent's defence, he's a robot and bots are stupid. And Clara Croft is still unconscious, so you can't expect her to know what the hell is going on anyway.</p>
</div>
</div>
<!-- DIALOGUE 9: the reveal + James Pond -->
<div class="dia-block">
<p>"Maybe they won't notice us."</p>
<p>"Maybe."</p>
<p>"Oh look, a message."</p>
<p>"Yes?"</p>
<p>"It says '<span class="decoder" id="dec-allbase"><button class="decoder-trigger" onclick="togglePanel('dec-allbase',this)">All your ship are belong to us</button><span class="decoder-panel"><span class="dec-label">REFERENCE / MEME</span><span class="dec-term">Zero Wing (1989) — "All Your Base Are Belong to Us"</span><span class="dp">"All your base are belong to us" is one of the internet's earliest viral memes — the notoriously mistranslated English text from the European release of the arcade game <em>Zero Wing</em> (1989). It became the definitive example of "engrish" (clumsy machine translation). Here the same error appears in a space battle message, blamed on "Googlian translators" — a future Google Translate that has learned nothing in eight centuries.</span><span class="dec-src">REF #46</span></span></span>.'"</p>
<p>"I guess they noticed us."</p>
<p>"What's up with their Human?"</p>
<p>"Googlian translators I suppose. Who is it from?"</p>
<p>"The ADC?"</p>
<p>"I know that! Who is in the ADC?"</p>
<p>"How am I supposed to know?"</p>
<p>"Ask them!"</p>
<p>"Alright, alright… I can't pronounce that."</p>
<p>"Let me see. Oh… Well that makes sense. Nice knowing you, Crash. And uh, sorry."</p>
<p>"For what? What do you mean? What's going on?"</p>
<p>"Um… It's complicated."</p>
<p>"How!? This isn't some relationship on
<span class="decoder" id="dec-myface"><button class="decoder-trigger" onclick="togglePanel('dec-myface',this)">MyFace</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">MySpace + Facebook</span><span class="dp">A portmanteau of MySpace and Facebook — the two dominant social networks of the early-to-mid 21st century. One name combining two rivals into one future platform that has presumably outlasted both. Crash invoking "It's complicated" — the Facebook relationship status — makes the joke complete.</span><span class="dec-src">REF #47</span></span></span>! Who are they?"</p>
<p>"Um, well… That ADC belongs to
<span class="decoder" id="dec-raxi"><button class="decoder-trigger" onclick="togglePanel('dec-raxi',this)">Raxicoricofallibatorianomous</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Doctor Who — Raxacoricofallapatorius</span><span class="dp">Raxacoricofallapatorius is the home planet of the Slitheen family — recurring villains in the Russell T Davies era of <em>Doctor Who</em>, notable for their elaborate disguise technology and their comically long planet name. JL has extended it by several syllables for the alien name, honouring the original's commitment to maximum verbal inconvenience.</span><span class="dec-src">REF #48</span><a class="dec-link" href="https://en.wikipedia.org/wiki/Raxacoricofallapatorius" target="_blank">→ Raxacoricofallapatorius on Wikipedia</a></span></span>."</p>
<p>"Who?"</p>
<p>"Cthulu's brother."</p>
<p>"You're joking."</p>
<p>"I wish I was. There's another message."</p>
<p>"It's just from Dent. He says, '<span class="decoder" id="dec-illbeback"><button class="decoder-trigger" onclick="togglePanel('dec-illbeback',this)">I'll be back in a German accent</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">The Terminator (1984)</span><span class="dp">"I'll be back" — The Terminator's most quoted line, delivered by Arnold Schwarzenegger, who is Austrian and speaks with a pronounced German-adjacent accent. Dent's message says "in a German accent" to clarify which "I'll be back" is meant, in a universe that presumably has many. It's also a misdirection: Crash asks "how long is a German accent?" as if it's a unit of time.</span><span class="dec-src">REF #49</span></span></span>.'"</p>
<p>"How long is a German accent?"</p>
<p>"Don't change the subject, Kirk! What did you do?"</p>
<p>"Well,
<span class="decoder" id="dec-prydonian"><button class="decoder-trigger" onclick="togglePanel('dec-prydonian',this)">Cthulu is a Prydonian.</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Doctor Who — Prydonian Chapter</span><span class="dp">The Prydonian Chapter is the most politically powerful of the Time Lord chapters on Gallifrey in <em>Doctor Who</em> — the Doctor's own chapter, in fact. Here it's a species with ceremonial reproduction rules, a royal family, and a violent brother. Kirk managed to fall in love with and marry the crown princess of a species that hates humans, then had to flee across space. The Doctor would understand.</span><span class="dec-src">REF #50</span></span></span>"</p>
<p>"Yeah, number seven of eight, I know, I know."</p>
<p>"Yes, but Prydonians don't… do the deed… like we do."</p>
<p>"Come again?"</p>
<p>"Several times a second actually, it's ridiculous. But no, I mean, they don't do it for fun. It's strictly a sort of ceremonial thing to tie two families together. Like, they have a list of rules as long as the Cruiser about it."</p>
<p>"But you still managed?"</p>
<p>"Well, yes. But I had to genuinely fall in love with her, and get her to do the same."</p>
<p>"This is not how you told it the first time."</p>
<p>"Well, what happens in Prydonia, stays in Prydonia."</p>
<p>"Okay, so what's the big deal?"</p>
<p>"She's the Prydonian crown princess."</p>
<p>"You dog, you."</p>
<p>"No… It's not good. The Prydonians hate humans, remember…"</p>
<p>"Still, you boinked an alien princess."</p>
<p>"
<button class="lbt" onclick="openLightbox('lb-marriage')">I married one.</button><span class="mn" id="mn-romance"><button class="mn-trig" onclick="togglePanel('mn-romance',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE — TRAGIC ROMANCE</span><span class="dp">The challenge required a tragic romance. This is it — delivered as a two-word punchline after a three-paragraph comic buildup. Kirk/Solid Snake/James Pond married an alien crown princess, was exiled, changed his name, and has been fleeing her family across space ever since. The romance is real; the tragedy is structural: he dies before he can ever go back.</span></span></span>"</p>
<p>"Wait, what? But doesn't that make you family?"</p>
<p>"It would, if they hadn't locked her away and chased me to the furthest reaches of space. I had to change my name and everything."</p>
<p>"What's your real name?"</p>
<p>"
<span class="decoder" id="dec-pond"><button class="decoder-trigger" onclick="togglePanel('dec-pond',this)">Pond. James, Pond.</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">James Bond (1953 / 1962)</span><span class="dp">"Bond. James Bond." Ian Fleming's spy's signature introduction, here modified to "Pond. James, Pond." — with the comma after "James" implying a slight pause that's half hesitation, half embarrassment. A pond is smaller than a bond. It's the story's best single joke: a man who goes by Solid Snake's real name is the world's most underwhelming secret agent surname. Also, notably, he's married to a Doctor Who character.</span><span class="dec-src">REF #51</span></span></span>"</p>
<p>"That's unfortunate."</p>
<p>"What, my name or my situation?"</p>
<p>"Yes. Oh… They're sending another message."</p>
<p>"Well?"</p>
<p>"It says: '<span class="decoder" id="dec-scarface"><button class="decoder-trigger" onclick="togglePanel('dec-scarface',this)">Say hello to my little friend, heaven.</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Scarface (1983)</span><span class="dp">"Say hello to my little friend!" — Tony Montana's iconic line before opening fire in the climax of Brian De Palma's <em>Scarface</em>. The Googlian translator has rendered the Prydonian death threat into a Scarface reference, which tells us two things: the translator is terrible, and whoever programmed it learned English from 1983 action films.</span><span class="dec-src">REF #52</span></span></span>'"</p>
<p>"Definitely Googlian translators. They actually said, 'Sag'ith álí möt'halï, gritsch.'"</p>
<p>"Which means?"</p>
<p>"Greet death, puny human."</p>
<p>"Aaah, I see how the translator messed that up. Hang o —"</p>
</div>
<!-- ENDING -->
<div class="ending-block">
<div class="slabel" style="color:var(--pnk);text-shadow:var(--glo-p)">✦ ENDING</div>
<div class="prose">
<p>Two phasers (set, of course, to roast-to-f****ng-cinder) proceed gracefully from the ADC and hit the Yordle in the metaphorical no-no place. R3 Dent returns to find only space dust in the waystation's dock. He remarks,
"<span class="decoder" id="dec-tripkill"><button class="decoder-trigger" onclick="togglePanel('dec-tripkill',this)">Triple kill. Tons of damage</button><span class="decoder-panel"><span class="dec-label">DOUBLE REFERENCE</span><span class="dec-term">League of Legends (multi-kill announcer) + "Tons of Damage" meme</span><span class="dp">"Triple kill" is the announcer callout in <em>League of Legends</em> when a player kills three enemies in quick succession. "Tons of damage" is a long-running LoL meme from a commentator's breathless description of a champion doing exactly that. R3 Dent's epitaph for Kirk, Crash, and Hot Unconscious Girl is a gaming announcer line. They were a triple kill.</span><span class="dec-src">REF #53</span></span></span>,"
before he heads off to find someone who could use the three cups of
<span class="decoder" id="dec-starbucks"><button class="decoder-trigger" onclick="togglePanel('dec-starbucks',this)">Starbucks</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Starbucks / Battlestar Galactica (Starbuck)</span><span class="dp">Starbucks the coffee chain — but "Starbuck" is also the call sign of Kara Thrace in <em>Battlestar Galactica</em>, one of the franchise's most beloved characters. Either reading works. More importantly, R3 Dent bought three cups of coffee and a medkit for his almost-friends before they died. He didn't know that was what he was doing. It's the story's most quietly human moment.</span><span class="dec-src">REF #54</span></span></span>
and a medkit that he so conscientiously bought for his now-atomised almost-friends.<span class="mn" id="mn-dent"><button class="mn-trig" onclick="togglePanel('mn-dent',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE — THE REAL HEART OF THE STORY</span><span class="dp">R3 Dent bought coffee and a medkit. He was outside. He returned to nothing. His epitaph for three humans he barely knew is a gaming callout. The comedy doesn't soften this. It makes it stranger and sadder: a robot with HAL's stubbornness, R2's competence, Arthur Dent's good manners, and HK-47's contempt for "meatbags" — going off to find someone new to give coffee to. That's the ending.</span></span></span></p>
</div>
</div>
<!-- MORAL + DALEK -->
<div class="narr-block">
<div class="slabel" style="color:var(--yel);text-shadow:var(--glo-y)">✦ MORAL OF THE STORY</div>
<div class="prose">
<p>So, kids, what can we learn from this story? Well, if you see a cockroach, don't panic, just kill it before it lays eggs and spreads all the way to the far corners of the universe. In other words:
<button class="lbt" onclick="openLightbox('lb-exterminate')"><span class="decoder" id="dec-exterminate"><button class="decoder-trigger" onclick="togglePanel('dec-exterminate',this)">Exterminate!</button><span class="decoder-panel"><span class="dec-label">REFERENCE</span><span class="dec-term">Doctor Who — The Daleks</span><span class="dp">The Daleks' singular, shrieked battle cry — "Exterminate!" — used to end a story that began with "Don't Panic" (the Hitchhiker's Guide) and used "Space: the final frontier" (Star Trek) as its first line. The bookend structure: humanity was introduced as the cockroaches of the universe; the final word is the Dalek extermination command. The ending has been visible since sentence one.</span><span class="dec-src">REF #55</span></span></span></button><span class="mn" id="mn-exterminate"><button class="mn-trig" onclick="togglePanel('mn-exterminate',this)"></button><span class="mn-panel"><span class="mn-label">CRAFT NOTE — STRUCTURAL CALLBACK</span><span class="dp">The story opens with humanity described as "cockroaches of the Universe." It ends with "Exterminate!" — the Dalek death order. The callback is precise: the humans were the pests; they've been exterminated; the structure closed. A story that announces its ending in its opening paragraph and then spends 2,000 words making the journey entertaining enough that you forget where you're heading.</span></span></span></p>
</div>
</div>
<div class="chall">
<span class="slabel">✦ ORIGINAL CHALLENGE PARAMETERS</span>
<p><strong>Challenger:</strong> McGeek</p>
<p><strong>Tell me a story about:</strong> Survivors fleeing an alien take over on a remote orbital outpost &nbsp;|&nbsp; <strong>Genre:</strong> Science Fiction</p>
<p><strong>Style:</strong> 3rd Person Narrative (Present Tense)</p>
<p><strong>It must have:</strong> 1) Gallows humour &nbsp; 2) An alien sexcapade &nbsp; 3) Tragic romance</p>
<p><strong>Someone must say:</strong> "Is it supposed to be green?"</p>
<p><strong>Anything else?</strong> Try incorporate no less than 31 gaming, geek, or pop-culture references.</p>
</div>
<div class="auth-note"><em>Author's note: Firstly, I lost count of the references, but I'm sure I got past 31. Secondly, I know it's silly and it makes no sense, but I really hope it's funny. &nbsp;—JL</em></div>
<div class="sbar">
<span>✦ MISSION STATUS: ATOMISED</span>
<span>✦ REFS IDENTIFIED: 55 <span class="blink"></span></span>
<span>✦ R3 DENT: OPERATIONAL</span>
</div>
</div><!-- end t-story -->
<!-- ══════════════════ TAB 2: THE UNIVERSE ══════════════════ -->
<div class="tab" id="t-world">
<div class="edu-sec">
<div class="edu-title">✦ THE UNIVERSE</div>
<p class="edu-intro">The story builds a complete interstellar civilisation in one opening paragraph — 187 planets, five galaxies, eight sentient species, an empire, and a "DON'T PANIC" conference — and then never really uses any of it. That disproportion is the joke. The lore serves as comedy scaffolding: a massive, detailed universe constructed entirely to contextualise three people in a broken shuttle arguing about Bing.</p>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">What is the Human Empire, and why are humans "cockroaches"?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>The Human Empire has occupied 187 planets across five galaxies. The word "occupied" is flagged immediately as contested — at least five of the eight known sentient species prefer "infested." This is the story's central geopolitical premise, delivered in two sentences: humanity is an invasive species, and the non-humans know it.</p>
<p>The "cockroaches" metaphor is particularly apt because the story opens with this label and closes with "Exterminate!" — the Dalek's genocidal battle cry. The story has been, from line one, the story of some cockroaches who get stepped on. The characters don't know this. The reader does, or does by the end.</p>
<p>The "DON'T PANIC" conference — an alien peace-building summit about humanity, held without humans — is a compressed version of the story's politics: decisions about humanity are made without consulting humans. The Prydonians lock away their princess rather than accept a human into the family. The ADC hunts down Kirk not for anything he did professionally but for a marriage. The universe is actively hostile to human presence, and the humans are too busy arguing about Bing to notice.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">Who is R3 Dent, and what kind of robot is he?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>R3 Dent is a maintenance bot modified by an R&D employee named Davis Jenkins — his designation is R3 DT, hence "Dent." He is assembled from at least five different fictional AI personalities: HAL 9000's stubbornness ("I'm sorry but I can't do that Dave"), R2-D2's competence and cheerful articulacy, Arthur Dent's fundamental decency, HK-47's contempt for "meatbags," and a Dalek's certainty that extermination is inevitable.</p>
<p>He is also the story's most functional character. While Kirk gets punched and forgets to dock, Crash fails to spot an asteroid field, and Clara spends the whole story unconscious, Dent fixes the warp core, provides coordinates to the waystation, attaches himself to the hull to save space, and buys coffee for everyone before they die.</p>
<p><strong>The most important detail:</strong> Dent buys three Starbucks and a medkit. He didn't know they were about to be atomised. He bought coffee because that's what you do when you're going to meet people. The story ends on this — a maintenance robot with dead-end programming going off to find someone new to be polite to.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">What is the Kirk/Cthulu backstory — and is it a genuine romance?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>Kirk Ji'doon (real name James Pond) is the story's "Solid Snake" — a legendary seducer of seven of eight species — who fell genuinely in love with a Prydonian alien princess named Cthululumaxikikitssseeerapoulous. The Prydonians treat reproduction as a ceremonial family-binding act, not a recreational one. To complete the relationship, Kirk had to actually fall in love, which he did.</p>
<p>Her family then locked her away and chased him to the furthest reaches of space. He changed his name. He's been running ever since. The relationship is described as the one time the legendary lothario's reputation actually mattered — and it's the one that's cost him everything.</p>
<p><strong>The challenge required a tragic romance.</strong> JL delivers it obliquely: Kirk doesn't describe it as a tragedy. He says "what happens in Prydonia, stays in Prydonia." The tragedy is only visible in the structure — he's on the run, she's imprisoned, and he dies before they can find each other. The challenge requirement is met in negative space.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">What are the Prydonians — and what does "number seven of eight" mean?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>The Prydonians are the seventh of the eight known sentient species. They are described as having a deeply ceremonial reproductive culture — sex as a family compact rather than a personal act. They hate humans. Their royal family has an armed cruiser and a brother willing to cross space to execute someone who married into the family without permission.</p>
<p>The "seven of eight" notation is interesting: it's the exact inverse of the <em>Star Trek</em> Borg designation "Seven of Nine" (the designation of the ex-Borg character in <em>Voyager</em>). The reference may be deliberate: Prydonian culture is similarly totalising — you either comply with the rules or you are severed from the collective.</p>
<p>The fact that Kirk has been intimate with all eight species (six of eight consensually-at-least-ambiguously, one as a proper marriage, and presumably the eighth either not yet or deliberately omitted) is left as a detail for the reader to work out from context.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">Why does horror as a genre get banned — and why does that matter to the plot?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>The Empire's Interstellar Relations Department has banned horror because most horror narratives are "speciesist" — they centre the fear of the non-human, the alien, the monstrous other. In a universe with eight known sentient species, those "others" have lawyers and ambassadors and their own view of humanity as the invasive pest species.</p>
<p>The ban has a direct plot function: because Kirk and Crash have never consumed horror fiction, they don't recognise the horror movie setup when they're in one. They hear knocking on a spaceship hull in the vacuum of space and respond with "Did someone just knock on the door?" — the classic oblivious horror protagonist move — without any awareness that this is what they're doing. Not knowing genre conventions is the mechanism of their survival (they don't panic) and their doom (they don't take it seriously enough).</p>
</div>
</div>
</div><!-- end t-world -->
<!-- ══════════════════ TAB 3: THE CRAFT ══════════════════ -->
<div class="tab" id="t-craft">
<div class="edu-sec">
<div class="edu-title">✦ THE CRAFT</div>
<p class="edu-intro">The author's note says "I know it's silly and it makes no sense." This is modesty as misdirection. The story is structurally tight, the challenge constraints are all met with craft rather than brute compliance, and the ending — everyone dies — has been signposted from the first sentence. What looks like chaos is scaffolded.</p>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">What tradition is this story working in?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>The story sits in the tradition of comedic science fiction that uses genre parody as both subject and method — primarily Douglas Adams's <em>Hitchhiker's Guide to the Galaxy</em>, which does the same thing with its omniscient narrator, its direct reader address ("So, kids, what can we learn from this story?"), and its willingness to kill everyone at the end.</p>
<p>The reference density also places it in a more recent tradition: the "geek culture mashup" comedy popularised in the 2000s2010s by shows like <em>Community</em>, <em>Spaced</em>, and <em>Robot Chicken</em>, where knowing the references is part of the joke rather than incidental to it. The challenge requirement of "31 references" formalises this — the reference density is the stated artistic goal.</p>
<p>The 3rd-person omniscient narrator who addresses the reader directly is a specific Adamsian inheritance. "It's always good to know those who are about to die, and salute them" reads like a line Adams would have written. The narrator is wry, slightly ahead of the characters, and treats their deaths as an amusing structural inevitability.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">How does JL handle the three challenge requirements?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p><strong>Gallows humour:</strong> Built into the narrative voice from the first introduction — "it's always good to know those who are about to die, and salute them." The characters are introduced as marked for death before we know their names. The comedy throughout is the comedy of people who don't know they're about to die arguing about Bing.</p>
<p><strong>Alien sexcapade:</strong> Delivered in backstory rather than scene. Kirk/Solid Snake's reputation as "conquering Casanova of seven of the eight sentient species" establishes the parameter, and his marriage to Cthulu's sister provides the specific. The challenge requirement is met without any explicit scene — the sexcapade exists entirely in Crash's boasting summary and Kirk's embarrassed deflection.</p>
<p><strong>Tragic romance:</strong> The Kirk/Cthulu marriage — played primarily for laughs — is structurally a tragedy. Genuine love; family opposition; exile; name change; death before reunion. The challenge doesn't specify that the tragedy must be played seriously. JL meets it in subtext.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">How does the reference density strategy work — and what makes it funny rather than exhausting?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>The 31-reference requirement is a constraint, but it's a constraint that fits the story's natural register. The references work because they're integrated rather than announced. "Wibbly wobbly" describes a flight path; it doesn't say "as Doctor Who would put it." "Bing scanners can't find a damn thing" is a character complaint; it doesn't footnote the reference. The story trusts the reader to either get it or accept it as world-building.</p>
<p>The references also tend to cluster in specific ways: technology jokes (Bing, Google, iComm, Instastream) suggest a future that has failed to meaningfully upgrade its worst products; the navigation and weapons vocabulary (Yordle, ADC, Flash, Summoner's Rift) suggests that League of Legends has become genuine military taxonomy; the robot Dent's composite AI personality references are layered so that each layer is funnier than the last.</p>
<p>The references JL chose are also self-selecting for comedy: they're either memes (over nine thousand, all your base) or things that are inherently undignified when applied to serious situations (a spaceship button labelled "Flash," Bing powering military scanners). The reference density is high, but the references were chosen for how well they survive translation into a space opera setting.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">What does the story refuse to resolve — and is the refusal meaningful?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>The story refuses to explain why the ADC blew up the station. Kirk and Crash debate it — terrorists? Ransom? A personal vendetta? — and never land on an answer before they're killed. The reader doesn't find out either. This is structurally correct: the characters die mid-sentence, mid-question, mid-story. The plot threads are cut rather than tied.</p>
<p>Clara Croft, the story's most plot-relevant character by most metrics (she's the potential ransom target, the only person who might know what was happening at the station, and the person who demonstrates genuine competence by flattening a man of legendary reputation), is never properly introduced. She punches someone, falls asleep twice, and dies without saying a word. Whatever she knew goes with her.</p>
<p>These refusals are not failures of plotting — they're the point. A gallows-humour story about escape from an alien takeover that ends in total failure doesn't need tidy resolution. The mess is the message.</p>
</div>
</div>
<div class="acc-item">
<button class="acc-trig" onclick="toggleAcc(this)"><span class="acc-text">What structural trick does the story's first and last line perform together?</span><span class="acc-arr"></span></button>
<div class="acc-pan">
<p>The first line is "Space: the final frontier" — Star Trek's opening narration, spoken by the captain of a legendary starship, defining space as the domain of human exploration and heroism. The story's final word is "Exterminate!" — the Daleks' death command, the explicit end of all human things.</p>
<p>Between those two poles: humans are the cockroaches. The cockroaches get exterminated. The bookend turns Star Trek's optimistic vision into a setup for a Dalek punchline. It's a complete argument compressed into the story's first and last moment: the final frontier was always going to end with someone who thinks humanity is vermin.</p>
<p>The author's note claims the story "makes no sense." The first and last lines, read together, make exactly one sense, and it's the darkest one available.</p>
</div>
</div>
</div><!-- end t-craft -->
<!-- ══════════════════ TAB 4: THE REFS ══════════════════ -->
<div class="tab" id="t-refs">
<div class="edu-sec">
<div class="edu-title">✦ THE REFS — COMPLETE CATALOGUE</div>
<p class="edu-intro">The challenge required a minimum of 31 gaming, geek, or pop-culture references. JL lost count. This catalogue identifies all confirmed and likely references in approximate order of appearance. Total: <strong style="color:var(--ora)">55 identified.</strong></p>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ STAR TREK</div>
<div class="ref-item"><span class="ref-num">01</span><div class="ref-content"><span class="ref-quote">"Space: the final frontier."</span><span class="ref-src">STAR TREK: THE ORIGINAL SERIES (1966)</span><span class="ref-note">The show's opening narration — used as the story's literal first line.</span></div></div>
<div class="ref-item"><span class="ref-num">02</span><div class="ref-content"><span class="ref-quote">"faulty warp core" (title + setup)</span><span class="ref-src">STAR TREK</span><span class="ref-note">The warp core powers faster-than-light travel. A failing one means you're stranded.</span></div></div>
<div class="ref-item"><span class="ref-num">03</span><div class="ref-content"><span class="ref-quote">"Kirk" (character name)</span><span class="ref-src">STAR TREK — Captain James T. Kirk</span><span class="ref-note">The captain of the Enterprise. This Kirk is short and gets punched in the face.</span></div></div>
<div class="ref-item"><span class="ref-num">04</span><div class="ref-content"><span class="ref-quote">"phaser blasts"</span><span class="ref-src">STAR TREK</span><span class="ref-note">Standard directed-energy weapons of the Star Trek universe.</span></div></div>
<div class="ref-item"><span class="ref-num">05</span><div class="ref-content"><span class="ref-quote">"cling on" / Klingon</span><span class="ref-src">STAR TREK — Klingon species</span><span class="ref-note">A homophone pun on "Klingon." Kirk asks Crash to say it three times.</span></div></div>
<div class="ref-item"><span class="ref-num">06</span><div class="ref-content"><span class="ref-quote">"set to roast-to-f***ing-cinder"</span><span class="ref-src">STAR TREK — "set to kill/stun"</span><span class="ref-note">Phasers have selectable output levels. The ADC selects a new one.</span></div></div>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ DOCTOR WHO</div>
<div class="ref-item"><span class="ref-num">07</span><div class="ref-content"><span class="ref-quote">"wibbly wobbly"</span><span class="ref-src">DOCTOR WHO — "Blink" (2007)</span><span class="ref-note">The Tenth Doctor's description of time. Here describes a flight path.</span></div></div>
<div class="ref-item"><span class="ref-num">08</span><div class="ref-content"><span class="ref-quote">"Clara Oswyn Croft" (Clara Oswald portion)</span><span class="ref-src">DOCTOR WHO — Clara Oswald</span><span class="ref-note">The Eleventh/Twelfth Doctor's companion. Half of the character's name mashup.</span></div></div>
<div class="ref-item"><span class="ref-num">09</span><div class="ref-content"><span class="ref-quote">"Prydonian" (Cthulu's species)</span><span class="ref-src">DOCTOR WHO — Prydonian Chapter</span><span class="ref-note">The Time Lords' most powerful chapter on Gallifrey. Kirk married their crown princess.</span></div></div>
<div class="ref-item"><span class="ref-num">10</span><div class="ref-content"><span class="ref-quote">"Raxicoricofallibatorianomous" (Cthulu's brother's name)</span><span class="ref-src">DOCTOR WHO — Raxacoricofallapatorius</span><span class="ref-note">The Slitheen home planet — already one of fiction's longest place names, extended further.</span></div></div>
<div class="ref-item"><span class="ref-num">11</span><div class="ref-content"><span class="ref-quote">"Exterminate!" (final word)</span><span class="ref-src">DOCTOR WHO — The Daleks</span><span class="ref-note">The Daleks' sole defining utterance. The story's final word. Bookends with "Space: the final frontier."</span></div></div>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ HITCHHIKER'S GUIDE TO THE GALAXY</div>
<div class="ref-item"><span class="ref-num">12</span><div class="ref-content"><span class="ref-quote">"DON'T PANIC!" (conference name)</span><span class="ref-src">THE HITCHHIKER'S GUIDE TO THE GALAXY (1979)</span><span class="ref-note">The two words on the Guide's cover. Named an alien conference about humanity that humanity wasn't invited to.</span></div></div>
<div class="ref-item"><span class="ref-num">13</span><div class="ref-content"><span class="ref-quote">"Viltvodle 3" (location)</span><span class="ref-src">HITCHHIKER'S GUIDE — Viltvodle VI</span><span class="ref-note">A planet in the HG2G universe, used here as a nearby waypoint.</span></div></div>
<div class="ref-item"><span class="ref-num">14</span><div class="ref-content"><span class="ref-quote">"R3 Dent" (Arthur Dent portion)</span><span class="ref-src">HITCHHIKER'S GUIDE — Arthur Dent</span><span class="ref-note">The novel's bewildered, decent, bathrobed everyman protagonist. Half of R3 Dent's name.</span></div></div>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ LEAGUE OF LEGENDS</div>
<div class="ref-item"><span class="ref-num">15</span><div class="ref-content"><span class="ref-quote">"Yordle class" (shuttle)</span><span class="ref-src">LEAGUE OF LEGENDS — Yordles</span><span class="ref-note">Small, resilient, manoeuvrable creatures. Their class name describes the shuttle perfectly.</span></div></div>
<div class="ref-item"><span class="ref-num">16</span><div class="ref-content"><span class="ref-quote">"Bringer's Rift" (location)</span><span class="ref-src">LEAGUE OF LEGENDS — Summoner's Rift</span><span class="ref-note">The primary game map, renamed with a thematic swap.</span></div></div>
<div class="ref-item"><span class="ref-num">17</span><div class="ref-content"><span class="ref-quote">"Darius van de Koot" (character name)</span><span class="ref-src">LEAGUE OF LEGENDS — Darius</span><span class="ref-note">Powerful, aggressive LoL champion. His given name. "Crash" is a separate reference.</span></div></div>
<div class="ref-item"><span class="ref-num">18</span><div class="ref-content"><span class="ref-quote">"ADC Cruiser" (enemy ship class)</span><span class="ref-src">LEAGUE OF LEGENDS — ADC (Attack Damage Carry)</span><span class="ref-note">The sustained-damage role. The enemy's entire ship class is named after a game position.</span></div></div>
<div class="ref-item"><span class="ref-num">19</span><div class="ref-content"><span class="ref-quote">"Flash" (escape button)</span><span class="ref-src">LEAGUE OF LEGENDS — Flash (summoner spell)</span><span class="ref-note">The blink-teleport escape ability. Now an actual piece of spacecraft engineering.</span></div></div>
<div class="ref-item"><span class="ref-num">20</span><div class="ref-content"><span class="ref-quote">"We just trolled an ADC"</span><span class="ref-src">LEAGUE OF LEGENDS + Internet culture</span><span class="ref-note">Double reference: the LoL strategy and the internet-culture meaning. Both accurate.</span></div></div>
<div class="ref-item"><span class="ref-num">21</span><div class="ref-content"><span class="ref-quote">"Triple kill. Tons of damage." (Dent's epitaph)</span><span class="ref-src">LEAGUE OF LEGENDS — multi-kill announcer + "tons of damage" meme</span><span class="ref-note">The announcer callout + the classic commentator meme. Dent's final words for his dead friends.</span></div></div>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ STAR WARS</div>
<div class="ref-item"><span class="ref-num">22</span><div class="ref-content"><span class="ref-quote">"a long time ago in a galaxy so far away"</span><span class="ref-src">STAR WARS (1977) — opening crawl</span><span class="ref-note">Woven into a sentence about Star Trek's opening. Two references in one clause.</span></div></div>
<div class="ref-item"><span class="ref-num">23</span><div class="ref-content"><span class="ref-quote">"sword out of light"</span><span class="ref-src">STAR WARS — lightsaber</span><span class="ref-note">Described as self-evidently absurd — and then immediately defended by someone who nearly made one.</span></div></div>
<div class="ref-item"><span class="ref-num">24</span><div class="ref-content"><span class="ref-quote">"R3 DT" / "R3 Dent" (R2-D2 portion)</span><span class="ref-src">STAR WARS — R2-D2</span><span class="ref-note">The iconic astromech droid. Half of Dent's designation.</span></div></div>
<div class="ref-item"><span class="ref-num">25</span><div class="ref-content"><span class="ref-quote">"Silly meatbags…"</span><span class="ref-src">STAR WARS: KNIGHTS OF THE OLD REPUBLIC — HK-47</span><span class="ref-note">"Meatbag" is HK-47's contemptuous term for organics. One of Dent's layered AI personalities.</span></div></div>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ 2001: A SPACE ODYSSEY</div>
<div class="ref-item"><span class="ref-num">26</span><div class="ref-content"><span class="ref-quote">"It just says 'daisy'"</span><span class="ref-src">2001: A SPACE ODYSSEY (1968) — HAL 9000</span><span class="ref-note">HAL's dying song: "Daisy Bell (Bicycle Built for Two)." R3 Dent's startup signature.</span></div></div>
<div class="ref-item"><span class="ref-num">27</span><div class="ref-content"><span class="ref-quote">"I'm sorry but I can't do that Dave"</span><span class="ref-src">2001: A SPACE ODYSSEY — HAL 9000</span><span class="ref-note">"I'm sorry, Dave. I'm afraid I can't do that." Used as a "let go" refusal.</span></div></div>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ TECHNOLOGY &amp; INTERNET</div>
<div class="ref-item"><span class="ref-num">28</span><div class="ref-content"><span class="ref-quote">"Bing scanners can't find a damn thing"</span><span class="ref-src">MICROSOFT BING</span><span class="ref-note">Microsoft's search engine — elevated to life-threatening military equipment.</span></div></div>
<div class="ref-item"><span class="ref-num">29</span><div class="ref-content"><span class="ref-quote">"planet Google" (ADC's scanner manufacturer)</span><span class="ref-src">GOOGLE</span><span class="ref-note">Enemy scanners run on Google tech. They get shorted out by an EMP.</span></div></div>
<div class="ref-item"><span class="ref-num">30</span><div class="ref-content"><span class="ref-quote">"iComm 5X" / "the Fruit" / "chipster"</span><span class="ref-src">APPLE / iPHONE</span><span class="ref-note">A complete future-universe Apple brand argument, verbatim from real 21st-century phone tribalism.</span></div></div>
<div class="ref-item"><span class="ref-num">31</span><div class="ref-content"><span class="ref-quote">"instastream"</span><span class="ref-src">INSTAGRAM</span><span class="ref-note">Future-portmanteau social media platform.</span></div></div>
<div class="ref-item"><span class="ref-num">32</span><div class="ref-content"><span class="ref-quote">"MyFace"</span><span class="ref-src">MYSPACE + FACEBOOK</span><span class="ref-note">Both rivals fused into one successor platform. "It's complicated" references the Facebook relationship status.</span></div></div>
<div class="ref-item"><span class="ref-num">33</span><div class="ref-content"><span class="ref-quote">"Googlian translators"</span><span class="ref-src">GOOGLE TRANSLATE</span><span class="ref-note">Eight centuries of development and Google Translate still produces "All your ship are belong to us."</span></div></div>
<div class="ref-item"><span class="ref-num">34</span><div class="ref-content"><span class="ref-quote">Progress bar time estimates</span><span class="ref-src">WINDOWS — progress bar</span><span class="ref-note">"30 seconds. No, 56 seconds. Wait. Two hours and fifty three minutes." Some bugs are eternal.</span></div></div>
<div class="ref-item"><span class="ref-num">35</span><div class="ref-content"><span class="ref-quote">"Have you tried turning it off and on again?"</span><span class="ref-src">THE IT CROWD (2006)</span><span class="ref-note">Applied to a spaceship engine in a chase sequence.</span></div></div>
</div>
<div class="ref-group">
<div class="ref-group-title">✦ OTHER POP CULTURE &amp; GAMING</div>
<div class="ref-item"><span class="ref-num">36</span><div class="ref-content"><span class="ref-quote">"over nine thousand"</span><span class="ref-src">DRAGON BALL Z — Vegeta's power level</span><span class="ref-note">One of the internet's earliest memes. The actual engine temperature reading.</span></div></div>
<div class="ref-item"><span class="ref-num">37</span><div class="ref-content"><span class="ref-quote">"Crash" (Darius's nickname)</span><span class="ref-src">CRASH BANDICOOT (1996)</span><span class="ref-note">Hidden in the character's nickname.</span></div></div>
<div class="ref-item"><span class="ref-num">38</span><div class="ref-content"><span class="ref-quote">"Solid Snake" (Kirk's alias)</span><span class="ref-src">METAL GEAR SOLID (1998)</span><span class="ref-note">The legendary operative reduced to a man who gets punched by an unconscious woman.</span></div></div>
<div class="ref-item"><span class="ref-num">39</span><div class="ref-content"><span class="ref-quote">"glitch in the matrix"</span><span class="ref-src">THE MATRIX (1999)</span><span class="ref-note">A technical malfunction that turned a lightsaber into a flashlight.</span></div></div>
<div class="ref-item"><span class="ref-num">40</span><div class="ref-content"><span class="ref-quote">"All your ship are belong to us"</span><span class="ref-src">ZERO WING (1989) — "All your base are belong to us"</span><span class="ref-note">The iconic Engrish meme. Blamed on Googlian translators — same error, eight centuries later.</span></div></div>
<div class="ref-item"><span class="ref-num">41</span><div class="ref-content"><span class="ref-quote">"I'll be back in a German accent"</span><span class="ref-src">THE TERMINATOR (1984)</span><span class="ref-note">Arnold Schwarzenegger's most quoted line. The "German accent" clarifies which "I'll be back" is meant.</span></div></div>
<div class="ref-item"><span class="ref-num">42</span><div class="ref-content"><span class="ref-quote">"Pond. James, Pond."</span><span class="ref-src">JAMES BOND (1953 / 1962)</span><span class="ref-note">"Bond. James Bond." The story's best single joke delivery.</span></div></div>
<div class="ref-item"><span class="ref-num">43</span><div class="ref-content"><span class="ref-quote">"Say hello to my little friend, heaven."</span><span class="ref-src">SCARFACE (1983)</span><span class="ref-note">A Prydonian death threat mangled by Google Translate into a Scarface reference.</span></div></div>
<div class="ref-item"><span class="ref-num">44</span><div class="ref-content"><span class="ref-quote">"Clara Oswyn Croft" (Lara Croft portion)</span><span class="ref-src">TOMB RAIDER — Lara Croft (1996)</span><span class="ref-note">Half of the character's mashup name.</span></div></div>
<div class="ref-item"><span class="ref-num">45</span><div class="ref-content"><span class="ref-quote">"Moon Raiders / Laura Croft / the big… house"</span><span class="ref-src">TOMB RAIDER + SPACE INVADERS</span><span class="ref-note">Two classics fused into one future franchise. "The big house" is a joke about Lara Croft's character model.</span></div></div>
<div class="ref-item"><span class="ref-num">46</span><div class="ref-content"><span class="ref-quote">"mushroom beacon" (countermeasure suggestion)</span><span class="ref-src">SUPER MARIO BROS.</span><span class="ref-note">Mushrooms as plausible-sounding spacecraft countermeasures.</span></div></div>
<div class="ref-item"><span class="ref-num">47</span><div class="ref-content"><span class="ref-quote">"prozium supply" (invasion motive)</span><span class="ref-src">EQUILIBRIUM (2002)</span><span class="ref-note">The mandatory emotion-suppressing drug of a dystopian state — now a geopolitical resource.</span></div></div>
<div class="ref-item"><span class="ref-num">48</span><div class="ref-content"><span class="ref-quote">"WUDs — Weapons of Ultimate Destruction"</span><span class="ref-src">WMDS / IRAQ WAR JUSTIFICATION (2003)</span><span class="ref-note">Weapons of Mass Destruction — the disputed justification for the Iraq War. Escalated to "Ultimate."</span></div></div>
<div class="ref-item"><span class="ref-num">49</span><div class="ref-content"><span class="ref-quote">"Holy Mother of Hubbard" / "Scientificist"</span><span class="ref-src">SCIENTOLOGY — L. RON HUBBARD</span><span class="ref-note">The Scientology founder as both expletive deity and future religion. Telegraphed twice.</span></div></div>
<div class="ref-item"><span class="ref-num">50</span><div class="ref-content"><span class="ref-quote">"Raphael-knows"</span><span class="ref-src">TEENAGE MUTANT NINJA TURTLES — Raphael</span><span class="ref-note">The red-masked, sarcastic Turtle, elevated to deity in a casual idiom.</span></div></div>
<div class="ref-item"><span class="ref-num">51</span><div class="ref-content"><span class="ref-quote">"Cthululumaxikikitssseeerapoulous"</span><span class="ref-src">H.P. LOVECRAFT — Cthulhu</span><span class="ref-note">The cosmic horror entity's name, extended to alien-name length. Kirk was married to this person.</span></div></div>
<div class="ref-item"><span class="ref-num">52</span><div class="ref-content"><span class="ref-quote">"Planet Holibush" (movie stereotypes)</span><span class="ref-src">HOLLYWOOD</span><span class="ref-note">Still casting the fat one as the clever sidekick, 800 years on.</span></div></div>
<div class="ref-item"><span class="ref-num">53</span><div class="ref-content"><span class="ref-quote">"three cups of Starbucks"</span><span class="ref-src">STARBUCKS / BATTLESTAR GALACTICA — Starbuck</span><span class="ref-note">Coffee chain or Kara Thrace's callsign — either reading lands. Dent bought coffee for friends who were about to die.</span></div></div>
<div class="ref-item"><span class="ref-num">54</span><div class="ref-content"><span class="ref-quote">"extermination is inevitable" (Dent's message)</span><span class="ref-src">DOCTOR WHO — Daleks (secondary Dent reference)</span><span class="ref-note">One of R3 Dent's layered AI personalities — the Dalek certainty about organic life expectancy.</span></div></div>
<div class="ref-item"><span class="ref-num">55</span><div class="ref-content"><span class="ref-quote">"non-life" (Dent's term for himself)</span><span class="ref-src">WORLD — Dent's self-description</span><span class="ref-note">Dent's word for his own existence. Possibly the most elegant two words in the story.</span></div></div>
</div>
<div class="sbar">
<span>✦ CATALOGUE COMPLETE</span>
<span>✦ 55 REFS IDENTIFIED — 24 OVER REQUIREMENT <span class="blink"></span></span>
</div>
</div><!-- end t-refs -->
</main>
<!-- ══════════════════ LIGHTBOXES ══════════════════ -->
<div class="lb-ov" id="lb-horror" onclick="closeLbOv(event,'lb-horror')">
<div class="lb-box">
<div class="lb-hd"><span class="lb-title">✦ HORROR AS A BANNED GENRE</span><button class="lb-close" onclick="closeLb('lb-horror')"></button></div>
<div class="lb-body">
<h3>The Empire's ruling</h3>
<p>The Imperial Interstellar Relations Department has classified horror as "speciesist" on most planets. The reasoning: horror narratives systematically construct the alien, the non-human, and the monstrous as threats to be feared and destroyed. In a universe with eight sentient species, that framing is an active political problem.</p>
<h3>Why it matters to the plot</h3>
<p>Kirk and Crash have never consumed horror fiction. When something starts knocking on the hull of their shuttle in the vacuum of space, they respond with genuine curiosity rather than genre-trained fear. The horror movie setup — isolated location, unknown entity outside, knock knock — is invisible to them. Not knowing the conventions is why they survive the initial encounter, and possibly why they don't take the overall situation seriously enough to live.</p>
<h3>What it says about the world</h3>
<p>The ban is a sharp piece of world-building in parenthetical form: a future society that has outlawed a genre not for content but for <strong>structural bias</strong>. The political observation is buried in a comedy note about why characters don't react to a horror setup. JL uses the throwaway line to do three things at once.</p>
</div>
</div>
</div>
<div class="lb-ov" id="lb-marriage" onclick="closeLbOv(event,'lb-marriage')">
<div class="lb-box">
<div class="lb-hd"><span class="lb-title">✦ THE TRAGIC ROMANCE — KIRK & CTHULU</span><button class="lb-close" onclick="closeLb('lb-marriage')"></button></div>
<div class="lb-body">
<h3>The challenge requirement</h3>
<p>The challenge specified that the story must contain a tragic romance. JL delivers it in backstory, not scene — and plays it primarily for laughs, which makes the tragedy visible only in its structural shape.</p>
<h3>The romance</h3>
<p>Kirk Ji'doon (real name James Pond), known as Solid Snake for his interspecies exploits, fell genuinely in love with Cthululumaxikikitssseeerapoulous — an alien woman of a species that treats reproduction as sacred ceremony, not recreation. To complete the relationship, Kirk had to actually fall in love, which he did. She had to do the same, which she did.</p>
<h3>The tragedy</h3>
<p>Her family — Prydonians who hate humans — locked her away and sent her brother's warship after Kirk. He changed his name. He's been running for long enough that his previous identity as "Solid Snake" has become a legendary reputation in another name. He will never see her again. He dies in this story before reaching even the waystation.</p>
<h3>How the challenge is met</h3>
<p>JL doesn't play the romance straight. "I married one" is a punchline. Kirk deflects with "what happens in Prydonia, stays in Prydonia." The tragedy is carried entirely by implication — <strong>a love story that exists only in the distance between where Kirk is and where she is</strong>, and in the fact that the distance is about to become permanent. The challenge requirement is met in negative space.</p>
</div>
</div>
</div>
<div class="lb-ov" id="lb-exterminate" onclick="closeLbOv(event,'lb-exterminate')">
<div class="lb-box">
<div class="lb-hd"><span class="lb-title">✦ "EXTERMINATE!" — THE DALEKS &amp; THE BOOKEND</span><button class="lb-close" onclick="closeLb('lb-exterminate')"></button></div>
<div class="lb-body">
<h3>Who are the Daleks?</h3>
<p>The Daleks are the recurring antagonists of <em>Doctor Who</em> — mutated alien creatures encased in armoured travel machines, driven by a singular imperative to exterminate all non-Dalek life. Their battle cry — "Exterminate!" — is one of science fiction's most recognisable single words.</p>
<h3>The structural bookend</h3>
<p>The story's first line: "Space: the final frontier" — Star Trek's hymn to human exploration and potential. The story's last word: "Exterminate!" — the Dalek death command. Between those poles: humanity is described as the cockroaches of the universe, and the cockroaches get exterminated.</p>
<p>The opening promise and the closing reality are in perfect structural opposition. Star Trek's optimistic universe meets its natural end in a Dalek command. <strong>The final frontier turns out to be one that exterminates you.</strong></p>
<h3>The author's stated intent</h3>
<p>The author's note says "I know it's silly and it makes no sense." The bookend makes precise sense: it closes the circle the first sentence opened. Whether this is deliberate craft or a happy accident of reference density is — characteristically — left unresolved.</p>
</div>
</div>
</div>
<script>
function switchTab(id, btn) {
document.querySelectorAll('.tab').forEach(t => t.classList.remove('act'));
document.querySelectorAll('.tnav button').forEach(b => b.classList.remove('act'));
document.getElementById(id).classList.add('act');
btn.classList.add('act');
window.scrollTo({top:0,behavior:'smooth'});
}
function togglePanel(id, btn) {
const el = document.getElementById(id);
const panel = el.querySelector('.decoder-panel, .mn-panel');
const isOpen = panel.classList.contains('open');
document.querySelectorAll('.decoder-panel.open,.mn-panel.open').forEach(p => p.classList.remove('open'));
document.querySelectorAll('.decoder-trigger.open,.mn-trig.open').forEach(b => b.classList.remove('open'));
if (!isOpen) {
panel.classList.add('open');
btn.classList.add('open');
const r = panel.getBoundingClientRect();
panel.classList.toggle('flip-left', r.right > window.innerWidth - 16);
}
}
function toggleAcc(btn) {
const panel = btn.nextElementSibling;
const isOpen = btn.classList.contains('open');
document.querySelectorAll('.acc-trig.open').forEach(b => { b.classList.remove('open'); b.nextElementSibling.classList.remove('open'); });
if (!isOpen) { btn.classList.add('open'); panel.classList.add('open'); }
}
function openLightbox(id) { document.getElementById(id).classList.add('open'); document.body.style.overflow = 'hidden'; }
function closeLb(id) { document.getElementById(id).classList.remove('open'); document.body.style.overflow = ''; }
function closeLbOv(e, id) { if (e.target === document.getElementById(id)) closeLb(id); }
document.addEventListener('click', function(e) {
if (!e.target.closest('.decoder') && !e.target.closest('.mn')) {
document.querySelectorAll('.decoder-panel.open,.mn-panel.open').forEach(p => p.classList.remove('open'));
document.querySelectorAll('.decoder-trigger.open,.mn-trig.open').forEach(b => b.classList.remove('open'));
}
});
document.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
document.querySelectorAll('.lb-ov.open').forEach(l => l.classList.remove('open'));
document.querySelectorAll('.decoder-panel.open,.mn-panel.open').forEach(p => p.classList.remove('open'));
document.body.style.overflow = '';
}
});
</script>
</body>
</html>