summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6cf2548..f117ed6 100644
--- a/index.html
+++ b/index.html
@@ -28,6 +28,7 @@
 		<hr />
 		<h2 id="me">About me</h2>
 		<p>I am Andrew Yu, a 14-year-old in Shanghai, China, currently studying at <a href="https://ykpaoschool.cn/">YK Pao School</a> (link requires JavaScript to function, will discuss replacements).  My main fields of interest are philosophy (especially political philosophy), metamathematics, programming fundamentals and molecular biology.  I'm also a Free Computing activist.</p>
+		<hr />
 		<h2 id="articles">Articles</h2>
 		<p>Pages for other projects (i.e. Evosaur) are not listed&mdash;only independent articles are listed here.  These are sorted from newest to oldest.  Some do not come with HTML anchors: these articles are not published online, but are still listed here.  For these, you may ask me for a copy in real life, but it is within my rights to decline such requests.</p>
 		<ul>
@@ -39,11 +40,12 @@
 			<li><a href="/article/pragmatic-use-of-nonfree-software.html">Pragmatic Use of Nonfree Software</a> (2)</li>
 			<li><a href="/article/free-software-education-in-china-and-covid-19.html">Free Software, Education in China and COVID-19</a> (1)</li>
 		</ul>
-		<p>I'm still adding them back here, might take a while for me to find my articles.  If you have any that I missed, please inform me.  Thanks.</p>
+		<hr />
 		<h2 id="subsites">Personal Subsites</h2>
 		<ul>
 			<li><a href="/school/">School stuff</a></li>
 		</ul>
+		<hr />
 		<h2 id="other-articles">Articles by others</h2>
 		<p>These are articles that I've read that I believe is worth sharing here.</p>
 		<ul>
@@ -51,6 +53,7 @@
 			<li><a href="https://www.theguardian.com/commentisfree/2022/jan/19/america-biden-trump-authoritarinism">Authoritarinism in the US</a></li>
 			<li><a href="https://stallman.org/articles/companies-snoop-on-students.html">Many governments invite schools to invite companies to snoop on students</a></li>
 		</ul>
+		<hr />
 		<h2 id="random">Random links</h2>
 		<ul>
 			<li><a href="https://fsf.org">The Free Software Foundation</a></li>
4814' href='/akkartik/mu/commit/html/subx/034compute_segment_address.cc.html?h=hlt&id=e4ac3c9e6e5464a0fc0f8fd3763a572e0e180c04'>e4ac3c9e ^
608a7fa8 ^
5a2cb154 ^




104e521c ^

5a2cb154 ^
104e521c ^




a630d7fb ^
5a2cb154 ^








a630d7fb ^


5a2cb154 ^
a630d7fb ^


5a2cb154 ^


a630d7fb ^












5a2cb154 ^
a630d7fb ^














5a2cb154 ^



104e521c ^



5a2cb154 ^

104e521c ^









5a2cb154 ^
a630d7fb ^



5a2cb154 ^
a630d7fb ^








































































608a7fa8 ^



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