Initial commit

This commit is contained in:
2025-07-04 19:43:58 -04:00
parent 56a21e393a
commit 2153a2fb44
72 changed files with 2544 additions and 0 deletions

View File

@ -0,0 +1,106 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
[ Hello Again | easthighNerd ]
</title>
<link href="/res/css/default.css" rel="stylesheet">
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
<link rel="me" href="https://raru.re/@easthighNerd">
</head>
<body class="window">
<div class="window_bar">
<p>
Hello Again
</p>
<a href="/home/" class="close_button">
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
</a>
<a href="/blog/" class="back_button">
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button">
</a>
<div class="explorer_bar_top">
<img src="/res/img/explorer-bar.jpg" width="100%" height="88px">
<p>
https://www.easthighnerd.net/
</p>
</div>
</div>
<div class="window_content">
<h1 id="hello-again">Hello Again</h1>
<p>Well howdy there!</p>
<p>Ive… kinda not done anything on here for a while now, huh?</p>
<p>I mean, I updated the look of my website to function kinda like
Windows XP, but I havent really done much in the way of blogging since…
2023?!</p>
<p>Damn, over a year and a half huh?</p>
<h2 id="what-ive-been-up-to">What Ive Been Up to</h2>
<p>Where should I begin…</p>
<p>Oh, I know!</p>
<p>Major one first, Ive got a girlfriend now!</p>
<p>Weve been together for about as long as its been before my last
blog posts regarding Apple stuff (shes not responsible for my lack of
blogging I swear!)</p>
<p>Shes funny, smart, kind, sweet, and just a genuinely awesome person,
I truly love her from the bottom of my heart!</p>
<p>Anyways, enough of the mushy stuff</p>
<p>Ive been playing
<a href="https://sao-if-en.bn-ent.net/" target="_blank">Sword Art
Online: Integral Factor</a> since about March or April, and its been
pretty fun!</p>
<p>Been playing a bunch of
<a href="https://www.warframe.com/" target="_blank">Warframe</a> as
usual, however Ive kinda been sleeping on it for a while now, just
kinda been taking a break, Ill be back on it again with a vengeance
once Isleweaver drops on the 25th</p>
<p>Also have been playing some Battlefield 4 with some peoples recently
on PC (so nice to play this game again, miss my stuff from Xbox though),
and also played R.E.P.O. for the first time as well!</p>
<p>Outside of gaming stuff, Ive switched all my computers (sans my
media PC (soon TM)) to Debian, with ZFS on root, and ZFSBootMenu</p>
<p>Been running Debian Trixie on them all, which at the time of writing
this is still in Testing, but is expected to become Stable potentially
next month</p>
<p>I also installed Debian Bookworm with the same setup on my neighbors
laptop, and will be doing the same for their new-to-them desktop once
the remaining components that were missing have arrived</p>
<p>Shifting gears into Apple related stuff, I got the M2 iPad Air when
it came out, in blue, along with the Apple Pencil Pro to go along with
it</p>
<p>I also got my hands on two (2) black HomePod Minis a few months ago
that were on clearance at a big box retailer near where I work for
around $50 USD each</p>
<p>And they work rather nicely as stereo speakers for the Apple TV 4K
(with ethernet) that I ordered new off the Apple Store app</p>
<h2 id="are-you-done-yet">Are You Done Yet?</h2>
<p>I suppose so</p>
<p>Well anyways, with the <a
href="/blog/2025/06/static-site-generators">recent redoing of how I
craft my website</a>, I should be doing more blog posts now, whenever I
can think of something that I wanna write about, since all I gotta do
now is write the Markdown for them and have my WebGen script take care
of the rest for me</p>
<p>Heres a fun fact before I sign off,
<a href="https://www.kate-editor.org" target="_blank">Kate</a> has a
spell check toggle that I didnt know about, which means I can use my
favorite text editor to write these blog posts while still catching any
incorrect spellings I might make along the way!</p>
<hr>
<p>
<img src="/res/img/badges/by-sa.svg" class="cc_badge">
<br>
CC BY-SA 4.0
</p>
<p>
This work is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/" class="external_link" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License</a>
</p>
</div>
<div class="explorer_bar_bottom">
<img src="/res/img/explorer-bar-bottom.jpg" width="100%" height="23px">
<p>
https://www.easthighnerd.net/
</p>
</div>
</body>
</html>