add blog and archive
This commit is contained in:
77
index.html
77
index.html
@@ -24,10 +24,15 @@
|
||||
><img src="images/lulu.webp" alt="Lulu the dog"
|
||||
/></a>
|
||||
</div>
|
||||
<ul id="index">
|
||||
<li><a href="/lulu">Lulu</a></li>
|
||||
<li><a href="/archive">Archive</a></li>
|
||||
<li><a href="/blog">Blog</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<section>
|
||||
<h2>Things I've Done</h2>
|
||||
<a target="_blank" href="/youclient"><h3>YouClient</h3></a>
|
||||
<a href="/youclient"><h3>YouClient</h3></a>
|
||||
<p>
|
||||
My middle school gave each student an incredibly weak Chromebook
|
||||
infested with blockers and spyware, and didn't allow us to bring our
|
||||
@@ -38,10 +43,7 @@
|
||||
tab customization, anti-unload, no browser history, and no spyware
|
||||
spying.
|
||||
</p>
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://git.miningtcup.me/MiningTcup/dotfiles/"
|
||||
>
|
||||
<a href="https://git.miningtcup.me/MiningTcup/dotfiles/">
|
||||
<h3>Linux</h3></a
|
||||
>
|
||||
<p>
|
||||
@@ -50,16 +52,14 @@
|
||||
kernels. It can run on nearly any device (including PCs and Macs),
|
||||
and is used by Android. One of my favorite things to do is mess with
|
||||
configuration files on my
|
||||
<a target="_blank" href="https://archlinux.org">Arch Linux</a>
|
||||
<a href="https://archlinux.org">Arch Linux</a>
|
||||
+
|
||||
<a target="_blank" href="https://hypr.land">Hyprland</a>
|
||||
<a href="https://hypr.land">Hyprland</a>
|
||||
system. Over the last more than a year, I've settled on an (in my
|
||||
opinion) nearly <i>perfect</i> configuration.
|
||||
</p>
|
||||
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://git.miningtcup.me/MiningTcup/noteserver"
|
||||
<a href="https://git.miningtcup.me/MiningTcup/noteserver"
|
||||
><h3>Notes</h3></a
|
||||
>
|
||||
<p>
|
||||
@@ -70,33 +70,29 @@
|
||||
do with servers, and the app in Android Studio using Kotlin. After
|
||||
completing the server, I accidentally deleted the source code,
|
||||
prompting me to recode it. It's finished now, and you can view the
|
||||
most likely terrible source code for the server
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://git.miningtcup.me/MiningTcup/noteserver"
|
||||
>here</a
|
||||
most likely terrible source code for the
|
||||
<a href="https://git.miningtcup.me/MiningTcup/noteserver"
|
||||
>Notes server</a
|
||||
>. Although I don't plan on giving out the source code for the app
|
||||
because it's so terrible, you can download the APK file
|
||||
<a download href="notes.apk">here</a>.
|
||||
because it's so terrible, you can download the
|
||||
<a download href="notes.apk">Notes APK file</a>.
|
||||
</p>
|
||||
</section>
|
||||
<hr />
|
||||
<section>
|
||||
<h2>Services I Run</h2>
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://git.miningtcup.me/MiningTcup/website"
|
||||
>
|
||||
<a href="https://git.miningtcup.me/MiningTcup/website">
|
||||
<h3>Static Webserver</h3></a
|
||||
>
|
||||
<p>
|
||||
That's what you're using right now- my website! It's a classic Nginx
|
||||
webserver. Notice how fast it loaded? That's what happens when a
|
||||
website is written without any libraries, tracking, or external
|
||||
fonts. This also includes a frontend for accessing the
|
||||
<a target="_blank" href="https://openfreemap.org/">OpenFreeMap</a>
|
||||
fonts. Additionally, this includes a frontend for accessing the
|
||||
<a href="https://openfreemap.org/">OpenFreeMap</a>
|
||||
public instance. You can access that
|
||||
<a target="_blank" href="/maps">here</a>.
|
||||
<a href="/maps">here</a>. I also have a collection of questionably
|
||||
redistributable files in my <a href="/archive">archive</a>.
|
||||
</p>
|
||||
<h3>DNS Servers</h3>
|
||||
<p>
|
||||
@@ -106,35 +102,36 @@
|
||||
servers of any network except(?) the schools. This gave us the power
|
||||
to block any domain we wanted, including the domains which would
|
||||
load blocklists or send away all our data. The plain DNS server is
|
||||
run using BIND 9.
|
||||
run using BIND 9. Not currently active.
|
||||
</p>
|
||||
<a target="_blank" href="https://git.miningtcup.me/">
|
||||
<h3>Git Server</h3></a
|
||||
>
|
||||
<a href="https://git.miningtcup.me/"> <h3>Git Server</h3></a>
|
||||
<p>
|
||||
GitHub is slow, annoying, and trains LLMs on everything you upload.
|
||||
My Git server is <i>very</i> fast (for me, at least),
|
||||
annoyance-free, and <i>doesn't</i> train LLMs on your work without
|
||||
asking.
|
||||
</p>
|
||||
<a target="_blank" href="https://zim.miningtcup.me">
|
||||
<a href="https://zim.miningtcup.me">
|
||||
<h3>Kiwix Server</h3>
|
||||
</a>
|
||||
<p>
|
||||
Kiwix provides offline browsing of websites, including Wikipedia and
|
||||
DevDocs, serving access to resources in an internet outage or while
|
||||
travelling.
|
||||
<a href="https://kiwix.org/en/">Kiwix</a> provides offline browsing
|
||||
of websites, including
|
||||
<a href="https://wiki.archlinux.org/title/Main_page">ArchWiki</a>,
|
||||
<a href="https://www.wikipedia.org/">Wikipedia</a>, and
|
||||
<a href="https://devdocs.io/">DevDocs</a>, allowing access to
|
||||
resources in an internet outage or while travelling.
|
||||
</p>
|
||||
<a target="_blank" href="https://mozhi.miningtcup.me/">
|
||||
<h3>Mozhi Server</h3></a
|
||||
>
|
||||
<a href="https://mozhi.miningtcup.me/"> <h3>Mozhi Server</h3></a>
|
||||
<p>
|
||||
Mozhi is a proxy for several translators, used by Crow Translate by
|
||||
KDE.
|
||||
<a href="https://codeberg.org/aryak/mozhi">Mozhi</a> is a proxy for
|
||||
several online translators, such as Google Translate, and is used by
|
||||
<a href="https://invent.kde.org/office/crow-translate">
|
||||
Crow Translate
|
||||
</a>
|
||||
(by <a href="https://kde.org/">KDE</a>).
|
||||
</p>
|
||||
<a target="_blank" href="https://arch.miningtcup.me/">
|
||||
<h3>Arch Linux Mirror</h3></a
|
||||
>
|
||||
<a href="https://arch.miningtcup.me/"> <h3>Arch Linux Mirror</h3></a>
|
||||
<p>
|
||||
Having my own Arch Linux mirror means my updates will be just about
|
||||
instant.
|
||||
|
Reference in New Issue
Block a user