-
I've been studying the new syncing protocol and storage format you all have been developing, and as an exercise, I was thinking about how one might build a local-first application like Notion.
I se…
-
PubSub
- interfaces
- primitives to construct pubsub systems
- semantics
- propagation
- tree-forming
Different designs
- Multi-cast
- Duplex pipe: stream of updates
- Reliable pubsub?
Need to desig…
-
We need to establish mechanisms and a fee schedule to split up the gas earned from processing transactions among the compute committee nodes, storage committee nodes, root hash committee, etc, includi…
-
This note gathers the constraints + will drive toward a design of **object sharding** in IPFS and IPLD. Object sharding is the algorithms and formats used to represent a single (virtual) large object …
-
# ZkVM Rollup
## TL;DR
Instead of implementing custom centralized "trade chain" both in normal software and in an expensive L1 smart contract, we reuse the same ZkVM format that permits stateles…
-
# proposal
integrating pubsub into IPFS core is going to take time and effort to do it properly. this proposes a small CLI tool (or, trivially, a streaming module) that enables decentralized (but not…
-
OpenBazaar reputation system:
https://www.openbazaar.org/blog/decentralized-reputation-in-openbazaar/
Decentral IDs:
https://news.ycombinator.com/item?id=17696281
Nile: amazon alternative idea:
https:…
-
I've been trying to imagine how to expunge data from an automerge document and had a few thoughts. Imagine a sort of automerge equivalent of a mailing list. There's a document at some well known lo…
-
I've been finding that most times I need to perform repeated task invocation I have two options:
1. Use nonce that captures (time based) randomness
2. Acknowledge existence of previous call via ca…
-
We have been finding that receipts right now fail to provide desired accountability, specifically receipts are like universal commitments that running certain task produces certain result and are effe…