Why haven't local-first apps become popular?
11–20 of 494 posts
Re: Why haven't local-first apps become popular?
#12But also nowadays you want to have information from other computers. Everything from shared calendars to the weather, or a social media entry. There's so much more you can do with internet access, you need to be able to access remote data.
There's no easy way to keep sync, either. Look at CAP theorem. You can decide which leg you can do without, but you can't solve the distributed computing "problem". Best is just be aware of what tradeoff you're making.
Re: Why haven't local-first apps become popular?
#13Re: Why haven't local-first apps become popular?
#14When you do serverside stuff you control everything. What users can do, and cannot do.
This lets you both reduce support costs as it is easier to resolve issues even by ad-hoc db query, and more importantly - it lets you retroactively lock more and more useful features behind paywall. This is basically The DRM for your software with extra bonus - you don't even have to compete with previous version of your own software!
i want my local programs back, but without regulatory change it will never happen.
Re: Why haven't local-first apps become popular?
#15[1] GitHub: https://github.com/hasanhaja/tasks-app/ [2] Deployed site: https://tasks.hasanhaja.com/
Re: Why haven't local-first apps become popular?
#16> Offline-first apps sound like the future: instant loading, privacy by default, and no more spinning loaders on flaky connections. The future? I thought all apps were like this before this web2.0 thing ruined it.
Re: Why haven't local-first apps become popular?
#17It’s a least-common denominator effect. I.e., most people don’t care. Local-first is optimal for creative and productivity apps. (Conversely, non-local-first are terrible for these.) But most people are neither creative nor optimally productive (or care to be).
it's not that they "don't care", but that they dont know this is an issue that needs to be cared about. Like privacy, they didnt think they need it until they do, but by then it's too late.
Re: Why haven't local-first apps become popular?
#18The author’s journey is probably just starting. I had this exact mindset about 10 years ago. Long story short: distributed systems are hard. A linear log of changes is an absolute lie, but it is a lie easy to believe in.
While this may be true, the central issue is a different one: most users and/or developers are not very privacy-conscious, so they don't consider it to be worth the effort to solve the problems that go in hand with such distributed systems.
Re: Why haven't local-first apps become popular?
#19Re: Why haven't local-first apps become popular?
#20Lotus Notes solved syncing for object databases but the world forgot https://en.wikipedia.org/wiki/HCL_Notes
Ahhh Lotus Notes... in many ways ahead of its time, timeless and horribly outdated at the same time.
If that was deterministic, that was a very bad idea.