<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Fritz</title>
    <description>The latest articles on Forem by Fritz (@fmahnke).</description>
    <link>https://forem.com/fmahnke</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3544404%2Ff39834fe-20b3-4a81-9402-c5c1cc096f78.png</url>
      <title>Forem: Fritz</title>
      <link>https://forem.com/fmahnke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/fmahnke"/>
    <language>en</language>
    <item>
      <title>Getting ready for Sega 8</title>
      <dc:creator>Fritz</dc:creator>
      <pubDate>Mon, 06 Oct 2025 18:16:12 +0000</pubDate>
      <link>https://forem.com/fmahnke/getting-ready-for-sega-8-50mk</link>
      <guid>https://forem.com/fmahnke/getting-ready-for-sega-8-50mk</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsxhtv3jlhig96gnv6684.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsxhtv3jlhig96gnv6684.png" alt="Sega8 #6" width="374" height="290"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This year's Sega8 multi-game speedrun race will be held on 2025-11-22. The preparation period begins this Saturday, 2025-10-06. To eliminate distractions and optimize my practice time, I'm spending some time this week cleaning up issues in my streaming workflow.&lt;/p&gt;

&lt;p&gt;This workflow has several components that interact with each other. I made the whole thing, but I haven't looked at it in awhile. To make sure I understand the entire system, I started by making diagrams of all the components and their interactions.&lt;/p&gt;

&lt;p&gt;This diagram shows the major components at play when I stream on Twitch and train for speedrun races.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz8romwmn235jq1y68ynw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz8romwmn235jq1y68ynw.png" alt="All Components" width="800" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This diagram shows the components that handle interactions between Twitch's service and my system.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwti4dkd00si1patifn9v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwti4dkd00si1patifn9v.png" alt="Stream Components" width="529" height="558"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;When I get a &lt;a href="https://help.twitch.tv/s/article/how-to-use-raids?language=en_US#howdoraidswork" rel="noopener noreferrer"&gt;raid&lt;/a&gt; on Twitch, Twitch notifies &lt;a href="https://firebot.app/" rel="noopener noreferrer"&gt;Firebot&lt;/a&gt; of this event. Firebot uses &lt;code&gt;stream-tools&lt;/code&gt; to create an on-stream alert that's customized to the name of the Twitch user that raided my channel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are the components that handle interactions between my inputs (input devices, microphone, camera, etc.).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj63e1io06gjpfwgpyt4g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj63e1io06gjpfwgpyt4g.png" alt="User Control Components" width="369" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;jsd&lt;/code&gt; provides controller bindings that control &lt;a href="https://livesplit.org/" rel="noopener noreferrer"&gt;LiveSplit&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;i3d&lt;/code&gt; monitors &lt;a href="https://www.retroarch.com/" rel="noopener noreferrer"&gt;RetroArch&lt;/a&gt;, making sure that any new windows it opens are placed consistently, so I don't have to do this manually when switching games. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This system has accreted some problems as I've added more things to it since I started doing this. I'll check in later this week as I start to find and fix these.&lt;/p&gt;

</description>
      <category>speedrun</category>
      <category>twitch</category>
      <category>python</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
