<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="https://444631.xyz/">
  <title>ARTIFICIAL_ANGEL</title>
  <subtitle>Alastar Gabriel&#39;s blog :)</subtitle>
  <link href="https://444631.xyz/rss.xml" rel="self"/>
  <updated>2026-07-17T19:57:00Z</updated>
  <id>https://444631.xyz/</id>
  <author>
    <name>Alastar Gabriel</name>
  </author>
  <entry>
    <title>trinkets 1: things i&#39;ve made recently</title>
    <link href="https://444631.xyz/posts/2026-07-17-trinkets1-things-ive-made.html"/>
    <updated>2026-07-17T19:57:00Z</updated>
    <id>https://444631.xyz/posts/2026-07-17-trinkets1-things-ive-made.html</id>
    <content xml:lang="" type="html">&lt;p&gt;Last week, as we were unpacking more boxes from moving, my husband made the joke that it would be a lot easier if I didn&#39;t have a million tiny little trinkets. I fully agree with him, but also, the unfortunate consequence of having so many little trinkets is that they also are cool and fun and awesome, which is undisputable.&lt;/p&gt;
&lt;p&gt;I don&#39;t often get to show off all the things I have. I think the average person doesn&#39;t really care too much, and I don&#39;t want to sit all my friends down and have them look at all my rocks, odd jewelry, nominally useful items, oddities, and even just junk I just like the look of. I think I&#39;d rather give them the opportunity to take a glimpse into my little vulture brain on their own time.&lt;/p&gt;
&lt;p&gt;I&#39;ve also been wanting to get back into blogging again, but the stress of work has been too much. I&#39;m starting a new job on Monday, so hopefully I will enjoy it more! I&#39;m trying to use this opportunity to renew myself in several ways. I feel like staying in one place too long will make you feel stuck and stagnant if you let it, and I let it for too long.&lt;/p&gt;
&lt;p&gt;Anyways, here&#39;s random things I&#39;ve made recently.&lt;/p&gt;
&lt;h2&gt;Roller Perfume&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2026/2026-07-17_15:25:08.jpg&quot; alt=&quot;Perfume&quot;&gt;
&lt;img src=&quot;/images/blog/2026/2026-07-17_15:24:47.jpg&quot; alt=&quot;Perfume&quot;&gt;&lt;/p&gt;
&lt;p&gt;I&#39;ll surely talk more about this one later. I made a larger batch but this is what I consider the &amp;quot;finished product.&amp;quot; For the fragrance I used jasmine essential oil as well as clove and nutmeg steeped in the solution. I forgot what else. I&#39;m planning to make it better in the future, but I&#39;ve been wearing this and it&#39;s subtle enough that people who don&#39;t like strong smells aren&#39;t offended by it and people who do notice it like it.&lt;/p&gt;
&lt;p&gt;Oh, I got the bottle at Nikki&#39;s Spectrum in Gladstone. I haven&#39;t been there in a while, I ought to go...&lt;/p&gt;
&lt;h2&gt;Pen-wiper&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2026/2026-07-17_15:24:31.jpg&quot; alt=&quot;Pen-wiper&quot;&gt;&lt;/p&gt;
&lt;p&gt;I fucking hate this thing. But it&#39;s cute and it works. I&#39;m going to make a better one. At least I know what I&#39;m doing now. My hands were tired from a few other projects I was doing at the time, so I&#39;ll blame the poor quality on that...&lt;/p&gt;
&lt;h2&gt;Doll (and clothes but he&#39;s mostly naked)&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2026/2026-07-17_15:23:08.jpg&quot; alt=&quot;Kaylance doll&quot;&gt;&lt;/p&gt;
&lt;p&gt;He needs pants...&lt;/p&gt;
&lt;p&gt;I&#39;ve been keeping him on my desk as moral support.&lt;/p&gt;
&lt;h2&gt;Anyways...&lt;/h2&gt;
&lt;p&gt;I&#39;ve got a bunch of other things I want to show, all different categories, thought I don&#39;t know if I&#39;ll always categorize them or just show random stuff occasionally.&lt;/p&gt;
&lt;p&gt;Oh, I also got a few other random projects I&#39;ll probably talk about soon, like a comic I&#39;m working on that I started working on part of the site for (I&#39;m not 100% sure if bits and pieces of it have been exported. Also other things BUT I am tired gootbye....&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Updating a neocities site with the neocities node package and node and eleventy and and AND YOU HAVE TO UNDERSTAND THIS ISN&#39;T HOW I WAS ORIGINALLY GOING TO DO THIS, THE ORIGINAL TITLE OF THIS POST WAS ABOUT RSYNC AND WEBDAV AND SHIT BUT YOU DON&#39;T KNOW WHAT I&#39;VE BBEEN THROUGH TO GET THIS WORKING YOU COULD NOT POSSIBLY UNDERSTAND</title>
    <link href="https://444631.xyz/posts/2025-11-19-node-neocities-site-deployment.html"/>
    <updated>2025-11-19T15:15:00Z</updated>
    <id>https://444631.xyz/posts/2025-11-19-node-neocities-site-deployment.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I decided to just go ahead and make a new post for this lmaooo.&lt;/p&gt;
&lt;p&gt;Anyways, I&#39;ll get into the technicals, but first, let me talk about...&lt;/p&gt;
&lt;h3&gt;What didn&#39;t work...&lt;/h3&gt;
&lt;p&gt;The first thing I tried was the most obvious solution – mounting to the webdav endpoint and using rsync. There were a lot of complications.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Secrets management and authentication was kind of hard. I had to do a bunch of hack-y stuff for this which had me convinced I&#39;d accidentally dump my username and password to some logs. I was being delusional, this never happened.&lt;/li&gt;
&lt;li&gt;Permissions were hard to deal with, as always.&lt;/li&gt;
&lt;li&gt;Rsync didn&#39;t work... for funny reasons.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So, the most interesting thing to talk about was the reason rsync wasn&#39;t working. I still don&#39;t really understand why this was even an issue, to be honest, but it was expecting windows-style path dividers. I figured this out because I tried just using cp (after confirming several other things didn&#39;t work, but this was the only one that is relevant to the story) and the result was… the same. So I tried manually changing it myself and it WORKED. Moral of the story is actually fuck windows for real.&lt;/p&gt;
&lt;p&gt;So my first plan was to get a list of all the files, loop through them and replace all the path dividers and individually copy each one, but after some thought, I realized there were a few issues with this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I just didn&#39;t want to do it.&lt;/li&gt;
&lt;li&gt;It would kind of take a while to do it.&lt;/li&gt;
&lt;li&gt;The bash script to do all this was already so dishonorable I immediately put it in &lt;code&gt;.hgignore&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Yes, I did this all with fucking bash. I thought it would be a lot simpler, in my defense.&lt;/li&gt;
&lt;li&gt;By the time I thought &amp;quot;maybe I should do this in lua or perl or something,&amp;quot; I had already written a complicated-ass bash script and I didn&#39;t want to start from the very beginning.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Anyways, in doing research, I found... &lt;a href=&quot;https://forum.rclone.org/t/support-for-neocities-as-a-backend/28482&quot;&gt;this post on the rclone forums&lt;/a&gt; at some point. Actually pretty early on, but I skimmed it, thinking it was somewhat irrelevant to the way I was trying to handle this (I &lt;em&gt;did&lt;/em&gt; try rclone. Also didn&#39;t work for the same reasons as above.) Something brought me back to it though, and &lt;em&gt;this. fucking. sentence.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;I discovered this halfway through development of my standalone backend, which uses the free &lt;a href=&quot;https://neocities.org/api&quot;&gt;Neocities Developers API&lt;/a&gt;, [...]&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So that&#39;s cool. That&#39;s been there the whole fucking time and the only reason I didn&#39;t know about it was because I was so obsessed with the idea that the only way to interact with this was through the webdav endpoint. Cool cool cool cool cool.&lt;/p&gt;
&lt;h3&gt;What &lt;em&gt;did&lt;/em&gt; work&lt;/h3&gt;
&lt;p&gt;So, under my particular circumstances, I am using a static site generator called &lt;a href=&quot;https://www.11ty.dev/&quot;&gt;eleventy&lt;/a&gt; &amp;amp; I have some scripts set up to run for various processes in package.json. I have a build script that just builds the eleventy site (I have it set up to write to a folder called &amp;quot;public&amp;quot;) so I don&#39;t have to remember what the exact command to do that is, I have a bunch of scripts for mass resizing certain images that gets ran during postbuild (highly recommend this if you&#39;re like me and you&#39;re trying to keep your site pretty small,) and now, I have a deploy script that just looks like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;package.json&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-json&quot;&gt;&amp;quot;deploy&amp;quot;: &amp;quot;node deploy.js&amp;quot;,
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So I can run &lt;code&gt;npm run deploy&lt;/code&gt; and it just pushes the whole site.&lt;/p&gt;
&lt;p&gt;The actual part that&#39;s interesting is inside the &lt;code&gt;deploy.js&lt;/code&gt; script. I used the neocities node package, which has some quirks – you cannot send more than 127 files at a time, which is pretty reasonable and not hard to work around. The response it sends back doesn&#39;t tell you &lt;em&gt;at all&lt;/em&gt; what&#39;s wrong. I actually only found out because I was digging around on the project&#39;s github and found a bug report about it or something.&lt;/p&gt;
&lt;p&gt;Anyways, here&#39;s the guts of that script (It&#39;s been a while since I&#39;ve done any actual javascript so be nice pleeeease):&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-javascript&quot;&gt;#!/usr/bin/env node

var fs = require(&amp;quot;fs&amp;quot;)
var path = require(&amp;quot;path&amp;quot;)

var {Sops} = require(&amp;quot;node-sops&amp;quot;)
var sops = new Sops()

var NeoCities = require(&amp;quot;neocities&amp;quot;)
var ncapi = new NeoCities(
  sops.get(&amp;quot;secrets.enc.json&amp;quot;, &amp;quot;neocities.user&amp;quot;),
  sops.get(&amp;quot;secrets.enc.json&amp;quot;, &amp;quot;neocities.pass&amp;quot;)
)

function recurseDir(dirPath) {
  var filels = []
  var files = fs.readdirSync(dirPath)

  files.forEach(file =&amp;gt; {
    var fp = path.join(dirPath,file)

    if (fs.statSync(fp).isDirectory()) {
      var temp = recurseDir(&amp;quot;./&amp;quot;+fp)
      filels = filels.concat(temp)
    } else {
      filels.push({name:fp.replace(/^public&#92;//,&amp;quot;&amp;quot;),
            path:&amp;quot;./&amp;quot;+fp})
    }
  })
  return filels
}

function deploy(dirPath) {
  var filels = recurseDir(dirPath)

    //doesn&#39;t like it if you send over 127 files
    var size = 127
    for (var i=0; i&amp;lt;filels.length; i+=size) {
      ncapi.upload(filels.slice(i,i+size),function(resp) {
        console.log(resp)
      })
    }
}

deploy(&amp;quot;./public&amp;quot;)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I should also note that I use sops for secrets management, just as I did with the original script (which I deleted because I never wanted to see it again). I&#39;m not gonna go through setting all that up, but it&#39;s really not too hard, and if you have something else that you prefer using, the only thing you really need to pay close attention to here is in the neocities initialization stuff, which is where it expects a username and password (you should pay close attention to that anyways, because if you &lt;em&gt;are&lt;/em&gt; using sops, this&#39;ll tell you how the file should be structured, or you might need to change it or what have you.)&lt;/p&gt;
&lt;p&gt;I also did some stuff I plan on changing later, like I gave it the root folder as a param, but then hardcoded it into &lt;code&gt;recurseDir()&lt;/code&gt;? I really just wanted to see something work for once I really just needed one w or I&#39;d fucking explode, don&#39;t you understand?????? I am usually a good programmer I prommy. I plan on fixing it before I haphazardly toss this script into the actual project that motivated me to make it. But it works &lt;em&gt;right now&lt;/em&gt;, you see, even in its worst state. It actually works, and now I can type &lt;code&gt;npm run deploy&lt;/code&gt; and I don&#39;t have to drag-and-drop files into my browser, and now YOU can copy this bitch into your eleventy site or what have you, do whatever the fuck with it to make it actually work, and YOU can type &lt;code&gt;npm run deploy&lt;/code&gt; in your console and experience the same joy I had, but lesser because I trudged through fucking hell just to make something that basically does a thing I was already able to do and was already very easy but now in just a slightly different way, inside my console where I feel safe and warm, and now this script means something to me. I&#39;m enrolling him in pre-k next fall because I love him so much and I want him to have a good life.&lt;/p&gt;
&lt;p&gt;Anyways, the part of this that really slays is that it opens up a lot of possibilities for other cool updates I can make to my site in the future and hopefully not become a little freak about it like this time. Things like writing posts on my phone or something idk. Post editor integration? Fuck I don&#39;t know there&#39;s two fat squirrels having sex in the tree right out my window and I am too genuinely baffled to get my focus back to write about this anymore so kiss kiss I love you and ttyl.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Deploy test</title>
    <link href="https://444631.xyz/posts/2025-11-17-automated-deployment.html"/>
    <updated>2025-11-17T08:45:00Z</updated>
    <id>https://444631.xyz/posts/2025-11-17-automated-deployment.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I&#39;m actually just testing something out right now. We&#39;ll see if it... actually worked lmao. If you&#39;re seeing this, it means I got my deploy script working! I&#39;ll probably update more on this later (on this post), but as I said, just testing it right now. I am very tired GOOD NIGHT!!&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Art Dump uuuhhhh uhhhhhhhhhh 4??</title>
    <link href="https://444631.xyz/posts/2025-11-07-art-dump-4.html"/>
    <updated>2025-11-07T09:34:00Z</updated>
    <id>https://444631.xyz/posts/2025-11-07-art-dump-4.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I haven&#39;t done a whole lot, actually. I&#39;ve been really busy with work recently, but I&#39;m trying to get back into painting, so I&#39;ve been doing a little bit whenever I can.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/2025-11-07-101402_004.jpeg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/2025-11-07-101402_005.jpeg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/2025-11-07-101402_003.jpeg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/2025-11-07-101402_002.jpeg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;I also did a billion value studies (I&#39;m only showing one b/c I don&#39;t really like posting studies anymore but this is more of a self portrait situation lmao)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/2025-11-07-101402_006.jpeg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;I did some additional stuff on my computer as well but discovered I messed up my color space settings in Krita so I have to go make adjustments to ALL OF MY ART. So cool. Anyways, not the biggest deal in the world, and here is a complimentary early progress pic of a joke thing that I ended up putting too much effort into that I finished but need to make color adjustments to (this is the artwork that made me realize there was an issue, actually lmao).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/2025-11-07-121124_002.jpeg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;Anyways BYEEE BYEEEEEEE &amp;lt;3&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>What I&#39;ve Been Up To</title>
    <link href="https://444631.xyz/posts/2025-09-26.html"/>
    <updated>2025-09-26T18:36:00Z</updated>
    <id>https://444631.xyz/posts/2025-09-26.html</id>
    <content xml:lang="" type="html">&lt;h3&gt;Getting Rockbox on a 6th Gen iPod&lt;/h3&gt;
&lt;p&gt;I should note that this was both a nightmare, and also one of the easiest things I&#39;ve done in all my life. Let me explain:&lt;/p&gt;
&lt;p&gt;I followed the instructions on the site for my specific device. After around 5 hours of dicking around with it, it looked like I bricked it, something which you supposedly aren&#39;t supposed to be able to do. I should note that because I&#39;m on Linux, I had to do a manual re-partitioning + re-installation of the iPod firmware. THIS is what made it look like it wasn&#39;t working, however, the problem with Rockbox had nothing to do with this specifically, it would have run just fine as I had it.&lt;/p&gt;
&lt;p&gt;I tell my husband &amp;quot;I had this thing for five hours and I bricked it!&amp;quot; and he went &amp;quot;ok, calm down, why don&#39;t you sleep on it,&amp;quot; and then the next morning, he took it, placed it down on the table, did the exact thing I had been doing to get it to turn on, and it... just kind of worked for him.&lt;/p&gt;
&lt;p&gt;Anyways, after that, I spent several days doing both automatic and manual firmware installs, looking shit up online trying to figure out what I did wrong, why it wasn&#39;t working. For context, it had some... very specific issue that tons of people were posting about on Reddit, where it... boots up Rockbox, then says it can&#39;t find the partition, and in common Redditor fashion, people were like &amp;quot;well, then make a partition!&amp;quot; and I&#39;m not quite sure how to explain this, but it was there, it&#39;s just that the second Rockbox actually starts up, it disappears.&lt;/p&gt;
&lt;p&gt;Finally, after spending nearly a week pulling my hair out, I go in the forums. I read EVERYTHING posted within the past month. I can&#39;t for the life of me find it now, but someone was saying that Apple did some &lt;em&gt;unbelievably funny things&lt;/em&gt; with partitions (namely, the disappearing partition thing), likely in order to prevent people from doing exactly what I was doing. In Rockbox 3.15, there was some kind of workaround for this, but it got changed in 4.0 to something that unfortunately doesn&#39;t actually work.&lt;/p&gt;
&lt;p&gt;I thought, as a joke, I would just take 3.15 pre-built and drop it into the filesystem. Just for funsies. This was, incidentally, how I ended up getting it to work. Quite literally I did something I thought sounded a bit too stupid and immediately got it running after nearly a week of no progress.&lt;/p&gt;
&lt;h3&gt;Digging Through Sketchbooks and Old Code&lt;/h3&gt;
&lt;p&gt;I was looking for a very specific piece of art I did for reference, and I ended up finding a few specific sets of drawings that showed, like, quite an interesting progression in the design of one of my characters? I won&#39;t post it now, I don&#39;t really have the time to compile it all right now, but maybe in my next art dump post.&lt;/p&gt;
&lt;p&gt;The really interesting thing that happened is that simultaneously, I found myself needing to find some old code for a few different projects I&#39;ve gotten started working on in the same style that I did that got me writing my own audio library. It was also really interesting seeing how I used to solve some problems. I didn&#39;t find what I was looking for, but I had the need for some basic scene management stuff, and I had some incredibly fun solutions for that. I had some interesting-looking menu-building stuff as well. It&#39;s just nice to look back on your old work and see it still holds up well.&lt;/p&gt;
&lt;h3&gt;My Car Died (Again)&lt;/h3&gt;
&lt;p&gt;This is the third one, for the third year. Don&#39;t want to talk about it. Getting kind of tired of owning a car. I am over it by now at least.&lt;/p&gt;
&lt;p&gt;Anyways, have a lovely evening :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Art Dump 3</title>
    <link href="https://444631.xyz/posts/2025-07-21-art-dump.html"/>
    <updated>2025-07-21T08:08:00Z</updated>
    <id>https://444631.xyz/posts/2025-07-21-art-dump.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I&#39;ve been up to kind of way too much and also nothing at all in the past couple of months. Quite a bit of writing and... not enough redrafting and editing. Working outside of that. I finally had the thought, &amp;quot;hey maybe I&#39;m on what book three now? I should keep track of the lore in a normal way instead of just like re-reading random shit in the book &amp;amp; texts I&#39;ve sent to my husband months ago.&amp;quot; I also feel, like, creatively free for the first time since I was a kid. I&#39;m trying to make the most of it while it lasts, in case it&#39;s just a short phase or something, or maybe I need to keep flexing that muscle to keep it going or whatever. This means, of course, that I&#39;ve been drawing my little guys a lot. (And ngl some of this shit I thought I posted previously, didn&#39;t realize I haven&#39;t posted in &lt;em&gt;two months&lt;/em&gt;. Oops.)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/high_five.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/scheming.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/20250616_185640.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/2025-07-21.png&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/2025-07-21-080056.jpeg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/export202507111646081630.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/2025-07-21-080056_02.jpeg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/oh_you_hate_me.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/blog/2025/erm.....jpg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;The image the last two are from is like a whole page and I can&#39;t show it because 1. it&#39;s a bit NSFW and 2. I can&#39;t look at it in full for more than 3 seconds at a time or I start shaking like an elderly chihuahua.&lt;/p&gt;
&lt;p&gt;Anyways don&#39;t feel like making this post too long goot bye :) &lt;strong&gt;*explodes*&lt;/strong&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Adding comments, (also, my email has changed)</title>
    <link href="https://444631.xyz/posts/2025-05-19-comments-adventure.html"/>
    <updated>2025-05-19T18:26:00Z</updated>
    <id>https://444631.xyz/posts/2025-05-19-comments-adventure.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I&#39;m using &lt;a href=&quot;https://cusdis.com&quot;&gt;Cusdis&lt;/a&gt; for comments. I don&#39;t know how I feel about it yet, but I&#39;m gonna try it for some time, probably until I find a solution that I like a bit better (I already know what this solution is, it&#39;s just going to take more time and effort than I currently have right now to set up). I&#39;ve also updated my links / about pages to my most up-to-date email address, so now you can send me emails and I will see them.&lt;/p&gt;
&lt;p&gt;I&#39;m glad I&#39;m nearing towards the end of having any major site updates that don&#39;t also involve new content. Probably the only things I&#39;ve got left are any tweaks to comments I make, some stuff with webmentions (that I completely forgot I was doing), some automation stuff and a cool page where you&#39;ll be able to read one of the stories I&#39;ve been working on. It&#39;s nice to be able to just kind of just write posts instead of fiddling with stuff constantly, as much as I like doing that lmao.&lt;/p&gt;
&lt;p&gt;Anyways, that&#39;s it for today. Good night and love you :D&lt;/p&gt;
&lt;hr&gt;
&lt;h3&gt;Edit&lt;/h3&gt;
&lt;p&gt;Okay, I got irritated dealing with an iframe so I switched from Cusdis to &lt;a href=&quot;https://www.htmlcommentbox.com&quot;&gt;HTML Comment Box&lt;/a&gt;. Cusdis was &lt;em&gt;very nice&lt;/em&gt;, I think if you&#39;re not super particular about certain things in the same way I am, most people would have a really nice time with it, it&#39;s definitely going among the one&#39;s I&#39;d recommend to anyone trying to add comments to their site.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Art Dump 2 (Guys crossing their arms compilation (and other art, probably))</title>
    <link href="https://444631.xyz/posts/2025-05-17-compilation-of-guys-crossing-their-arms.html"/>
    <updated>2025-05-18T18:26:00Z</updated>
    <id>https://444631.xyz/posts/2025-05-17-compilation-of-guys-crossing-their-arms.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I worked on this silly vampire comic for, like, years with my husband, and I&#39;ve been thinking about it a lot recently (even though I haven&#39;t, like, worked on it in forever. Maybe I&#39;ll go back to it once I&#39;m done writing my most recent thing...) Anyways, I&#39;m obsessed with these two guys. I&#39;d have to dig around for some more art I&#39;ve got of them.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/lukas_theodore.jpg&quot; alt=&quot;My OCs Lukas and Theodore, standing side-by-side with their arms crossed, looking off in the distance confused&quot;&gt;&lt;/p&gt;
&lt;p&gt;And a random drawing of them from my sketchbook last year:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/theodore_lukas_2024.jpg&quot; alt=&quot;Loose sketch of Lukas and Theodore&quot;&gt;&lt;/p&gt;
&lt;p&gt;Tbh I have a million drawings of them because I started shipping them as a joke and I did it for so long it became serious. It even made it&#39;s way into the comic.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/20250517_221201.png&quot; alt=&quot;Portion of a page of a comic that reads: Theodore: Anyways, I&#39;m sure you&#39;ll find something decent up there. At least you don&#39;t have to rush or anything. There&#39;s nobody here. Mindy: T-thanks. Theodore: Um, yeah... see you around. The rest of the group watches as Theodore walks away. Jackson: Ok, yeah, he kinda sucks. Mindy: YEAH! He literally brags about EVERYTHING! You can&#39;t even agrue with any of it either! Lukas: Ugh, yeah. He&#39;s so cool and smart and rich and ho- H-his... His house has GREAT anthills... ugh, whatever. I still hate him.&quot;&gt;&lt;/p&gt;
&lt;p&gt;Anyways, more guys from the same comic! Including &lt;strong&gt;Steve: Cat Edition (TM)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/steve_vlad.jpg&quot; alt=&quot;Steve and Vlad. Also, Steve as a little orange kitty cat.&quot;&gt;&lt;/p&gt;
&lt;p&gt;It&#39;s been maybe a year since I&#39;ve touched that project. My two most recent things are... that one book I was writing (the one about silly wizards) (I don&#39;t rember if I ever actually talked about it lmao) and the book I&#39;m writing to procrastinate finishing the book I&#39;m writing (the one about gay robots). Regrettably, I have recently distracted myself from writing the thing I&#39;m writing to distract myself from writing the book about silly wizards by drawing them instead. Anyways...&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/cover_them_up_slut.jpg&quot; alt=&quot;That &amp;quot;cover them up sl*t&amp;quot; tiktok but it&#39;s Iono&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/she_rocket_on_my_ship_till_i....jpg&quot; alt=&quot;Iono: She rocket on my ship till I... she, uh... she rocket on my twinship till I... no... she pilot on my twinship till I rocket  Imbatt: Are you good?  Iono: Shut up, I&#39;m thinking!&quot;&gt;&lt;/p&gt;
&lt;p&gt;Thanks for looking at the little guys that live in my brain :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>The Sketchbook Dilemma</title>
    <link href="https://444631.xyz/posts/2025-05-16-sketchbook-dilemma.html"/>
    <updated>2025-05-16T19:22:00Z</updated>
    <id>https://444631.xyz/posts/2025-05-16-sketchbook-dilemma.html</id>
    <content xml:lang="" type="html">&lt;p&gt;Today I went to Joann Fabric (RIP queen) and bought, like, $160 worth of stuff for $30. Which is insane, obviously (I was actually hanging out with friends at Rochester and we were like &amp;quot;I could use some incredibly discounted fabric&amp;quot; and just kinda... went there LMAO). They had these sketchbooks there and I grabbed, like, two of them. I have this idea in my head that if I buy two of the same sketchbook, I&#39;ll be less scared to fill one up. This is, aparently, an issue I now know that I share with at least two other people. I guess I have to fill up a sketchbook now, then. I haven&#39;t done it in a while, I&#39;m pretty excited!&lt;/p&gt;
&lt;p&gt;Anyways, what I&#39;ve been up to...&lt;/p&gt;
&lt;p&gt;I finished up with school. I&#39;m taking a little &amp;quot;break&amp;quot; next semester (by &amp;quot;break&amp;quot; I mean I&#39;m taking exactly one credit -- I can&#39;t get away from school LMAO). But now I&#39;m at a weird point where I really don&#39;t know what I&#39;m going to do in the spring next year. I could enroll for Big School, but I don&#39;t really have any money... I&#39;ll figure it out by then. I&#39;ve got lots of time.&lt;/p&gt;
&lt;p&gt;I also made another hat. I don&#39;t remember if I talked about my previous hat. Unfortunately, I won&#39;t be talking about my previous hat because I moved and idk where it is. Anyways, here&#39;s the new hat:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2025/2025-05-16-195606.jpg&quot; alt=&quot;Me, in a yellow and dark blue wide-brim floppy hat.&quot;&gt;&lt;/p&gt;
&lt;p&gt;Anyways, I think I used to suffer from a different, similar issue with yarn that I do with sketchbooks. I used to, and kind of still do, avoid using my &amp;quot;good yarn&amp;quot; on any of my more experimental projects. With this one, though, I bought a really nice-looking yarn (it was &lt;em&gt;not&lt;/em&gt; nice to work with. It was torturous) and just went crazy. Hats are my kind of &amp;quot;safe&amp;quot; projects, though -- they usually don&#39;t take a ton of material, they&#39;re hard to screw up, and whether or not you do good or bad, by whatever metric you measure the goodness of a work by, people tend to notice if you&#39;re wearing a clearly handmade hat, and they &lt;em&gt;will&lt;/em&gt; tell you it looks good almost no matter what. But, like, I can&#39;t just keep making hats forever, right? I could make a billion hats, but I won&#39;t ever get less anxious about using up my best yarn if I keep using it to make something I&#39;m already &lt;em&gt;really&lt;/em&gt; good at making.&lt;/p&gt;
&lt;p&gt;In the end, whether or not you fill up that sketchbook or use up that good yarn doesn&#39;t actually matter that much. Like, I guess with yarn, it can &lt;em&gt;kind of&lt;/em&gt; matter. I always do that thing where I finally decide to use something, realize I don&#39;t have enough, and you always kind of run the risk of winding up with some yarn from a different dye lot and all your shit&#39;s just &lt;em&gt;slightly&lt;/em&gt; mismatched, not enough for any old person to notice, but just enough to &lt;em&gt;bother you, specifically&lt;/em&gt;, but I&#39;ve accepted since this is how I operate as a person, this is how things will be. Art as a thing you do is far more interesting to me than art as a product of an action. I want to make beautiful things, beautiful by my standards, but, like, sometimes it&#39;s just nice to say &amp;quot;I need a sun hat&amp;quot; and sit down and &lt;em&gt;make one&lt;/em&gt;, and then go out and wear it on a hot, sunny day, even though you can see every little flaw you lovingly put into it with your own hands. And sometimes you want to learn to draw a horse, so you draw them really badly in your nice sketchbook until they don&#39;t look as bad anymore, not as much as evidence of your imperfection, but evidence of your effort and your growth.&lt;/p&gt;
&lt;p&gt;Anyways, I&#39;ll probably start actually posting a bit more art, if I remember to. My cat&#39;s trying to eat my yarn, so I&#39;ve got to wrap this up. Thanks for reading, and I love you!!&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Moving (and other things?)</title>
    <link href="https://444631.xyz/posts/2025-02-18-moving-and-other-things.html"/>
    <updated>2025-04-18T10:32:00Z</updated>
    <id>https://444631.xyz/posts/2025-02-18-moving-and-other-things.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I had meant to make a post sooner, but I got caught up in a lot of stuff. I moved recently. We&#39;re still working on unpacking. I&#39;m still busy with school as always. Also, I started playing Dwarf Fortress again, and all of these things have suffered for it (oops). Also, one of my cats was in the hospital and now we&#39;re a little in debt (so if you want to, you can donate to my gofundme, I&#39;ll link here eventually... or you can go on my kofi, which I already have up on here I thinks. Sorry, I&#39;m writing this real fast so I don&#39;t really remember the urls off the top of my head). I&#39;m also in the middle of switching email providers, so if you&#39;ve emailed me and I never got back to you, that&#39;s probably the reason why.&lt;/p&gt;
&lt;p&gt;I&#39;m honestly just posting this because I miss it a little bit. I&#39;m regrettably a blogger at heart. But moreso, I miss cohost, and writing here scratches that itch somehow (low-obligation posting about whatever I want to an audience of who cares didn&#39;t ask).&lt;/p&gt;
&lt;p&gt;I got a bit bored of working on my audio library so I got working on a game project I&#39;ve been putting off for ages. The thing that always gets me about making games is even though I&#39;m kinda an artist and I have experience with animation, I actually kind of hate making game art a lot. I think it&#39;s mostly because I just like programming a lot &lt;em&gt;more&lt;/em&gt;. So I always end up trudging through making art so I can make sure everything looks okay altogether. The good thing is I have a husband who is notorious (and I really mean that) for being really good at replicating styles and working with other people, and I&#39;ve brought up offloading some of the work onto him, and he was like &amp;quot;hell yeahh!!&amp;quot; so, there&#39;s that. It kind of looks like this&#39;ll actually get made because I don&#39;t have to do all the parts I don&#39;t really enjoy.&lt;/p&gt;
&lt;p&gt;Anyways, I&#39;m sure I&#39;m missing something important going on in my life, but I&#39;m actually on break at work right now so I&#39;m speedrunning writing this LOL. I&#39;ll probably hop on later and post some music. Have a peaceful week. I love you!!&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>I&#39;m still here! Just busy lmao.</title>
    <link href="https://444631.xyz/posts/2025-02-03.html"/>
    <updated>2025-02-03T22:40:00Z</updated>
    <id>https://444631.xyz/posts/2025-02-03.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I&#39;m just popping in real quick because it&#39;s been, like, two months or something (idk I didn&#39;t check).&lt;/p&gt;
&lt;p&gt;I&#39;ve been doing a lot of things that aren&#39;t the website, including going back to school for the Spring and writing a lot. Also hanging out with friends and driving to Oklahoma a couple of times. Mending a lot of clothing and other similar things.&lt;/p&gt;
&lt;p&gt;I keep thinking about posting to my music blog. I&#39;m sure after Valentine&#39;s Day or maybe the Superbowl, I&#39;ll probably be not so busy. It&#39;ll be nice!!!&lt;/p&gt;
&lt;p&gt;(I also don&#39;t have all my stuff set up on my other laptop, so despite the date, this post will probably actually show up tomorrow lmao. Not like anyone would know, I just think it&#39;s a little silly).&lt;/p&gt;
&lt;p&gt;It&#39;s about time for me to go to bed now and I&#39;ve said all I intended to. Thanks for reading :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Merry Christmas!</title>
    <link href="https://444631.xyz/posts/2024-12-25-merry-christmas.html"/>
    <updated>2024-12-25T13:27:53Z</updated>
    <id>https://444631.xyz/posts/2024-12-25-merry-christmas.html</id>
    <content xml:lang="" type="html">&lt;p&gt;Probably a little random to do a site update on christmas, so I&#39;ll keep this part short: I made a bunch of small changes that
you likely won&#39;t notice unless you&#39;re browsing on a text-only browser, or if you &lt;em&gt;really&lt;/em&gt; like to read the HTML of the pages
you&#39;re browsing (weirdo! lmao jk, me too). Also some really minor changes that you &lt;em&gt;might&lt;/em&gt; notice if you&#39;re paying way too
much attention to some random guy&#39;s website (weird css stuff I did when I was sleepy that I keep forgetting to fix).&lt;/p&gt;
&lt;p&gt;Now that that&#39;s out of the way, I have to admit, it was kind of all an excuse to make a little post to celebrate the holidays
with anyone that might be reading (I&#39;ve made tons of updates like this and this is the first time I&#39;ve made a post about it,
so it might be a little obvious).&lt;/p&gt;
&lt;p&gt;One of my friends asked me a while back if I wanted a &lt;em&gt;good&lt;/em&gt; present or if I wanted a dumpster fire project present, and of
course she was aware I would prefer something I can obsess over and get angry at for months on end. I was not expecting
I&#39;d get one of her retro handhelds, specifically the one I kept making jokes about &amp;quot;fixing her with NixOS&amp;quot; (I don&#39;t know if
that&#39;s actually what I&#39;ll do, but I feel like it&#39;d be a disservice to my friend if I didn&#39;t at least make an attempt. I am a silly
clown and also an extreme technological masochist, if I didn&#39;t do something that made her ask &amp;quot;what the hell is wrong with
you&amp;quot;, it would be very out-of-character of me).&lt;/p&gt;
&lt;p&gt;My husband got me Nine Sols, and it&#39;s yet another game I went in completely blind on purpose, purely at the
recommendation of others that I would like it, and I really wasn&#39;t expecting I&#39;d be screaming within the first 20 minutes.
I love screaming at video games so it&#39;s fine. I love it. I&#39;m already obsessed.&lt;/p&gt;
&lt;p&gt;I&#39;m making gifts for a lot of people, and I made the mistake of working with a new material so close to when it needed
to get done, and the material I&#39;m using requires a lot more time to dry than I was expecting, so I jokingly told everyone,
&amp;quot;you&#39;re getting your gifts in January&amp;quot;. &amp;quot;Jokingly&amp;quot;, as if that&#39;s not actually what&#39;s going to happen lol. I&#39;ll post some of my
process later, I&#39;m having a ton of fun with it, and I think it&#39;ll definitely be something fun to post about. I&#39;m taking pictures
as I go with some of them, so hopefully it won&#39;t be a big text-only post like this one is. I&#39;ve already got some sanding
and refining down with one of them, now I just need to paint one Billion layers onto it or something like that.&lt;/p&gt;
&lt;p&gt;Anyways, aside from that, here&#39;s a fun video I&#39;ve enjoyed today:&lt;/p&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; class=&quot;yt-embed&quot;
                src=&quot;//www.youtube.com/embed/u-OmtN3tFSQ&quot;
                frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
                &lt;noscript&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=u-OmtN3tFSQ&quot;&gt;https://www.youtube.com/watch?v=u-OmtN3tFSQ&lt;/a&gt;&lt;/noscript&gt;
&lt;p&gt;I&#39;m sure I have tons more to talk about but I&#39;m going to get on with my day. I hope everyone is having
a lovely, peaceful day regardless of what you celebrate :) I love you &amp;lt;3&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Finals are over!</title>
    <link href="https://444631.xyz/posts/2024-12-21-finals-are-over.html"/>
    <updated>2024-12-21T10:15:05Z</updated>
    <id>https://444631.xyz/posts/2024-12-21-finals-are-over.html</id>
    <content xml:lang="" type="html">&lt;p&gt;Hi! Sorry for the disappearance. I&#39;ve taken a break from a lot of things to just kinda get done with finals, relax and get ready
for the holidays. I unfortunately don&#39;t have much of anything to talk about! I&#39;ve started a few weird little projects here and
there, just some small things that either just interest me or make my life a little easier, but maybe if they get interesting or
big enough, I&#39;ll do something else with them.&lt;/p&gt;
&lt;p&gt;I still have a lot of stuff to get done with over the holidays, so there&#39;ll be really not much to hear from me for a while!&lt;/p&gt;
&lt;p&gt;I hope everyone is having a peaceful Winter :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Having fun on the computer - post stub generator</title>
    <link href="https://444631.xyz/posts/2024-12-05-having-fun-on-the-computer-post-stub-generator.html"/>
    <updated>2024-12-05T01:25:01Z</updated>
    <id>https://444631.xyz/posts/2024-12-05-having-fun-on-the-computer-post-stub-generator.html</id>
    <content xml:lang="" type="html">&lt;p&gt;This is (kinda) a continuation of &lt;a href=&quot;/posts/2024-10-06-i-am-having-fun&quot;&gt;This post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Earlier today, one of my friends sent me this (I promise this is relevant):&lt;/p&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; class=&quot;yt-embed&quot;
                src=&quot;//www.youtube.com/embed/wJjfY01TfPA&quot;
                frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
                &lt;noscript&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=wJjfY01TfPA&quot;&gt;https://www.youtube.com/watch?v=wJjfY01TfPA&lt;/a&gt;&lt;/noscript&gt;
&lt;p&gt;I haven&#39;t been this excited about a video game since, uh, actually, since the same friend informed me there was a Bug
Fables update. Normally I&#39;d say &amp;quot;it&#39;s been years!!!&amp;quot; but it&#39;s been an oddly great month for people like me who enjoy very
specific video games lmao. Anyways, back in the day, I&#39;d go on twitter (and more recently, cohost, RIP) and post some
shit like...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Patapon enjoyers&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2024/WLovers.jpg&quot; alt=&quot;National Association of W Lovers&quot;&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;But I&#39;ve come to a bit of a conclusion that I don&#39;t really &lt;em&gt;like&lt;/em&gt; social media that much. I have to literally force myself to
use the sites I&#39;m on. I find posting here a lot more enjoyable. The fact of the matter is that if I wanna see posts, curating
a reading list is a lot easier than curating the Attention Exploitation Spam Machine. I don&#39;t really need to explain all this
to get where I&#39;m going with this, I&#39;ve already talked plenty about how I feel about social media.&lt;/p&gt;
&lt;p&gt;I probably haven&#39;t talked about how I&#39;m, like... at heart, I&#39;m kinda still a poster. I love being silly online, and
as mentioned in my previous post about this, I am generally in agreement that the easier it is to make silly posts, the
more likely you are to make silly posts.&lt;/p&gt;
&lt;p&gt;And plus, I just think it&#39;s kinda funnier to post this stuff on my website that I show to prospective employers. They should
know my level of dedication I&#39;ll put into even just being a little silly.&lt;/p&gt;
&lt;h2&gt;Posting from the phone&lt;/h2&gt;
&lt;p&gt;My first thought was &amp;quot;I&#39;ve got my site source code hosted up somewhere, what if I hosted a little site where I could
remotely automate adding posts from my phone?&amp;quot;&lt;/p&gt;
&lt;p&gt;This is not what happened. What ended up happening was I realized that, with there being a lot of new tools for this stuff
&lt;em&gt;on Android&lt;/em&gt;, I can literally just do everything I do on the computer from my phone. Objectively harder to do, but
definitely more fun (for me, exclusively). This involved installing terminux, then node, python, mercurial, and then
cloning my site.&lt;/p&gt;
&lt;p&gt;The next step is uh... figuring out the posting thing. Which shouldn&#39;t be too hard, since I&#39;m just using WebDAV, I can
probably just mount the site and upload the whole thing. I think. I don&#39;t know, I have to figure out a good workflow for
this.&lt;/p&gt;
&lt;p&gt;My intention wasn&#39;t to mislead, I definitely haven&#39;t finished all that up yet, I just though the context for what I&#39;m doing
&lt;em&gt;now&lt;/em&gt; is at least a bit interesting.&lt;/p&gt;
&lt;h2&gt;Prototyping a (desktop, currently) post writer (kinda)&lt;/h2&gt;
&lt;p&gt;Okay, so for the more interesting part: I have written this post almost exclusively in a cute little post generator I wrote.&lt;/p&gt;
&lt;p&gt;Here&#39;s what it looks like:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/blog/2024/postgenerator.png&quot; alt=&quot;Post generator&quot;&gt;&lt;/p&gt;
&lt;p&gt;Regrettably, there&#39;s no way to preview posts outside of moving it onto my site and building the whole thing, but I don&#39;t
see that as much of a problem. Legitimately, I feel like having something this fleshed out is kinda a major win! And it&#39;s
something I could put on my phone, if I just changed a few things here and there.&lt;/p&gt;
&lt;p&gt;I&#39;ll probably use tools more geared towards text editing. I built this with Love2D and loveframes. Great tools, but
loveframes textboxes don&#39;t fully support highlighting, and considering how hard it is to actually do UI stuff with Love2D,
I&#39;m pretty impressed with the level of functionality I&#39;ve gotten out of it as it is. I really only planned to have it generate
post stubs, but I added the post content textbox because it was just, like, 10 more lines of code, and at the very least,
I could write my drafts in Zettlr like usual and just copy the whole content into here to make the file as well.&lt;/p&gt;
&lt;p&gt;The only other major thing that&#39;s missing from this is I can&#39;t add tags, which isn&#39;t really a big deal, but it&#39;d be easy to
implement if I really wanted to.&lt;/p&gt;
&lt;p&gt;I also didn&#39;t add the description or surprise link fields (description is for some currently hidden text that&#39;s mostly used
for the Atom feed, and if you haven&#39;t figured out the surprise of the surprise link, I won&#39;t spoil it for you).&lt;/p&gt;
&lt;p&gt;Anyways, outside of finals, that&#39;s kind of all I&#39;ve been up to. I wouldn&#39;t even say I had time for this, I&#39;m mostly just
procrastinating...&lt;/p&gt;
&lt;p&gt;Have a good night, or morning. Thanks for reading :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>YouTube &amp; SoundCloud Embed Shortcode Update</title>
    <link href="https://444631.xyz/posts/2024-11-30-youtube-soundcloud-embed.html"/>
    <updated>2024-11-30T17:47:00Z</updated>
    <id>https://444631.xyz/posts/2024-11-30-youtube-soundcloud-embed.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I did a bunch of random stuff on the site recently, and I just wanted to kind of show &lt;em&gt;some of it&lt;/em&gt; off -- it took me a bit to figure some of it out, though a lot of the stuff that helped me is pretty easy to find. I finally went and made the code presentable :D&lt;/p&gt;
&lt;h2&gt;YouTube&lt;/h2&gt;
&lt;p&gt;This is what a YouTube embed looks like:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot;
src=&amp;quot;https://www.youtube.com/embed/dQw4w9WgXcQ&amp;quot;
title=&amp;quot;YouTube video player&amp;quot; frameborder=&amp;quot;0&amp;quot; allow=&amp;quot;accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;
web-share&amp;quot; referrerpolicy=&amp;quot;strict-origin-when-cross-origin&amp;quot; allowfullscreen&amp;gt;
&amp;lt;/iframe&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The &lt;code&gt;dQw4w9WgXcQ&lt;/code&gt; bit is the ID. Actually, it gives you a bunch of other stuff in the URL when you grab an embed, but 1) you don&#39;t need any of it to make this work and 2) I don&#39;t know what it is really. I was feeling lazy when I first started working on this so I just looked up how to match the ID in the URL, and luckily, &lt;a href=&quot;https://stackoverflow.com/questions/3452546/how-do-i-get-the-youtube-video-id-from-a-url&quot;&gt;this wasn&#39;t a new problem at all&lt;/a&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-javascript&quot;&gt;/^.*(youtu.be&#92;/|v&#92;/|u&#92;/w&#92;/|embed&#92;/|watch&#92;?v=|&amp;amp;v=)([^#&amp;amp;?]*).*/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This is what it ended up looking like in &lt;code&gt;.eleventy.js&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-javascript&quot;&gt;eleventyConfig.addNunjucksShortcode(&amp;quot;ytembed&amp;quot;, function(url) {
    // get ID
    const re = /^.*(youtu.be&#92;/|v&#92;/|u&#92;/w&#92;/|embed&#92;/|watch&#92;?v=|&amp;amp;v=)([^#&amp;amp;?]*).*/;
    match = url.match(re)
    match = match &amp;amp;&amp;amp; match[2].length === 11 ? match[2] : null
    return `&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; class=&amp;quot;yt-embed&amp;quot;
            src=&amp;quot;//www.youtube.com/embed/${match}&amp;quot;
            frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;
            &amp;lt;noscript&amp;gt;&amp;lt;a href=&amp;quot;${url}&amp;quot;&amp;gt;${url}&amp;lt;/a&amp;gt;&amp;lt;/noscript&amp;gt;`
})
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Important thing to note: I added &lt;code&gt;&amp;lt;noscript&amp;gt;&lt;/code&gt; so that you can still see a link if you&#39;re using, like, a browser that doesn&#39;t support JavaScript. This is a personal goal I&#39;ve made in working on this site that I&#39;ve had to work around quite a bit, and I do quite a lot of site testing in ELinks (which technically &lt;em&gt;does&lt;/em&gt; have JS support, but I can&#39;t get it working, nor do I really want to all that much.)&lt;/p&gt;
&lt;h2&gt;SoundCloud&lt;/h2&gt;
&lt;p&gt;I thought this was gonna be a lot more difficult, but it turned out to be much easier. SoundCloud actually just uses the same URL as an identifier for embeds, so I basically just did the exact same thing as with YouTube but minus grabbing the ID. Here&#39;s what that looks like (sorry in advance for uh... the length lol. I&#39;ll fix that later):&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-javascript&quot;&gt;eleventyConfig.addNunjucksShortcode(&amp;quot;scembed&amp;quot;, function(url) {
    return `&amp;lt;iframe width=&amp;quot;100%&amp;quot; height=&amp;quot;315&amp;quot; scrolling=&amp;quot;no&amp;quot;
        frameborder=&amp;quot;no&amp;quot; allow=&amp;quot;autoplay&amp;quot;
        src=&amp;quot;https://w.soundcloud.com/player/?url=${url}&amp;amp;color=%23ff5500&amp;amp;auto_play=false&amp;amp;hide_related=false&amp;amp;show_comments=true&amp;amp;show_user=true&amp;amp;show_reposts=false&amp;amp;show_teaser=true&amp;amp;visual=true&amp;quot;&amp;gt;
        &amp;lt;a href=&amp;quot;https://producer.ua&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;
        talent manager&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;
        &amp;lt;noscript&amp;gt;&amp;lt;a href=${url}&amp;gt;${url}&amp;lt;/a&amp;gt;&amp;lt;/noscript&amp;gt;`
})
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I actually grabbed the base embed code from &lt;a href=&quot;https://soundcloudembedcode.github.io/&quot;&gt;SoundCloud embed code generator&lt;/a&gt;. This presented 2 problems for me...&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It looks different from the other ones I put manually on the site.&lt;/li&gt;
&lt;li&gt;If I used this in the other places on the site, it&#39;s... really tall. Too tall, really. So I had to make a second one that looks better outside I Post Music Every Day (Sometimes). This was pretty easy, I just made a second shortcode that&#39;s the same thing but... shorter (again, sorry lol).&lt;/li&gt;
&lt;/ol&gt;
&lt;pre&gt;&lt;code class=&quot;language-javascript&quot;&gt;eleventyConfig.addNunjucksShortcode(&amp;quot;scembed_sm&amp;quot;, function(url) {
    return `&amp;lt;iframe height=&amp;quot;166&amp;quot; width=&amp;quot;100%&amp;quot; scrolling=&amp;quot;no&amp;quot;
        frameborder=&amp;quot;no&amp;quot; allow=&amp;quot;autoplay&amp;quot;
        src=&amp;quot;https://w.soundcloud.com/player/?url=${url}&amp;amp;color=%23ff5500&amp;amp;auto_play=false&amp;amp;hide_related=false&amp;amp;show_comments=true&amp;amp;show_user=true&amp;amp;show_reposts=false&amp;amp;show_teaser=true&amp;amp;visual=true&amp;quot;&amp;gt;
        &amp;lt;a href=&amp;quot;https://producer.ua&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;
        talent manager&amp;lt;/a&amp;gt;&amp;lt;/iframe&amp;gt;
        &amp;lt;noscript&amp;gt;&amp;lt;a href=${url}&amp;gt;${url}&amp;lt;/a&amp;gt;&amp;lt;/noscript&amp;gt;`
})
&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Anyways...&lt;/h2&gt;
&lt;p&gt;Not a super crazy update, I don&#39;t have a lot of anything else I want to talk about like I usually would. I&#39;m busy with finals right now and also on vacation, so thought this would be a quick post to put together. I also had a lot of fun writing this, even though it took me, like, maybe 20 minutes lmao.&lt;/p&gt;
&lt;p&gt;I hope everyone is having a lovely Thanksgiving &amp;lt;3 Thank you for reading&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>It&#39;s always gotta be something...</title>
    <link href="https://444631.xyz/posts/2024-11-06-its-always-gotta-be-something.html"/>
    <updated>2024-11-08T01:24:00Z</updated>
    <id>https://444631.xyz/posts/2024-11-06-its-always-gotta-be-something.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I think there&#39;s something more obvious I could be talking about now, but I&#39;m not really planning on talking about it all that much, honestly (nothing to really say). No, on this very day, the car saga has continued (and, very subsequently, ended). My car... he is very ill....&lt;/p&gt;
&lt;p&gt;Okay, just kidding. Some weird shit happened while I was getting myself all parked when I got home, didn&#39;t think anything of it, and the next morning, about to go to work, my car wouldn&#39;t start! Quite a few things about how it went down indicated to me that it was likely just the battery, but I &lt;em&gt;just bought the thing&lt;/em&gt;. How annoying. Got a tow to the maintenance shop after too much trouble with AAA. Got a call back maybe an hour later that it was just the battery was a bit loose, likely from all the other maintenance I&#39;d had to get done (these folks have got to be a bit tired of me, they see me like once every couple of weeks). They just got it in nice and tight, and now my car is back to normal.&lt;/p&gt;
&lt;p&gt;Anyways, I ended up not being able to make it to school or work, so I took a nap after getting it all sorted out.&lt;/p&gt;
&lt;p&gt;In the morning, I had seen this post on Tumblr:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;extpost-generic&quot;&gt;
&lt;div class=&quot;posthead&quot;&gt;
&lt;img style=&quot;max-width:50px;&quot; class=&quot;icon&quot; src=&quot;https://64.media.tumblr.com/492894862e9ca1e603aa2dac0a1e9736/628a1264f3ec66ad-d2/s64x64u_c1/f6fdf022c7d02dd7ef4001340a1125bf327fa867.jpg&quot;&gt;
&lt;div class=&quot;author&quot;&gt;
&lt;a href=&quot;https://www.tumblr.com/ms-demeanor/766391311221882880/hey-also-all-the-anarchist-shit-aside-tomorrow?source=share&quot;&gt;@ms-demeanor&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;postcontent&quot;&gt;&lt;/p&gt;
&lt;p&gt;Hey, also, all the anarchist shit aside, tomorrow I want you to make something.&lt;/p&gt;
&lt;p&gt;I forced myself to draw something after the 2016 election. I forced myself to draw something when my mother died in 2018. I forced myself to draw something when my spouse was hospitalized for multiple organ failure in 2021.&lt;/p&gt;
&lt;p&gt;When you are miserable, make something. Add a row to your project, bake a box cake, draw on a sheet of lined paper, write a poem on a napkin, fold an origami shirt out of a dollar bill, make your favorite recipe for dinner, but make something with your hands, something that you can hold and look at engage your senses in.&lt;/p&gt;
&lt;p&gt;It won&#39;t fix the world, but it will change the world. You will have made something that didn&#39;t exist before. You will have impacted your reality, even in a very small way. And it is going to be something you made &lt;em&gt;after.&lt;/em&gt; Something bad happened, something shook you, and you made something after, in spite of it.&lt;/p&gt;
&lt;p&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;When I read it initially, I thought about it pretty passively I think. For the past few months, I&#39;ve kinda had this gnawing thought that, like, &lt;em&gt;I used to really like writing a lot, why don&#39;t I do that again&lt;/em&gt;? It always feels like I&#39;m too busy to do much of anything, though, but seeing it reminded me, maybe I could do that. The night before, I had incidentally decided to just sit down and write for a while, but I felt so stuck with it, like I was crawling through mud, but when I took a nap yesterday, I had a dream about it. Something about that made something click for me, and somehow, at least today, I&#39;ve felt very liberated.&lt;/p&gt;
&lt;p&gt;I also finally bought a new watch -- I finally decided on a Casio F-91W. It&#39;s almost kinda ridiculous it took me so long to pick out a new watch and it ended up only costing me, like, $20. Anyways, being able to actually know the time whenever I want, wherever I&#39;m at, has already drastically improved my life. I also bought a compass. I got in, like, a few too many situations that would have been improved by my having a compass. I also went and shopped around for one for so long, I almost forgot the very event that first prompted me to start looking at them was &lt;em&gt;getting lost in some woods right after getting engaged&lt;/em&gt;. It&#39;s been almost a year now. I&#39;m, like, married lmao.&lt;/p&gt;
&lt;p&gt;Anyways, I wasn&#39;t really going anywhere with all this. I just felt like yapping for a little bit today. I&#39;m pretty tired though, I finally finished my homework, I&#39;ll probably get to bed soon now.&lt;/p&gt;
&lt;p&gt;Good night :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Art Dump 1</title>
    <link href="https://444631.xyz/posts/2024-10-30-art-dump.html"/>
    <updated>2024-10-30T21:19:00Z</updated>
    <id>https://444631.xyz/posts/2024-10-30-art-dump.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I just finished up writing a cover letter for the first time. While I was doing it, I kept getting distracted by the thought of cracking open my sketchbook and drawing just a little bit. I paged through and realized I&#39;ve got a bunch of art in there I forgot I even did!  Now, I&#39;m sifting through some of my older stuff, seeing what I might want to finish or go ahead and post. I&#39;m having a lot of fun doing it.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I haven&#39;t added descriptions to all of these yet! I&#39;m planning on coming back to it when I&#39;m not so frazzled, sorry ;-;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Anyways, here&#39;s some random stuff from my sketchbook:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/art/20241030_165737.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/art/20241030_165958.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/art/20241030_165923.jpg&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/art/20241030_170037.jpg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;Miscellaneous other stuff I either forgot to post or forgot to finish:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/art/export202410302033076638.png&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/art/export202402171856059945.png&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/art/export202402271700497153.png&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/art/export202410302033080649.png&quot; alt=&quot;&quot;&gt;
&lt;img src=&quot;/images/art/gigan.png&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;I made this for my husband, this is one of his ocs:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/art/export202406170816284903.png&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;I&#39;m gonna get some rest now, I just got back from a meeting as well, so I&#39;m pretty tired. I&#39;ll probably hang out with the cats and play Dwarf Fortress for a bit and then go to bed.&lt;/p&gt;
&lt;p&gt;It&#39;s nice to just post something without having to do a bunch of random work on the website. It&#39;s easy to forget that it&#39;s nights like this that I&#39;m fighting for when I do all those little site updates. Just sitting down and making a quick impulse post while listening to the rain, watching the reflection of headlights move on the wet pavement outside my window.&lt;/p&gt;
&lt;p&gt;Anyways, thanks for hanging out :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Busy!! Also, webmentions :D</title>
    <link href="https://444631.xyz/posts/2024-10-28-i&#39;ve-been-busy.html"/>
    <updated>2024-10-28T17:00:00Z</updated>
    <id>https://444631.xyz/posts/2024-10-28-i&#39;ve-been-busy.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I am finally done dealing with all my car stuff. &lt;em&gt;Finally&lt;/em&gt;. It&#39;s been, like... man, I think it&#39;s been a year now -- the inciting incident of all of this happened &lt;em&gt;last Halloween&lt;/em&gt; (not the car getting stolen part, the car getting destroyed by a mechanic part). It&#39;s such a huge relief to finally have a car and have it all fixed up and have the titling finished. I keep thinking about taking the old crushed-up plate and framing it (I wonder if I even still have it)? Or maybe the temporary. I gotta do something to commemorate my struggle.&lt;/p&gt;
&lt;p&gt;I also had midterm finals right before that. I haven&#39;t had time to do much else (hence my sudden disappearance).&lt;/p&gt;
&lt;h2&gt;Site updates&lt;/h2&gt;
&lt;p&gt;I did a few really small things when I had the time. The main things being...&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Telling google not to index any of my posts (I did this because I thought it was funny)&lt;/li&gt;
&lt;li&gt;Adding webmention support -- this is the thing I actually wanna talk about (briefly, for real this time)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I plan on just using &lt;a href=&quot;https://www.npmjs.com/package/@remy/webmention&quot;&gt;@remy/webmention&lt;/a&gt; and pass it the RSS feed. Incidentally, this is also where I realized... I could probably just automate the image resizing by throwing all that in the postbuild script. I don&#39;t know how this completely flew over my head before. Anyways, I decided that&#39;s not what I want to do with webmentions because for a blog that maybe updates once every few weeks, I am rebuilding this thing all the goddamn time. It&#39;ll quickly become a situation of like me spamming the crap out of people.&lt;/p&gt;
&lt;p&gt;This site also accepts webmentions. I&#39;m currently not doing anything with them, I&#39;m still trying to figure out how best to display them, as well as put together some other more social-web-friendly stuff (as much as I&#39;ve said in the past that I didn&#39;t wanna do that... it really seems like the internet is a better place than it was, in some aspects).&lt;/p&gt;
&lt;p&gt;I also haven&#39;t updated &lt;em&gt;I Post Music Every Day (Sometimes)&lt;/em&gt;, which isn&#39;t a problem because, as expected, that &amp;quot;(Sometimes)&amp;quot; is doing a lot of heavy lifting for me. I don&#39;t plan on doing it for a little bit, until I start feeling a bit more stable in school or get a job that&#39;s a little bit less demanding.&lt;/p&gt;
&lt;h2&gt;Other stuff&lt;/h2&gt;
&lt;p&gt;Anyways, I&#39;m really tired of just posting site update after site update. I&#39;m currently in the process of trying to find a good platform to post my music to. Or setting up something so people can listen to it. I posted a little bit of it on cohost, and I ended up dusting off my old Soundcloud, just so I&#39;d have somewhere to put stuff in the meantime. This isn&#39;t really new news, I just remembered it for some reason.&lt;/p&gt;
&lt;iframe height=&quot;166&quot; width=&quot;100%&quot; scrolling=&quot;no&quot;
            frameborder=&quot;no&quot; allow=&quot;autoplay&quot; src=&quot;https://w.soundcloud.com/player/?url=https://soundcloud.com/trashbees/1am-driving-home-from-the-party&amp;color=%23ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=true&amp;visual=true&quot;&gt;
            &lt;a href=&quot;https://producer.ua&quot; style=&quot;display:none;&quot;&gt;
            talent manager&lt;/a&gt;&lt;/iframe&gt;
            &lt;noscript&gt;&lt;a href=https://soundcloud.com/trashbees/1am-driving-home-from-the-party&gt;https://soundcloud.com/trashbees/1am-driving-home-from-the-party&lt;/a&gt;&lt;/noscript&gt;
&lt;p&gt;I don&#39;t really think anyone will listen, but I don&#39;t really care all that much. There&#39;s something nice about just being able to make something and let it go out of your sight and beyond your control as an artist. I haven&#39;t done it in a long time, not really because I don&#39;t want to, but because I just haven&#39;t had enough time to actually work on anything. The last few times I did though, it felt really nice. It&#39;s so liberating, especially when you don&#39;t have to worry about, like, metrics or whatever.&lt;/p&gt;
&lt;p&gt;I always kind of thought of creativity as like... an itch that keeps coming back, like a bug bite, and you have to scratch it (it feels good at first), but you can&#39;t scratch it too much or you&#39;ll bleed, you have to put something on it or ignore it or something (you have to say &amp;quot;this is finished&amp;quot; and show it to someone, or you have to rip it up and light it on fire or something). But, like, at the end of the day, you have to do &lt;em&gt;something&lt;/em&gt; with it, or it&#39;ll be the only thing you think about.&lt;/p&gt;
&lt;p&gt;Or, more recently, I watched this video by Thought Slime that expressed a similar kind of sentiment:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;Here&#39;s the thing about art and creativity. It&#39;s all very fun. We love it. We love to do it. But it&#39;s also, um, it&#39;s poison. It is corrosive to the human soul, and it will kill you if you let it. You will die. So, what you got to do is you got to get the poison out of you.&amp;quot;&lt;br&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=bEIkC12aNVs&amp;amp;t=113s&quot;&gt;Thought Slime - You&#39;ll never be a good enough artist&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It&#39;s not to say I don&#39;t think of this as art or it doesn&#39;t scratch the same itch. It&#39;s just that I&#39;ve got too many bug bites or too much poison in me or something. Maybe I can think about further implementing webmentions on here while finishing up one of my paintings later.&lt;/p&gt;
&lt;p&gt;Anyways, I&#39;m gonna pick up cat litter, go hang out with friends tonight, and maybe do some homework!!&lt;/p&gt;
&lt;p&gt;Thank you for tuning in tonight :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Having fun on the computer</title>
    <link href="https://444631.xyz/posts/2024-10-06-i-am-having-fun.html"/>
    <updated>2024-10-06T19:29:00Z</updated>
    <id>https://444631.xyz/posts/2024-10-06-i-am-having-fun.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I&#39;ve always kinda felt like when you make your own stuff, you want to use it more.&lt;/p&gt;
&lt;p&gt;There&#39;s something about putting a lot of work into something that makes it so much more appealing. I think this is part of why I&#39;ve had problems trying to be personal and talk about my interests on social media. I&#39;ve gotten better at it, but I think it&#39;ll always feel a little weird to, like, talk about the cool stuff I&#39;m making on a site I didn&#39;t make. Especially when a lot of my interests revolve around &lt;em&gt;making software&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I&#39;ve put a lot of work into making this blog easy for me to use... in my own special way. I actually only thought to make things easier because of &lt;a href=&quot;https://cohost.org/ewie/post/7707570-guys-who-are-moving&quot;&gt;this post by @ewie on Cohost&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;extpost-generic&quot;&gt;
&lt;div class=&quot;posthead&quot;&gt;
&lt;img style=&quot;max-width:50px;&quot; class=&quot;icon&quot; src=&quot;https://web.archive.org/web/20250108154251/https://staging.cohostcdn.org/avatar/7709-6bcb2fe1-33fe-47c0-a55b-06c785de0bfc-profile.jpeg?dpr=2&amp;width=80&amp;height=80&amp;fit=cover&amp;auto=webp&quot;&gt;
&lt;div class=&quot;author&quot;&gt;
&lt;a href=&quot;https://cohost.org/ewie/post/7707570-guys-who-are-moving&quot;&gt;@ewie&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;postcontent&quot;&gt;
&lt;span class=&quot;posttitle&quot;&gt;&lt;a href=&quot;https://cohost.org/ewie/post/7707570-guys-who-are-moving&quot;&gt;
guys who are moving to blogs: you gotta make it easy to post&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;if you post a lot on cohost it’s almost certainly because you have it saved on your home screen and the work needed to make a new post is open the app and tap the compose button. you gotta make it just as easy to post on your own site! you’re not gonna use it as much if you don’t! it’s okay to spend way too much work up front ensuring the actual posting process is as seamless as possible, but it’s gotta be easy in the moment for you to go from dumb joke to posted dumb joke&lt;/p&gt;
&lt;p&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I have a lot of opinions about this, but I ultimately agree: if it&#39;s hard to do, you won&#39;t do it. A lot of the joy I&#39;ve derided from posting here is from building something and doing problem-solving, and there&#39;s a lot of problems to solve when it comes to &amp;quot;making software easy to use&amp;quot; in general. Let alone &lt;em&gt;posting to a website&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I made a joke about this on Cohost, revolving around &lt;a href=&quot;https://444631.xyz/posts/2024-09-27-i-post-music-every-day-update&quot;&gt;writing my blog post yesterday morning&lt;/a&gt; and, two hours later, deciding to streamline adding youtube embeds, which involved me having to individually re-write &lt;a href=&quot;https://cohost.org/ArtificialAngel/post/7860452-i-m-doing-some-exten&quot;&gt;26 posts, two times in one day&lt;/a&gt;. As infuriated as I sounded, I wouldn&#39;t have done it if I didn&#39;t at least find it a little bit satisfying. Despite all the trouble, it&#39;s made posting updates on I Post Music Every Day like 10x easier. I underestimated the power of making things easy. I usually don&#39;t have the time or energy to post both on there and Cohost on the same day. I usually end up bulk-adding a few posts every few days just so I don&#39;t have to deal with the seemingly minor inconvenience of copy and pasting the embed. Somehow, just copy and pasting a link was just easy enough that I was like &amp;quot;ok, yeah, sure, I&#39;ll go ahead and make the post&amp;quot;.&lt;/p&gt;
&lt;p&gt;All the work I had done before made me feel leisurely enough about posting that I felt like posting a picture of my new plushie... and I just did it lmao.&lt;/p&gt;
&lt;p&gt;So, now I&#39;m wondering how I can make things even easier...&lt;/p&gt;
&lt;h2&gt;Post embeds&lt;/h2&gt;
&lt;p&gt;Yesterday, I read this post by Natalie about &lt;a href=&quot;https://nex-3.com/blog/reblogging-posts-with-h-entry/&quot;&gt;reblogging posts with h-entry&lt;/a&gt;. I had started writing a script to pull in post data using h-entry classes, but then I was like. Hm. This might take me some time to actually launch before I can actually start posting, and I&#39;d much rather set things up in such a way that if the content disappears off the internet, it&#39;s at least still here on my blog. So, only I made a generic post embed shortcode (so far). This is what it looks like (please don&#39;t make fun of my code, I wrote it in 10 seconds, I promise I&#39;ll fix it...)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;eleventy.js&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-javascript&quot;&gt;eleventyConfig.addPairedNunjucksShortcode(&amp;quot;genembed&amp;quot;,
    function(content, data) {
        let url = data.url
        let icon = data.icon
        let author = data.author
        let title = data.title
        return &#39;&amp;lt;div class=&amp;quot;extpost-generic&amp;quot;&amp;gt;&#39; +
                    &#39;&amp;lt;div class=&amp;quot;posthead&amp;quot;&amp;gt;&#39; + // postheader
                        &#39;&amp;lt;img class=&amp;quot;icon&amp;quot; src=&amp;quot;&#39; + icon + &#39;&amp;quot;&amp;gt;&#39; +
                        &#39;&amp;lt;div class=&amp;quot;author&amp;quot;&amp;gt;&#39; +
                            &#39;&amp;lt;a href=&amp;quot;&#39; + url + &#39;&amp;quot;&amp;gt;&#39; + author + &#39;&amp;lt;/a&amp;gt;&#39; +
                        &#39;&amp;lt;/div&amp;gt;&#39; +
                    &#39;&amp;lt;/div&amp;gt;&#39; +
                    &#39;&amp;lt;div class=&amp;quot;postcontent&amp;quot;&amp;gt;&#39; +
                        &#39;&amp;lt;span class=&amp;quot;posttitle&amp;quot;&amp;gt;&#39; +
                            &#39;&amp;lt;a href=&amp;quot;&#39; + url +&#39;&amp;quot;&amp;gt;&#39; + title + &amp;quot;&amp;lt;/a&amp;gt;&amp;quot; +
                        &#39;&amp;lt;/span&amp;gt;&#39; +
                        content +
                    &#39;&amp;lt;/div&amp;gt;&#39; +
                &#39;&amp;lt;/div&amp;gt;&#39;
    }
)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;code&gt;whatever.md&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-markdown&quot;&gt;{%genembed
    url=&amp;quot;&amp;quot;,
    icon=&amp;quot;https://file.garden/ZRVhuzccGFWyKuG3/awawawa.jpg&amp;quot;,
    author=&amp;quot;@babyguyyy&amp;quot;,
    title=&amp;quot;e&amp;quot;%}

waawaawwawawwaaawwaw

{%endgenembed%}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It ends up looking like this (after some styling):&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;extpost-generic&quot;&gt;
&lt;div class=&quot;posthead&quot;&gt;
&lt;img style=&quot;max-width:50px;&quot; class=&quot;icon&quot; src=&quot;https://file.garden/ZRVhuzccGFWyKuG3/awawawa.jpg&quot;&gt;
&lt;div class=&quot;author&quot;&gt;
&lt;a href=&quot;https://www.youtube.com/watch?v=dQw4w9WgXcQ&quot;&gt;@babyguyyy&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;postcontent&quot;&gt;
&lt;span class=&quot;posttitle&quot;&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=dQw4w9WgXcQ&quot;&gt;
e&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;waawaawwawawwaaawwaw&lt;/p&gt;
&lt;p&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Doing this is what frustrated me enough to finally say &amp;quot;maybe I should be using just one template engine instead of two&amp;quot;. &lt;a href=&quot;https://cohost.org/ArtificialAngel/post/7868890-switching-the-templa&quot;&gt;This went exactly as well as you&#39;d expect it to.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Of course, there are a few issues with doing this. I will not be addressing them at this time &amp;lt;3&lt;/p&gt;
&lt;p&gt;I also have tons of little things I want to tweak about it, that I will also be putting off in favor of doing other things :)&lt;/p&gt;
&lt;h2&gt;Quickly, some other things I&#39;ve worked on&lt;/h2&gt;
&lt;p&gt;I talked about this in another post, but I had this problem a while back that basically, &lt;a href=&quot;/posts/2024-09-27-i-post-music-every-day-update&quot;&gt;I kept accidentally almost making repeat music posts, so I had planned to add an archives page and a generated csv that had a list of every post over there&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;These things are all now complete. I even continued posting to that blog. I have a few things here and there I plan on doing, but as of now, I am considering it&#39;s basic functionality complete. I even fixed the issue of the styling just. Not showing up on the individual post&#39;s pages. &lt;a href=&quot;/ipostmusic&quot;&gt;Go check it out if you think it sounds cool!&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;I was going somewhere with this...&lt;/h2&gt;
&lt;p&gt;I had a much longer thing written out here about this, specifically about like... some of the mechanisms around getting attached to the tools you make and use. I was going somewhere much more interesting with this, but I think I might make a second part to this post because it&#39;s quite thematically different (and long). I&#39;ll do this... &lt;strong&gt;someday&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Thank you for tuning in tonight :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Another I Post Music Every Day Update</title>
    <link href="https://444631.xyz/posts/2024-10-01-i-post-music-every-day-update-again.html"/>
    <updated>2024-10-01T07:30:00Z</updated>
    <id>https://444631.xyz/posts/2024-10-01-i-post-music-every-day-update-again.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I Post Music Everyday&#39;s feed now validates! &lt;a href=&quot;https://444631.xyz/ipostmusic.xml&quot;&gt;Check it out!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, as a reminder, I won&#39;t be posting for a few days. Actually, due to some other circumstances, it may or may not extend past when I initially said it would, as I might not even have time to do the updates I was talking about.&lt;/p&gt;
&lt;p&gt;Thank you for reading :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>I Post Music Every Day (Sometimes) - Update</title>
    <link href="https://444631.xyz/posts/2024-09-27-i-post-music-every-day-update.html"/>
    <updated>2024-09-27T15:10:09Z</updated>
    <id>https://444631.xyz/posts/2024-09-27-i-post-music-every-day-update.html</id>
    <content xml:lang="" type="html">&lt;p&gt;&lt;s&gt;This is hopefully going to be a brief update.&lt;/s&gt; (it was not. lmao)&lt;/p&gt;
&lt;p&gt;I am planning some major changes to &lt;a href=&quot;/ipostmusic.html&quot;&gt;I Post Music Every Day (Sometimes)&lt;/a&gt;. A lot of it will require me individually modifying every post over there. Nothing too complicated, just adding tags and additional data for me to use mostly on my end, and eventually to get to gen up an &amp;quot;every post&amp;quot; / &amp;quot;search&amp;quot; page. I already have my design for it all figured out, I just have to sit down and make it.&lt;/p&gt;
&lt;p&gt;The problem is that with this being a daily blog, the longer I wait to make it, the longer it&#39;ll take me to update it. So, I am taking full advantage of that &amp;quot;(Sometimes)&amp;quot; in the title and going on a &lt;strong&gt;brief hiatus on the 1st of October&lt;/strong&gt;. &lt;strong&gt;It will be between two days and a week&lt;/strong&gt;. I don&#39;t think it&#39;s a week worth of work, but I&#39;m coming up on a big assignment for school, so that will probably occupy some of my time next week.&lt;/p&gt;
&lt;p&gt;By the end of the update, there should be at least a page listing every single post there, along with some miscellaneous information about each one.&lt;/p&gt;
&lt;h2&gt;Why even add a search function&lt;/h2&gt;
&lt;p&gt;While doing this on Cohost, I realized it was getting cumbersome to double-check myself that I wasn&#39;t making duplicate posts. In my backlogs, I had &lt;strong&gt;three of the same song&lt;/strong&gt; at one point, over the span of just one month.&lt;/p&gt;
&lt;p&gt;For further context, &lt;strong&gt;there are currently 26 posts. I haven&#39;t even posted a full months worth, and I&#39;m struggling to keep track of what I&#39;m doing&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I am not opposed to duplicates. It&#39;s actually something I plan on doing at some point, along with other things like compilation posts. One of the big things about this blog is being &lt;strong&gt;deliberate&lt;/strong&gt; about everything I do. Not just on I Post Music, but over here, I wanted to make sure that when I&#39;m doing this, I&#39;m sitting down and actually doing the things that I intended. (hence the &amp;quot;Sometimes&amp;quot; -- &lt;strong&gt;forcing yourself to do something you don&#39;t want to or have to is a good way to do it poorly just to &amp;quot;get it out of the way&amp;quot;&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;Of course, in the end, I&#39;m overthinking a blog that&#39;s just me sharing some music I&#39;m listening to. But I&#39;m having fun overthinking it, and that&#39;s all that matters.&lt;/p&gt;
&lt;p&gt;I should also mention, if it looks like I&#39;m not consistently posting it on here, I promise I &lt;strong&gt;mostly&lt;/strong&gt; am on Cohost, I&#39;ve just kinda sacrificed getting the posts over here for some work on my site and getting them posted on Cohost since that&#39;s a bit more time-limited. I&#39;m also working on automating embeds a bit more just to make it a little easier on me.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>PLUSHIE GET</title>
    <link href="https://444631.xyz/posts/2024-09-26-PLUSHIE_GET.html"/>
    <updated>2024-09-26T00:00:00Z</updated>
    <id>https://444631.xyz/posts/2024-09-26-PLUSHIE_GET.html</id>
    <content xml:lang="" type="html">&lt;p&gt;Look at his sweet face !!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/spider_plushie.jpg&quot; alt=&quot;Spider plushie :)&quot;&gt;&lt;/p&gt;
&lt;p&gt;I wish I&#39;d been able to get an eggbug plushie, they would have been good friends :D&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;I feel like I should give a &amp;quot;real&amp;quot; update. Here&#39;s the update: I fixed the issue with post styling suddenly disappearing on my site. I slept all day yesterday (positive). Lastly, &lt;a href=&quot;/ipostmusic.html&quot;&gt;I Post Music Every Day (Sometimes)&lt;/a&gt; is now &amp;quot;live&amp;quot; (it was already live, it&#39;s just like an actual functioning site now). This is technically old news, I just never announced it here lmao. Check it out!&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>I&#39;ve updated my website! Here&#39;s what I&#39;ve done</title>
    <link href="https://444631.xyz/posts/2024-09-14-i-updated-my-website.html"/>
    <updated>2024-09-14T00:00:00Z</updated>
    <id>https://444631.xyz/posts/2024-09-14-i-updated-my-website.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I&#39;ve been working on this all week, so I&#39;m gonna probably make this pretty brief.&lt;/p&gt;
&lt;p&gt;I updated my about page with more up-to-date information, including links to my current social media (I&#39;ll post about this later) and an UPDATED EMAIL ADDRESS. Please email me. I will love you forever. Send me photos of your pets or give me music recommendations.&lt;/p&gt;
&lt;p&gt;I also have a page that I&#39;m workin on that was something I was wanting to do on Cohost and tested out for a while, so I moved it all onto here. I have no other links to it on the site, but &lt;a href=&quot;/ipostmusic.html&quot;&gt;here&#39;s a sneak peek at what it looks like&lt;/a&gt;. I plan to add pagination and uhhh... styling... and its own RSS feed at a later date. For now, I&#39;ll continue posting these around the same time I post them on Cohost until I can&#39;t post them on Cohost anymore. I thought I&#39;d at least publish it so I don&#39;t feel like I&#39;ve done all this work and managed to get nothing out there lol.&lt;/p&gt;
&lt;p&gt;I have more life updates. I got a car and I like it a lot. I worked a bunch on my audio library, which I was in the process of working on last week, but I&#39;ve taken a break for a bit to work on some other things. If you want updates on that before I make my writeup, I&#39;ve talked about it on Mastodon quite a bit recently, so it shouldn&#39;t be hard to find a lot of information on my account about it. I&#39;ll relay all of that here later.&lt;/p&gt;
&lt;p&gt;Anyways, as always, thanks for reading :)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>I&#39;m back! This is what I&#39;ve been up to.</title>
    <link href="https://444631.xyz/posts/2024-06-19-update.html"/>
    <updated>2024-06-19T00:00:00Z</updated>
    <id>https://444631.xyz/posts/2024-06-19-update.html</id>
    <content xml:lang="" type="html">&lt;p&gt;Not going to be a long update, hopefully, although a lot of things happened. At least one or two of the things prevented me from writing anything on here!&lt;/p&gt;
&lt;h2&gt;My car got stolen!&lt;/h2&gt;
&lt;p&gt;Yes, I had a Kia. No, I won&#39;t be getting another. They&#39;re great cars. I&#39;d just love keeping my car, my car&#39;s windows, and getting approved for car insurance. It&#39;s been a frustrating process. I like to think I&#39;ve gotten my one big bad thing happening out of the way early this year, but this is the second car I&#39;ve gone through this year. I&#39;m looking for a new one still. It&#39;s kind of exciting! Though, it&#39;ll definitely not be as nice as my previous car, I&#39;m hoping it&#39;ll at least look less stealable :p&lt;/p&gt;
&lt;h2&gt;I changed operating systems!&lt;/h2&gt;
&lt;p&gt;I&#39;ve finally ditched Windows – too much headache for me. I&#39;ve switched to NixOS. It&#39;s been so much more convenient to use for the most part! The learning curve is worth it, especially considering what I was dealing with previously…&lt;/p&gt;
&lt;p&gt;Though, I did have a few hiccups.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It took me forever to get my graphics drivers working. This was mostly because 1) I don&#39;t know how to read and 2) my computer is a lot older than I like to think it is.&lt;/li&gt;
&lt;li&gt;I had some issues getting this blog to rebuild. I fixed that by manually reinstalling all the packages, so now it works just fine.&lt;/li&gt;
&lt;li&gt;Can&#39;t play Destiny 2 or Elden Ring :( (Don&#39;t worry, I&#39;ve got a plan for this one).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;I&#39;ve been distracted sifting through my music collection&lt;/h2&gt;
&lt;p&gt;Last time I went to visit Oklahoma, my mom gave me basically the remaining bit of the family music collection, so now I&#39;ve got my stuff AND everything my family has amassed in the past 20-30 years, and I&#39;m in the middle of the slow process of ripping, organizing, and writing the metadata of all that. It&#39;s a lot of work, but it&#39;s also a lot of fun. I remember doing this stuff when I was a kid. Actually, I mostly enjoyed burning cds so I could listen to them at school on music day and at lunch, but I&#39;m older now and I think just the organization process is relaxing. Also, having an excuse to listen to stuff I don&#39;t usually listen to, older stuff from the collection I haven&#39;t really thought about in a while. It&#39;s been nice. But also, I haven&#39;t spent a lot of time doing much else. I&#39;d like to do some studying in preparation for next semester (actually, I&#39;m really excited about doing another karuta competition in the spring, I can&#39;t say my motivation has been doing well in school… but I hope studying at least helps with that too). I&#39;ve also played a lot of video games too, of course. And quite a bit of reading (I&#39;m currently reading Thousand Autumns Volume 4 – I feel very normal about it jsyk).&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Anyways, hopefully I&#39;ll have a more peaceful rest of the summer.&lt;/p&gt;
&lt;p&gt;Later &amp;lt;3&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>I am married now</title>
    <link href="https://444631.xyz/posts/2024-04-05-I-am-married-now.html"/>
    <updated>2024-04-05T00:00:00Z</updated>
    <id>https://444631.xyz/posts/2024-04-05-I-am-married-now.html</id>
    <content xml:lang="" type="html">&lt;p&gt;I got married one week ago! I am also sick, so this is gonna be a low effort update post haha.&lt;/p&gt;
&lt;p&gt;We had a little party with friends afterwards. Demitri made a cheesecake and tiramisu :D
He also made jars of pickles which we gave out at the party. We had a bit of a
&lt;a href=&quot;https://cohost.org/ArtificialAngel/post/5219036-someone-got-into-my&quot;&gt;cucumber situation&lt;/a&gt;,
so we ended up making something like 12 jars of pickles.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;extpost-generic&quot;&gt;
&lt;div class=&quot;posthead&quot;&gt;
&lt;img style=&quot;max-width:50px;&quot; class=&quot;icon&quot; src=&quot;/images/cohost-avatar.jpg&quot;&gt;
&lt;div class=&quot;author&quot;&gt;
&lt;a href=&quot;https://cohost.org/ArtificialAngel/post/5219036-someone-got-into-my&quot;&gt;@ArtificialAngel&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;postcontent&quot;&gt;&lt;/p&gt;
&lt;p&gt;Someone got into my boyfriend&#39;s instacart and bought a bunch of shit. They also sent us $30 worth of cucumbers and gushers by accident. I also have their address. I suddenly need pickling recipes and free annoying mail subscription recommendations.&lt;/p&gt;
&lt;p&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/i-am-married-now.jpg&quot; alt=&quot;Demitri and I in front of a wedding arch. I am holding a bouquet of sunflowers&quot;&gt;&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>I&#39;M BACK, BABY</title>
    <link href="https://444631.xyz/posts/2024-03-21-I&#39;M_BACK_BABY.html"/>
    <updated>2024-03-28T00:00:00Z</updated>
    <id>https://444631.xyz/posts/2024-03-21-I&#39;M_BACK_BABY.html</id>
    <content xml:lang="" type="html">&lt;p&gt;About 12 years ago, I started writing a blog. It was really just a way to talk about some of my more niche interests
without getting on my family&#39;s nerves, but now I have this cute little archive of who I was over the years, so that&#39;s
neat. For about three years now, I&#39;ve wanted to get back into just talking about myself and my stuff in general -- I&#39;m a pretty
private person for the most part, but that doesn&#39;t mean I don&#39;t want to talk about the things that interest me -- but
I kind of felt like everything I&#39;ve done since then is half-baked or not worth talking about at all. Anyways, here&#39;s
the most viewed post on my old blog:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My Mom Caught A Mole (2012/8/5)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Yup. She just saw it and decided to pull it up out of the ground. I got to see him. SO CUTE!!!!!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Now, I really don&#39;t know where I developed this idea that I have to have some kind of blog theme from, but I really did
just kind of write about whatever. I had, like, some software tutorials on there and a bunch of singing synth stuff. In
my drafts, I had a log of all my troubles building a massive text generator.&lt;/p&gt;
&lt;p&gt;Last week, I told one of my friends that I was working on this, and it told me &amp;quot;I give it 2 months before you forget
all about your blog&amp;quot;. I&#39;ve been doing this for 12 years. BET.&lt;/p&gt;
&lt;p&gt;Anyways, let me catch you up on what I&#39;ve been doing for the past few years.&lt;/p&gt;
&lt;h2&gt;LAud&lt;/h2&gt;
&lt;p&gt;In 2020, I wanted to make a pure Lua text-to-speech library. I went down a bit of a rabbit hole and ended up writing
my own audio library. I&#39;m in the process of removing all my code from github, so you unfortunately can&#39;t look at it,
but I&#39;ll have it back up somewhere eventually (and hopefully by then I will have fixed some of the issues with it).
I also made the text-to-speech library, but it&#39;s pretty irrelevant. Here&#39;s what I ultimitely did with it:&lt;/p&gt;
&lt;iframe height=&quot;166&quot; width=&quot;100%&quot; scrolling=&quot;no&quot;
            frameborder=&quot;no&quot; allow=&quot;autoplay&quot; src=&quot;https://w.soundcloud.com/player/?url=https://soundcloud.com/trashbees/i-sold-my-soul-to-make-a-simple-text-to-speech-synth-so-i-could-play-the-navy-seals-copypasta&amp;color=%23ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=true&amp;visual=true&quot;&gt;
            &lt;a href=&quot;https://producer.ua&quot; style=&quot;display:none;&quot;&gt;
            talent manager&lt;/a&gt;&lt;/iframe&gt;
            &lt;noscript&gt;&lt;a href=https://soundcloud.com/trashbees/i-sold-my-soul-to-make-a-simple-text-to-speech-synth-so-i-could-play-the-navy-seals-copypasta&gt;https://soundcloud.com/trashbees/i-sold-my-soul-to-make-a-simple-text-to-speech-synth-so-i-could-play-the-navy-seals-copypasta&lt;/a&gt;&lt;/noscript&gt;
&lt;iframe height=&quot;166&quot; width=&quot;100%&quot; scrolling=&quot;no&quot;
            frameborder=&quot;no&quot; allow=&quot;autoplay&quot; src=&quot;https://w.soundcloud.com/player/?url=https://soundcloud.com/trashbees/would-you-guys-still-like-me-if-i-became-emo&amp;color=%23ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;show_teaser=true&amp;visual=true&quot;&gt;
            &lt;a href=&quot;https://producer.ua&quot; style=&quot;display:none;&quot;&gt;
            talent manager&lt;/a&gt;&lt;/iframe&gt;
            &lt;noscript&gt;&lt;a href=https://soundcloud.com/trashbees/would-you-guys-still-like-me-if-i-became-emo&gt;https://soundcloud.com/trashbees/would-you-guys-still-like-me-if-i-became-emo&lt;/a&gt;&lt;/noscript&gt;
&lt;h2&gt;Webcomic stuffs&lt;/h2&gt;
&lt;p&gt;I started working on a webcomic forever ago called &amp;quot;What Did I Have For Breakfast&amp;quot;, about a girl who can&#39;t remember what
she had for breakfast. It is currently nowhere to be read (work in progress), HOWEVER, here is a small taste of what you
might see when I start posting it in 20 years:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/art/20231115_page1_table.jpg&quot; alt=&quot;Karin &amp;amp; her hot dad sitting at the dining room table, chilling&quot;&gt;&lt;/p&gt;
&lt;p&gt;I do plan on eventually doing update logs, but I&#39;m busy enough as it is right now with school and all...&lt;/p&gt;
&lt;h2&gt;Random art or whatever&lt;/h2&gt;
&lt;p&gt;Cornelius:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/art/cornelius-family-guy-death-pose.png&quot; alt=&quot;Cornelius in the Family Guy death pose next to a cracked egg&quot;&gt;&lt;/p&gt;
&lt;p&gt;Mr. Boogers (sexy country boy):&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/art/mister-boogers-original.jpg&quot; alt=&quot;A space alien in a straw hat, flannel shirt, and cowboy boots captioned &amp;quot;Mr. Boogers. Get off my damn farm&amp;quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;Some wizards I think (idk, I don&#39;t remember making this but it&#39;s in my new art folder):&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/art/aaaaaaaaaa-wizards-i-guess.jpg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;h2&gt;Conclusion!&lt;/h2&gt;
&lt;p&gt;I&#39;m sure there&#39;s more stuff I&#39;m forgetting, but I don&#39;t feel like thinking too hard about it right now. I&#39;m always doing
something. Maybe next time I do something, I&#39;ll remember to write about it? At least now, I feel like I&#39;ll have a proper
start, now that I&#39;m &amp;quot;all caught up&amp;quot; on posting my last 3 years of lore (everything I missed will come up when relevant,
I&#39;m sure).&lt;/p&gt;
&lt;p&gt;Until next time :)&lt;/p&gt;
</content>
  </entry>
</feed>
