HackerTrans
TopNewTrendsCommentsPastAskShowJobs

runningamok

no profile record

Submissions

Why Cinapse Moved Away from CRDTs for Sync

powersync.com
2 points·by runningamok·9 месяцев назад·0 comments

Glue teams vs. back-office teams

posthog.com
2 points·by runningamok·10 месяцев назад·0 comments

What synced in-app SQLite brings to Expo apps

expo.dev
4 points·by runningamok·11 месяцев назад·1 comments

Developer Benefits of Local-First

powersync.com
2 points·by runningamok·2 года назад·0 comments

Electric Next: clean rebuild of the Electric SQL sync engine

next.electric-sql.com
2 points·by runningamok·2 года назад·0 comments

The Local-First Landscape

syntax.fm
4 points·by runningamok·2 года назад·0 comments

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

youtube.com
3 points·by runningamok·2 года назад·0 comments

The historical case for fair source

openpath.chadwhitacre.com
1 points·by runningamok·2 года назад·0 comments

[untitled]

1 points·by runningamok·2 года назад·0 comments

The local-first development paradigm: Lessons from building NomadNotes

offerzen.com
1 points·by runningamok·2 года назад·0 comments

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

powersync.com
4 points·by runningamok·2 года назад·0 comments

What if serverless meant no backend servers?

subzero.cloud
120 points·by runningamok·2 года назад·135 comments

TinyBase and the Local First Movement

i-programmer.info
2 points·by runningamok·2 года назад·0 comments

comments

runningamok
·2 года назад·discuss
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 года назад·discuss
Looks interesting! What are you using for peer-to-peer data sync?
runningamok
·2 года назад·discuss
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 года назад·discuss
Agreed. Even better if it was a local-first web application.
runningamok
·2 года назад·discuss
Congrats! As a sheets user I appreciate that rows are seamlessly added as you scroll past the initial sheet size.
runningamok
·2 года назад·discuss
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 года назад·discuss
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 года назад·discuss
My mistake, I see that post wasn't written by you
runningamok
·2 года назад·discuss
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)?