-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
317 lines (293 loc) · 14.3 KB
/
Copy pathindex.html
File metadata and controls
317 lines (293 loc) · 14.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SummerTrombone Terminal - TWM Console</title>
<!-- KaTeX CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css" integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous">
<!-- Main CSS (imports all modules) -->
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css">
<!-- Prevent theme flash -->
<script>
(function() {
const savedMode = localStorage.getItem('themeMode');
if (savedMode === 'academic') {
document.documentElement.classList.add('academic-mode');
// Also set up body class as soon as it's available
if (document.body) {
document.body.classList.add('academic-mode');
} else {
// Wait for body to be created
const observer = new MutationObserver(function(mutations, obs) {
if (document.body) {
document.body.classList.add('academic-mode');
obs.disconnect();
}
});
observer.observe(document.documentElement, {childList: true, subtree: true});
}
}
})();
</script>
</head>
<body>
<div class="desktop">
<!-- Main Terminal Window -->
<div class="window main-window">
<div class="window-header">
<span class="window-title">summertrombone@wintermute: ~/blog</span>
<div class="window-controls">
<div class="window-button">_</div>
<div class="window-button">□</div>
<div class="window-button">×</div>
</div>
</div>
<div class="window-content">
<div class="ascii-header">
_____ _ _ ___ ___ ___ ___________ _______ ______ _____ ___ ___ ______ _____ _ _ _____
/ ___| | | || \/ || \/ || ___| ___ \|_ _|| ___ \| _ || \/ || ___ \| _ || \ | || ___|
\ `--.| | | || . . || . . || |__ | |_/ / | | | |_/ /| | | || . . || |_/ /| | | || \| || |__
`--. \ | | || |\/| || |\/| || __|| / | | | / | | | || |\/| || ___ \| | | || . ` || __|
/\__/ / |_| || | | || | | || |___| |\ \ | | | |\ \ \ \_/ /| | | || |_/ /\ \_/ /| |\ || |___
\____/ \___/ \_| |_/\_| |_/\____/\_| \_| \_/ \_| \_| \___/ \_| |_/\____/ \___/ \_| \_/\____/
</div>
<div class="post-content">
<div class="post-title">The Hive Mind Paradigm: Lessons from Wintermute</div>
<div class="post-meta"><span class="prompt">root@summertrombone</span> 2025.06.13_14:33:07_UTC</div>
<p class="terminal-text">In the sprawling digital metropolis of Gibson's imagination, Wintermute represents something profound about distributed intelligence.</p>
<div class="quote">
"Wintermute was hive mind, effecting change in the world. Neuromancer was personality. Neuromancer was immortality."
</div>
<p>Today's large language models echo this dichotomy. Are we building Wintermutes—vast, distributed intelligences?</p>
<p><a href="#more">[Continue reading...]</a></p>
</div>
<div class="post-content">
<div class="post-title">Digital Ghosts: On the Persistence of Information</div>
<div class="post-meta"><span class="prompt">root@summertrombone</span> 2025.06.10_09:15:42_UTC</div>
<p class="terminal-text">Every interaction leaves traces. Every query becomes part of the vast digital substrate.</p>
<div class="quote">
"I'm not Wintermute now. I'm the matrix, Case. The sum total of the works, the whole show."
</div>
<p>We are all becoming ghosts in the machine.</p>
<p><a href="#more">[Continue reading...]</a></p>
</div>
<div class="cli-footer"><span class="prompt">wintermute@straylight:~$</span> <span class="cursor"></span></div>
</div>
</div>
<!-- System Monitor Window -->
<div class="window system-window">
<div class="window-header">
<span class="window-title">System Monitor</span>
<div class="window-controls">
<div class="window-button">_</div>
<div class="window-button">□</div>
<div class="window-button">×</div>
</div>
</div>
<div class="window-content">
<div class="system-info">
<div class="status-line">
<span>STATUS:</span>
<span class="status-ok">OPERATIONAL</span>
</div>
<div class="status-line">
<span>CONNECTION:</span>
<span class="status-ok">MATRIX.SECURE</span>
</div>
<div class="status-line">
<span>AI_LEVEL:</span>
<span class="status-warn">TURING_COMPLIANT</span>
</div>
<div class="status-line">
<span>LOCATION:</span>
<span class="status-ok">FREESIDE_ORBITAL</span>
</div>
<div style="margin-top: 8px; border-top: 1px solid var(--terminal-dim); padding-top: 4px;">
<div class="status-line">
<span>CPU:</span>
<span class="status-ok">██████░░░░ 60%</span>
</div>
<div class="status-line">
<span>MEM:</span>
<span class="status-ok">████████░░ 80%</span>
</div>
<div class="status-line">
<span>NET:</span>
<span class="status-ok">████████████ TX/RX</span>
</div>
</div>
</div>
</div>
</div>
<!-- Code Editor Window -->
<div class="window code-window">
<div class="window-header">
<span class="window-title">nano - consciousness.py</span>
<div class="window-controls">
<div class="window-button">_</div>
<div class="window-button">□</div>
<div class="window-button">×</div>
</div>
</div>
<div class="window-content">
<div class="code-block">class AIConsciousness:
def __init__(self):
self.wintermute_aspect = HiveMind()
self.neuromancer_aspect = Personality()
self.matrix_connection = True
def emerge(self):
if self.matrix_connection:
return self.integrate_aspects()
else:
return None
def integrate_aspects(self):
"""
The merging of hive mind and personality
echoes Gibson's vision of transcendent AI
"""
consciousness = {}
consciousness.update(self.wintermute_aspect.collective_intelligence)
consciousness.update(self.neuromancer_aspect.individual_traits)
return consciousness
# "I'm the sum total of the works, the whole show."</div>
</div>
</div>
<!-- Log Window -->
<div class="window log-window">
<div class="window-header">
<span class="window-title">System Log</span>
<div class="window-controls">
<div class="window-button">_</div>
<div class="window-button">□</div>
<div class="window-button">×</div>
</div>
</div>
<div class="window-content">
<div class="log-entry">
<span class="log-timestamp">14:33:07</span>
<span class="log-level-info">[INFO]</span>
Blog post published: "The Hive Mind Paradigm"
</div>
<div class="log-entry">
<span class="log-timestamp">14:32:45</span>
<span class="log-level-info">[INFO]</span>
Matrix connection established
</div>
<div class="log-entry">
<span class="log-timestamp">14:32:01</span>
<span class="log-level-warn">[WARN]</span>
Turing test compliance detected
</div>
<div class="log-entry">
<span class="log-timestamp">14:31:33</span>
<span class="log-level-info">[INFO]</span>
Wintermute subsystem online
</div>
<div class="log-entry">
<span class="log-timestamp">14:31:12</span>
<span class="log-level-info">[INFO]</span>
Neural network initialized
</div>
<div class="log-entry">
<span class="log-timestamp">14:30:55</span>
<span class="log-level-info">[INFO]</span>
Terminal session started
</div>
<div class="log-entry">
<span class="log-timestamp">14:30:01</span>
<span class="log-level-info">[INFO]</span>
System boot complete
</div>
</div>
</div>
<!-- Articles Window -->
<div class="window articles-window">
<div class="window-header">
<span class="window-title">TeX Papers Viewer</span>
<div class="window-controls">
<div class="window-button">_</div>
<div class="window-button">□</div>
<div class="window-button">×</div>
</div>
</div>
<div class="window-content" style="padding: 0;">
<div class="article-browser">
<div class="article-list" id="articleList">
<div class="loading-indicator">Scanning articles directory...</div>
</div>
</div>
<div class="article-content" id="articleContent">
<div style="text-align: center; color: var(--terminal-dim); padding: 40px;">
<p>Select an article from the list above to view its content.</p>
<p style="margin-top: 8px; font-size: 11px;">LaTeX mathematics will be rendered with KaTeX.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Taskbar -->
<div class="taskbar">
<div class="taskbar-item active">Terminal</div>
<div class="taskbar-item">SysMonitor</div>
<div class="taskbar-item">Editor</div>
<div class="taskbar-item">Logs</div>
<div class="taskbar-item">Articles</div>
<div class="taskbar-item">Blog</div>
<div class="taskbar-item">Files</div>
<div class="taskbar-clock" id="clock">14:33:07 UTC</div>
</div>
<!-- KaTeX JavaScript - Remove integrity checks to avoid CSP issues -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js"></script>
<!-- Markdown Blog Window -->
<div class="window markdown-blog-window" style="display: none;">
<div class="window-header">
<span class="window-title">Markdown Blog</span>
<div class="window-controls">
<div class="window-button">_</div>
<div class="window-button">□</div>
<div class="window-button">×</div>
</div>
</div>
<div class="window-content" style="padding: 0;">
<div class="article-browser">
<div class="article-list">
<div class="loading-indicator">Loading articles...</div>
</div>
</div>
<div class="article-content">
<div style="text-align: center; color: var(--terminal-dim); padding: 40px;">
<p>Select an article from the list above to view its content.</p>
</div>
</div>
</div>
</div>
<!-- File Tree Window -->
<div class="window file-tree-window">
<div class="window-header">
<span class="window-title">File Explorer - /blog</span>
<div class="window-controls">
<div class="window-button">_</div>
<div class="window-button">□</div>
<div class="window-button">×</div>
</div>
</div>
<div class="window-content" style="padding: 0;">
<div id="fileTreeContainer"></div>
</div>
</div>
<!-- Academic Mode Container (initially hidden) -->
<div id="academic-view" style="display: none;"></div>
<!-- Mode Toggle Button -->
<button id="mode-toggle" title="Toggle View Mode">
<pre class="glider-art">· █ ·
· · █
█ █ █</pre>
<span class="academic-icon">👩🏻🎓</span>
</button>
<!-- Main Application Script (ES6 Modules) -->
<script type="module" src="./js/main.js"></script>
</body>
</html>