6 comments

  • pornel0 minutes ago
    [delayed]
  • chrysoprace18 minutes ago
    I&#x27;m building a podcast app just for me, because the podcast app I typically use (PocketCasts) is really good but there&#x27;s just a couple of features I&#x27;d like and they don&#x27;t bring out a lot of new features since it&#x27;s not a monthly SaaS.<p>LLMs are a good help here because side projects typically slow down for me when I run into bugs &#x2F; troubleshooting. So while I genuinely believe struggle is necessary for learning, being able to get over that hump to build something I need makes a big difference.<p>I&#x27;m not vibe coding the app though, since I actually want to know what it does. But I can see it being helpful for people who just need something and don&#x27;t care about how it works.
  • roundwego11 minutes ago
    Can confirm. I spent maybe 5-6 hours rebuilding an app I did in WinForms (originally Java… I forget the framework, Swing or something?) as a web app for a small business. Nothing fancy, basic CRM with existing database ported to SQLite and hosted on a cheapo VPS. Pure Codex CLI play none of that Cursor Orca rubbish. They’re very happy with it. Responsive, dark mode, works even without JavaScript. Nice unit test suite, simple server-side rendered. The traditional way. It’s the cats ass. Additional 2 hours for a couple of new requested features. Whatever! Easy peasy.<p>At work the team is leaning be heavily into internal tooling. Doesn’t need heavy support. Doesn’t need a fancy designer. Duct tape glue and liquid wrench are more than enough. It’s quick enough that it’s throw away and so if need be we can always write a v2 without losing months or years of work. Just enough to be useful, and then back to actual work.
  • fny24 minutes ago
    This is such a romantic idea, but unfortunately Apple and Google are hostile to this model.<p>Of the two, iOS is &#x2F;worst&#x2F; for running vibe coded apps.<p>You need to pay $99 a year to be an Apple developer if you want your app to live on your phone for more than a a week.<p>Distribution is a also pain in the ass even for personal use alone (you can&#x27;t just toss around an IPA).<p>Finally, so many useful APIs are totally locked up. The fact that I cannot in 2026 extend Siri, for example, us infuriating.<p>Android is far more promising but Google recently shot themselves in the foot with their verified APK nonsense. Google&#x27;s privacy posture is infamously nonexistent as well, and I have little interest in rooting a Pixel at my age.<p>Hopefully now that enough people can vibe code, these walls will crumble a bit.
    • Georgelemental0 minutes ago
      &gt; rooting a Pixel at my age<p>Don&#x27;t do that, that&#x27;s a PITA. Put GrapheneOS on it instead—simple, no hassle, Just Works
    • pornel6 minutes ago
      App Store will be the place to download apps you can&#x27;t avoid, like your bank&#x27;s client.<p>For personal apps, the locked down stores are making themselves irrelevant. When you have software for one person, you don&#x27;t want to publish it there. You want to bypass the gatekeepers.
    • chrysoprace16 minutes ago
      Local first is a model I&#x27;m exploring. Combined with PWA it&#x27;s pretty good and doesn&#x27;t need to be native. LLMs are most useful for apps that are Good Enough™ anyway, and struggle with the remaining 5-10%.
    • 2001zhaozhao20 minutes ago
      A PWA might be well suited to your needs. Even Apple&#x27;s restrictive model leaves plenty of room to build useful apps especially if they are designed to connect to a backend (like the ones in the post).
      • fny16 minutes ago
        I have used PWAs and online web apps for a lot of my vibe coded tools, but sometimes you just want&#x2F;need native features and performance.
        • genghisjahn10 minutes ago
          I totally hear you on that, but for my one off apps (and even some of my not one off apps) if I can&#x27;t implement a feature in a PWA, I just learn to live without that feature.
    • rvz3 minutes ago
      &gt; You need to pay $99 a year to be an Apple developer if you want your app to live on your phone for more than a a week.<p>No complaints over paying more than &gt;$100 a month in subscriptions with coding agents but $99 a year is some how too much?<p>Yet another reason why “developers” are just consumers that are selective complainers that want their tools to cost $0.00.<p>Clearly as already stated in the article, hosting and distribution is not free.
  • EtienneDeLyon12 minutes ago
    [dead]
  • EtienneDeLyon12 minutes ago
    [dead]