update with ZSA's response to my report of the bugs
This commit is contained in:
@@ -172,8 +172,11 @@
|
|||||||
is only visible in dark mode.
|
is only visible in dark mode.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The text doesn't move down for the first time until the bottom line
|
<s>
|
||||||
is fully completed.
|
The text doesn't move down for the first time until the bottom
|
||||||
|
line is fully completed.
|
||||||
|
</s>
|
||||||
|
<b>FIXED!</b>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<img
|
<img
|
||||||
@@ -199,7 +202,7 @@
|
|||||||
couldn't find a way to add this key to my Voyager, so I asked ZSA
|
couldn't find a way to add this key to my Voyager, so I asked ZSA
|
||||||
support. After a little less than 24 hours, they responded with this:
|
support. After a little less than 24 hours, they responded with this:
|
||||||
</p>
|
</p>
|
||||||
<blockquote cite="">
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
Hello Ted — thanks for asking! We don't have any keys that
|
Hello Ted — thanks for asking! We don't have any keys that
|
||||||
correspond to the Launch2 keycode in Oryx. In the underlying
|
correspond to the Launch2 keycode in Oryx. In the underlying
|
||||||
@@ -224,9 +227,28 @@
|
|||||||
corpo speak you'd get from a bigger company.
|
corpo speak you'd get from a bigger company.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Additionally, I've contacted them about the two Oryx issues, and I was
|
Additionally, I contacted them about the Oryx issues. Here's their
|
||||||
told it's been passed off to the dev team. I'll update this page if I
|
response:
|
||||||
get an update or it's fixed.
|
</p>
|
||||||
|
<blockquote>
|
||||||
|
<p>Hi, Ted!</p>
|
||||||
|
<p>The team has fixed the "invisible text" issue.</p>
|
||||||
|
<p>
|
||||||
|
We'll leave the scroll timing as-is for now, but this may be
|
||||||
|
something to revisit when the team is a little less swamped.
|
||||||
|
</p>
|
||||||
|
<p>Thank you!</p>
|
||||||
|
<p>
|
||||||
|
—<br />
|
||||||
|
Tisha Stacey,<br />
|
||||||
|
Customer Service,<br />
|
||||||
|
ZSA Technology Labs Inc.
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
<p>
|
||||||
|
Although slightly disappointing, this response is understandable. The
|
||||||
|
scrolling issue was more of a personal preference, and I can certainly
|
||||||
|
appreciate that they at least fixed the text issue.
|
||||||
</p>
|
</p>
|
||||||
<h3>The Conclusion</h3>
|
<h3>The Conclusion</h3>
|
||||||
<p>
|
<p>
|
||||||
|
311
index.html
311
index.html
@@ -23,159 +23,174 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="centerer">
|
<div class="centerer">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="title-1">
|
<header>
|
||||||
<div class="h1-container">
|
<div id="title-1">
|
||||||
<h1>
|
<div class="h1-container">
|
||||||
Ted Pier<span class="gone"> </span
|
<h1>
|
||||||
><span class="subtitle">a.k.a. MiningTcup</span>
|
Ted Pier<span class="gone"> </span
|
||||||
</h1>
|
><span class="subtitle">a.k.a. MiningTcup</span>
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
<a href="/lulu"
|
||||||
|
><img src="images/lulu.webp" alt="Lulu the dog"
|
||||||
|
/></a>
|
||||||
</div>
|
</div>
|
||||||
<a href="/lulu"><img src="images/lulu.webp" alt="Lulu the dog" /></a>
|
</header>
|
||||||
</div>
|
<nav>
|
||||||
<ul id="index">
|
<ul id="index">
|
||||||
<li><a href="/lulu">Lulu</a></li>
|
<li><a href="/lulu">Lulu</a></li>
|
||||||
<li><a href="/archive">Archive</a></li>
|
<li><a href="/archive">Archive</a></li>
|
||||||
<li><a href="/blog">Blog</a></li>
|
<li><a href="/blog">Blog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<section>
|
</nav>
|
||||||
<h2>Things I've Done</h2>
|
<main>
|
||||||
<a href="/youclient"><h3>YouClient</h3></a>
|
<section>
|
||||||
<p>
|
<h2>Things I've Done</h2>
|
||||||
My middle school gave each student an incredibly weak Chromebook
|
<a href="/youclient"><h3>YouClient</h3></a>
|
||||||
infested with blockers and spyware, and didn't allow us to bring our
|
<p>
|
||||||
own computers. Since one of my strongest skills at the time was web
|
My middle school gave each student an incredibly weak Chromebook
|
||||||
dev, I made an alternative YouTube client. The entire thing is a
|
infested with blockers and spyware, and didn't allow us to bring
|
||||||
single html file, making it easy to distribute and run. Advantages
|
our own computers. Since one of my strongest skills at the time
|
||||||
over using the official YouTube website are faster loading, no ads,
|
was web dev, I made an alternative YouTube client. The entire
|
||||||
tab customization, anti-unload, no browser history, and no spyware
|
thing is a single html file, making it easy to distribute and run.
|
||||||
spying.
|
Advantages over using the official YouTube website are faster
|
||||||
</p>
|
loading, no ads, tab customization, anti-unload, no browser
|
||||||
<a href="https://git.miningtcup.me/MiningTcup/dotfiles/">
|
history, and no spyware spying.
|
||||||
<h3>Linux</h3></a
|
</p>
|
||||||
>
|
<a href="https://git.miningtcup.me/MiningTcup/dotfiles/">
|
||||||
<p>
|
<h3>Linux</h3></a
|
||||||
The kernel is the core of the operating system. Linux is an
|
>
|
||||||
alternative operating system kernel, similar to the Windows or MacOS
|
<p>
|
||||||
kernels. It can run on nearly any device (including PCs and Macs),
|
The kernel is the core of the operating system. Linux is an
|
||||||
and is used by Android. One of my favorite things to do is mess with
|
alternative operating system kernel, similar to the Windows or
|
||||||
configuration files on my
|
MacOS kernels. It can run on nearly any device (including PCs and
|
||||||
<a href="https://archlinux.org">Arch Linux</a>
|
Macs), and is used by Android. One of my favorite things to do is
|
||||||
+
|
mess with configuration files on my
|
||||||
<a href="https://hypr.land">Hyprland</a>
|
<a href="https://archlinux.org">Arch Linux</a>
|
||||||
system. Over the last more than a year, I've settled on an (in my
|
+
|
||||||
opinion) nearly <i>perfect</i> configuration.
|
<a href="https://hypr.land">Hyprland</a>
|
||||||
</p>
|
system. Over the last more than a year, I've settled on an (in my
|
||||||
|
opinion) nearly <i>perfect</i> configuration.
|
||||||
|
</p>
|
||||||
|
|
||||||
<a href="https://git.miningtcup.me/MiningTcup/noteserver"
|
|
||||||
><h3>Notes</h3></a
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
I'd always wanted to use a notes app, but I never liked any of the
|
|
||||||
options. Instead of paying with my information, time, or money for
|
|
||||||
one that someone else made, I decided to make my own. I wrote the
|
|
||||||
server in Go, the language which I believe is best for anything to
|
|
||||||
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
|
|
||||||
<a href="https://git.miningtcup.me/MiningTcup/noteserver"
|
<a href="https://git.miningtcup.me/MiningTcup/noteserver"
|
||||||
>Notes server</a
|
><h3>Notes</h3></a
|
||||||
>. Although I don't plan on giving out the source code for the app
|
>
|
||||||
because it's so terrible, you can download the
|
<p>
|
||||||
<a download href="notes.apk">Notes APK file</a>.
|
I'd always wanted to use a notes app, but I never liked any of the
|
||||||
</p>
|
options. Instead of paying with my information, time, or money for
|
||||||
|
one that someone else made, I decided to make my own. I wrote the
|
||||||
|
server in Go, the language which I believe is best for anything to
|
||||||
|
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
|
||||||
|
<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
|
||||||
|
<a download href="notes.apk">Notes APK file</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>This Website</h3>
|
<h3>This Website</h3>
|
||||||
<p>
|
<p>
|
||||||
This website is meant to be a showcase of everything I do. You may
|
This website is meant to be a showcase of everything I do. You may
|
||||||
have noticed it's a tad bit minimal, and I'd like you to know that's
|
have noticed it's a tad bit minimal, and I'd like you to know
|
||||||
a design choice. I can make something cooler than this, but that's
|
that's a design choice. I can make something cooler than this, but
|
||||||
just not what I wanted for my personal website. This website is
|
that's just not what I wanted for my personal website. This
|
||||||
meant to be as correct and usable as possible - this means no low
|
website is meant to be as correct and usable as possible - this
|
||||||
contrast, no gradients, extremely minimal scripts, and proper tags.
|
means no low contrast, no gradients, extremely minimal scripts,
|
||||||
It even works well in
|
and proper tags. It even works well in
|
||||||
<a href="https://lynx.invisible-island.net/">Lynx</a>!
|
<a href="https://lynx.invisible-island.net/">Lynx</a>!
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<hr />
|
<hr />
|
||||||
<section>
|
<section>
|
||||||
<h2>Services I Run</h2>
|
<h2>Services I Run</h2>
|
||||||
<a href="https://git.miningtcup.me/MiningTcup/website">
|
<a href="https://git.miningtcup.me/MiningTcup/website">
|
||||||
<h3>Static Webserver</h3></a
|
<h3>Static Webserver</h3></a
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
That's what you're using right now- my website! It's a classic Nginx
|
That's what you're using right now- my website! It's a classic
|
||||||
webserver. Notice how fast it loaded? That's what happens when a
|
Nginx webserver. Notice how fast it loaded? That's what happens
|
||||||
website is written without any libraries, tracking, or external
|
when a website is written without any libraries, tracking, or
|
||||||
fonts. Additionally, this includes a
|
external fonts. Additionally, this includes a
|
||||||
<a href="/maps">map</a> frontend using the
|
<a href="/maps">map</a> frontend using the
|
||||||
<a href="https://openfreemap.org/">OpenFreeMap</a>
|
<a href="https://openfreemap.org/">OpenFreeMap</a>
|
||||||
public instance. I also have a collection of questionably
|
public instance. I also have a collection of questionably
|
||||||
redistributable files in my <a href="/archive">archive</a>.
|
redistributable files in my <a href="/archive">archive</a>.
|
||||||
</p>
|
</p>
|
||||||
<h3>DNS Servers</h3>
|
<h3>DNS Servers</h3>
|
||||||
<p>
|
<p>
|
||||||
Back in middle school, some friends and I found a way to disable the
|
Back in middle school, some friends and I found a way to disable
|
||||||
school Chromebook's spyware. While proxies were disabled and vpns
|
the school Chromebook's spyware. While proxies were disabled and
|
||||||
(almost) impossible to set up, we were free to change the DNS
|
vpns (almost) impossible to set up, we were free to change the DNS
|
||||||
servers of any network except(?) the schools. This gave us the power
|
servers of any network except(?) the schools. This gave us the
|
||||||
to block any domain we wanted, including the domains which would
|
power to block any domain we wanted, including the domains which
|
||||||
load blocklists or send away all our data. The plain DNS server is
|
would load blocklists or send away all our data. The plain DNS
|
||||||
run using BIND 9. Not currently active.
|
server is run using BIND 9. Not currently active.
|
||||||
</p>
|
</p>
|
||||||
<a href="https://git.miningtcup.me/"> <h3>Git Server</h3></a>
|
<a href="https://git.miningtcup.me/"> <h3>Git Server</h3></a>
|
||||||
<p>
|
<p>
|
||||||
GitHub is slow, annoying, and trains LLMs on everything you upload.
|
GitHub is slow, annoying, and trains LLMs on everything you
|
||||||
My Git server is <i>very</i> fast (for me, at least),
|
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
|
annoyance-free, and <i>doesn't</i> train LLMs on your work without
|
||||||
asking.
|
asking.
|
||||||
</p>
|
</p>
|
||||||
<a href="https://zim.miningtcup.me">
|
<a href="https://zim.miningtcup.me">
|
||||||
<h3>Kiwix Server</h3>
|
<h3>Kiwix Server</h3>
|
||||||
</a>
|
|
||||||
<p>
|
|
||||||
<a href="https://kiwix.org/en/">Kiwix</a> provides offline browsing
|
|
||||||
of websites, primarily wiki-like resources, 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 href="https://mozhi.miningtcup.me/"><h3>Mozhi Server</h3></a>
|
|
||||||
<p>
|
|
||||||
<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>
|
</a>
|
||||||
(by <a href="https://kde.org/">KDE</a>).
|
<p>
|
||||||
</p>
|
<a href="https://kiwix.org/en/">Kiwix</a> provides offline
|
||||||
<a href="https://arch.miningtcup.me/"> <h3>Arch Linux Mirror</h3></a>
|
browsing of websites, primarily wiki-like resources, including
|
||||||
<p>
|
<a href="https://wiki.archlinux.org/title/Main_page">ArchWiki</a>,
|
||||||
Having my own Arch Linux mirror means my updates will be just about
|
<a href="https://www.wikipedia.org/">Wikipedia</a>, and
|
||||||
instant.
|
<a href="https://devdocs.io/">DevDocs</a>, allowing access to
|
||||||
</p>
|
resources in an internet outage or while travelling.
|
||||||
</section>
|
</p>
|
||||||
<hr />
|
<a href="https://mozhi.miningtcup.me/"><h3>Mozhi Server</h3></a>
|
||||||
<section>
|
<p>
|
||||||
<h2>Contact Me</h2>
|
<a href="https://codeberg.org/aryak/mozhi">Mozhi</a> is a proxy
|
||||||
<p class="margin-8px-top">
|
for several online translators, such as Google Translate, and is
|
||||||
I'm sort of chronically online. Your best chance of quick contact is
|
used by
|
||||||
a phone call, but Discord, email, and text work too.
|
<a href="https://invent.kde.org/office/crow-translate">
|
||||||
</p>
|
Crow Translate
|
||||||
<div id="contact-info-container" class="cover relative">
|
</a>
|
||||||
<strong>JavaScript is required to load contact info.</strong>
|
(by <a href="https://kde.org/">KDE</a>).
|
||||||
<div id="click-to-reveal-prompt">click to reveal contact info</div>
|
</p>
|
||||||
</div>
|
<a href="https://arch.miningtcup.me/">
|
||||||
</section>
|
<h3>Arch Linux Mirror</h3></a
|
||||||
<hr />
|
>
|
||||||
<ul id="index">
|
<p>
|
||||||
<li><a href="/lulu">Lulu</a></li>
|
Having my own Arch Linux mirror means my updates will be just
|
||||||
<li><a href="/archive">Archive</a></li>
|
about instant.
|
||||||
<li><a href="/blog">Blog</a></li>
|
</p>
|
||||||
<li class="f-l"><a href="#top">Return to Top</a></li>
|
</section>
|
||||||
</ul>
|
<hr />
|
||||||
|
<section>
|
||||||
|
<h2>Contact Me</h2>
|
||||||
|
<p class="margin-8px-top">
|
||||||
|
I'm sort of chronically online. Your best chance of quick contact
|
||||||
|
is a phone call, but Discord, email, and text work too.
|
||||||
|
</p>
|
||||||
|
<div id="contact-info-container" class="cover relative">
|
||||||
|
<strong>JavaScript is required to load contact info.</strong>
|
||||||
|
<div id="click-to-reveal-prompt">
|
||||||
|
click to reveal contact info
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr />
|
||||||
|
</main>
|
||||||
|
<nav>
|
||||||
|
<ul id="index">
|
||||||
|
<li><a href="/lulu">Lulu</a></li>
|
||||||
|
<li><a href="/archive">Archive</a></li>
|
||||||
|
<li><a href="/blog">Blog</a></li>
|
||||||
|
<li class="f-l"><a href="#top">Return to Top</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="index.js" defer></script>
|
<script src="index.js" defer></script>
|
||||||
|
Reference in New Issue
Block a user