Compare commits
No commits in common. "55b037a8a96a8d57d9057bd8ced8c4136714ce66" and "1850d1fca5fd137c11b52041b33698b2a6312914" have entirely different histories.
55b037a8a9
...
1850d1fca5
50
ea-RTFM.html
50
ea-RTFM.html
|
|
@ -1,50 +0,0 @@
|
|||
<!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>
|
||||
<!-- perspective: Annie -->
|
||||
|
||||
<p>
|
||||
Annie rings the doorbell and waits. Nobody answers. She checks that
|
||||
she's at the right door – yes, this is grandpa Karl's
|
||||
apartment. She rings again. A window on <span class="comment">in?</span>
|
||||
one of the adjacent houses opens and she hears Isabelle quietly
|
||||
calling her.<br />
|
||||
<span class="quote speech">Annie, we're over here.</span><br />
|
||||
She walks over.<br />
|
||||
<span class="quote speech">Which door?</span><br />
|
||||
<span class="quote speech">Number 15, I'll let you in.</span><br />
|
||||
</p>
|
||||
<p>
|
||||
Lucas and Karl are also inside.
|
||||
<br />
|
||||
Karl says: <span class="quote speech">We needed a little more space.
|
||||
This place has been <span class="comment">vacant</span> forever, might
|
||||
as well use it.</span><br />
|
||||
Annie slides her shoes off and leans her bag against the wall. Then,
|
||||
they go to the living room where cables and computer parts are all over
|
||||
the floor. Lucas sits in front of the rack between two opened boxes.
|
||||
The rack's side panels had been removed, revealing the rails holding
|
||||
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 />
|
||||
Karl says: <span class="quote speech">Annie, can you hand me these four
|
||||
gray ribbon cables?</span><br />
|
||||
She looks around, lots of different cables everywhere.<br />
|
||||
<span class="quote speech">The wide, flat ones to your left.</span><br />
|
||||
He takes them and plugs them somewhere into the back of the rack.
|
||||
</p>
|
||||
<p>
|
||||
Isabelle grabs the terminal from a corner of the room and lifts it onto
|
||||
the rack. Meanwhile, Annie and Lucas start collecting the cables and
|
||||
loose parts from the floor. Karl plugs rack and terminal into power and
|
||||
connects a cable between the terminal and one of the devices in the front
|
||||
of the rack.
|
||||
</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>
|
||||
Loading…
Reference in New Issue