<div>It seems to me that Evilla and her supporters are likely to be quite pissed that she got 60% of the vote and lost.</div><div><br></div><div>It does seem like this is a "prevent bad people from getting on the board" use case rather than a "pick the best people for the board" use case, which is closer to what we want for the board...</div>
<div><br></div><div>Although in this case, Evilla does win the second round, because poor Charlie doesn't get hardly any votes...</div><div><div><br></div><div><div>--S<br><br><div class="gmail_quote">On Thu, Dec 30, 2010 at 7:49 AM, Andy Isaacson <span dir="ltr"><<a href="mailto:adi@hexapodia.org" target="_blank">adi@hexapodia.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've been looking into Leif's argument that approval voting is a better<br>
fit for Noisebridge's philosophy than the Condorcet method we used last<br>
year.<br>
<br>
I have an example that makes me think he might be right.<br>
<br>
However, voting system examples are tricksy things, and I'd appreciate<br>
another set of eyes.  Also, my example is for a single-winner election<br>
whereas our election is for a 5-member board, and few of the voting<br>
system examples address multi-winner elections.<br>
<br>
My example follows.  Note that approval voting can be implemented by<br>
Condorcet if weights are limited to {0, 1}.<br>
<br>
% cat divisive.ballot<br>
Position: Board<br>
Candidates:  Bob Charlie Evillia<br>
<br>
# 60% of the voters think Evillia is the best candidate, but the other<br>
# 40% think she'd be terrible.  80% agrees that Bob would be a<br>
# reasonable candidate, across both sides.<br>
<br>
2 - 1<br>
2 - 1<br>
2 - 1<br>
2 - 1<br>
- - 1<br>
- 1 1<br>
1 - -<br>
1 2 -<br>
1 2 -<br>
1 2 -<br>
% ./election.py divisive.ballot<br>
Election results saved to: 2010-12-30-Board.txt<br>
#     Winner: Evillia<br>
% sed s/2/1/g < divisive.ballot > approval.ballot<br>
% ./election.py approval.ballot<br>
Election results saved to: 2010-12-30-Board.txt<br>
#     Winner: Bob<br>
<br>
Thoughts?<br>
<br>
-andy<br>
_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net" target="_blank">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Shannon Lee<br>(503) 539-3700<br><br>"Any sufficiently analyzed magic is indistinguishable from science."<br>
</div></div></div>