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
|
<!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>Contact Runxi Yu</title>
<link rel="stylesheet" href="/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="utf-8" />
</head>
<body class="indent">
<h1>Contact Runxi Yu</h1>
<p>There are many ways to contact me. None of these require proprietary software.</p>
<ul>
<li id="email">Electronic mail to <code>runxi</code> AT <code>andrewyu</code> DOT <code>org</code>. (Please sign and encrypt messages if possible. See below.)</li>
<li id="irc">Internet Relay Chat to <code>Adeline</code> on <a href="https://libera.chat/">Libera.Chat</a> and <code>irc.andrewyu.org</code>.</li>
<li><a rel="me" href="https://social.treehouse.systems/@AndrewYu"><code>@AndrewYu@social.treehouse.systems</code> on Mastodon</a></li>
<li id="address">Paper mail to <code>Yu, Runxi (Run Xi 于润熙, s22537, 1800, Lane 900 North Sanxin Road, Songjiang District, Shanghai, China 201620</code>. (Note that I do not check school mail daily and I can't check it during vacations. Please do not attempt to use OpenPGP encryption or such for paper mail.)</li>
</ul>
<p><a href="/note/wechat.html">Please do not contact me via WeChat. (Same for other proprietary stuff like Discord.)</a><br /><a href="/note/social-media.html">I do not use modern "social media" like Twitter or Weibo, here's why.</a><br /><a href="/note/comms.html">Please follow these communication guidelines when applicable.</a><br /><a href="/school/contact.html">If you are a student of YK Pao School and would like to contact me for school-related purposes, use this.</a></p>
<h2 id="pgp">OpenPGP</h2>
<p>If you have no idea what these mean, read <a href="https://emailselfdefense.org/">the Email Self Defense tutorial</a>.</p>
<p>Usually, electronic mail that I send are signed with my OpenPGP key. Please use OpenPGP when contacting me through electronic mail. The following are available.</p>
<ul>
<li><a href="https://www.andrewyu.org/pgp/andrew-ecc.asc">My ECC key</a> (recommended)</li>
<li><a href="https://www.andrewyu.org/pgp/andrew.asc">My RSA key</a></li>
<li><a href="https://www.andrewyu.org/pgp/allkeys.asc">My keyring of friends</a></li>
</ul>
<p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>andrewyu.org</code>, and also check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p>
<p>Once confirmed, please sign and share my key in order to build the OpenPGP Web of Trust.</p>
<div id="footer">
<hr />
<p><a href="/">Runxi Yu's Website</a></p>
<p>Unless otherwise specified with the "<span class="copyright">copyright</span>" HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p>
</div>
</body>
</html>
|