-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout-me.html
101 lines (94 loc) · 5.27 KB
/
about-me.html
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
<!DOCTYPE html>
<html lang = "en">
<head>
<title>about me | duck_master's personal website</title>
<meta charset="utf-8">
<meta name="description" content="all about duck_master">
<link rel="stylesheet" href="main.css">
<!-- favicons -->
<link rel="icon" href="favicons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="favicons/apple-touch-icon.png">
<link rel="shortcut icon" href="favicons/favicon.ico">
</head>
<body>
<header>
<nav class = "navbar">
<a href = "index.html">Home</a>
<a href = "about-me.html">About me</a>
<a href = "about.html">About this website</a>
<a href = "legal-etc.html">Legal notes</a>
</nav>
<div class = "header-title">
<a href = "index.html"><h1>duck_master's personal website</h1></a>
<h2>miscellany since 2020</h2>
</div>
<div class = "header-img">
<img src = "avatar.png" alt = "">
</div>
</header>
<div class = "middler">
<div class = "content-box">
<h2>about me</h2>
<p>Have you ever wanted to know what kind of person I <i>really</i> was? Then look no further.</p>
</div>
<!-- TODO: add collapsible box for Wikidata-style statements -->
<div class = "content-box">
<h2>stuff I did</h2>
<ul>
<li>mathematical research at <a href = "https://math.mit.edu/research/highschool/primes/index.php">MIT PRIMES STEP</a> (2017 - 2019) and <a href = "https://math.mit.edu/research/highschool/primes/">MIT PRIMES</a> (2020 - 2022)</li>
<li>attend AwesomeMath (summers of 2018 - 2021), HCSSiM (2020)</li>
<li>briefly participating in Burning Man 2020</li>
<li>competing in:
<ul>
<li>AMC {8, 10, 12}</li>
<li>AIME</li>
<li>Duke Math Meet</li>
<li>HMMT/HMMO <small>(HMMO replaced HMMT Nov 2020 due to the SARS-CoV-2/COVID-19 pandemic)</small></li>
<li>Math Kangaroo</li>
<li>(virtual) MATHCOUNTS 2020</li>
<li>MathWorks Math Modeling Challenge</li>
<li>OMO</li>
</ul>
</li>
<li>sort-of helping to run HMMT Nov 2022, HMMT Feb 2023, PUMAC 2022*</li>
<li>being a "quizzer" in "Bible quizzing" (2014 - 2020)</li>
<li>learning piano at home (c. mid-2010s?)</li>
<li>participate in <a href = "https://github.com/NaNoGenMo/2020">NaNoGenMo 2020</a></li>
<li>bike <small>(unfortunately, I didn't bring my bike(s) to campus :'( )</small></li>
</ul>
</div>
<div class = "content-box">
<h2>stuff I do</h2>
<ul>
<li>study!!!</li>
<li>attend random social events</li>
<li>mathematical research, sometimes</li>
<li>write code in {Java, Python, Swift} on <a href = "https://github.com/duck-master">GitHub</a> and <a href = "https://repl.it/@duckmaster/">Replit</a> <small>(coming <del>soon</del>sometime: {Lean, Mathematica, SageMath, terminal}; I do not use R because it is an abomination)</small></li>
<li>attend the <a href = "https://sipb.mit.edu">MIT Student Information Processing Board</a></li>
<li>help expand and maintain English Wikipedia and Wikidata</li>
<li>play piano (very occasionally)</li>
</ul>
</div>
<div class = "content-box">
<h2>stuff I will (potentially) do</h2>
<ul>
<li>grok (and potentially research?) deep STEM concepts, such as</li>
<ul>
<li>the <a href = "https://ncatlab.org/nlab/show/computational+trilogy">computational trilogy</a></li>
<li><a href = "https://en.wikipedia.org/wiki/Topological_data_analysis">topological data analysis</a></li>
<li><a href = "https://en.wikipedia.org/wiki/AI_alignment">AI safety/alignment</a></li>
</ul>
<li>become good at intuitively predicting the future</li>
<li>grow up</li>
<li>get some kind of career?</li>
<li>get a girlfriend/family???</li>
</ul>
</div>
</div>
<footer>
<p> Questions, comments, or concerns? Send me email at <b>duckmaster0 at protonmail dot com</b></p>
<p> Last updated 2 January 2025 AD/CE</p>
<p>(c) 2020 - 2025 duck_master; <a href = "https://github.com/duck-master/duck-master.github.io">free and open source software</a> dual-licensed under<a href = "https://github.com/duck-master/duck-master.github.io/blob/master/LICENSE">MIT</a> and CC-BY 4.0</p>
</footer>
</body>
</html>