<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Canada &amp;mdash; leastaction</title>
    <link>https://write.as/leastaction/tag:Canada</link>
    <description></description>
    <pubDate>Mon, 24 Aug 2026 12:21:44 +0000</pubDate>
    <image>
      <url>https://i.snap.as/Sw9WqHns.jpg</url>
      <title>Canada &amp;mdash; leastaction</title>
      <link>https://write.as/leastaction/tag:Canada</link>
    </image>
    <item>
      <title>Some lessons from Canada&#39;s most recent election (and the previous one).</title>
      <link>https://write.as/leastaction/some-lessons-from-canadas-most-recent-election-and-the-previous-one?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[With apologies to my non-Canadian readers this time I am going to do a deep dive into Canada&#39;s electoral system. Just a few days ago we had an election where it turned out we dodged a bullet by not allowing the Conservative Party of Canada, Canada&#39;s answer to Donald Trump and the Republicans, to form the government. This came at the expense of losing representation in Parliament of the left, which is a serious loss for Canadian society in my opinion, and to make matters worse it is, as I show below, an artifact of the electoral system.&#xA;&#xA;---&#xA;&#xA;What if the different political parties were represented in Parliament in proportion to the number of votes they got? This is called proportional representation. It implies that everyone&#39;s vote has exactly the same weight. This is only fair, which is why it is also called fair voting. Fair Vote Canada is a national organization devoted to promoting the idea of fair voting. They have a lot of information which you may find interesting.&#xA;&#xA;More specifically we can ask how many seats each party would have ended up having if the number of seats was proportional to the number of votes. !--more-- This is not a difficult calculation, and the result, which I will show you in a moment, is very revealing. There is a subtle little difficulty, which is how do you assign a small integer number of seats in proportion to very large numbers of votes. It can&#39;t be done exactly, but there is a way to come as close as possible, called the D&#39;Hondt method. I wrote a little Python notebook to calculate the seat distribution using this method. (Let me know if you would like a copy; my email is in the Contact Me page. It&#39;s very easy to adapt to any parliamentary election, just plugging in the relevant numbers). Elections Canada hasn&#39;t yet published the numbers, but I found the number of votes each party had on the Global News website, except for the People&#39;s Party of Canada which I found on Wikipedia. I haven&#39;t included other parties or independents, assuming that their numbers would be too small to alter the results significantly.&#xA;&#xA;So \play drum roll here\ here are the results:&#xA;&#xA;| Party | Votes | Seats obtained | Seats with PR | Difference |&#xA;| --- | --- | --- | --- | --- |&#xA;| LPC | 8,565,147 | 169 | 152 | 17  |&#xA;| CPC | 8,089,420 | 144 | 143 | 1   |&#xA;| BQ  | 1,233,004 | 22  | 21  | 1   |&#xA;| NDP | 1,237,446 | 7   | 21  | -14 |&#xA;| GRN | 244,963 | 1   | 4   | -3  |&#xA;| PPC | 141,210 | 0   | 2   | -2  |&#xA;&#xA;A couple of things jump out immediately: The Liberal Party got 17 seats more than they should have, and the NDP got 14 seats fewer than they should have; and the Bloc and the NDP should have got the same number of seats, having got practically the same number of votes, and yet the Bloc got roughly $\pi$ times as many seats as the NDP. Had the NDP had its proportional share of the seats, there would be no question about losing party status.&#xA;&#xA;The comparison between the Bloc and the NDP illustrates perfectly a major flaw with First Past The Post: it is heavily biased towards geographical concentration of votes. The Bloc only runs candidates in Quebec, with about 6.5 million electors, while the NDP competes nationally, with about 37 million electors. Another extreme example is the Green Party. They only won a seat because Elizabeth May is very popular in her own riding, but the rest of their supporters are spread too thinly throughout the country to be able to win a single seat.&#xA;&#xA;OK, you say, what about the previous election in 2021? It&#39;s very easy to plug in the numbers into my little program, and the results are even more shocking.&#xA;&#xA;| Party | Votes | Seats obtained | Seats with PR | Difference |&#xA;| --- | --- | --- | --- | --- |&#xA;| LPC | 5.556,629 | 160 | 112 | 48  |&#xA;| CPC | 5,747,410 | 119 | 115 | 4   |&#xA;| BQ  | 1,301,615 | 32  | 26  | 6   |&#xA;| NDP | 3,036,348 | 25  | 61  | -36 |&#xA;| GRN | 396,988 | 2   | 8   | -6  |&#xA;| PPC | 840,993 | 0   | 16  | -16 |&#xA;&#xA;OK, first of all: The LPC got 48 more seats than they should have? I am no fan of the Conservatives, but can you imagine getting more votes than the Liberals and 41 fewer seats?&#xA;&#xA;And then, the NDP. They got nearly two and a half times the number of votes of the Bloc and three quarters the number of seats! At 61 seats for the NDP and 112 for the LPC, the NDP could certainly have demanded a coalition with seats in cabinet, and not a very grudgingly conceded small confidence and supply agreement.&#xA;&#xA;As for the Liberal Party, it is very clear from both elections why Trudeau was willing to pay the political price of promising to end First Past The Post, and then breaking his promise as the parliamentary committee on electoral reform held public hearings and received submissions from all over the country, overwhelmingly in favour of proportional representation. The Liberal Party gains the most from FPTP, and the NDP, their rivals on the progressive end of the political spectrum, loses the most from FPTP. Trudeau&#39;s preferred method of instant runoff is not proportional, and in fact produces very similar outcomes to FPTP.&#xA;&#xA;This calculation shows the failings of FPTP from the point of view of the parties. There&#39;s another simple calculation we can do that shifts the spotlight onto the voters themselves: let&#39;s calculate how many votes it takes to elect an MP for the supporters of the different parties. This simply requires dividing the second column by the third in the tables above. Here&#39;s the result (not including the PPC because they didn&#39;t win any seats):&#xA;&#xA;| Party | Votes per MP in 2025 | Votes per MP in 2021 |&#xA;| --- | --- | --- |&#xA;| LPC | 50,681 | 32,879 |&#xA;| CPC | 56,177 | 39,913 |&#xA;| BQ  | 56,046 | 59,164 |&#xA;| NDP | 176,778 | 433,764 |&#xA;| GRN | 244,963 | 396,988 |&#xA;&#xA;The violation of the principle that everyone&#39;s vote should be equal is painfully evident. It takes over three times as many voters to elect an NDP MP compared to a Liberal or Conservaitve MP; and it takes nearlly five times as many Green voters to do the same. It&#39;s also interesting to note that from the point of view of the voters we don&#39;t have a two-party system as we often hear, but a three-party system. The Bloc has been able to buck the natural trend of FPTP to produce just two big parties by only running in their home province of Quebec.&#xA;&#xA;---&#xA;&#xA;Canadians have been discussing electoral reform and fair voting for a long time. Notably the Law Commission of Canada, an arm&#39;s-length commission designed to advise Parliament on law reform, released a report on electoral reform titled &#34;Voting Counts: Electoral Reform for Canada&#34; in 2004, after two years of research. In it they proposed mixed member proportional representation, a system used by, among others, Germany whereby voters get two votes, one for their local representative and one drawing from a party list to top up the number of seats for each party so that they are proportional to the number of votes. This system satisfies both the requirement of proportionality and that of local representation. Stephen Harper shut down the Commission two years later. &#xA;&#xA;It is high time that we abandon the blatantly unfair First Past The Post. We cannot call Canada a democracy until we do.&#xA;&#xA;!--Discuss--&#xA;&#xA;#Canada #ProportionalRepresentation #FPTP #Voting #Democracy]]&gt;</description>
      <content:encoded><![CDATA[<p><em>With apologies to my non-Canadian readers this time I am going to do a deep dive into Canada&#39;s electoral system. Just a few days ago we had an election where it turned out we dodged a bullet by not allowing the Conservative Party of Canada, Canada&#39;s answer to Donald Trump and the Republicans, to form the government. This came at the expense of losing representation in Parliament of the left, which is a serious loss for Canadian society in my opinion, and to make matters worse it is, as I show below, an artifact of the electoral system.</em></p>

<hr/>

<p>What if the different political parties were represented in Parliament in proportion to the number of votes they got? This is called proportional representation. It implies that everyone&#39;s vote has exactly the same weight. This is only fair, which is why it is also called fair voting. <a href="fairvote.ca">Fair Vote Canada</a> is a national organization devoted to promoting the idea of fair voting. They have a lot of information which you may find interesting.</p>

<p>More specifically we can ask how many seats each party would have ended up having if the number of seats was proportional to the number of votes.  This is not a difficult calculation, and the result, which I will show you in a moment, is very revealing. There is a subtle little difficulty, which is how do you assign a small integer number of seats in proportion to very large numbers of votes. It can&#39;t be done exactly, but there is a way to come as close as possible, called the <a href="https://en.wikipedia.org/wiki/D&#39;Hondt_method">D&#39;Hondt method</a>. I wrote a little Python notebook to calculate the seat distribution using this method. (Let me know if you would like a copy; my email is in the Contact Me page. It&#39;s very easy to adapt to any parliamentary election, just plugging in the relevant numbers). Elections Canada hasn&#39;t yet published the numbers, but I found the number of votes each party had on the <a href="https://globalnews.ca/news/11095128/canada-election-live-results-2025-vote/">Global News</a> website, except for the People&#39;s Party of Canada which I found on <a href="https://en.wikipedia.org/wiki/People&#39;s_Party_of_Canada">Wikipedia</a>. I haven&#39;t included other parties or independents, assuming that their numbers would be too small to alter the results significantly.</p>

<p>So &lt;<em>play drum roll here</em>&gt; here are the results:</p>

<table>
<thead>
<tr>
<th>Party</th>
<th>Votes</th>
<th>Seats obtained</th>
<th>Seats with PR</th>
<th>Difference</th>
</tr>
</thead>

<tbody>
<tr>
<td>LPC</td>
<td>8,565,147</td>
<td>169</td>
<td>152</td>
<td>17</td>
</tr>

<tr>
<td>CPC</td>
<td>8,089,420</td>
<td>144</td>
<td>143</td>
<td>1</td>
</tr>

<tr>
<td>BQ</td>
<td>1,233,004</td>
<td>22</td>
<td>21</td>
<td>1</td>
</tr>

<tr>
<td>NDP</td>
<td>1,237,446</td>
<td>7</td>
<td>21</td>
<td>-14</td>
</tr>

<tr>
<td>GRN</td>
<td>244,963</td>
<td>1</td>
<td>4</td>
<td>-3</td>
</tr>

<tr>
<td>PPC</td>
<td>141,210</td>
<td>0</td>
<td>2</td>
<td>-2</td>
</tr>
</tbody>
</table>

<p>A couple of things jump out immediately: The Liberal Party got 17 seats more than they should have, and the NDP got 14 seats fewer than they should have; and the Bloc and the NDP should have got the same number of seats, having got practically the same number of votes, and yet the Bloc got roughly $\pi$ times as many seats as the NDP. Had the NDP had its proportional share of the seats, there would be no question about losing party status.</p>

<p>The comparison between the Bloc and the NDP illustrates perfectly a major flaw with First Past The Post: it is heavily biased towards geographical concentration of votes. The Bloc only runs candidates in Quebec, with about 6.5 million electors, while the NDP competes nationally, with about 37 million electors. Another extreme example is the Green Party. They only won a seat because Elizabeth May is very popular in her own riding, but the rest of their supporters are spread too thinly throughout the country to be able to win a single seat.</p>

<p>OK, you say, what about the previous election in 2021? It&#39;s very easy to plug in the numbers into my little program, and the results are even more shocking.</p>

<table>
<thead>
<tr>
<th>Party</th>
<th>Votes</th>
<th>Seats obtained</th>
<th>Seats with PR</th>
<th>Difference</th>
</tr>
</thead>

<tbody>
<tr>
<td>LPC</td>
<td>5.556,629</td>
<td>160</td>
<td>112</td>
<td>48</td>
</tr>

<tr>
<td>CPC</td>
<td>5,747,410</td>
<td>119</td>
<td>115</td>
<td>4</td>
</tr>

<tr>
<td>BQ</td>
<td>1,301,615</td>
<td>32</td>
<td>26</td>
<td>6</td>
</tr>

<tr>
<td>NDP</td>
<td>3,036,348</td>
<td>25</td>
<td>61</td>
<td>-36</td>
</tr>

<tr>
<td>GRN</td>
<td>396,988</td>
<td>2</td>
<td>8</td>
<td>-6</td>
</tr>

<tr>
<td>PPC</td>
<td>840,993</td>
<td>0</td>
<td>16</td>
<td>-16</td>
</tr>
</tbody>
</table>

<p>OK, first of all: The LPC got 48 more seats than they should have? I am no fan of the Conservatives, but can you imagine getting <em>more votes</em> than the Liberals and 41 fewer seats?</p>

<p>And then, the NDP. They got nearly two and a half times the number of votes of the Bloc and three quarters the number of seats! At 61 seats for the NDP and 112 for the LPC, the NDP could certainly have demanded a coalition with seats in cabinet, and not a very grudgingly conceded small confidence and supply agreement.</p>

<p>As for the Liberal Party, it is very clear from both elections why Trudeau was willing to pay the political price of promising to end First Past The Post, and then breaking his promise as the parliamentary committee on electoral reform held public hearings and received submissions from all over the country, overwhelmingly in favour of proportional representation. The Liberal Party gains the most from FPTP, and the NDP, their rivals on the progressive end of the political spectrum, loses the most from FPTP. Trudeau&#39;s preferred method of instant runoff is not proportional, and in fact produces very similar outcomes to FPTP.</p>

<p>This calculation shows the failings of FPTP from the point of view of the parties. There&#39;s another simple calculation we can do that shifts the spotlight onto the voters themselves: let&#39;s calculate how many votes it takes to elect an MP for the supporters of the different parties. This simply requires dividing the second column by the third in the tables above. Here&#39;s the result (not including the PPC because they didn&#39;t win any seats):</p>

<table>
<thead>
<tr>
<th>Party</th>
<th>Votes per MP in 2025</th>
<th>Votes per MP in 2021</th>
</tr>
</thead>

<tbody>
<tr>
<td>LPC</td>
<td>50,681</td>
<td>32,879</td>
</tr>

<tr>
<td>CPC</td>
<td>56,177</td>
<td>39,913</td>
</tr>

<tr>
<td>BQ</td>
<td>56,046</td>
<td>59,164</td>
</tr>

<tr>
<td>NDP</td>
<td>176,778</td>
<td>433,764</td>
</tr>

<tr>
<td>GRN</td>
<td>244,963</td>
<td>396,988</td>
</tr>
</tbody>
</table>

<p>The violation of the principle that everyone&#39;s vote should be equal is painfully evident. It takes over three times as many voters to elect an NDP MP compared to a Liberal or Conservaitve MP; and it takes nearlly five times as many Green voters to do the same. It&#39;s also interesting to note that from the point of view of the voters we don&#39;t have a two-party system as we often hear, but a three-party system. The Bloc has been able to buck the natural trend of FPTP to produce just two big parties by only running in their home province of Quebec.</p>

<hr/>

<p>Canadians have been discussing electoral reform and fair voting for a long time. Notably the <a href="https://n.wikipedia.org/wiki/Law_Commission_of_Canada">Law Commission of Canada</a>, an arm&#39;s-length commission designed to advise Parliament on law reform, released a <a href="https://publications.gc.ca/collections/Collection/J31-61-2004E.pdf">report</a> on electoral reform titled “Voting Counts: Electoral Reform for Canada” in 2004, after two years of research. In it they proposed mixed member proportional representation, a <a href="en.wikipedia.org/wiki/Electoral_system_of_Germany">system used by, among others, Germany</a> whereby voters get two votes, one for their local representative and one drawing from a party list to top up the number of seats for each party so that they are proportional to the number of votes. This system satisfies both the requirement of proportionality and that of local representation. Stephen Harper shut down the Commission two years later.</p>

<p>It is high time that we abandon the blatantly unfair First Past The Post. We cannot call Canada a democracy until we do.</p>



<p><a href="https://write.as/leastaction/tag:Canada" class="hashtag"><span>#</span><span class="p-category">Canada</span></a> <a href="https://write.as/leastaction/tag:ProportionalRepresentation" class="hashtag"><span>#</span><span class="p-category">ProportionalRepresentation</span></a> <a href="https://write.as/leastaction/tag:FPTP" class="hashtag"><span>#</span><span class="p-category">FPTP</span></a> <a href="https://write.as/leastaction/tag:Voting" class="hashtag"><span>#</span><span class="p-category">Voting</span></a> <a href="https://write.as/leastaction/tag:Democracy" class="hashtag"><span>#</span><span class="p-category">Democracy</span></a></p>
]]></content:encoded>
      <guid>https://write.as/leastaction/some-lessons-from-canadas-most-recent-election-and-the-previous-one</guid>
      <pubDate>Sun, 04 May 2025 22:25:30 +0000</pubDate>
    </item>
    <item>
      <title>Drug wars</title>
      <link>https://write.as/leastaction/drug-wars?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[The United States are attacking their neighbours and allies to the north and to the south with costly tariffs on their exports. This hits especially hard because the US is by far the two nations&#39; main trading partner.&#xA;&#xA;Donald Trump has at various times offered different justifications for the punitive tariffs:&#xA;&#xA;To encourage Canada to give up its sovereignty and become the 51st state;&#xA;  &#xA;To disadvantage Canadian exports and make American producers great again;&#xA;  &#xA;To force Canada and especially Mexico to stop the flow of drugs at the border, particularly fentanyl. !--more--&#xA;  &#xA;&#xA;Let&#39;s look at the last point. Canada and Mexico are accused of not doing enough to control the flow of drugs, especially fentanyl, into the US. Both countries have managed to persuade the US government to delay the tariffs by committing thousands of troops to the borders [1] in an effort to stem the drug trade.&#xA;&#xA;Fentanyl is a product of the American pharmaceutical industry,first synthesized in 1959. It is a powerful but also dangerous painkiller and sedative, and it is still widely used medically today. It is also an ideal product for the illegal drug trade: it&#39;s easy to synthesize, a single dose is just a few milligrams, and it is extremely addictive. Because it is so potent, it leads easily to overdosing, particularly when the dose is not controlled or when it is mixed with other drugs, as is of course the case when you&#39;re getting a drug in an unregulated black market.&#xA;&#xA;Fentanyl has caused a drug crisis in the United States, and it has spread around the world causing similar distress.&#xA;&#xA;The opioid crisis in the United States&#xA;&#xA;The route that leads to the finished fentanyl entering the United States is long and tortuous. A lot of the precursors are first produced in small shops in China, which then find their way to labs in Mexico where they are processed into the finished fentanyl, which is then smuggled in pills to the US and sold at a high markup. This has created some powerful and violent crime gangs particularly in Mexico. Politics also affects the process, as the government of China looks the other way in proportion to American threats. When House Speaker Nancy Pelosi visited Taiwan in August of 2022 and expressed &#34;unwavering commitment to supporting Taiwan&#39;s vibrant democracy&#34;, and we all know what that means, Beijing responded by suspending anti-drug-trafficking cooperation with Washington.&#xA;&#xA;One would imagine that since fentanyl is a product of the American pharmaceutical industry and its trafficking is motivated by a high demand for it in the United States, that the US government would cooperate with efforts to shut down the illegal trade. Especially since drug trafficking has created a wave of crime and generalized violence particularly in Mexico, and to a lesser degree in Canada. Instead the US government wants its neighbours to bear the full cost of tackling a problem they didn&#39;t start, forcing them to acquiesce with trade sanctions that damage their economies. Ultimately it&#39;s working people in Canada and Mexico, as well as in the US [2] that pay the price, who are not the ones who created the problem in the first place.&#xA;#Canada #Trump&#xA;&#xA;---&#xA;&#xA;[1] Actually the troops were already committed before, during the Biden administration. Canada and Mexico have simply told Trump about it, as if it was something new. But the fact remains that those troops would not have had to be deployed if it weren&#39;t for the drug trafficking.&#xA;&#xA;[2] As many pointed out immediately after Trump announced the tariffs, it is Americans that actually pay them.]]&gt;</description>
      <content:encoded><![CDATA[<p>The United States are attacking their neighbours and allies to the north and to the south with costly tariffs on their exports. This hits especially hard because the US is by far the two nations&#39; main trading partner.</p>

<p>Donald Trump has at various times offered different justifications for the punitive tariffs:</p>
<ul><li><p>To encourage Canada to give up its sovereignty and become the 51st state;</p></li>

<li><p>To disadvantage Canadian exports and make American producers great again;</p></li>

<li><p>To force Canada and especially Mexico to stop the flow of drugs at the border, particularly fentanyl. </p></li></ul>

<p>Let&#39;s look at the last point. Canada and Mexico are accused of not doing enough to control the flow of drugs, especially fentanyl, into the US. Both countries have managed to persuade the US government to delay the tariffs by committing thousands of troops to the borders [1] in an effort to stem the drug trade.</p>

<p>Fentanyl is a product of the American pharmaceutical industry,<a href="https://en.wikipedia.org/wiki/Fentanyl">first synthesized in 1959</a>. It is a powerful but also dangerous painkiller and sedative, and it is still widely used medically today. It is also an ideal product for the illegal drug trade: it&#39;s easy to synthesize, a single dose is just a few milligrams, and it is extremely addictive. Because it is so potent, it leads easily to overdosing, particularly when the dose is not controlled or when it is mixed with other drugs, as is of course the case when you&#39;re getting a drug in an unregulated black market.</p>

<p>Fentanyl has caused a drug crisis in the United States, and it has spread around the world causing similar distress.</p>

<p><img src="https://i.snap.as/DnOFxyVA.png" alt="The opioid crisis in the United States"/></p>

<p>The route that leads to the finished fentanyl entering the United States is <a href="https://www.reuters.com/investigates/special-report/usa-fentanyl-supply-chain-shipping/">long and tortuous</a>. A lot of the precursors are first produced in small shops in China, which then find their way to labs in Mexico where they are processed into the finished fentanyl, which is then smuggled in pills to the US and sold at a high markup. This has created some powerful and violent crime gangs particularly in Mexico. Politics also affects the process, as the government of China looks the other way in proportion to American threats. When House Speaker Nancy Pelosi visited Taiwan in August of 2022 and expressed “unwavering commitment to supporting Taiwan&#39;s vibrant democracy”, and we all know what that means, <a href="https://observer.com/2022/08/chinas-retaliation-for-pelosis-taiwan-visit-could-worsen-americas-opioid-crisis/">Beijing responded</a> by suspending anti-drug-trafficking cooperation with Washington.</p>

<p>One would imagine that since fentanyl is a product of the American pharmaceutical industry and its trafficking is motivated by a high demand for it in the United States, that the US government would cooperate with efforts to shut down the illegal trade. Especially since drug trafficking has created a wave of crime and generalized violence particularly in Mexico, and to a lesser degree in Canada. Instead the US government wants its neighbours to bear the full cost of tackling a problem they didn&#39;t start, forcing them to acquiesce with trade sanctions that damage their economies. Ultimately it&#39;s working people in Canada and Mexico, as well as in the US [2] that pay the price, who are not the ones who created the problem in the first place.
<a href="https://write.as/leastaction/tag:Canada" class="hashtag"><span>#</span><span class="p-category">Canada</span></a> <a href="https://write.as/leastaction/tag:Trump" class="hashtag"><span>#</span><span class="p-category">Trump</span></a></p>

<hr/>

<p>[1] Actually the troops were already committed before, during the Biden administration. Canada and Mexico have simply told Trump about it, as if it was something new. But the fact remains that those troops would not have had to be deployed if it weren&#39;t for the drug trafficking.</p>

<p>[2] As many pointed out immediately after Trump announced the tariffs, it is Americans that actually pay them.</p>
]]></content:encoded>
      <guid>https://write.as/leastaction/drug-wars</guid>
      <pubDate>Thu, 06 Feb 2025 00:15:08 +0000</pubDate>
    </item>
  </channel>
</rss>