'ea' RTFM: continue writing

master
BodgeMaster 2025-09-16 00:46:11 +02:00
parent 54f749294e
commit 052697011f
1 changed files with 22 additions and 12 deletions

View File

@ -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">&lt;</a></div>
<h1>RTFM</h1>
<!-- perspective: unknown, but inside the dome -->
<!-- perspective: Annie -->
<p>
Annie rings the doorbell and waits. Nobody answers. She checks that
she&apos;s at the right door &ndash; yes, this is grandpa Karl&apos;s
place. She rings again. A window on <span class="comment">in?</span>
one of the adjacent buildings opens and she hears Isabelle quietly
calling her name.<br />
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&apos;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">Number 15, I&apos;ll let you in.</span><br />
</p>
@ -18,13 +18,23 @@
The others are inside.
<br />
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 />
They go to the living room where cables and opened boxes of computer
parts are all over the floor. Lucas sits on the floor in front of
the rack. The side panels had been removed, revealing the rails holding
the various devices inside as well as their power cables. One of the
devices, a large metal box with many boards inside, is hanging
half-disassembled out the front.
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&apos;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 />
<!-- four thick ribbon cables need to be added to connect the backs of
the backplanes -->
</p>
<p class="copyright">Copyright &#169; 2023-2025 Jan Danielzick (aka. BodgeMaster) &ndash; 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>