-
Notifications
You must be signed in to change notification settings - Fork 1
/
mirror.html
175 lines (141 loc) · 5.37 KB
/
mirror.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mirror</title>
<meta name="description" content="A short story">
<style>
body {
margin: 4em;
line-height: 1.5;
max-width: 34em;
}
p {
margin-block: 2.25em;
}
h2 {
font-family: sans-serif;
}
hr {
margin-block: 3.375em;
border-color: oklch(77% 0 0 / 0.1);
margin-inline: auto;
max-width: 50%;
}
@media (width < 30em) {
body {
margin: 2em;
}
}
body {
margin-block-end: 50svh;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #222;
color: #f0f0e7;
}
}
</style>
</head>
<body>
<h2>Mirror</h2>
<p>“Mir is his name”, she said.</p>
<p>“Mir?”, I kept my mouth open for a second. “Is that a nick?”</p>
<p>“I don’t know”, she said. “That’s what I’ve always called him”.</p>
<p>
After a pause, she added, “I think that really was his given name. His mother
was known for her precognition. Maybe she always knew”.
</p>
<p>
Suddenly she stopped, as if snapping out of a daze, and looked at me. Perhaps
she realized that she’d spoken more than what my trust level warranted. “I need
to go now, but I’ll send over Salem to pick up the discs”.
</p>
<p>
Still, this was more than anyone had spoken to me factually about the mirror in
the seven days I’d been on Pheny.
</p>
<p>
“Yes, of course. I’ll send you a message as soon as they’re ready. Should take a
day or two”. It wouldn’t take that long to cut the discs for the key that she’d
just given me, but I lied. As I often do.
</p>
<p>“Goodbye”. She turned, and left.</p>
<hr>
<p>
Pheny was the third planet on my disc distribution run, and seven days ago when
the transporter had dropped me, still drooling from the cyro cyst, I’d wanted to
get the cutting done asap and head on. Marty had two clients here, and the first
cut I did on the first day itself. The work is intricate but I’m brilliant at
it, so it didn’t take long.
</p>
<p>
But the second client had misplaced their keys, so I had to dawdle around for
the next few days. The clouds didn’t help my mood, and I just sat around and
drank and talked to the other people drinking at the bar. They were surprisingly
talkative; likely my unfamiliar, foreign appearance was an invitation to talk in
these relatively rustic backwaters.
</p>
<p>
The mirror came up in more than a few conversations, but it was always when my
conversation partner would be delirious enough to speak of what they otherwise
wouldn’t, so I didn’t know how much of it was fact, and how much drunken
fiction.
</p>
<p>
From what I’d gathered, the Mirror was a boy who lived (or was kept?) in the old
abandoned village that Pheny City had outgrown. He was called the Mirror because
he reflected the people who met him. Not literally, but in a more mysterious,
menacing, mental sense. Every smidge in one's personality, any trace of motion
contrary to the silent ocean of being, would be reflected in him.
</p>
<p>
To me this sounded more interesting than menacing, but the people who told me of
the mirror insisted that this quickly gets out of hand with the reinforcing
feedback loops at play when you’re around him. You start picking the smidges
that are being reflected back at you, and subconsciously start exaggerating or
repelling the reflection, but the mirror picks up this exaggeration or
resistance, and reflects that back at you again. Soon this feedback loop runs
amok. Like how a hint of light dropped in an otherwise room of dark, imperfect,
mirrors soon takes a life of its own, even a trace of hate spirals soon into
murderous rage.
</p>
<p>
So only a few people were allowed to, or wanted to, meet him. They provided for
his subsistence, and whatever trinkets and games he desired, but otherwise
generally let him be. The people of Pheny were not particularly caring, from
anecdotes they came across as a ruthless bunch, so it'd not have been unexpected
if they’d just killed him too, but I figured that just how the hate spiralled,
the love could too.
</p>
<hr>
<p>
By now my curiosity found a friend in my boredom me, and I wanted to meet this
person. I didn’t think he was a boy anymore, even though they still called him
so. I’d travelled enough to understand how local myths form, and very likely
this was just some autistic man who lay in the uncanny valley that some
neuro-typicals found simulating.
</p>
<p>
So come dawn next day, I headed out towards the old village. The home star of
Pheny was out today, and it was as brilliant a day to walk the untended
outgrowth as I would ever get. It’s funny how time flies, when I’m cutting
discs, and when I’m walking. Did I tell you how brilliant I am at cutting discs?
Marty said that I’m the best he has ever met.
</p>
<p>
I reached the village, feeling awfully pleasant at the ground beneath my feet,
the star over my eyes and the general sense of warmth and comfort of existence.
Most of it was dilapidated, so it didn’t find me long to scope out the only
house that was a home. Taking a deep breath, I knocked twice at the door.
</p>
<p>
I heard sound of rustling inside. Then some more shuffling around, as if whoever
was inside wasn’t expecting me, or anyone. Finally, I heard someone approach the
door. I nervously straightened. He opened the door.
</p>
<p>To my horror, for the first time in my life, I saw myself.</p>
</body>
</html>