<?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>gmilburn.ca &#187; Interesting</title>
	<atom:link href="http://www.gmilburn.ca/category/interesting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gmilburn.ca</link>
	<description></description>
	<lastBuildDate>Sat, 12 Mar 2011 20:52:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>The Theis Equation and Flow</title>
		<link>http://www.gmilburn.ca/2011/03/09/the-theis-equation-and-flow/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-theis-equation-and-flow</link>
		<comments>http://www.gmilburn.ca/2011/03/09/the-theis-equation-and-flow/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 02:13:56 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aquifer]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[theis]]></category>
		<category><![CDATA[water]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2825</guid>
		<description><![CDATA[Mathematics is remarkably effective in describing the physical world in part due to isomorphisms, relationships between concepts that reveal a similar underlying structure. In 1935 Charles Vernon Theis was working on groundwater flow, a subject with little mathematical treatment at the time. He thought that perhaps a well tapping a confined aquifer could be described [...]]]></description>
			<content:encoded><![CDATA[<p>Mathematics is remarkably effective in describing the physical world in part due to isomorphisms, relationships between concepts that reveal a similar underlying structure. In 1935 Charles Vernon Theis was working on groundwater flow, a subject with little mathematical treatment at the time. He thought that perhaps a well tapping a confined aquifer could be described using the same mathematics as the heat flow of a thin wire drawing heat from a large plate, as this work was better established. With a little bit of help from C. I. Lubin and considering how parameters describing underground water flow could be compared to those describing heat flow in solid materials, he developed the Theis equation which is used to this day to model the response of a confined aquifer to pumping over time.</p>
<p>I developed a small program which allows visualization of the potentiometric surface of a confined aquifer subject to pumping using <a href="http://processing.org/">Processing</a>. This particular example uses aquifer and pumping parameters from a <a href="http://downloads2.geo-slope.com/geostudioresources/2007/examples/Radial%20flow%20to%20a%20well.pdf">Geo-Slope whitepaper</a>.</p>
<p><iframe src="http://player.vimeo.com/video/20838462?portrait=0" width="571" height="321" frameborder="0"></iframe></p>
<p>The source code may be downloaded <a href='http://www.gmilburn.ca/wp-content/uploads/2011/03/theis_vis.zip'>here</a>. All values including aquifer, pumping, visualization, and numerical parameters may be varied to apply to a wide variety of situations. The exponential integral (or &#8220;well function&#8221;) is calculated using a <a href="http://people.math.sfu.ca/~cbm/aands/page_231.htm">numerical approximation</a> accurate to at least 1 part in 10,000,000 .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2011/03/09/the-theis-equation-and-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convergence in the Lorenz Attractor</title>
		<link>http://www.gmilburn.ca/2011/03/09/convergence-in-the-lorenz-attractor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convergence-in-the-lorenz-attractor</link>
		<comments>http://www.gmilburn.ca/2011/03/09/convergence-in-the-lorenz-attractor/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 18:59:52 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Numbers & Nature]]></category>
		<category><![CDATA[chaos]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[lorenz attractor]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2821</guid>
		<description><![CDATA[Most visualizations of the Lorenz attractor are of a long history of a single point after convergence to the attractor has occurred. I was interested in what the surrounding space looked like, so I randomly selected 20,000 starting points from a three dimensional Gaussian distribution with a standard deviation of 100. Each point was iterated, [...]]]></description>
			<content:encoded><![CDATA[<p>Most visualizations of the Lorenz attractor are of a long history of a single point after convergence to the attractor has occurred. I was interested in what the surrounding space looked like, so I randomly selected 20,000 starting points from a three dimensional Gaussian distribution with a standard deviation of 100. Each point was iterated, and a short history displayed as a trail. </p>
<p><iframe src="http://player.vimeo.com/video/20614347?portrait=0" width="571" height="321" frameborder="0"></iframe></p>
<p>Interestingly enough the points do not simply fall in from arbitrary directions like a gravity field, but display structure by instead swirling along a clear path up the z axis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2011/03/09/convergence-in-the-lorenz-attractor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Directed Graphs and MMA</title>
		<link>http://www.gmilburn.ca/2011/01/30/directed-graphs-and-mma/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=directed-graphs-and-mma</link>
		<comments>http://www.gmilburn.ca/2011/01/30/directed-graphs-and-mma/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 17:29:04 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[graph theory]]></category>
		<category><![CDATA[mma]]></category>
		<category><![CDATA[ufc]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2714</guid>
		<description><![CDATA[There is underlying mathematical structure everywhere &#8211; it&#8217;s just a matter of finding the best way to unfold it from the data. I&#8217;ve been working on a project to objectively rank mixed martial arts fighters. It&#8217;s not anywhere near done yet, but I&#8217;ve collected a fair bit of data. Here&#8217;s what nearly 2000 MMA fights [...]]]></description>
			<content:encoded><![CDATA[<p>There is underlying mathematical structure everywhere &#8211; it&#8217;s just a matter of finding the best way to unfold it from the data. I&#8217;ve been working on a project to objectively rank mixed martial arts fighters. It&#8217;s not anywhere near done yet, but I&#8217;ve collected a fair bit of data. Here&#8217;s what nearly 2000 MMA fights in the <a href="http://en.wikipedia.org/wiki/Ultimate_Fighting_Championship">UFC</a> and <a href="http://en.wikipedia.org/wiki/Pride_Fighting_Championships">Pride FC</a> over the last 15 years look like expressed as a <a href="http://en.wikipedia.org/wiki/Directed_graph">directed graph</a> with a <a href="http://en.wikipedia.org/wiki/Force-based_algorithms_(graph_drawing)">force directed layout</a>.</p>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2011/01/mma-directed-graph.png"><img src="http://www.gmilburn.ca/wp-content/uploads/2011/01/mma-directed-graph-560x559.png" alt="" title="mma-directed-graph" width="560" height="559" class="aligncenter size-large wp-image-2719" /></a></p>
<p>You can see fights clumped into UFC (top) and Pride (bottom) organizations, with a subset of fighters acting as ambassadors between both.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2011/01/30/directed-graphs-and-mma/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>River Crossing Problems and Discrete State Spaces</title>
		<link>http://www.gmilburn.ca/2010/11/25/river-crossing-problems-and-discrete-state-spaces/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=river-crossing-problems-and-discrete-state-spaces</link>
		<comments>http://www.gmilburn.ca/2010/11/25/river-crossing-problems-and-discrete-state-spaces/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 20:39:01 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[puzzles]]></category>
		<category><![CDATA[state space]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2598</guid>
		<description><![CDATA[A brain teaser goes as follows: a farmer is returning from market, where he has bought a wolf, a goat, and a cabbage. On his way home he must cross a river by boat, but the boat is only large enough to carry the farmer and one additional item. The farmer realizes he must shuttle [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/11/river-crossing.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/11/river-crossing-300x225.jpg" alt="" title="river-crossing" width="300" height="225" class="alignright size-medium wp-image-2621" /></a></p>
<p>A brain teaser goes as follows: a farmer is returning from market, where he has bought a wolf, a goat, and a cabbage. On his way home he must cross a river by boat, but the boat is only large enough to carry the farmer and one additional item. The farmer realizes he must shuttle the items across one by one. He must be careful however, as the wolf cannot be left alone on the same side of the river as the goat (since the goat will be eaten), and the goat cannot be left alone on the same side of the river as the cabbage (since the goat will eat the cabbage).</p>
<p>How can the farmer arrange his trips to move the wolf, the goat, and the cabbage across the river while ensuring that no one eats the other while he&#8217;s away? The problem usually yields to an analysis by trial and error, where one of the possible solutions is found by iterating and checking the possible decisions of the farmer.</p>
<p>But is there a more rigorous approach that will allow us to easily find all possible solutions without having to resort to guessing and checking?</p>
<h2>A Discrete State Space</h2>
<p>Let&#8217;s create a three-dimensional vector that represents the state of the system. The components of this vector will be 0 or 1 depending on which side of the river the wolf, the goat, and the cabbage are. Let&#8217;s list off all possible combinations without worrying about whether something is going to get eaten &#8211; we&#8217;ll get to that later.</p>
<table width=100%>
<tr>
<td><strong>Vector</strong></td>
<td><strong>Location</strong></td>
</tr>
<tr>
<td>(0,0,0)</td>
<td>Our initial state, with all three on the starting side of the river.</td>
</tr>
<tr>
<td>(1,0,0)</td>
<td>The wolf has crossed the river, but not the goat or cabbage.</td>
</tr>
<tr>
<td>(0,1,0)</td>
<td>The goat has crossed the river, but not the wolf or cabbage.</td>
</tr>
<tr>
<td>(0,0,1)</td>
<td>The cabbage has crossed the river, but not the wolf or goat.</td>
</tr>
<tr>
<td>(1,1,0)</td>
<td>The wolf and the goat have crossed the river, but not the cabbage.</td>
</tr>
<tr>
<td>(0,1,1)</td>
<td>The goat and the cabbage have crossed the river, but not the wolf.</td>
</tr>
<tr>
<td>(1,0,1)</td>
<td>The wolf and cabbage have crossed the river, but not the goat.</td>
</tr>
<tr>
<td>(1,1,1)</td>
<td>Our desired state, where all three have crossed the river.</td>
</tr>
</table>
<p></p>
<p>Now a giant list like this isn&#8217;t much help. We&#8217;ve listed off all possible states, but we can structure this in a more sensible manner which will make solving the problem much easier. Let&#8217;s allow the vectors to represent the corners of a cube, with the edges of the cube representing trips across the river. Movement along the <em>x</em> axis represents the wolf moving, movement along the <em>y</em> axis represents the goat moving, and movement along the <em>z</em> axis represents the cabbage moving.</p>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-cube-1.png"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-cube-1-560x374.png" alt="" title="wgc-cube-1" width="560" height="374" class="aligncenter size-large wp-image-2605" /></a></p>
<p>Alright, that seems a bit better. What we need to do now is find an allowable path along the edges of the cube from (0,0,0) to (1,1,1), and this will represent the solution to our puzzle. First we need to remove the edges where something gets eaten.</p>
<table width=100%>
<tr>
<td><strong>Path Removed</strong></td>
<td><strong>Rationale</strong></td>
</tr>
<tr>
<td>(0,0,0) to (1,0,0)</td>
<td>This moves the wolf across, leaving the goat with the cabbage.</td>
</tr>
<tr>
<td>(0,0,0) to (0,0,1)</td>
<td>This moves the cabbage across, leaving the wolf with the goat.</td>
</tr>
<tr>
<td>(0,1,1) to (1,1,1)</td>
<td>This moves the wolf across, leaving the goat with the cabbage.</td>
</tr>
<tr>
<td>(1,1,0) to (1,1,1)</td>
<td>This moves the cabbage across, leaving the wolf with the goat.</td>
</tr>
</table>
<p></p>
<p>Our allowable state space now looks like this.</p>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-cube-2.png"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-cube-2-560x373.png" alt="" title="wgc-cube-2" width="560" height="373" class="aligncenter size-large wp-image-2607" /></a></p>
<p>The problem has simplified itself drastically. We want to go from (0,0,0) to (1,1,1) by travelling along the black (allowable) edges of this cube. We can see that if we ignore solutions where the farmer loops pointlessly, there are two allowable solutions to this puzzle.</p>
<table width="100%">
<tr>
<td align="center">
<a href="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-sol-1.png"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-sol-1.png" alt="" title="wgc-sol-1" width="250" height="237" class="aligncenter size-full wp-image-2612" /></a>
</td>
<td align="center">
<a href="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-sol-2.png"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/11/wgc-sol-2.png" alt="" title="wgc-sol-2" width="250" height="236" class="aligncenter size-full wp-image-2613" /></a>
</td>
<tr>
<td>
<ol>
<li>Move goat to other side.</li>
<li>Move cabbage to other side.</li>
<li>Move goat back.</li>
<li>Move wolf to other side.</li>
<li>Move goat to other side.</li>
</ol>
</td>
<td>
<ol>
<li>Move goat to other side.</li>
<li>Move wolf to other side.</li>
<li>Move goat back.</li>
<li>Move cabbage to other side.</li>
<li>Move goat to other side.</li>
</ol>
</td>
</tr>
</table>
<p>This is a beautiful example of the simple structures that underly many of these classic riddles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2010/11/25/river-crossing-problems-and-discrete-state-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Amen Break</title>
		<link>http://www.gmilburn.ca/2010/08/26/the-amen-break/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-amen-break</link>
		<comments>http://www.gmilburn.ca/2010/08/26/the-amen-break/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 18:22:53 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[beat]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[sampling]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2536</guid>
		<description><![CDATA[Imagine you've just phoned into a radio station as part of a contest. You're the ninth caller, and you can win a fabulous vacation simply if you identify the song about to be played.]]></description>
			<content:encoded><![CDATA[<p>Imagine you&#8217;ve just phoned into a radio station as part of a contest. You&#8217;re the ninth caller, and you can win a fabulous vacation simply if you identify the song about to be played. The radio DJ will play a 15 second snippet, and you have 30 seconds to identify this song. He asks if you&#8217;re ready, and then he presses play&#8230;</p>
<p><center><br />
<em><small><a href="http://en.wikipedia.org/wiki/File:The_Amen_Break,_in_context.ogg" target="_blank">alternate link if the inline player doesn&#8217;t work for you</a></small></em><br />
<!-- degradable html5 audio and video plugin --><div class="audio_wrap html5audio"><audio controls autobuffer id="html5audio-0" class="html5audio"><source src="http://www.gmilburn.ca/wp-content/uploads/2010/08/The_Amen_Break_wiki.ogg" type="audio/ogg" /><a href="http://www.gmilburn.ca/wp-content/uploads/2010/08/The_Amen_Break_wiki.mp3" title="Click to open" id="f-html5audio-0">Audio MP3</a><script type="text/javascript">AudioPlayer.embed("f-html5audio-0", {soundFile: "http://www.gmilburn.ca/wp-content/uploads/2010/08/The_Amen_Break_wiki.mp3"});</script></audio></div><br />
</center></p>
<p>Alright, 30 seconds to think, don&#8217;t panic&#8230; the first few second sound like some random trumpets, but that drum beat in the middle &#8211; you know that beat! You&#8217;ve heard it everywhere, hundreds of times. That &#8220;dum-dum-tish&#8221; break has driven itself into your brain, but you&#8217;ll be damned if you can remember where it&#8217;s originally from.</p>
<table>
<tr>
<td><a href="http://www.gmilburn.ca/wp-content/uploads/2010/08/straight_outta_compton.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/08/straight_outta_compton-150x150.jpg" alt="" title="straight_outta_compton" width="150" height="150" class="alignleft size-thumbnail wp-image-2545" /></a></td>
<td>Is it &#8220;<em>Straight Outta Compton</em>&#8221; by NWA?</td>
</tr>
<tr>
<td><a href="http://www.gmilburn.ca/wp-content/uploads/2010/08/the-powerpuff-girls1.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/08/the-powerpuff-girls1-150x150.jpg" alt="" title="the-powerpuff-girls1" width="150" height="150" class="alignleft size-thumbnail wp-image-2547" /></a></td>
<td>You can definitely hear part of it in the Powerpuff Girls theme song.</td>
</tr>
<tr>
<td><a href="http://www.gmilburn.ca/wp-content/uploads/2010/08/album-slipknot.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/08/album-slipknot-150x150.jpg" alt="" title="album-slipknot" width="150" height="150" class="alignleft size-thumbnail wp-image-2585" /></a></a>
<td>It sounds like it&#8217;s in the beat of Slipknot&#8217;s &#8220;<em>Eyeless</em>&#8220;.</td>
</tr>
</table>
<p></p>
<p>But it&#8217;s originally from none of those. Not David Bowie&#8217;s &#8220;<em>Little Wonder</em>&#8220;, not Oasis&#8217; &#8220;<em>D&#8217;You Know What I Mean</em>&#8220;, not Maestro Fresh Wes&#8217; &#8220;<em>Bring it On</em>&#8220;, not Orbital&#8217;s &#8220;<em>Satan</em>&#8220;, nor Nas&#8217; &#8220;<em>Hip Hop is Dead</em>&#8221; &#8211; but instead the song &#8220;<em>Amen Brother</em>&#8221; from funk and soul outfit The Winstons recorded in 1969.</p>
<h2>Hip Hop and Sampling</h2>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/08/winstons1.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/08/winstons1-150x150.jpg" alt="" title="winstons" width="150" height="150" class="alignright size-thumbnail wp-image-2562" /></a></p>
<p>The song &#8220;Amen Brother&#8221; was initially recorded in 1969, but it took until the late 1980s and early 1990s for it to be begin to be revived as an integral part of pop culture. This was the time when samplers, machines which allowed short bits of music to be recorded and played back at will, finally became affordable to the hip hop artists of the streets. Short bit of drum beats that could be stored in a sampler were called &#8220;break beats&#8221;, or simply &#8220;breaks&#8221;. No one is certain who was the first to sample the Amen Break, but its use became ubiquitous in early nineties hip hop. Eventually the beat became overplayed, and the Amen Break seemed to be a flash in the plan, something brought up for nostalgic value if anything on new tracks.</p>
<h2>Jumping the Pond</h2>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/08/squarepusher.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/08/squarepusher-150x150.jpg" alt="" title="squarepusher" width="150" height="150" class="alignright size-thumbnail wp-image-2564" /></a></p>
<p>But as &#8220;Straight out of Compton&#8221; was selling millions in the US, the rave scene was exploding in the UK.  This was a scene with little money, little social support, and was a subculture by any definition. But it was growing rapidly, and it demanded new music. The Amen Break was adopted as a foreign son, and the very basis for an entire genre and hundreds of songs. The break was sliced up into tiny pieces, each high hat, each snare, each bass drum hit cut into a tiny piece of audio. These pieces could be saved in a sampler, and played back in any permutation or combination. At first the variations were homages, but quickly the variation and volume spread. A sampler was cheap, the breaks were freely passed along, and flimsy acetate records of your new track could be written in the morning and played at the rave in the evening. This organic creativity caught the attention of the art scene, and effectively undanceable constructions were born, a fusion of the fundamentalism of the Amen Break homage and the polymeter and highbrow musical structure of the new creators who now went to art school. A prime example of this new wave was Tom Jenkinson, known as <a href="http://en.wikipedia.org/wiki/Squarepusher">Squarepusher</a>, who created multiple albums worth of songs all based on chopping and mixing the Amen Break.</p>
<h2>The Rewards of Sampling</h2>
<p>But what of the Winstons, the creators of the oft-sampled beat now so widespead that Fortune 500 companies use it in their ads? Did they blow the royalties on the fleeting rewards of fame, or have they hidden themselves and their fortune away? The staggering fact is that <a href="http://en.wikipedia.org/wiki/Bridgeport_Music_Inc._v._Dimension_Films">despite a recent Supreme Court ruling that even three notes can be considered a sample and subject to royalties</a>, the Winstons haven&#8217;t received a single cent. Instead of property, the Amen Break now appears to be a part of the popular collective unconscious, ever-present and unownable. </p>
<p>For more detail, check out this great video by Nate Harrison from 2004.</p>
<p><object width="550" height="437"><param name="movie" value="http://www.youtube.com/v/5SaFTm2bcac?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5SaFTm2bcac?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="437"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2010/08/26/the-amen-break/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.gmilburn.ca/wp-content/uploads/2010/08/The_Amen_Break_wiki.ogg" length="263313" type="audio/ogg" />
		</item>
		<item>
		<title>Rumors of God</title>
		<link>http://www.gmilburn.ca/2010/07/16/rumors-of-god/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rumors-of-god</link>
		<comments>http://www.gmilburn.ca/2010/07/16/rumors-of-god/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:15:11 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[fermilab]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2486</guid>
		<description><![CDATA[TheHiggs boson is one of the most important, most abstract, and most interesting ideas in current physics. Dubbed the "god" particle after an editor disallowed one of the co-discoverers from calling it "that goddamn particle", it is the only remaining particle in the Standard Model that has not been directly observed by humans.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/Higgs_boson">Higgs boson</a> is one of the most important, most abstract, and most interesting ideas in current physics. Dubbed the &#8220;god&#8221; particle after <a href="http://www.guardian.co.uk/science/2008/jun/30/higgs.boson.cern">an editor disallowed one of the co-discoverers from calling it &#8220;that goddamn particle&#8221;</a>, it is the only remaining particle in the <a href="http://en.wikipedia.org/wiki/Standard_model">Standard Model</a> that has not been directly observed by humans.</p>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/07/standard-model.gif"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/07/standard-model-300x288.gif" alt="" title="standard-model" width="300" height="288" class="alignright size-medium wp-image-2487" /></a></p>
<p>The fact that we&#8217;ve never seen any evidence of its presence is a big deal. The <a href="http://en.wikipedia.org/wiki/Standard_model">Standard Model</a> is a shining jewel of modern physics, a mathematical model describing the most basic facets of the world using a <a href="http://en.wikipedia.org/wiki/Symmetry_group">symmetry group</a>. The predictions of this model have been confirmed so many times and in so many different ways that it&#8217;s almost become more exciting to think of what it would mean if the theory were broken by some strange event than to rejoice at yet another correct prediction. </p>
<p>So this is why the missing Higgs boson fascinates so many. But why is it missing at all? The answer comes from the Standard model itself and its mathematical foundations. Like the sides of a many-faceted jewel, a symmetry group has many parts, all reflecting some basic property of an underlying structure. Every single observation so far indicates a jewel of a certain shape, and we&#8217;ve seen every face except for one. There seems to be no other possible structure that would fit the observations and create a complete crystal to speak, so we&#8217;re left inevitably with the conclusion that one face remains in the dark.</p>
<h2>Broken Silence</h2>
<p>But now something very interesting has happened. Evidence of the Higgs boson may have been found! Not at the new and fancy <a href="http://en.wikipedia.org/wiki/Large_Hadron_Collider">Large Hadron Collider</a>, but the good old <a href="http://en.wikipedia.org/wiki/Tevatron">Tevatron</a>, home of <a href="http://www.gmilburn.ca/2008/05/17/fermilabs-strange-letter-progress/">Fermilab</a>. <a href="http://motls.blogspot.com/2010/07/detailed-rumor-gluonb-goes-to-bhiggs.html">Apparently a rather prominent physicist passed some rumours going around the physics world to a blogger.</a></p>
<blockquote><p>On a completely different issue, I&#8217;ve heard that there&#8217;s a rumor going around Aspen that the Tevatron will be announcing discovery of gluon + b → b + Higgs, which would then require large tan(beta), which would fit the MSSM. I guess we&#8217;ll find out in a couple of weeks.</p></blockquote>
<p>This is big news &#8211; the observations indicate a &#8220;light&#8221; Higgs boson, which is why the older Tevatron was able to find it when everyone thought the higher power Large Hadron Collider would be required. <a href="http://motls.blogspot.com/2010/07/what-light-higgs-would-mean-for.html">What does a light Higgs boson mean?</a> Something very inspiring &#8211; that particle physics isn&#8217;t quite done figuring out the world quite yet. </p>
<blockquote><p>&#8230;a light Higgs boson pretty much proves that there has to be new physics beyond the Standard Model well below the Planck scale. The new particles should be bosons and the only natural reasons why the Higgs, or the new bosons, should stay light is <a href="http://en.wikipedia.org/wiki/Supersymmetry">supersymmetry</a>.</p>
<p>The best fits based on this assumption imply that the squarks and slepton masses &#8211; and more generally, other superpartner masses &#8211; should be close to 500 GeV or so and they should be observable by the LHC, possibly by the end of 2011.</p></blockquote>
<p>But what does Fermilab, the apparent source of this grand discovery <a href="http://twitter.com/fermilabtoday/">have to say about it</a>?</p>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/07/fermilab-denial.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/07/fermilab-denial-300x121.jpg" alt="" title="fermilab-denial" width="300" height="121" class="aligncenter size-medium wp-image-2498" /></a></p>
<p>I find it interesting that there is not an explicit denial, but a statement that these rumblings in the physics community are &#8220;just rumours&#8221;. Rumours can&#8217;t be published in scientific journals &#8211; so I suppose we&#8217;ll have to wait and see just what this all means.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2010/07/16/rumors-of-god/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quaternion Travels</title>
		<link>http://www.gmilburn.ca/2010/05/10/quaternion-travels/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quaternion-travels</link>
		<comments>http://www.gmilburn.ca/2010/05/10/quaternion-travels/#comments</comments>
		<pubDate>Mon, 10 May 2010 17:27:47 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[Julia]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[quaternion]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2414</guid>
		<description><![CDATA[Relax to a slow flythrough of an interesting subset of the quaternion Julia fractals.]]></description>
			<content:encoded><![CDATA[<p>Relax to a slow flythrough of an interesting neighborhood of the quaternion Julia sets.</p>
<p><object width="571" height="321"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11622880&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11622880&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="571" height="321"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2010/05/10/quaternion-travels/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Monday Miscellany</title>
		<link>http://www.gmilburn.ca/2010/04/19/monday-miscellany-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monday-miscellany-2</link>
		<comments>http://www.gmilburn.ca/2010/04/19/monday-miscellany-2/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 22:33:09 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2397</guid>
		<description><![CDATA[Solar flares, Chinese hobos, and undersea noises on deck for this Monday. Live in STEREO &#160; One of the largest solar flares in recent history was captured last week by STEREO, a pair of satellites staggered along Earth&#8217;s orbit to obtain a constant clear view. The flare was about half the width of the sun, [...]]]></description>
			<content:encoded><![CDATA[<p>Solar flares, Chinese hobos, and undersea noises on deck for this Monday.</p>
<h2>Live in STEREO</h2>
<p><center><br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/OyIxC1nJPQ0&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OyIxC1nJPQ0&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object><br />
</center></p>
<p>&nbsp;</p>
<p>One of the largest solar flares in recent history was captured last week by <a href="http://stereo.gsfc.nasa.gov/">STEREO</a>, a pair of satellites staggered along Earth&#8217;s orbit to obtain a constant clear view. The flare was about half the width of the sun, or 800,000 km at its largest. Here&#8217;s another view from the <a href="http://sdo.gsfc.nasa.gov/">Solar Dynamics Observatory</a>.</p>
<p><center><br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/Lmm3J0WAres&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Lmm3J0WAres&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object><br />
</center></p>
<h2>Brother Sharp</h2>
<p><img src="http://www.gmilburn.ca/wp-content/uploads/2010/04/brother-sharp1.jpg" alt="" title="brother-sharp" width="300" height="380" class="alignright size-full wp-image-2402" /></p>
<p><a href="http://www.chinasmack.com/2010/pictures/chinese-beggar-becomes-famous-online.html">A homeless man with piercing looks and an oddly consistent sense of fashion was dubbed &#8220;The Ultimate Gorgeous #1 Passerby Handsome Guy&#8221; by Chinese bloggers</a>, or &#8220;Brother Sharp&#8221; when photos taken of him by a passerby appeared online. This led to a &#8220;人肉搜索 (Rénròu Sōusuǒ)&#8221;, or &#8220;human flesh search&#8221; as hundreds of people combed the streets to find him and his story. Unfortunately, it seems that Brother Sharp has some big issues and won&#8217;t be designing couture anytime soon. A local blogger spoke:</p>
<p>&#8220;Long ago in 2008 I encountered him. Most people who see him will avoid him, treating him as a beggar and the link, but actually this is not accurate. 乞丐 [qǐgài "beggar"] in our country’s ancient words first appeared as a monosyllabic word. The meaning of 乞 [qǐ] in the golden texts was “to beg”. But he does not beg, nor does he know how to beg, because he has psychological problems (in Ningbo they call it “great fog sickness”). They do not have an identity, they do not have family, they’ve even forgotten who they are. They are a group of people abandoned by society, and their final outcome is to die without anyone inquiring about them. They wander in the space between humans and animals. Help them a bit and they become humans, ignore them and they are animals.</p>
<p>He once said this to me: “Find a girl to love me.”</p>
<h2>Bloops and Bleeps</h2>
<p><img src="http://www.gmilburn.ca/wp-content/uploads/2010/04/Bloop.jpg" alt="" title="Bloop" width="316" height="203" class="alignright size-full wp-image-2404" /></p>
<p>The <a href="http://www.pmel.noaa.gov/vents/index.html">VENTS group</a> has a <a href="http://www.pmel.noaa.gov/vents/acoustics/sounds_mystery.html">collection of six unknown noises captured by undersea microphone arrays</a>, including the <a href="http://en.wikipedia.org/wiki/Bloop">infamous &#8220;Bloop&#8221; signal</a>. </p>
<p>The &#8220;Bloop&#8221; signal was detected repeatedly by the Equatorial Pacific Ocean autonomous hydrophone array, which uses U.S. Navy equipment originally designed to detect Soviet submarines. The signal was traced to somewhere around 50° S 100° W, a remote point in the south Pacific Ocean west of the southern tip of South America. </p>
<p>The noise rises rapidly in frequency over about one minute and was of sufficient amplitude to be heard on multiple sensors, at a range of over 5,000 km. The system ruled out any known man-made origin such as a submarine or bomb, or familiar geological sounds such as volcanoes or earthquakes. While the audio profile of the bloop does resemble that of a living creature, the system identified it as unknown because it was far too loud for that to have been the case: it was several times louder than the loudest known biological sound. If it was biological, it would have to be produced by an animal far larger than any currently known to science.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2010/04/19/monday-miscellany-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monday Miscellany</title>
		<link>http://www.gmilburn.ca/2010/03/29/monday-miscellany/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monday-miscellany</link>
		<comments>http://www.gmilburn.ca/2010/03/29/monday-miscellany/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:05:31 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[boid]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[mit]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2320</guid>
		<description><![CDATA[A few little things for Monday - 5000 fish and recommended reading from MIT.]]></description>
			<content:encoded><![CDATA[<p>A few little things for Monday. I made a new video using the same engine as the <a href="http://www.gmilburn.ca/boids/hd/">fish school simulation</a> described in the post <a href="http://www.gmilburn.ca/2010/03/23/in-this-virtual-fish-tank-you-make-the-rules/">In This Virtual Fish Tank, You Make the Rules</a>.</p>
<p><object width="571" height="321"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10526127&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10526127&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="571" height="321"></embed></object></p>
<p>This video shows 5000 fish swimming while the weightings of the three behavioural rules vary using sinusoidal functions. I love the &#8220;borders&#8221; created as large fish schools collide, and fish attempt to escape along the plane of intersection.</p>
<p><a href="http://www.gmilburn.ca/2010/02/24/triumph-of-the-golden-rule/">Triumph of the Golden Rule</a> was also <a href="http://web.mit.edu/6.033/www/papers/indirect-bittyrant.shtml">linked to as recommended reading</a> for MIT course 6.033 Computer Systems Engineering &#8211; one of the best compliments I&#8217;ve received. Thanks Evan!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2010/03/29/monday-miscellany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sierpin-Skiing</title>
		<link>http://www.gmilburn.ca/2010/02/18/sierpin-skiing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sierpin-skiing</link>
		<comments>http://www.gmilburn.ca/2010/02/18/sierpin-skiing/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:23:05 +0000</pubDate>
		<dc:creator>Geoff</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[ski]]></category>

		<guid isPermaLink="false">http://www.gmilburn.ca/?p=2064</guid>
		<description><![CDATA[Ski lift operators have proved that it's not only conidae snails who can produce the Sierpinski triangle in their natural environment.]]></description>
			<content:encoded><![CDATA[<p>Ski lift operators have proved that it&#8217;s not only <a href="http://www.gmilburn.ca/2009/07/16/i-see-sierpinski-shapes-by-the-sea-shore/">Conidae snails</a> who can produce the <a href="http://en.wikipedia.org/wiki/Sierpinski_triangle">Sierpinski triangle</a> in their natural environment.</p>
<p><a href="http://www.gmilburn.ca/wp-content/uploads/2010/02/sierpenskiing.jpg"><img src="http://www.gmilburn.ca/wp-content/uploads/2010/02/sierpenskiing-560x345.jpg" alt="" title="sierpenskiing" width="560" height="345" class="aligncenter size-large wp-image-2065" /></a></p>
<p>While the process of creation may not be quite as elegant as the <a href="http://www.gmilburn.ca/2008/12/02/elementary-cellular-automata/">cellular automata</a> of the Conidae snail, it certainly is not lacking in effort. If you have any information on where this photo is from please leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gmilburn.ca/2010/02/18/sierpin-skiing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
