-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
309 lines (283 loc) · 12.8 KB
/
index.html
File metadata and controls
309 lines (283 loc) · 12.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Personal blog covering mind, health, science, technology, arts, and more." />
<meta property="og:title" content="Streamcode9 · Learn sleep repeat" />
<meta property="og:description" content="Personal blog covering mind, health, science, technology, arts, and more." />
<meta property="og:url" content="https://streamcode9.github.io/" />
<meta property="og:site_name" content="Streamcode9" />
<meta property="og:type" content="website" />
<link rel="canonical" href="https://streamcode9.github.io/" />
<title>Streamcode9 · Learn sleep repeat</title>
<link rel="stylesheet" href="/assets/site.css" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
</head>
<body>
<header class="site-header">
<nav>
<a href="/index.html" aria-current="page">Home</a>
<a href="/pages/blog.html">Blog</a>
</nav>
</header>
<main>
<h1>Learn sleep repeat</h1>
<!-- 1. Mind & Psychology -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>1. Mind & Psychology</h2>
<div class="category-content">
<p class="category-description">Understanding yourself and others: cognitive psychology, emotional intelligence, cognitive biases, motivation and habits, mental health, critical thinking.</p>
<ul>
<li><a href="/2025/04/05/organizing-knowledge.html">Organizing Knowledge</a></li>
</ul>
</div>
</section>
<!-- 2. Body & Health -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>2. Body & Health</h2>
<div class="category-content">
<p class="category-description">Maintaining physical functioning: anatomy, nutrition, physical activity, sleep, first aid, disease prevention.</p>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Martial Arts</h3>
<div class="category-content">
<ul>
<li><a href="/2025/01/06/taijiquan.html">Taijiquan</a></li>
<li><a href="/2025/01/05/taijiquan-40-levels.html">Taijiquan 40 Levels</a></li>
<li><a href="/2025/04/04/chen.html">Chen Style Taijiquan</a></li>
<li><a href="/2024/01/09/taiji-double-weight.html">Taiji Double Weight</a></li>
</ul>
</div>
</section>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Physical Activity</h3>
<div class="category-content">
<ul>
<li><a href="/2024/07/11/health.html">Health & Wellness</a></li>
<li><a href="/2024/07/05/bike.html">Biking</a></li>
</ul>
</div>
</section>
</div>
</section>
<!-- 3. Relationships & Communication -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>3. Relationships & Communication</h2>
<div class="category-content">
<p class="category-description">Interacting with other people: interpersonal relationships, family, parenting, negotiations, public speaking, networking.</p>
</div>
</section>
<!-- 4. Economics & Finance -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>4. Economics & Finance</h2>
<div class="category-content">
<p class="category-description">Understanding money and resources: personal finance, investing, macroeconomics, taxes, entrepreneurship, insurance.</p>
</div>
</section>
<!-- 5. Work & Career -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>5. Work & Career</h2>
<div class="category-content">
<p class="category-description">Making a living: job search, professional development, productivity, project management, leadership.</p>
<ul>
<li><a href="https://github.com/streamcode9/software-design/blob/master/README.md">Software Design Principles</a></li>
<li><a href="https://github.com/streamcode9/os/blob/main/README.md">Schedule</a></li>
</ul>
</div>
</section>
<!-- 6. Technology & Computing -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>6. Technology & Computing</h2>
<div class="category-content">
<p class="category-description">Tools of the modern world: programming, software architecture, operating systems, networks, information security, AI.</p>
<ul>
<li><a href="/2024/01/08/epub-fb2.html">EPUB and FB2 Formats</a></li>
</ul>
</div>
</section>
<!-- 7. Languages -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>7. Languages</h2>
<div class="category-content">
<p class="category-description">Communication tools: native language, English, other languages, linguistics.</p>
</div>
</section>
<!-- 8. Science & Mathematics -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>8. Science & Mathematics</h2>
<div class="category-content">
<p class="category-description">Understanding the physical world: mathematics, physics, chemistry, biology, astronomy, scientific method.</p>
<ul>
<li><a href="/2024/01/02/science.html">Science</a></li>
<li><a href="/2025/04/05/mltt-72.html">Martin-Löf Type Theory (1972)</a></li>
<li><a href="/2025/08/28/math-countries.html">Mathematics by Country</a></li>
</ul>
</div>
</section>
<!-- 9. Philosophy & Worldview -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>9. Philosophy & Worldview</h2>
<div class="category-content">
<p class="category-description">Fundamental questions: ethics, epistemology, metaphysics, logic, religion and spirituality, death and mortality.</p>
<ul>
<li><a href="/2024/01/04/philosophy.html">Philosophy</a></li>
<li><a href="/2024/01/06/Karl-Marx.html">Karl Marx</a></li>
<li><a href="/2024/01/07/Ivan-Pavlov.html">Ivan Pavlov</a></li>
</ul>
</div>
</section>
<!-- 10. History & Civilization -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>10. History & Civilization</h2>
<div class="category-content">
<p class="category-description">Where we came from: world history, history of ideas, history of technology, history of wars and conflicts, local history.</p>
</div>
</section>
<!-- 11. Society & Politics -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>11. Society & Politics</h2>
<div class="category-content">
<p class="category-description">How human society is organized: political systems, law, sociology, geopolitics, media and propaganda, civic participation.</p>
<ul>
<li><a href="/2024/01/03/countries.html">Countries</a></li>
</ul>
</div>
</section>
<!-- 12. Practical Skills -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>12. Practical Skills</h2>
<div class="category-content">
<p class="category-description">Everyday survival: cooking, repair and DIY, driving, housekeeping, survival, legal literacy.</p>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Culinary</h3>
<div class="category-content">
<ul>
<li><a href="/2025/08/25/sushi.html">Sushi</a></li>
</ul>
</div>
</section>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Home & Household</h3>
<div class="category-content">
<ul>
<li><a href="/2025/01/28/hus.html">House & Home</a></li>
</ul>
</div>
</section>
</div>
</section>
<!-- 13. Geography & Environment -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>13. Geography & Environment</h2>
<div class="category-content">
<p class="category-description">Where we live: physical geography, countries and cultures, ecology, climate change, urbanism.</p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Sustainability">Sustainability</a></li>
</ul>
</div>
</section>
<!-- 14. Arts & Culture -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>14. Arts & Culture</h2>
<div class="category-content">
<p class="category-description">Beauty and self-expression: music, visual art, literature, film and theater, architecture.</p>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Music</h3>
<div class="category-content">
<ul>
<li><a href="/2024/11/05/music-theory.html">Music Theory</a></li>
<li><a href="/2024/07/12/ukulele.html">Ukulele</a></li>
<li><a href="/2024/07/12/ukulele-2.html">Ukulele 2 - Roy Smeck Method</a></li>
<li><a href="/2024/07/02/music.html">Musicians & Artists</a></li>
<li><a href="/2024/11/04/zemfira.html">Zemfira</a></li>
</ul>
</div>
</section>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Visual Arts</h3>
<div class="category-content">
<ul>
<li><a href="/2024/07/03/art.html">Art</a></li>
<li><a href="/2024/07/04/anime.html">Anime</a></li>
<li><a href="/2024/07/01/origami.html">Origami</a></li>
</ul>
</div>
</section>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Literature & Film</h3>
<div class="category-content">
<ul>
<li><a href="/2024/06/30/literature.html">Literature</a></li>
<li><a href="/2024/01/05/cinema.html">Cinema</a></li>
</ul>
</div>
</section>
</div>
</section>
<!-- 15. Entertainment & Leisure -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>15. Entertainment & Leisure</h2>
<div class="category-content">
<p class="category-description">Rest and recovery: games, sports, hobbies, travel.</p>
<section class="sub-category">
<button class="category-toggle" aria-expanded="true">▼</button>
<h3>Games</h3>
<div class="category-content">
<ul>
<li><a href="/2024/01/01/games.html">Games</a></li>
<li><a href="/2025/12/26/nes.html">NES Emulators</a></li>
<li><a href="/2025/04/05/mtg-pauper.html">MTG Pauper</a></li>
</ul>
</div>
</section>
</div>
</section>
<!-- Blog link -->
<section class="super-category">
<button class="category-toggle super-toggle" aria-expanded="true">▼</button>
<h2>Blog</h2>
<div class="category-content">
<ul>
<li><a href="/pages/blog.html">Latest posts</a></li>
</ul>
</div>
</section>
</main>
<footer class="site-footer">
<small>© 2025 Streamcode9</small>
</footer>
<script>
document.querySelectorAll('.category-toggle').forEach(button => {
button.addEventListener('click', function() {
const content = this.nextElementSibling.nextElementSibling;
const isExpanded = this.getAttribute('aria-expanded') === 'true';
this.setAttribute('aria-expanded', !isExpanded);
content.classList.toggle('collapsed');
});
});
</script>
</body>
</html>