name | date | time | location | length |
---|---|---|---|---|
ETC Community Call 016 |
2022-03-08 |
1500 UTC |
Discord |
30-60+ mins |
A casual voice chat to discuss ideas for ETC. All are welcome.
The ETC Discord can be joined at https://ethereumclassic.org/discord
Please join us in the #community-calls channel to ask questions or bring up topics.
This week we will discuss Ethereum Classic Principles and Philosophy with guest Donald McIntyre
- Completed
- Duation 60 mins
- Attendees: ~10
- Recordin: https://www.youtube.com/watch?v=PQG0kD_67No
- Welcome Donald, no introduction needed, but for new listeners can you breifly discuss your involvement in blockchain?
- Recommend Donald's previous courses
- Cypherpunk & Why Bitcoin was Created; why do Blockchains exist, what problem do they solve?
- Why did The DAO Hack force Ethereum Classic to exist?
- (How) Is Ethereum centralized, is Ethereum doomed to fail/capture?
- What is ETC's long term value proposition
- ETC Foudning Documents & Principles
- Declaration of Independence
- Decentralist Manifesto
- Discussion: What is Decentralization
- Definition of Decentralization?
- CAP theorem / Blockchain Trilemma (debate)
- Why Decentralization?
- Maintaining Decentralization
- Balance of Power
- Principles First
- Protocol Neutrality
- Decentralization Maximalism
- Layer 0
- ETC Constitution (we had the declaration of independance and decentralistr manifesto, is it time for another document to help guide future generations?)
Notes
In theoretical computer science, the CAP theorem, also named Brewer's theorem after computer scientist Eric Brewer, states that any distributed data store can only provide two of the following three guarantees:[1][2][3]
Consistency
Every read receives the most recent write or an error.
Availability
Every request receives a (non-error) response, without the guarantee that it contains the most recent write.
Partition tolerance
The system continues to operate despite an arbitrary number of messages being dropped (or delayed) by the network between nodes.