'ea' RTFM: continue writing
parent
54f749294e
commit
052697011f
34
ea-RTFM.html
34
ea-RTFM.html
|
@ -1,16 +1,16 @@
|
||||||
<!DOCTYPE html><html><head><title> RTFM </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg><div class="back"><a href="index.html"><</a></div>
|
<!DOCTYPE html><html><head><title> RTFM </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg><div class="back"><a href="index.html"><</a></div>
|
||||||
|
|
||||||
<h1>RTFM</h1>
|
<h1>RTFM</h1>
|
||||||
<!-- perspective: unknown, but inside the dome -->
|
<!-- perspective: Annie -->
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Annie rings the doorbell and waits. Nobody answers. She checks that
|
Annie rings the doorbell and waits. Nobody answers. She checks that
|
||||||
she's at the right door – yes, this is grandpa Karl's
|
she's at the right door – yes, this is grandpa Karl's
|
||||||
place. She rings again. A window on <span class="comment">in?</span>
|
apartment. She rings again. A window on <span class="comment">in?</span>
|
||||||
one of the adjacent buildings opens and she hears Isabelle quietly
|
one of the adjacent houses opens and she hears Isabelle quietly
|
||||||
calling her name.<br />
|
calling her.<br />
|
||||||
<span class="quote speech">Annie, we're over here.</span><br />
|
<span class="quote speech">Annie, we're over here.</span><br />
|
||||||
Annie beings to walk over.<br />
|
She walks over.<br />
|
||||||
<span class="quote speech">Which door?</span><br />
|
<span class="quote speech">Which door?</span><br />
|
||||||
<span class="quote speech">Number 15, I'll let you in.</span><br />
|
<span class="quote speech">Number 15, I'll let you in.</span><br />
|
||||||
</p>
|
</p>
|
||||||
|
@ -18,13 +18,23 @@
|
||||||
The others are inside.
|
The others are inside.
|
||||||
<br />
|
<br />
|
||||||
Karl says: <span class="quote speech">We needed a little more space.
|
Karl says: <span class="quote speech">We needed a little more space.
|
||||||
Nobody ever moved in here, so might as well use it.</span><br />
|
This place has been <span class="comment">vacant</span> forever, might
|
||||||
They go to the living room where cables and opened boxes of computer
|
as well use it.</span><br />
|
||||||
parts are all over the floor. Lucas sits on the floor in front of
|
Annie slides her shoes off and leans her bag against the wall. Then,
|
||||||
the rack. The side panels had been removed, revealing the rails holding
|
they go to the living room where cables and computer parts are all over
|
||||||
the various devices inside as well as their power cables. One of the
|
the floor. Lucas sits in front of the rack between two opened boxes.
|
||||||
devices, a large metal box with many boards inside, is hanging
|
The rack's side panels had been removed, revealing the rails holding
|
||||||
half-disassembled out the front.
|
the various devices inside and their power cables. Lucas is pushing
|
||||||
|
a circuit board into a half-assembled device that hangs out the front.
|
||||||
|
Karl goes over to a stool next to the rack, carefully avoiding stepping
|
||||||
|
on things, and sits down.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Annie sits down next to Lucas and watches as he carefully inserts one
|
||||||
|
board after the other. Karl is looking at the manual and tells him
|
||||||
|
to set some tiny switches on the front of some of them.<br />
|
||||||
|
<!-- four thick ribbon cables need to be added to connect the backs of
|
||||||
|
the backplanes -->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="copyright">Copyright © 2023-2025 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>
|
<p class="copyright">Copyright © 2023-2025 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>
|
||||||
|
|
Loading…
Reference in New Issue