<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kinda Glitchy - Posts</title>
    <link>https:&#x2F;&#x2F;kglitchy.com</link>
    <description>Kinda Glitchy - Posts</description>
    <generator>Zola</generator>
    <language>en</language>
    <atom:link href="https://kglitchy.com/posts/rss.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Sun, 08 Mar 2026 00:00:00 +0000</lastBuildDate>
    <item>
      <title>CarMax and Carvana</title>
      <pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate>
      <author>katie@kglitchy.com (Katie)</author>
      <link>https://kglitchy.com/posts/2026-03-08/</link>
      <guid>https://kglitchy.com/posts/2026-03-08/</guid>
      &lt;p&gt;Welp, it&#x27;s gotta happen and it&#x27;s gotta happen this coming week. I&#x27;m going to upload my stuff into carvana and sell them my car. I need to get this house sold so we gotta get the world done. Kinda annoyed that I lost the CarMax offer. It really was the best deal but that&#x27;s what ya get.&lt;&#x2F;p&gt;

    </item>
    <item>
      <title>WebFinger</title>
      <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
      <author>katie@kglitchy.com (Katie)</author>
      <link>https://kglitchy.com/posts/2026-02-23/</link>
      <guid>https://kglitchy.com/posts/2026-02-23/</guid>
      &lt;h2 id=&quot;webfinger&quot;&gt;WebFinger&lt;&#x2F;h2&gt;
&lt;p&gt;Today I learned about WebFinger and implemented it into my site.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;$ curl https:&#x2F;&#x2F;kglitchy.com&#x2F;.well-known&#x2F;webfinger\?resource\=acct:katie@kglitchy.com&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    &amp;quot;subject&amp;quot;: &amp;quot;acct:katie@kglitchy.com&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    &amp;quot;aliases&amp;quot;: [&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    &amp;quot;mailto:katie@kglitchy.com&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    &amp;quot;acct:katie@chaosfem.tw&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    ],&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    &amp;quot;links&amp;quot;: [&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        &amp;quot;rel&amp;quot;: &amp;quot;http:&#x2F;&#x2F;webfinger.net&#x2F;rel&#x2F;profile-page&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        &amp;quot;type&amp;quot;: &amp;quot;text&#x2F;html&amp;quot;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;        &amp;quot;href&amp;quot;: &amp;quot;https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;kglitchy.com&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    }&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    ]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;The cool thing about WebFinger is that it&#x27;s the same protocol used by Mastodon (unfortunately not Bluesky). This means that I can use &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;webfinger.net&#x2F;&quot;&gt;webfinger.net&lt;&#x2F;a&gt; to find my profile.&lt;&#x2F;p&gt;
&lt;p&gt;I&#x27;m not sure exactly what I&#x27;ll link in this or what I&#x27;ll do with it but I&#x27;m weird lol.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;implementing-webfinger-in-apache2&quot;&gt;Implementing WebFinger in Apache2&lt;&#x2F;h3&gt;
&lt;p&gt;In Apache2, I made sure that in my &lt;code&gt;sites-available&#x2F;kglitchy.com.conf&lt;&#x2F;code&gt; file, I had a &lt;code&gt;AllowOverride All&lt;&#x2F;code&gt; directive so that I could use an &lt;code&gt;.htaccess&lt;&#x2F;code&gt; file to override the configuration. This allowed me to make the &lt;code&gt;.well-known&#x2F;webfinger&lt;&#x2F;code&gt; redirect work. In the &lt;code&gt;.well-known&#x2F;.htaccess&lt;&#x2F;code&gt; file, I added the following:&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;# Re-write rules&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteEngine On&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;# Handle https:&#x2F;&#x2F; URI resources (encoded or unencoded)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteCond %{REQUEST_URI}  &#x2F;\.well-known&#x2F;webfinger$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteCond %{QUERY_STRING} resource=https%3A%2F%2F([^&amp;amp;]+) [NC,OR]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteCond %{QUERY_STRING} resource=https:&#x2F;&#x2F;([^&amp;amp;]+)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteRule ^(.*)$ &#x2F;wf&#x2F;%1.json [L]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;# Handle other resources (acct:, etc.)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteCond %{REQUEST_URI}  &#x2F;\.well-known&#x2F;webfinger$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteCond %{QUERY_STRING} resource=([^&amp;amp;]+)&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteRule ^(.*)$ &#x2F;wf&#x2F;%1.json [L]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;RewriteRule ^&#x2F;.well-known&#x2F;webfinger$ - [L,R=400]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;This allows me to put a &lt;code&gt;&#x2F;wf&#x2F;&lt;&#x2F;code&gt; directory in the root of my site with the &lt;code&gt;.json&lt;&#x2F;code&gt; files for each resource available.&lt;&#x2F;p&gt;
&lt;p&gt;I also stuck a &lt;code&gt;.htaccess&lt;&#x2F;code&gt; file in the &lt;code&gt;&#x2F;wf&#x2F;&lt;&#x2F;code&gt; directory that allows symlinks to be used so that I can have one &lt;code&gt;.json&lt;&#x2F;code&gt; file for multiple aliases. For example, I can have a &lt;code&gt;https:&#x2F;&#x2F;kglitchy.com&lt;&#x2F;code&gt; alias that points to &lt;code&gt;acct:katie@kglitchy.com&lt;&#x2F;code&gt;.&lt;&#x2F;p&gt;
&lt;hr &#x2F;&gt;
&lt;h2 id=&quot;a-day&quot;&gt;A Day&lt;&#x2F;h2&gt;
&lt;p&gt;Today is quite a day. I am getting a lot done at work but am struggling to be productive at home. I have so much stuff to do but I can&#x27;t seem to get started. I have ADHD so it&#x27;s really easy to get distracted and I end up doing things that are not on my list. I have so many projects going on between my old house and my new one (trying to sell the old one). It needs a lot of work unfortunately because of a burst pipe... I&#x27;m working on trying to get quotes from different contractors to get the work done but I&#x27;m definitely on the struggle bus here with all of this.&lt;&#x2F;p&gt;
&lt;p&gt;I wish I could just hire a project manager or something to help me get everything done but I definitely can&#x27;t afford that right now lol. Between the two mortgages and all the repairs and other expenses, I&#x27;m all out of cash.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Current Projects:&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Repair the damage from the burst pipe at the old house&lt;&#x2F;li&gt;
&lt;li&gt;Fix the pool at the new house (it&#x27;s buldging from ground water...)&lt;&#x2F;li&gt;
&lt;li&gt;Sell the old house&lt;&#x2F;li&gt;
&lt;li&gt;Install blinds in the new house&lt;&#x2F;li&gt;
&lt;li&gt;Put away all the boxes from the move&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Unfortunately, I&#x27;m probably going to have to sell my car to cover the costs of the repairs.&lt;&#x2F;p&gt;
&lt;p&gt;I guess for now, I&#x27;ll just keep focusing on the work stuff and the high priority house stuff and hope for the best. Outside of that, I&#x27;ll just try to keep my sanity by writing, reading, and trying to relax where I can.&lt;&#x2F;p&gt;

    </item>
    <item>
      <title>New Tools</title>
      <pubDate>Fri, 20 Feb 2026 00:00:00 +0000</pubDate>
      <author>katie@kglitchy.com (Katie)</author>
      <link>https://kglitchy.com/posts/2026-02-20/</link>
      <guid>https://kglitchy.com/posts/2026-02-20/</guid>
      &lt;h2 id=&quot;privatebin&quot;&gt;PrivateBin&lt;&#x2F;h2&gt;
&lt;p&gt;Today I got a PrivateBin instance running on my server. I can now use it to share info in IRC or on Gemini if needed.&lt;&#x2F;p&gt;
&lt;p&gt;If you want anyone can use it. &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;paste.kglitchy.com&quot;&gt;https:&#x2F;&#x2F;paste.kglitchy.com&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;zenity&quot;&gt;zenity&lt;&#x2F;h2&gt;
&lt;p&gt;Okay TIL about zenity: &lt;a href=&quot;gemini:&#x2F;&#x2F;tobykurien.com&#x2F;articles&#x2F;2026-01-14-zenity.gmi&quot;&gt;gemini:&#x2F;&#x2F;tobykurien.com&#x2F;articles&#x2F;2026-01-14-zenity.gmi&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;This tool is super cool. It&#x27;s a GTK+ utility that allows you to create simple dialogs from the command line. It&#x27;s made for gathering information from a user as part of a script or application.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;zenity --info --text=&amp;quot;Hello, World!&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;zenity --file-selection --directory&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;See more about this here: &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;linux.die.net&#x2F;man&#x2F;1&#x2F;zenity&quot;&gt;https:&#x2F;&#x2F;linux.die.net&#x2F;man&#x2F;1&#x2F;zenity&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;

    </item>
    <item>
      <title>FreeBSD Containers</title>
      <pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
      <author>katie@kglitchy.com (Katie)</author>
      <link>https://kglitchy.com/posts/2026-02-18/</link>
      <guid>https://kglitchy.com/posts/2026-02-18/</guid>
      &lt;p&gt;Did yall know that FreeBSD shipped containers?&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;hub.docker.com&#x2F;u&#x2F;freebsd&quot;&gt;https:&#x2F;&#x2F;hub.docker.com&#x2F;u&#x2F;freebsd&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;I was confused so I started looking into it but I couldn&#x27;t find anything right away on the web. After using their site search I did end up finding this:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;people.freebsd.org&#x2F;~dch&#x2F;posts&#x2F;2024-12-04-freebsd-containers&#x2F;&quot;&gt;https:&#x2F;&#x2F;people.freebsd.org&#x2F;~dch&#x2F;posts&#x2F;2024-12-04-freebsd-containers&#x2F;&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The relevant section being:&lt;&#x2F;p&gt;
&lt;blockquote&gt;
&lt;p&gt;14.2-RELEASE now includes OCI-compatible images, and the Podman toolkit on FreeBSD is ready to use them, on both amd64 and arm64 systems.&lt;&#x2F;p&gt;
&lt;&#x2F;blockquote&gt;
&lt;p&gt;So this is cool! Can I pull them down and run them on my Mac? Well unfortunately, no. These images are tagged with &quot;platform.os = freebsd&quot; so they won&#x27;t run on a Linux or Darwin host.&lt;&#x2F;p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #24292E; background-color: #FFFFFF;&quot;&gt;&lt;code data-lang=&quot;json&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;$ skopeo inspect docker:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #6A737D;&quot;&gt;&#x2F;&#x2F;docker.io&#x2F;freebsd&#x2F;freebsd-toolchain:15.snap --raw | jq&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;{&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;  &amp;quot;schemaVersion&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt; 2&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;  &amp;quot;mediaType&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;application&#x2F;vnd.oci.image.index.v1+json&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;  &amp;quot;manifests&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;: [&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;mediaType&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;application&#x2F;vnd.oci.image.manifest.v1+json&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;digest&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;sha256:52037ef1d2d3fa20c1fe47aaa4a11bcdb55768eba14547e9d00f209ab4b821a8&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;size&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt; 407&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;platform&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;: {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;        &amp;quot;architecture&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;arm64&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;        &amp;quot;os&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;freebsd&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      }&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    },&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;mediaType&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;application&#x2F;vnd.oci.image.manifest.v1+json&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;digest&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;sha256:6dc35981f64742939ed5baeb20f113591416231aa226643010912e9706baa841&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;size&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt; 407&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;      &amp;quot;platform&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;: {&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;        &amp;quot;architecture&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;amd64&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;,&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #005CC5;&quot;&gt;        &amp;quot;os&amp;quot;&lt;&#x2F;span&gt;&lt;span&gt;:&lt;&#x2F;span&gt;&lt;span style=&quot;color: #032F62;&quot;&gt; &amp;quot;freebsd&amp;quot;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;      }&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;    }&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  ]&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;}&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Still nifty tho!&lt;&#x2F;p&gt;

    </item>
    <item>
      <title>Getting Setup</title>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
      <author>katie@kglitchy.com (Katie)</author>
      <link>https://kglitchy.com/posts/2026-02-17/</link>
      <guid>https://kglitchy.com/posts/2026-02-17/</guid>
      &lt;p&gt;I got neomutt setup today. I am working on my emails for work and it was really useful to be able to manage all of that from my CLI.&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Started working on kgitchy.com&lt;&#x2F;li&gt;
&lt;li&gt;I added a section for my socials and seperated it from other stuff.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Well basically, today turned into a lot of updates. I got my sr.ht stuff all setup now and so that&#x27;s really good! You can now send me an email at &lt;a href=&quot;mailto:~alittleglitchy&#x2F;kglitchy.com@lists.sr.ht&quot;&gt;~alittleglitchy&#x2F;kglitchy.com@lists.sr.ht&lt;&#x2F;a&gt;!&lt;&#x2F;p&gt;
&lt;p&gt;It goes into a mailing list with a private archive so people and message it and reply to their messages and threads they are a part of but they can&#x27;t view other threads. Hopefully this works well for the site!&lt;&#x2F;p&gt;

    </item>
  </channel>
</rss>
