<?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>The Civilized Gamer</title>
        <link>https://peertube.civl.cc/c/thecivilizedgamer/videos</link>
        <description>A place to upload video clips that I want to share, but are too large to send via other means.</description>
        <lastBuildDate>Fri, 11 Sep 2026 05:43:59 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube.civl.cc</generator>
        <image>
            <title>The Civilized Gamer</title>
            <url>https://peertube.civl.cc/lazy-static/avatars/fa07bfa7-d2c0-4aa7-9ae5-07e2a3e104e9.png</url>
            <link>https://peertube.civl.cc/c/thecivilizedgamer/videos</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube.civl.cc/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube.civl.cc/feeds/videos.xml?videoChannelId=2" rel="self" type="application/rss+xml"/>
        <podcast:txt purpose="p20url">https://peertube.civl.cc/feeds/podcast/videos.xml?videoChannelId=2</podcast:txt>
        <item>
            <title><![CDATA[Bad Apple on ESP32]]></title>
            <link>https://peertube.civl.cc/w/hrvAUMFBqfv2a8BPFmPPAe</link>
            <guid>https://peertube.civl.cc/w/hrvAUMFBqfv2a8BPFmPPAe</guid>
            <pubDate>Sun, 06 Sep 2026 00:44:49 GMT</pubDate>
            <description><![CDATA[This isn't anything groundbreaking, but I did face a lot of challenges trying to figure out the best way to store the video data in a format where it would fit on the ESP32s' limited flash memory. I ended up using Run Length Encoding, and storing ...]]></description>
            <content:encoded><![CDATA[<p>This isn't anything groundbreaking, but I did face a lot of challenges trying to figure out the best way to store the video data in a format where it would fit on the ESP32s' limited flash memory. I ended up using Run Length Encoding, and storing it as a list of arrays since working with binary would have been a hassle. I was barely able to eke out a 30 FPS refresh rate while dropping around 5% of frames total. Not bad, though switching to binary and/or using  C instead of Micro Python would have made it easy-peasy to get the processing/writing done in well under 33 ms.</p>
<p>The board is an ESP32-S3-n16r8, the board is an SSD1306 with a resolution of 128x64.</p>
<p>Official music video by Alstromeria Records, feat. nomico: <a href="https://www.youtube.com/watch?v=i41KoE0iMYU" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=i41KoE0iMYU</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="19588292" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/85220e3d-a582-4f52-99bf-708481ea6195?videoFileIds=32833"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/hrvAUMFBqfv2a8BPFmPPAe"/>
            <media:player url="https://peertube.civl.cc/w/hrvAUMFBqfv2a8BPFmPPAe"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/6c7c1bb1-09a3-49eb-8118-161bde12ba4e-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/b9c9dd54-b06f-4fc9-b92e-6ae739316289-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/6a8cd044-5afb-4a1b-b997-1a3fecc84ee5-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="19588292" url="https://peertube.s3.civl.cc/hls/85220e3d-a582-4f52-99bf-708481ea6195/ed228ccf-130b-4fc0-aad8-667b849a6069-720-fragmented.mp4" framerate="30" duration="220" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="12216752" url="https://peertube.s3.civl.cc/hls/85220e3d-a582-4f52-99bf-708481ea6195/4c290a66-04f7-4fe4-8790-1e744e513743-480-fragmented.mp4" framerate="30" duration="220" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="7025054" url="https://peertube.s3.civl.cc/hls/85220e3d-a582-4f52-99bf-708481ea6195/718bd0a3-4884-4ae8-ac6c-e97fd0429ef5-240-fragmented.mp4" framerate="30" duration="220" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/a833a6bd-f633-4b09-80d6-a9dfa7344f2f.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/3e34484e-f09e-4934-82c4-0174c4716133.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Bad Apple on ESP32</media:title>
            <media:description type="plain">This isn't anything groundbreaking, but I did face a lot of challenges trying to figure out the best way to store the video data in a format where it would fit on the ESP32s' limited flash memory. I ended up using Run Length Encoding, and storing ...</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Home Haruka no Undoukai by DJ-Technetium]]></title>
            <link>https://peertube.civl.cc/w/o5nj47UjzPPVz4N7d1YxvX</link>
            <guid>https://peertube.civl.cc/w/o5nj47UjzPPVz4N7d1YxvX</guid>
            <pubDate>Tue, 16 Jun 2026 06:12:31 GMT</pubDate>
            <description><![CDATA[This song exists to make me suffer. I can't find an official upload of this song anywhere, but as far as I can tell, this is the artist's Spotify page: https://open.spotify.com/artist/4BM0uHZgx8RK5O49Ic3BsP]]></description>
            <content:encoded><![CDATA[<p>This song exists to make me suffer. I can't find an official upload of this song anywhere, but as far as I can tell, this is the artist's Spotify page: <a href="https://open.spotify.com/artist/4BM0uHZgx8RK5O49Ic3BsP" target="_blank" rel="noopener noreferrer">https://open.spotify.com/artist/4BM0uHZgx8RK5O49Ic3BsP</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="100428607" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/b2c528bd-40cf-4dfb-872e-8d6bd44b5be5?videoFileIds=32828"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/o5nj47UjzPPVz4N7d1YxvX"/>
            <media:player url="https://peertube.civl.cc/w/o5nj47UjzPPVz4N7d1YxvX"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/2af311d8-9225-464f-8dfc-2bd7d1b289fa-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/f8e6ffa4-9bae-4d68-9b8c-c01780aa23d1-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/86152a5c-63b0-494e-b522-e357574bc48d-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="100428607" url="https://peertube.s3.civl.cc/hls/b2c528bd-40cf-4dfb-872e-8d6bd44b5be5/d2ec8d71-368d-4842-a647-8e922e1164f0-720-fragmented.mp4" framerate="60" duration="137" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="27077718" url="https://peertube.s3.civl.cc/hls/b2c528bd-40cf-4dfb-872e-8d6bd44b5be5/1e721e97-0ebd-4097-a50a-b09371bdba64-480-fragmented.mp4" framerate="30" duration="137" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="11092808" url="https://peertube.s3.civl.cc/hls/b2c528bd-40cf-4dfb-872e-8d6bd44b5be5/f18dde40-594b-4b5e-b5e1-622a986f0cf8-240-fragmented.mp4" framerate="30" duration="137" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/eb127384-9b2b-4431-8b2a-76c1909f08ec.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/c626f2b7-c981-48e8-874f-2f8acd04d6fa.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Home Haruka no Undoukai by DJ-Technetium</media:title>
            <media:description type="plain">This song exists to make me suffer. I can't find an official upload of this song anywhere, but as far as I can tell, this is the artist's Spotify page: https://open.spotify.com/artist/4BM0uHZgx8RK5O49Ic3BsP</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Bonus Stage by 3R2]]></title>
            <link>https://peertube.civl.cc/w/vae9TLudfg81k8CVVEBnmQ</link>
            <guid>https://peertube.civl.cc/w/vae9TLudfg81k8CVVEBnmQ</guid>
            <pubDate>Tue, 16 Jun 2026 06:02:20 GMT</pubDate>
            <description><![CDATA[Extremely catchy song! YouTube link: https://youtu.be/XlohqqO9wkQ]]></description>
            <content:encoded><![CDATA[<p>Extremely catchy song! YouTube link: <a href="https://youtu.be/XlohqqO9wkQ" target="_blank" rel="noopener noreferrer">https://youtu.be/XlohqqO9wkQ</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="79859827" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/ec22d233-0304-41de-a8d8-c35bc67438e4?videoFileIds=32823"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/vae9TLudfg81k8CVVEBnmQ"/>
            <media:player url="https://peertube.civl.cc/w/vae9TLudfg81k8CVVEBnmQ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/d7a07969-bfcb-418b-b54e-3d7cd2d6809d-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/e6c9e7d8-d03c-40ab-b17c-80a6ef167594-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/a01d4664-c235-448e-b20a-91d9123db626-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="79859827" url="https://peertube.s3.civl.cc/hls/ec22d233-0304-41de-a8d8-c35bc67438e4/5bd82f80-ec07-49c6-bf89-c2adc07139f8-720-fragmented.mp4" framerate="60" duration="115" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="22550109" url="https://peertube.s3.civl.cc/hls/ec22d233-0304-41de-a8d8-c35bc67438e4/b9c1607f-95d1-44ce-811b-01a1ef0db7e8-480-fragmented.mp4" framerate="30" duration="115" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="9238594" url="https://peertube.s3.civl.cc/hls/ec22d233-0304-41de-a8d8-c35bc67438e4/2daea555-1bc9-47f2-be15-43e143c6f988-240-fragmented.mp4" framerate="30" duration="115" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/0410284a-5605-4336-9a8a-e7e2322a7cd5.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/5c7e1e70-38f9-4288-b60b-3d89beb7cc98.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Bonus Stage by 3R2</media:title>
            <media:description type="plain">Extremely catchy song! YouTube link: https://youtu.be/XlohqqO9wkQ</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber -【Touhou Full Flavor / Remix】Night of Knights（Para Dot. Remix）by ぱらどっと]]></title>
            <link>https://peertube.civl.cc/w/kHdxNTiyyMTnsN231MERJj</link>
            <guid>https://peertube.civl.cc/w/kHdxNTiyyMTnsN231MERJj</guid>
            <pubDate>Tue, 16 Jun 2026 05:47:49 GMT</pubDate>
            <description><![CDATA[One of my favorite Touhou music arrangers, here's the original video on YouTube: https://youtu.be/Qju7jPjXPNE]]></description>
            <content:encoded><![CDATA[<p>One of my favorite Touhou music arrangers, here's the original video on YouTube: <a href="https://youtu.be/Qju7jPjXPNE" target="_blank" rel="noopener noreferrer">https://youtu.be/Qju7jPjXPNE</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="190431425" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/9f9edcc2-dbf5-43a8-b46a-31e3ca19203a?videoFileIds=32818"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/kHdxNTiyyMTnsN231MERJj"/>
            <media:player url="https://peertube.civl.cc/w/kHdxNTiyyMTnsN231MERJj"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/a5349f64-3fff-44fd-a699-85bd78657c0f-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/f55e946b-8da0-4420-be15-cbdd2c0a570a-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/8a171112-dcb3-401f-8a19-a6f2f59d261d-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="190431425" url="https://peertube.s3.civl.cc/hls/9f9edcc2-dbf5-43a8-b46a-31e3ca19203a/d802e4f3-4428-462b-9de5-9e6172f8bb9e-720-fragmented.mp4" framerate="60" duration="287" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="56338492" url="https://peertube.s3.civl.cc/hls/9f9edcc2-dbf5-43a8-b46a-31e3ca19203a/7aa97119-bd61-4ae4-bc95-1048a5439d71-480-fragmented.mp4" framerate="30" duration="287" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="23115510" url="https://peertube.s3.civl.cc/hls/9f9edcc2-dbf5-43a8-b46a-31e3ca19203a/4bded5cf-b61e-438b-907a-5f8ba051c4a6-240-fragmented.mp4" framerate="30" duration="287" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/f580899e-45f5-44f6-b309-9f2ef3b6eb69.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/27412cee-3a96-4ee2-b5d2-c62433941a96.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber -【Touhou Full Flavor / Remix】Night of Knights（Para Dot. Remix）by ぱらどっと</media:title>
            <media:description type="plain">One of my favorite Touhou music arrangers, here's the original video on YouTube: https://youtu.be/Qju7jPjXPNE</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Totsuka no Tsurugi by 5KiLOBYTE vs Raphiiel]]></title>
            <link>https://peertube.civl.cc/w/qo9XXFMVnr5qnPkkMASA8z</link>
            <guid>https://peertube.civl.cc/w/qo9XXFMVnr5qnPkkMASA8z</guid>
            <pubDate>Wed, 03 Jun 2026 00:51:25 GMT</pubDate>
            <description><![CDATA[Here's the original music video on YouTube: https://youtu.be/JUbDZRgQqFs my arms hurt again just watching myself play this]]></description>
            <content:encoded><![CDATA[<p>Here's the original music video on YouTube: <a href="https://youtu.be/JUbDZRgQqFs" target="_blank" rel="noopener noreferrer">https://youtu.be/JUbDZRgQqFs</a> my arms hurt again just watching myself play this</p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="99966200" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/c573372e-6ced-41d0-bc31-06898fa884cf?videoFileIds=64"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/qo9XXFMVnr5qnPkkMASA8z"/>
            <media:player url="https://peertube.civl.cc/w/qo9XXFMVnr5qnPkkMASA8z"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/1224a526-bee0-47ea-ae32-e5312a75207c-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/76de407d-1666-42db-ace7-8d04a60b1588-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/c0543a3f-e052-4657-9107-3f3cd585714f-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="99966200" url="https://peertube.s3.civl.cc/hls/c573372e-6ced-41d0-bc31-06898fa884cf/27dbfad6-0142-4388-a584-a5f2cc3b8ddc-720-fragmented.mp4" framerate="60" duration="165" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="32368784" url="https://peertube.s3.civl.cc/hls/c573372e-6ced-41d0-bc31-06898fa884cf/8b66f76c-64d5-4477-a72c-377b773ee7d6-480-fragmented.mp4" framerate="30" duration="165" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="13248210" url="https://peertube.s3.civl.cc/hls/c573372e-6ced-41d0-bc31-06898fa884cf/00851546-9e6a-4ed7-b3c0-176a90285cd9-240-fragmented.mp4" framerate="30" duration="165" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/c030cbac-813a-4f9e-ada0-802a6c60c5f6.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/a2b18c3e-3cfc-44b8-992c-8c8326d4338b.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Totsuka no Tsurugi by 5KiLOBYTE vs Raphiiel</media:title>
            <media:description type="plain">Here's the original music video on YouTube: https://youtu.be/JUbDZRgQqFs my arms hurt again just watching myself play this</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Saishuu Kichiku Imouto Flandre-S - Kowashite! Mix by beatMARIO/COOL&CREATE]]></title>
            <link>https://peertube.civl.cc/w/6R2vLm1VmaGnyGqhrjuvH7</link>
            <guid>https://peertube.civl.cc/w/6R2vLm1VmaGnyGqhrjuvH7</guid>
            <pubDate>Wed, 03 Jun 2026 00:50:09 GMT</pubDate>
            <description><![CDATA[There's no mistaking those vocals, that's Stack all right 😃 YouTube video: https://youtu.be/nSwOmpimVlo]]></description>
            <content:encoded><![CDATA[<p>There's no mistaking those vocals, that's Stack all right 😃 YouTube video: <a href="https://youtu.be/nSwOmpimVlo" target="_blank" rel="noopener noreferrer">https://youtu.be/nSwOmpimVlo</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="122316577" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/2f561210-53c7-41c2-92e5-841d482e1684?videoFileIds=69"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/6R2vLm1VmaGnyGqhrjuvH7"/>
            <media:player url="https://peertube.civl.cc/w/6R2vLm1VmaGnyGqhrjuvH7"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/a26ed8e3-1fa3-4efe-8f90-2d6ee33634e8-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/73de10a9-b309-4bca-b5ef-f8fbb1cbc7b1-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/6a3187c9-a52f-4d25-9b0f-f34561254eae-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="122316577" url="https://peertube.s3.civl.cc/hls/2f561210-53c7-41c2-92e5-841d482e1684/a8396f77-cd36-4754-93d8-0682bfa907a7-720-fragmented.mp4" framerate="60" duration="198" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="38889204" url="https://peertube.s3.civl.cc/hls/2f561210-53c7-41c2-92e5-841d482e1684/fdd5a983-9f19-4de7-8d23-80bb30b04183-480-fragmented.mp4" framerate="30" duration="198" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="15935094" url="https://peertube.s3.civl.cc/hls/2f561210-53c7-41c2-92e5-841d482e1684/a09f186f-936f-4106-837e-2c751bfdf3c9-240-fragmented.mp4" framerate="30" duration="198" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/a5c35b5b-f85e-4496-bd66-8bdc59e00fe0.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/e80b9a0d-8198-4d69-b5ba-01329e153a6e.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Saishuu Kichiku Imouto Flandre-S - Kowashite! Mix by beatMARIO/COOL&amp;CREATE</media:title>
            <media:description type="plain">There's no mistaking those vocals, that's Stack all right 😃 YouTube video: https://youtu.be/nSwOmpimVlo</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - G4M3-0V3R (m1dy Remix) by Kobaryo]]></title>
            <link>https://peertube.civl.cc/w/oQqeQzXWkfWUXFYjvTs99M</link>
            <guid>https://peertube.civl.cc/w/oQqeQzXWkfWUXFYjvTs99M</guid>
            <pubDate>Wed, 03 Jun 2026 00:44:05 GMT</pubDate>
            <description><![CDATA[The album art for this song is problematic, but here's a link to Kobaryo's YouTube channel: https://www.youtube.com/@Kobaryo and Bandcamp: https://hitnex.bandcamp.com/]]></description>
            <content:encoded><![CDATA[<p>The album art for this song is problematic, but here's a link to Kobaryo's YouTube channel: <a href="https://www.youtube.com/@Kobaryo" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@Kobaryo</a> and Bandcamp: <a href="https://hitnex.bandcamp.com/" target="_blank" rel="noopener noreferrer">https://hitnex.bandcamp.com/</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="75177325" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/b8ebb064-a7ad-4d68-bbc0-f35282f799fd?videoFileIds=59"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/oQqeQzXWkfWUXFYjvTs99M"/>
            <media:player url="https://peertube.civl.cc/w/oQqeQzXWkfWUXFYjvTs99M"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/a4b787c9-c51e-4fb7-9fac-8312bc76c545-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/68aa5830-3405-42f7-a9d6-dd7960c5680e-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/a3f66563-8892-4f5c-95a7-15f666d96b01-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="75177325" url="https://peertube.s3.civl.cc/hls/b8ebb064-a7ad-4d68-bbc0-f35282f799fd/0aa9bc76-3655-4eb5-9c31-5cf55950ca1f-720-fragmented.mp4" framerate="60" duration="141" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="27304057" url="https://peertube.s3.civl.cc/hls/b8ebb064-a7ad-4d68-bbc0-f35282f799fd/3da97d66-efe9-4ca0-9b00-23143e2b4c4f-480-fragmented.mp4" framerate="30" duration="141" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="11181723" url="https://peertube.s3.civl.cc/hls/b8ebb064-a7ad-4d68-bbc0-f35282f799fd/842c7170-37c8-4a05-9ea8-d663fabb1f8f-240-fragmented.mp4" framerate="30" duration="141" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/7b36f675-bb4c-40d4-97dd-69b15826eea6.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/bc614b67-40f8-4fb2-ae15-7150319174be.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - G4M3-0V3R (m1dy Remix) by Kobaryo</media:title>
            <media:description type="plain">The album art for this song is problematic, but here's a link to Kobaryo's YouTube channel: https://www.youtube.com/@Kobaryo and Bandcamp: https://hitnex.bandcamp.com/</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Insecticide by Camellia]]></title>
            <link>https://peertube.civl.cc/w/fKsAM4baEK4bNyx8A61vAL</link>
            <guid>https://peertube.civl.cc/w/fKsAM4baEK4bNyx8A61vAL</guid>
            <pubDate>Wed, 03 Jun 2026 00:40:16 GMT</pubDate>
            <description><![CDATA[I can't find an official version of the original song, but here's Camellia's YouTube channel: https://www.youtube.com/@Cametek.CamelliaOfficial]]></description>
            <content:encoded><![CDATA[<p>I can't find an official version of the original song, but here's Camellia's YouTube channel: <a href="https://www.youtube.com/@Cametek.CamelliaOfficial" target="_blank" rel="noopener noreferrer">https://www.youtube.com/@Cametek.CamelliaOfficial</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="90042195" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/777150e1-2be5-4321-9d3a-7e2199b952c4?videoFileIds=54"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/fKsAM4baEK4bNyx8A61vAL"/>
            <media:player url="https://peertube.civl.cc/w/fKsAM4baEK4bNyx8A61vAL"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/b7ffcadf-0fb1-4411-9038-8a0dcc7bea3c-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/8df845b6-5581-4478-bf2c-6963329e46c1-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/7f36eba1-b76d-493c-912d-c6624da755de-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="90042195" url="https://peertube.s3.civl.cc/hls/777150e1-2be5-4321-9d3a-7e2199b952c4/3555d928-77c7-4182-b475-da84f3e2f39c-720-fragmented.mp4" framerate="60" duration="134" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="26241071" url="https://peertube.s3.civl.cc/hls/777150e1-2be5-4321-9d3a-7e2199b952c4/6206645e-567c-48d0-8d37-583fc00d2756-480-fragmented.mp4" framerate="30" duration="134" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="10741701" url="https://peertube.s3.civl.cc/hls/777150e1-2be5-4321-9d3a-7e2199b952c4/7b497570-075c-41e1-a615-cc4199871925-240-fragmented.mp4" framerate="30" duration="134" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/a6257a55-ae1d-4032-be28-08eecf39f559.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/1b497dcf-9154-4d66-bc39-b8a5e41fce28.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Insecticide by Camellia</media:title>
            <media:description type="plain">I can't find an official version of the original song, but here's Camellia's YouTube channel: https://www.youtube.com/@Cametek.CamelliaOfficial</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Vicious Heroism -Traitor Version- by Kobaryo]]></title>
            <link>https://peertube.civl.cc/w/ir4bAHrmUwwmp1BPq8tHeX</link>
            <guid>https://peertube.civl.cc/w/ir4bAHrmUwwmp1BPq8tHeX</guid>
            <pubDate>Wed, 03 Jun 2026 00:35:45 GMT</pubDate>
            <description><![CDATA[Here's the original video on Kobaryo's YouTube channel: https://youtu.be/QFlEUEndv_s]]></description>
            <content:encoded><![CDATA[<p>Here's the original video on Kobaryo's YouTube channel: <a href="https://youtu.be/QFlEUEndv_s" target="_blank" rel="noopener noreferrer">https://youtu.be/QFlEUEndv_s</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="121368039" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/8d2ae9b3-bcd4-4a36-8ede-3b670343edd5?videoFileIds=49"/>
            <media:community>
                <media:statistics views="2"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/ir4bAHrmUwwmp1BPq8tHeX"/>
            <media:player url="https://peertube.civl.cc/w/ir4bAHrmUwwmp1BPq8tHeX"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/fb16274a-8735-4213-b8ac-d1c7d82f0791-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/bd43e3ac-93ca-479c-9101-54bebf31b07c-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/9901866e-9cf6-4b6a-a467-99b06e88a03f-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="121368039" url="https://peertube.s3.civl.cc/hls/8d2ae9b3-bcd4-4a36-8ede-3b670343edd5/21443862-6d5b-4e27-b1fc-34630db93e6d-720-fragmented.mp4" framerate="60" duration="189" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="37291732" url="https://peertube.s3.civl.cc/hls/8d2ae9b3-bcd4-4a36-8ede-3b670343edd5/6a8a434c-f165-4570-964c-c40a46cf68b0-480-fragmented.mp4" framerate="30" duration="189" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="15256848" url="https://peertube.s3.civl.cc/hls/8d2ae9b3-bcd4-4a36-8ede-3b670343edd5/75f65bb1-4481-43df-af3e-f3abdb03595e-240-fragmented.mp4" framerate="30" duration="189" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/4f537761-9523-4e68-b1b1-0e1e370e3c5c.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/99c90be5-76d8-475d-8bfb-5fdc7e23360d.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Vicious Heroism -Traitor Version- by Kobaryo</media:title>
            <media:description type="plain">Here's the original video on Kobaryo's YouTube channel: https://youtu.be/QFlEUEndv_s</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Night of Nights (Xyris' "Night of a Calamity" Remix) by Xyris, original by COOL&CREATE]]></title>
            <link>https://peertube.civl.cc/w/bRKaDnh1Dt8SsvN4siNJ1f</link>
            <guid>https://peertube.civl.cc/w/bRKaDnh1Dt8SsvN4siNJ1f</guid>
            <pubDate>Thu, 28 May 2026 07:56:22 GMT</pubDate>
            <description><![CDATA[Somehow this became my highest score on Scoresaber, I think the song rating is probably a bit higher than it should be because it wasn't nearly as hard as I expected. Here's a link to this particular remixed version: https://youtu.be/E2iCijgUDt...]]></description>
            <content:encoded><![CDATA[<p>Somehow this became my highest score on Scoresaber, I think the song rating is probably a bit higher than it should be because it wasn't nearly as hard as I expected.</p>
<p>Here's a link to this particular remixed version: <a href="https://youtu.be/E2iCijgUDtA" target="_blank" rel="noopener noreferrer">https://youtu.be/E2iCijgUDtA</a> and here's the legendary original version: <a href="https://youtu.be/2TTuH9BPwjI" target="_blank" rel="noopener noreferrer">https://youtu.be/2TTuH9BPwjI</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="117825939" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/57ed6ef9-8c26-4561-995e-d1745b19b236?videoFileIds=44"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/bRKaDnh1Dt8SsvN4siNJ1f"/>
            <media:player url="https://peertube.civl.cc/w/bRKaDnh1Dt8SsvN4siNJ1f"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/77d03fdd-e9b1-4672-b263-500f9d8d2247-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/3788a87b-a21d-4416-912d-51b8e0db05c2-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/2624dea4-fb47-44c6-b782-b21f191d9b3c-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="117825939" url="https://peertube.s3.civl.cc/hls/57ed6ef9-8c26-4561-995e-d1745b19b236/151d8153-ff34-41cb-8cb2-573bc2f7aced-720-fragmented.mp4" framerate="60" duration="191" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="37085691" url="https://peertube.s3.civl.cc/hls/57ed6ef9-8c26-4561-995e-d1745b19b236/8ebb5a43-16d8-4d95-95f7-280429205bfe-480-fragmented.mp4" framerate="30" duration="191" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="15238962" url="https://peertube.s3.civl.cc/hls/57ed6ef9-8c26-4561-995e-d1745b19b236/b24cb704-8838-43b4-bb8a-dca78d19805a-240-fragmented.mp4" framerate="30" duration="191" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/1549fcf4-b708-4703-a14c-0118f4183216.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/b0b2f809-1d81-4817-831b-dc2d89ee56ed.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Night of Nights (Xyris' "Night of a Calamity" Remix) by Xyris, original by COOL&amp;CREATE</media:title>
            <media:description type="plain">Somehow this became my highest score on Scoresaber, I think the song rating is probably a bit higher than it should be because it wasn't nearly as hard as I expected. Here's a link to this particular remixed version: https://youtu.be/E2iCijgUDt...</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Astral Terminus  by Yojisho]]></title>
            <link>https://peertube.civl.cc/w/8NZDEj3HkYVVW1WmcjcfYG</link>
            <guid>https://peertube.civl.cc/w/8NZDEj3HkYVVW1WmcjcfYG</guid>
            <pubDate>Thu, 28 May 2026 06:54:17 GMT</pubDate>
            <description><![CDATA[This song is so good, one of my all-time favorite songs/maps to play. And yet, the only place I can find it officially is on SoundCloud: https://soundcloud.com/user-969638370/astral-terminusss]]></description>
            <content:encoded><![CDATA[<p>This song is so good, one of my all-time favorite songs/maps to play. And yet, the only place I can find it officially is on SoundCloud: <a href="https://soundcloud.com/user-969638370/astral-terminusss" target="_blank" rel="noopener noreferrer">https://soundcloud.com/user-969638370/astral-terminusss</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="94398195" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/3f3fb631-ac2f-4d17-91b7-5a8650e78988?videoFileIds=39"/>
            <media:community>
                <media:statistics views="3"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/8NZDEj3HkYVVW1WmcjcfYG"/>
            <media:player url="https://peertube.civl.cc/w/8NZDEj3HkYVVW1WmcjcfYG"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/f48de963-f12e-47b6-a5f4-e9af0409edd9-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/93629380-378c-4fca-93c1-e5b860848eeb-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/94863634-923b-419c-bb91-ab967313fe86-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="94398195" url="https://peertube.s3.civl.cc/hls/3f3fb631-ac2f-4d17-91b7-5a8650e78988/c49d1746-645f-457e-a29f-44d7ed123db9-720-fragmented.mp4" framerate="60" duration="184" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="35784723" url="https://peertube.s3.civl.cc/hls/3f3fb631-ac2f-4d17-91b7-5a8650e78988/133eb3b1-2e7d-44a0-89e7-b25a004a6ac5-480-fragmented.mp4" framerate="30" duration="184" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="14721300" url="https://peertube.s3.civl.cc/hls/3f3fb631-ac2f-4d17-91b7-5a8650e78988/a481efbe-aebf-4730-bea7-6fdb56310dfd-240-fragmented.mp4" framerate="30" duration="184" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/49edb0d6-0e23-4681-b780-c246d4a51ceb.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/a0d5632e-b89b-4409-b2f4-023cfcc288f6.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Astral Terminus  by Yojisho</media:title>
            <media:description type="plain">This song is so good, one of my all-time favorite songs/maps to play. And yet, the only place I can find it officially is on SoundCloud: https://soundcloud.com/user-969638370/astral-terminusss</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - FLYING OUT TO THE SKY by Camellia feat. Nanahira, moimoi, Nana Takahashi]]></title>
            <link>https://peertube.civl.cc/w/iHQR2kg2mCmmo36su9LfAJ</link>
            <guid>https://peertube.civl.cc/w/iHQR2kg2mCmmo36su9LfAJ</guid>
            <pubDate>Thu, 28 May 2026 06:48:54 GMT</pubDate>
            <description><![CDATA[This song goes hard. One of the first 7+ star songs I ever successfully completed, I believe. I can't find an official version of this song anywhere, this YouTube video is the best I can do: https://youtu.be/zrAUfgESlcI it credits all the artis...]]></description>
            <content:encoded><![CDATA[<p>This song goes hard. One of the first 7+ star songs I ever successfully completed, I believe.</p>
<p>I can't find an official version of this song anywhere, this YouTube video is the best I can do: <a href="https://youtu.be/zrAUfgESlcI" target="_blank" rel="noopener noreferrer">https://youtu.be/zrAUfgESlcI</a> it credits all the artists properly, so that's something at least.</p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="206125799" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/8f82f427-8ada-48f2-afa5-dba36a2569b6?videoFileIds=34"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/iHQR2kg2mCmmo36su9LfAJ"/>
            <media:player url="https://peertube.civl.cc/w/iHQR2kg2mCmmo36su9LfAJ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/1803b3f3-52d9-4d69-840a-3e5c1cafbd23-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/439b750f-dd41-4f32-a644-4eee4f2225ae-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/f3c86e83-3ef8-4684-ad6a-d36c852566b6-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="206125799" url="https://peertube.s3.civl.cc/hls/8f82f427-8ada-48f2-afa5-dba36a2569b6/cc3bd61e-8e82-415f-b500-ba7b1c64e199-720-fragmented.mp4" framerate="60" duration="271" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="53891669" url="https://peertube.s3.civl.cc/hls/8f82f427-8ada-48f2-afa5-dba36a2569b6/487d1b7a-f9f5-4acb-ad15-917d3be3513e-480-fragmented.mp4" framerate="30" duration="271" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="22069920" url="https://peertube.s3.civl.cc/hls/8f82f427-8ada-48f2-afa5-dba36a2569b6/06dc21c4-bdab-4c05-be65-a008fce473be-240-fragmented.mp4" framerate="30" duration="271" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/4c480aac-5f65-4295-bd75-5773aa2c3a23.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/0f0505bb-31cc-48e4-8d4f-11fb053e48db.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - FLYING OUT TO THE SKY by Camellia feat. Nanahira, moimoi, Nana Takahashi</media:title>
            <media:description type="plain">This song goes hard. One of the first 7+ star songs I ever successfully completed, I believe. I can't find an official version of this song anywhere, this YouTube video is the best I can do: https://youtu.be/zrAUfgESlcI it credits all the artis...</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Leave it to Fate by Kobaryo & Matatabi Sound System + DJ NECOJITA + Shinonome I/F + blaxervant]]></title>
            <link>https://peertube.civl.cc/w/hJuFvFbGMiPrhyRLT8fNkA</link>
            <guid>https://peertube.civl.cc/w/hJuFvFbGMiPrhyRLT8fNkA</guid>
            <pubDate>Thu, 28 May 2026 06:43:42 GMT</pubDate>
            <description><![CDATA[Very proud of how I did, this is now my second-best score on Scoresaber (for now). Official music video on YouTube: https://youtu.be/scFM_DqrOeg]]></description>
            <content:encoded><![CDATA[<p>Very proud of how I did, this is now my second-best score on Scoresaber (for now).</p>
<p>Official music video on YouTube: <a href="https://youtu.be/scFM_DqrOeg" target="_blank" rel="noopener noreferrer">https://youtu.be/scFM_DqrOeg</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="138045592" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/878121e0-f9b2-48ed-a7b6-bfda503bfae8?videoFileIds=29"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/hJuFvFbGMiPrhyRLT8fNkA"/>
            <media:player url="https://peertube.civl.cc/w/hJuFvFbGMiPrhyRLT8fNkA"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/d9dc530e-b001-47c5-88c8-bab6858c017a-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/d65a3cfe-ad89-477a-a155-a822d7e97aa1-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/fdd1c1f2-c299-4bf6-83d2-b2a3f7a2ba65-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="138045592" url="https://peertube.s3.civl.cc/hls/878121e0-f9b2-48ed-a7b6-bfda503bfae8/b4dc650c-12fb-4e4e-a77e-2dc2a1e2edf0-720-fragmented.mp4" framerate="60" duration="216" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="42723528" url="https://peertube.s3.civl.cc/hls/878121e0-f9b2-48ed-a7b6-bfda503bfae8/4572634a-04bc-4633-b448-48abe74a53bc-480-fragmented.mp4" framerate="30" duration="216" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="17535909" url="https://peertube.s3.civl.cc/hls/878121e0-f9b2-48ed-a7b6-bfda503bfae8/ca062099-cf4a-4e73-a7c3-cc0ed52e974b-240-fragmented.mp4" framerate="30" duration="216" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/49455185-f35a-4508-8bc2-8923516bc048.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/b964250c-8887-49a9-a420-c4531d79b31b.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Leave it to Fate by Kobaryo &amp; Matatabi Sound System + DJ NECOJITA + Shinonome I/F + blaxervant</media:title>
            <media:description type="plain">Very proud of how I did, this is now my second-best score on Scoresaber (for now). Official music video on YouTube: https://youtu.be/scFM_DqrOeg</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Quattuorux by D-D-Dice, Tanchiky and Karameru]]></title>
            <link>https://peertube.civl.cc/w/ccphxzAdNieA5G4DHszPJM</link>
            <guid>https://peertube.civl.cc/w/ccphxzAdNieA5G4DHszPJM</guid>
            <pubDate>Sat, 10 Jan 2026 08:02:49 GMT</pubDate>
            <description><![CDATA[The music video for this song is ridiculous, as expected from Tanchiky. Official music video on YouTube: https://www.youtube.com/watch?v=Rqe12OYYed8]]></description>
            <content:encoded><![CDATA[<p>The music video for this song is ridiculous, as expected from Tanchiky.</p>
<p>Official music video on YouTube: <a href="https://www.youtube.com/watch?v=Rqe12OYYed8" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=Rqe12OYYed8</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="107605599" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/5aac0e88-c9b2-4880-a6a5-75ea84c51375?videoFileIds=24"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/ccphxzAdNieA5G4DHszPJM"/>
            <media:player url="https://peertube.civl.cc/w/ccphxzAdNieA5G4DHszPJM"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/b0e9fd9b-d047-474a-ab16-e451bcc77588-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/c3f97e8f-8798-455e-9d4d-9d5c31e2e7a6-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/20dca203-d186-4ab4-93a0-b9612f95a670-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="107605599" url="https://peertube.s3.civl.cc/hls/5aac0e88-c9b2-4880-a6a5-75ea84c51375/370b4b78-bd85-4524-9242-aac61c5cc6e9-720-fragmented.mp4" framerate="60" duration="161" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="31652295" url="https://peertube.s3.civl.cc/hls/5aac0e88-c9b2-4880-a6a5-75ea84c51375/68faf6d4-c208-4bff-9e46-c1651ed9f05e-480-fragmented.mp4" framerate="30" duration="161" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="12902889" url="https://peertube.s3.civl.cc/hls/5aac0e88-c9b2-4880-a6a5-75ea84c51375/388f8121-9863-4df9-b5d2-f589de371d82-240-fragmented.mp4" framerate="30" duration="161" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/d2a61259-5d9e-44f4-b97d-cc24e68fd95b.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/87e42c35-7fd7-4dc3-9953-c47847e326d7.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Quattuorux by D-D-Dice, Tanchiky and Karameru</media:title>
            <media:description type="plain">The music video for this song is ridiculous, as expected from Tanchiky. Official music video on YouTube: https://www.youtube.com/watch?v=Rqe12OYYed8</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Tenohira De Odoru by Sokoninaru]]></title>
            <link>https://peertube.civl.cc/w/xqL32BFFwmVz3zD6k4MvXQ</link>
            <guid>https://peertube.civl.cc/w/xqL32BFFwmVz3zD6k4MvXQ</guid>
            <pubDate>Sat, 10 Jan 2026 07:49:29 GMT</pubDate>
            <description><![CDATA[My first time playing this song, I did... ok. Pretty catchy. Official music video on YouTube: https://www.youtube.com/watch?v=n7MyoBki9wk]]></description>
            <content:encoded><![CDATA[<p>My first time playing this song, I did... ok. Pretty catchy.</p>
<p>Official music video on YouTube: <a href="https://www.youtube.com/watch?v=n7MyoBki9wk" target="_blank" rel="noopener noreferrer">https://www.youtube.com/watch?v=n7MyoBki9wk</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="144608275" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/fe804954-c5ae-4e21-a76f-4279e5f14992?videoFileIds=13"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/xqL32BFFwmVz3zD6k4MvXQ"/>
            <media:player url="https://peertube.civl.cc/w/xqL32BFFwmVz3zD6k4MvXQ"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/931f2ffa-33df-4481-a446-1e303eb0c006-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/55579e09-fe31-4750-a9d1-5d36e2d828d8-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/d5dcea1e-d8d4-46ae-a806-f17753d2ff11-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="144608275" url="https://peertube.s3.civl.cc/hls/fe804954-c5ae-4e21-a76f-4279e5f14992/2c68b81e-a2e8-464d-8b9e-0c0bb4cda106-720-fragmented.mp4" framerate="60" duration="200" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="39484931" url="https://peertube.s3.civl.cc/hls/fe804954-c5ae-4e21-a76f-4279e5f14992/3b9eb1f4-89aa-4323-88d1-c0ee9bac3961-480-fragmented.mp4" framerate="30" duration="200" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="16128499" url="https://peertube.s3.civl.cc/hls/fe804954-c5ae-4e21-a76f-4279e5f14992/77e26c0e-00b0-4c93-9b1f-542fc7ae898b-240-fragmented.mp4" framerate="30" duration="200" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/e15b88d2-29d4-4a87-9105-456ae8468756.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/4c30868e-7f01-4be5-b04e-f3941068318e.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Tenohira De Odoru by Sokoninaru</media:title>
            <media:description type="plain">My first time playing this song, I did... ok. Pretty catchy. Official music video on YouTube: https://www.youtube.com/watch?v=n7MyoBki9wk</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Chirality ("Dissymmetric" Long ver.) by Camellia]]></title>
            <link>https://peertube.civl.cc/w/rCdjJvdF2pbSUDUqXV59wX</link>
            <guid>https://peertube.civl.cc/w/rCdjJvdF2pbSUDUqXV59wX</guid>
            <pubDate>Sat, 10 Jan 2026 07:46:25 GMT</pubDate>
            <description><![CDATA[Not my best performance, but I hadn't played in a while, so that's the excuse I told myself. I can't find an upload of this song on YouTube by Camellia or any affiliated label, but here's a link to his personal website: https://cametek.jp/ A...]]></description>
            <content:encoded><![CDATA[<p>Not my best performance, but I hadn't played in a while, so that's the excuse I told myself.</p>
<p>I can't find an upload of this song on YouTube by Camellia or any affiliated label, but here's a link to his personal website: <a href="https://cametek.jp/" target="_blank" rel="noopener noreferrer">https://cametek.jp/</a></p>
<p>And here's the song on Spotify: <a href="https://open.spotify.com/track/1a18EM0lK0Rt9qzW8m1Uz8" target="_blank" rel="noopener noreferrer">https://open.spotify.com/track/1a18EM0lK0Rt9qzW8m1Uz8</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="192832967" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/cf82d626-8e1e-4eaa-9deb-e2e8a9f15f73?videoFileIds=8"/>
            <media:community>
                <media:statistics views="1"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/rCdjJvdF2pbSUDUqXV59wX"/>
            <media:player url="https://peertube.civl.cc/w/rCdjJvdF2pbSUDUqXV59wX"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/98a4e8df-8808-46ac-a44b-30682e25cb54-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/2f9b9fd9-40f2-4d7c-a1c7-e92014d1cb2b-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/81f7b5cb-a757-47db-a4f5-aa7a624099f5-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="192832967" url="https://peertube.s3.civl.cc/hls/cf82d626-8e1e-4eaa-9deb-e2e8a9f15f73/cb665573-b929-4f3f-bee6-b3943d8c952f-720-fragmented.mp4" framerate="60" duration="260" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="50897569" url="https://peertube.s3.civl.cc/hls/cf82d626-8e1e-4eaa-9deb-e2e8a9f15f73/7704535f-4505-4f31-9c66-8a1c18ab3cb2-480-fragmented.mp4" framerate="30" duration="260" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="20866863" url="https://peertube.s3.civl.cc/hls/cf82d626-8e1e-4eaa-9deb-e2e8a9f15f73/3e3e5b5a-81b1-4844-a745-e2de5c89b9d7-240-fragmented.mp4" framerate="30" duration="260" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/03c59086-2e5c-4cf3-968d-0950290417c6.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/132500ce-478e-4a83-acb3-b82e1d244bdb.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Chirality ("Dissymmetric" Long ver.) by Camellia</media:title>
            <media:description type="plain">Not my best performance, but I hadn't played in a while, so that's the excuse I told myself. I can't find an upload of this song on YouTube by Camellia or any affiliated label, but here's a link to his personal website: https://cametek.jp/ A...</media:description>
        </item>
        <item>
            <title><![CDATA[Beat Saber - Vortex by kochikok]]></title>
            <link>https://peertube.civl.cc/w/2XLTzuis39fqKfGbTd9j7b</link>
            <guid>https://peertube.civl.cc/w/2XLTzuis39fqKfGbTd9j7b</guid>
            <pubDate>Sat, 06 Dec 2025 20:54:43 GMT</pubDate>
            <description><![CDATA[The character model I used has some issues, it looks like my hands and arms are clipping through the body constantly... but oh well. Still pretty happy with my performance, given that I hadn't played in a while. The song is by an artist named k...]]></description>
            <content:encoded><![CDATA[<p>The character model I used has some issues, it looks like my hands and arms are clipping through the body constantly... but oh well. Still pretty happy with my performance, given that I hadn't played in a while.</p>
<p>The song is by an artist named kochikok, but I was unable to find this song anywhere except for random beat saber videos on YouTube. However, here's their Soundcloud profile: <a href="https://soundcloud.com/kochikok" target="_blank" rel="noopener noreferrer">https://soundcloud.com/kochikok</a></p>
]]></content:encoded>
            <dc:creator>The Civilized Gamer</dc:creator>
            <enclosure length="147803056" type="video/mp4" url="https://peertube.civl.cc/download/videos/generate/0fe2b5c2-ba0b-4464-89ef-32132b20494e?videoFileIds=3"/>
            <media:community>
                <media:statistics views="3"/>
            </media:community>
            <media:embed url="https://peertube.civl.cc/videos/embed/2XLTzuis39fqKfGbTd9j7b"/>
            <media:player url="https://peertube.civl.cc/w/2XLTzuis39fqKfGbTd9j7b"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/65ea9f6b-3e2d-4c4f-bc3e-c50df2fcacb2-720-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/cdc8a010-4eaa-40b7-820a-6ef2c7889752-480-hls.torrent" isDefault="false"/>
                <media:peerLink type="application/x-bittorrent" href="https://peertube.civl.cc/lazy-static/torrents/ae0dcebd-4950-4869-98af-f28bb387f875-240-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="147803056" url="https://peertube.s3.civl.cc/hls/0fe2b5c2-ba0b-4464-89ef-32132b20494e/bbfb8649-deff-4c36-8018-f7d4ea07aef3-720-fragmented.mp4" framerate="60" duration="197" isDefault="true"/>
                <media:content type="video/mp4" medium="video" height="480" fileSize="39440262" url="https://peertube.s3.civl.cc/hls/0fe2b5c2-ba0b-4464-89ef-32132b20494e/33417aad-f18b-4493-aae7-315aaed01125-480-fragmented.mp4" framerate="30" duration="197" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="240" fileSize="16120536" url="https://peertube.s3.civl.cc/hls/0fe2b5c2-ba0b-4464-89ef-32132b20494e/db294afb-5ad9-41d7-bb6c-136760a0f391-240-fragmented.mp4" framerate="30" duration="197" isDefault="false"/>
            </media:group>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/previews/d78f1b4c-9428-4740-be95-602559ca8d81.jpg"/>
            <media:thumbnail url="https://peertube.civl.cc/lazy-static/thumbnails/3993ed99-dd9d-446d-9648-38469490c057.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">Beat Saber - Vortex by kochikok</media:title>
            <media:description type="plain">The character model I used has some issues, it looks like my hands and arms are clipping through the body constantly... but oh well. Still pretty happy with my performance, given that I hadn't played in a while. The song is by an artist named k...</media:description>
        </item>
    </channel>
</rss>