Skip to content

Commit 06fffda

Browse files
committed
Last updates to voting talk.
1 parent df27df8 commit 06fffda

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

vote/candidate.md

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ gh.com/cncf/project-template
8686

8787
### What do Open Source projects need for elections?
8888

89-
1. Online
89+
1. Online & public
9090
2. Secret ballot
9191
3. Voter authentication
9292
4. Archival records
@@ -96,7 +96,7 @@ gh.com/cncf/project-template
9696

9797
### What do Open Source projects need for elections?
9898

99-
1. **Online**
99+
1. **Online & public**
100100
2. Secret ballot
101101
3. **Voter authentication**
102102
4. Archival records
@@ -133,15 +133,15 @@ gh.com/cncf/project-template
133133

134134
### What do Open Source projects need for elections?
135135

136-
1. Online
136+
1. Online & public
137137
2. **Secret ballot**
138138
3. Voter authentication
139139
4. Archival records
140140
5. Preference voting
141141

142142
---
143143

144-
### Secret Ballots
144+
# Secret Ballots
145145

146146
secret from:
147147

@@ -153,9 +153,29 @@ secret from:
153153

154154
---
155155

156+
#### ~~Blockchain~~
157+
158+
---
159+
160+
# Secret But Public
161+
162+
By encrypting connections between voters and ballots we can have public or semi-public systems with secret ballots
163+
164+
```
165+
id | 60
166+
ballot_id | \x3132302dca9588dd ...
167+
168+
election_id | 1
169+
rank | 1
170+
candidate | elekto
171+
voter | 702a87f5-243a-49d0-8bcb-147d7a5b9ef9
172+
```
173+
174+
---
175+
156176
### What do Open Source projects need for elections?
157177

158-
1. Online
178+
1. Online & public
159179
2. Secret ballot
160180
3. Voter authentication
161181
4. Archival records
@@ -180,7 +200,7 @@ Called "plurality" or "first-past-the-post"
180200

181201
# The problem with plurality
182202

183-
*An extreme candidate with a dedicated minority of followers more often wins over a generally liked candidate*
203+
*An extreme candidate with a dedicated minority of followers often wins over a generally liked candidate*
184204

185205
---
186206

@@ -386,7 +406,7 @@ A closed-source voting system created by verifiable election lobbyists as a busi
386406

387407
# What's Elekto?
388408

389-
A GitOps-centric election system developed by CNCF/Kubernetes contributors to support CNCF project elections.
409+
A GitOps-centric election system developed by CNCF/Kubernetes contributors to support CNCF project elections. A project of TAG Contributor Strategy.
390410

391411
---
392412

@@ -457,16 +477,16 @@ github/cncf/project-templates<br />
457477
* [Helios](https://heliosvoting.org)
458478
* [OpaVote](https://www.opavote.com)
459479
* [Elekto](https://elekto.dev)
460-
* [Instant Runoff Voting]()
461-
* [Condorcet Method]()
480+
* [Instant Runoff Voting](https://en.wikipedia.org/wiki/Ranked_voting)
481+
* [Condorcet Method](https://en.wikipedia.org/wiki/Condorcet_method)
462482
* [Steering Elections Template](https://github.com/cncf/project-template)
463483

464484

465485
---
466486

467487
# Licensing
468488

469-
This presentation is licensed Creative Commons Share-Alike 4.0.
489+
This presentation is licensed [Creative Commons Share-Alike 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
470490

471491
Trademarks and logos included herein belong to their respective owners,
472492
and are included to refer to their respective products.

0 commit comments

Comments
 (0)