<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://hydezero.pages.dev/feed.xml" rel="self" type="application/atom+xml" /><link href="https://hydezero.pages.dev/" rel="alternate" type="text/html" /><updated>2026-04-03T20:37:13-05:00</updated><id>https://hydezero.pages.dev/feed.xml</id><title type="html">HydeZero</title><subtitle>HydeZero&apos;s personal website, showcasing projects and neat things he has made. Topics include programming, the creatives, and tech in general. Some fandom discussions may also be present.</subtitle><author><name>Zachary Smith</name><email>zach10smith@proton.me</email></author><entry><title type="html">Hello, Cloudflare Pages!</title><link href="https://hydezero.pages.dev/update/blog/hello-cloudflare-pages/" rel="alternate" type="text/html" title="Hello, Cloudflare Pages!" /><published>2026-04-03T20:04:00-05:00</published><updated>2026-04-03T20:04:00-05:00</updated><id>https://hydezero.pages.dev/update/blog/hello-cloudflare-pages</id><content type="html" xml:base="https://hydezero.pages.dev/update/blog/hello-cloudflare-pages/"><![CDATA[<h2 id="moving-everything-there">Moving Everything There</h2>

<p>I found that Cloudflare Pages is way more flexible than GitHub pages and more “free” in a sense (as in I am not limited in packages and stuff).</p>

<p>Also, I changed the theme on the website. I thought it would be harder to do that, honestly.</p>

<h2 id="important-notice-for-hydezerogithubio">IMPORTANT NOTICE FOR HYDEZERO.GITHUB.IO</h2>

<p>This post will be the <strong>last post</strong> for that blog. It will remain up but will not be updated. Please go instead to <a href="https://hydezero.pages.dev">https://hydezero.pages.dev</a> to access the updated blog.</p>

<p>Same thing for RSS feeds; please update them to go to <a href="https://hydezero.pages.dev/feed.xml">https://hydezero.pages.dev/feed.xml</a>.</p>

<p>Thanks for viewing this blog.</p>]]></content><author><name>Zachary Smith</name><email>zach10smith@proton.me</email></author><category term="update" /><category term="blog" /><summary type="html"><![CDATA[Moving Everything There]]></summary></entry><entry><title type="html">Considering Cloudflare Pages</title><link href="https://hydezero.pages.dev/update/blog/considering-cloudflare-pages/" rel="alternate" type="text/html" title="Considering Cloudflare Pages" /><published>2026-04-03T11:49:15-05:00</published><updated>2026-04-03T11:49:15-05:00</updated><id>https://hydezero.pages.dev/update/blog/considering-cloudflare-pages</id><content type="html" xml:base="https://hydezero.pages.dev/update/blog/considering-cloudflare-pages/"><![CDATA[<p>Hello everyone, sorry for the long delay between updates, life suddenly got a bit busy. Anyway, I was considering switching over from GitHub Pages to Cloudflare Pages. I want to change the theme from the plain default one to something that looks better and has more features.</p>

<p>The current blogbase is also partially a mess. I need to fix it.</p>

<p>Rest assured I will try to move all the posts to the new blog.</p>]]></content><author><name>Zachary Smith</name><email>zach10smith@proton.me</email></author><category term="update" /><category term="blog" /><summary type="html"><![CDATA[Hello everyone, sorry for the long delay between updates, life suddenly got a bit busy. Anyway, I was considering switching over from GitHub Pages to Cloudflare Pages. I want to change the theme from the plain default one to something that looks better and has more features.]]></summary></entry><entry><title type="html">Blog Update</title><link href="https://hydezero.pages.dev/update/blog/blog-update/" rel="alternate" type="text/html" title="Blog Update" /><published>2026-03-19T22:09:00-05:00</published><updated>2026-03-19T22:09:00-05:00</updated><id>https://hydezero.pages.dev/update/blog/blog-update</id><content type="html" xml:base="https://hydezero.pages.dev/update/blog/blog-update/"><![CDATA[<h2 id="what-is-changing">What Is Changing</h2>

<h3 id="transfer-from-tech-to-more-general">Transfer from tech to more general</h3>

<p>Yes. A day after I made this blog, I am changing it. This means that instead of just technology-related stuff, I will be blogging about more of the generals/creatives, like art, music, etc.</p>

<h3 id="how-is-this-going-to-impact-this-blog">How is this going to impact this blog?</h3>

<p>Basically, nothing will change. But, I will be posting more generics, like basic articles about activities I have done. This could be considered practice for writing/English classes, including but not limited to, AP Language and AP Literature.</p>

<p>Anyway, welcome aboard.</p>]]></content><author><name>Zachary Smith</name><email>zach10smith@proton.me</email></author><category term="update" /><category term="blog" /><summary type="html"><![CDATA[What Is Changing]]></summary></entry><entry><title type="html">Public Key Generated</title><link href="https://hydezero.pages.dev/technology/gpg/made-public-key/" rel="alternate" type="text/html" title="Public Key Generated" /><published>2026-03-18T22:18:29-05:00</published><updated>2026-04-03T18:59:00-05:00</updated><id>https://hydezero.pages.dev/technology/gpg/made-public-key</id><content type="html" xml:base="https://hydezero.pages.dev/technology/gpg/made-public-key/"><![CDATA[<p>I have generated a key via GPG; this, in short, means I can now sign and encrypt stuff. The key is hosted on the OpenPGP keyserver, and its fingerprint is <code class="language-plaintext highlighter-rouge">D53B7C199620E19314387D004E23E7D1BE44FB14</code>.</p>

<p>I will be using this key to sign my GitHub commits and any files I release.</p>

<h2 id="how-to-import">How To Import</h2>

<h3 id="via-command-line">via command line</h3>

<figure class="highlight"><pre><code class="language-bash" data-lang="bash">gpg <span class="nt">--recv-keys</span> D53B7C199620E19314387D004E23E7D1BE44FB14 <span class="nt">--keyserver</span> hkps://keys.openpgp.org</code></pre></figure>

<h3 id="via-kleopatra">via Kleopatra</h3>

<p>Set your keyserver to hkps://keys.openpgp.org via Configure Kleopatra:</p>

<p><img src="/assets/images/2026-03-19-made-public-key/set_keyserver.gif" alt="Go to Settings, then Configure Kleopatra, then paste the keyserver into Directory Services" /></p>

<p>Next, lookup <code class="language-plaintext highlighter-rouge">zach10smith@proton.me</code> (my development email) on the server, and select the one with the name on it that comes from the keyserver (not WKD). This should start with <code class="language-plaintext highlighter-rouge">D53B 7C19 9620 E193 1438</code>:</p>

<p><img src="/assets/images/2026-03-19-made-public-key/lookup_on_server.gif" alt="Go to File, then Lookup On Server, then search the email provided. Select the Keyserver key." /></p>

<p>Finally, import the key.</p>

<h2 id="closing">Closing</h2>

<p>You should be all set now. You can now verify signatures on stuff I provide (like files).</p>

<p>With Kleopatra, you should just be able to download the signature file, put it in the same directory as the file, and double click the signature file to verify.</p>

<p>With GPG, run:</p>

<figure class="highlight"><pre><code class="language-bash" data-lang="bash">gpg <span class="nt">--verify</span> <span class="o">{</span>signature<span class="o">}</span></code></pre></figure>

<p>Replacing {signature} with the signature file.</p>]]></content><author><name>Zachary Smith</name><email>zach10smith@proton.me</email></author><category term="technology" /><category term="gpg" /><summary type="html"><![CDATA[I have generated a key via GPG; this, in short, means I can now sign and encrypt stuff. The key is hosted on the OpenPGP keyserver, and its fingerprint is D53B7C199620E19314387D004E23E7D1BE44FB14.]]></summary></entry><entry><title type="html">Hello Everyone</title><link href="https://hydezero.pages.dev/update/welcome-to-blog/" rel="alternate" type="text/html" title="Hello Everyone" /><published>2026-03-18T20:52:30-05:00</published><updated>2026-03-18T20:52:30-05:00</updated><id>https://hydezero.pages.dev/update/welcome-to-blog</id><content type="html" xml:base="https://hydezero.pages.dev/update/welcome-to-blog/"><![CDATA[<p>So, I’ve finally made a blog. This is where I will be blogging about programming and technology, along with other stuff.</p>

<p>This seems pretty simple. I am using GitHub Pages for this, and I just have to make a markdown file to post. Seems easy.</p>

<p>So anyway, welcome.</p>]]></content><author><name>Zachary Smith</name><email>zach10smith@proton.me</email></author><category term="update" /><summary type="html"><![CDATA[So, I’ve finally made a blog. This is where I will be blogging about programming and technology, along with other stuff.]]></summary></entry></feed>