I've since tested that theory on the Google Play Store (iOS has one built in), and it was depressingly true. The slow part was trying to find an app that didn't waste your time with ads.
Software for One
131–140 of 301 posts
Re: Software for One
#132Writing code with real use is very different from writing code for the sake of writing (looks cool, sounds cool). Writing code with one user is the base case of a “why am I writing this” recursion - because I use it. Every action leads to next insight. For me, a browser extension that provides a table of content to chat interfaces because I always need to scroll up and down to read preview queries. Writing browser ex…
Re: Software for One
#133This is such a romantic idea, but unfortunately Apple and Google are hostile to this model. Of the two, iOS is /worst/ for running vibe coded apps. 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. Distribution is a also pain in the ass even for personal use alone (you can't just toss around an IPA). Finally, so many useful APIs are totally locked u…
> 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. No complaints over paying more than >$100 a month in subscriptions with coding agents but $99 a year is some how too much? Yet another reason why “developers” are just consumers that are selective complainers that want their tools to cost $0.00. Clearly as already stated in the article, hosting and…
Just discovered webxdc in another comment here! https://delta.chat/en/2025-01-23-webxdc-no-billionaires
Re: Software for One
#134Things I've built in the last month or so: * A personal music player for Apple Music with an embedded agent loop, so I can say things like "I'm going to work in the wood shop, play woodworking-appropriate music and keep the playlist full and non-repeating indefinitely". * A calorie/protein tracker that takes 1-liner summaries of meals, resolves them to macros with GPT5 calls, and tracks them in SQLite. * A macOS menu…
Re: Software for One
#135Earlier quoted context omitted.
I've been living in scandinavia for several years and I've never seen this happen in person. Just on reddit and now here. I kinda doubt it's something widespread.
Around here (Northern Jutland, Danmark) this is the norm. But do doubt away. :) Please see the official guidelines: https://www.sst.dk/vidensbase/graviditet-og-smaaboern/barnet...
Re: Software for One
#136Earlier quoted context omitted.
> Things like this are easy with a simple agent loop. To be fair, they’re also easy (trivial, even) without one. It’s not like “play more music like this” is something we ever needed AI for.
> It’s not like “play more music like this” is something we ever needed AI for. Borderline off-topic, but I love how fast the goal post moves. A decade or two ago "Similar music to this" was definitively in the realm of AI/ML, now it's some full-stack dev's afternoon to implement.
Re: Software for One
#137In my line of work, we convert words to numbers, and we have a codex that defines meanings for the numbers; that way, we can write publicly but (in making sure we choose words that, when converted to numbers, convert to numbers that have the second meaning we want) our public writing will only be understood on this second level with this second meaning only by those who use this system and codex. It's something like…
Re: Software for One
#138Thariq wrote "personal software was a bit early in 2020 but in 2026, it really can be as personal as a home cooked meal, or a handwritten letter." Excuse me??? Vibe-coding personal software is not a homecooked meal or a handwritten letter! It is [at best!] more akin to tastefully combining microwaved ramen with microwaved veggies and toaster oven chicken, or using ChatGPT to write a letter then editing it afterwards.…
Re: Software for One
#139Earlier quoted context omitted.
> A personal music player for Apple Music with an embedded agent loop, so I can say things like "I'm going to work in the wood shop, play woodworking-appropriate music and keep the playlist full and non-repeating indefinitely". how is AI (or a human for that matter) supposed to know what “woodworking-appropriate music is”? I had the same thoughts when spotify released their “let AI make a playlist for you”. Like, we…
> how is AI (or a human for that matter) supposed to know what “woodworking-appropriate music is”? It doesn't, but you'll believe it is because that's what you asked for. It's not like you have a solid test for what it is yourself
Re: Software for One
#140Side note, why not just deploy onto a VPS and save the money from using hosted services, as well as protecting yourself from when they inevitably go down? The CBA clearly shows that while active development is going on its trivial to have hosted service subscriptions because the AI sub is way more, but what if that sub disappears? You're left paying (relatively) exorbitant amounts compared to $1-10 per month per VPS…
I spend $2/month on my VPS, write my code in HTML/CSS/Javascript with Posgresql along with other Unix (FreeBSD) tools and the standard languages and get similar things done.