I run multiple $10K MRR companies on a $20/month tech stack
41–50 of 539 posts
Re: I run multiple $10K MRR companies on a $20/month tech stack
#42Pretty sure this is just written by AI... Why else would someone call "Sonnet 3.5 Sonnet and gpt 4o' high end models.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#43A lot of this advice is good or at least interesting. A lot of it is questionable. Python is completely fine for the backend. And using SQLite for your prod database is a bad idea, just use Postgres or similar.
There’s a lot to be said about his approach with go for simplicity. Python needs virtual environments, package managers, dependencies on disk, a wsgi/asgi server to run forked copies of the server, and all of that uses 4x-20x the ram usage of go. Docker usually gets involved around here and before you know it you’re neck deep in helm charts and cursing CNI configs in an EKS cluster. The go equivalent of just coping o…
It is not. Simple. It may be "easy" but easy != simple (simple is hard, I tend to say).
I'm currently involved in a project that was initially layed out as microservices in rust and some go, to slowly replace a monolyth Django monstrosity of 12+ years tech debt.
But the new hires are pushing back and re-introducing python, eith that argument of simplicity. Sure, python is much easier than a rust equivalent. Esp in early phases. But to me, 25+ years developer/engineer, yet new to python, it's unbelievable complex. Yes, uv solves some. As does ty and ruff. But, my goodness, what a mess to set up simple ci pipelines, a local development machine (that doesn't break my OS or other software on that machine). Hell, even the dockerfiles are magnitudes more complex than most others I've encountered.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#44Re: I run multiple $10K MRR companies on a $20/month tech stack
#45Just in case, if there are others like me who where wondering what does "MRR" means, it seems to be "monthly recurring revenue".
I'm just curious but is it the case that you signed up here 16 years ago and you didn't know what MRR means?
Honestly, yes. I'm on HN for tech content, I don't really care about startups and the business side of things, even though sometimes there are interesting reads on this side as well. Also, it may very well be the case that I rediscover the meaning of MRR for the second or third time in sixteen years :).
Re: I run multiple $10K MRR companies on a $20/month tech stack
#46Pretty sure this is just written by AI... Why else would someone call "Sonnet 3.5 Sonnet and gpt 4o' high end models.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#47Thinking about on how to fit everything on a $5 VPS does not help your business.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#48And, not sure I'm correct, but I felt Postgresql has more optimized storage if you have large text data than SQLite, at least for me I had storage full with SQLite, but same application on Postgresql never had this issue
Re: I run multiple $10K MRR companies on a $20/month tech stack
#49Is infra where investors money is going? I imagined salaries would be it. Marketing costs maybe.
Re: I run multiple $10K MRR companies on a $20/month tech stack
#50Here’s the more honest one i wrote a while back: