summary refs log tree commit diff stats
path: root/life/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'life/index.html')
-rw-r--r--life/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/life/index.html b/life/index.html
new file mode 100644
index 0000000..cb7a88d
--- /dev/null
+++ b/life/index.html
@@ -0,0 +1,21 @@
+<!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>
.com> 2016-10-06 15:40:56 -0700 3447 - drop dependence on GNU make' href='/akkartik/mu/commit/build?h=main&id=a232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a'>a232af2f ^
6b0166ec ^
a232af2f ^

6acea762 ^
a232af2f ^
93569d9d ^
a232af2f ^




6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^

9397c4c2 ^






e35c2d68 ^
9397c4c2 ^












a232af2f ^




6acea762 ^
a232af2f ^


79cb6ea5 ^


e35c2d68 ^
79cb6ea5 ^
e35c2d68 ^




79cb6ea5 ^


a232af2f ^
eed2f30e ^
22d93b76 ^
46a3b11c ^

22d93b76 ^
a232af2f ^
6acea762 ^
a232af2f ^



20037b7c ^
e35c2d68 ^

20037b7c ^


3315a7d3 ^
a232af2f ^

e35c2d68 ^
a232af2f ^

e35c2d68 ^
a232af2f ^



6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^

6acea762 ^
a232af2f ^


38b80618 ^
a232af2f ^




e35c2d68 ^

6acea762 ^

89fd0bf2 ^

49559e00 ^
89fd0bf2 ^
e3a53f3a ^

46a3b11c ^
89fd0bf2 ^
48f6d48a ^
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149