HackerTrans
トップ新着トレンドコメント過去質問紹介求人

runningamok

no profile record

投稿

Why Cinapse Moved Away from CRDTs for Sync

powersync.com
2 ポイント·投稿者 runningamok·9 か月前·0 コメント

Glue teams vs. back-office teams

posthog.com
2 ポイント·投稿者 runningamok·10 か月前·0 コメント

What synced in-app SQLite brings to Expo apps

expo.dev
4 ポイント·投稿者 runningamok·11 か月前·1 コメント

Developer Benefits of Local-First

powersync.com
2 ポイント·投稿者 runningamok·2 年前·0 コメント

Electric Next: clean rebuild of the Electric SQL sync engine

next.electric-sql.com
2 ポイント·投稿者 runningamok·2 年前·0 コメント

The Local-First Landscape

syntax.fm
4 ポイント·投稿者 runningamok·2 年前·0 コメント

Local-first vs. offline-first in 100 Seconds [video]

youtube.com
3 ポイント·投稿者 runningamok·2 年前·0 コメント

The historical case for fair source

openpath.chadwhitacre.com
1 ポイント·投稿者 runningamok·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 runningamok·2 年前·0 コメント

The local-first development paradigm: Lessons from building NomadNotes

offerzen.com
1 ポイント·投稿者 runningamok·2 年前·0 コメント

The Current State of SQLite Persistence on the Web: February 2024 Update

powersync.com
4 ポイント·投稿者 runningamok·2 年前·0 コメント

What if serverless meant no backend servers?

subzero.cloud
120 ポイント·投稿者 runningamok·2 年前·135 コメント

TinyBase and the Local First Movement

i-programmer.info
2 ポイント·投稿者 runningamok·2 年前·0 コメント

コメント

runningamok
·2 年前·議論
There is a lot of reason to be excited about local-first and how it could enable much lower costs to build useful apps (both in terms of money and skills). AI will certainly spur that on.

But I think local-first will be of the biggest benefit to small teams of professional developers who can see local opportunities bigger corporations are missing. At least in the short term.

There are barefoot developers too, but it's not as simple as professional vs barefoot — there's a spectrum of app developers, each with their own economic rationale.
runningamok
·2 年前·議論
Looks interesting! What are you using for peer-to-peer data sync?
runningamok
·2 年前·議論
I'm not sure exactly what you're seeing but I do see a trend of Postgres products focussed on the frontend app developer e.g. Supabase, Neon.

Those developers are used to dealing with objects and types and SQL is a step further removed from what they're comfortable with.
runningamok
·2 年前·議論
Agreed. Even better if it was a local-first web application.
runningamok
·2 年前·議論
Congrats! As a sheets user I appreciate that rows are seamlessly added as you scroll past the initial sheet size.
runningamok
·2 年前·議論
To what extent is data ownership/user control still a goal of local-first? It feels like that part of the rationale has tapered off.
runningamok
·2 年前·議論
One use case where SQLite is a good option is for embedding as a local database in an app. Starting local-only with SQLite allows you to defer a lot of the backend effort while testing an MVP.
runningamok
·2 年前·議論
My mistake, I see that post wasn't written by you
runningamok
·2 年前·議論
Clarification: I'm not the author of the linked post.

I read your post some time back and feel it's been an organizing force for developers in this space — great job and thanks for the work you put into it.

I often wonder about terminology. What was the reason you chose "local-first" over "offline-first" (or even "serverfree" as in this case)?