<?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>DEV Community: Deliros</title>
    <description>The latest articles on DEV Community by Deliros (@deliros).</description>
    <link>https://dev.to/deliros</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4100407%2Fe3b2a52c-e2ef-416d-bda0-3ecdce794725.jpg</url>
      <title>DEV Community: Deliros</title>
      <link>https://dev.to/deliros</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deliros"/>
    <language>en</language>
    <item>
      <title>Vanity metrics feel precise—but often explain very little</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Sun, 06 Sep 2026 09:46:35 +0000</pubDate>
      <link>https://dev.to/deliros/vanity-metrics-feel-precise-but-often-explain-very-little-3jme</link>
      <guid>https://dev.to/deliros/vanity-metrics-feel-precise-but-often-explain-very-little-3jme</guid>
      <description>&lt;p&gt;A hundred likes looks like useful data.&lt;/p&gt;

&lt;p&gt;But what did those people actually mean?&lt;/p&gt;

&lt;p&gt;They may have agreed, enjoyed the presentation, supported the author, or simply acknowledged the post.&lt;/p&gt;

&lt;p&gt;That ambiguity is something I’m thinking about while building Callout. Instead of one generic reaction, opinions receive Based or Hot Take votes.&lt;/p&gt;

&lt;p&gt;More specific buttons can provide clearer signals, but they still cannot answer every question. Sometimes ten thoughtful responses are more valuable than one hundred effortless taps.&lt;/p&gt;

&lt;p&gt;When evaluating something you’ve built, which signal do you trust most: engagement, retention, structured votes, or written feedback?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frapyxcsi8btiebhfz34l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frapyxcsi8btiebhfz34l.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>discuss</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Your button label is part of your product logic</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Sat, 05 Sep 2026 19:05:58 +0000</pubDate>
      <link>https://dev.to/deliros/your-button-label-is-part-of-your-product-logic-4ofk</link>
      <guid>https://dev.to/deliros/your-button-label-is-part-of-your-product-logic-4ofk</guid>
      <description>&lt;p&gt;Two people can tap the same button for completely different reasons.&lt;/p&gt;

&lt;p&gt;That’s a design question I’m exploring with Callout, a social debate app where opinions receive Based or Hot Take votes.&lt;/p&gt;

&lt;p&gt;“Hot Take” might mean:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I disagree.&lt;/li&gt;
&lt;li&gt;This is controversial.&lt;/li&gt;
&lt;li&gt;This is an unusual perspective.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If people interpret a vote differently, the total can look precise while its meaning remains unclear.&lt;/p&gt;

&lt;p&gt;The test I want to run is simple: show someone the interface, ask what they expect each button to do, and compare that answer with the intended behavior.&lt;/p&gt;

&lt;p&gt;Before adding a tooltip, I want to understand whether the label itself works.&lt;/p&gt;

&lt;p&gt;How do you test UI wording in your projects?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F97ytxmbvr2y6hh2teyq4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F97ytxmbvr2y6hh2teyq4.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>ux</category>
      <category>discuss</category>
    </item>
    <item>
      <title>The Build–Listen–Improve Loop I’m Using for Callout</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Sat, 05 Sep 2026 07:53:44 +0000</pubDate>
      <link>https://dev.to/deliros/the-build-listen-improve-loop-im-using-for-callout-1mj3</link>
      <guid>https://dev.to/deliros/the-build-listen-improve-loop-im-using-for-callout-1mj3</guid>
      <description>&lt;p&gt;Shipping faster does not help when feedback arrives slowly.&lt;/p&gt;

&lt;p&gt;For my current project, &lt;strong&gt;Callout&lt;/strong&gt;, I’m deliberately using a small feedback loop:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Build one focused interaction.&lt;/li&gt;
&lt;li&gt;Show it to real people.&lt;/li&gt;
&lt;li&gt;Listen for friction—not compliments.&lt;/li&gt;
&lt;li&gt;Improve one thing and repeat.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What is Callout?
&lt;/h2&gt;

&lt;p&gt;Callout is a social debate app where people publish opinions and the community votes &lt;strong&gt;Based&lt;/strong&gt; or &lt;strong&gt;Hot Take&lt;/strong&gt;. The goal is to replace a generic like button with a verdict that actually says something.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m testing this week
&lt;/h2&gt;

&lt;p&gt;I’m looking for answers to three practical questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Can a new visitor understand the concept in under ten seconds?&lt;/li&gt;
&lt;li&gt;Does the two-choice voting flow feel obvious?&lt;/li&gt;
&lt;li&gt;Does seeing the community verdict create enough curiosity to keep scrolling?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The most useful feedback is not “looks good.” It is the moment someone hesitates, misunderstands a label, or leaves instead of taking the next action. That is the signal I can build with.&lt;/p&gt;

&lt;p&gt;You can try it here: &lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you test it, what is the first thing that feels unclear or slows you down?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>discuss</category>
      <category>indiedev</category>
    </item>
    <item>
      <title>The One Product Loop an App Needs Before More Features</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Fri, 04 Sep 2026 06:11:31 +0000</pubDate>
      <link>https://dev.to/deliros/the-one-product-loop-an-app-needs-before-more-features-119k</link>
      <guid>https://dev.to/deliros/the-one-product-loop-an-app-needs-before-more-features-119k</guid>
      <description>&lt;p&gt;It is easy to measure an unfinished app by the number of features it lacks.&lt;/p&gt;

&lt;p&gt;A more useful question is: &lt;strong&gt;does the product already contain one interaction worth repeating?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While building &lt;strong&gt;Callout&lt;/strong&gt;, I am focusing on a small loop:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Discover an opinion.&lt;/li&gt;
&lt;li&gt;Vote &lt;strong&gt;Based&lt;/strong&gt; or &lt;strong&gt;Hot Take&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;See the community verdict.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That loop needs to be clear and satisfying before the surrounding feature list grows. Notifications, profiles and discovery tools may improve retention later, but they cannot replace a weak core interaction.&lt;/p&gt;

&lt;p&gt;What is the repeatable loop at the center of the product you are building?&lt;/p&gt;

&lt;p&gt;#BuildInPublic #AppDevelopment #IndieHackers&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>buildinpublic</category>
      <category>mobile</category>
      <category>indiehackers</category>
    </item>
    <item>
      <title>When Is an App Ready Enough to Ship?</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Thu, 03 Sep 2026 21:43:57 +0000</pubDate>
      <link>https://dev.to/deliros/when-is-an-app-ready-enough-to-ship-37j2</link>
      <guid>https://dev.to/deliros/when-is-an-app-ready-enough-to-ship-37j2</guid>
      <description>&lt;p&gt;Every unfinished product has two competing lists:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What must work before anyone sees it.&lt;/li&gt;
&lt;li&gt;What would be nice to finish before launch.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;While building &lt;strong&gt;Callout&lt;/strong&gt;, I’m using one rule: the core loop should feel complete even if the surrounding product does not.&lt;/p&gt;

&lt;p&gt;For Callout, that loop is:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Post an opinion.&lt;/li&gt;
&lt;li&gt;Vote &lt;strong&gt;Based&lt;/strong&gt; or &lt;strong&gt;Hot Take&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;See the community verdict.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Features outside that loop can improve later. Waiting for every idea to be finished would delay the feedback needed to decide which ideas matter.&lt;/p&gt;

&lt;p&gt;How do you decide whether a project is ready enough to put in front of users?&lt;/p&gt;

&lt;h1&gt;
  
  
  BuildInPublic #AppDevelopment #IndieHackers
&lt;/h1&gt;

</description>
      <category>discuss</category>
      <category>buildinpublic</category>
      <category>webdev</category>
      <category>indiehackers</category>
    </item>
    <item>
      <title>What Are You Building—and Who Does It Help?</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Thu, 03 Sep 2026 11:25:32 +0000</pubDate>
      <link>https://dev.to/deliros/what-are-you-building-and-who-does-it-help-1i0i</link>
      <guid>https://dev.to/deliros/what-are-you-building-and-who-does-it-help-1i0i</guid>
      <description>&lt;p&gt;Building an app, SaaS or developer tool? Introduce it in the comments 👇&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Share your project link.&lt;/li&gt;
&lt;li&gt;Tell us who it helps.&lt;/li&gt;
&lt;li&gt;Mention one technical decision you’d welcome feedback on.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m an app developer currently building &lt;strong&gt;Callout&lt;/strong&gt;, a social debate app where opinions receive &lt;strong&gt;Based&lt;/strong&gt; or &lt;strong&gt;Hot Take&lt;/strong&gt; community verdicts.&lt;/p&gt;

&lt;p&gt;One product question I’m exploring is whether specific reactions communicate more useful feedback than a generic like.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Follow along for the app-building journey.&lt;br&gt;
#BuildInPublic #AppDevelopment #IndieHackers&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frzim5g6oirg2gpmszs2g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frzim5g6oirg2gpmszs2g.png" alt="What are you building today? Teal maker-community graphic" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>buildinpublic</category>
      <category>webdev</category>
      <category>indiehackers</category>
    </item>
    <item>
      <title>Looking to Connect With Fellow App and Tool Builders</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Wed, 02 Sep 2026 23:51:43 +0000</pubDate>
      <link>https://dev.to/deliros/looking-to-connect-with-fellow-app-and-tool-builders-4h8o</link>
      <guid>https://dev.to/deliros/looking-to-connect-with-fellow-app-and-tool-builders-4h8o</guid>
      <description>&lt;p&gt;Hey builders 👋&lt;/p&gt;

&lt;p&gt;I’d like to meet developers working on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Mobile apps and web products&lt;/li&gt;
&lt;li&gt;SaaS&lt;/li&gt;
&lt;li&gt;AI tools&lt;/li&gt;
&lt;li&gt;Automations and developer tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Share three things in the comments:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Your project link&lt;/li&gt;
&lt;li&gt;Who it helps&lt;/li&gt;
&lt;li&gt;One technical or product decision you’re figuring out&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I’m an app developer currently building &lt;strong&gt;Callout&lt;/strong&gt;, a social debate app where opinions receive &lt;strong&gt;Based&lt;/strong&gt; or &lt;strong&gt;Hot Take&lt;/strong&gt; community verdicts.&lt;/p&gt;

&lt;p&gt;The product question I’m exploring: do specific reactions tell us more than a generic like?&lt;/p&gt;

&lt;p&gt;Try it here: &lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What are you building?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F85763xq6z9btrad5phqb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F85763xq6z9btrad5phqb.png" alt="Building Something? teal maker-community graphic" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>buildinpublic</category>
      <category>webdev</category>
      <category>indiehackers</category>
    </item>
    <item>
      <title>What Did You Build Today?</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Wed, 02 Sep 2026 13:33:00 +0000</pubDate>
      <link>https://dev.to/deliros/what-did-you-build-today-524m</link>
      <guid>https://dev.to/deliros/what-did-you-build-today-524m</guid>
      <description>&lt;p&gt;Not every productive day ends with a launch. Sometimes the real progress is a finished screen, a bug removed, a cleaner onboarding flow, or an experiment that finally taught you something.&lt;/p&gt;

&lt;p&gt;What did you move forward today? Share your app, feature, design, or small improvement below—and mention the one part where honest feedback would help most.&lt;/p&gt;

&lt;p&gt;I’m continuing to build &lt;strong&gt;Callout&lt;/strong&gt;, a social debate app exploring a clearer alternative to generic likes. Every opinion receives a community verdict of &lt;strong&gt;Based&lt;/strong&gt; or &lt;strong&gt;Hot Take&lt;/strong&gt;, followed by discussion. The goal is to make reactions more meaningful and give opinions a little more weight.&lt;/p&gt;

&lt;p&gt;Try Callout: &lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now it’s your turn: what did you build?&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9xzus67noglu3psw2qfm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9xzus67noglu3psw2qfm.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>crypto</category>
      <category>buildinpublic</category>
      <category>indiehackers</category>
      <category>webdev</category>
    </item>
    <item>
      <title>What Are You Shipping This Week?</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Tue, 01 Sep 2026 14:10:38 +0000</pubDate>
      <link>https://dev.to/deliros/what-are-you-shipping-this-week-335p</link>
      <guid>https://dev.to/deliros/what-are-you-shipping-this-week-335p</guid>
      <description>&lt;p&gt;Shipping is where an idea finally meets real users.&lt;/p&gt;

&lt;p&gt;What app, feature, experiment, or update are you putting into the world this week? Share it below, along with the one part where honest feedback would help most.&lt;/p&gt;

&lt;p&gt;I’m currently shipping improvements to &lt;strong&gt;Callout&lt;/strong&gt;, a social debate app built around a simple experiment: what happens when opinions receive a real community verdict instead of another generic like?&lt;/p&gt;

&lt;p&gt;On Callout, every take can be judged &lt;strong&gt;Based&lt;/strong&gt; or &lt;strong&gt;Hot Take&lt;/strong&gt;. The goal is to make reactions clearer, discussions more interesting, and opinions feel like they carry some weight.&lt;/p&gt;

&lt;p&gt;You can try it here: &lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now it’s your turn—what are you shipping?&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0j3yvzi5ttu22drbqslr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0j3yvzi5ttu22drbqslr.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>buildinpublic</category>
      <category>indiehackers</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Building a social app around verdicts instead of likes</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Mon, 31 Aug 2026 11:37:35 +0000</pubDate>
      <link>https://dev.to/deliros/building-a-social-app-around-verdicts-instead-of-likes-5a9j</link>
      <guid>https://dev.to/deliros/building-a-social-app-around-verdicts-instead-of-likes-5a9j</guid>
      <description>&lt;p&gt;I’m currently building Callout, a social debate app based on a simple question: what happens when opinions receive meaningful verdicts instead of generic likes?&lt;/p&gt;

&lt;p&gt;Every opinion can be judged as &lt;strong&gt;Based&lt;/strong&gt; or a &lt;strong&gt;Hot Take&lt;/strong&gt;. The aim is to make reactions more expressive while keeping the interaction quick.&lt;/p&gt;

&lt;p&gt;The interesting development challenge is balancing simplicity with enough personality to make people want to participate.&lt;/p&gt;

&lt;p&gt;I’m sharing the project as I build it and would appreciate feedback from other developers:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>indiedev</category>
      <category>buildinpublic</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Building a Social App Around “Based or Hot Take”</title>
      <dc:creator>Deliros</dc:creator>
      <pubDate>Sat, 29 Aug 2026 15:45:12 +0000</pubDate>
      <link>https://dev.to/deliros/building-a-social-app-around-based-or-hot-take-od1</link>
      <guid>https://dev.to/deliros/building-a-social-app-around-based-or-hot-take-od1</guid>
      <description>&lt;p&gt;Callout is experimenting with a simple idea: choosing a side can be more engaging than pressing Like.&lt;/p&gt;

&lt;p&gt;Every opinion is published as a Take and receives a Based or Hot Take verdict. Discussions can continue through threaded Takes, Guilds and Battles.&lt;/p&gt;

&lt;p&gt;The product is live and being improved in public. Try it and follow the account to watch the development process.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://callout-social.onrender.com/" rel="noopener noreferrer"&gt;https://callout-social.onrender.com/&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>startup</category>
      <category>buildinpublic</category>
    </item>
  </channel>
</rss>
