<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="feed.xslt"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>HisVirusness</title>
<link>https://hisvirusness.com</link>
<description>Follow an artist’s slow descent into madness. Again. Note: This space was built on top of digital decay.</description>
<language>en-us</language>
<lastBuildDate>Tue, 11 Aug 2026 12:48:18 -0500</lastBuildDate>
<atom:link href="https://hisvirusness.com/feed/" rel="self" type="application/rss+xml" />
<image>
<url>https://hisvirusness.com/android-chrome-192x192.png</url>
<title>HisVirusness</title>
<link>https://hisvirusness.com</link>
<width>144</width>
<height>144</height>
</image>
<item>
	<title><![CDATA[Workin' Hard Is Hardly Workin' (This Week, At Least)]]></title>
	<link>https://hisvirusness.com/ill-keep-this-brief</link>
	<pubDate>Tue, 11 Aug 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/ill-keep-this-brief</guid>
	<description><![CDATA[It's been a few months since I've started my new job.  As I've mentioned on the /now page in the past, I've been working at a logistics warehouse, so I'm pretty much a cog in this country's supply chain.  It's very physical, it's the direct opposite of easy, but it's essential and the pay isn't bad.  However, I've hit a bit of a snag recently and could use a little help.]]></description>
	<content:encoded><![CDATA[ <p>It's been a few months since I've started my new job. As I've mentioned <a href="https://hisvirusness.com/now">on the /now page</a> in the past, I've been working at a logistics warehouse, so I'm pretty much a cog in this country's supply chain. It's very physical, it's the direct opposite of easy, but it's essential and the pay isn't bad. However, I've hit a bit of a snag recently and could use a little help.</p> <p>If you're in a position to pitch in a few bucks, it'd really be appreciated. A Ko-Fi link is at the bottom of the page, or if you'd prefer another method, <a href="mailto:admin@hisvirusness.com">contact me</a>. I do hate to ask, because that's not what I want this to be about, but anything right now would be a huge help.</p> <p>Thank you for reading and sticking around. I'm still here, and once the clouds start passing a bit, I'll be back to a more consistent output schedule. Have a great rest of your day, and if you're also living in the Chicagoland area: <strong>Stay safe</strong>. Weather is terrible out today.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/ill-keep-this-brief'>https://hisvirusness.com/ill-keep-this-brief</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Linux Now Has 10% Marketshare!?!]]></title>
	<link>https://hisvirusness.com/the-year-is-here</link>
	<pubDate>Wed, 05 Aug 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/the-year-is-here</guid>
	<description><![CDATA[...Not exactly.  As always, it's mostly hype based on flawed and cherry-picked statistics.  Despite that, it doesn't mean adoption isn't up...]]></description>
	<content:encoded><![CDATA[<p style="display:none;">...Not exactly. As always, it's mostly hype based on flawed and cherry-picked statistics. Despite that, it doesn't mean adoption isn't up...</p> <p>Tech media is reporting that Linux's marketshare has officially grown higher than its ever been, finally reaching double-digits: <strong>10%!</strong> This is based on <a href="https://gs.statcounter.com/os-market-share/desktop/north-america" target="_blank" rel="noopener noreferrer">figures from Statcounter</a> stating Linux has 10.65% of the desktop operating system marketshare in North America as of July 2026, and <a href="https://gs.statcounter.com/os-market-share/desktop/worldwide" target="_blank" rel="noopener noreferrer">7.61% worldwide</a>.</p> <p>You more than likely see the first problem: the "10%" is based off of <em>North American</em> marketshare, where anywhere else, it's <a href="https://gs.statcounter.com/os-market-share/desktop/europe" target="_blank" rel="noopener noreferrer">much lower</a>. On top of that, the statistics are intrinsically flawed given where these numbers come from. Let's break down what's <em>actually</em> going on here, and figure out if 2026 is truly <strong>The Year of the Linux Desktop™</strong> (it probably isn't).</p> <hr> <h3 id="bad-numbers-worse-methodology">// Bad Numbers, Worse Methodology</h3> <p>If you dig into the marketshare stats in other countries, you'll notice that they hang between 3%-7%, which averages out to 5%: <a href="https://ostechnix.com/linux-reaches-5-desktop-market-share-in-usa/" target="_blank" rel="noopener noreferrer">the 2025 Linux marketshare in the US, according to Statcounter</a>. So worldwide, the number is closer to last year's US numbers, right? Not exactly, and it has to do with how Statcounter actually collects its data.</p> <p>According to the <a href="https://gs.statcounter.com/faq" target="_blank" rel="noopener noreferrer">Statcounter FAQ</a>:</p> <blockquote> <p>Every month, we record billions of page views to these sites. For each page view, we analyse the browser/operating system/screen resolution used and we establish if the page view is from a mobile device.</p> <p>[W]e calculate our Global Stats on the basis of more than 3 billion page views per month, by people from all over the world onto our 1 million+ member sites.</p> <p>[W]e track the activity of third party visitors to our member websites. We do not calculate our stats based on the activity of our members alone.</p> </blockquote> <p>Now, when a person visits a website, every single time they touch the web server, that activity is saved to the server's <em>access log</em>. Whenever a page is requested, it's typically followed by requests for the assets, stylesheets and scripts that are embedded on that webpage. Each request lists the timestamp of the visit, the IP address of the user and the web browser's <em>"user agent"</em>: the operating system and web browser used, and if their device is mobile. The access log is invaluable for troubleshooting, analytics, and firewall operations. It's also incredibly unreliable for accurate consensus data, since UA strings are very easy to spoof.</p> <p><em>"That sounds very illegal."</em> <br>In many ways, it can be; it doesn't stop people who run cheap VPS-run bots from doing it, though. That's just the <em>background radiation of the modern internet</em>: bots, crawlers, scrapers, uptime validators, hobby projects, misconfigured feed readers; it adds up, and not all of them are upfront with their identities. It's something you have to deal with when you're running a website, or what you have to keep in mind when reading these kinds of stats, because those stats will always be approximate at best.</p> <p>And that's not to disparage Statcounter; I'm sure they do their due diligence, but even they know they'll never be able to get fully accurate data. According to <a href="https://gs.statcounter.com/faq#bots" target="_blank" rel="noopener noreferrer">their FAQ</a>, they make every effort to eliminate bot activity. The keyword there is "effort"; the missing word is "efficacy", because no amount of filtering will ever be perfect.</p> <p>Keep this in mind: These surveys analyze web data; they never take into account the machines <em>serving</em> that web data, or the countless sysadmins that keep them running. And they're both <em>overwhelmingly</em> using Linux.</p> <hr> <h3 id="a-clearer-picture">// A Clearer Picture... ?</h3> <p>If you frequent YouTube as much as I do, you'd notice the uptick of <em>"Getting Started With Linux"</em> tutorials, as well as general commentary videos more targeted to new Linux users, especially ones migrating away from Windows. They've been becoming more and more prevalent in the last few years, and have been <a href="https://www.youtube.com/results?search_query=linux+getting+started" target="_blank" rel="noopener noreferrer">getting an impressively large number</a> of viewers.</p> <p>Not far down the list, you start seeing videos about how to get gaming set up in Linux. Valve has been <a href="https://www.techspot.com/news/104927-valve-pouring-money-arch-linux-further-improve-steam.html" target="_blank" rel="noopener noreferrer">spending a fortune</a> on making games on Linux run just as well, if not better, than on Windows. They've also been making Linux gaming more accessible, especially through Proton, the Steam Deck and the Steam Machine. So, let's take a look at the Steam Hardware Survey.</p> <p><a href="https://store.steampowered.com/hwsurvey/Steam-Hardware-Software-Survey-Welcome-to-Steam" target="_blank" rel="noopener noreferrer">As of July 2026</a>, Linux makes up 4.01% of the userbase, whereas Windows 11 makes up 93.67%. That's a far cry from 10%, and less than 1/10th of all users, in a service that actively <em>wants</em> Linux to become more viable for PC gaming in order to reduce its dependency on Windows.</p> <p>And personally, I think that number may be more accurate to the current general Linux userbase. While the Steam Hardware Survey certainly isn't representative of all desktop users and has its own stat biases, it measures a much more concrete population than user agent data. Remember: UA data can easily be changed, while changing hardware signatures can be a bit trickier. And if any general computing service was gonna have the highest concentration of Linux users, it'd be Steam.</p> <hr> <h3 id="so-is-this-the-year-of-the-linux-desktop">// So, Is This The Year of the Linux Desktop™?</h3> <p>Short answer: <strong>No, it's not</strong>. It's a fun thing to say when you want to annoy someone, but it's far from the truth.</p> <p>Long answer: While I don't think 2026 is the year, I do believe it's in the <em>"Years of the Linux Desktop™"</em>. There may be a year where the paradigm shifts sharply, with the year ending much differently than it began, but it's probably not this one. However, with Microsoft constantly tripping over themselves to find more innovative ways of shooting themselves in the foot, and Linux getting better everyday with <a href="https://licenseware.io/from-microsoft-to-open-source-how-one-german-state-is-rewriting-the-rules-of-public-sector-it/" target="_blank" rel="noopener noreferrer">adoption always on the rise</a>, I'd say we are in the middle of the <em>"Years of the Linux Desktop™"</em>. And it's actually been a couple of years now, and the only direction to go is up.</p> <hr><center>But, what do <strong><em>YOU</em></strong> think!?! Did you make the jump, or are you still on the fence? <br><a href="https://hisvirusness.com/guest?comment=%Re:+/the-year-is-here%#sign">Leave a comment</a>, thanks for reading and <strong><em>stay tuned for more bullshit</em></strong>.</center><hr> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/the-year-is-here'>https://hisvirusness.com/the-year-is-here</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Why It's Okay to Not Wanna Be Bored]]></title>
	<link>https://hisvirusness.com/boredom-blows</link>
	<pubDate>Mon, 03 Aug 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/boredom-blows</guid>
	<description><![CDATA[Now, I haven't been on an airplane since before 9/11, but I vividly remember what it's like to be insanely bored during a flight before the days of mobile devices.  Laptops and Palm Pilots still existed, but I was poor and a teenager, so I didn't have either, and I definitely would have done anything for a portable computer in that situation.  But now, we have tiny computers in our pockets, and we as a society have seemingly taken that privilege for granted, to the point where people actively brag about how they "raw dog" flights.]]></description>
	<content:encoded><![CDATA[ <p>Now, I haven't been on an airplane since before 9/11, but I vividly remember what it's like to be insanely bored during a flight before the days of mobile devices. Laptops and Palm Pilots still existed, but I was poor and a teenager, so I didn't have either, and I definitely would have done anything for a portable computer in that situation. But now, we have tiny computers in our pockets, and we as a society have seemingly taken that privilege for granted, to the point where people actively brag about how they "raw dog" flights.</p> <p>First off, what the fuck is with the phrasing? When I first heard about this, I thought they were talking about something completely different. It just means... not doing anything during a flight (which sometimes includes eating and drinking). That's like saying, <em>"Man, I'm gonna bareback the shit out of this breaded steak sandwich."</em></p> <p>As for the actual concept itself, I don't get it. What's the appeal? <em>"This was just a meme two years ago, this is old news."</em> Yeah, but this is still a thing that people actively do and brag about. Someone told me it's about not being distracted, to which I asked, <strong><em>why is being distracted such a bad thing?</em></strong></p> <p>Now, when I say "distracted", of course I mean distracted in the moment, not distracted in general. Essentially multi-tasking; doing something else that's distracting you from the fact that you're compelled to sit still inside of a metal box in the sky. After all, being on a plane gives you ample time to do other things, especially if you have some stuff on the backburner that you could accomplish on your digital device; it's not like you have any other plans, you're on a plane.</p> <p>Even if you're not getting work done or whatever, what is so wrong with just watching a movie or some reruns during a flight? Again: the fuck else are you gonna do with your time? Is sitting still and staring forward really an improvement? Why intentionally remove one of the very few modern conveniences you have in-flight that makes the otherwise-dead time useful?</p> <p><em>"People don't know how to be bored anymore."</em> Good. Boredom sucks. We don't <em>need</em> to be, so why <em>should</em> we be? You could say it has to do with the modern trend of people being glued to their phones and how that negatively impacts developing minds. But at that point, you're arguing less about boredom, and more about what people choose to fill those gaps with, which is another conversation entirely.</p> <p>As is the discussion of this in relation to childhood development, in which case my answer will always be <strong>STOP GIVING YOUR VERY YOUNG CHILDREN TABLETS AND SMART PHONES</strong>. You wanna give them something? Give them a laptop and tell them if they wanna use it, they'll have to figure out how it works.</p> <p>There's no virtuousness in boredom. If someone chooses to spend a few hours reading a book, writing some code, watching a documentary, or even playing a game instead of just staring ahead, that's perfectly okay; I fail to see how boredom would have been the positive alternative in that scenario.</p> <hr> <p>I could be wrong, but I think this whole thing against wanting to fill in idle time is inane. If the whole point is to fight the urge to doomscroll or mindlessly wander on TikTok, then it really should be <strong>what</strong> you're doing on your device, instead of just using the device itself. Start a project. Write a story. Replay <em>Mortal Kombat</em> for the billionth time. Actually <em>do something</em>. At some point in time, it stops being about the device itself, and starts being more about <em>you</em>.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/boredom-blows'>https://hisvirusness.com/boredom-blows</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Trouble In The AUR: The 2026 Malicious Packages Incident & What It Means]]></title>
	<link>https://hisvirusness.com/arch-linux-aur-issue</link>
	<pubDate>Tue, 16 Jun 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/arch-linux-aur-issue</guid>
	<description><![CDATA[In June of 2026, Arch Linux experienced a real hurdle: a large number of packages were taken over and turned evil.  Orphaned packages (as of writing, 1,935 known packages; roughly 1.8% of the AUR) were hijacked by bad actors and loaded with malware.  If you use the AUR and have done a system update in the last week, it's highly recommended that you check to see if your system has any of the infected packages, and act accordingly.]]></description>
	<content:encoded><![CDATA[ <p>In June of 2026, Arch Linux experienced a real hurdle: <a href="https://archlinux.org/news/active-aur-malicious-packages-incident/" target="_blank" rel="noopener noreferrer">a large number of packages were taken over and <em>turned evil</em></a>. Orphaned packages (as of writing, 1,935 known packages; roughly 1.8% of the AUR) were hijacked by bad actors and loaded with malware. If you use the AUR and have done a system update in the last week, it's <strong>highly recommended</strong> that you <a href="https://gist.github.com/Kidev/85756c3dcad3623ca5604a8135bafd14" target="_blank" rel="noopener noreferrer">check to see if your system has any of the infected packages</a>, and act accordingly.</p> <p>News of the incident in casual user groups has been... muddled, with some even <a href="https://www.youtube.com/watch?v=LnaGokiHpUo" target="_blank" rel="noopener noreferrer">falsely claiming that Arch Linux was hacked</a>. So, I want to do my part to set the record straight. I'm gonna cover what the AUR is, what it isn't, and highlight something that always seems to get overlooked: <strong>If you're an inexperienced Arch Linux user, you shouldn't be using the AUR.</strong></p> <hr> <h3 id="wtf-is-the-aur">// WTF Is The AUR?</h3> <p>The AUR is the <em>Arch User Repository</em>; a user-run software repository for Arch Linux. Whenever you need a package that can't be found in the main Arch Linux repos, you can always check the AUR; more often than not, you'll find what you're looking for. Access to the AUR is available through GUI package managers like Pamac and Octopi, or CLI helper programs like yay and paru.</p> <p>The AUR <strong>is not maintained by the Arch Linux dev team</strong>; it's technically maintained by <em>the community at large</em> (so long as you have an account, and new enrollment is currently paused). It's constantly emphasized that if you're ever going to use the AUR, <strong>you're doing so at your own risk</strong>, as its use is <strong>not recommended</strong>. That means doing your due diligence in making sure you know exactly what you're installing, especially during an update.</p> <hr> <h3 id="coming-in-hot">// Coming In Hot</h3> <p>Whenever someone first hears about Linux, inevitably, they're going to hear about <em>The Arch Install</em>. It's the rite of passage of any Linux user, made completely redundant nowadays because ArchInstall exists. It really highlights a general misunderstanding of what The Arch Install is, which downstream becomes a misunderstanding of the current incident.</p> <p>The Arch Install is seen as a rite of passage because <strong>it's meant to be a learning experience</strong>. <a href="https://wiki.archlinux.org/" target="_blank" rel="noopener noreferrer">The ArchWiki</a> is one of the most exhaustive and comprehensive pieces of Linux documentation in existence. You follow along in the wiki, learning about how your system works while handling a manual setup process where <em>you are responsible for the resulting system</em>.</p> <p>The AUR is no different. First off, <strong>you have to opt into the AUR</strong>. You can't access it by default in pacman, AUR helper applications still require manual installation, and even the package manager GUIs that come with Arch derivatives <em>don't opt into the AUR by default</em>. You have to set it up yourself and every step of the way you're reminded that <strong>it's all at your own risk</strong>.</p> <p>If you saw The Arch Install as a flex and turned away now because of this AUR incident, then the flex rings hollow because <u>you didn't actually learn anything</u>.</p> <p><em>"But what about dependencies in the AUR?"</em> <br><strong>You will never come across a package in the main repos that depends on an AUR package</strong>. If an AUR package is ever a dependency, it's one for <em>another</em> AUR package. The main repos are entirely self-contained: you will <strong>never</strong> <em>NEED</em> to use the AUR to run Arch Linux.</p> <hr> <h3 id="bottom-line">// Bottom Line</h3> <p>Currently, it affects less than two percent of the AUR, with the affected packages being orphaned and more than likely not something you'd find on your system. While it's not nothing, it is absolutely close to nothing. And personally, I think it's a great reminder for <em>everyone</em> that if you're going to use the AUR, you have to pay attention. I run Arch on all of my machines, and I absolutely did a thorough check to make sure I didn't have any of the affected packages (and currently doing at least one daily check, since the list is still growing).</p> <p>It's also a reminder of another important thing: <strong>the AUR is structurally vulnerable by design</strong>. That's kind of the point, that <em>anyone</em> can participate. If anything, this kind of thing was inevitable, which is partially why all of those <strong>warnings were there in the first place</strong>. If you're downloading random packages from the AUR without any vetting process whatsoever, whatever happens after the fact is the result of a skill issue.</p> <p><strong><u>Arch Linux's base distribution is unaffected.</u></strong> The main repo is still clean and safe to use, and that's what's most important. Don't let someone tell you Arch Linux got hacked; at best, they're misinformed and at worst, they're lying for engagement.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/arch-linux-aur-issue'>https://hisvirusness.com/arch-linux-aur-issue</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Mortal Kombat ][ (2026): Potential Fulfilled [SPOILERS]]]></title>
	<link>https://hisvirusness.com/mk2-movie-review</link>
	<pubDate>Sat, 09 May 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/mk2-movie-review</guid>
	<description><![CDATA[Well, it's finally here.  The second Mortal Kombat of the Cole Young saga has been released.  And just like the video game of the same name, it's a major improvement over the first installment.]]></description>
	<content:encoded><![CDATA[ <p>Well, it's finally here. The second <strong>Mortal Kombat</strong> of the <em>Cole Young</em> saga has been released. And just like the video game of the same name, it's a major improvement over the first installment.</p> <hr> <h3 id="general-review">// General Review</h3> <p>One thing I appreciate about this movie is that it doesn't even warm up; there's a brief introduction and the tournament just <em>starts</em>. The movie expects you to either be already deep in the lore, or already caught up with what's going on (it is a sequel, after all). And the first scene before the introductions is a pretty deep cut of MK lore that's only recently been portrayed in the modern games.</p> <figure style="text-align:center;"><img src="https://hisvirusness.com/images/mk2-movie-portal.jpg" alt="A beautiful call-back to the 2D games." loading="lazy" decoding="async" width="85%"><figcaption>A beautiful call-back to the 2D games.</figcaption></figure> <p>As for the surface-level visual details, they are pitch-perfect. All of the characters and locations are practically ripped from the source, and there are some locations from the first two games that make surprise appearances.</p> <p>My only real complaints have to do with dialog and pacing issues, but even those are very few and far between. There is so much that this movie does right, right down to <strong>bringing Kano back.</strong> Just like before, he's one of the best parts of the movie. As is <em>Karl Urban's</em> <strong>Johnny Cage</strong>.</p> <hr> <h3 id="spoiler-talk">// Spoiler Talk</h3> <p>I can't really talk about what I loved without spilling all of the beans. So, let's get into the bean spillage, and start with something I've expressed on here before.</p> <h4>- Cole Young -</h4> <p>I don't know how else to say it: <strong>The movie did what needed to be done.</strong> His intro was brief, his presence takes a complete backseat, and after he's swiftly killed off, he's only brought up once more before being completely forgotten about. And they didn't just kill him out of nowhere; they telegraphed it perfectly. Once you saw who he was up against, you knew there was no way he was leaving that match alive.</p> <p><a href="https://hisvirusness.com/mk-movie-fcked-up">As I said last time,</a> it's a waste of a good actor. <em>Lewis Tan</em> should have been cast as someone else, and <u>Cole should have just not been</u>. But, what's done is done.</p> <p>RIP, Cole.</p> <h4>- The Amulet -</h4> <p>Of course, like always when it comes to <em>Mortal Kombat</em>, <strong>Shinnok's Amulet</strong> comes into play. And lo and behold, <strong>Kano</strong> stole it sometime before the first movie. Not only is it the thing that brings him back into the story, but it factors into almost everything else that happens.</p> <p>Truth be told, I do have conflicted feelings about that. It's not enough to ruin the movie, but it is enough to lessen the overwhelming power factor that <strong>Shao Kahn</strong> is supposed to have. And that's never a good thing.</p> <h4>- Johnny Cage vs Baraka -</h4> <p>This whole thing had a very <em>Will Riker and the Klingons</em> campy quality to it, and that's exactly why I love it so much. I was worried when I heard a rumor that they made Baraka look weak; finally seeing the movie, I can see what they were saying and I disagree with that assessment entirely.</p> <p>Now that <strong>Baraka</strong> is part of the campaign, I hope he and Kano get screen time together in the next sequel.</p> <h4>- Kano's Face Turn -</h4> <p>Speaking of, I always love when Kano leans into the agent of chaos aspect of his character, especially when it comes to a good face turn. It's honestly something I've always wanted to see in <em>MK</em> media, ever since his <em>MK3/UMK3/MKT</em> ending. After that, he's always been portrayed on the malevolent side, regardless of any other factors. Dude is a chaotic pirate; yes, he's a murderous bastard, but that doesn't mean he wouldn't flip the script just to shake things up.</p> <h4>- Fire God Liu Kang -</h4> <p>They set this up pretty hastily and out of nowhere, but looking back at the first movie... little breadcrumbs start to emerge. <strong>Liu Kang</strong> seems less like a monk in the training program, and more like a god masquerading as a monk, kinda like he does in <em>MK1</em>. Will definitely be interesting to see how this goes down the line.</p> <h4>- Liu Kang vs Kung Lao -</h4> <p>Best live-action <em>Mortal Kombat</em> fight put to screen, hands down. If you know, you know.</p> <h4>- Kitana Kahn -</h4> <p>One location that this movie was begging for was <strong>the Koliseum</strong>. The final fight between <strong>Shao Kahn and Kitana</strong> does have a large crowd, but not in the kind of grandiose way that's needed for a final fight against Shao Kahn.</p> <p>Also, watching this play out feels just like reading the story blurbs in the <em>MK2 Fighter's Kompanion</em> 30 years ago. It was awesome when Kitana won in <em>MK11</em>, and it was awesome seeing it on the big screen.</p> <hr> <p>All in all, I thoroughly enjoyed this movie, and I can't wait until I get the opportunity to watch it another 50 times. Hopefully we'll get a sequel sooner rather than later, but given that we had to wait <em>5 years</em> for this sequel, I'm not holding my breath. If this ends up being the bookend of this specific film franchise, I'd say it went out on a high note and good luck to whoever has the unenviable task of rebooting it in 20 year's time.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/mk2-movie-review'>https://hisvirusness.com/mk2-movie-review</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Featurecreepin' ][: Sobriety Work]]></title>
	<link>https://hisvirusness.com/its-been-that-long</link>
	<pubDate>Thu, 30 Apr 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/its-been-that-long</guid>
	<description><![CDATA[On the six month anniversary of the day I quit drinking, I marked the occasion by attending a meeting.  It seemed appropriate, plus I wanted to get my coin.  Getting the coin for six months was important to me; it signified that this was actually happening and that the subsequent ongoing attempt was real.]]></description>
	<content:encoded><![CDATA[ <p>On the six month anniversary of the day I quit drinking, I marked the occasion by attending a meeting. It seemed appropriate, plus I wanted to get my coin. Getting the coin for six months was important to me; it signified that this was actually happening and that the subsequent ongoing attempt was real.</p> <p>I hadn't been going to meetings as frequently as I was for that first month, so I got asked what was keeping me sober. I almost said, "I just don't feel like drinking." But that answer is cheap, it doesn't hold up to scrutiny and it's only partially correct. Despite seeming a bit exposed, I answered honestly: <u>Working on my website</u>. The design, the programming, the layout, the content; it's kept me focused on something positive at a time where I'm surrounded by perceived constant negativity. It's not the only thing that helps, but it's the most notable one that's come into frame since I've gotten sober.</p> <p>I could tell my answer wasn't taken seriously, especially since I wasn't approaching this endeavor exactly how I was "supposed to", <a href="https://hisvirusness.com/its-been-how-long">which continues to be my main criticism</a> of supposedly agnostic recovery programs. I'm also relatively sure that at least a couple of them read the previous post, because things were said during the meeting that seemed very pointed, but were obviously not aggressive or accusatory. They were just... vaguely on-topic to that post, in an anonymous context, in a way that was almost too specific to be coincidental.</p> <p>Regardless, the direct response I got was that if I didn't get a sponsor and start working the steps, I was going to drink again. Up to that point, there had been traces of toxicity within that I was willing to overlook. They were few, isolated, and only coming from maybe two people, which is just kinda expected in any social framework. However, <em>this</em> very much crossed a line. Whether or not this person's intentions were good was irrelevant; this comment felt like it was meant to ramp my anxiety, and influence me to get in line and do things "the right way", regardless of if it <em>felt right to me</em>.</p> <p>That sealed the deal: I was done with that program. And honestly, the overall experience I had <em>after</em> my first sobriety post left me feeling a lot less generous with the good will I previously expressed anyway.</p> <p>That was six months ago. I haven't been back and I don't plan to be back. You know what else I haven't done? <strong>Had a drink.</strong> Maybe I could have been better served by another group, but at that point, where is the line drawn? How many times should I be expected to "just try again" before realizing that <em>maybe this just isn't for me?</em></p> <p>Will I be sober a year from now? Maybe, maybe not. Overall, that's completely irrelevant, given that we're supposed to be taking things <em>one day at a time</em>. It doesn't matter if I'm drinking tomorrow, so long as I'm not drinking today; we work on tomorrow when tomorrow comes. <strong>That's supposed to be the fucking point.</strong></p> <p>And this, right here, has very much helped me. Whether I'm consolidating more of my past projects, working on the backend, adding optimizations, building new features or just putting down what I need to put down to feel better about <em>everything</em> going on in my life. And it's not even just about the catharsis; let's just say, I can see now why dwarves go insane when they're not allowed to build their masterwork objects.</p> <hr> <p>You read the title, so you know exactly where this is going. And yes, this folds right back around into hVmark. Because of course it does.</p> <p><a href="https://hisvirusness.com/can-and-should-are-not-the-same">In <em>Featurecreepin&#039;</em></a>, I waxed on about trying not to over-complicate a tiny piece of software that still continues to receive updates and new features. I've had some tell me I betrayed the concept of hVmark as soon as I started adding new markers and holy shit, could I not disagree more.</p> <p>I said that adding QoL features would be redundant since it <em>is</em> a QoL. Yes, <em>but it is still a QoL</em>. It's going to be upgraded <em>based on my usage patterns</em>, which was the general concept of hVmark from the beginning. Yes, edge cases are meant to be circumvented through hard-coded HTML. However, if I find myself hard-coding one specific convention over and over again, it would actively be stupid of me <em>not</em> to just fold it into the parser and let hVmark handle that bullshit for me.</p> <p>I will say, I know things have... evolved on this site in the last seven months. However, even with minor liberties, the root concept has remained consistent throughout. I'd say it's become even more of what it should be, and it's done so with little to no bloat in the process.</p> <p>If you've found it hard to follow the last few paragraphs, I think you at least get the idea that a lot of work has gone into this site. And a lot of work will continue to go into it. The system's design, the structure, the constraints, the <em>problem solving</em>; it keeps me focused on something positive, which helps keep me sober. As does getting messages about how my writing has resonated deeply with complete strangers from around the world. Of course, not in huge numbers, but to know at least one person was moved by something I wrote is rewarding in a way not many get to experience. And I'm very grateful for that.</p> <p>So, yeah. One year and a few days. <strong><em>Stay tuned for more bullshit.</em></strong></p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/its-been-that-long'>https://hisvirusness.com/its-been-that-long</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Jackie Carlisle in The Textbook Case | Part 3: The Place Where They Keep All The Words]]></title>
	<link>https://hisvirusness.com/textbook-case-part-3</link>
	<pubDate>Mon, 23 Mar 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/textbook-case-part-3</guid>
	<description><![CDATA[Continued From Part 2]]></description>
	<content:encoded><![CDATA[ <p><em>Continued From <a href="https://hisvirusness.com/textbook-case-part-2">Part 2</a></em></p> <p>The book repository was on Iron Street, a half-mile away from anyone who was still awake. The open industrial park was free of any traffic, and the air was still enough to hear the Orange Line pass by in the distance. When I arrived in the area, I wasn't too late for anything. We had officially crossed into a new day, yet the lights were still on. People were still inside, running their operation. And I needed a way in.</p> <p>I moved through the shadows, clocking their ranks. Hired muscle was staging large crates from one area to another. Every 20 feet stood a watchful eye, making sure the area was clear of outsiders. The path of their surveillance lead to a stairwell going upstairs, seemingly where the big man was stationed. There was a guy watching the backdoor, watching over a blind spot of the cameras. I had to quickly dispatch him in order to slink through. Hiding the remains becomes easier when the area is surrounded by boxes of books.</p> <p>The more ground I covered, the stranger this entire situation became. I found guards, I found goods, but there was one thing notably absent: Clients. The dead of night is perfect cover for under-the-table logistics, yet there didn't seem to be any sign that any of this was outgoing. The things being moved around also set off some alarm bells. These guys weren't moving knock-offs or drugs; they were moving hazmat containers and medical equipment. What exactly was the nature of this operation?</p> <p>A guard inside had noticed that no one was watching the door in the back, so he went to go investigate. He didn't find anything, but it gave me a great opportunity to get some intel of my own. With him separated from the pack and out of ear-shot, I pulled him in closer to the shadows and neutralized him. It was a bit messier than the first, but I was still able to get him sufficiently hidden. And unlike the first guy, this one had some valuable information on their PDA. They seemed to have been facilitating the services of a PI with an obscured phone number. Their last sent text was to "RT", and simply read, "File's in the common."</p> <p>"RT". Roger Thorne. I was definitely going in the right direction. The text had been sent an hour previous, so I still potentially had time. Hopefully. A pool of blood had started slowly approaching my feet, so I quickly moved away from its source and started to make my way deeper into the building.</p> <p>Upstairs was the general office area. It was a very old-fashioned setup, it made me feel like I had stepped back in the 1940's. The boss's door window was obscured, but that room was definitely not empty. I carefully looked around until I saw a door marked, "Common". It looked like a break room, with small tables on either end of the room. If Sam were here, he'd probably call it a "dining area". Idiot.</p> <p>I saw something on the table farthest from the door: <strong>A file</strong>. I thought, maybe I'll finally get some answers. Finally, we'll get some idea of what we're actually doing here. Finally, <em>some actual closure</em>.</p> <p>Oh, what a sweet, innocent and naive creature I was.</p> <p>What I saw left me with more questions than answers. And not out of confusion, but out of pure, unfiltered shock.</p> <p>What I saw in that file was <em>me</em>.</p> <p>It was the most comprehensive report about me I've ever seen. I don't even think Mikey would be able to replicate the depth this report contained. Of course, it had the usual descriptors: "dangerous", "psychotic", "unpredictable"; blah blah blah. But under all of that were things that I file like this wouldn't have cataloged. Not so much things researched, and more... studied. The perfect file for an external party to use for blackmail.</p> <p>Just seeing my face in <em>this file</em> shook me to my core. I had forgotten what "panic" felt like before opening it. What are we going to do about this? What is there to do? Those questions were answered before even being asked: I <em>had</em> to condemn this building.</p> <p>Whoever that woman was led me to something <em>serious</em>. Whether or not she realized it, she just set off a bomb with a shockwave of indeterminate radius. I don't know whether to thank her or make sure she also suffers in the fallout.</p> <p>I rolled up the file and tucked it in the inside pocket of my coat. Before I could turn around to leave, I was tasered in the side. Startled, I made a blind back-swing and was quickly tackled into the table. The impact destroyed the table under us, and it wasn't long before the taser came back into play. I threw the man on top of me off and tried to move against the one with the taser. Because my attention on the taser was sharper, I didn't notice someone else come into the room and inject something into my neck. I was immediately out.</p> <hr> <p>When I came to, I was in the middle of the warehouse floor, tied to a chair. It felt like all of the light in the building was concentrated on me. Every armed body in the building was standing around me, ready to fire. In front of me was the boss, who periodically coughed into his elbow.</p> <p>"I was hoping you'd come around, sooner or later."</p> <p>I couldn't place that voice exactly, but I recognized it from somewhere. My vision soon started to clear, so I looked up and saw his face.</p> <p>It was Roger Thorne: the man in the visions. <strong>The man I watched die.</strong></p> <p>"Wha... I watched you die."</p> <p>"No, I'm not dead. And hopefully, you could help make sure it stays that way."</p> <p><em>To Be Continued...</em></p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/textbook-case-part-3'>https://hisvirusness.com/textbook-case-part-3</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Taking Another Look At Fiverr]]></title>
	<link>https://hisvirusness.com/trying-to-branch-out</link>
	<pubDate>Fri, 20 Mar 2026 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/trying-to-branch-out</guid>
	<description><![CDATA[I ended 2025 on a hopeful note, mentioning seasonal work that could hopefully be turned into something more permanent.  Sadly, it ended up being very temporary after all.  As such, I'm back on the market for employment.  I'm also trying to branch out, so I'm back on Fiverr.]]></description>
	<content:encoded><![CDATA[ <p><a href="https://hisvirusness.com/new-year-old-me">I ended 2025 on a hopeful note</a>, mentioning seasonal work that could hopefully be turned into something more permanent. Sadly, it ended up being <em>very</em> temporary after all. As such, I'm back on the market for employment. I'm also trying to branch out, so I'm back on Fiverr.</p> <p>Looking through the service, things are a lot different than they were 10+ years ago. Whether that's a good thing or a bad thing is yet to be seen, but like everywhere else, the bottomfeeders always pop up first.</p> <hr> <h3 id="ive-actually-been-here-before">// I&#039;ve Actually Been Here Before</h3> <p>A little background: <strong>I have a negative history with Fiverr.</strong> Of course, this goes back ~13 years, so of course it's really not the same service. For one, you can now charge more than $5.</p> <p>I was offering custom 3D logo slides; to get a sense of what that looks like, check out <a href="https://hisvirusness.com/art">&quot;art&quot;</a>. For how much? The only price allowable: $5, which was a <em>literal steal</em> for what I was offering. I later found out that my work was getting resold at a <em>high</em> markup, which came with the added benefit of making it hard for me to charge more for work outside of Fiverr.</p> <p>When I learned this, I stopped completely. Not long after, I only accepted commissions through referrals, and that's generally how it's been for about a decade.</p> <hr> <h3 id="decade-double-take">// Decade Double Take</h3> <p>I've been <a href="https://hisvirusness.com/learning-to-lose">very open</a> about what's been going on. I try not to make it this site's whole thing, but it's what's currently going on in my life, so naturally, it's gonna come up. The job market has spent the last 18 months kicking the shit out of me. I'm trying more and more to think outside of the box, and having another try at Fiverr is my next step in that process.</p> <p>My first attempt can be found <a href="https://www.fiverr.com/s/Ayr7Gl3" target="_blank" rel="noopener noreferrer">here</a>. A bit of a departure from art commissions, but it's something I can do right now, while also trying to cut through the more generic and template-heavy entries that pollute the service. Also, feel free to <a href="mailto:admin@hisvirusness.com?subject=YOU.+ARE.+AN.+IDIOT.">contact me</a> and tell me all about what I'm doing wrong, and what I should be doing. I need the feedback because, well, I'm new to Fiverr <s>and I suck at freelancing in general</s>.</p> <hr> <h3 id="first-day">// First Day</h3> <p>No takers yet, but I did get a lot of spam. Some of it was caught before I was able to see it, but some stuck around.</p> <figure style="text-align:center;"><img src="https://hisvirusness.com/images/fiverr-spam.png" alt="" loading="lazy" decoding="async" width="85%"></figure> <p>What impressed me was the sophistication of their phishing system. Out of morbid curiosity, I clicked one of the links, and it had one of those <em>"press and hold to prove that you're human"</em> verification challenges before asking for your account name. No password, just the name. The page was still able to parse my public-facing account info, giving it an air of legitimacy. <br><em>Editor's Note:</em> <strong><u>DO NOT EVER</u></strong> click on phishing links. The previous claim was done on a web browser not signed into Fiverr, running on a virtual machine by someone who knows what they are doing. <u>Do as I say, not as I do.</u></p> <p>Of course, then it went directly into a form where you could put in your credit card number to "collect your fee". The immediate disconnect was that the currency was in pounds, but someone with tons of orders and not paying immediate attention could potentially be overwhelmed enough to fall for it. It's just another reminder to <strong><u>always stay vigilant.</u></strong></p> <hr> <h3 id="does-this-mean-your-commissions-are-open">// &quot;Does this mean your commissions are open?&quot;</h3> <p>If you're reading this, then <em>technically</em> this site would be your referral. So, in that case, yes.</p> <hr> <p>Will this bear any kind of fruit? I don't know. It's the end of the week, and I have a few solid leads for work. Hopefully they'll pan out as we go into the next week. But, I'll be honest: I'm exhausted. I'm working my ass off and getting nothing, mostly because the modern job market is now dominated by AI-powered systems that reject applications for arbitrary reasons just for <em>simple jobs</em>. It was easier for me to get a face-to-face remote interview for a potential job paying $30/hour than it was for me to get any kind of actual interview for a potential job paying $17/hour; the closest the latter gave me was a "recorded interview". That's not right. Everyone bitches about how "no one wants to work", without seeing that it's hard to even get a <em>low-wage job</em> nowadays.</p> <p>Anyway, keep your fingers crossed for me. Thanks for reading, and <em>stay tuned for more bullshit</em>.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/trying-to-branch-out'>https://hisvirusness.com/trying-to-branch-out</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[The Internet Is Dead... But Is It Really, Though?]]></title>
	<link>https://hisvirusness.com/long-live-the-interwebz</link>
	<pubDate>Sat, 21 Feb 2026 12:34:00 -0600</pubDate>
	<guid>https://hisvirusness.com/long-live-the-interwebz</guid>
	<description><![CDATA[With the proliferation of automated content mills and sanitized, performative behavior online, you see this phrase a lot: "The internet is dead now; it's not the same as it used to be."  And I don't agree, especially given that "the internet being dead now" is not a new idea.]]></description>
	<content:encoded><![CDATA[ <p>With the proliferation of automated content mills and sanitized, performative behavior online, you see this phrase a lot: <br><em>"The internet is dead now; it's not the same as it used to be."</em> <br>And I don't agree, especially given that "the internet being dead now" is not a new idea.</p> <p>I hosted a livestream on YouTube, where we took a mini-tour of the indie web. Someone came on who was new to the concept. They didn't grow up with the old web, so they were just learning about webrings and personal web pages that operated outside of social media network algorithms. Soon, they came across a tough concept that still plagues the indie web to this day: Some sites just die, and dead links don't always get cleaned up.</p> <p>It's an ever-present bottleneck with discovering new sites and services. Sometimes whole webrings will lay dormant, filled with dead links, and you won't notice it right away. Pre-AI, <em>this</em> is what had people claiming "the internet was dead", even back in the old web days that we all wanna get back to.</p> <p>Regardless, I still disagree with the statement for one main reason: <br><strong>The tech never left. The infrastructure still exists.</strong></p> <p>Yes, over time, <em>general internet use</em> became a lot more compartmentalized between a handful of services that are typically polluted with AI slop, so the internet <em>feels</em> smaller, but the broadcast functionality is still the same. It didn't sunset just because <em>people</em> stopped using it. Whether you're building websites or just being a participant in the community, it's still possible to <em>help create the internet that <strong>you</strong> want</em>. You know: think globally, act locally.</p> <p>On the <a href="https://0uts1de.hisvirusness.com/" target="_blank" rel="noopener noreferrer">ØɄ₮₴łĐɆ webring</a>, I'll have the crawler intermittently fetch member sites to make sure they're active. There have been a few times where member sites went dead, so they got nixed from the ring. I'd personally check every so often to see if they've come back, so they could get readded. Once, I noticed a site went live after a week of inactivity, and I added them back in. One time, a member site added themselves back in once they were active again. It's easy to do when the system is mostly automatic.</p> <p><em>My point is</em>, with how I design my sites, I'm creating the kind of internet that I'd want to inhabit. I'm very vigilant about dead links, everything is in perpetual dark mode, and if you were so inclined, you could view this website from a command-line web browser adequately (I recommend w3m or lynx).</p> <p><em>"But what about whole blogs that seem to only exist for gaming SEO algorithms?"</em> <br>Well, I got news for you: <strong>Those existed in the old web, too.</strong> While the old web might have made it harder to discover new sites, it also made it easier to overlook slop. So no, the internet isn't dead, <em>so long as we give it life.</em></p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/long-live-the-interwebz'>https://hisvirusness.com/long-live-the-interwebz</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Jackie Carlisle in The Textbook Case | Part 2: Reconning The Con]]></title>
	<link>https://hisvirusness.com/textbook-case-part-2</link>
	<pubDate>Fri, 30 Jan 2026 12:34:00 -0600</pubDate>
	<guid>https://hisvirusness.com/textbook-case-part-2</guid>
	<description><![CDATA[Continued From Part 1]]></description>
	<content:encoded><![CDATA[ <p><em>Continued From <a href="https://hisvirusness.com/textbook-case-part-1">Part 1</a></em></p> <p>It's late-afternoon in a working class part of town. The houses are spacious, but they're cramped together, as if a city planner 80 years ago had a quota to fit as many homes on a block as physically possible. There's a man walking down the street, heading home. He walks the same path he's taken over the last 16 years, but this might be the final time. He's dying.</p> <p>For the last few days, he'd been experiencing rolling fatigue, along with random spells of exhaustion and sleepiness. He figured he just needed to catch up on his rest tomorrow; can't do it tonight, because tonight's important. He's about to learn "tonight" is a concept he might not experience.</p> <p>The symptoms had been manageable up to now. He opens the door of his house, and immediately collapses. His wife is close enough to catch him and keep him awake. She notes the lack of color in his face, as if he's suffering from serious anemia. He weakly claims to be okay and is back on his feet within a couple of minutes. She implores him to go to the doctor, or at least call off his plans for the night. He assures her that he just needs to take a quick nap, and that he'll be alright. She brews him a cup of tea, which he drinks before falling unconscious.</p> <p>I can see it clear as day, but I don't know what it means. I don't recognize the man or his wife. But I can see this man dying, like a plea for help that will never come.</p> <hr> <p>Back in the food court, I was staring straight forward at nothing. Someone kept waving their hand in front of my face. "Jackie. Hey, Jackie; what are you looking at?" Suddenly, the wave turns into a clap, and I'm snapped out of whatever spell I was in. I didn't know how much time had passed, but I was awakened to Mike holding a very thin file and looking down at me with concern.</p> <p>"You alright?"</p> <p>I rubbed my eyes and stretched a bit while signaling for Mike to take a seat. "Yeah, I'm fine. What'd you find out?"</p> <p>"You were right: 'Elise Thorne' doesn't exist."</p> <p>"Figures. Everything about this is preposterous."</p> <p>"However, I <em>did</em> find the kind of printer that she mentioned. In the current local black market, only one fits the description: it's at a fence that does business out of an abandoned public school book repository in McKinley Park."</p> <p>And, the plot thickens. I took out another cigarillo and lit it. I'm trying to dash forward, but I'm still at fifth place. "How do we know this is related at all?"</p> <p>"Because the racket's run by a 'Roger Thorne'; a man who notably does <em>not</em> have a wife, sister or other association with anyone named, 'Elise'."</p> <p>That's all I needed to hear: This was a set-up. Someone wants me to crash that party, but I don't know who and I don't know why. "It's crazy that a huge fencing operation pops out of nowhere right under our noses, and we didn't notice."</p> <p>"...I've known about this operation, Jackie. And they've been in business for a while. These guys... they're not who you're looking for, trust me."</p> <p>"Friends of yours?"</p> <p>"No. I... may have obtained an enterprise-level server rack from them a while back, but that was expressly a professional exchange."</p> <p>"Mikey, for one reason or another, these people are now on my radar. This whole thing stinks to high heaven; I have to figure out what's going on." I could have dropped this. I could have written this off as a potential trap set for me that will never spring. I could have considered "Elise Thorne" a prank. All of this could have been avoided. But I'd never be able to let it go. Call it curiosity, call it obsession, call it paranoia; the wave had emerged, and we had to ride it to the end. Mike's jaw locked, because he knew that trying to change my mind would be futile.</p> <p>"Of course." Mike opened up the file and laid out the information he could find, and these people weren't amateurs. Their secrecy didn’t show in what Mike found; it showed in what he didn’t. This man could typically piece together the hierarchy of any outfit, with robust dossiers describing every person involved. However, with this operation, he was only able to track down two collaborators. And the information found was next to useless.</p> <p>"I'm just going to throw this out there: You don't have to do this. Whoever that woman was, it sounds like they're fucking with you. It sounds like a wild goose chase."</p> <p>He was probably right. At best, I find nothing and look like an idiot. But with how these people are moving, the absence of evidence isn't the evidence of absence. Elise Thorne may not be real, but there's still something going on. And I really don't like not knowing what's going on.</p> <p>I stood up from the chair and Mike followed suit. He looked at me shocked, "You're going over there now?"</p> <p>"The night's fading." I put my coat and hat on, because if I'm going out to investigate the shadows of the city, I might as well look the part. I couldn't spend all night having hallucinations of the damned; a mystery was afoot, and it was time to figure out exactly what was going on.</p> <p><em>To Be Continued...</em></p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/textbook-case-part-2'>https://hisvirusness.com/textbook-case-part-2</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[An Argument For Wired Headphones In 2026]]></title>
	<link>https://hisvirusness.com/im-staying-wired</link>
	<pubDate>Sat, 10 Jan 2026 12:34:00 -0600</pubDate>
	<guid>https://hisvirusness.com/im-staying-wired</guid>
	<description><![CDATA[At the beginning of 2025, I needed to buy new headphones since the pair I had for almost seven years stopped working on one side.  I was a bit strapped for cash, so I found a pair on clearance.  After about eight months of use, they stopped working on one side, kinda proving why they were on clearance to begin with.  I bought a new pair, on the regular shelf, and so far, they've been great.  It has everything I look for in a pair of headphones, right down to being wired.]]></description>
	<content:encoded><![CDATA[ <p>At the beginning of 2025, I needed to buy new headphones since the pair I had for almost seven years stopped working on one side. I was a bit strapped for cash, so I found a pair on clearance. After about eight months of use, they stopped working on one side, kinda proving why they were on clearance to begin with. I bought a new pair, on the regular shelf, and so far, they've been great. It has everything I look for in a pair of headphones, right down to <u>being wired</u>.</p> <p>I mentioned to someone that I was buying new headphones and when they saw a wired pair, they asked, <em>"Why didn't you just get Bluetooth headphones?"</em> It's because I have a bad experience with Bluetooth headphones, so much so that it's turned me off from ever buying Bluetooth headphones for the foreseeable future. And I will have those opportunities, since wired headphones aren't going anywhere, despite what the hype-machine would have you believe.</p> <p>When <a href="https://appleinsider.com/articles/16/09/07/apple-officially-ditches-headphone-jack-for-lightning-will-include-adapter-in-iphone-7-box" target="_blank" rel="noopener noreferrer">Apple first nixed the headphone jack a decade ago</a>, I felt two things:</p> <ul style='list-style-type: square;'> <li>Even happier that I didn't buy Apple products, and</li> <li>Nervous that the market would follow suit.</li> </ul> <p>Thankfully, the market didn't follow suit (<a href="https://www.wired.com/gallery/best-headphone-jack-phones/" target="_blank" rel="noopener noreferrer">for the most part</a>). Not for lack of trying, as trendy-tech tailriders still come out of the woodwork to say shit like, <em>"You still use wired headphones? Do you still have a tape player, too?"</em></p> <p>Which is a dogshit comparison. The format migration from audio tapes to CDs was off the back of <em>CDs being a materially superior format</em>. Better sound quality, easier navigation, you don't have to <em>rewind</em> CDs; there were a myriad of reasons for the consumer to switch. Bluetooth headphones do not have that. In fact, they have reasons <em>not to</em> migrate.</p> <p>I'll put it to you like this: You buy a pair of Bluetooth headphones. When you first take them out of the packaging, you probably won't be able to use them right away because of the battery's charge. You charge the battery, now you have to pair them with your device, which is going to turn from inconvenience into nightmare if you plan on using <em>more than one</em> device. Finally, you can use your headphones; but the audio... may sound weird. Why is that? Well, that's our old friend <strong>compression</strong>: in order to cut down on latency while maintaining a consistent and sturdy connection, the actual audio signal is compressed heavily, which degrades the audio's quality. The amount of compression is different across devices, and is not user-controllable. Over a few months, the battery will start to degrade, which you <em>will</em> notice when it stops holding a consistent charge. And you can't just replace the batteries (after all, who replaces batteries nowadays; this isn't the 1980's), so your only recourse is to buy another pair of headphones.</p> <p>There's a reason why, ten years later, <a href="https://www.microcenter.com/search/search_results.aspx?fq=category:Peripheral+Cables|531,Connection+2:3.5+mm+Female,Connection+1:USB+Type-C+Male&amp;myStore=true" target="_blank" rel="noopener noreferrer">3.5mm to USB-C adapters</a> are still a readily-available thing: <strong>Because the headphone jack works</strong>. Hell, USB-C itself is a wired interface still used on high-end devices that have ditched the headphone jack, specifically because the alternatives haven't proven <em>why they should be the singular standard</em>.</p> <p>I think the general reason for the forced-obsolescence of the headphone jack has to do with one thing and one thing only: that it's tech from the 1950's. We can't have our sleek and shiny gizmos shipped with ports designed before the moon landing! Having mid-1900's microtech that still does what it says on the tin better than the modern alternative proves the tech's <strong>longevity and maturity</strong>. Mature tech is predictable; predictable tech is debuggable; debuggable tech <em>respects the user's right to control their tech</em>. Trying to force obsolescence and alternative adoption in the face of mature engineering is <em>anti-user</em>, <em>anti-consumer</em> and <em>continues the ugly trend of allowing Apple to steer the course of the tech market</em>, even in small part.</p> <p>Some tech is just timeless, and there's a reason why many designs and concepts seem to stick around forever. Trying to force them out based purely on trends isn't evolution, it's the complete opposite. And if you disagree, you better not use <a href="https://wi101.wisc.edu/qwerty-keyboard-and-morse-code/" target="_blank" rel="noopener noreferrer">a layout created 150 years ago</a> to tell me about it.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/im-staying-wired'>https://hisvirusness.com/im-staying-wired</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[My (Chaotic) 2025 Reflection]]></title>
	<link>https://hisvirusness.com/new-year-old-me</link>
	<pubDate>Thu, 01 Jan 2026 12:34:00 -0600</pubDate>
	<guid>https://hisvirusness.com/new-year-old-me</guid>
	<description><![CDATA[Celebrate the New Year with me as I recount the (read: my) wins of 2025, and toast to a hopeful 2026!]]></description>
	<content:encoded><![CDATA[<p style="display:none;">Celebrate the New Year with me as I recount the (read: my) wins of 2025, and toast to a hopeful 2026!</p> <p>Well, here we are. It's the end of 2025: a landmark year... for me. Well, not really; if I'm being honest, the year had its ups and downs. A lot of downs (like, <em>a lot</em>), and that's okay.</p> <p>By the way, yes: You're probably reading this in 2026. Well, I'm <em>writing</em> this on New Year's Eve 2025. While I probably will end up posting this early, I won't be refreshing the feed until the new year, so don't get confused. While you may be reading this after the fact, <u>you are still ringing in the new year with me</u>. Bathroom's in the back, there's Pepsi and pizza in the corner: Make yourself comfortable.</p> <p>I wanted to reflect on this past year, talk about all the positive stuff that happened, what that means for the upcoming year and how I can start 2026 on the right foot. Then, I got hurt at work.</p> <p>On the last working day of the year, and probably the only working day this week, my day was cut in half because of a nasty fall I took. I'm okay, but my right knee got badly scraped and my right thumb got really screwed up. Just like that, my brain flashed to frustration, infuriation and resentment. I immediately wanted to blow up on everything and everyone.</p> <p>But, I didn't. After a few deep breaths and a cool down, I refused to let myself. So, we're sticking with the original plan. We <em>are</em> going to cover the good stuff that went down this past year. Because let's be clear: Despite all of the failure, setbacks and bullshit, <strong><u>I ABSOLUTELY FUCKING SUCCEEDED</u></strong>.</p> <hr> <h3 id="the-textbook-case">// The Textbook Case</h3> <p>It's not much, but at the very least, it's <em>a start</em>.</p> <p>And to me, that's all that matters. My problem with <em>The Textbook Case</em> is less about <a href="https://hisvirusness.com/writers-block">writer&#039;s block</a> and more about... well, a litany of other issues I'm working on. So many versions of <em>Part 2</em> have been discarded just because I didn't like the direction they were going in.</p> <p>Is it perfection? <br>Is it a lack of confidence? <br>Could it be self-sabotage?</p> <p>Maybe it's a complex mix of all three. Regardless: Small wins. And <em>Part 1</em> being done is just that. Also, <em>Part 2</em> is at least <u>80% done</u>. We're talking mid-January, and I promise absolutely nothing.</p> <hr> <h3 id="this-whole-place">// This WHOLE PLACE!</h3> <p>Why don't we bring up the elephant in the room? This website, and the feed that broadcasts out of it. I was able to accomplish something that I've wanted to do for <em>years</em>, and do so in a way that I'm more than happy with.</p> <p>For so long, concept after concept just didn't fit what I not only wanted this site to look like, but what I wanted it to <em>feel</em> like. And, yes: <strong>I did dabble in WordPress/Jekyll/etc.</strong> They either presented workflows that didn't gel with me, or couldn't do <em>exactly what I wanted</em> without extensive modification. I figured at that point, I might as well just make my own tiny CMS, which I did.</p> <p>One day, I just began; and brick by brick, this place came <em>alive</em>. It does <u>exactly</u> what I want it to do, consistently and efficiently. So much so, that it led to the creation of another cool web design project...</p> <hr> <h3 id="hvmark">// hVmark</h3> <p>Of course, we can't talk about web site wins without bringing up <em>hVmark</em>. This site's backend had scaled so perfectly, that when I had the idea to give the site some Markdown-adjacent functionality, getting something up and running was relatively straight-forward.</p> <p>Also, yes: the idea for hVmark came <strong>after</strong> the site's creation. Making a custom markup was never part of the original plan, but <a href="https://hisvirusness.com/batman-returned-in-2012">after writing this Batman post</a>, I realized I liked writing in a style that felt like I was scribbling in the margins. But, hard-coding HTML longform markup sucks. A lot. But, what if I didn't need to do that, while also not having to rely on external dependencies?</p> <p>Thus, hVmark was born. Then, it evolved over time, being iterated on until I <a href="https://github.com/HisVirusness/hvmark" target="_blank" rel="noopener noreferrer">felt comfortable releasing the vanilla spec as FOSS</a>.</p> <figure style="text-align:center;"><img src="https://hisvirusness.com/images/hvmark-github.png" alt="I never said it was perfect; I just said it worked... for me." loading="lazy" decoding="async" width="85%"><figcaption>I never said it was <em>perfect</em>; <br>I just said it worked... for me.</figcaption></figure> <p>What started as an experiment became a curiosity, which then became a useful tool. And I could not be happier with how this turned out.</p> <hr> <p><em>"Yes, we get it: you're proud of yourself. You're turning into a broken record."</em> <br>That's fair. I made some cool stuff and I'm happy. Though, it has admittedly overtaken a lot of the conversation on my end, and it is something I do have to work on heading into the new year.</p> <p>But let's not get bogged down by all the easy wins. Let's get into the real thick of the thin. <br>The real shit in the gravy. <br>The real... meat... in the potatoes.</p> <p><strong>I'm bad at food puns.</strong></p> <hr> <h3 id="going-and-staying-dry">// Going (And Staying) Dry</h3> <p>Eight months now. I can't say I haven't been tempted, but it gets easier the longer it goes on.</p> <p>I'll just leave it at that for now.</p> <hr> <h3 id="gainful-employment">// Gainful Employment</h3> <p>This was more of a late win. Throughout the year, consistent work was not easy to come by, so 2025 was full of isolated jobs and whatever I could make from the <s>wonderful <em>and</em> lucrative</s> gig economy. During peak, I got my foot in the door somewhere, and I'm hoping to slam it open.</p> <p>...We <em>really</em> don't think about how violent that metaphor is, do we?</p> <p>Yes, this was during peak. <em>Peak</em> means <em>seasonal</em>, and <em>seasonal</em> means <em>temporary</em>. I'm working hard to hopefully not be <em>temporary</em>. And, worst-case scenario, I opened up my network of references for the next opportunity that comes along.</p> <hr> <h3 id="heading-into-2026">// Heading Into 2026</h3> <p>Despite the bumps in the road, I'm feeling good about the upcoming year. I'm constantly moving forward, and when it feels like I'm not, I'm <em>at the very least doing my best</em>.</p> <p>And I hope you're doing your best. Happy New Year, get home safely, don't drink and drive, and if you hook up with anyone tonight, the child you end up producing is more than likely going to be a Virgo. <br>And Virgos are <strong>awesome</strong>.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/new-year-old-me'>https://hisvirusness.com/new-year-old-me</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Season's Fiendings!]]></title>
	<link>https://hisvirusness.com/happie-hollandaise</link>
	<pubDate>Thu, 25 Dec 2025 12:34:00 -0600</pubDate>
	<guid>https://hisvirusness.com/happie-hollandaise</guid>
	<description><![CDATA[Well, this is it. We've come to the final week of 2025. As such, that puts us right at Christmas Day. If you celebrate: MERRY CHRISTMAS! If you don't, then I'm sorry that most things are closed today. At least you got a day off... unless you didn't; if that's the case, I already apologized.]]></description>
	<content:encoded><![CDATA[ <p>Well, this is it. We've come to the final week of 2025. As such, that puts us right at Christmas Day. If you celebrate: <strong>MERRY CHRISTMAS!</strong> If you don't, then I'm sorry that most things are closed today. At least you got a day off... unless you didn't; if that's the case, I already apologized.</p> <p>If you're <em>actually</em> reading this on Christmas, odds are it's because you follow the feed. I don't have a large readerbase, but I see you guys. Thank you for sticking around. I hope I made you laugh, made you think and made you feel whatever's the complete opposite of the emotions felt while doom-scrolling. I hope the end of your year is pleasant, that your stomach is full, and that the murderous rage you feel towards Uncle Randy is at least manageable.</p> <p>And don't you fret: 2026 will have even more barely thought-out unhinged nonsense from yours truly, so <em><strong>stay tuned for <u>even more</u> bullshit!</strong></em></p> <p>See you in the new year... unless the sun explodes. And if that's the case, then <strong>piece, bitches!</strong></p> <p>Happy Whatever-The-Fuck, <br>- Paul (hV)</p> <div class="yt-container" style="text-align:center;"><iframe src="https://www.youtube-nocookie.com/embed/VKGonDIq8gw?modestbranding=1&rel=0" title="YouTube video player" loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/happie-hollandaise'>https://hisvirusness.com/happie-hollandaise</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Cheap-Ass Tech]]></title>
	<link>https://hisvirusness.com/cheap-does-not-mean-bad</link>
	<pubDate>Fri, 21 Nov 2025 12:34:00 -0600</pubDate>
	<guid>https://hisvirusness.com/cheap-does-not-mean-bad</guid>
	<description><![CDATA[It&#039;s Christmas time again.  It's time for people to discuss their gadgetry, typically in the context of wanting the hot new gadgetry out, instead of the old, busted and played-out gadgetry that they've been using for the last six months.  Through all of that useless noise, I came across something I haven't seen or heard in a while.  It's an older joke, but it seems to be making the rounds again: Android devices are so cheap, even thieves don't want them.  And, of course, Samsung Galaxies are name-checked the most, since they're the largest Android brand.]]></description>
	<content:encoded><![CDATA[ <p><a href="https://hisvirusness.com/#lucky-lead">It&#039;s Christmas time again</a>. It's time for people to discuss their gadgetry, typically in the context of wanting the hot new gadgetry out, instead of the old, busted and played-out gadgetry that they've been using for the last six months. Through all of that <s>useless noise</s>, I came across something I haven't seen or heard in a while. It's an older joke, but <a href="https://www.londoncentric.media/p/london-phone-thieves-prefer-android-iphone-l" target="_blank" rel="noopener noreferrer">it seems</a> <a href="https://www.androidauthority.com/thieves-returning-android-phones-3616921/" target="_blank" rel="noopener noreferrer">to be making</a> <a href="https://www.pocket-lint.com/thieves-dont-want-android-phones/" target="_blank" rel="noopener noreferrer">the rounds again</a>: <strong>Android devices are so cheap, even thieves don't want them</strong>. And, of course, <em>Samsung Galaxies</em> are name-checked the most, since they're the largest Android brand.</p> <p>Whenever I've heard it said, or if it was specifically aimed at me, it was always supposed to be taken as ridicule. <em>"Man, no one wants to steal that cheap cellphone you got."</em> Good. Especially since we live in Chicago, and theft is always a possibility.</p> <p>I just don't see it as an insult. Granted, if someone tries to insult me by calling me broke, I'm unfazed because... well, that's just the truth. Someone not wanting my stuff because of its lack of monetary value? That’s security; that's a feature, not a bug.</p> <p>If someone stole one of my laptops today, they’d get nothing. They wouldn't be able to log in, and if they took it to a pawn shop, the shop wouldn't even bother because it’s running Linux instead of Windows.</p> <p>Now, if this theft were to happen, say... 12 years ago? It would be a different story.</p> <p>Back in 2009, I stopped using Windows on my laptops. Windows 7 proved it wasn't fit for portable hardware (and even XP had its own shitty hiccups), which started my adoption of Linux. A used $50 netbook running Crunchbang ran a lot better than a brand-new netbook running Windows. Instead of wiping Windows entirely, I'd keep a small partition on disk with a solo user that wasn't password protected. And that partition would be laced with keyloggers and other goodies that could potentially feed me back information.</p> <p>After all, it was my laptop. <br><em><u>I can do what I want.</u></em></p> <p>While there's no record of me having a laptop stolen and then mysteriously getting back, I can tell you that <em>if</em> you did something similar (<strong>NOT SAYING THAT YOU SHOULD</strong>, but <em>if</em>...), you'd probably end up with enough intel that'd buy you a new machine.</p> <p>In short, what I'm actually getting at is, <strong>cheap hardware is a flex</strong>. An even bigger flex is <strong>if the hardware was going to be e-waste</strong>. Especially if it outperforms over-marketed, over-priced, locked-down, planned-obsolesence <em>trash</em>. Taking something cheap and making it into something <em>usable</em> is way more impressive than paying too much for weak hardware.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/cheap-does-not-mean-bad'>https://hisvirusness.com/cheap-does-not-mean-bad</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
<item>
	<title><![CDATA[Shifting Goals: When, How & If It's A Good Idea]]></title>
	<link>https://hisvirusness.com/finding-the-time</link>
	<pubDate>Fri, 31 Oct 2025 12:34:00 -0500</pubDate>
	<guid>https://hisvirusness.com/finding-the-time</guid>
	<description><![CDATA[First off, to whoever is reading this: Happy Halloween. I hope you spent it watching the scariest movies you could find. This entry in the ledger is about the scariest thing of all: Goal stagnation, and how it's affecting this site and my life personally.]]></description>
	<content:encoded><![CDATA[ <p>First off, to whoever is reading this: <strong>Happy Halloween</strong>. I hope you spent it watching the scariest movies you could find. This entry in the ledger is about the scariest thing of all: Goal stagnation, and how it's affecting this site and my life personally.</p> <p>...That may not sound very scary to you, but to me it's terrifying.</p> <hr> <h3 id="my-current-goals">// My Current Goals</h3> <p>In the short-to-long term, my current goals are not really complicated:</p> <ul style='list-style-type: square;'> <li>Regain steady income.</li> <li>Build this site using custom tools and minimal external dependencies.</li> <li>Continue <em>The Textbook Case</em>.</li> </ul> <p>Of those three goals, I've been able to accomplish one, and it’s come at the expense of one of the two I’m still failing at.</p> <p><em>"Which of the goals is the one you've been succeeding in?"</em> <br>Well, you're currently reading this from <a href="https://hisvirusness.com/man-page">a fully-custom content management stack</a> that has <a href="https://hisvirusness.com/hvmark">its own markup language</a>; which goal do you think it is? It sure as shit isn't the job one.</p> <hr> <h3 id="trying-to-pick-jobs-from-jobbies">// Trying To Pick Jobs From Jobbies</h3> <p>I hesitate to really consider this a goal, given it's the default: Looking for work, and trying to earn through gigs during peak hours to have at least something coming in. <a href="https://hisvirusness.com/learning-to-lose">Losing my wheels</a> made that prospect significantly harder, but not impossible, despite the dip in earning potential.</p> <p>This is more geared toward creative output, which lies outside of formal professional aspirations. After all, we all need our coping mechanisms; we all need those things that even us out. I've got my creative pursuits, and I have this website.</p> <p>There's not much of my life that I can control, but I have <u>full control</u> of this space, and I'm going to take as much advantage of that control as I'm technically able. Which, it turns out, is a lot.</p> <hr> <h3 id="chasing-perfection">// Chasing Perfection</h3> <p>In the 2004 film <em>Collateral</em>, Max (played by Jamie Foxx) is a taxi driver with big dreams of starting a limo company. Instead of taking <em>at least</em> a few baby steps toward that goal, he daydreams about the concept while going through the motions of his route, which he had been doing for the better part of a decade up to that point. In his own words, "It had to be perfect." Which means, it was never going to happen.</p> <p>He's then forcefully roped into assisting in a targeted and highly coordinated killing spree, but that's beside the point.</p> <p>It's a pattern I try very hard not to follow, despite being one that I've been guilty of repeatedly following. Working on this site has actually helped me break that pattern, but the results have still been less than perfect.</p> <p>When it comes to building the general framework here, along with cataloging a portion of my past output that's been spread all across the internet, I think I've succeeded. Of course, it's an ongoing project, but it's one that has a strong foundation. Decades of half-starts, non-starts and trial-and-error have led this project to where it is today.</p> <p>This was something that I felt was true months ago. However, despite that, more upgrades were developed. More efficiencies were deployed. More projects were started and completed, like the hVmark table of contents generator (let alone <em>hVmark itself</em>). And this has all been at the expense of <em>The Textbook Case</em>.</p> <hr> <h3 id="hardening-the-frame-of-an-incomplete-picture">// Hardening The Frame Of An Incomplete Picture</h3> <p>If you've followed my <a href="https://hisvirusness.com/now">/now</a> page for any length of time, you'll notice one constant: It always says I've been working on part 2 of <em>The Textbook Case</em>. And while it's not wrong, it's also not fully accurate.</p> <p>After all, you're currently reading evidence of the contrary. I've written a lot of other things, and... well, created a markup language since publishing <a href="https://hisvirusness.com/textbook-case-part-1">part 1</a>. At this point in time, part 2 is half-written, and that's after drafts that I've completely deleted after not liking the direction they were taking. I still have the outline, so I would walk away for a bit to cool off, work on some other projects and figure I'd try again later.</p> <p>It's emblematic of another problem I have: I sometimes nuke projects that I'm currently not happy with, regardless of how far along they are. I've mentioned before <a href="https://hisvirusness.com/the-casinos-are-coming">that I had a hard time getting this site off the ground</a>, and that was a big reason why. It's something I've had to work on, and while I've been making headway, I'm still human (probably); I'm not perfect (as hard as that is to admit).</p> <p><em>The Textbook Case</em> is the kind of story I've been wanting to tell for years, but because of that, I get all in my head about it. Doubt, fear of inadequacy, lack of confidence; it has to be perfect. Everything <em>has to be perfect</em>.</p> <hr> <h3 id="back-breaking-straws">// Back-Breaking Straws</h3> <p>Thing is, we're getting to a point where that excuse is no longer applicable. As far as publishing conditions go, everything <em>is</em> perfect. The story itself based on its outline is actually really good (and I say this without any bias whatsoever); any flaws in execution are part of the art. It's never going to be materially perfect because <em>nothing is perfect</em>.</p> <p>It's go-time. It's time to do. It's gonna be great, and regardless of quality, getting it done means <u>the next one will be even better</u>.</p> <hr> <h3 id="takeaway">// Takeaway</h3> <p><em>"Instead of actually working on your story, you just chastised yourself for not working on your story."</em> <br>Well, first off, thank you for still reading; <strong><u>stay tuned for more bullshit</u></strong>. Secondly, ...I did, yes. I felt the urge to put thoughts down, but didn't have enough energy to work on the story.</p> <p>However, it's at least something. Baby steps are better than no steps at all. Lateral movement is better than no movement at all. Just... doing something, anything, so long as it is going toward your goals. Will it produce results? No idea. But, at least it'll add to the pressure; if I have to bully myself to finish this story, <strong>so be it</strong>.</p> <p>I already said the thing, so... bye.</p> <p><img src='https://hisvirusness.com/images/hv-rss.jpg' loading='lazy' style='display: none;'><br>[ <a href='https://hisvirusness.com/finding-the-time'>https://hisvirusness.com/finding-the-time</a> ]<br>[ - HisVirusness - ]</p> <p>[ <a href='https://ko-fi.com/HisVirusness?utm_source=rss&utm_medium=footer&utm_campaign=support' rel='nofollow ugc noopener noreferrer' target='_blank'>Support via Ko-Fi</a> ]</p> ]]></content:encoded>
</item>
</channel>
</rss>
