<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Wine-gum Selection Puzzle</title>
	<atom:link href="http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/</link>
	<description>A blog for odd things and odd thoughts.</description>
	<pubDate>Fri, 21 Nov 2008 12:46:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: OddThinking &#187; Wine-gum/Podcast Selection Algorithm Solution</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-108565</link>
		<dc:creator>OddThinking &#187; Wine-gum/Podcast Selection Algorithm Solution</dc:creator>
		<pubDate>Sun, 13 Apr 2008 01:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-108565</guid>
		<description>[...] posed the problem to the blog readers. I lightly disguised as a Wine-Gum Selection Puzzle, mainly so I could abstract away some of the [...]</description>
		<content:encoded><![CDATA[<p>[...] posed the problem to the blog readers. I lightly disguised as a Wine-Gum Selection Puzzle, mainly so I could abstract away some of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OddThinking &#187; Happy Second Anniversary, OddThinking!</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-34703</link>
		<dc:creator>OddThinking &#187; Happy Second Anniversary, OddThinking!</dc:creator>
		<pubDate>Tue, 10 Apr 2007 10:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-34703</guid>
		<description>[...] made up a puzzle to choose the best wine-gum, and it became my white [...]</description>
		<content:encoded><![CDATA[<p>[...] made up a puzzle to choose the best wine-gum, and it became my white [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bork Blatt</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30533</link>
		<dc:creator>Bork Blatt</dc:creator>
		<pubDate>Fri, 02 Mar 2007 11:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30533</guid>
		<description>Caveats:

I just noticed that point 5 above is really open to misinterpretation. I said "find the longest continuous run of colour possible". What I should have said is "find the longest continuous run of a colour". Any colour. It may have implied trying to calculate the largest possible run length, when really I only meant search the circle and find the longest run of any particular colour on the circle.

Hope this is clear.</description>
		<content:encoded><![CDATA[<p>Caveats:</p>
<p>I just noticed that point 5 above is really open to misinterpretation. I said &#8220;find the longest continuous run of colour possible&#8221;. What I should have said is &#8220;find the longest continuous run of a colour&#8221;. Any colour. It may have implied trying to calculate the largest possible run length, when really I only meant search the circle and find the longest run of any particular colour on the circle.</p>
<p>Hope this is clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bork Blatt</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30527</link>
		<dc:creator>Bork Blatt</dc:creator>
		<pubDate>Fri, 02 Mar 2007 10:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30527</guid>
		<description>Hi Julian.

I don't know if I am misinterpreting you when you say "In the last 24 hours, I actually managed to put this puzzle behind me", in thinking that you are no longer interested in solving this. If this is the case, I apologise for adding more thoughts on it :-) Seriously, if you are done with this one, I'll no longer post thoughts on it, but it has got my interest now, and it's like a song that I can't get out of my head!!

Also, forgive me if I constantly mix metaphors, I'll try and keep the analogy separate from the implementation, but I make no guarantees.

Anyway, I have had a couple of flashes of lightning in my brain over this one.

I think it is easier to think about optimal distribution if you imagine the final result as a circle, or permanently repeating playlist, which you can tune into or out of at any point. I imagine a wire circle with coloured beads, with a "switch" that allows extra beads to be added to the circle.

Imagine the scenario of two reds to one yellow: If you look at these three in a line, R-Y-R looks different to R-R-Y, but on a circle that endlessly repeats, both have the identical result, namely two reds next to each other, and a yellow. The point at which you "tune in" to this ever repeating channel determines whether you will hear the two "red" artists one after the other or not. In this case it is impossible to optimise colour randomness any further without another yellow or alternate colour.

This flash in my brain also gave me a solution to optimising for shorter time periods, where you are playing a subset of your total library - namely, the only way to get the same optimal distribution is to populate all the beads onto the circle, as if you want to play the entire library, and then grab a subset of that which fits the required time.

Now I haven't pushed my formula all the way to a guaranteed infallible solution, but thinking of it this way may help:

1. Add all the beads onto the circle from the pile with the most beads, and if there is a tie, pick any one. That's right, I've totally hijacked your gums analogy.

2. Since the circle is all one colour, it doesn't matter where you start adding the next colour. Starting anywhere, evenly distribute the next biggest colour.

If there was a tie, you now have perfect alternating colours. More likely, you will have runs of the same colour.

3. From the third colour on, start at this step and repeat until all colours are exhausted.

4. Calculate the number of beads you need to skip each time to distribute this colour evenly through the remainder.

5. Find the longest continuous run of colour possible. Calculate the max number of beads you can place into this run, maintaining the proper distribution. If it is just one, find the middle of the run, add a bead in there, and distribute evenly from there. If it is more than one, try to maximise the number of "splits" you can perform to the run, then distribute evenly. E.g. if you can get 2 beads into the run, try to position them so you have 3 splits in the run, with the end two being equal length.

As far as I can imagine, this is the best possible way to distribute the different colours so you get maximum distance between ALL artists.

At first I thought of finding all the runs, and trying to split them all for each colour, but this would end up with some artists being close to each other on occasions, then long gaps between them in others.</description>
		<content:encoded><![CDATA[<p>Hi Julian.</p>
<p>I don&#8217;t know if I am misinterpreting you when you say &#8220;In the last 24 hours, I actually managed to put this puzzle behind me&#8221;, in thinking that you are no longer interested in solving this. If this is the case, I apologise for adding more thoughts on it <img src='http://www.somethinkodd.com/oddthinking/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Seriously, if you are done with this one, I&#8217;ll no longer post thoughts on it, but it has got my interest now, and it&#8217;s like a song that I can&#8217;t get out of my head!!</p>
<p>Also, forgive me if I constantly mix metaphors, I&#8217;ll try and keep the analogy separate from the implementation, but I make no guarantees.</p>
<p>Anyway, I have had a couple of flashes of lightning in my brain over this one.</p>
<p>I think it is easier to think about optimal distribution if you imagine the final result as a circle, or permanently repeating playlist, which you can tune into or out of at any point. I imagine a wire circle with coloured beads, with a &#8220;switch&#8221; that allows extra beads to be added to the circle.</p>
<p>Imagine the scenario of two reds to one yellow: If you look at these three in a line, R-Y-R looks different to R-R-Y, but on a circle that endlessly repeats, both have the identical result, namely two reds next to each other, and a yellow. The point at which you &#8220;tune in&#8221; to this ever repeating channel determines whether you will hear the two &#8220;red&#8221; artists one after the other or not. In this case it is impossible to optimise colour randomness any further without another yellow or alternate colour.</p>
<p>This flash in my brain also gave me a solution to optimising for shorter time periods, where you are playing a subset of your total library - namely, the only way to get the same optimal distribution is to populate all the beads onto the circle, as if you want to play the entire library, and then grab a subset of that which fits the required time.</p>
<p>Now I haven&#8217;t pushed my formula all the way to a guaranteed infallible solution, but thinking of it this way may help:</p>
<p>1. Add all the beads onto the circle from the pile with the most beads, and if there is a tie, pick any one. That&#8217;s right, I&#8217;ve totally hijacked your gums analogy.</p>
<p>2. Since the circle is all one colour, it doesn&#8217;t matter where you start adding the next colour. Starting anywhere, evenly distribute the next biggest colour.</p>
<p>If there was a tie, you now have perfect alternating colours. More likely, you will have runs of the same colour.</p>
<p>3. From the third colour on, start at this step and repeat until all colours are exhausted.</p>
<p>4. Calculate the number of beads you need to skip each time to distribute this colour evenly through the remainder.</p>
<p>5. Find the longest continuous run of colour possible. Calculate the max number of beads you can place into this run, maintaining the proper distribution. If it is just one, find the middle of the run, add a bead in there, and distribute evenly from there. If it is more than one, try to maximise the number of &#8220;splits&#8221; you can perform to the run, then distribute evenly. E.g. if you can get 2 beads into the run, try to position them so you have 3 splits in the run, with the end two being equal length.</p>
<p>As far as I can imagine, this is the best possible way to distribute the different colours so you get maximum distance between ALL artists.</p>
<p>At first I thought of finding all the runs, and trying to split them all for each colour, but this would end up with some artists being close to each other on occasions, then long gaps between them in others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aristotle Pagaltzis</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30400</link>
		<dc:creator>Aristotle Pagaltzis</dc:creator>
		<pubDate>Thu, 01 Mar 2007 12:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30400</guid>
		<description>A property of NP-complete problems is that they can all be restated in terms of one another. NP-completeness is therefore usually proven by showing that a particular problem is exactly equivalent to some other known NP-complete problem. Another property of NP-complete problems is that a proposed solution to a particular instance of the problem can be readily verified in polynomial time. See &lt;a href="http://www.cs.auckland.ac.nz/software/AlgAnim/hard.html" rel="nofollow"&gt;this nice page of lecture notes on class NP problems&lt;/a&gt; for more detail.

(For a very fun read on the subject and a bunch of related ones, check out &lt;a href="http://perl.plover.com/yak/cs/" rel="nofollow"&gt;Dominus’ “You Can’t Get There From Here” talk&lt;/a&gt;.)</description>
		<content:encoded><![CDATA[<p>A property of NP-complete problems is that they can all be restated in terms of one another. NP-completeness is therefore usually proven by showing that a particular problem is exactly equivalent to some other known NP-complete problem. Another property of NP-complete problems is that a proposed solution to a particular instance of the problem can be readily verified in polynomial time. See <a href="http://www.cs.auckland.ac.nz/software/AlgAnim/hard.html" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/www.cs.auckland.ac.nz');" class="liexternal">this nice page of lecture notes on class NP problems</a> for more detail.</p>
<p>(For a very fun read on the subject and a bunch of related ones, check out <a href="http://perl.plover.com/yak/cs/" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/perl.plover.com');" class="liexternal">Dominus’ “You Can’t Get There From Here” talk</a>.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30357</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Thu, 01 Mar 2007 09:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30357</guid>
		<description>Bork,

I have already given this approach some thought.

Note that, with wine gums, there is no need to "sort them randomly" in step 1, because they are indistinguishable.

In step 2, the best way to distribute them evenly is to use Bresenham's algorithm, that Aristotle introduced before.

In step 3, you are effectively making the assumption that all of the colours that have been merged into a line so far, are to be treated the same from now on.

I got quite excited by this idea; it is simple and breaks down the complexity well, but there was something missing.

Imagine your colours are 3 x Red, 1 x Orange and 1 x Yellow.

Step i: RRR

Step ii: Combine RRR and O, with Bresenham's. Either RORR or RROR. Both are equally correct - let's just assume we choose the former.

Step iii: Treat the RORR line as a single colour: e.g. xxxx. Combine xxxx with Y, with Bresenham's. The result should be xxYxx.

Unfortunately, the result of this algorithm is ROYRR, which isn't as good as RORYR.

&lt;hr /&gt;

I am not touching the Random Number Generator comment; the human brain is notoriously hungry to find patterns when presented with randomness, so proving an application &lt;em&gt;isn't&lt;/em&gt; random takes quite a bit of evidence.

&lt;hr /&gt;

Just because I haven't posted on this subject for over a month, doesn't mean it hasn't been bugging me continuously for most of that month. I have been giving this puzzle a lot of thought, and I am starting to fear that it is NP-complete or something. 

I have never worked out how to prove a problem is NP-complete. Is it enough to simply declare that because &lt;em&gt;I&lt;/em&gt; can't find a polynomial-time solution, it must be non-polynomial?

&lt;hr /&gt;

In the last 24 hours, I actually managed to put this puzzle behind me, but only because I have been tackling the practice puzzles in the &lt;a href="http://puzzle.cisra.com.au/" rel="nofollow"&gt;CISRA Puzzle Competition&lt;/a&gt; (via &lt;a href="http://otherleg.com/anotherblog/archives/1078" rel="nofollow"&gt;Anotherblog&lt;/a&gt;) I was in the lead of ranking table for a few hours! I was the first and second submitter of correct answers! Now, I have started to fall behind and I am staring uselessly at one of the puzzles at the moment.</description>
		<content:encoded><![CDATA[<p>Bork,</p>
<p>I have already given this approach some thought.</p>
<p>Note that, with wine gums, there is no need to &#8220;sort them randomly&#8221; in step 1, because they are indistinguishable.</p>
<p>In step 2, the best way to distribute them evenly is to use Bresenham&#8217;s algorithm, that Aristotle introduced before.</p>
<p>In step 3, you are effectively making the assumption that all of the colours that have been merged into a line so far, are to be treated the same from now on.</p>
<p>I got quite excited by this idea; it is simple and breaks down the complexity well, but there was something missing.</p>
<p>Imagine your colours are 3 x Red, 1 x Orange and 1 x Yellow.</p>
<p>Step i: RRR</p>
<p>Step ii: Combine RRR and O, with Bresenham&#8217;s. Either RORR or RROR. Both are equally correct - let&#8217;s just assume we choose the former.</p>
<p>Step iii: Treat the RORR line as a single colour: e.g. xxxx. Combine xxxx with Y, with Bresenham&#8217;s. The result should be xxYxx.</p>
<p>Unfortunately, the result of this algorithm is ROYRR, which isn&#8217;t as good as RORYR.</p>
<hr />
<p>I am not touching the Random Number Generator comment; the human brain is notoriously hungry to find patterns when presented with randomness, so proving an application <em>isn&#8217;t</em> random takes quite a bit of evidence.</p>
<hr />
<p>Just because I haven&#8217;t posted on this subject for over a month, doesn&#8217;t mean it hasn&#8217;t been bugging me continuously for most of that month. I have been giving this puzzle a lot of thought, and I am starting to fear that it is NP-complete or something. </p>
<p>I have never worked out how to prove a problem is NP-complete. Is it enough to simply declare that because <em>I</em> can&#8217;t find a polynomial-time solution, it must be non-polynomial?</p>
<hr />
<p>In the last 24 hours, I actually managed to put this puzzle behind me, but only because I have been tackling the practice puzzles in the <a href="http://puzzle.cisra.com.au/" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/puzzle.cisra.com.au');" class="liexternal">CISRA Puzzle Competition</a> (via <a href="http://otherleg.com/anotherblog/archives/1078" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/otherleg.com');" class="liexternal">Anotherblog</a>) I was in the lead of ranking table for a few hours! I was the first and second submitter of correct answers! Now, I have started to fall behind and I am staring uselessly at one of the puzzles at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bork Blatt</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30352</link>
		<dc:creator>Bork Blatt</dc:creator>
		<pubDate>Thu, 01 Mar 2007 07:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-30352</guid>
		<description>If you had to use all the gums, I would propose the following:

1. Take the biggest pile, and sort them randomly.
2. Take the next biggest pile, and distribute evenly throughout the bigger pile.
3. Proceed like this until all gums have been added.

Jumping back to a playlist, this gets trickier if you want a limited number of items, or a time limit on the playlist. To keep songs fresh, I propose stamping each song (directly or in a separate database) with the last played time, and not playlisting those within a day or two of the last play time, if possible.

Windows Media Player has a frustratingly predictable pseudo random routine, that seems to love some songs, and never play others. The time stamp would almost certainly help here.</description>
		<content:encoded><![CDATA[<p>If you had to use all the gums, I would propose the following:</p>
<p>1. Take the biggest pile, and sort them randomly.<br />
2. Take the next biggest pile, and distribute evenly throughout the bigger pile.<br />
3. Proceed like this until all gums have been added.</p>
<p>Jumping back to a playlist, this gets trickier if you want a limited number of items, or a time limit on the playlist. To keep songs fresh, I propose stamping each song (directly or in a separate database) with the last played time, and not playlisting those within a day or two of the last play time, if possible.</p>
<p>Windows Media Player has a frustratingly predictable pseudo random routine, that seems to love some songs, and never play others. The time stamp would almost certainly help here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-25440</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 23 Jan 2007 20:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-25440</guid>
		<description>Sunny,

I am still pondering the change in metric: from products of distances to sums of reciprocals of distances. I'll sit down later and try to find an example where it would make a difference to the optimal order, and see which looks more right.

I believe that the first wine gum that you eat should be from the biggest pile. However, your basic algorithm (eat the colour with the lowest metric) does not guarantee that.

Consider the fairly degenerate case of one Yellow and two Orange. This algorithm will have a fifty-fifty chance of generating Y-O-O, which is sub-optimal compared to O-Y-O.

You spoke about a modification that would give an initial scaling for the million orange to one black case - that might help solve this problem. Would you care to elaborate how that might would work?</description>
		<content:encoded><![CDATA[<p>Sunny,</p>
<p>I am still pondering the change in metric: from products of distances to sums of reciprocals of distances. I&#8217;ll sit down later and try to find an example where it would make a difference to the optimal order, and see which looks more right.</p>
<p>I believe that the first wine gum that you eat should be from the biggest pile. However, your basic algorithm (eat the colour with the lowest metric) does not guarantee that.</p>
<p>Consider the fairly degenerate case of one Yellow and two Orange. This algorithm will have a fifty-fifty chance of generating Y-O-O, which is sub-optimal compared to O-Y-O.</p>
<p>You spoke about a modification that would give an initial scaling for the million orange to one black case - that might help solve this problem. Would you care to elaborate how that might would work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-25438</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 23 Jan 2007 20:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-25438</guid>
		<description>Cassie,

You have opened my eyes, thank you.

As careful reading of those links will show, my political advisers will not permit me to comment on my plans. However, rest assured that I will be adding the eradication of racism in confectionery to my campaign. 

I had no idea until now that I was being fooled by a conspiracy of candy makers. Like many other children, I was being trained to make decisions with subconscious racial overtones - all achieved through the simple mechanism of infiltrating the supply of yummy jelly babies with disgusting ones, dyed black.

I note that it is not just the blacks being conspired against. Native Americans and Hispanics are having their &lt;a href="http://www.slowfoodusa.org/ark/chicos.html" rel="nofollow"&gt;traditional cultures&lt;/a&gt; lampooned and attacked by the manufacturers of an inedible &lt;a href="http://en.wikipedia.org/wiki/Chico_babies" rel="nofollow"&gt;parody&lt;/a&gt;.

I hope to make bold new steps against this conspiracy, just as soon as I have solved this algorithmic puzzle (oh, and Australia becomes a republic.)</description>
		<content:encoded><![CDATA[<p>Cassie,</p>
<p>You have opened my eyes, thank you.</p>
<p>As careful reading of those links will show, my political advisers will not permit me to comment on my plans. However, rest assured that I will be adding the eradication of racism in confectionery to my campaign. </p>
<p>I had no idea until now that I was being fooled by a conspiracy of candy makers. Like many other children, I was being trained to make decisions with subconscious racial overtones - all achieved through the simple mechanism of infiltrating the supply of yummy jelly babies with disgusting ones, dyed black.</p>
<p>I note that it is not just the blacks being conspired against. Native Americans and Hispanics are having their <a href="http://www.slowfoodusa.org/ark/chicos.html" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/www.slowfoodusa.org');" class="liexternal">traditional cultures</a> lampooned and attacked by the manufacturers of an inedible <a href="http://en.wikipedia.org/wiki/Chico_babies" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');" class="wikipedia">parody</a>.</p>
<p>I hope to make bold new steps against this conspiracy, just as soon as I have solved this algorithmic puzzle (oh, and Australia becomes a republic.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cassie</title>
		<link>http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-25427</link>
		<dc:creator>Cassie</dc:creator>
		<pubDate>Tue, 23 Jan 2007 15:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2007/01/18/wine-gum-selection-puzzle/#comment-25427</guid>
		<description>Let me get a few things straight...

The "problem" was originally with randomised podcast playlists, but you "disguised" it as a problem with lollies, for "no particular reason".

Upon opening the packet/playlist, you sorted the lollies/authors and immediately disposed of the "black" ones.

I think the real issue here is your (only thinly disguised) racism.

I'm also concerned about your search for a system that allows for the total exclusion of some ethnic groups (in what way I am unsure, but it sounds very sinister), while dispersing others as much as possible. All this among rumours that you are &lt;a href="http://www.somethinkodd.com/oddthinking/2005/06/27/i-adoor-the-people" rel="nofollow"&gt;planning to run for the position of President of Australia&lt;/a&gt;/&lt;a href="http://www.somethinkodd.com/oddthinking/2006/11/22/reducing-traffic-noise/#comment-21338" rel="nofollow"&gt;orchestrating some sort of coup d'état&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Let me get a few things straight&#8230;</p>
<p>The &#8220;problem&#8221; was originally with randomised podcast playlists, but you &#8220;disguised&#8221; it as a problem with lollies, for &#8220;no particular reason&#8221;.</p>
<p>Upon opening the packet/playlist, you sorted the lollies/authors and immediately disposed of the &#8220;black&#8221; ones.</p>
<p>I think the real issue here is your (only thinly disguised) racism.</p>
<p>I&#8217;m also concerned about your search for a system that allows for the total exclusion of some ethnic groups (in what way I am unsure, but it sounds very sinister), while dispersing others as much as possible. All this among rumours that you are <a href="http://www.somethinkodd.com/oddthinking/2005/06/27/i-adoor-the-people" rel="nofollow" class="liinternal">planning to run for the position of President of Australia</a>/<a href="http://www.somethinkodd.com/oddthinking/2006/11/22/reducing-traffic-noise/#comment-21338" rel="nofollow" class="liinternal">orchestrating some sort of coup d&#8217;état</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
