aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 8f07e4e53daea988f59e95f7bd06b86f67ac307e (plain)
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>trainytrain.xyz Β· Aqua Desktop</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Audiowide&family=Caveat:wght@400;500;600;700&family=Michroma&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap" />
<link rel="stylesheet" href="aero.css" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
  <script>(function(){var t=localStorage.getItem('tyler.theme')||'chrome';document.body.setAttribute('data-theme',t);})();</script>
  <script>
  // Scale the whole desktop to fit smaller monitors. Layout is designed around
  // ~1440x900; below that, windows overlap and icons run off the bottom edge.
  // `zoom` scales positions, sizes, fonts, AND pointer coords together, so
  // drag/resize math stays consistent.
  (function(){
    var BASE_W = 1440, BASE_H = 900, MIN = 0.55;
    function fit(){
      var s = Math.min(window.innerWidth / BASE_W, window.innerHeight / BASE_H);
      s = Math.min(1, Math.max(MIN, s));
      document.documentElement.style.zoom = s;
      window.__uiScale = s;
    }
    fit();
    window.addEventListener('resize', fit);
  })();
  </script>
  <div class="desk" id="desk">
    <div class="sun" style="background: var(--sun);"></div>
    <div class="lens-flare"></div>
    <div class="clouds" id="clouds"></div>

    <!-- Desktop icons -->
    <div class="icons">
      <div class="icon" data-open="about"><div class="glyph" style="background: var(--icon-blue)">πŸ‘€</div><div class="label">About Me</div></div>
      <div class="icon" data-open="now"><div class="glyph" style="background: var(--icon-orange)">β˜€</div><div class="label">Now.txt</div></div>
      <div class="icon" data-open="music"><div class="glyph" style="background: var(--icon-pink)">β™ͺ</div><div class="label">last.fm</div></div>
      <div class="icon" data-open="servers"><div class="glyph" style="background: var(--icon-green)">πŸ–₯</div><div class="label">My Servers</div></div>
      <div class="icon" data-open="podcast"><div class="glyph" style="background: var(--icon-silver)">πŸŽ™</div><div class="label">REEL MOUTH</div></div>
      <div class="icon" data-open="films"><div class="glyph" style="background: var(--icon-pink)">🎞</div><div class="label">Films</div></div>
      <div class="icon" data-open="browser"><div class="glyph" style="background: var(--icon-blue)">🌐</div><div class="label">Internet</div></div>
      <div class="icon" data-open="neighbors"><div class="glyph" style="background: var(--icon-green)">🏑</div><div class="label">Neighbors</div></div>
      <div class="icon" data-open="guestbook"><div class="glyph" style="background: var(--icon-blue)">βœ‰</div><div class="label">Contact</div></div>
    </div>

    <!-- WINDOWS -->
    <div class="win glass" id="w-about" style="left: 180px; top: 60px; width: 440px; display: none;">
      <div class="titlebar"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>About Me β€” tyler.txt</div>
      <div class="body">
        <div style="display: flex; gap: 14px; margin-bottom: 12px;">
          <div style="width: 110px; height: 130px; background: none; padding: 0;"><img src="/img/static/portrait.jpg" alt="portrait" style="width:100%;height:100%;object-fit:cover;border-radius:10px;" /></div>
          <div>
            <div style="font-size: 22px; font-weight: 700; line-height: 1.1; color: oklch(28% 0.10 240);">Tyler Hoang</div>
            <div style="font-size: 12px; opacity: 0.7; margin-top: 2px;">a.k.a. Thuy Β· Tiger Β· Train</div>
            <div style="margin-top: 10px; font-size: 12px; line-height: 1.6;">
              <div>🏦 banker @ Chase</div>
              <div>πŸŽ“ M.S. Financial Analytics, CSULB</div>
              <div>🎹 hobbyist jazz pianist</div>
              <div>🐧 linux sysadmin for fun</div>
              <div>πŸ’ married to my lovely wife Trinh</div>
            </div>
          </div>
        </div>
        <p style="margin: 0 0 8px;">Hi! I'm Tyler, 24, Vietnamese-American, and this little corner of the internet is where I keep the un-LinkedIn version of myself. Banking pays the bills, but tinkering with servers, chasing chord voicings, and cooking dishes is what I do for fun.</p>
        <p style="margin: 0;">Poke around β€” drag windows, open icons, click the bubbles. The professional site is <a class="aero-link" href="https://tylerhoang.xyz">elsewhere</a>; this one's all play.</p>
      </div>
    </div>

    <div class="win glass warm" id="w-now" style="left: 660px; top: 100px; width: 320px; display: none;">
      <div class="titlebar" style="background: var(--title-bar);"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>Now.txt</div>
      <div class="body">
        <div style="font-size: 11px; opacity: 0.7; margin-bottom: 8px;">updated 3 days ago Β· from sunny socal</div>
        <ul style="margin: 0; padding-left: 18px; line-height: 1.7;">
          <li>finishing my master's program (please end)</li>
          <li>studying for cfa level i</li>
          <li>relearning nardis by bill evans</li>
          <li>rebuilding my nas/homelab</li>
          <li>many many episodes behind on the REEL MOUTH backlog</li>
        </ul>
      </div>
    </div>

    <div class="win glass blue" id="w-music" style="left: 380px; top: 360px; width: 360px; display: none;">
      <div class="titlebar"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>last.fm β€” trollshotlol</div>
      <div class="body" id="np-host">
        <div id="np-card"></div>
        <div class="np-recent-label">recent</div>
        <div id="np-recent">
          <div class="np-row"><span>Stella by Starlight Β· Bill Evans</span><span class="np-ago">2m</span></div>
          <div class="np-row"><span>Body and Soul Β· Coleman Hawkins</span><span class="np-ago">9m</span></div>
          <div class="np-row"><span>Flamingo Β· Kero Kero Bonito</span><span class="np-ago">38m</span></div>
        </div>
      </div>
    </div>

    <!-- SERVERS -->
    <div class="win glass" id="w-servers" style="left: 740px; top: 390px; width: 380px; display: none;">
      <div class="titlebar" style="background: var(--title-bar);"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>My Servers β€” uptime.sh</div>
      <div class="body">
        <div style="font-size: 11px; opacity: 0.7; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1.5px;">home lab status Β· auto-poll 30s</div>
        <div id="srv-list" style="display: flex; flex-direction: column; gap: 0;">
          <div class="srv-row"><div class="srv-led ok"></div><div class="srv-host">drive.tylerhoang.xyz</div><div class="srv-meta">Nextcloud</div></div>
          <div class="srv-row"><div class="srv-led ok"></div><div class="srv-host">up.trainytrain.xyz</div><div class="srv-meta">Jenniesafe</div></div>
          <div class="srv-row"><div class="srv-led ok"></div><div class="srv-host">git.tylerhoang.xyz</div><div class="srv-meta">cgit</div></div>
          <div class="srv-row"><div class="srv-led ok"></div><div class="srv-host">tylerhoang.xyz</div><div class="srv-meta">portfolio</div></div>
          <div class="srv-row"><div class="srv-led ok"></div><div class="srv-host">trainytrain.xyz</div><div class="srv-meta">this site</div></div>
          <div class="srv-row"><div class="srv-led ok"></div><div class="srv-host">films.trainytrain.xyz</div><div class="srv-meta">film diary</div></div>
          <div class="srv-row"><div class="srv-led warn"></div><div class="srv-host">reelmouth.tv</div><div class="srv-meta">on hiatus</div></div>
          <div class="srv-row"><div class="srv-led ok"></div><div class="srv-host">*.onion mirrors</div><div class="srv-meta">tor</div></div>
        </div>
        <div style="margin-top: 12px; padding-top: 10px; border-top: 1px dotted oklch(70% 0.05 220); font-size: 11px; opacity: 0.7; line-height: 1.6; font-family: 'Courier New', monospace;">
          host: beelink ser5 Β· debian 12<br/>
          4c / 8g / 1tb nvme · 🌱 carbon-neutral via vultr<br/>
          logs kept 30d. i basically never read them.
        </div>
      </div>
    </div>

    <!-- PODCAST -->
    <div class="win glass" id="w-podcast" style="left: 220px; top: 420px; width: 340px; display: none;">
      <div class="titlebar" style="background: var(--title-bar);"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>REEL MOUTH β€” film pod</div>
      <div class="body">
        <div style="display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px;">
          <img id="pod-art" src="" alt="REEL MOUTH" style="width: 84px; height: 84px; border-radius: 12px; object-fit: cover; box-shadow: 0 3px 10px rgba(0,0,0,0.18); display: none;" />
          <div class="photo" id="pod-art-placeholder" style="width: 84px; height: 84px;"><span>πŸŽ™</span></div>
          <div style="font-size: 12px; line-height: 1.5;">
            <div style="font-size: 16px; font-weight: 700; color: oklch(28% 0.08 230); letter-spacing: -0.3px;">REEL MOUTH</div>
            <div style="opacity: 0.7; margin-bottom: 4px;">a film podcast Β· since 2022</div>
            <div>tyler + mark arguing about movies for ~90 minutes a week. We agree maybe 30% of the time.</div>
          </div>
        </div>
        <div style="font-size: 11px; opacity: 0.7; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px;">latest episodes</div>
        <div id="pod-episodes" style="display: flex; flex-direction: column; gap: 4px; font-size: 12px; line-height: 1.5;">
          <div style="opacity: 0.5; font-style: italic;">loading…</div>
        </div>
        <div style="margin-top: 14px; display: flex; gap: 8px; flex-wrap: wrap;">
          <a class="aqua sm" href="https://reelmouth.tv" style="text-decoration:none;">β–Ά reelmouth.tv</a>
          <a class="aqua sm" href="https://podcasts.apple.com/us/podcast/reel-mouth/id1709836497" style="text-decoration:none;">apple</a>
          <a class="aqua sm" href="https://open.spotify.com/show/4hu14vsr1fucEoV5MIrqCY" style="text-decoration:none;">spotify</a>
          <a class="aqua sm" href="https://anchor.fm/s/e8438774/podcast/rss" style="text-decoration:none;">rss</a>
        </div>
      </div>
    </div>

    <!-- GUESTBOOK / CONTACT -->
    <div class="win glass" id="w-guestbook" style="left: 540px; top: 200px; width: 360px; display: none;">
      <div class="titlebar" style="background: var(--title-bar);"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>Contact β€” say hi.txt</div>
      <div class="body">
        <p style="margin: 0 0 10px;">No newsletter, no analytics. Just one email I actually read.</p>
        <div style="padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.85); font-family: 'Courier New', monospace; font-size: 13px; margin-bottom: 14px;">
          πŸ“§ <a class="aero-link" href="mailto:tyler@tylerhoang.xyz">tyler@tylerhoang.xyz</a>
        </div>
        <div style="font-size: 12px; line-height: 1.7;">
          <div>πŸ”‘ <a class="aero-link" href="/files/gpg-main.txt">GPG public key</a> β€” encrypt if you can</div>
          <div>πŸ™ <a class="aero-link" href="https://github.com/tyhoang">github.com/tyhoang</a></div>
          <div>πŸ“ <a class="aero-link" href="https://git.tylerhoang.xyz">git.tylerhoang.xyz</a></div>
          <div>🎞 <a class="aero-link" href="https://letterboxd.com/trainytrain">letterboxd.com/trainytrain</a></div>
        </div>
        <div style="margin-top: 14px; padding-top: 10px; border-top: 1px dotted oklch(70% 0.05 220);">
          <div style="font-size: 10px; opacity: 0.65; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px;">β€” leave a quick note β€”</div>
          <input id="gb-name" placeholder="your name" class="no-drag" style="width: 100%; padding: 7px 10px; margin-bottom: 6px; border-radius: 10px; border: 1px solid rgba(120,160,200,0.4); background: rgba(255,255,255,0.7); font: 12px 'Segoe UI', Tahoma, sans-serif; color: oklch(25% 0.05 230); box-sizing: border-box;" />
          <input id="gb-email" type="email" placeholder="your email" class="no-drag" style="width: 100%; padding: 7px 10px; margin-bottom: 6px; border-radius: 10px; border: 1px solid rgba(120,160,200,0.4); background: rgba(255,255,255,0.7); font: 12px 'Segoe UI', Tahoma, sans-serif; color: oklch(25% 0.05 230); box-sizing: border-box;" />
          <textarea id="gb-msg" placeholder="say hi…" class="no-drag" style="width: 100%; min-height: 56px; resize: vertical; padding: 8px 10px; border-radius: 10px; border: 1px solid rgba(120,160,200,0.4); background: rgba(255,255,255,0.7); font: 12px 'Segoe UI', Tahoma, sans-serif; color: oklch(25% 0.05 230); box-sizing: border-box;"></textarea>
          <div style="display:flex; justify-content: space-between; align-items: center; margin-top: 6px;">
            <span id="gb-status" style="font-size: 10px; opacity: 0.65; font-style: italic;">β€” takes ~2 days for a reply β€”</span>
            <button class="aqua sm no-drag" id="gb-send">send</button>
          </div>
        </div>
      </div>
    </div>

    <!-- FILMS -->
    <div class="win glass" id="w-films" style="left: 460px; top: 280px; width: 400px; display: none;">
      <div class="titlebar" style="background: var(--title-bar);"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>Films β€” films.trainytrain.xyz</div>
      <div class="body">
        <div style="display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px;">
          <div>
            <div style="font-size: 14px; font-weight: 700; color: oklch(28% 0.08 230);">my film diary</div>
            <div style="font-size: 11px; opacity: 0.7;">a self-hosted Letterboxd, sort of. since '16.</div>
          </div>
          <div id="films-stats" style="font-size: 10px; text-align: right; opacity: 0.7; line-height: 1.4;"></div>
        </div>
        <div style="font-size: 11px; opacity: 0.7; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px;">recent watches</div>
        <div id="films-list" style="display: flex; flex-direction: column;">
          <div class="film-row">
            <div class="film-poster" style="background: linear-gradient(135deg, oklch(70% 0.14 30), oklch(40% 0.10 280));"></div>
            <div class="film-meta">
              <div class="film-title">Chungking Express <span class="film-year">1994</span></div>
              <div class="film-rating"><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span style="opacity:0.6;margin-left:8px;">2d ago Β· rewatch #11</span></div>
              <div class="film-note">still cry at the pineapples. wong's best.</div>
            </div>
          </div>
          <div class="film-row">
            <div class="film-poster" style="background: linear-gradient(135deg, oklch(85% 0.10 80), oklch(55% 0.12 30));"></div>
            <div class="film-meta">
              <div class="film-title">The Scent of Green Papaya <span class="film-year">1993</span></div>
              <div class="film-rating"><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star">β˜…</span><span style="opacity:0.6;margin-left:8px;">5d ago</span></div>
              <div class="film-note">trinh picked it. so quiet you can hear yourself think.</div>
            </div>
          </div>
          <div class="film-row">
            <div class="film-poster" style="background: linear-gradient(135deg, oklch(45% 0.10 250), oklch(25% 0.06 260));"></div>
            <div class="film-meta">
              <div class="film-title">Stalker <span class="film-year">1979</span></div>
              <div class="film-rating"><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star">β˜…</span><span style="opacity:0.6;margin-left:8px;">1w ago</span></div>
              <div class="film-note">3 hours of soviet vibes. felt every minute, in a good way.</div>
            </div>
          </div>
          <div class="film-row">
            <div class="film-poster" style="background: linear-gradient(135deg, oklch(75% 0.16 35), oklch(50% 0.14 20));"></div>
            <div class="film-meta">
              <div class="film-title">Perfect Days <span class="film-year">2023</span></div>
              <div class="film-rating"><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on">β˜…</span><span class="star on half">β˜…</span><span class="star">β˜…</span><span style="opacity:0.6;margin-left:8px;">2w ago</span></div>
              <div class="film-note">koji yakusho cleaning toilets is more cinema than most cinema.</div>
            </div>
          </div>
        </div>
        <div style="margin-top: 12px; display: flex; gap: 8px; align-items: center; justify-content: space-between;">
          <span style="font-size: 11px; opacity: 0.7;">also mirrored on <a class="aero-link" href="https://letterboxd.com/trainytrain">letterboxd</a></span>
          <a class="aqua sm" href="https://films.trainytrain.xyz" style="text-decoration:none;">see all β†’</a>
        </div>
      </div>
    </div>

    <!-- BROWSER -->
    <div class="win glass" id="w-browser" style="left: 280px; top: 40px; width: 680px; height: 560px; display: none;">
      <div class="browser">
        <div class="titlebar">
          <div class="dots">
            <div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div>
            <div class="dot y"></div>
            <div class="dot g"></div>
          </div>
          <span id="br-title">trainytrain.xyz β€” Notes</span>
        </div>
        <div class="browser-toolbar no-drag">
          <button class="nav-btn" id="br-back" title="Back" disabled>
            <svg width="11" height="11" viewBox="0 0 11 11"><path d="M7.5 1.5 L3 5.5 L7.5 9.5" stroke="currentColor" stroke-width="1.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
          </button>
          <button class="nav-btn" id="br-fwd" title="Forward" disabled>
            <svg width="11" height="11" viewBox="0 0 11 11"><path d="M3.5 1.5 L8 5.5 L3.5 9.5" stroke="currentColor" stroke-width="1.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
          </button>
          <button class="nav-btn refresh" id="br-reload" title="Reload">
            <svg width="12" height="12" viewBox="0 0 12 12"><path d="M9.5 6 A3.5 3.5 0 1 1 8.5 3.4 M9.8 1.5 L9.8 4 L7.3 4" stroke="currentColor" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
          </button>
          <button class="nav-btn" id="br-home" title="Home">
            <svg width="12" height="12" viewBox="0 0 12 12"><path d="M2 6 L6 2.5 L10 6 L10 10 L7.5 10 L7.5 7 L4.5 7 L4.5 10 L2 10 Z" stroke="currentColor" stroke-width="1.3" fill="none" stroke-linejoin="round"/></svg>
          </button>
          <div class="url-bar">
            <span class="lock">πŸ”’</span>
            <span class="url-scheme">https://</span><span class="url-host" id="br-host">trainytrain.xyz</span><span class="url-path" id="br-path">/articles</span>
            <span class="caret"></span>
          </div>
          <button class="nav-btn" id="br-go" title="Go" style="width: auto; padding: 0 10px;">Go</button>
        </div>
        <div class="browser-bookmarks">
          <div class="bm home" data-go="/articles"><div class="favicon"></div>Notes</div>
          <div class="bm" data-go="/articles/personal-library"><div class="favicon" style="background: linear-gradient(135deg, oklch(85% 0.14 60), oklch(55% 0.16 35));"></div>books</div>
          <div class="bm" data-go="/articles/music-list"><div class="favicon" style="background: linear-gradient(135deg, oklch(85% 0.10 350), oklch(55% 0.16 340));"></div>music</div>
          <div class="bm" data-go="/articles/software-and-hardware"><div class="favicon" style="background: linear-gradient(135deg, oklch(85% 0.14 140), oklch(50% 0.16 150));"></div>linux</div>
        </div>
        <div class="browser-page" id="br-page"></div>
        <div class="browser-status">
          <span id="br-status">Done</span>
          <div class="progress" id="br-progress" style="display:none;"><div class="progress-bar"></div></div>
          <span>πŸ”’ trainytrain.xyz Β· 100%</span>
        </div>
      </div>
    </div>

    <!-- NEIGHBORS / BUDDY LIST -->
    <div class="win glass" id="w-neighbors" style="left: 880px; top: 220px; width: 340px; display: none;">
      <div class="titlebar" style="background: var(--title-bar);"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>Neighbors β€” the indie web</div>
      <div class="body">
        <div style="font-size: 11px; opacity: 0.7; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1.5px;">friends &amp; favorite homepages Β· </div>
        <div class="bud-list">
          <div class="bud-row"><div class="bud-led on"></div><div><div class="bud-name">spyware watchdog</div><div class="bud-host">spyware.neocities.org</div></div><div class="bud-mood">stop using spyware</div></div>
          <div class="bud-row"><div class="bud-led on"></div><div><div class="bud-name">/g/</div><div class="bud-host">4chan.org/g/</div></div><div class="bud-mood">retards</div></div>
          <div class="bud-row"><div class="bud-led on"></div><div><div class="bud-name">privacy guides</div><div class="bud-host">privacyguides.org</div></div><div class="bud-mood">take back control</div></div>
        </div>
        <div class="bud-foot">
          <span>last sync Β· 2 min ago</span>
          <a href="#">see all 19 β†’</a>
        </div>
        <p style="margin: 12px 0 0; font-size: 11px; line-height: 1.55; opacity: 0.7; font-family: 'Plus Jakarta Sans', sans-serif;">
          all hand-curated. no algorithms, no follow-back debt. if you keep a homepage and want to be neighbors, <a class="aero-link" id="neighbors-contact-link" href="#">drop a line</a>.
        </p>
      </div>
    </div>

    <!-- WEBRING (top-center floating) -->
    <div class="webring no-drag" id="webring">
      <div class="wr-label"><span class="wr-flower">❀</span>quiet web ring</div>
      <a class="wr-btn" href="#" id="wr-prev" title="previous site in the ring">Β« prev</a>
      <span class="wr-btn middle" id="wr-count">site 42 / 184</span>
      <a class="wr-btn" href="#" id="wr-rand" title="random site">random</a>
      <a class="wr-btn" href="#" id="wr-next" title="next site in the ring">next Β»</a>
    </div>

    <!-- STICKY NOTE pinned to desktop -->
    <div class="sticky-note" id="sticky" style="right: 32px; top: 96px;">
      <div class="sn-head">remember</div>
      be mindful<br/>
      love my wife.<br/>
      study for cfa !!!<br/>
      <span style="opacity:0.7">β€” and stop checking</span><br/>
      <span style="opacity:0.7">the news so much</span>
      <span class="sn-sig">β€” t.</span>
    </div>

    <!-- UPTIME RIBBON (bottom-right above taskbar) -->
    <div class="uptime-ribbon" id="uptime">
      <div class="ur-led"></div>
      <span>online &amp; quiet</span>
      <span class="ur-sep">Β·</span>
      <span>uptime 412d</span>
      <span class="ur-sep">Β·</span>
      <span>β™₯ from garden grove, ca</span>
    </div>

    <!-- TASKBAR -->
    <div class="taskbar">
      <div class="start"><span style="font-size:16px;">❀</span> tyler</div>
      <div class="sep"></div>
      <div id="mt"></div>
      <div class="sep"></div>
      <div id="cc"></div>
      <div class="sep"></div>
      <div class="tray">
        <span class="tray-alert" id="koa-tray" title="System notice β€” keep android open" data-open="koa">
          <span class="tra-led"></span>
          <span class="tra-label">android</span>
          <span class="tra-count" id="koa-tray-count">β€”</span>
        </span>
        <span style="opacity:0.6">|</span>
        <span class="clock" id="clock"></span>
        <span style="opacity:0.6">|</span>
        <span>πŸ“Ά ☁ 73Β°F</span>
      </div>
    </div>

    <!-- SYSTEM ALERT β€” Keep Android Open -->
    <div class="win glass koa-alert" id="w-koa" style="left: 520px; top: 180px; width: 380px; display: none;">
      <div class="titlebar koa-title"><div class="dots"><div class="dot r no-drag" onclick="this.closest('.win').style.display='none'"></div><div class="dot y"></div><div class="dot g"></div></div>System Notice β€” keepandroidopen.org</div>
      <div class="body koa-body">
        <div class="koa-hero">
          <div class="koa-bot">πŸ€–</div>
          <div>
            <div class="koa-eyebrow">scheduled event Β· sep 2026</div>
            <div class="koa-headline">Android sideloading goes away.</div>
          </div>
        </div>
        <p class="koa-copy">Starting September 2026, Google will require every Android app to be registered with a verified developer identity β€” including apps installed outside the Play Store. F-Droid, sideloaded APKs, custom ROMs that aren't signed through Google: all affected.</p>
        <div class="koa-countdown" id="koa-countdown">
          <div class="koa-cd-cell"><span class="koa-cd-n" id="koa-cd-d">β€”</span><span class="koa-cd-l">days</span></div>
          <div class="koa-cd-cell"><span class="koa-cd-n" id="koa-cd-h">β€”</span><span class="koa-cd-l">hrs</span></div>
          <div class="koa-cd-cell"><span class="koa-cd-n" id="koa-cd-m">β€”</span><span class="koa-cd-l">min</span></div>
          <div class="koa-cd-cell"><span class="koa-cd-n" id="koa-cd-s">β€”</span><span class="koa-cd-l">sec</span></div>
        </div>
        <div class="koa-actions">
          <a class="aqua sm" href="https://keepandroidopen.org" target="_blank" rel="noopener" style="text-decoration:none;">learn more β†’</a>
          <button class="koa-dismiss no-drag" id="koa-dismiss">don't show again</button>
        </div>
      </div>
    </div>

    <audio id="bgm" loop preload="none"></audio>
  </div>

<script src="aero.js"></script>
<script src="articles.js"></script>
<script src="index.js"></script>
</body>
</html>