<?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: mark gjura</title>
    <description>The latest articles on Forem by mark gjura (@mark_gjura).</description>
    <link>https://forem.com/mark_gjura</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%2F3689101%2F0cd70373-8ffc-482a-a008-05bf3ae51ec4.jpg</url>
      <title>Forem: mark gjura</title>
      <link>https://forem.com/mark_gjura</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mark_gjura"/>
    <language>en</language>
    <item>
      <title>I’m Not Technical But I’m Rebuilding Random Video Chat by Fixing the Parts Code Never Touched</title>
      <dc:creator>mark gjura</dc:creator>
      <pubDate>Fri, 02 Jan 2026 01:58:34 +0000</pubDate>
      <link>https://forem.com/mark_gjura/im-not-technical-but-im-rebuilding-random-video-chat-by-fixing-the-parts-code-never-touched-3ic0</link>
      <guid>https://forem.com/mark_gjura/im-not-technical-but-im-rebuilding-random-video-chat-by-fixing-the-parts-code-never-touched-3ic0</guid>
      <description>&lt;p&gt;Confession: I can’t code.&lt;/p&gt;

&lt;p&gt;I don’t argue about frameworks. I don’t optimize databases. I don’t say things like “just refactor it” with confidence. But I do spend an unhealthy amount of time thinking about why products feel the way they feel when you use them.&lt;/p&gt;

&lt;p&gt;That’s how I ended up building What’s The Vibe and why I think random video chat has been quietly broken for years, even though it technically works just fine.&lt;/p&gt;

&lt;p&gt;Random Video Chat Is a Speedrun to “Skip”&lt;/p&gt;

&lt;p&gt;You know the loop.&lt;/p&gt;

&lt;p&gt;You load in.&lt;br&gt;
A stranger appears.&lt;br&gt;
You say “hey.”&lt;br&gt;
They say “hey.”&lt;br&gt;
Someone skips.&lt;/p&gt;

&lt;p&gt;Repeat until you question your life choices.&lt;/p&gt;

&lt;p&gt;From the outside, platforms like Omegle look wildly successful. Millions of users, instant connections, zero friction. From the inside, it feels like a slot machine where every pull is slightly awkward.&lt;/p&gt;

&lt;p&gt;That’s not a bug. That’s the design.&lt;/p&gt;

&lt;p&gt;Everyone’s Been Fixing the Wrong Thing&lt;/p&gt;

&lt;p&gt;When people talk about improving random video chat, it usually turns into:&lt;/p&gt;

&lt;p&gt;“We need better moderation.”&lt;/p&gt;

&lt;p&gt;“We need more filters.”&lt;/p&gt;

&lt;p&gt;“We need AI to detect bad behavior.”&lt;/p&gt;

&lt;p&gt;Sure. All true. But that’s like adding cup holders to a car that doesn’t know where it’s going.&lt;/p&gt;

&lt;p&gt;The real issue is simpler and more uncomfortable: we connect people without giving them a reason to care.&lt;/p&gt;

&lt;p&gt;So they don’t.&lt;/p&gt;

&lt;p&gt;Being Non-Technical Is Actually the Superpower Here&lt;/p&gt;

&lt;p&gt;Here’s the thing I noticed as a non-technical founder:&lt;br&gt;
random video chat didn’t fail because of bad code it failed because no one questioned the premise.&lt;/p&gt;

&lt;p&gt;The product assumes:&lt;/p&gt;

&lt;p&gt;Total randomness is fun forever&lt;/p&gt;

&lt;p&gt;Awkwardness = authenticity&lt;/p&gt;

&lt;p&gt;Skipping is just how people behave&lt;/p&gt;

&lt;p&gt;But humans aren’t NPCs. We need context. Even a little bit.&lt;/p&gt;

&lt;p&gt;And that’s not something you fix with a faster backend.&lt;/p&gt;

&lt;p&gt;Context Is the Cheat Code&lt;/p&gt;

&lt;p&gt;People talk differently when they know why they’re there.&lt;/p&gt;

&lt;p&gt;Same mood. Same curiosity. Same reason to click “join.”&lt;/p&gt;

&lt;p&gt;Suddenly:&lt;/p&gt;

&lt;p&gt;Conversations last longer&lt;/p&gt;

&lt;p&gt;Skipping feels rude instead of reflexive&lt;/p&gt;

&lt;p&gt;Safety improves without screaming about safety&lt;/p&gt;

&lt;p&gt;It’s wild what happens when you give strangers literally one signal before they meet.&lt;/p&gt;

&lt;p&gt;I broke this down more deeply in a long form post on why Omegle alternatives haven’t really evolved and what video chat needs to become version 2.0:&lt;br&gt;
&lt;a href="https://whatsthevibe.co/blog/whatsthevibe-co-blog-omegle-alternatives-why-video-chat-hasnt-evolved" rel="noopener noreferrer"&gt;https://whatsthevibe.co/blog/whatsthevibe-co-blog-omegle-alternatives-why-video-chat-hasnt-evolved&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So What Am I Actually Building?&lt;/p&gt;

&lt;p&gt;What’s The Vibe isn’t trying to be louder, weirder, or more chaotic.&lt;/p&gt;

&lt;p&gt;It’s trying to answer one question before the call starts:&lt;/p&gt;

&lt;p&gt;“Why are these two people talking right now?”&lt;/p&gt;

&lt;p&gt;That’s it. That’s the bet.&lt;/p&gt;

&lt;p&gt;When conversations start with intention instead of randomness, people stop treating each other like content to swipe past.&lt;/p&gt;

&lt;p&gt;A Friendly Note to Builders&lt;/p&gt;

&lt;p&gt;If you’re technical, you already know how powerful good code is.&lt;/p&gt;

&lt;p&gt;But some problems don’t show up in logs or dashboards. They show up in that split second where a user decides to stay… or hit skip.&lt;/p&gt;

&lt;p&gt;Random video chat doesn’t need another clone.&lt;/p&gt;

&lt;p&gt;It needs someone technical or not to say, “Wait… why does this feel like this?”&lt;/p&gt;

&lt;p&gt;That’s the question I’m chasing. And honestly? It’s been way more fun than I expected.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devops</category>
      <category>games</category>
    </item>
  </channel>
</rss>
