semisol's avatar
semisol
semisol@nostr.land
npub12262...grkj
👨‍💻 software developer 📨 nostr.land relay all opinions are my own.
semisol's avatar
semisol 2 months ago
history repeats itself, as usual
semisol's avatar
semisol 2 months ago
What about “chained events” improves anything compared to “check all my relays first, update after?” Why would you offload *your* responsibility to a relay? Both of them rely on your relays to detect any issues. However, check-before-write prevents damage before it occurs, while chained events only prevent damage after. That means the app has to sign more events to reconcile instead of doing it right just from the start. If the app discovers a really old version that diverged, it can’t do anything either except to discard it. Compared to chained events, just being competent and reading the event before you write alleviates the problems with losing your list.
semisol's avatar
semisol 2 months ago
"More replicas" is not the solution to scaling relays
semisol's avatar
semisol 2 months ago
Maple still has not addressed the problem that their product’s “encrypted blobs” CAN be decrypted outside the TEE. While it is decrypted only in the TEE *during normal operation*, MapleAI can be easily compelled to decrypt the blobs for law enforcement. This can be done without any technical barriers or challenges. The root key that is used to protect all data of the enclave is *outside the enclave*, in AWS KMS. View quoted note →