<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cognitive Sandbox &#187; Politics</title>
	<atom:link href="http://cognitivesandbox.com/posts/tag/politics/feed/" rel="self" type="application/rss+xml" />
	<link>http://cognitivesandbox.com</link>
	<description>Vegan cooking, unix tidbits and other minor discoveries</description>
	<lastBuildDate>Mon, 22 Feb 2010 09:06:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Misinterpreting problem spaces</title>
		<link>http://cognitivesandbox.com/posts/misinterpreting-problem-spaces/</link>
		<comments>http://cognitivesandbox.com/posts/misinterpreting-problem-spaces/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 04:41:31 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2419</guid>
		<description><![CDATA[Polls and elections aren&#8217;t the same type of thing. The former asks for descriptive data, the latter for prescriptive preferences. To illustrate the hazards of this common misunderstanding, let&#8217;s go over some other ways data can partitioned and the problems that arise from confusing them.
Ordered data vs unordered data
Ordered data has an innate linear ordering, [...]]]></description>
			<content:encoded><![CDATA[<p>Polls and elections aren&#8217;t the same type of thing. The former asks for descriptive data, the latter for prescriptive preferences. To illustrate the hazards of this common misunderstanding, let&#8217;s go over some other ways data can partitioned and the problems that arise from confusing them.</p>
<h3>Ordered data vs unordered data</h3>
<p>Ordered data has an innate linear ordering, whereas unordered data doesn&#8217;t.</p>
<dl>
<dt>Ordered</dt>
<dd>How many apples can you eat in one sitting? (0, 1, 2&hellip;)</dd>
<dt>Unordered</dt>
<dd>What was the last type of apple you ate? (Granny smith, red delicious&hellip;)</dd>
</dl>
<p>When unordered data is confused as ordered data, a relationship is erroneously implied between the items.</p>
<p><img src="http://cognitivesandbox.com/wp-content/uploads/2010/02/unordered-as-ordered-425x303.jpg" alt="unordered-as-ordered" title="unordered-as-ordered" width="425" height="303" class="aligncenter size-medium wp-image-2545" /></p>
<p>When ordered data is confused as unordered, data trends are buried.</p>
<p><img src="http://cognitivesandbox.com/wp-content/uploads/2010/02/ordered-as-unordered-425x303.jpg" alt="ordered-as-unordered" title="ordered-as-unordered" width="425" height="303" class="aligncenter size-medium wp-image-2544" /></p>
<h3>Ordered discrete vs ordered continuous</h3>
<p>With discrete data, there exist two values for which there is no valid value in between, whereas continuous data can always be broken down into more detail.</p>
<dl>
<dt>Discrete</dt>
<dd>How many thermostats do you have in your house? (0, 1, 2&hellip;)</dd>
<dt>Continuous</dt>
<dd>What is the average temperature in your house? (22.1°C, 20.3°C&hellip;)</dd>
</dl>
<p>When discrete data is confused as continuous, inappropriate conclusions can be reached (chances are you have 2.3 thermostats in your house).</p>
<p><img src="http://cognitivesandbox.com/wp-content/uploads/2010/02/discrete-as-continuous-425x303.jpg" alt="discrete-as-continuous" title="discrete-as-continuous" width="425" height="303" class="aligncenter size-medium wp-image-2543" /></p>
<p>When continuous data is confused as discrete, granularity is lost. We can&#8217;t tell from the graph below whether there&#8217;s a large portion of 0.0km entries, if only odd decimal entries exist (0.1, 0.3, 0.5&hellip;), or any other detail hidden by these brackets.</p>
<p><img src="http://cognitivesandbox.com/wp-content/uploads/2010/02/continuous-as-discrete-425x303.jpg" alt="continuous-as-discrete" title="continuous-as-discrete" width="425" height="303" class="aligncenter size-medium wp-image-2552" /></p>
<h3>Simple data vs compound data</h3>
<p>Compound data have multiple values that bear some relation to each other.</p>
<dl>
<dt>Simple</dt>
<dd>How big is your television diagonally (24&#8243;, 32&#8243;, 34&#8243;&hellip;)</dd>
<dt>Compound</dt>
<dd>What are the dimensions of your television (20&#8243;x18&#8243;, 24&#8243;x20&#8243;&hellip;)</dd>
</dl>
<p>Compound data can be misrepresented as multiple simple data axes by ignoring the coupling between the two values, whereby the conditional probabilities are lost. Worse, it can be restricted down to a single simple data axis, whereby relevant data is entirely discarded (e.g. do sampled televisions only exist at certain aspect ratios?).</p>
<p><img src="http://cognitivesandbox.com/wp-content/uploads/2010/02/compound-as-simple-425x303.jpg" alt="compound-as-simple" title="compound-as-simple" width="425" height="303" class="aligncenter size-medium wp-image-2541" /></p>
<h3>Descriptive data vs prescriptive preferences</h3>
<dl>
<dt>Descriptive</dt>
<dd>What did you have for dinner last night?</dd>
<dt>Prescriptive</dt>
<dd>What should we have for dinner tonight?</dd>
</dl>
<p>The difference is subtle, but it&#8217;s there. With descriptive data, respondents have no incentive to tactically misrepresent their opinions. With prescriptive preferences, respondents (aka voters) are aware that their response will influence a future that likely affects them and will vote accordingly.</p>
<p>When prescriptive preferences are confused as descriptive data, a few things can happen:</p>
<ul>
<li>Continuous data can be filtered down into discrete data. Instead of allowing degrees of preference, ballots are restricted to binary expressions of support.</li>
<li>Compound data can be filtered down into simple data. Although multiple options exist, ballots restrict the voter to supporting a single candidate.</li>
</ul>
<p>Both confusions are present when Plurality voting is used in lieu of <a href="http://cognitivesandbox.com/posts/a-brief-survey-of-ballot-types/">a more expressive ballot</a>, where in voters could express more than just a single binary preference for a single option. Maybe this comes from ignorance of alternative voting methods, technical restrictions from the online voting application used, or seeing everything as a nail when you&#8217;re holding a hammer; Take your pick.</p>
<p>When Plurality voting is used to obtain prescriptive preferences, the same type of analytical fallacy is being made as is detailed in the above examples, all of which lead to a poor understanding of the underlying reality the data represents.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/misinterpreting-problem-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Schulze STV</title>
		<link>http://cognitivesandbox.com/posts/implementing-schulze-stv/</link>
		<comments>http://cognitivesandbox.com/posts/implementing-schulze-stv/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 08:06:10 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2461</guid>
		<description><![CDATA[Thus far, my implementation of Schulze STV has worked fairly well. The downside I&#8217;ve recently run into is in simulating real world multiple winner elections. Take Vancouver&#8217;s 2008 municipal election as an example, in which 32 candidates ran for 10 seats. The problem-space we&#8217;re looking at consists of 32 choose 10 nodes and (32 choose [...]]]></description>
			<content:encoded><![CDATA[<p>Thus far, <a href="http://github.com/bradbeattie/Election-Web-Service/blob/master/schulze_stv.py">my implementation of Schulze STV</a> has worked fairly well. The downside I&#8217;ve recently run into is in simulating real world multiple winner elections. Take Vancouver&#8217;s 2008 municipal election as an example, in which 32 candidates ran for 10 seats. The problem-space we&#8217;re looking at consists of <code>32 choose 10</code> nodes and <code>(32 choose 10) x 11</code> edges. For those unfamiliar with <a href="http://en.wikipedia.org/wiki/Binomial_coefficient">binomial coefficients</a>, that&#8217;s roughly 64 million nodes and  709 million edges. <a href="http://en.wikipedia.org/wiki/Computational_complexity_theory#Intractability">Exponential runtime is a bitch</a>.</p>
<p>For the purposes of heuristic development, let&#8217;s look at Tideman&#8217;s A03. It&#8217;s a set of 989 ballots to elect 7 winners from 15 candidates. Schulze STV computes the winning set as B/D/E/F/H/K/N by looking at 6435 nodes and 51480 edges. How do we best prune the number of candidates down so as to look at a smaller subset, yet still produce the same winning set in most cases? Well, what&#8217;s quickly available? We can easily calculate the sum of all votes, standard deviation, and whatnot.</p>
<p><img src="http://www.cognitivesandbox.com/wp-content/uploads/2010/01/sort-by-sum.png" alt="" title="sort-by-sum" width="340" height="366" class="aligncenter size-full wp-image-2484" /></p>
<p>If we wanted to prune off the least preferred by sum (indicated by larger sums), we&#8217;d be cutting off one of a winner Schulze STV would want to elect. Alternatively, let&#8217;s look at the number of voters that mark each candidate in first place. If a voter marks two candidates in first place, split their vote between the two.</p>
<p><img src="http://www.cognitivesandbox.com/wp-content/uploads/2010/01/sort-by-top-votes.png" alt="" title="sort-by-top-votes" width="405" height="366" class="aligncenter size-full wp-image-2501" /></p>
<p>That heuristic seems great at first as it didn&#8217;t accidentally eliminate winning candidates and it reduced the number of nodes to 120, a 98% reduction in problem space size. However, the winning set would now be computed by SchulzeSTV as A/B/D/E/G/L/N, which is significantly different. Furthermore, the heuristic is going to incentivize tactical voting. Sometimes there aren&#8217;t any easy shortcuts and the best thing to do is just optimize the implementation.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/implementing-schulze-stv/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Motivated hobbies</title>
		<link>http://cognitivesandbox.com/posts/motivated-hobbies/</link>
		<comments>http://cognitivesandbox.com/posts/motivated-hobbies/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 03:21:27 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2411</guid>
		<description><![CDATA[Start a project around a subject you feel passionate about. It&#8217;s surprising how quickly you can get things done when there&#8217;s internal motivation. My most recent project went from prototype to useful application in about 10 days. I have to say, there&#8217;s a bit of pride that goes along with reaching a presentable milestone.

]]></description>
			<content:encoded><![CDATA[<p>Start a project around a subject you feel passionate about. It&#8217;s surprising how quickly you can get things done when there&#8217;s internal motivation. My most recent project went from prototype to useful application in about 10 days. I have to say, there&#8217;s a bit of pride that goes along with reaching a presentable milestone.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/dIGL2C47bYo&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dIGL2C47bYo&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/motivated-hobbies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modern Ballots</title>
		<link>http://cognitivesandbox.com/posts/modern-ballots/</link>
		<comments>http://cognitivesandbox.com/posts/modern-ballots/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:33:21 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2394</guid>
		<description><![CDATA[One of the difficulties I&#8217;ve run into with my recent project is explaining what it is a back-end web service does. In response, I&#8217;ve put a small web app up at modernballots.com. This front-end lets you create elections, but has no direct knowledge of voting systems. The winner is calculated remotely through the election web [...]]]></description>
			<content:encoded><![CDATA[<p>One of the difficulties I&#8217;ve run into with my recent project is explaining what it is a back-end web service does. In response, I&#8217;ve put a small web app up at <a href="http://www.modernballots.com">modernballots.com</a>. This front-end lets you create elections, but has no direct knowledge of voting systems. The winner is calculated remotely through the <a href="http://vote.cognitivesandbox.com">election web service</a>, which is publicly available for other programmers to use.</p>
<p>At the moment, the front-end only requests the winner as calculated by Schulze STV, but that&#8217;s just to make the interface simpler.</p>

<a href='http://cognitivesandbox.com/posts/modern-ballots/attachment/1/' title='1'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2010/01/1-190x190.png" class="attachment-thumbnail" alt="" title="1" /></a>
<a href='http://cognitivesandbox.com/posts/modern-ballots/attachment/2/' title='2'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2010/01/2-190x190.png" class="attachment-thumbnail" alt="" title="2" /></a>
<a href='http://cognitivesandbox.com/posts/modern-ballots/attachment/3/' title='3'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2010/01/3-190x190.png" class="attachment-thumbnail" alt="" title="3" /></a>
<a href='http://cognitivesandbox.com/posts/modern-ballots/attachment/4/' title='4'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2010/01/4-190x190.png" class="attachment-thumbnail" alt="" title="4" /></a>
<a href='http://cognitivesandbox.com/posts/modern-ballots/attachment/5/' title='5'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2010/01/5-190x190.png" class="attachment-thumbnail" alt="" title="5" /></a>

]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/modern-ballots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Election Web Service</title>
		<link>http://cognitivesandbox.com/posts/election-web-service/</link>
		<comments>http://cognitivesandbox.com/posts/election-web-service/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:35:59 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2365</guid>
		<description><![CDATA[First draft of the Election Web Service is up and running. I&#8217;ve implemented Plurality, IRV, Ranked Pairs, the Schulze Method, Plurality at Large, and STV.
The source code is up on GitHub for anyone interested in implementing additional voting systems or using them as Python libraries. For those that just want to send requests to a [...]]]></description>
			<content:encoded><![CDATA[<p>First draft of the Election Web Service is up and running. I&#8217;ve implemented Plurality, IRV, Ranked Pairs, the Schulze Method, Plurality at Large, and STV.</p>
<p><a href="http://github.com/bradbeattie/Election-Web-Service">The source code is up on GitHub</a> for anyone interested in implementing additional voting systems or using them as Python libraries. For those that just want to send requests to a server, I have one responding to posts at <a href="http://vote.cognitivesandbox.com">vote.cognitivesandbox.com</a> (note that the server only response to HTTP POSTs and works solely on JSON encoded requests).</p>
<p>Hopefully this takes some of the burden out of implementing polls and whatnot. You take care of storing the ballots, I&#8217;ll show you who won (and why).</p>
<h3>Example Request</h3>
<pre><code class="js">{
  "votingSystem": "stv",
  "ballots": [
    {"count": 4, "ballot": ["orange"]},
    {"count": 2, "ballot": ["pear", "orange"]},
    {"count": 8, "ballot": ["chocolate", "strawberry"]},
    {"count": 4, "ballot": ["chocolate", "sweets"]},
    {"count": 1, "ballot": ["strawberry"]},
    {"count": 1, "ballot": ["sweets"]}
  ],
  "winners": 3
}</code></pre>
<h3>Example Response</h3>
<pre><code class="js">{
  "rounds": [
    {
      "tallies": {
        "orange": 4.0,
        "strawberry": 1.0,
        "chocolate": 12.0,
        "pear": 2.0,
        "sweets": 1.0
      },
      "quota": 6,
      "winners": ["chocolate"],
    },
    {
      "tallies": {
        "orange": 4.0,
        "strawberry": 5.0,
        "pear": 2.0,
        "sweets": 3.0
      },
      "quota": 5,
      "winners": ["strawberry"],
    },
    {
      "tallies": {
        "orange": 4.0,
        "sweets": 3.0,
        "pear": 2.0
      },
      "quota": 5,
      "loser": "pear"
    },
    {
      "tallies": {
        "orange": 6.0,
        "sweets": 3.0
      },
      "quota": 5,
      "winners": ["orange"],
    }
  ],
  "winners": ["orange", "strawberry", "chocolate"]
}</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/election-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Election API prototype</title>
		<link>http://cognitivesandbox.com/posts/election-api-prototype/</link>
		<comments>http://cognitivesandbox.com/posts/election-api-prototype/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:24:54 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2290</guid>
		<description><![CDATA[The project sputtered a few times before it really got going, but it seems well on its way. My first elections calculator was built to demonstrate the flaws of voting systems. This new one, however, is intended for the development community.
Most voting systems are plain Plurality (aka first past the post) and is prone to [...]]]></description>
			<content:encoded><![CDATA[<p>The project sputtered a few times before it really got going, but it seems well on its way. My <a href="http://elections.cognitivesandbox.com/">first elections calculator</a> was built to demonstrate the flaws of voting systems. This new one, however, is intended for the development community.</p>
<p>Most voting systems are plain <a href="http://en.wikipedia.org/wiki/Plurality_voting_system">Plurality (aka first past the post)</a> and is prone to a great many flaws. Instead of implementing better voting systems libraries in each language, why not provide a general web service API?</p>
<p>The tool speaks JSON and provides and is completely stateless. You send your full request (ballots, desired voting system, etc) and it returns the winner (or winners) and an explanation as to how it reached that conclusion. All data is stored locally in cookies; The only server communication is for the result calculation.</p>
<p>I&#8217;m only about half-way done: four more algorithms to go (Schulze, STV, CPO-STV and Schulze STV) and a fair bit of polishing on the UI. Late December? Early January? Something like that.</p>

<a href='http://cognitivesandbox.com/posts/election-api-prototype/step1-2/' title='step1'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2009/11/step1-190x190.png" class="attachment-thumbnail" alt="" title="step1" /></a>
<a href='http://cognitivesandbox.com/posts/election-api-prototype/step2-2/' title='step2'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2009/11/step2-190x190.png" class="attachment-thumbnail" alt="" title="step2" /></a>
<a href='http://cognitivesandbox.com/posts/election-api-prototype/step3-2/' title='step3'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2009/11/step3-190x190.png" class="attachment-thumbnail" alt="" title="step3" /></a>
<a href='http://cognitivesandbox.com/posts/election-api-prototype/step4-2/' title='step4'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2009/11/step4-190x190.png" class="attachment-thumbnail" alt="" title="step4" /></a>
<a href='http://cognitivesandbox.com/posts/election-api-prototype/step5-2/' title='step5'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2009/11/step5-190x190.png" class="attachment-thumbnail" alt="" title="step5" /></a>
<a href='http://cognitivesandbox.com/posts/election-api-prototype/step6-2/' title='step6'><img width="190" height="190" src="http://cognitivesandbox.com/wp-content/uploads/2009/11/step6-190x190.png" class="attachment-thumbnail" alt="" title="step6" /></a>

]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/election-api-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A conflict of interests</title>
		<link>http://cognitivesandbox.com/posts/a-conflict-of-interests/</link>
		<comments>http://cognitivesandbox.com/posts/a-conflict-of-interests/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:05:14 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2248</guid>
		<description><![CDATA[Exhibit A: The Canadian Charter of Rights and Freedoms, Fundamental Freedoms section

2. Everyone has the following fundamental freedoms:
(a) freedom of conscience and religion;
(b) freedom of thought, belief, opinion and expression, including freedom of the press and other media of communication;
(c) freedom of peaceful assembly; and
(d) freedom of association.

Exhibit B: Bill 13 &#8212; Miscellaneous Statutes Amendment [...]]]></description>
			<content:encoded><![CDATA[<p>Exhibit A: <a href="http://laws.justice.gc.ca/en/charter/1.html#anchorbo-ga:l_I-gb:s_2">The Canadian Charter of Rights and Freedoms, Fundamental Freedoms section</a></p>
<blockquote><p>
2. Everyone has the following fundamental freedoms:<br />
(a) freedom of conscience and religion;<br />
<strong>(b) freedom of thought, belief, opinion and expression, including freedom of the press and other media of communication;</strong><br />
(c) freedom of peaceful assembly; and<br />
(d) freedom of association.
</p></blockquote>
<p>Exhibit B: <a href="http://www.leg.bc.ca/39th1st/1st_read/gov13-1.htm">Bill 13 &mdash; Miscellaneous Statutes Amendment Act, 2009</a></p>
<blockquote><p>
&#8220;specified municipality&#8221; means any of the following:<br />
(a) the City of Richmond;<br />
(b) the City of Vancouver;<br />
(c) the Resort Municipality of Whistler.
</p></blockquote>
<blockquote><p>
32  (1) Subject to this section and section 34, an officer or employee of a specified municipality or a person authorized by the council of a specified municipality has the authority to enter on property, and to enter into property, without the consent of the owner or occupier for the purpose of enforcing, in accordance with subsection (4), the specified municipality&#8217;s bylaws in relation to signs.
</p></blockquote>
<blockquote><p>(1) Subject to subsection (2), the Council may make by-laws for the purposes of enforcing its by-laws, including establishing one or more of the following penalties to which a person convicted of an offence in a prosecution under the Offence Act is liable:</p>
<p>(a) a minimum fine;<br />
<strong>(b) a maximum fine of up to $10 000;</strong><br />
(c) in the case of a continuing offence, for each day that the offence continues either or both of<br />
(i) a minimum fine under paragraph (a), or<br />
(ii) a maximum fine under paragraph (b);<br />
<strong>(d) imprisonment for not more than 6 months.</strong></p></blockquote>
<p>The timing of this and the location constraint suggest that this is motivated by the coming Olympics. The short of it is if you have a sign they don&#8217;t like, they can fine you $10,000 and put you in jail for 6 months. I&#8217;d think that the Charter of Rights and Freedoms would trump this. How is it even being discussed then?</p>
<p>If this concerns you, please contact your MLA. If you don&#8217;t know who your MLA is, <a href="http://en.wikipedia.org/wiki/Category:Canadian_provincial_and_territorial_electoral_districts">find out</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/a-conflict-of-interests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partitioning control of electoral reform from vested interests</title>
		<link>http://cognitivesandbox.com/posts/partitioning-control-of-electoral-reform-from-vested-interests/</link>
		<comments>http://cognitivesandbox.com/posts/partitioning-control-of-electoral-reform-from-vested-interests/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 05:21:58 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2239</guid>
		<description><![CDATA[
One of the key problems in electoral reform is that those who hold the power to change it benefit from the current system; It got them into office, right? Maybe there&#8217;s a way we can move that power out of those most disinclined to seriously consider it.
Just a thought. Every 10 years (5? 15?) hold [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/louisejoly/89773822/"><img src="http://www.cognitivesandbox.com/wp-content/uploads/2009/10/89773822_6fb22aa9ff-300x225.jpg" alt="Fox and Henhouse by Marj Joly" title="Fox and Henhouse by Marj Joly" width="300" height="225" class="aligncenter size-medium wp-image-2245" /></a></p>
<p>One of the key problems in electoral reform is that those who hold the power to change it benefit from the current system; It got them into office, right? Maybe there&#8217;s a way we can move that power out of those most disinclined to seriously consider it.</p>
<p>Just a thought. Every 10 years (5? 15?) hold a guaranteed referendum on what electoral system we should be using and switch to the preferred alternative. If the current system is FPTP, use FPTP as the referendum mechanism (likewise if it&#8217;s IRV, Schulze, etc).</p>
<p>Furthermore, the first referendum would occur in 10 years from now. Often candidates will run on platforms that include democratic reform, but <a href="http://www.straight.com/article-266485/vision-doublecrosses-supporters-wards">abandon it once elected</a>. By putting the first election far enough in the future, it can be ratified without directly threatening the power base of the current representative.</p>
<p>We don&#8217;t want the fox guarding the henhouse, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/partitioning-control-of-electoral-reform-from-vested-interests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single and multiple winner systems</title>
		<link>http://cognitivesandbox.com/posts/single-and-multiple-winner-systems/</link>
		<comments>http://cognitivesandbox.com/posts/single-and-multiple-winner-systems/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 03:52:37 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2201</guid>
		<description><![CDATA[Currently, Vancouver uses plurality to elect one mayor and plurality at large to elect 10 councillors. In so much as I&#8217;d love to see a multiple-winner Condorcet method used to elect both sets, I understand that such algorithms are too difficult for most to follow in multiple winner scenarios. While I think STV is a [...]]]></description>
			<content:encoded><![CDATA[<p>Currently, Vancouver uses <a href="http://en.wikipedia.org/wiki/Plurality_voting_system">plurality</a> to elect one mayor and <a href="http://en.wikipedia.org/wiki/Plurality-at-large_voting">plurality at large</a> to elect 10 councillors. In so much as I&#8217;d love to see <a href="http://en.wikipedia.org/wiki/Schulze_STV">a multiple-winner Condorcet method</a> used to elect both sets, I understand that such algorithms are too difficult for most to follow in multiple winner scenarios. While I think STV is a reasonable compromise, I dislike how IRV ignores votes and misrepresents large demographics when electing a single representative.</p>
<table>
<tr>
<th>Winners</th>
<th>Plurality</th>
<th>IRV/STV</th>
<th>Condorcet</th>
</tr>
<tr>
<th>Single</th>
<td>Trivial to implement, but horrible results</td>
<td>Simple to implement, but poor results</td>
<td>Understandable method with good results</td>
</tr>
<tr>
<th>Multiple</th>
<td>Simple to implement, but poor results</td>
<td>Understandable method with good results</td>
<td>Good results, but too complex for most to understand</td>
</tr>
</table>
<p>It&#8217;s unreasonable to suggest that we should use one method for single winner elections (Condorcet for the mayor) and another for multiple winner elections (STV for the councillors); I think that idea just wouldn&#8217;t sell. That being said, maybe IRV/STV is a imperfect, but reasonable stepping stone.</p>
<p>I&#8217;m not fully convinced yet, but I think small increments towards fairer representation is more realistic than giant leaps towards awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/single-and-multiple-winner-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Condorcet and later-no-harm</title>
		<link>http://cognitivesandbox.com/posts/condorcet-and-later-no-harm/</link>
		<comments>http://cognitivesandbox.com/posts/condorcet-and-later-no-harm/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 00:58:00 +0000</pubDate>
		<dc:creator>Brad Beattie</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.cognitivesandbox.com/?p=2010</guid>
		<description><![CDATA[In recent discussions, I&#8217;ve had folks suggest that instant-runoff voting is fairer than Ranked Pairs. I disagree, but let&#8217;s cover the arguments.
Instant-runoff voting (STV@1) fails the Condorcet criterion



80 voters
70 voters
15 voters
IRV winner


Sincere
A &#62; C &#62; B
B &#62; C &#62; A
C &#62; B &#62; A
B


Insincere
C &#62; A &#62; B
B &#62; C &#62; A
C &#62; B &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>In recent discussions, I&#8217;ve had folks suggest that instant-runoff voting is fairer than Ranked Pairs. I disagree, but let&#8217;s cover the arguments.</p>
<h3>Instant-runoff voting (STV@1) fails the Condorcet criterion</h3>
<table>
<tr>
<th></th>
<th>80 voters</th>
<th>70 voters</th>
<th>15 voters</th>
<th>IRV winner</th>
</tr>
<tr>
<th>Sincere</th>
<td>A &gt; C &gt; B</td>
<td>B &gt; C &gt; A</td>
<td>C &gt; B &gt; A</td>
<td>B</td>
</tr>
<tr>
<th>Insincere</th>
<td><strong>C &gt; A</strong> &gt; B</td>
<td>B &gt; C &gt; A</td>
<td>C &gt; B &gt; A</td>
<td>C</td>
</tr>
</table>
<p>The majority of voters prefer C over B, but IRV elects B (failing the Condorcet criterion). Then 80 voters insincerely express a greater preference for C so as to ensure that B loses.</p>
<h3>Ranked Pairs fails the later-no-harm criterion</h3>
<table>
<tr>
<th></th>
<th>80 voters</th>
<th>70 voters</th>
<th>15 voters</th>
<th>RP winner</th>
</tr>
<tr>
<th>Sincere</th>
<td>A &gt; C = B</td>
<td>C &gt; B &gt; A</td>
<td>B &gt; C &gt; A</td>
<td>C</td>
</tr>
<tr>
<th>Insincere</th>
<td>A &gt; C = B</td>
<td>C &gt; B &gt; A</td>
<td>B &gt; <strong>A &gt; C</strong></td>
<td>B</td>
</tr>
</table>
<p>Ranked Pairs elects C. Then 15 voters insincerely express a greater preference for A over C resulting in a win for B.</p>
<h3>Comparison</h3>
<p>It&#8217;s clear then that both systems are subject to tactical voting. This isn&#8217;t surprising as the <a href="http://en.wikipedia.org/wiki/Gibbard-Satterthwaite_theorem">Gibbard-Satterthwaite</a> and <a href="http://en.wikipedia.org/wiki/Duggan-Schwartz_theorem">Duggan-Schwartz</a> theorems show that no system is immune to these types of problems. If no perfect system exists, the question is which system&#8217;s flaws are more acceptable?</p>
<p>The later-no-harm flaw in Ranked Pairs only arises when demographics vote tactically, whereas the Condorcet flaw in Instant-runoff <em>requires</em> demographics to vote tactically to avoid <a href="http://en.wikipedia.org/wiki/Pareto_efficiency">a sub-optimal winner</a>. If we could guarantee completely sincere expressions of preference, range voting would be superb. If we could guarantee <a href="http://en.wikipedia.org/wiki/Nash_equilibrium">perfect strategy for all voters</a>, I&#8217;d be good with IRV. As it stands, we live with a mix of both and I think that Ranked Pairs does a decent job of straddling that divide.</p>
<p>If we&#8217;re talking about mind-share, STV certainly has a lot more going for it and I&#8217;ll support it in any referendum against FPTP. It&#8217;s just a little frustrating to see a better system go unloved.</p>
]]></content:encoded>
			<wfw:commentRss>http://cognitivesandbox.com/posts/condorcet-and-later-no-harm/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
