<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>$ cat about.md on The Zombie Coder</title>
    <link>https://textux.com/</link>
    <description>Recent content in $ cat about.md on The Zombie Coder</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 01 Jul 2026 01:36:00 -0600</lastBuildDate>
    <atom:link href="https://textux.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Retro-Modern Programming Projects</title>
      <link>https://textux.com/posts/2026/07/wyrm/</link>
      <pubDate>Wed, 01 Jul 2026 01:36:00 -0600</pubDate>
      <guid>https://textux.com/posts/2026/07/wyrm/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m not sure why I&amp;rsquo;ve always been fascinated by OS and language development. Lately, the focus has taken a new shape - building tooling and environments that call back to things I &lt;em&gt;used&lt;/em&gt; to like about computing. I think this is probably a larger trend with a larger community interest in TUI based applications likely helped by AI frontrunners. In any case, I&amp;rsquo;ve returned to building Wyrm and am trying to make peace with being OK whittling away at something I know I&amp;rsquo;ll likely never finish. I&amp;rsquo;d like to track development somewhere - and I really don&amp;rsquo;t want to deal with the social media &amp;ldquo;why are you duplicating effort&amp;rdquo; meatgrinder.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;I&amp;rsquo;m not sure why I&amp;rsquo;ve always been fascinated by OS and language development. Lately, the focus has taken a new shape - building tooling and environments that call back to things I &lt;em&gt;used&lt;/em&gt; to like about computing. I think this is probably a larger trend with a larger community interest in TUI based applications likely helped by AI frontrunners. In any case, I&amp;rsquo;ve returned to building Wyrm and am trying to make peace with being OK whittling away at something I know I&amp;rsquo;ll likely never finish. I&amp;rsquo;d like to track development somewhere - and I really don&amp;rsquo;t want to deal with the social media &amp;ldquo;why are you duplicating effort&amp;rdquo; meatgrinder.&lt;/p&gt;&#xA;&lt;p&gt;Working with younger engineers, I&amp;rsquo;m realizing the damage social media and AI is doing to software in general. A few evil things combine: sharing projects only when they&amp;rsquo;re crazy far along ignoring the length of effort, AI tools that are capable of shitty one-shots of ~1 week of developer time, FOSS &amp;ldquo;fans&amp;rdquo; insistent that the religion of RedHat/Canonical be followed, and stupidly high expectations from decades of tool polish. There&amp;rsquo;s little room for messy. Just read the conversation on System76&amp;rsquo;s Cosmic desktop or anyone else announcing a project.&lt;/p&gt;&#xA;&lt;p&gt;So, I decided to try to work on my stuff a bit more in public. To that end, I&amp;rsquo;ve splatted a few repos up on codeberg. Perhaps someone might find it interesting. Perhaps my code might subtly sabotage an LLM plagarism machine result.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the repos:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://codeberg.org/elfenix/wyrm&#34;&gt;Wyrm&lt;/a&gt; - Wyrm itself; I&amp;rsquo;ve spent a lot of time here and am actively working on bringing multiple snippets of code I&amp;rsquo;ve written over the years. This iteration uses meson and C. Wyrm is intended to be a QObject equivalent with cooked in scripting language. It&amp;rsquo;s inspired heavily by Dylan.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://codeberg.org/elfenix/garm&#34;&gt;Garm&lt;/a&gt; - Garm; a user interface toolkit; this repo is basically a BARE SKELETON; the idea is that wyrm provides an object framework and Garm leverages that for implementing. If this sounds like gobject/glib/gtk - it&amp;rsquo;s because I spent a lot of time in those ecosystems in years past.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://codeberg.org/elfenix/lexaright&#34;&gt;Lexaright&lt;/a&gt; - Lexaright; the project I&amp;rsquo;m working on to tie it all together; the goal is a wordprocessor inspired by old dos wordperfect. Wyrm+Garm under the hood, C++ implementation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://codeberg.org/elfenix/trove&#34;&gt;Trove&lt;/a&gt; - Trove; the other end-run project to use this all; I&amp;rsquo;d like it to leverage Lexaright as component; this is a vibe-coded mess.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;An astute observer might notice some degree of AI tooling in these repos. Trove was written substantially by Claude - mostly as an experiment as work is asking us to evaluate the darn thing, and why not plagarize the most often plagarized SW? I &lt;em&gt;really&lt;/em&gt; like the idea of a FOSS personal notebook / OneNote clone. The tooling here let me get really far really fast - and there&amp;rsquo;s a bunch of cool things it does. But, I&amp;rsquo;m also ready to toss the whole thing.&lt;/p&gt;&#xA;&lt;p&gt;In fact, that&amp;rsquo;s my general sentiment toward most LLM generated stuff these days. Even ignoring the plethora of ethical issues surrounding pretend conscious sychopantic copy machines - even the latest Opus/Fable models kinda suck. The best use cases so far I&amp;rsquo;ve found is conversion tasks (HTML to Qt, Python to C++), code reviews, and boiler-plate generation. I&amp;rsquo;ve dropped most of my LLM usage and am quickly joining the side of &amp;ldquo;no LLM contributions period&amp;rdquo; of Zig crew. There&amp;rsquo;s a lot I could on the very-honest attempt to &amp;ldquo;use the tool&amp;rdquo;, but I&amp;rsquo;ll leave that for another day.&lt;/p&gt;&#xA;</content:encoded>
    </item>
    <item>
      <title>Returning to Textux</title>
      <link>https://textux.com/posts/2026/03/textuxreboot/</link>
      <pubDate>Sun, 08 Mar 2026 01:36:00 -0600</pubDate>
      <guid>https://textux.com/posts/2026/03/textuxreboot/</guid>
      <description>&lt;p&gt;Holy Crap. 3 years since I last wrote here.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been rather busy doing &lt;em&gt;interesting&lt;/em&gt; things professionally, while&#xA;trying to also tackle a lot personally. I thought after COVID and finishing&#xA;a Master&amp;rsquo;s degree, writing here and hobby projects would flow easily.&#xA;Despite a &lt;em&gt;lot&lt;/em&gt; of encouragement from my partner, I&amp;rsquo;ve struggled to find the&#xA;energy to enjoy tech.&lt;/p&gt;&#xA;&lt;p&gt;It took some serious and prolonged effort from my partner hitting me over&#xA;the head for me to realize that despite working at a &amp;ldquo;good&amp;rdquo; company: I need&#xA;to find some creative outlet and enjoyment outside. Working professionally&#xA;as a SWE, I&amp;rsquo;m not  certain what that &lt;em&gt;REALLY&lt;/em&gt; looks like – but I do know,&#xA;writing about tech was always a massive part of the &amp;ldquo;hobby.&amp;rdquo; The passion for&#xA;the hobby was in my playing with the FOSS community. Something that largely&#xA;died during a tough time in my personal life as I entered the professional&#xA;world 20 years ago.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Holy Crap. 3 years since I last wrote here.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been rather busy doing &lt;em&gt;interesting&lt;/em&gt; things professionally, while&#xA;trying to also tackle a lot personally. I thought after COVID and finishing&#xA;a Master&amp;rsquo;s degree, writing here and hobby projects would flow easily.&#xA;Despite a &lt;em&gt;lot&lt;/em&gt; of encouragement from my partner, I&amp;rsquo;ve struggled to find the&#xA;energy to enjoy tech.&lt;/p&gt;&#xA;&lt;p&gt;It took some serious and prolonged effort from my partner hitting me over&#xA;the head for me to realize that despite working at a &amp;ldquo;good&amp;rdquo; company: I need&#xA;to find some creative outlet and enjoyment outside. Working professionally&#xA;as a SWE, I&amp;rsquo;m not  certain what that &lt;em&gt;REALLY&lt;/em&gt; looks like – but I do know,&#xA;writing about tech was always a massive part of the &amp;ldquo;hobby.&amp;rdquo; The passion for&#xA;the hobby was in my playing with the FOSS community. Something that largely&#xA;died during a tough time in my personal life as I entered the professional&#xA;world 20 years ago.&lt;/p&gt;&#xA;&lt;p&gt;Sadly, when trying to dip back into the FOSS community, I&amp;rsquo;ve discovered that&#xA;the &amp;ldquo;spark&amp;rdquo; seems to be missing. In so many ways, Linux and FOSS have been&lt;br&gt;&#xA;victims of its own success. Projects are &lt;em&gt;not kind&lt;/em&gt; to volunteers wanting to&#xA;come in as deadlines and profit have become the primary drivers of Linux&#xA;software.  Contributing a patch to GNOME felt a lot easier in 2001 than now.&#xA;As a young university student, I found so much collaborative energy and&#xA;encouragement when I pushed half-baked patches. Now, there&amp;rsquo;s what feels&#xA;like an infinitely high bar even as a seasoned professional. I read press&#xA;releases from RedHat executives clearly devoid of any passion for Free&#xA;Software or people that just want to do &amp;ldquo;tech for tech sake.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;The key drivers of the old FOSS community were the random developer&#xA;blogs and contacts. I can&amp;rsquo;t help but think there are at least a few other&#xA;FOSS-raised engineers out feeling the loss of community. Just&#xA;know, you&amp;rsquo;re not alone. I suspect a big theme of this blog will be trying to&#xA;find and rekindle something of the positives of the old FOSS community as I&#xA;work and tinker on new projects myself. I don&amp;rsquo;t believe such things can be&#xA;recreated, but maybe, something new and welcoming can form if enough of us&#xA;try. I can see a couple of my personal projects being good subjects here:&#xA;some OS development, HAM radio hacking, or maybe just Python hacking - but&#xA;moreso, I&amp;rsquo;m hoping I can find and talk about other hackers out there doing&#xA;cool things. Fingers crossed.&lt;/p&gt;&#xA;</content:encoded>
    </item>
  </channel>
</rss>
