Viewing profile — quambo
quambo
HN member- Joined
- Sat, Feb 23, 2019, 11:27 AM UTC
- HN karma
- 44
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About quambo
No profile information was provided.
Recent public activity
-
comment
Comment #49162347
Hey, nice, looks like I’ll have to rerun the benchmarks soon! sqlite-wasm with opfs-sahpool has mostly behaved. No OPFS in private mode, storage may be evicted, handles can’t be pa…
-
comment
Comment #49148849
The README has had plenty of LLM help, yes. I’ve described how I use them here: https://syncular.dev/llms/ I’ll keep refining it (talking about docs, tests, benchmarks etc). LLMs a…
-
comment
Comment #49148625
[dead]
-
comment
Comment #49148515
[dead]
-
comment
Comment #49148424
[flagged]
-
comment
Comment #49144915
[dead]
-
comment
Comment #49144876
[dead]
-
comment
Comment #49144791
[dead]
-
comment
Comment #49144754
That’s kinda the tension I wanted to avoid. I’m not trying to make the whole SQL database a CRDT. CRDTs are opt-in per column. A row can keep normal, queryable fields like project_…
-
comment
Comment #49144662
[flagged]
- comment
-
comment
Comment #49143700
Thanks for pointing me there! Posted to their discord, but seems not so active.
-
comment
Comment #49143648
[dead]
-
comment
Comment #49143551
[dead]
-
comment
Comment #49143492
Both use local SQLite and keep the backend authoritative. The main difference is that PowerSync mostly handles downstream replication and gives you an upload queue; your API still …
-
comment
Comment #49143277
Nice! Would recommend to decouple as much as possible and have tons of testing, every issue thats catched before having to go to the length of debugging client side issues is gonna…
-
comment
Comment #49143208
It’s great to see apps being shipped with offline first (and flawless syncing as an optional feature) from ground up, sad to see many modern notes apps like notion or capacities tr…
-
comment
Comment #49142812
Hi HN! I’ve been circling this problem for a long time. In 2019 I built an offline-first datastore called debe. It used CRDTs and multi-master replication and never became somethin…
- story
-
comment
Comment #19232802
I've just found a solution that works pretty nicely for me: Coda. It has an integrated SSH terminal, it has FTPS and uploads changes to files on save and it has support for many la…