<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Ishowspeedsaid.com</title>
    <description>The latest articles on Forem by Ishowspeedsaid.com (@ishowspeedsaid).</description>
    <link>https://forem.com/ishowspeedsaid</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3692074%2F3a4a04f8-3046-49d3-9283-bab2c014e5d4.png</url>
      <title>Forem: Ishowspeedsaid.com</title>
      <link>https://forem.com/ishowspeedsaid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ishowspeedsaid"/>
    <language>en</language>
    <item>
      <title>I created a Fansite for my favorite Streamer</title>
      <dc:creator>Ishowspeedsaid.com</dc:creator>
      <pubDate>Wed, 25 Mar 2026 19:37:14 +0000</pubDate>
      <link>https://forem.com/ishowspeedsaid/i-created-a-fansite-for-my-favorite-streamer-94</link>
      <guid>https://forem.com/ishowspeedsaid/i-created-a-fansite-for-my-favorite-streamer-94</guid>
      <description>&lt;p&gt;I vibecoded a Fansite for my favorite Streamer Ishowspeed. The site is Ishowspeedsaid.com&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How I Built a Search Engine for MrBeast Videos using Python &amp; Supabase</title>
      <dc:creator>Ishowspeedsaid.com</dc:creator>
      <pubDate>Sun, 04 Jan 2026 03:32:42 +0000</pubDate>
      <link>https://forem.com/ishowspeedsaid/how-i-built-a-search-engine-for-mrbeast-videos-using-python-supabase-5he4</link>
      <guid>https://forem.com/ishowspeedsaid/how-i-built-a-search-engine-for-mrbeast-videos-using-python-supabase-5he4</guid>
      <description>&lt;p&gt;I realized something recently: MrBeast has uploaded over 700 videos, but there is no easy way to search through what he actually says.&lt;/p&gt;

&lt;p&gt;If you want to find that one specific time Chandler won a challenge, or every time Jimmy mentioned "Feastables" in 2019, you have to manually scrub through hours of footage.&lt;/p&gt;

&lt;p&gt;So, I spent the last weekend building a tool to solve this.&lt;/p&gt;

&lt;p&gt;The Tech Stack&lt;br&gt;
I wanted to keep it free and fast, so I used:&lt;/p&gt;

&lt;p&gt;Python (Streamlit): For the frontend UI.&lt;/p&gt;

&lt;p&gt;Supabase: To store the database of captions.&lt;/p&gt;

&lt;p&gt;Hugging Face: To host the application.&lt;/p&gt;

&lt;p&gt;How it works&lt;br&gt;
I indexed the captions from the last 12 years of the channel. The search engine allows you to type any phrase, and it returns the exact YouTube video timestamped to that second.&lt;/p&gt;

&lt;p&gt;You can try the live demo here: ThingsMrBeastSaid.com&lt;/p&gt;

&lt;p&gt;The Challenge: Speed&lt;br&gt;
The biggest hurdle was making the search instant. Searching through millions of lines of text can be slow. I used Supabase's ilike filters to match keywords against the caption database, which returns results in under 200ms.&lt;/p&gt;

&lt;p&gt;I also implemented "Deep Linking," so you can share specific search results. For example, here is every time he mentions his Private Island or his Lamborghini giveaways.&lt;/p&gt;

&lt;p&gt;Future Plans&lt;br&gt;
I am currently logging search queries to see what people are looking for most. Surprisingly, "Money" isn't the top result—people are mostly looking for specific funny moments from the crew (Karl, Chandler, etc.).&lt;/p&gt;

&lt;p&gt;If you're a developer or just a fan, check it out and let me know what you think!&lt;/p&gt;

&lt;p&gt;Live Link: &lt;a href="http://www.thingsmrbeastsaid.com" rel="noopener noreferrer"&gt;www.thingsmrbeastsaid.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>webdev</category>
      <category>website</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
