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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="AlmightyMiau's Personal Website">
<link href="styles.css" rel="stylesheet">
<title>Miau :3</title>
<link rel="icon" type="image/x-icon" href="miau.jpg">
<script>
function hidePages() {
let status = document.getElementById("pages").style.display;
if (status === "none") {
document.getElementById("pages").style.display = "block";
} else {
document.getElementById("pages").style.display = "none";
}
}
function hideBut() {
let status = document.getElementById("buttons").style.display;
if (status === "none") {
document.getElementById("buttons").style.display = "block";
} else {
document.getElementById("buttons").style.display = "none";
}
}
</script>
</head>
<body>
<div id="container">
<div class="topbar"></div>
<div id="flex">
<main>
<div class="title"> Welcome home pookie! </div>
<div class="content">
<p>
Hiiiii :3 I'm Miau. I like engineering and computers. I have somewhat of an obsession with
factorio at 1500+ hours played in 3 years. I am also learning German and Japanese on Duolingo.
</p>
<div class="date">
<a href="https://AlmightyMiau.gay"><img
src="sillies/miau.gif"></a>
</div>
</div>
<div class="title"> Website Journal</div>
<div class="content">
<div class="date">3/25/2025</div>
<p>
Hey hey people, I have updated my factorio hours up top (1300->1500), which is currently at
1561 hours.
</p>
<p>
I updated the cgit stylesheet to fix some color issues, such as the code being black text
on a dark gray background.
</p>
<p>
I sent my all of the programs I made while doing Harvard's cs50 course to my git page.
</p>
</div>
<div class="content">
<div class="date">2/6/2025</div>
<p>
I have wanted to host my website myself for a while now,
and I finally got to it and started following <a href="https://Landchad.net">LandChad's
course</a> on how to 'Start a website'
</p>
<ul>
<li>
Started renting a small debian server from Vultr
</li>
<li>
Connected my domain 'almightymiau.gay' to the server's IP
</li>
<li>
Set up nginx on the server, which serves the website to people
</li>
<li>
Got https certification set up with Certbot (it's free! wow!)
</li>
<li>
Set up a cronjob to automatically renew the certificate
</li>
<li>
Cloned my website onto the webserver from github
</li>
<li>
Set up a cronjob to automatically update the website from github every 12 hours
</li>
<li>
Installed rsync on server and laptop (didnt do much with it)
</li>
<li>
Set up SSH keys from laptop to vps :3
</li>
<li>
Installed dnsmasq (havent done anythign else for it)
</li>
<li>
Read about Monero, I'm interested but haven't done anything yet
</li>
<li>
Set up Wireguard VPN on vps, connected laptop, FAILED
</li>
</ul>
<div class="date">2/8/2025</div>
<ul>
<li>
Set up git system on main website
</li>
<li>
Set up cgit, a git web interface, available at <a href="https://git.almightymiau.gay">git.almightymiau.gay</a>
</li>
<li>
Pushed Bitburner.git, Odin-recipes.git, Odin-landing.git (all of my important/neat repos to server)
</li>
<li>
Didn't like the light mode that comes with cgit, so I found a <a href="https://github.com/jb3/cgit-dark">dark theme</a> online, and put the stars background on it.
</li>
<li>
I'll change more of the git page's style sometime, but there's a lot to go through in there.
</li>
</ul>
<p>
Added the button to go to my git page on the sidebar.
There isn't a link back here from there tho.
</p>
</div>
<div class="content">
<div class="date">1/12/2025</div>
<p>
Today I did some pondering (I sat outside on my couch for an hour after getting an hour of sleep) on the relationship betweeen pay, effort, and skill of jobs. I started out with a disconnect between the physical effort of a job and how well it pays, such as the difference between physical labor (I think of farming) and office work. I do realize that the development of a skill should correspond to an increased pay, but it still feels weird to me that there's an inverse correlation between the physical effort of a job and how well it pays. (I beleive high level skills (doctors, artisans) should be rewarded for their abilities, its just that office work feels strange to me)
</p>
<p>I also added a picture of "Chad" to <a href="cats.html">Cats</a>
</p>
</div>
<div class="content">
<div class="date">11/25/2024</div>
<p>
I finished my playthrough of the Factorio mod Space Exploration, and started adding pictures of my factory to <a href="factorio.html">Factorio</a>.
</p>
<p>
I don't think I'm finishing it tonight because my eyes are already closing
</p>
</div>
<div class="content">
<div class="date">10/24/2024</div>
<p>
I added two pictures of my Factorio Space Exploration factory to the <a href="factorio.html">Factorio</a> page.
</p>
</div>
<div class="content">
<div class="date">10/23/2024</div>
<p>
woa not neglected this time
</p>
<p>
I added megidolaon's button to the side bar
</p>
<p>
added 4 stamps and 10 stickers to <a href="silly.html">silly</a>
</p>
<p> thats it :3</p>
</div>
<div class="content">
<div class="date">10/20/2024</div>
<p>
<p>
AAAAAAAAAAAAAAAAAAAAAAA I neglected my child again
</p>
<p>
I am here today to add a new feature to the <a href="silly.html">SILLY</a> page, so that when you click/hover over the PISS sticker, it will change the background to that sticker. :3
</p>
<p>
I am planning on adding a bunch of stuff to the <a href="factorio.html">Factorio</a> page, but i haven't gotten around to it bc it sounds like a lot of work :(
</p>
<p>
I am also <i>going to</i> add a list and pictures to the <a href="cats.html">Cats</a> page
</p>
<p>
I've been in my first actual semester of college for the past 2 months, which is part of why I haven't been working on this. I really enjoy my comp sci class, even though I should probably be in a higher level class. If I could, I would only do this class (computers :3). I am also in a calculus 1 class, most of which I already learned in high school :/. My art appreciation class is quite interesting, learning about different paints, how they're made, what they excel in, etc. I really don't like my english class and I can't wait until I don't have to take any more.
</p>
<p>
:3
</p>
<p>
ok 2 hours later and I have added background effects to some of the stamps and stickers. (I don't think all of them need/deserve it)
When you click on a sticker, for example the one that says piss, it will toggle that image as the background. The set of backgrounds at the bottom use a different method that I completely stole from <a href="https://goblin-heart.net/sadgrl/webmastery/downloads/tiledbgs">sadgrl</a>, which will have a preview of a background while you hover your cursor over it.
</p>
<p>
It is 4:23 am and I am quite eepy ¦| goodnight
</p>
</p>
</div>
<div class="content">
<div class="date">8/7/2024</div>
<p>
<p>⤑ Tried using python with flask to simplify adding new pages, but it didn't work out :(</p>
<p>⤑ Added a new page called <a href="silly.html">Silly</a></p>
<p>⤑ Added a bunch of stamps and buttons to <a href="silly.html">Silly</a></p>
<p>⤑ Finally added art to <a href="art.html">Art</a>. I have drawings of my cat Sassy, Adeptus Mechanicus artwork, memes I drew during math class, a marker tattoo I made a while ago, and some digital art</p>
<p>⤑ Fixed tab titles, added a metadata description, and added a tab favicon
</p>
</div>
<div class="content">
<div class="date">8/1/2024</div>
<p>
<p>Wow it's already been a month and I haven't done anything on here.</p>
<p>⤑ I finished my first college course recently. I had CIS-1A, an introduction to
computer systems and microsoft office. It was pretty easy and I can't wait to start my fall
term. I'm gonna have C++ programming, Calculus I, English comp, and Art appreciation.</p>
<p>⤑ I made a new page today that I've been thinking about adding for a week now: <a
href="breakthroughs.html">Breakthroughs</a>. I want a place
where I can just put down my thoughts.</p>
<p>⤑ The supervisor of a summer program I've gone to for a few years suggested a
scholarship I should apply for, along with giving me a letter of recomendation. I started the
application process today, but got too tired half way through</p>
</p>
</div>
<div class="content">
<div class="date">7/5/2024</div>
<p>
The first version of my personal website, made for the Harvard CS50 class. I'm making this
personal site to learn HTML/CSS, and because I love how creative people are with their personal
websites. I also don't like social media and this just feels better.
</p>
</div>
</main>
<aside>
<div class="sidebar-title"> Pages <button onclick="hidePages()">⇕</button></div>
<div id="pages">
<nav id="nav">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="silly.html">Silly</a>
</li>
<li>
<a href="factorio.html">Factorio</a>
</li>
<li>
<a href="art.html">Art</a>
</li>
<li>
<a href="cats.html">Cats</a>
</li>
<li>
<a href="https://git.almightymiau.gay">Git btw</a>
</li>
</ul>
</nav>
</div>
<div class="sidebar-title"> Buttons <button onclick="hideBut()">⇕</button></div>
<div id="buttons">
<nav id="nav">
<div style="width: 88px; margin:0 auto;" id="buttons">
<br>
<a href="https://goblin-heart.net/" target="_blank"><img
src="https://goblin-heart.net/assets/images/gg-button.gif"></a>
<br>
<a href="https://goblin-heart.net/sadgrl/" target="_blank"><img
alt="88x31 button that says LEARN - HTML, Layouts, CSS, Guides, Websites: Learn @ sadgrl.online"
src="https://goblin-heart.net/assets/images/sadgrl-button.gif"></a>
<br>
<a href="https://yesterweb.org/no-to-web3/"><img style="border:1px solid white;"
src="https://auzziejay.com/images/noweb32.gif"></a>
<br>
<a href="https://yesterweb.org/no-to-web3/"><img style="border:1px solid white;"
src="https://yesterweb.org/img/button.png"></a>
<br>
<a href="https://megidolaon.gay"><img
src="https://megidolaon.gay/media/megidolaongay.png"></a>
<br>
</div>
<br>
</nav>
</div>
</aside>
</div>
<footer id="footer">Δ Copyworng :3</footer>
</div>
</body>
</html>
|