Advertisement Β· 728 Γ— 90

Posts by Sam Willis

My favorite type of conference β€” 1 day, single track with a ton of great folks to chat with

7 months ago 7 1 1 0

I've got my ticket!
Who else is going to @syncconf.bsky.social?

7 months ago 2 0 0 0

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.

7 months ago 3 0 0 0
Video

Announcing Sync Conf 2025. Join us in SF on Nov 12th.

7 months ago 30 10 2 12

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.

7 months ago 0 0 1 0
Preview
Electric 1.1: new storage engine with 100x faster writes | ElectricSQL How we built a new storage engine for Electric, why we did it now, and how it delivers lower latency, higher throughput, and zero‑downtime deploys.

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...

7 months ago 13 4 1 1
Video

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.

7 months ago 13 7 2 2

You can just write to a database

7 months ago 6 1 0 0
Video

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. πŸš€πŸŽ‰

7 months ago 8 0 1 0
Advertisement

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. 🧡

8 months ago 33 6 2 1

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!

8 months ago 10 2 0 0
Video

πŸŽ‰ TanStack DB now has @solidjs.com support!

8 months ago 55 9 3 2

πŸ’―

8 months ago 1 0 0 0

I will not pretend there were no complaints!

8 months ago 4 0 0 0
<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} />

<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!

8 months ago 63 10 1 1

French alps πŸ”οΈ
bsky.app/profile/samw...

8 months ago 0 0 0 0

French alps πŸ”οΈ
bsky.app/profile/samw...

8 months ago 1 0 0 0

French alps πŸ”οΈ
bsky.app/profile/samw...

8 months ago 0 0 0 0
Advertisement

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.

8 months ago 7 0 0 3
Video

Perfect lunch stop with the family after a 3hr hike! 😊

8 months ago 404 13 19 0
Post image

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!

8 months ago 63 11 1 2
Post image

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!

8 months ago 63 11 1 2

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.

9 months ago 3 0 0 0
Video

Home for the next few weeks 😁
Love the πŸ”οΈ in the summer!

9 months ago 4 0 1 0

Really looking forward to Sync London tomorrow!
A bunch of exciting talks from teams building real apps on sync engines πŸš€πŸ₯³

9 months ago 1 1 0 0
Preview
Sync London Β· Luma Interesting in building products on a local-first / sync engine architecture? Come along to the first Sync London, a meetup to learn and talk about better ways…

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!

9 months ago 2 3 0 1
Advertisement

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 πŸ˜‚

9 months ago 4 0 0 0

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

9 months ago 4 0 0 1
Preview
"Syncing Postgres into the Client" with James Arthur, Tue, Jun 10, 2025, 12:00 PM | Meetup Join us virtually on Tuesday, June 10th for "Syncing Postgres into the Client" with James Arthur. Postgres has binary and logical replication for syncing data between repl

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...

10 months ago 6 2 0 0

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 πŸš€πŸ˜

10 months ago 6 0 0 0