summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--article/democracy-us.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/article/democracy-us.html b/article/democracy-us.html
index 6cb0051..bd51887 100644
--- a/article/democracy-us.html
+++ b/article/democracy-us.html
@@ -38,10 +38,17 @@
 		<p>
 		Some people believe that the Senate helps against populism as opposed to the House.  Although the number of Senators for each state do indeed not correspond to the population, this has no correlation whatsoever with preventing populism and doesn't serve an obvious purpose.  It only ``helps'' by giving completely unproportional voting powers to people based on their location, period.
 		</p>
+		<p>
+		The Senate also suffers from the fillibuster.  Passing a bill in the Senate has a few steps: Firstly the Senators must <em>agree to vote</em>, passed at a supermajority.  Then the Senators actually vote on the bill.  Those who are against the bill will just disagree to vote altogether, effectively requiring all bills to have a supermajority support to pass which is nearly impossible as the two dominent political parties almost always oppose each others' bills and neither have a supermajority in the Senate.
+		</p>
 
 		<h2 id="electoral-college">The Electoral College</h2>
+
+		<p>
+		The electoral college makes it possible to win an federal election without winning the national popular vote.  It also, similarly but not as badly as the Senate, represent the people of each state disproportionally as each state has two extra electoral votes regardless of their population.
+		</p>
 		<p>
-		The electoral college makes it possible to
+		A subtle but serious problem with the electoral college is that electors' listening to the votes of the people is only a <em>tradition</em>.  Legally, electors can vote however they want, meaning that the US is not theoretically a democracy.  This hasn't happened before, but this is one more to the list of problems in the constitution.
 		</p>
 
 		<div id="footer">
'author Ben Morrison <ben@gbmor.dev> 2019-06-11 17:22:33 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-06-11 17:31:16 -0400 merged indexHandler with cssHandler, updated tests' href='/gbmor/getwtxt/commit/svc/handlers_test.go?h=v0.4.8&id=3d2994b74c1105b4c6c8fe0c10d47d6d3541907a'>3d2994b ^
e75c7fd ^



3b6d1cc ^

126c00e ^
53b313e ^
3b6d1cc ^
126c00e ^
3b6d1cc ^
53b313e ^
3d2994b ^
126c00e ^
53b313e ^

126c00e ^


e75c7fd ^







126c00e ^

3b6d1cc ^


e75c7fd ^

53b313e ^
e75c7fd ^


53b313e ^
e75c7fd ^
3d2994b ^
e75c7fd ^

126c00e ^
3b6d1cc ^
126c00e ^

3b6d1cc ^
126c00e ^
a9d7d11 ^



























126c00e ^

a9d7d11 ^
53b313e ^
a9d7d11 ^
53b313e ^
a9d7d11 ^


53b313e ^
a9d7d11 ^
53b313e ^

a9d7d11 ^


53b313e ^
a9d7d11 ^


53b313e ^
a9d7d11 ^
















53b313e ^
a9d7d11 ^

53b313e ^
a9d7d11 ^


126c00e ^
a9d7d11 ^
126c00e ^
a1e9de4 ^
126c00e ^

e75c7fd ^
53b313e ^
126c00e ^

e75c7fd ^
53b313e ^
a1e9de4 ^
126c00e ^
53b313e ^

126c00e ^


53b313e ^
e75c7fd ^






126c00e ^

e75c7fd ^





53b313e ^
e75c7fd ^



126c00e ^

e539d23 ^
53b313e ^
a1e9de4 ^
45a6722 ^
e539d23 ^
53b313e ^
a1e9de4 ^
45a6722 ^
53b313e ^

e539d23 ^



53b313e ^
45a6722 ^


e539d23 ^


45a6722 ^

8d44eb0 ^
e539d23 ^





53b313e ^
e539d23 ^




d6fbc25 ^



6753171 ^
d6fbc25 ^
6753171 ^
d6fbc25 ^


e539d23 ^
d6fbc25 ^

3d2994b ^
53b313e ^
d6fbc25 ^
53b313e ^

d6fbc25 ^
53b313e ^
d6fbc25 ^


e75c7fd ^
d6fbc25 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241