Earlier quoted context omitted.
I was referring to "There's also no consent banner, so this doesn't seem GDPR compliant". They explicitly state that they are GDPR compliant without the need for a consent banner.
How is this relevant if the website in question does not use Plausible? Edit: If you mean this is stated in the blog post, I can't find it
My frugal indie dev startup stack (2022)
71–80 of 219 posts
Re: My frugal indie dev startup stack (2022)
#72Earlier quoted context omitted.
I used to be CTO of an Uber Eats style service that ran on hosting costs of about £100pm. Thousands of orders every few days, real time driver tracking, self hosted invoice generation, the works. Hetzner servers, Docker Swarm and Cloudflare for the tech.
> Hetzner servers It is truly amazing to me the value that is provided by renting hardware instead of VPSes. As long as you're willing to roll your own infrastructure instead of buy into a cloud provider's infrastructure.
Uh huh. This is why DevOps/SRE roles pay more than development roles.
“Step 2: draw the rest of the owl”
Re: My frugal indie dev startup stack (2022)
#73Earlier quoted context omitted.
I meant that even for hosting in the cloud it seems high. I have a hard time understanding where the cost is coming from. I can only assume it's because of the DB as opposed to the instance or S3. I wouldn't be surprised if it was over 10x cheaper if you didn't use cloud hosting.
RDS is very expensive. Just following the console's advise for production instances (meaning Multi-AZ with a Proxy), a t3-medium (2 vCPU, 4GB) Postgres instance with 5GB storage is $130/month. You can get it down to $12/month by going with a t4g.micro (2 vCPU, 1GB RAM), single-az, no proxy, no backups, 5GB storage; with price after that scaling roughly linearly with RAM. But the interface will scream at you the entir…
Re: My frugal indie dev startup stack (2022)
#74> but self-administering the modern React deployment chain is tedious Is it? It's not the React part that's adding to the tedium, I am sure; that part can be trivially automated away. Is it any more tedious than self-administering the deployment of older-school php apps?
Re: My frugal indie dev startup stack (2022)
#75Great list, but AWS bill will run pretty high when you'll finish your credits.
Those “free” credits on these cloud providers are akin to how drug dealers sell unadulterated product in small amounts to new users to get them hooked. Then repeat business is the cut product with high markup.
The problem is that one does not simply build “cloud agnostic” services and you would probably spend a not insignificant amount of time migrating between them every year or two. But if you were really good at cloud and could do this efficiently and quickly it would probably be worth it
Re: My frugal indie dev startup stack (2022)
#76Earlier quoted context omitted.
Welcome to the cloud dystopia.
I'm so thankful my career as a developer and sysadmin preceded the cloud era. We now have a whole generation who manage cloud infrastructure but have never setup a Linux server from scratch.
Re: My frugal indie dev startup stack (2022)
#77Why shell out for 1password with its history of security problems when bitwarden is free?
Re: My frugal indie dev startup stack (2022)
#78If anyone looking for free alternative for certain tool that you can use to help your startup. Here is the open (re)source project: https://freestuff.dev/ (free stuff for developer)
Re: My frugal indie dev startup stack (2022)
#79May be a weirder question to ask, but curious about the Delaware LLC decision. If I was creating a C-corp, Delaware makes sense, but for an LLC it feels weird unless the author is in Delaware. I also don’t see any cost for registering as a foreign LLC wherever they are located, so maybe they are in Delaware.
Not OP & IANAL… by having the LLC in Delaware, it’s probably nominally easier to convert to a Delaware C corp at the desired time. Or maybe OP lives in Delaware.
You don’t get any tax benefits having the LLC in Delaware since you still have nexus in your home state and you’ve just made your situation more complicated by also having to file the nexus paperwork on top of your Delaware paperwork and fees. There are some ancillary things like being able to hide you own the LLC if you register in Delaware (or a few other states like Wyoming) but those don’t really matter for the vast majority of people.
Re: My frugal indie dev startup stack (2022)
#80It would be nice if we can see a breakdown of P&L. I see the indie dev claims to have “over 7500+ businesses” as customers. But also a very generous free tier. I see the post is getting eviscerated in the comment section. But if this person is spending mere cents in operating costs when compared to the profit earned each month or year (I think in business terms this is known as customer acquisition costs). Then I wou…
On the other hand, while OP’s stuff generally looks like some good decisions were made, there are a few items in there that just seem like criminally bad value for what you get and you wouldn’t spend near that much time and effort switching to something much cheaper. Vercel stuck out to me as one of these