Live data from Hacker News

Your app subscription is now my weekend project

rselbach.com

231–240 of 390 posts

Re: Your app subscription is now my weekend project

#231

Earlier quoted context omitted.

And so the solution is… paying Anthropic $200/mo…

All of the projects OP mentioned could be vibe coded for <$10 worth of GLM-4.7

The inference is cheap, but the context window costs for iteratively debugging architecture issues add up fast. Things like state management or migrations usually require feeding the whole stack back in multiple times, which blows past that budget pretty quickly in my experience.

Re: Your app subscription is now my weekend project

#232
post #9

Earlier quoted context omitted.

Most apps rationale for subscriptions is "Ongoing development" without an option like jetbrains etc. to fall back to a perpetual license. In practice, regardless of whether an app needs ongoing development or not, this is the best way to try to guarantee continuous income and make a living off of a project I guess. Perhaps LLM's will force developers/companies to change their stance and to stop users from recreating…

It is not irrational on the part of the developer -- I've definitely felt this too. The problem comes from the fact that practically everyone has subscription fatigue these days, and each of us probably has only a few pieces of software we truly care about enough to want to support them out of the goodness of our hearts. But everyone wants us to pay $10/mo. It just isn't sustainable from a consumer perspective.

It certainly was when the options were pirate or buy, and the prices per year were much higher than $10/mo gets you.

The BIG difference is that we didn't felt entitled to use everything that is fashionable or switch apps every couple of months.

We would do a research across several magazines, local computer clubs, and the few lucky ones that had online access, some BBS or Usenet groups, then buy that one package and live with it for a couple of years, regardless of their limitations.

Re: Your app subscription is now my weekend project

#233
You too can implement a slither of the features you need right now in an insecure form without hosting, support, maintenance or future development.

This reminds me of the people who think they can build docsend in a weekend. No, you cannot. You can build a wee throwaway app with some of the features of docsend. But that is not equivalent to what people pay docsend for.

Businesses and SaaS aren’t just a bunch of static code. Code is a part of them, but it’s actually a minority of the work and the service. It’s very common to see founders fall out because CTOs believe product and company = tech and CEOs do not.

If you’re a technical founder, learning this lesson will separate you from the pack.

Re: Your app subscription is now my weekend project

#234
post #123

Building (or vibecoding) a markdown editor for a single user and their specific use case, for a 100 users, and for 10,000 users takes different amount of time and effort. In the pre-LLM days people with resolve to make 1-user version were likely to polish it for 100-users and somewhat likely to get it to a stable place when it can satisfy thousands of users. Today on /r/macapps/ there’s a wave of apps that look good…

Lots of people threw small apps on their Github accounts for their own convenience in having a backup, and in case other people might be interested, but realistically never expected to get one more user. I have several scripts, Chrome extensions, and the like in my Github that fit that description. The difference is that coding agents let you write a one-user app at a much larger scale than before.

Re: Your app subscription is now my weekend project

#235
post #9

Earlier quoted context omitted.

It is not irrational on the part of the developer -- I've definitely felt this too. The problem comes from the fact that practically everyone has subscription fatigue these days, and each of us probably has only a few pieces of software we truly care about enough to want to support them out of the goodness of our hearts. But everyone wants us to pay $10/mo. It just isn't sustainable from a consumer perspective.

> But everyone wants us to pay $10/mo. It just isn't sustainable from a consumer perspective. And so few actually deliver $10/mo worth of value. If 1password and Fastmail - the two most important services that control my digital life - are each $60/year, that's the standard of value other SaaS companies have to beat and very few do. The ones that do are like NextDNS where they cost $20-30 per year because the people…

All bootstrapping founders should read the above post to understand why you should never build B2C.

Re: Your app subscription is now my weekend project

#236

Earlier quoted context omitted.

> Just because some products or services are great value, doesn't make other products bad value. Sorry, but no. If they're worse value than my email and password providers which my digital life revolves around and who only charge me $5/mo each, then yes those products are a bad value. I pay $3,000/yr for Altium, $200/mo for Claude Max, $60+/mo for ad-free streaming, and begrudgingly $50/mo for Adobe so I'm not agains…

Then you cannot ever buy a cup of coffee, because it's also very bad value compared to Fastmail. Or a beer. > The vast majority of SaaS I look at are hardly worth two bucks a month, let alone tens. Then why are you looking at them,

Availability is a big thing.

I don't order a coffee to my house because I can make coffee at home.

But if I'm at another city, then paying for a coffee beats not having it.

Re: Your app subscription is now my weekend project

#237

You too can implement a slither of the features you need right now in an insecure form without hosting, support, maintenance or future development. This reminds me of the people who think they can build docsend in a weekend. No, you cannot. You can build a wee throwaway app with some of the features of docsend. But that is not equivalent to what people pay docsend for. Businesses and SaaS aren’t just a bunch of stati…

“You too can implement a slither of the features you need right now in an insecure form without hosting, support, maintenance or future development.”

Intuit does just that and charges north of $100 per month.

Re: Your app subscription is now my weekend project

#238

Earlier quoted context omitted.

How are you completely disregarding the data integrity and privacy aspects of rolling your own tools? I vibecode an app that only I use and store data locally. That means my data never leaves my device, I never have to share my email with anyone, never have to enter my credit card info anywhere You buy SaaS and you have to then login, share credit card info, and have your data stored in the cloud somewhere with godkn…

Another way to look at this is that you're giving away all of your source code as context, and probably a lot of things you don't necessarily want to share, if you aren't using self-hosted models. Especially with agents that slurp up files, have access to databases, etc. You're literally giving access to your computer, your network and your data to third parties and letting them run code.

During development you don't use prod data, though. So I don't see much problem here, even if I'm developing something where I would store sensitive data later.

(If there is a bug though which I would want to debug and if I were not a developer, then your concerns are more valid)

Re: Your app subscription is now my weekend project

#239
post #5

First of all, I’m skeptical about these being free. Time isn’t free, and the tokens to make these projects certainly weren’t free. Second of all, all of these SaaS apps that don’t actually have a need for recurring charge probably should be paid one time. I don’t use Loom — I use CleanShot X and it was a one-time $30 payment and has a lot of great features I benefit from. I can’t reimplement it in $30 of tokens or $3…

how do you feel about licensing where you pay once, get the software, and have access to updates for one year? if you want future updates, you pay for another year of updates (discounted, of course, for loyalty). or is it more compelling to just have one clean, flat, lifetime rate?

I think the best way is you buy a software, and that version is supported "forever".

The developer then creates version n+1. The old version is kept supported, but new features go only into the new version, which you can optionally buy again.

Re: Your app subscription is now my weekend project

#240

Earlier quoted context omitted.

Most apps rationale for subscriptions is "Ongoing development" without an option like jetbrains etc. to fall back to a perpetual license. In practice, regardless of whether an app needs ongoing development or not, this is the best way to try to guarantee continuous income and make a living off of a project I guess. Perhaps LLM's will force developers/companies to change their stance and to stop users from recreating…

One-time purchase software would become dramatically more sustainable if platform churn could be ground to a halt. Most types of software achieved peak usability and functionality somewhere between 5 and 25 years ago and there wouldn't be much reason for anybody to upgrade if their one-time purchases continued to work in perpetuity. A substantial number even prefer e.g. Word 2000 or Photoshop CS1 over their modern in…

Yesterday's submission explained the choice of subscription precisely due to the need if ongoing development: https://news.ycombinator.com/context?id=46716385

Part will be for new features, but no doubt that another big part will be for platform support over time. There's just too little backwards compatibility guarantees nowadays from the big players. We need more Microsofts in that sense!

Post reply on HN