

I feel like most people don’t buy software anymore. Everything runs in the browser.
Like, nerds and enthusiasts and game playing people sure. But most people? Nah. It’s all Instagram, Facebook, tiktok, Reddit, YouTube. Maybe like roll20 if they’re a dnd nerd. Most people aren’t doing Photoshop or blender.




There was a website where users could request something or other, like a PDF report. Users had a limited number of tokens per month.
The client would make a call to the backend and say how many tokens it was spending. The backend would then update their total, make the PDF, and send it.
Except this is stupid. First of all, if you told it you were spending -1 tokens, it would happily accept this and give you a free token along with your report.
Second of all, why is the client sending that at all? The client should just ask and the backend should figure out if they have enough credit or not.