← Back to context

Comment by adrianwaj

4 days ago

Do you run the app locally?

If it's not local, I saw this comment: https://news.ycombinator.com/item?id=47085906

"This entire stack could give you computing power equivalent to a 25k euro/month AWS bill for the cost of electricity (same electricity cost as running a few fridges 24/7) plus about 50k euros one-time to set it up (about 4 Mac Studios). And yes, it's redundant, scalable, and even faster (in terms of per-request latency) than standard AWS/GCP cloud bloat. Not only is it cheaper and you own everything, but your app will work faster because all services are local (DB, Redis cache, SSD, etc.) without any VM overhead, shared cores, or noisy neighbours."

Makes me think there will be these prompts like "convert this app to suit a new stack for my hardware for locally-optimized runtime."

How are people building the best local stacks? Will save people a ton of money if done well.