Architectural Upgrade 2026-03-30: Modular Emacs, org-gtd v4.0, and PSF Phase 1

This commit is contained in:
2026-03-30 21:16:05 -04:00
parent 4652163b7b
commit 5a9129132e
321 changed files with 151080 additions and 112599 deletions

View File

@@ -0,0 +1,30 @@
#+TITLE: Proof of Work vs Proof of Stake
#+ID: 0450c91b-55a5-4bcc-9bc2-2478d983be3c
* Proof of Work vs Proof of Stake
** Core Concepts
- **Proof of Work (PoW):** Uses computational energy as the primary mechanism for Sybil resistance and achieving consensus.
- **Proof of Stake (PoS):** Uses capital at risk (staked tokens) to achieve the same goal.
** Fundamental Differences
| Aspect | Proof of Work | Proof of Stake |
|--------|---------------|----------------|
| Foundation | Physics (energy) | Economics (capital) |
| Sybil Resistance | Computational cost | Financial stake at risk |
| Resource Required | Hardware/energy | Capital/tokens |
** Open Question
PoW may be more fundamentally grounded in physics, while PoS is grounded in economics. Further exploration needed on the implications of this distinction.
** Source
- Captured as fleeting note on [[id:20260317T1100][2026-03-17]]
- Originally part of daily blockchain consensus reading
** See Also
- #consensus #blockchain #energy-economics