summary refs log tree commit diff stats
path: root/index.html
blob: 3904229e404f38d5d4459eeca1d4930e5ad71401 (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
69
70
71
72
73
74
75
76
77
<!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>
		<hr />
		<div id="main">
			<div id="nav">
				<h2>Navigation</h2>
				<ul>
					<li><a href="https://www.andrewyu.org">Personal site (the current thing)</a></li>
					<li><a href="#articles">My articles</a></li>
					<li><a href="https://git.andrewyu.org" class="alert">Git repositories</a></li>
					<li><a href="https://fcm.andrewyu.org" class="alert">Free Computing Movement</a></li>
					<li><a href="https://libre.andrewyu.org" class="alert">Libre Society (Broken)</a></li>
					<li><a href="https://host.andrewyu.org" class="alert">Server guides</a></li>
					<li><a href="https://users.andrewyu.org">Other users</a></li>
				</ul>
			</div>
			<hr />
			<div id="me">
				<h2>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>
			</div>
			<hr />
			<div id="contact">
				<h2>Contact</h2>
				<p>There are many ways to contact me.  None of these require proprietary software.</p>
				<ul>
					<li>Talk to me in real life.</li>
					<li>Paper mail.  (I cannot provide my home address to the general public.)</li>
					<li>Electronic mail to <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a>.</li>
					<li>Internet Relay Chat: ``Andrew'' on <a href="https://libera.chat/">Libera Chat</a> and <a href="https://irc.andrewyu.org/">LibreIRC</a>.</li>
				</ul>
				<p>Do not contact me via WeChat.  I only keep an account for school and use Mojo-Weixin to relay it to IRC.</p>
			</div>
		<hr />
			<div id="pgp">
				<h2>OpenPGP</h2>
				<ul>
					<li><a href="https://www.andrewyu.org/andrew-ecc.asc">My ECC key</a> is recommended;</li>
					<li><a href="https://www.andrewyu.org/andrew.asc">My RSA key</a> is a fallback;</li>
					<li><a href="https://www.andrewyu.org/allkeys.asc">My keyring for friends</a>;</li>
					<li><a href="https://www.andrewyu.org/revocation.rev">The revocation of my old key</a>.</li>
				</ul>
				<p class="alert">Check if you've actually downloaded these keys from <code>andrewyu.org</code>.  Check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p>
			</div>
			<hr />
			<div id="articles">
				<h2>Articles (or reference pages)</h2>
				<ul>
					<li><a href="/article/eax.txt">32-bit Linux syscall eax register list</a></li>
				</ul>
			</div>
			<hr />
			<div id="randlinks">
				<h2>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://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">America's authoritarinism</a>.</li>
				</ul>
			</div>
		</div>
		<hr />
		<div id="footer">
			<p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) with the HTTP protocol is under <a href="/cc0.txt">the CC0 public domain dedicator</a>.</p>
			<p>Works on this website that's supposed to be publicly accessible (don't try to get around my htaccess, don't crack my ssh, don't snoop on my email, etc) is public domain.  This does not include my projects and my git repos, see their LICENSE files for per-project information.  <a href="https://stpeter.im/writings/essays/publicdomain.html">https://stpeter.im/writings/essays/publicdomain.html</a> is a good explanation on why people put stuff in the public domain.</p>
			<p>(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, with or without attribution.)</p>
		</div>
	</body>
</html>