summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html36
-rw-r--r--life/index.html21
-rw-r--r--news/index.html18
3 files changed, 22 insertions, 53 deletions
diff --git a/index.html b/index.html
index dcd8652..2173b1b 100644
--- a/index.html
+++ b/index.html
@@ -11,43 +11,16 @@
 		<h1>Andrew Yu</h1>
 		<hr />
 		<div id="now">
-		<pre class="copyright">
-<a href="https://www.rfc-editor.org/rfc/rfc2321.txt">RFC 2321</a>                          RITA                      1 April 1998
-
-
-   In this document we introduce a new hardware-based tool for diagnosis
-   and repair of network related hardware and software problems. This
-   tool is best suited to addressing nondeterministic problems such as
-   those described above. This tool has broad areas of application at
-   all levels of the OSI model; in addition to uses in the physical,
-   network, transport and application layers, it has been used to
-   successfully address problems at the political and religious layers
-   as well. RITA, the Reliable Internet Troubleshooting Agent, was
-   developed initially at The Leftbank Operation (now known as Cohesive
-   Network Systems, New England Division) based on a hardware platform
-   supplied by Archie McPhee (Reference [1]). A typical RITA unit is
-   depicted in Figure 1.
-
-         comb      neck             body                    feet
-          |         |                |                       |
-          v         v                V                       V
-           ,^/'/,           ,______________________.         ,
-         i'  '  /          /                       =========&lt;-
-        / &lt;o&gt;   `---------/                        \         `
-      .;__.  ,__,--------.                         /         ,
-         / ,/ vv          \                        =========&lt;-
-        '-'                `-----------------------'         `
-         ^     ^                                     ^
-         |     |                                     |
-        beak  wattles                               legs
-
-                                 Figure 1.</pre>
+			<p>
+			Is mathematics a creation or a discovery?  Submit your answers to <a href="https://mail.andrewyu.org/mailman/listinfo/andrew-public-inbox">andrew-public-inbox@andrewyu.org</a>.
+			</p>
 		</div>
 		<hr />
 		<p id="about-me">I am Andrew Yu, a 14-year-old student in Shanghai, China, currently studying at YK Pao School.  I am interested in fundamental computer science, political philosophy, (more clinically-oriented) biology, and quantum and elementary particle physics.
 		<hr />
 		<ul>
 			<li><a href="https://www.andrewyu.org/">My Personal Website</a></li>
+			<li><a href="https://www.andrewyu.org/news/">News</a></li>
 			<li><a href="https://www.andrewyu.org/article/">Personal Articles</a></li>
 			<li><a href="https://www.andrewyu.org/contact.html">Contact</a></li>
 			<li><a href="https://git.andrewyu.org/">Git (Cgit WWW frontend)</a></li>
@@ -56,7 +29,6 @@
 			<li><a href="https://learn.tuxiversity.org/">Tuxiversity (Unmaintained, please help)</a></li>
 			<li><a href="https://www.andrewyu.org/school/">School Stuff Hub</a></li>
 			<li><a href="https://www.andrewyu.org/other-articles/">Articles by Other People I Find Worth Sharing</a></li>
-			<li><a href="https://www.andrewyu.org/life/">Miniture Life Log</a></li>
 			<li><a href="https://www.andrewyu.org/note/">Frequently Used Snippets for Frequently Asked Questions</a></li>
 			<li><a href="https://www.andrewyu.org/buffer.html">Random Buffer Webpage</a></li>
 			<li><a href="https://www.andrewyu.org/hub.html">Weird link hub thing</a></li>
diff --git a/life/index.html b/life/index.html
deleted file mode 100644
index cb7a88d..0000000
--- a/life/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!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's Life Log</title>
-		<link rel="stylesheet" href="/plain.css" />
-		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
-		<meta charset="utf-8" />
-	</head>
-	<body class="indent">
-		<h1>Andrew Yu's Life Log</h1>
-		<p>Short ``fun facts'' in life.  Kind-of like your average ``social media'' blog, but without a manipulative algorithm in the middle and without political ideas (which should be discussed extensively, see my articles for these).</p>
-		<hr />
-		<p>
-		September 21, 2022: First week of school, or the first two weeks depending on how you see it, was nice.  Humanities are challenging, other classes are generally easy.  As expected I knew nobody, except for one person that is.  I'm not an exovert for the most part.  Food is good.  People are way too good at sports.  Gossip is excessive.
-		</p>
-		<div id="footer">
-			<hr />
-			<p><a href="/">Andrew Yu's Website</a></p>
-		</div>
-	</body>
-</html>
diff --git a/news/index.html b/news/index.html
new file mode 100644
index 0000000..d64acd7
--- /dev/null
+++ b/news/index.html
@@ -0,0 +1,18 @@
+<!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>News from Andrew Yu</title>
+		<link rel="stylesheet" href="/plain.css" />
+		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+		<meta charset="utf-8" />
+	</head>
+	<body class="indent">
+		<h1>News from Andrew Yu</h1>
+		<p></p>
+		<p>Update OpenSSL version 3.x to 3.0.7 as soon as 3.0.7 is released.  A CRITICAL vulnerability is addressed.</p>
+		<div id="footer">
+			<hr />
+			<p><a href="/">Andrew Yu's Website</a></p>
+		</div>
+	</body>
+</html>