<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>kbarr Blog</title>
        <link>https://kingbenny101.github.io/kbarr/blog</link>
        <description>kbarr Blog</description>
        <lastBuildDate>Fri, 12 Jun 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Release prep]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/06/12/release-prep</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/06/12/release-prep</guid>
            <pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Trying to get ready for a proper release of kbarr.]]></description>
            <content:encoded><![CDATA[<p>Trying to get ready for a proper release of kbarr.</p>
<p>This will probably be the last release. I aint working on this project anymore.</p>
<p>Good learning experience on abusing AI to do work for me.</p>
<p>Learned a lot about project management.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[So much Claude]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/06/09/so-much-claude</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/06/09/so-much-claude</guid>
            <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[I've been using Claude a lot recently, and it's been pretty good.]]></description>
            <content:encoded><![CDATA[<p>I've been using Claude a lot recently, and it's been pretty good.</p>
<p>Made my anime torrent search engine into a proper project. Check it out <a href="https://github.com/KingBenny101/kbdex" target="_blank" rel="noopener noreferrer" class="">here</a>.</p>
<p>It has a web interface. You can search torrents directly.</p>
<p>I made some changes to the kbarr code base too, mainly refactoring the structure. Moved to Docusaurus for documentation.</p>
<p>Need to make kbarr more modular and easier to maintain.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[New search engine]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/06/04/new-search-engine</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/06/04/new-search-engine</guid>
            <pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Vibe coded a new search engine for anime torrents.]]></description>
            <content:encoded><![CDATA[<p>Vibe coded a new search engine for anime torrents.</p>
<p>It uses nyaa.si as the source and is pretty fast.</p>
<p>Will be developing it as a standalone project.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Vibe coding]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/06/03/vibe-coding</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/06/03/vibe-coding</guid>
            <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Started the day by trying to figure out how to check if episodes of a season are present in the drive.]]></description>
            <content:encoded><![CDATA[<p>Started the day by trying to figure out how to check if episodes of a season are present in the drive.</p>
<p>Vibe coding is sometimes difficult, smh.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Insane progress]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/06/02/insane-progess</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/06/02/insane-progess</guid>
            <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Claude in planning mode is wild.]]></description>
            <content:encoded><![CDATA[<p>Claude in planning mode is wild.</p>
<p>Significant amount of progess today.</p>
<p>Now can add anime, monitor episodes and seasons, and trigger downloads.</p>
<p>Have to work on identifying the correct torrent for a given episode, but the core flow is there.</p>
<p>Peak, got a nice system working. You can add an anime, it will search and download the best torrent.</p>
<p>If the torrent fails, then it researches and tries again.</p>
<p>However, sometimes it might not download the entire season but still mark as completed.</p>
<p>Need a system to check if all episodes are present in drive.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Claude purchase]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/05/31/claude-purchase</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/05/31/claude-purchase</guid>
            <pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Bought claude.]]></description>
            <content:encoded><![CDATA[<p>Bought claude.</p>
<p>Insane progress. Cleaned UI. Moved back to REST from gRPC.</p>
<p>RCB won IPL 2026, not a good day.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Frontend Shit]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/05/30/frontend-shit</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/05/30/frontend-shit</guid>
            <pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Took so long to center shit. Had to do it manually cause AI sucks.]]></description>
            <content:encoded><![CDATA[<p>Took so long to center shit. Had to do it manually cause AI sucks.</p>
<p>Mantine is nice tho.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Architecture notes]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/05/29/architecture-notes</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/05/29/architecture-notes</guid>
            <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[This post covers the current architecture of kbarr.]]></description>
            <content:encoded><![CDATA[<p>This post covers the current architecture of kbarr.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="current-structure">Current structure<a href="https://kingbenny101.github.io/kbarr/blog/2026/05/29/architecture-notes#current-structure" class="hash-link" aria-label="Direct link to Current structure" title="Direct link to Current structure" translate="no">​</a></h2>
<ul>
<li class=""><code>services/core</code> handles the main API and frontend serving</li>
<li class=""><code>services/downloader</code>, <code>services/indexer</code>, and <code>services/metadata</code> are separate services for handling downloads, indexing, and metadata fetching respectively</li>
<li class="">All are docker containers managed by docker-compose</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[First post]]></title>
            <link>https://kingbenny101.github.io/kbarr/blog/2026/05/29/first-post</link>
            <guid>https://kingbenny101.github.io/kbarr/blog/2026/05/29/first-post</guid>
            <pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Got tired of sonarr not being able to find the anime I wanted, it used TVDB which is very incomplete for anime.]]></description>
            <content:encoded><![CDATA[<p>Got tired of sonarr not being able to find the anime I wanted, it used TVDB which is very incomplete for anime.</p>
<p>Wanted to learn Go.</p>
<p>I also liked vibe coding.</p>
<p>Also blog posts. Cringe</p>]]></content:encoded>
        </item>
    </channel>
</rss>