My favorite type of conference β 1 day, single track with a ton of great folks to chat with
My favorite type of conference β 1 day, single track with a ton of great folks to chat with
I've got my ticket!
Who else is going to @syncconf.bsky.social?
Really looking forward to Sync Conf!
We are at an epoch moment with AI, everything is changing, and the abstractions we build on are chaining to enable it.
Sync is that abstraction, and this conference is going to be one that is remembered as instrumental.
Announcing Sync Conf 2025. Join us in SF on Nov 12th.
We've talked about it, but it would likely be tied to a spesific over-the-write protocol for the change messages.
Instead we were thinking it would be the ideal one for a "custom sync collection guide", showing how the internal sync abstraction works.
Becomes copy-past for each implementation too.
We've just delivered a 100x write performance bump with our latest release of Electric. How? We threw away our storage engine and built a new one designed for sync π§΅
electric-sql.com/blog/2025/08...
Agentic AI, beneath all the hype, is actually just normal software. You can build agentic systems with a database, standard web tooling and real-time sync.
You can just write to a database
Dev tools coming soon to @tanstack.com DB!
The best client side state libs have brilliant dev tools, this is even more important for DB as you store so much state in it.
The DB dev tools will give you full visibility of all collections and live queries. ππ
ElectricSQL recently completed a 120-day reliability sprint. Our one goal: make our sync engine so boring-reliable you stop thinking about it and just build.
We chased every incident, fixed every user-reported bug, and made unglamorous work our priority. π§΅
Very excited to have reached the Beta milestone with @tanstack.com DB ππ
Itβs been a privilege to work with @tannerlinsley.com and the team on building this, absolute rock stars!
π TanStack DB now has @solidjs.com support!
π―
I will not pretend there were no complaints!
<script lang="ts"> import { useLiveQuery } from "@tanstack/svelte-db" import { eq } from "@tanstack/db" import { todoCollection } from "$lib/collections" const todosQuery = useLiveQuery((query) => query .from({ todos: todoCollection }) .where(({ todos }) => eq(todos.completed, false)) ) </script> <List items={todosQuery.data} />
TanStack DB now has @svelte.dev support!
French alps ποΈ
bsky.app/profile/samw...
French alps ποΈ
bsky.app/profile/samw...
French alps ποΈ
bsky.app/profile/samw...
This is the French Alps - starting point Les Carroz, a beautiful chocolate box village at about 1200m. Only about a hour from Geneva.
I love the alps even move in the summer than in the winter. You'll visit once, and just keep coming back.
Perfect lunch stop with the family after a 3hr hike! π
PGlite (WASM Postgres) now gets over 1 million downloads a week! π€―π
Absolutely incredible to see how people have embraced what we have built.
Awesome work by the team!
PGlite (WASM Postgres) now gets over 1 million downloads a week! π€―π
Absolutely incredible to see how people have embraced what we have built.
Awesome work by the team!
Les Carroz in the French Alps. Love it even more in the summer than in the winter.
So many great day trips, walks and activities for the kids.
Home for the next few weeks π
Love the ποΈ in the summer!
Really looking forward to Sync London tomorrow!
A bunch of exciting talks from teams building real apps on sync engines ππ₯³
Not long now!
lu.ma/sync-london
Talks are shaping up great and weβre well past venue capacity. @yonz.bsky.social is airborne. @samwillis.uk has sorted out the pineapple cubes and cocktail sausages.
If youβre in London on Tuesday and have been lurking so far, nowβs your last chance!
This is an incredibly niche take, even for my corner over here.
It goes further, the iterate method computing a fixed point is referenced as "Limbo" in Inception.
IYKYN π
Christopher Nolan's Inception is actually an allegory for Differential Dataflow π€―
- Multidimensional Versioning = Nested Dream Timelines: as you iterate / move down you make a new timeline
- Frontiers = Kick Timing: a reference point across all dimensions
I'm speaking about syncing Postgres into the client with
@electric-sql.com at the SF Bay Area Postgres users groups tomorrow (Tuesday 10th June).
Online from noon local time, live stream here: www.meetup.com/postgresql-1...
Last month I spoke @pgconf.dev about @pglite.dev, how we built it and where we plan to take it π
You can now watch my talk at the link below ππ