jchanimal
jchris@fireproof.storage
📅 Joined in 2017
🔼 1,764 Karma
✍️ 461 posts
Load more
(Replying to PARENT post)
Cross AZ traffic is exactly the sort of thing companies with budgets need, that small projects don’t.
(Replying to PARENT post)
When I started reading blogs, the format reminded me of his essays.
(Replying to PARENT post)
I agree MCP isn’t a big change, but that is a good thing. It’s more about making the implicit interface into something portable and reusable.
Most posix commands aren’t impressive in their own right, it’s the composability that gives them power. MCP plus data sync is similar.
(Replying to PARENT post)
This is a super simple codebase so if you fork it and make something real, please share it with us.
(Replying to PARENT post)
Merkle proofs are rad b/c they build causal consistency into the protocol. But there are lots of ways to find agreement about the latest operation in distributed systems. I've built an engine using deterministic merge -- if anyone wants to help with lowest common ancestor algorithms it's all Apache/MIT.
While deterministic merge with an immutable storage medium is compelling, it doesn't solve the finality problem -- when is an offline peer too out-of-date to reconcile? This mirrors the transaction problem -- we all need to agree. This brings the question I'm curious about to the forefront: can a Merkle CRDT use a Calvin/Raft-like agreement protocol to provide strong finality guarantees and the ability to commit snapshots globally?
Apologies for the noise.
(Replying to PARENT post)
Spam would be raising the topic on unrelated posts. This is a context where I can find people who get it. The biggest single thing we need now is critical feedback on the tech from folks who understand the area. You’re right I probably should have raised the questions about mergability and finality without referencing other discussions.
Because I don’t want to spam, I didn’t link externally, just to conversation on HN. As a reader I often follow links like this because I’m here to learn about new projects and where the people who make them think they’ll be useful.
ps I emailed the address in your profile, I have a feeling you are right about something here and I want to explore.
(Replying to PARENT post)
Perhaps worth seeding the convo with a remark about finality.
(Replying to PARENT post)
See our Show HN: https://news.ycombinator.com/item?id=42184362
We’ve seen interest from trading groups for edge collaboration, so multi-user apps can run on-site without cloud latency.
(Replying to PARENT post)
(Replying to PARENT post)
The vision is many small ledgers, so the full replication per ledger makes sense, but we have work to do on cross-ledger queries
(Replying to PARENT post)