@@ -86,7 +86,7 @@ gh.com/cncf/project-template
86
86
87
87
### What do Open Source projects need for elections?
88
88
89
- 1 . Online
89
+ 1 . Online & public
90
90
2 . Secret ballot
91
91
3 . Voter authentication
92
92
4 . Archival records
@@ -96,7 +96,7 @@ gh.com/cncf/project-template
96
96
97
97
### What do Open Source projects need for elections?
98
98
99
- 1 . ** Online**
99
+ 1 . ** Online & public **
100
100
2 . Secret ballot
101
101
3 . ** Voter authentication**
102
102
4 . Archival records
@@ -133,15 +133,15 @@ gh.com/cncf/project-template
133
133
134
134
### What do Open Source projects need for elections?
135
135
136
- 1 . Online
136
+ 1 . Online & public
137
137
2 . ** Secret ballot**
138
138
3 . Voter authentication
139
139
4 . Archival records
140
140
5 . Preference voting
141
141
142
142
---
143
143
144
- ### Secret Ballots
144
+ # Secret Ballots
145
145
146
146
secret from:
147
147
@@ -153,9 +153,29 @@ secret from:
153
153
154
154
---
155
155
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
+
156
176
### What do Open Source projects need for elections?
157
177
158
- 1 . Online
178
+ 1 . Online & public
159
179
2 . Secret ballot
160
180
3 . Voter authentication
161
181
4 . Archival records
@@ -180,7 +200,7 @@ Called "plurality" or "first-past-the-post"
180
200
181
201
# The problem with plurality
182
202
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*
184
204
185
205
---
186
206
@@ -386,7 +406,7 @@ A closed-source voting system created by verifiable election lobbyists as a busi
386
406
387
407
# What's Elekto?
388
408
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.
390
410
391
411
---
392
412
@@ -457,16 +477,16 @@ github/cncf/project-templates<br />
457
477
* [ Helios] ( https://heliosvoting.org )
458
478
* [ OpaVote] ( https://www.opavote.com )
459
479
* [ 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 )
462
482
* [ Steering Elections Template] ( https://github.com/cncf/project-template )
463
483
464
484
465
485
---
466
486
467
487
# Licensing
468
488
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 ) .
470
490
471
491
Trademarks and logos included herein belong to their respective owners,
472
492
and are included to refer to their respective products.
0 commit comments