Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. # ApprovalVotingForPresident.com
  2.  
  3. ## What is Approval Voting?
  4.  
  5. This is how we do it now:
  6. ![Plurality voting as Radio box example]()
  7.  
  8. This is how we could be doing it:
  9. ![Approval voting as Checkbox example]()
  10.  
  11. ### This is better!
  12.  
  13. #### Less susceptible to extreme candidates exploiting First Past the Post voting paradoxes.
  14.  
  15. #### Helps smaller parties demonstrate support.
  16.  
  17. This creates more choices in political platforms for citizens!
  18.  
  19. America is *all about* having freedom of choice, right? Well if we want to claim the title of strongest democracy, we need to earn it!
  20.  
  21. #### Removes the need to have party primaries at all.
  22.  
  23. ### What about instant run-off voting ("ranked choice voting")?
  24. Ranked choice voting *is* an improvement over "just pick one" (plurality voting).
  25.  
  26. But there are still a few reasons to prefer Approval Voting:
  27.  
  28. #### 1. It leaves more people happy.
  29.  
  30. This can be objectively measured as lower Bayesian regret.
  31.  
  32. #### 2. It can still be run decentralized.
  33.  
  34. It's much more complex to run Instant-Runoff Voting in a decentralized way, as we do now with individual voting precents.
  35.  
  36. #### 3. It's simpler for voters
  37.  
  38. You can maintain basically the same ballot. The only change from how we do it now is instructing "pick all who apply" instead of "just pick one".
  39.  
  40. ## What about range voting?
  41.  
  42. ![range voting picture]()
  43.  
  44. Range voting is even better than approval voting!
  45.  
  46. It takes into account more information about which candidates are liked/disliked.
  47.  
  48. It can still be run entirely decentralized.
  49.  
  50. The only downsides: it's a little bit more complicated, ballots needs to change to add the numbers 0 - 9.
  51.  
  52. If you know all voters will understand the rules, range voting is probably an even better option than approval voting!
  53.  
  54. (Approval voting is just a simplified version of range voting, where your only options are 0 vs 1.)
  55.  
  56. ## What about the Electoral College?
  57.  
  58. I don't want to get into this.
  59.  
  60. There are good reasons both to remove and support the EC system.
  61.  
  62. But in either case, we could use Approval Voting: with the Electoral College, or for a National Popular Vote.
  63.  
  64. Either way, Approval Voting would improve things for nearly everyone.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement