|
| 1 | +--- |
| 2 | +cover: false |
| 3 | +header: |
| 4 | + overlay_color: "#000" |
| 5 | + overlay_filter: "0.25" |
| 6 | + overlay_image: /assets/images/dev-arch-background.jpg |
| 7 | + og_image: /assets/images/bc-card.jpg |
| 8 | +tagline: "Gordian Clubs" |
| 9 | +title: "Gordian Developer Meeting: October 2025 Community Discussion Summary" |
| 10 | +hide_description: true |
| 11 | +classes: |
| 12 | + - wide |
| 13 | +permalink: /meetings/2025-10-clubs/ |
| 14 | +sidebar: |
| 15 | + nav: meetings |
| 16 | +--- |
| 17 | + |
| 18 | +## Community Discussion Highlights |
| 19 | + |
| 20 | +### Attenuation and Caveats |
| 21 | + |
| 22 | +**The question:** Can Gordian Clubs support caveats like expiration times? |
| 23 | + |
| 24 | +**The answer:** |
| 25 | +- Pure autonomous mode: No external event conditionals (deterministic only) |
| 26 | +- With oracles: Yes, but loses autonomy |
| 27 | + - Timestamp servers |
| 28 | + - Blockchain time-locks (valid until block N is spent) |
| 29 | + - Prediction markets (conditional on market resolution) |
| 30 | +- Verifiable Delay Functions (VDFs): "Valid when computation complete" |
| 31 | + - Not clock-based but computation-based |
| 32 | + - 10 days of VDF computation = proof of time passage |
| 33 | + - Hardware-aware, anti-parallel proof of work |
| 34 | + |
| 35 | +**Risk-adaptive access control example:** "You can read this document unless the US is at war with Canada" - requires external oracle. |
| 36 | + |
| 37 | +### Revocation Mechanisms |
| 38 | + |
| 39 | +**Current approach:** |
| 40 | +- **Read revocation:** Don't include party in next edition's permits |
| 41 | +- **Write revocation:** Don't include party in FROST signing quorum |
| 42 | +- **SSKR revocation:** Don't distribute shares to party |
| 43 | +- Once revealed, keys/shares can't be "un-revealed" (mathematical permanence) |
| 44 | + |
| 45 | +**Future possibilities:** |
| 46 | +- External oracles for revocation lists (loses autonomy) |
| 47 | +- Time-locked transactions on blockchains |
| 48 | +- Decentralized oracle networks |
| 49 | +- Integration with Ryan Grant's DID method using time-locks |
| 50 | + |
| 51 | +### CRDTs and Distributed Systems |
| 52 | + |
| 53 | +**Opportunity identified:** Conflict-Free Replicated Data Types could be excellent fit for serverless Gordian Clubs. |
| 54 | + |
| 55 | +**Wolf's response:** Long-time interest in CRDTs with Gordian Envelopes as carrier. No experimentation yet but eager to collaborate. |
| 56 | + |
| 57 | +**Potential:** Offline-first, eventually consistent replication without central coordination aligns perfectly with autonomous object philosophy. |
| 58 | + |
| 59 | +### UX and Communication (Gordon Mohr) |
| 60 | + |
| 61 | +**Challenges:** |
| 62 | +- Command-line tools are proof-of-concept, need better UX for broader adoption |
| 63 | +- Analogies help communication: |
| 64 | + - Clubs state like proof-of-stake blockchain |
| 65 | + - Edition progression like Git versioning |
| 66 | + - Need to visualize objects for non-CLI users |
| 67 | + |
| 68 | +**Existing UX work:** |
| 69 | +- Gordian Seed Tool (iOS app) shows UX-driven approach |
| 70 | +- LifeHash, byte words, byte emojis for recognition |
| 71 | +- Object identifier blocks for standardized display |
| 72 | + |
| 73 | +**Need:** Better demos showing how it looks/feels beyond command line. |
| 74 | + |
| 75 | +### Use Cases and Human Rights |
| 76 | + |
| 77 | +**Christopher's priorities:** |
| 78 | +- **Journalist/activist protection:** Provenance marks appear as random numbers, hard to identify |
| 79 | +- **AMIRA engagement model:** Protect developers creating activism software |
| 80 | +- **Infrastructure resilience:** Work during internet outages, infrastructure failures |
| 81 | +- **Long-term archival:** Outlive companies and governments |
| 82 | + |
| 83 | +**Real-world concern:** Computer scientist detained at Istanbul airport (2025) highlights risks for developers in adversarial environments. |
| 84 | + |
| 85 | +**Funding landscape:** Government funding for decentralized identity projects declining, need community support and corporate partnerships. |
0 commit comments