<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Root42Tube</title>
        <link>https://peertube.v1.root42.de</link>
        <description>Welcome to this PeerTube instance!</description>
        <lastBuildDate>Tue, 04 Aug 2026 18:26:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube.v1.root42.de</generator>
        <image>
            <title>Root42Tube</title>
            <url>https://peertube.v1.root42.de/lazy-static/avatars/0a35d55b-bc46-4c59-b95d-8410012a3183.jpg</url>
            <link>https://peertube.v1.root42.de</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube.v1.root42.de/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube.v1.root42.de/feeds/videos.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Let's Code MS DOS 0x38: Huge Pointers in Turbo C]]></title>
            <link>https://peertube.v1.root42.de/w/gkdPWq83sBuAy9smk6YfUP</link>
            <guid>https://peertube.v1.root42.de/w/gkdPWq83sBuAy9smk6YfUP</guid>
            <pubDate>Tue, 04 Aug 2026 11:15:49 GMT</pubDate>
            <description><![CDATA[In MS DOS you can only access up to one Megabyte of memory easily, on an original PC or XT. This memory in turn is segmented, so accessing more than 64K at a time becomes a bit more tricky. This is why languages like Turbo C and Pascal introduced ...]]></description>
            <content:encoded><![CDATA[<p>In MS DOS you can only access up to one Megabyte of memory easily, on an original PC or XT. This memory in turn is segmented, so accessing more than 64K at a time becomes a bit more tricky. This is why languages like Turbo C and Pascal introduced near and far pointers to the programmer. However there are also huge pointers, which we will investigate in this episode.</p>
<p>Sourcecode: <a href="https://codeberg.org/root42/LARGEARR" target="_blank" rel="noopener noreferrer">https://codeberg.org/root42/LARGEARR</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="190482145" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/7c281dbc-46bd-4f79-a5ac-fbbc25ec06df?videoFileIds=27983"/>
            <media:community>
                <media:statistics views="3"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/gkdPWq83sBuAy9smk6YfUP"/>
            <media:player url="https://peertube.v1.root42.de/w/gkdPWq83sBuAy9smk6YfUP"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/653ee72a-08ae-436d-a7e8-dff026af6d24-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/a7a90880-0b68-48d4-9961-6fc1980117a9-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="30067881" url="https://peertube.v1.root42.de/static/web-videos/ecd5d3d6-5aaf-4397-8bc2-6b1627dfd99e-0.mp4" framerate="0" duration="2205" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="190482145" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/7c281dbc-46bd-4f79-a5ac-fbbc25ec06df/5f8daf63-649f-4aee-a921-84b6fad98d0a-1080-fragmented.mp4" framerate="30" duration="2205" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/28cff8e3-4792-4391-ba87-06d89538dd2f.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS 0x38: Huge Pointers in Turbo C</media:title>
            <media:description type="plain">In MS DOS you can only access up to one Megabyte of memory easily, on an original PC or XT. This memory in turn is segmented, so accessing more than 64K at a time becomes a bit more tricky. This is why languages like Turbo C and Pascal introduced ...</media:description>
        </item>
        <item>
            <title><![CDATA[FPGATED for C16 and Plus4]]></title>
            <link>https://peertube.v1.root42.de/w/gkyrZhx7ZPcryk2q7CAUDy</link>
            <guid>https://peertube.v1.root42.de/w/gkyrZhx7ZPcryk2q7CAUDy</guid>
            <pubDate>Tue, 04 Aug 2026 11:13:39 GMT</pubDate>
            <description><![CDATA[The Commodore 264 line of computers included the C116, C16 and Plus/4. They were build around the TED video and I/O chip. Also known as the MOS 7360 and MOS 8360, the early revisions of the chip were plagued with production issues. Many of the ear...]]></description>
            <content:encoded><![CDATA[<p>The Commodore 264 line of computers included the C116, C16 and Plus/4. They were build around the TED video and I/O chip. Also known as the MOS 7360 and MOS 8360, the early revisions of the chip were plagued with production issues. Many of the early R1 chips are broken by now. Replacements are hard to come by and often expensive. Now there is a modern replacement: The FPGATED by Istvan Hegedus offers high compatibility, together with additional features. HDMI output for modern screens, as well as ROM replacements and SID emulation in future firmware updates. Let's test it and see how compatible it is!</p>
<p>FPGATED project: <a href="https://www.fpgated.hu" target="_blank" rel="noopener noreferrer">https://www.fpgated.hu</a><br />
Config utility: <a href="https://plus4world.powweb.com/software/FPGATED_Config_Program" target="_blank" rel="noopener noreferrer">https://plus4world.powweb.com/software/FPGATED_Config_Program</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="669199751" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/7c343557-0a3f-4e40-82fb-6dee481044a2?videoFileIds=27336"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/gkyrZhx7ZPcryk2q7CAUDy"/>
            <media:player url="https://peertube.v1.root42.de/w/gkyrZhx7ZPcryk2q7CAUDy"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/c6aa314f-ee08-45d4-a4d6-0319cc7be88b-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/00255c41-24c5-4e65-83c8-0cfc1de1b943-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="24853385" url="https://peertube.v1.root42.de/static/web-videos/2e85398a-28c2-412f-9824-4659b85f36b3-0.mp4" framerate="0" duration="1804" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="669199751" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/7c343557-0a3f-4e40-82fb-6dee481044a2/dd2cde0f-4a97-4205-869c-891b972a380e-1080-fragmented.mp4" framerate="60" duration="1804" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/a9c2661b-221f-49aa-8429-e4d6b9812918.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">FPGATED for C16 and Plus4</media:title>
            <media:description type="plain">The Commodore 264 line of computers included the C116, C16 and Plus/4. They were build around the TED video and I/O chip. Also known as the MOS 7360 and MOS 8360, the early revisions of the chip were plagued with production issues. Many of the ear...</media:description>
        </item>
        <item>
            <title><![CDATA[Commodore 4040 Refurb]]></title>
            <link>https://peertube.v1.root42.de/w/kGtpp7LDjxvUaCVjfFxGdp</link>
            <guid>https://peertube.v1.root42.de/w/kGtpp7LDjxvUaCVjfFxGdp</guid>
            <pubDate>Tue, 04 Aug 2026 11:11:07 GMT</pubDate>
            <description><![CDATA[Another Commodore 4040 dual floppy disk drive ended up in my hands, but only temporarily for repairs and refurbishing. This drive didn't boot up in the beginning and had other small issues. I will show in great detail how to take these things apar...]]></description>
            <content:encoded><![CDATA[<p>Another Commodore 4040 dual floppy disk drive ended up in my hands, but only temporarily for repairs and refurbishing. This drive didn't boot up in the beginning and had other small issues. I will show in great detail how to take these things apart and how to clean them and get them up to speed again.</p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="971832838" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/9f8445f6-f5f3-4ace-a808-1349a978da77?videoFileIds=27126"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/kGtpp7LDjxvUaCVjfFxGdp"/>
            <media:player url="https://peertube.v1.root42.de/w/kGtpp7LDjxvUaCVjfFxGdp"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/033820e6-1b63-409b-8bc5-b4725afe725e-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/a64aa63f-1bc7-483b-8522-cd1ce0953d85-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="33941715" url="https://peertube.v1.root42.de/static/web-videos/15d89fcf-2248-473e-a94c-4d2858acc56a-0.mp4" framerate="0" duration="2461" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="971832838" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/9f8445f6-f5f3-4ace-a808-1349a978da77/78fbe6af-1ce8-45ab-8ad9-b1d6ea3f9832-1080-fragmented.mp4" framerate="60" duration="2461" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/5dcb1ebe-b0ff-4fe5-870b-e95778ac0e9a.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Commodore 4040 Refurb</media:title>
            <media:description type="plain">Another Commodore 4040 dual floppy disk drive ended up in my hands, but only temporarily for repairs and refurbishing. This drive didn't boot up in the beginning and had other small issues. I will show in great detail how to take these things apar...</media:description>
        </item>
        <item>
            <title><![CDATA[Individual Computers C64 Smart Supply]]></title>
            <link>https://peertube.v1.root42.de/w/ihLBuboTL5KCHyeFfy9KuX</link>
            <guid>https://peertube.v1.root42.de/w/ihLBuboTL5KCHyeFfy9KuX</guid>
            <pubDate>Tue, 04 Aug 2026 11:07:33 GMT</pubDate>
            <description><![CDATA[The old C64 doorstop power supplies and their successors are a bit of a liability if you continue to use them nowadays. The internal voltage regulators like to die, and in the process they can destroy the C64 or worse. There are modern power sup...]]></description>
            <content:encoded><![CDATA[<p>The old C64 doorstop power supplies and their successors are a bit of a liability if you continue to use them nowadays. The internal voltage regulators like to die, and in the process they can destroy the C64 or worse. There are modern power supplies to replace them, but Individual Computers are now coming out with the "Commodore C64 Smart Supply", including official Commodore branding! And the sales pitch is that this is the best PSU you can get for your vintage C64. Let's take it for a test drive!</p>
<p>iComp PSU analysis (in German): <a href="https://forum.icomp.de/index.php?thread/4411-was-macht-ein-gutes-c64-netzteil-aus/" target="_blank" rel="noopener noreferrer">https://forum.icomp.de/index.php?thread/4411-was-macht-ein-gutes-c64-netzteil-aus/</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="893764732" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/8c02c024-4b39-4983-a443-2208bb0f0bdb?videoFileIds=26801"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/ihLBuboTL5KCHyeFfy9KuX"/>
            <media:player url="https://peertube.v1.root42.de/w/ihLBuboTL5KCHyeFfy9KuX"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/89b35265-d5ea-40ef-b105-ce5ff318113d-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/0ef83fb0-8915-4d17-a1d1-c138a8959fd5-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="34407864" url="https://peertube.v1.root42.de/static/web-videos/dd52eac5-3779-4af9-8225-c30edb319066-0.mp4" framerate="0" duration="2530" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="893764732" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/8c02c024-4b39-4983-a443-2208bb0f0bdb/91486fa7-be2f-4adc-bdb1-092cad2bcfdc-1080-fragmented.mp4" framerate="60" duration="2530" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/a934020a-1ff6-470c-a008-b3d9e4dc6223.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Individual Computers C64 Smart Supply</media:title>
            <media:description type="plain">The old C64 doorstop power supplies and their successors are a bit of a liability if you continue to use them nowadays. The internal voltage regulators like to die, and in the process they can destroy the C64 or worse. There are modern power sup...</media:description>
        </item>
        <item>
            <title><![CDATA[Let's Code MS DOS: 0x37 Rainbow Surf Analysis]]></title>
            <link>https://peertube.v1.root42.de/w/rbiHRbvDRuFt5YJbeW1YSg</link>
            <guid>https://peertube.v1.root42.de/w/rbiHRbvDRuFt5YJbeW1YSg</guid>
            <pubDate>Tue, 04 Aug 2026 11:03:37 GMT</pubDate>
            <description><![CDATA[This year's Revision demoparty had a surprising winner in the 256 byte compo. It was Rainbow Surf by Plex/BionFX and it is only 16 bytes long. That is short, very short. In fact, here is the code: c4 04 48 ab 26 03 45 ae  26 03 05 c1 e8 02 eb f2. ...]]></description>
            <content:encoded><![CDATA[<p>This year's Revision demoparty had a surprising winner in the 256 byte compo. It was Rainbow Surf by Plex/BionFX and it is only 16 bytes long. That is short, very short. In fact, here is the code: c4 04 48 ab 26 03 45 ae  26 03 05 c1 e8 02 eb f2. Let's dissect it!</p>
<p>Demozoo link: <a href="https://demozoo.org/productions/389794/" target="_blank" rel="noopener noreferrer">https://demozoo.org/productions/389794/</a><br />
Life 256: <a href="https://youtu.be/noNhtyEKeb0?si=00Dr4S2qcV6inS3z" target="_blank" rel="noopener noreferrer">https://youtu.be/noNhtyEKeb0?si=00Dr4S2qcV6inS3z</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="293361766" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/cbe4d352-266c-4512-b2c9-0c17b8364143?videoFileIds=26511"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/rbiHRbvDRuFt5YJbeW1YSg"/>
            <media:player url="https://peertube.v1.root42.de/w/rbiHRbvDRuFt5YJbeW1YSg"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/da48abf4-6ed5-40b1-9473-c5b9d22bfb63-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/84d757f2-1f5c-47d2-8f93-444bb4777d4d-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="23968179" url="https://peertube.v1.root42.de/static/web-videos/2a512d87-65b5-472a-ab1e-214bfdd9686e-0.mp4" framerate="0" duration="1779" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="293361766" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/cbe4d352-266c-4512-b2c9-0c17b8364143/ea42f27e-18f3-4c4e-9454-124c9d47791c-1080-fragmented.mp4" framerate="60" duration="1779" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/ab6b3fd4-e3c6-4aff-9034-63a7106d9e1b.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS: 0x37 Rainbow Surf Analysis</media:title>
            <media:description type="plain">This year's Revision demoparty had a surprising winner in the 256 byte compo. It was Rainbow Surf by Plex/BionFX and it is only 16 bytes long. That is short, very short. In fact, here is the code: c4 04 48 ab 26 03 45 ae  26 03 05 c1 e8 02 eb f2. ...</media:description>
        </item>
        <item>
            <title><![CDATA[1541 Differences]]></title>
            <link>https://peertube.v1.root42.de/w/b53fVsrHGJYDJwQdeZFmnq</link>
            <guid>https://peertube.v1.root42.de/w/b53fVsrHGJYDJwQdeZFmnq</guid>
            <pubDate>Tue, 04 Aug 2026 11:01:32 GMT</pubDate>
            <description><![CDATA[The 1541 was the ubiquitous floppy disk drive for the C64. The different drive revisions look very similar, but on the inside there are some significant differences. Not only did they use two different manufacturers for the mechanisms. But the mai...]]></description>
            <content:encoded><![CDATA[<p>The 1541 was the ubiquitous floppy disk drive for the C64. The different drive revisions look very similar, but on the inside there are some significant differences. Not only did they use two different manufacturers for the mechanisms. But the mainboards also had multiple revisions, and one particularly snarky little difference in the 1541C, which was only used on some of the drives that could make swapping parts between old drives very difficult.</p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="501217266" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/518bc0b5-a897-4287-8a13-4fd3b7fde272?videoFileIds=26359"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/b53fVsrHGJYDJwQdeZFmnq"/>
            <media:player url="https://peertube.v1.root42.de/w/b53fVsrHGJYDJwQdeZFmnq"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/0a0a15df-79c1-48db-ad01-4155b446bac9-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/c70f78c4-f2ba-4eb8-9c8e-4abe98f1e9a1-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="17874005" url="https://peertube.v1.root42.de/static/web-videos/ad0a4000-378d-4a03-8b37-c120aed9fa75-0.mp4" framerate="0" duration="1312" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="501217266" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/518bc0b5-a897-4287-8a13-4fd3b7fde272/9edcfc58-9a33-4f46-bb97-f4c93297aacc-1080-fragmented.mp4" framerate="60" duration="1312" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/2b0a6457-c066-4ba5-925d-d7714eb9c3dc.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">1541 Differences</media:title>
            <media:description type="plain">The 1541 was the ubiquitous floppy disk drive for the C64. The different drive revisions look very similar, but on the inside there are some significant differences. Not only did they use two different manufacturers for the mechanisms. But the mai...</media:description>
        </item>
        <item>
            <title><![CDATA[TND232 Tandy Serial Port Soundcard]]></title>
            <link>https://peertube.v1.root42.de/w/v5ALiYR8q4ZiBiVsqgMiNw</link>
            <guid>https://peertube.v1.root42.de/w/v5ALiYR8q4ZiBiVsqgMiNw</guid>
            <pubDate>Tue, 04 Aug 2026 10:59:27 GMT</pubDate>
            <description><![CDATA[The Tandy 1000 and IBM PC Jr utilized the cheap Texas Instriuments SN76489 programmable sound generator. While it never caught on as a sound standard outside of these machines, many DOS games from the 1980s still supported this chip. What if you w...]]></description>
            <content:encoded><![CDATA[<p>The Tandy 1000 and IBM PC Jr utilized the cheap Texas Instriuments SN76489 programmable sound generator. While it never caught on as a sound standard outside of these machines, many DOS games from the 1980s still supported this chip. What if you wanted to listen to video game music using the original chip, no emulation, but you had only a serial or USB port? Well, now there is a solution for you!</p>
<p>Project page: <a href="https://www.retroianer.de/index.php/tnd232-serielle-und-usb-sn76489-tandy-soundkarte/" target="_blank" rel="noopener noreferrer">https://www.retroianer.de/index.php/tnd232-serielle-und-usb-sn76489-tandy-soundkarte/</a><br />
Source: <a href="https://github.com/matze79/TND232" target="_blank" rel="noopener noreferrer">https://github.com/matze79/TND232</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="428672954" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/eb7d6b97-1ee9-4b42-896f-66720860d7e6?videoFileIds=26213"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/v5ALiYR8q4ZiBiVsqgMiNw"/>
            <media:player url="https://peertube.v1.root42.de/w/v5ALiYR8q4ZiBiVsqgMiNw"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/101fe326-51ab-4d2e-83b6-a821656e9c70-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/e8abfd67-b609-4212-8fed-00013fb9ed79-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="20978945" url="https://peertube.v1.root42.de/static/web-videos/6ed1400a-bfaf-4fe5-9c37-0a4f9f7bc79e-0.mp4" framerate="0" duration="1532" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="428672954" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/eb7d6b97-1ee9-4b42-896f-66720860d7e6/2c63550e-323a-4d67-a906-06f42de60fa7-1080-fragmented.mp4" framerate="60" duration="1532" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/9ca3c424-a49f-49a7-801f-c84804d391f8.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">TND232 Tandy Serial Port Soundcard</media:title>
            <media:description type="plain">The Tandy 1000 and IBM PC Jr utilized the cheap Texas Instriuments SN76489 programmable sound generator. While it never caught on as a sound standard outside of these machines, many DOS games from the 1980s still supported this chip. What if you w...</media:description>
        </item>
        <item>
            <title><![CDATA[Floppy Disk Punch]]></title>
            <link>https://peertube.v1.root42.de/w/nErtoepcnEPx4n8PDqEJAt</link>
            <guid>https://peertube.v1.root42.de/w/nErtoepcnEPx4n8PDqEJAt</guid>
            <pubDate>Tue, 04 Aug 2026 10:57:16 GMT</pubDate>
            <description><![CDATA[Floppy Disk Punch Back in the 1980s floppy disks were expensive. And many early floppy disk drives were only single sided, which means they only had one read/write head and would only use one disk side. Both Commodore and Apple-II users quickly...]]></description>
            <content:encoded><![CDATA[<p>Floppy Disk Punch</p>
<p>Back in the 1980s floppy disks were expensive. And many early floppy disk drives were only single sided, which means they only had one read/write head and would only use one disk side. Both Commodore and Apple-II users quickly figured out that you could flip the disk around, if you punched a hole into the other side of the disk. This is a quick explanation on why this helped to double your disk capacity and some other differences between Commodore and IBM disk drives.</p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a><br />
Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="228023068" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/af6ddf74-bca4-42ec-970d-de31fbc79187?videoFileIds=26040"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/nErtoepcnEPx4n8PDqEJAt"/>
            <media:player url="https://peertube.v1.root42.de/w/nErtoepcnEPx4n8PDqEJAt"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/f6e692e1-6b6f-4001-bcbc-72c16dc8c3d8-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/1a884df5-a8be-4bb1-9cd2-26192ae417b8-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="9193090" url="https://peertube.v1.root42.de/static/web-videos/935e8d77-3f72-4d71-a4fb-4deed1f9aa98-0.mp4" framerate="0" duration="687" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="228023068" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/af6ddf74-bca4-42ec-970d-de31fbc79187/ac0aaf28-d992-437d-b30e-21b26dd4fd2b-1080-fragmented.mp4" framerate="60" duration="687" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/eb0abdce-b5d5-4252-9a0a-3e45d7ca9aec.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Floppy Disk Punch</media:title>
            <media:description type="plain">Floppy Disk Punch Back in the 1980s floppy disks were expensive. And many early floppy disk drives were only single sided, which means they only had one read/write head and would only use one disk side. Both Commodore and Apple-II users quickly...</media:description>
        </item>
        <item>
            <title><![CDATA[Let's Code MS DOS 0x36: Sprites and Occlusion]]></title>
            <link>https://peertube.v1.root42.de/w/qTtXVoAkHJ2Fu256Pwtbec</link>
            <guid>https://peertube.v1.root42.de/w/qTtXVoAkHJ2Fu256Pwtbec</guid>
            <pubDate>Tue, 04 Aug 2026 10:56:19 GMT</pubDate>
            <description><![CDATA[In the last video we learned how to make 2D sprites with transparency and scaling. This time around we also make our Guybrush automatically scale with the background, limit his ability to move into nonsensical parts of the scene, and most importan...]]></description>
            <content:encoded><![CDATA[<p>In the last video we learned how to make 2D sprites with transparency and scaling. This time around we also make our Guybrush automatically scale with the background, limit his ability to move into nonsensical parts of the scene, and most important: Walk in front and behind objects.</p>
<p>Source Code: <a href="https://codeberg.org/root42/VSPRITES/src/branch/feature/mask-and-scaling" target="_blank" rel="noopener noreferrer">https://codeberg.org/root42/VSPRITES/src/branch/feature/mask-and-scaling</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="220268222" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/c98b7e5e-5e7a-4b22-bb76-6cface4d8f1d?videoFileIds=25963"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/qTtXVoAkHJ2Fu256Pwtbec"/>
            <media:player url="https://peertube.v1.root42.de/w/qTtXVoAkHJ2Fu256Pwtbec"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/1af86fa7-04a6-4ba0-8342-05aad9c8837c-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/a065962c-0939-48c1-9ec3-3846a9b1729d-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="29071508" url="https://peertube.v1.root42.de/static/web-videos/0f303c2c-3523-40f0-8dac-7fc8d9ead502-0.mp4" framerate="0" duration="1826" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="220268222" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/c98b7e5e-5e7a-4b22-bb76-6cface4d8f1d/06f111ae-86a6-4dd2-adf6-cdc83fa2d5e4-1080-fragmented.mp4" framerate="60" duration="1826" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/7ca88aac-7c05-45d0-9c51-ab3abe5ffa35.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS 0x36: Sprites and Occlusion</media:title>
            <media:description type="plain">In the last video we learned how to make 2D sprites with transparency and scaling. This time around we also make our Guybrush automatically scale with the background, limit his ability to move into nonsensical parts of the scene, and most importan...</media:description>
        </item>
        <item>
            <title><![CDATA[Let's Code MS DOS 0x35: Sprites & Scaling]]></title>
            <link>https://peertube.v1.root42.de/w/8j9XmpB8GxsuBepe23jZSU</link>
            <guid>https://peertube.v1.root42.de/w/8j9XmpB8GxsuBepe23jZSU</guid>
            <pubDate>Tue, 04 Aug 2026 10:54:25 GMT</pubDate>
            <description><![CDATA[Adventure games like Monkey Island utilized sprites that could be moved and scaled arbitrarily on the screen. How does this work on a machine that doesn't have support hardware sprites? We will work our way from simple sprites with no transparency...]]></description>
            <content:encoded><![CDATA[<p>Adventure games like Monkey Island utilized sprites that could be moved and scaled arbitrarily on the screen. How does this work on a machine that doesn't have support hardware sprites? We will work our way from simple sprites with no transparency, to ones that are clipped, have transparency and can be scaled down arbitrarily.</p>
<p>Source Code: <a href="https://codeberg.org/root42/VSPRITES" target="_blank" rel="noopener noreferrer">https://codeberg.org/root42/VSPRITES</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="564071803" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/3b38e075-4428-4cc1-aee3-ad4212816cdc?videoFileIds=25806"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/8j9XmpB8GxsuBepe23jZSU"/>
            <media:player url="https://peertube.v1.root42.de/w/8j9XmpB8GxsuBepe23jZSU"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/30c7b816-145d-4cd3-b3c7-ba8b10603879-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/680f6a0d-191b-472d-9aa7-53955029cfb0-2304-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="43051206" url="https://peertube.v1.root42.de/static/web-videos/93af799d-f027-4122-950e-2ce610d77103-0.mp4" framerate="0" duration="2721" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="2304" fileSize="564071803" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/3b38e075-4428-4cc1-aee3-ad4212816cdc/8fc9b906-40f2-4802-abbb-11a34db432f3-2304-fragmented.mp4" framerate="60" duration="2721" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/d8b26593-9f92-4e01-aca7-af6f13c39099.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS 0x35: Sprites &amp; Scaling</media:title>
            <media:description type="plain">Adventure games like Monkey Island utilized sprites that could be moved and scaled arbitrarily on the screen. How does this work on a machine that doesn't have support hardware sprites? We will work our way from simple sprites with no transparency...</media:description>
        </item>
        <item>
            <title><![CDATA[Let's Code MS DOS 0x34: VGA Blending]]></title>
            <link>https://peertube.v1.root42.de/w/eXwh1XPdi1ixdC8p7iePUj</link>
            <guid>https://peertube.v1.root42.de/w/eXwh1XPdi1ixdC8p7iePUj</guid>
            <pubDate>Tue, 04 Aug 2026 10:50:38 GMT</pubDate>
            <description><![CDATA[The VGA card can display up to 256 colors on the screen at the same time, using an indexed 8 bit color mode. This is not much, but it allows us to fade two 16 color images into each other. This looks pretty nifty! Source Code: https://codeberg....]]></description>
            <content:encoded><![CDATA[<p>The VGA card can display up to 256 colors on the screen at the same time, using an indexed 8 bit color mode. This is not much, but it allows us to fade two 16 color images into each other. This looks pretty nifty!</p>
<p>Source Code: <a href="https://codeberg.org/root42/VGABLEND" target="_blank" rel="noopener noreferrer">https://codeberg.org/root42/VGABLEND</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="189270351" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/71075e46-e1de-490d-88e4-c2058e7c028e?videoFileIds=25556"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/eXwh1XPdi1ixdC8p7iePUj"/>
            <media:player url="https://peertube.v1.root42.de/w/eXwh1XPdi1ixdC8p7iePUj"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/597a922d-42a8-4e36-b05e-6a59971b78dd-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/920461fe-6cf7-419e-a8a0-58097a5bc2da-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="21056489" url="https://peertube.v1.root42.de/static/web-videos/cb021b2d-79fa-4cbd-bda3-ed646455f231-0.mp4" framerate="0" duration="1543" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="189270351" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/71075e46-e1de-490d-88e4-c2058e7c028e/9c88af11-9c57-4570-846c-c3eb01d41df8-1080-fragmented.mp4" framerate="24" duration="1543" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/4dee9026-eb16-4414-a8a0-55224d11b9b0.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS 0x34: VGA Blending</media:title>
            <media:description type="plain">The VGA card can display up to 256 colors on the screen at the same time, using an indexed 8 bit color mode. This is not much, but it allows us to fade two 16 color images into each other. This looks pretty nifty! Source Code: https://codeberg....</media:description>
        </item>
        <item>
            <title><![CDATA[The OneROM Versatile ROM Emulator]]></title>
            <link>https://peertube.v1.root42.de/w/q7QF8v6ejkAvn65SZ69iz5</link>
            <guid>https://peertube.v1.root42.de/w/q7QF8v6ejkAvn65SZ69iz5</guid>
            <pubDate>Tue, 04 Aug 2026 10:49:06 GMT</pubDate>
            <description><![CDATA[The old home computers like the C64, PET and VIC20 use a lot of 24 pin ROM chips. Many of those are failing and are often replaced with EPROMs and adapter boards. Those are sometimes hard to acquire, especially for older machines such as the PET. ...]]></description>
            <content:encoded><![CDATA[<p>The old home computers like the C64, PET and VIC20 use a lot of 24 pin ROM chips. Many of those are failing and are often replaced with EPROMs and adapter boards. Those are sometimes hard to acquire, especially for older machines such as the PET. But even more common EPROMs require a dedicated UV eraser, programmer like the Minipro, which all adds up. The OneROM is a versatile replacement for EPROMs based on the RP2350 MCU. It allows for easy reprogramming, multiple ROM images and can replace up to three ROM chips in a single system. Oh, and it's open source!</p>
<p>Piers' channel: <a href="https://www.youtube.com/@piers_rocks" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@piers_rocks</a><br />
Project page: <a href="https://onerom.org" target="_blank" rel="noopener noreferrer">https://onerom.org</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="573397435" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/c34fc98a-d699-4c4d-985d-b5269f996792?videoFileIds=25445"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/q7QF8v6ejkAvn65SZ69iz5"/>
            <media:player url="https://peertube.v1.root42.de/w/q7QF8v6ejkAvn65SZ69iz5"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/1d871e29-5d5b-49ef-9a93-3203bf50e491-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/e1a7eabc-ca1d-4298-996d-835c55925961-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="26172873" url="https://peertube.v1.root42.de/static/web-videos/d6c3652c-2204-4835-af3f-471bc245f973-0.mp4" framerate="0" duration="1935" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="573397435" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/c34fc98a-d699-4c4d-985d-b5269f996792/3ac98006-aec0-4ede-a625-f7cab3456c8b-1080-fragmented.mp4" framerate="60" duration="1935" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/e063ab5f-4cfc-4475-a1de-c0ecb5c07cae.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">The OneROM Versatile ROM Emulator</media:title>
            <media:description type="plain">The old home computers like the C64, PET and VIC20 use a lot of 24 pin ROM chips. Many of those are failing and are often replaced with EPROMs and adapter boards. Those are sometimes hard to acquire, especially for older machines such as the PET. ...</media:description>
        </item>
        <item>
            <title><![CDATA[Let's Code MS DOS: 0x33 PowerBasic 3D Starfield]]></title>
            <link>https://peertube.v1.root42.de/w/vYb1fkdcfK1cx7RHsLRheF</link>
            <guid>https://peertube.v1.root42.de/w/vYb1fkdcfK1cx7RHsLRheF</guid>
            <pubDate>Tue, 04 Aug 2026 10:46:17 GMT</pubDate>
            <description><![CDATA[Every year around Christmas we return to the roots. To PowerBasic instead of Turbo C! As Christmas is already over, we do something that is also befitting New Year's Eve: a classic 3D starfield! With some EGA/VGA palette tricks, to make the stars ...]]></description>
            <content:encoded><![CDATA[<p>Every year around Christmas we return to the roots. To PowerBasic instead of Turbo C! As Christmas is already over, we do something that is also befitting New Year's Eve: a classic 3D starfield! With some EGA/VGA palette tricks, to make the stars appear smoother!</p>
<p>Source Code: <a href="https://codeberg.org/root42/pbstars" target="_blank" rel="noopener noreferrer">https://codeberg.org/root42/pbstars</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="185812338" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/f2b0d66d-3853-4126-b6f4-2781166772c1?videoFileIds=25309"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/vYb1fkdcfK1cx7RHsLRheF"/>
            <media:player url="https://peertube.v1.root42.de/w/vYb1fkdcfK1cx7RHsLRheF"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/9f3cbf5c-09d4-4222-8c30-23bfce5ca99b-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/d0629e2c-a2a5-441f-a4f5-3fd14b6838d4-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="31071009" url="https://peertube.v1.root42.de/static/web-videos/b2607c3d-d24b-4e82-8345-19b81852185b-0.mp4" framerate="0" duration="1962" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="185812338" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/f2b0d66d-3853-4126-b6f4-2781166772c1/034bc78f-5ed2-4d7b-bb3f-86f016a33239-1080-fragmented.mp4" framerate="60" duration="1962" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/99af797b-ee5b-4ce2-a7b0-55f796a9adc7.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS: 0x33 PowerBasic 3D Starfield</media:title>
            <media:description type="plain">Every year around Christmas we return to the roots. To PowerBasic instead of Turbo C! As Christmas is already over, we do something that is also befitting New Year's Eve: a classic 3D starfield! With some EGA/VGA palette tricks, to make the stars ...</media:description>
        </item>
        <item>
            <title><![CDATA[Commodore 4040 Disk Drive Repair]]></title>
            <link>https://peertube.v1.root42.de/w/su24aZGofLefUhrsK2uqUM</link>
            <guid>https://peertube.v1.root42.de/w/su24aZGofLefUhrsK2uqUM</guid>
            <pubDate>Tue, 04 Aug 2026 10:44:18 GMT</pubDate>
            <description><![CDATA[We have another Commodore IEEE-488 dual disk drive. It is the predecessor of the 8050 and it is almost compatible with the 1541, the C64's disk drive. This specimen doesn't work, its drives look quite mangled. So let's fix it! But it is never that...]]></description>
            <content:encoded><![CDATA[<p>We have another Commodore IEEE-488 dual disk drive. It is the predecessor of the 8050 and it is almost compatible with the 1541, the C64's disk drive. This specimen doesn't work, its drives look quite mangled. So let's fix it! But it is never that easy...</p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="517166540" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/d67714a8-ac4a-4286-af80-f0aeb6a4b3a5?videoFileIds=25254"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/su24aZGofLefUhrsK2uqUM"/>
            <media:player url="https://peertube.v1.root42.de/w/su24aZGofLefUhrsK2uqUM"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/45566894-5515-4215-8946-abb40d3cf620-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/ccc9c67f-2b66-4d5a-89b0-8c05e4b0c90b-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="23751403" url="https://peertube.v1.root42.de/static/web-videos/49b5b149-9a88-4173-9449-a93f8c7b3c3c-0.mp4" framerate="0" duration="1697" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="517166540" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/d67714a8-ac4a-4286-af80-f0aeb6a4b3a5/2ef67702-4982-4ea3-a7fa-52dad07f0b35-1080-fragmented.mp4" framerate="60" duration="1697" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/973948a3-be6c-4b1b-8b61-87c3cabbacf4.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Commodore 4040 Disk Drive Repair</media:title>
            <media:description type="plain">We have another Commodore IEEE-488 dual disk drive. It is the predecessor of the 8050 and it is almost compatible with the 1541, the C64's disk drive. This specimen doesn't work, its drives look quite mangled. So let's fix it! But it is never that...</media:description>
        </item>
        <item>
            <title><![CDATA[Let's Code MS DOS: 0x32 VGA Split Screen]]></title>
            <link>https://peertube.v1.root42.de/w/8XsH2bF5TnPpGSi7NKsSMy</link>
            <guid>https://peertube.v1.root42.de/w/8XsH2bF5TnPpGSi7NKsSMy</guid>
            <pubDate>Tue, 04 Aug 2026 10:41:54 GMT</pubDate>
            <description><![CDATA[A couple of games back in the 1990s utilised the VGA split screen functionality to enable things that were otherwise only possible on more capable machines, like the Amiga. The VGA split screen allowed games such as Jazz Jackrabbit or Pinball Fa...]]></description>
            <content:encoded><![CDATA[<p>A couple of games back in the 1990s utilised the VGA split screen functionality to enable things that were otherwise only possible on more capable machines, like the Amiga. The VGA split screen allowed games such as Jazz Jackrabbit or Pinball Fantasies to display a static status bar at the bottom of the screen, while the rest of the screen was smoothly scrolling in two or more directions. In this video I will show how this is possible, and which VGA registers to program with the appropriate values.</p>
<p>Source Code: <a href="https://codeberg.org/root42/vgasplit" target="_blank" rel="noopener noreferrer">https://codeberg.org/root42/vgasplit</a><br />
CRTC Documentation: <a href="http://www.osdever.net/FreeVGA/vga/crtcreg.htm" target="_blank" rel="noopener noreferrer">http://www.osdever.net/FreeVGA/vga/crtcreg.htm</a></p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="210221054" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/406e563e-db40-413f-aaa6-9083490935da?videoFileIds=24884"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/8XsH2bF5TnPpGSi7NKsSMy"/>
            <media:player url="https://peertube.v1.root42.de/w/8XsH2bF5TnPpGSi7NKsSMy"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/9bd6648d-0b4f-4e09-b1be-8d6791e872c3-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/a395f639-89e0-424a-9701-7ba5847c5b66-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="32303541" url="https://peertube.v1.root42.de/static/web-videos/e1ad72f2-e5d2-45bc-8caa-4cb442efc9ef-0.mp4" framerate="0" duration="1934" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="210221054" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/406e563e-db40-413f-aaa6-9083490935da/d98463c1-1221-43be-abfa-29eedb4dcfdb-1080-fragmented.mp4" framerate="60" duration="1934" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/8a182e92-d2b6-4535-81eb-65f306065ce8.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS: 0x32 VGA Split Screen</media:title>
            <media:description type="plain">A couple of games back in the 1990s utilised the VGA split screen functionality to enable things that were otherwise only possible on more capable machines, like the Amiga. The VGA split screen allowed games such as Jazz Jackrabbit or Pinball Fa...</media:description>
        </item>
        <item>
            <title><![CDATA[Commodore SFD-1001 Repair]]></title>
            <link>https://peertube.v1.root42.de/w/qdJkjcCgz75HrAmiK8kkNv</link>
            <guid>https://peertube.v1.root42.de/w/qdJkjcCgz75HrAmiK8kkNv</guid>
            <pubDate>Tue, 04 Aug 2026 10:40:10 GMT</pubDate>
            <description><![CDATA[Another dead floppy drive has landed on my desk. I was told that "the motor isn't working". That can have different causes, but let's find out what the actual problem is. I never worked on one of these drives before, but they are related to the CB...]]></description>
            <content:encoded><![CDATA[<p>Another dead floppy drive has landed on my desk. I was told that "the motor isn't working". That can have different causes, but let's find out what the actual problem is. I never worked on one of these drives before, but they are related to the CBM 8050, a drive that I like very much.</p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="1378457513" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/c422577a-b013-46a1-9f06-5c0b2f6c1ebd?videoFileIds=24486"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/qdJkjcCgz75HrAmiK8kkNv"/>
            <media:player url="https://peertube.v1.root42.de/w/qdJkjcCgz75HrAmiK8kkNv"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/489f6674-08b7-4edc-aae8-4508addc5bb8-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/4c7df872-1fd7-4969-b0ea-1461b7b709e8-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="66959490" url="https://peertube.v1.root42.de/static/web-videos/d261787d-8afd-4416-823e-92a8a34c386a-0.mp4" framerate="0" duration="4145" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="1378457513" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/c422577a-b013-46a1-9f06-5c0b2f6c1ebd/acd7f561-1180-4d0f-8b8a-2c04a5b70a32-1080-fragmented.mp4" framerate="50" duration="4145" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/59f2485e-c7e4-4f6d-96dd-d36dd88bbf1f.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Commodore SFD-1001 Repair</media:title>
            <media:description type="plain">Another dead floppy drive has landed on my desk. I was told that "the motor isn't working". That can have different causes, but let's find out what the actual problem is. I never worked on one of these drives before, but they are related to the CB...</media:description>
        </item>
        <item>
            <title><![CDATA[Commodore 1541 Repair: Spin Me Round]]></title>
            <link>https://peertube.v1.root42.de/w/nFrKvAwLgDn7tbK5yfUtxj</link>
            <guid>https://peertube.v1.root42.de/w/nFrKvAwLgDn7tbK5yfUtxj</guid>
            <pubDate>Tue, 04 Aug 2026 10:34:05 GMT</pubDate>
            <description><![CDATA[We have another dead 1541 floppy disk drive on the bench today. It is an infinitely spinning drive, so it means that somehow the drive is not booting. But what might be the cause...? Join me on Mastodon: https://chaos.social/@root42 Support ...]]></description>
            <content:encoded><![CDATA[<p>We have another dead 1541 floppy disk drive on the bench today. It is an infinitely spinning drive, so it means that somehow the drive is not booting. But what might be the cause...?</p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Support me on Patreon: <a href="https://www.patreon.com/root42" target="_blank" rel="noopener noreferrer">https://www.patreon.com/root42</a><br />
Support me on Ko-Fi: <a href="https://ko-fi.com/root42" target="_blank" rel="noopener noreferrer">https://ko-fi.com/root42</a><br />
Support me on PayPal: <a href="https://paypal.me/ArneSchmitz" target="_blank" rel="noopener noreferrer">https://paypal.me/ArneSchmitz</a><br />
Support me on YouTube: <a href="https://www.youtube.com/channel/UCPjFa_UZBUDzdJTIEdyGjIQ/join" target="_blank" rel="noopener noreferrer">https://www.youtube.com/channel/UCPjFa_UZBUDzdJTIEdyGjIQ/join</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="972023297" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/af91c9ba-6109-4934-af60-7abcf4e09964?videoFileIds=22940"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/nFrKvAwLgDn7tbK5yfUtxj"/>
            <media:player url="https://peertube.v1.root42.de/w/nFrKvAwLgDn7tbK5yfUtxj"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/6663b9de-6f64-4573-8074-b6d64a2601d5-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/1cb51cca-eb1d-47f5-aba0-2eb7c0da516c-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="51882323" url="https://peertube.v1.root42.de/static/web-videos/988d19b6-4096-487c-9fe3-34fcde6d6ccc-0.mp4" framerate="0" duration="3216" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="972023297" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/af91c9ba-6109-4934-af60-7abcf4e09964/daad2195-f8a6-49c6-80df-4daa5abcc8bd-1080-fragmented.mp4" framerate="60" duration="3216" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/5c3b750a-37cb-4720-9cd1-231923685195.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Commodore 1541 Repair: Spin Me Round</media:title>
            <media:description type="plain">We have another dead 1541 floppy disk drive on the bench today. It is an infinitely spinning drive, so it means that somehow the drive is not booting. But what might be the cause...? Join me on Mastodon: https://chaos.social/@root42 Support ...</media:description>
        </item>
        <item>
            <title><![CDATA[Double Trouble: C64 and 1541 Repair]]></title>
            <link>https://peertube.v1.root42.de/w/q3XnMUGNcnDcBxZ9wXWPUL</link>
            <guid>https://peertube.v1.root42.de/w/q3XnMUGNcnDcBxZ9wXWPUL</guid>
            <pubDate>Tue, 04 Aug 2026 10:29:32 GMT</pubDate>
            <description><![CDATA[I have two dead Commodore devices here, that a user asked me to repair. A 1541 floppy disk drive and a bread bin C64. The drive's motor spins indefinitely and the LEDs don't come on. The C64 has a black screen. So let's get cracking, and repair bo...]]></description>
            <content:encoded><![CDATA[<p>I have two dead Commodore devices here, that a user asked me to repair. A 1541 floppy disk drive and a bread bin C64. The drive's motor spins indefinitely and the LEDs don't come on. The C64 has a black screen. So let's get cracking, and repair both! With the C64 I made a couple of wrong turns, but in the end all turned out well! The 1541 had some other idea in store for me, and turned out to be a bit on the spiritual side...</p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="931875269" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/c2c4f11e-de74-4324-941b-15660f968ab0?videoFileIds=21921"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/q3XnMUGNcnDcBxZ9wXWPUL"/>
            <media:player url="https://peertube.v1.root42.de/w/q3XnMUGNcnDcBxZ9wXWPUL"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/00855ab4-4e57-4999-9ac4-803d34e22c96-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/6c3d66ff-7ec3-457c-aa5b-b0abec6da314-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="47833025" url="https://peertube.v1.root42.de/static/web-videos/8853c036-19a1-4ae5-89c3-68ea890ae40a-0.mp4" framerate="0" duration="2960" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="931875269" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/c2c4f11e-de74-4324-941b-15660f968ab0/10bc8be0-ca40-457c-8e75-349e68564393-1080-fragmented.mp4" framerate="60" duration="2960" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/07089ee7-cfc5-4c6a-bbc5-84bd43082587.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Double Trouble: C64 and 1541 Repair</media:title>
            <media:description type="plain">I have two dead Commodore devices here, that a user asked me to repair. A 1541 floppy disk drive and a bread bin C64. The drive's motor spins indefinitely and the LEDs don't come on. The C64 has a black screen. So let's get cracking, and repair bo...</media:description>
        </item>
        <item>
            <title><![CDATA[The Horror: GameBoy Backlight Mod]]></title>
            <link>https://peertube.v1.root42.de/w/98DX1YmS3rEFysrPXZG6vz</link>
            <guid>https://peertube.v1.root42.de/w/98DX1YmS3rEFysrPXZG6vz</guid>
            <pubDate>Tue, 04 Aug 2026 10:25:19 GMT</pubDate>
            <description><![CDATA[The original GameBoy (DMG) had not the best LCD display that one could wish for. Most importantly it was a reflective only display, which required substantial amounts of external light to be visible. A friend sent me their DMG with the request to ...]]></description>
            <content:encoded><![CDATA[<p>The original GameBoy (DMG) had not the best LCD display that one could wish for. Most importantly it was a reflective only display, which required substantial amounts of external light to be visible. A friend sent me their DMG with the request to install an LED backlight mod. I thought: how hard can it be? Well, you be the judge of it...</p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Support me on Patreon: <a href="https://www.patreon.com/root42" target="_blank" rel="noopener noreferrer">https://www.patreon.com/root42</a><br />
Support me on Ko-Fi: <a href="https://ko-fi.com/root42" target="_blank" rel="noopener noreferrer">https://ko-fi.com/root42</a><br />
Support me on PayPal: <a href="https://paypal.me/ArneSchmitz" target="_blank" rel="noopener noreferrer">https://paypal.me/ArneSchmitz</a><br />
Support me on YouTube: <a href="https://www.youtube.com/channel/UCPjFa_UZBUDzdJTIEdyGjIQ/join" target="_blank" rel="noopener noreferrer">https://www.youtube.com/channel/UCPjFa_UZBUDzdJTIEdyGjIQ/join</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="931741705" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/41dab3ca-2f9f-462c-a13d-474fb5d3eed7?videoFileIds=20265"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/98DX1YmS3rEFysrPXZG6vz"/>
            <media:player url="https://peertube.v1.root42.de/w/98DX1YmS3rEFysrPXZG6vz"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/e51d7116-aec2-4232-b210-b3bc54a6626e-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/8d45fbbf-f3fa-46d0-a5cf-2fdfcb5315d0-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="35443819" url="https://peertube.v1.root42.de/static/web-videos/189b1091-c387-4036-9f47-7ed65b2ff5ec-0.mp4" framerate="0" duration="2194" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="931741705" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/41dab3ca-2f9f-462c-a13d-474fb5d3eed7/eadf1808-e40d-453e-a334-79bd2303a52a-1080-fragmented.mp4" framerate="60" duration="2194" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/d3c527ce-9f26-4830-9d88-1df303ccf7ce.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">The Horror: GameBoy Backlight Mod</media:title>
            <media:description type="plain">The original GameBoy (DMG) had not the best LCD display that one could wish for. Most importantly it was a reflective only display, which required substantial amounts of external light to be visible. A friend sent me their DMG with the request to ...</media:description>
        </item>
        <item>
            <title><![CDATA[Let's Code MS DOS 0x31: ANSI C Data Types]]></title>
            <link>https://peertube.v1.root42.de/w/u4nJNNEBQPepdLU8NcJE2b</link>
            <guid>https://peertube.v1.root42.de/w/u4nJNNEBQPepdLU8NcJE2b</guid>
            <pubDate>Tue, 04 Aug 2026 10:21:41 GMT</pubDate>
            <description><![CDATA[The C programming language has only few builtin data types. But for a beginner those can be a bit confusing. So we will have a look at what data types are offered, and what kind of new datatypes you can build with C. Source Code: https://codeb...]]></description>
            <content:encoded><![CDATA[<p>The C programming language has only few builtin data types. But for a beginner those can be a bit confusing. So we will have a look at what data types are offered, and what kind of new datatypes you can build with C.</p>
<p>Source Code: <a href="https://codeberg.org/root42/turboc-types" target="_blank" rel="noopener noreferrer">https://codeberg.org/root42/turboc-types</a></p>
<p>Join me on Mastodon: <a href="https://chaos.social/@root42" target="_blank" rel="noopener noreferrer">https://chaos.social/@root42</a></p>
<p>Support me on Patreon: <a href="https://www.patreon.com/root42" target="_blank" rel="noopener noreferrer">https://www.patreon.com/root42</a><br />
Support me on Ko-Fi: <a href="https://ko-fi.com/root42" target="_blank" rel="noopener noreferrer">https://ko-fi.com/root42</a><br />
Support me on PayPal: <a href="https://paypal.me/ArneSchmitz" target="_blank" rel="noopener noreferrer">https://paypal.me/ArneSchmitz</a><br />
Support me on YouTube: <a href="https://www.youtube.com/channel/UCPjFa_UZBUDzdJTIEdyGjIQ/join" target="_blank" rel="noopener noreferrer">https://www.youtube.com/channel/UCPjFa_UZBUDzdJTIEdyGjIQ/join</a></p>
<p>Music: A Little Wonder by Spino2006</p>
]]></content:encoded>
            <dc:creator>root42</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="123327820" type="video/mp4" url="https://peertube.v1.root42.de/download/videos/generate/e33882a5-a114-45ae-900f-5ea6002b965c?videoFileIds=18739"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.v1.root42.de/videos/embed/u4nJNNEBQPepdLU8NcJE2b"/>
            <media:player url="https://peertube.v1.root42.de/w/u4nJNNEBQPepdLU8NcJE2b"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/98a51976-b0c0-412f-81f6-006c3f4962e1-0.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.v1.root42.de/lazy-static/torrents/16d20870-5830-43c1-99b8-f4583149e5f2-1080-hls.torrent" isDefault="false"/>
                <media:content type="audio/mp4" medium="video" height="0" fileSize="24246145" url="https://peertube.v1.root42.de/static/web-videos/4b5e10b8-27e2-40c4-86cb-d40fbf090320-0.mp4" framerate="0" duration="1465" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="1080" fileSize="123327820" url="https://peertube.v1.root42.de/static/streaming-playlists/hls/e33882a5-a114-45ae-900f-5ea6002b965c/ac3485a5-256b-4468-9be8-de4224caf6fe-1080-fragmented.mp4" framerate="60" duration="1465" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.v1.root42.de/lazy-static/thumbnails/5dd69e9b-4786-4155-9a9d-e043279d54ac.jpg" height="1400" width="1400"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Let's Code MS DOS 0x31: ANSI C Data Types</media:title>
            <media:description type="plain">The C programming language has only few builtin data types. But for a beginner those can be a bit confusing. So we will have a look at what data types are offered, and what kind of new datatypes you can build with C. Source Code: https://codeb...</media:description>
        </item>
    </channel>
</rss>