←back to thread

175 points chilipepperhott | 1 comments | | HN request time: 0.207s | source
Show context
kylecordes ◴[] No.44474821[source]
Local first is easier to scale technically.

Paid hosted software is easier to scale financially.

Without the latter, it's very hard to come up with the money to pay people to build, to support the market, etc.

replies(1): >>44475975 #
1. ccorcos ◴[] No.44475975[source]
I’m not sure it’s that clear…

Take an application like Slack and consider how to scale it local-first for a team with 1000 people.

And then consider how to coordinate deployment of new features and schema migrations…

Compare that with running a centralized server, which is going to be much easier.