summary refs log tree commit diff stats
path: root/index.html
blob: f117ed60948b39210c66c65600f522244ce0da34 (plain) (blame)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
	<head>
		<title>Andrew Yu</title>
		<link rel="stylesheet" href="/plain.css" />
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
	</head>
	<body>
		<h1>Andrew Yu</h1>
		<p>Andrew Yu, a fellow Free Computing activist, welcomes you to <a href="/note/their.html">their</a> Website.</p>
		<hr />
		<p id="now">
		There is no current note at the moment.
		</p>
		<hr />
		<h2 id="nav">Navigation</h2>
		<ul>
			<li><a href="https://www.andrewyu.org">Personal site (this page)</a></li>
			<li><a href="/contact.html">Contact</a></li>
			<li><a href="https://git.andrewyu.org">Git repositories</a></li>
			<li><a href="https://evosaur.andrewyu.org">The Evosaur Project</a> (Technical)</li>
			<!--li><a href="https://fcm.andrewyu.org">Free Computing Movement</a> (Advocacy)</li>
			<li><a href="https://learn.tuxiversity.org">The Tuxiversity Project</a> (Education)</li-->
			<!--li><a href="https://host.andrewyu.org">Server guides (WIP)</a></li-->
			<li><a href="/note/">Frequently used answers</a></li>
			<li><a href="/buffer.html">Buffer area</a></li>
		</ul>
		<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>
			<li>A Fragile Society (7)</li>
			<li><a href="/article/copyright.html">Copyright: It's okay</a> (6)</li>
			<li><a href="/article/democracy-us.html">Democracy: Fundamentals</a> (5) (Unfinished)</li>
			<li><a href="/article/democracy-fundamentals.html">Democracy: Fundamentals</a> (4) (Unfinished)</li>
			<li><a href="/article/abortion.html">Abortion</a> (3)</li>
			<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>
		<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>
			<li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance vs Democracy</a></li>
			<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>
			<li><a href="https://based.cooking">A simple clean receipe site</a></li>
			<li><a href="https://landchad.net">Host your own services</a></li>
		</ul>
		<div id="footer">
			<hr />
			<p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is in the public domain.  (In juristictions where it is impossible to publish into the public domain, the following applies: Permission is hereby granted, free of charge, to any person obtaining a copy of this work, to deal in the work without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of this work, and to permit persons to whom the work is furnished to do so.)</p>
		</div>
	</body>
</html>