<?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>thinking</title>
	<atom:link href="http://tylerneylon.com/b/feed" rel="self" type="application/rss+xml" />
	<link>http://tylerneylon.com/b</link>
	<description>[life, games, movies, philosophy, math, coding, pizza, &#38;c.]</description>
	<lastBuildDate>Fri, 06 Aug 2010 23:28:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Scientific journalism</title>
		<link>http://tylerneylon.com/b/archives/87</link>
		<comments>http://tylerneylon.com/b/archives/87#comments</comments>
		<pubDate>Fri, 06 Aug 2010 23:28:24 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tylerneylon.com/b/?p=87</guid>
		<description><![CDATA[This article caught my eye today: http://www.newsweek.com/2010/08/05/the-limits-of-reason.html It&#8217;s interesting for a number of reasons.  First, the content itself is kind of cool &#8211; why are humans irrational?  It&#8217;s a good question.  Second, they mention specific examples &#8211; including some actual logic analysis &#8211; of things people get wrong, and maybe why they get it wrong. [...]]]></description>
			<content:encoded><![CDATA[<p>This article caught my eye today:</p>
<p><a href="http://www.newsweek.com/2010/08/05/the-limits-of-reason.html">http://www.newsweek.com/2010/08/05/the-limits-of-reason.html</a></p>
<p>It&#8217;s interesting for a number of reasons.  First, the content itself is kind of cool &#8211; why are humans irrational?  It&#8217;s a good question.  Second, they mention specific examples &#8211; including some actual logic analysis &#8211; of things people get wrong, and maybe why they get it wrong.  Finally, and perhaps most importantly, it&#8217;s interesting for what it <em>doesn&#8217;t</em> do.  It doesn&#8217;t do a good job of analyzing how the conclusion was reached.</p>
<h2>1. Why are humans irrational?</h2>
<p>This is a great question, because it is a major contradiction in our day-to-day lives that has a huge impact on how we live and our success as individuals and societies.  And looking at it from the evolutionary perspective is insightful, because it strikes at the core of the contradiction &#8212; if our reasoning is flawed, wouldn&#8217;t it follow that our faulty conclusions would diminish our survival?</p>
<p>For these reasons, I feel the work being discussed is very relevant and worthwhile.  It is a great question, and a good context within which to ask that question.</p>
<p>The article claims (or rather, cites other work which claims) that we tend to make reasoning mistakes which can help us win arguments.</p>
<p>I&#8217;m not sure I really agree with this conclusion.  The main problem is: Wouldn&#8217;t it just be better for humans if we were swayed by more logically-correct arguments?</p>
<p>In other words, the article&#8217;s conclusion seems to simply defer the contradiction of bad human reasoning to a new problem of bad human argument-listening.  This is still a huge, looming problem that hasn&#8217;t even been attempted here.</p>
<p>Here&#8217;s another approach we could take to tackling this problem: categorize the types of mistakes humans most often make (I think this has already been worked on), and then look for situations in which the mechanism behind the &#8220;faulty&#8221; reasoning is actually helpful.  <em>This</em> method &#8211; finding good properties of evolved traits &#8211; makes much more sense to me.</p>
<p>If you want to understand why something evolved, you must understand how it helps survival.</p>
<h2>2. Logic analysis</h2>
<p>As a mathematician, I can&#8217;t avoid commenting on the logic analysis of the article.  Specifically, the article says:</p>
<blockquote><p>Consider the syllogism “No C are B; all B are A; therefore some A are not C.” Is it true? Fewer than 10 percent of us figure out that it is, says [Hugo] Mercier.</p></blockquote>
<p>Actually, this line of reasoning is <em>not</em> generally correct.  To be more precise, if any B exist, it is correct, but if no B exist, then the conclusion may or may not be correct.  If you know what a Venn diagram is, then that&#8217;s probably the simplest way to visualize the problem:</p>
<p><a href="http://tylerneylon.com/b/wp-content/uploads/2010/08/Venn-diagram1.png"><img class="alignnone size-full wp-image-89" title="Venn diagram" src="http://tylerneylon.com/b/wp-content/uploads/2010/08/Venn-diagram1.png" alt="" width="374" height="174" /></a></p>
<p>The first statement omits anything from being in C ∩ B.  The second omits anything in B outside of A.  The result is the Venn diagram on the right.  Clearly, anything in B must be in A but not C, which would verify the conclusion.  The possible mistake is that B and A outside of C could be empty!</p>
<p>Let me illustrate with an example.  Fermat&#8217;s Last Theorem states that there is no integer solution to the equation x^n + y^n = z^n with x,y,z,n &gt; 0 and n &gt; 2.</p>
<p>Let&#8217;s plug in some values to the above argument.</p>
<p>Let A = (quadruples (x,y,z,n) of positive integers with n &gt; 2).</p>
<p>Let B = (quadruples (x,y,z,n) of positive integers with n &gt; 2 and x^n + y^n = z^n).</p>
<p>Let C = (quadruples (x,y,z,n) of positive integers with n &gt; 2 and x^n + y^n ≠ z^n).</p>
<p>We can apply the above argument:</p>
<p>First, No C are B.  Yes, that&#8217;s true.</p>
<p>Second, all B are A.  Yes, that&#8217;s also obviously true.</p>
<p>Therefore, some A are not C.  But anything in A and not C is a counterexample to Fermat&#8217;s Last Theorem!  According to the article, I&#8217;ve just proven the theorem false.  But of couse I haven&#8217;t.  I&#8217;ve just pointed out that this line of reasoning can fail.  So the 90% of humans who &#8220;fail&#8221; to confirm the syllogism aren&#8217;t so stupid, after all.</p>
<h2>3. The missing analysis</h2>
<p>I&#8217;m about to criticize this article, but I want to preface the criticism by saying that I&#8217;m glad the article exists.  There is a gaping hole in journalism around science.  We need more science journalism because we need a culture that celebrates research and progress.</p>
<p>The best kind of scientific journalism is both appreciative and critical at once &#8211; this article is not critical enough.  It doesn&#8217;t sufficiently explore the key question of any good investigation: <em>why</em> do the researchers think the new claim is true?  Sadly, this is the norm in mainstream so-called scientific journalism.  The articles are so caught up in trying to decipher the complexities of the new ideas that they forget to ask why we need the complexities in the first place.  Why don&#8217;t the simpler answers suffice?</p>
<p>It is a bit ironic that an article decrying the carelessness of human reasoning fails to reason carefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The pirate-catching solution</title>
		<link>http://tylerneylon.com/b/archives/80</link>
		<comments>http://tylerneylon.com/b/archives/80#comments</comments>
		<pubDate>Fri, 07 May 2010 14:52:40 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[puzzles]]></category>
		<category><![CDATA[pirate]]></category>
		<category><![CDATA[puzzle]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://tylerneylon.com/b/?p=80</guid>
		<description><![CDATA[This is the solution for the pirate-catching puzzle I posted a few days ago. Here&#8217;s the general idea: It&#8217;s helpful to put things into a coordinate system where the starting position of the pirate ship is (0,0), and the government ship is at (3,0).  This works because we know they start 3 km apart, so [...]]]></description>
			<content:encoded><![CDATA[<p>This is the solution for <a href="http://tylerneylon.com/b/?p=78">the pirate-catching puzzle</a> I posted a few days ago.</p>
<p>Here&#8217;s the general idea:</p>
<p><a href="http://tylerneylon.com/b/wp-content/uploads/2010/05/chasing_pirates12.png"><img class="alignnone size-full wp-image-83" title="chasing_pirates1" src="http://tylerneylon.com/b/wp-content/uploads/2010/05/chasing_pirates12-e1273240921892.png" alt="" width="400" height="283" /></a></p>
<p>It&#8217;s helpful to put things into a coordinate system where the starting position of the pirate ship is (0,0), and the government ship is at (3,0).  This works because we know they start 3 km apart, so any two points at distance 3 are fine as starting points.  In the picture above, the blue line is the path of the pursuing government ship, and the red line is one possible straight line the pirates could take.</p>
<p>The strategy is in two parts:</p>
<ol>
<li>Start by travelling straight toward the pirate ship for 2 km.  If, by luck, the pirates are headed directly toward the government ship, they&#8217;ll meet at this point, since the pirates will have travelled 1 km in the same time (1 minute).</li>
<li>After that, go in an expanding spiral around the origin.  Think in polar coordinates.  You know the pirates are going directly away from (0,0) at constant speed 1 km/min, so their distance <em>r</em> from the origin is the same as the time <em>t</em> that has passed since the start.  Your ship (the government one) just needs to keep at the same radius as the pirate ship, while sweeping its angle around in a circle.  The government ship has to meet the pirate ship by the time it completes 360 degrees.</li>
</ol>
<p>This strategy is possible because the government ship is going faster than the pirates.  That gives us a general idea of how to solve the puzzle &#8211; but it&#8217;s still a little vague.  We still don&#8217;t know the <em>exact</em> spiral to take, or how long it will take at most to catch them.</p>
<p>That&#8217;s where the real fun starts.  Let&#8217;s find the spiral&#8217;s equation, using <img src='http://s.wordpress.com/latex.php?latex=%28r%2C%5Ctheta%29&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='(r,\theta)' title='(r,\theta)' class='latex' /> as the coordinates of the government ship at time <img src='http://s.wordpress.com/latex.php?latex=t&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='t' title='t' class='latex' /> (where <img src='http://s.wordpress.com/latex.php?latex=t%3D0&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='t=0' title='t=0' class='latex' /> is the instant they spotted the pirates and went for them).</p>
<p>We have two constraints:</p>
<ul>
<li><img src='http://s.wordpress.com/latex.php?latex=r%3Dt&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='r=t' title='r=t' class='latex' />, and</li>
<li>speed <img src='http://s.wordpress.com/latex.php?latex=s%3D2&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='s=2' title='s=2' class='latex' />.</li>
</ul>
<p>We also know that the angle <img src='http://s.wordpress.com/latex.php?latex=%5Ctheta&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\theta' title='\theta' class='latex' /> and radius <img src='http://s.wordpress.com/latex.php?latex=r&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='r' title='r' class='latex' /> are increasing over time.  To put this all together, we can use this equation for the speed of the government ship as a derivative of time:</p>
<img src='http://s.wordpress.com/latex.php?latex=s%20%3D%20%5Csqrt%7B%28%5Cfrac%7Bdr%7D%7Bdt%7D%29%5E2%2Br%5E2%28%5Cfrac%7Bd%5Ctheta%7D%7Bdt%7D%29%5E2%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='s = \sqrt{(\frac{dr}{dt})^2+r^2(\frac{d\theta}{dt})^2}' title='s = \sqrt{(\frac{dr}{dt})^2+r^2(\frac{d\theta}{dt})^2}' class='latex' />
<p>Where did that equation come from?  Well, it&#8217;s basically the derivative (with respect to <em>t</em>) of <a href="http://tutorial.math.lamar.edu/Classes/CalcII/PolarArcLength.aspx">arc length in polar coordinates</a>.  We know <img src='http://s.wordpress.com/latex.php?latex=s%3D2&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='s=2' title='s=2' class='latex' />, so</p>
<img src='http://s.wordpress.com/latex.php?latex=%5Csqrt%7B%28%5Cfrac%7Bdr%7D%7Bdt%7D%29%5E2%2Br%5E2%28%5Cfrac%7Bd%5Ctheta%7D%7Bdt%7D%29%5E2%7D%20%3D%202&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\sqrt{(\frac{dr}{dt})^2+r^2(\frac{d\theta}{dt})^2} = 2' title='\sqrt{(\frac{dr}{dt})^2+r^2(\frac{d\theta}{dt})^2} = 2' class='latex' />
<p>We also know that <img src='http://s.wordpress.com/latex.php?latex=r%3Dt&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='r=t' title='r=t' class='latex' /> and therefore <img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7Bdr%7D%7Bdt%7D%3D1&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{dr}{dt}=1' title='\frac{dr}{dt}=1' class='latex' />, so</p>
<img src='http://s.wordpress.com/latex.php?latex=%5Csqrt%7B1%2Bt%5E2%28%5Cfrac%7Bd%5Ctheta%7D%7Bdt%7D%29%5E2%7D%20%3D%202&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\sqrt{1+t^2(\frac{d\theta}{dt})^2} = 2' title='\sqrt{1+t^2(\frac{d\theta}{dt})^2} = 2' class='latex' />
<img src='http://s.wordpress.com/latex.php?latex=1%20%2B%20t%5E2%28%5Cfrac%7Bd%5Ctheta%7D%7Bdt%7D%29%5E2%20%3D%204&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='1 + t^2(\frac{d\theta}{dt})^2 = 4' title='1 + t^2(\frac{d\theta}{dt})^2 = 4' class='latex' />
<img src='http://s.wordpress.com/latex.php?latex=t%5E2%28%5Cfrac%7Bd%5Ctheta%7D%7Bdt%7D%29%5E2%20%3D%203&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='t^2(\frac{d\theta}{dt})^2 = 3' title='t^2(\frac{d\theta}{dt})^2 = 3' class='latex' />
<img src='http://s.wordpress.com/latex.php?latex=%5Cfrac%7Bd%5Ctheta%7D%7Bdt%7D%20%3D%20%5Cfrac%7B%5Csqrt%7B3%7D%7D%7Bt%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\frac{d\theta}{dt} = \frac{\sqrt{3}}{t}' title='\frac{d\theta}{dt} = \frac{\sqrt{3}}{t}' class='latex' />
<img src='http://s.wordpress.com/latex.php?latex=%5Ctheta%20%3D%20%5Csqrt%7B3%7D%5Clog%20t&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\theta = \sqrt{3}\log t' title='\theta = \sqrt{3}\log t' class='latex' />
<p>Almost got it!  Using that <img src='http://s.wordpress.com/latex.php?latex=r%3Dt&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='r=t' title='r=t' class='latex' /> again, we see that <img src='http://s.wordpress.com/latex.php?latex=%5Ctheta%20%3D%20%5Csqrt%7B3%7D%5Clog%20r&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\theta = \sqrt{3}\log r' title='\theta = \sqrt{3}\log r' class='latex' />, so solve for <img src='http://s.wordpress.com/latex.php?latex=r&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='r' title='r' class='latex' /> to get</p>
<img src='http://s.wordpress.com/latex.php?latex=r%20%3D%20e%5E%7B%5Ctheta%2F%5Csqrt%7B3%7D%7D&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='r = e^{\theta/\sqrt{3}}' title='r = e^{\theta/\sqrt{3}}' class='latex' />
<p>That&#8217;s the path of the government ship, which looks like this:</p>
<p><a href="http://tylerneylon.com/b/wp-content/uploads/2010/05/chasing_pirates2.png"><img class="alignnone size-full wp-image-84" title="chasing_pirates2" src="http://tylerneylon.com/b/wp-content/uploads/2010/05/chasing_pirates2-e1273243359962.png" alt="" width="400" height="264" /></a></p>
<p>How long does it take to traverse?  The highest the angle can get is arbitrarily close to 360 degrees.  Our equations use radians (for example, the speed equation assumes <img src='http://s.wordpress.com/latex.php?latex=%5Ctheta&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\theta' title='\theta' class='latex' /> is in radians), so we can just plug in <img src='http://s.wordpress.com/latex.php?latex=2%5Cpi&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='2\pi' title='2\pi' class='latex' /> for <img src='http://s.wordpress.com/latex.php?latex=%5Ctheta&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='\theta' title='\theta' class='latex' /> to find out the answer to our puzzle.  The longest time is exactly</p>
<p><img src='http://s.wordpress.com/latex.php?latex=e%5E%7B2%5Cpi%2F%5Csqrt%7B3%7D%7D%20%5Capprox%2037.622&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='e^{2\pi/\sqrt{3}} \approx 37.622' title='e^{2\pi/\sqrt{3}} \approx 37.622' class='latex' /> minutes.</p>
<p>As a mathematician, I think this is a great answer to such a simple-to-state problem!</p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/80/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The pirate-catching puzzle</title>
		<link>http://tylerneylon.com/b/archives/78</link>
		<comments>http://tylerneylon.com/b/archives/78#comments</comments>
		<pubDate>Sun, 02 May 2010 23:48:39 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[math]]></category>
		<category><![CDATA[puzzles]]></category>
		<category><![CDATA[puzzle]]></category>

		<guid isPermaLink="false">http://tylerneylon.com/b/?p=78</guid>
		<description><![CDATA[This weekend I heard a good mathy puzzle from George Miller.  Here&#8217;s a version I found online, attributed to Howard Lederer: You&#8217;re on a government ship, looking for a pirate ship.  You know that the pirate ship travels at a constant speed, and you know what that speed is.  Your ship can travel twice as [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I heard a good mathy puzzle from George Miller.  Here&#8217;s <a href="http://research.microsoft.com/en-us/um/people/leino/puzzles.html#Capturing a pirate ship">a version I found online</a>, attributed to Howard Lederer:</p>
<blockquote><p>You&#8217;re on a government ship, looking for a pirate ship.  You know that the pirate ship travels at a constant speed, and you know what that speed is.  Your ship can travel twice as fast as the pirate ship.  Moreover, you know that the pirate ship travels along a straight line, but you don&#8217;t know what that line is.  It&#8217;s very foggy, so foggy that you see nothing.  But then!  All of a sudden, and for just an instant, the fog clears enough to let you determine the exact position of the pirate ship.  Then, the fog closes in again and you remain (forever) in the thick fog.  Although you were able to determine the position of the pirate ship during that fog-free moment, you were not able to determine its direction.  How will you navigate your government ship so that you will capture the pirate ship?</p></blockquote>
<p>If you wanted, you could give a convincing but math-lite answer to this.  But you can also do better, so I&#8217;m going to ask my own version of the question:</p>
<blockquote><p>Using your answer to the above question, what is the longest amount of time that may pass from the instant you saw the pirate ship until you capture it?  Suppose the pirate ship travels at 1 km/minute, and you first see it 3 km away.  How many minutes, at most, until you capture it?</p></blockquote>
<p>I&#8217;ll post my answer on Friday (in 5 days).</p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/78/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>there is no random &#8211; only zuul!</title>
		<link>http://tylerneylon.com/b/archives/76</link>
		<comments>http://tylerneylon.com/b/archives/76#comments</comments>
		<pubDate>Fri, 01 May 2009 05:39:00 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[math]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://www.tylerneylon.com/b/?p=76</guid>
		<description><![CDATA[The curve described by a simple molecule of air or vapor is regulated in a manner just as certain as the planetary orbits; the only difference between them is that which comes from our ignorance. Probability is relative, in part to this ignorance, in part to our knowledge. -Pierre Simon de Laplace, in A Philosophical [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><span style="font-style: italic;">The curve described by a simple molecule of air or vapor is regulated in a manner just as certain as the planetary orbits; the only difference between them is that which comes from our ignorance.</span></p></blockquote>
<blockquote><p>Probability is relative, in part to this ignorance, in part to our knowledge.</p></blockquote>
<div style="text-align: right;">-Pierre Simon de Laplace, in <span style="font-style: italic;">A Philosophical Essay on Probabilities</span></p>
<div style="text-align: left;">I&#8217;ve always been fascinated by the question of determinism.  Is everything about the future already contained in the state of the world today?</p>
<p>Addressing this question, one has to come to terms with what it could mean for the world to be non-deterministic.  Intuitively, it means that certain events are non-predictable &#8211; we can think of them as random.  And here is where we have to confront the fact that any useful model of the world, even a probabilistic one, has to be formally deterministic.</p>
<p>Why?  Because, in math, there is no random.  When a mathematician or statistician studies random behavior, they consider <span style="font-style: italic;">functions</span> whose input is <em>thought of</em> as random.  And by thinking of an input as random, the intuition and practical applications follow.</p>
<p>For example, suppose you ask what the standard deviation is for the random process of choosing the number 5 a third of the time, and the number 17 the rest of the time.  You can model this with a function f:[0,1]-&gt;{5,17} which maps [0,1/3) to 5 and [1/3,1] to 17.  From here you can study the random behavior of this experiment to your heart&#8217;s content.  The point is that the function f is completely deterministic, and there is nothing here to give us a single example of an actually random number.</p>
<p>So when it comes to a probabilistic model of the universe, we would still have to use a deterministic function.  To include the idea of randomness, we could add an extra input, which we think of as unknown or external to the world.  For a moment, pretend that the world moves forward in discrete time units.  Let x be the state of the world, y an unknown input, and the formula</p>
<p>x&#8217; = f(x,y)</p>
<p>gives the state of the world a moment later.  The presence of y is the non-determinism.</p>
<p>The thing that&#8217;s easy to forget is that probability theory does <span style="font-style: italic;">not </span>dictate the way the world will behave.  Rather, it is nothing more than a way to do something with a balance of partial knowledge, and an awareness of our own ignorance.</p>
<p>Here&#8217;s a quick thought experiment to help illustrate the difference:</p>
<p>Choose a number between 1 and 1000.  I&#8217;ll also choose a number in the same range.  What&#8217;s the probability that they&#8217;re the same?</p>
<p>It&#8217;s a trick question.  They either are the same, or they&#8217;re not.  Of course, if you <span style="font-style: italic;">assume</span> that we&#8217;re both equally likely to choose any of the 1000 numbers, then you can say the odds are 1 in 1000.  But the point is that this model is entirely in your mind.  Since it&#8217;s a one-off experiment, and we don&#8217;t really even know that these numbers are chosen in any manner we could call random, there&#8217;s no real basis for that probability model.  Maybe I always choose 7 and you always choose 23, and the numbers were bound to be mismatched from the start.  The point is that, while probability is incredibly useful, it is wise to keep in mind &#8211; as Laplace did &#8211; that it is a mitigation of the unknown.</p>
<p>One last thought experiment toward comprehending what a probabilistic model might mean:</p>
<p>Some physicists play with the idea of parallel universes, so let&#8217;s do something like that.  Suppose I toss a coin (heads/tails = H/T) several times in a row, and write down the outcomes in order.  If each outcome is random, then we can model that in at least two different ways.  One way is to assume that there is an external source of randomness, and that every result pulls in information from that random source &#8211; this would be analogous to the extra input to the function f(x,y) as above.  Another way is to assume that every time a choice is to be made, the universe forks into two parallel versions: one in which the coin lands H, and another where it lands T.  There is never a decision to be made, so no extra information is needed.  Which model is better?  Is there a way to choose between these two models, if we were in that world?</p>
<p>Mathematically, there is no difference; perhaps we may perceive the ideas as different, but the resulting formal theories would be identical. Why?  Try this out: write down every H/T possibility for any number of coin tosses.  For 3 tosses, you would get HHH, HHT, HTH, HTT, THH, THT, TTH, TTT.  Most of those outcomes look random.  In fact, you wouldn&#8217;t be amazed at any of them.  Do the same thing for 50 tosses in a row.  50 heads in a row would be surprising, but the number of outcomes besides that surprising one is orders of magnitudes larger than the total number of humans who have ever lived so far.</p>
<p>In other words, no matter what, most of the outcomes will look random.  In fact, they have to, by any reasonable definition of looking random.  This is simply because a probability is nothing more than the number of outcomes including a certain event divided by the total number of outcomes (implicitly assuming they are equally likely).  So any very likely event, such as there being about as many tails as heads, will by definition include most of the H/T sequences you write down.</p>
<p>A random model looks the same as a parallel model.</p>
<p>So when I say there is no random (<a href="http://en.wikipedia.org/wiki/XUL#The_name">only zuul</a>), what I really mean is: probability theory and all that we posit about randomness is just the study of deterministic functions where you really don&#8217;t know the input, but you pretend to know it&#8217;s distribution.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/76/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>experimental integrity and the search for causality</title>
		<link>http://tylerneylon.com/b/archives/75</link>
		<comments>http://tylerneylon.com/b/archives/75#comments</comments>
		<pubDate>Wed, 25 Mar 2009 01:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tylerneylon.com/b/?p=75</guid>
		<description><![CDATA[The phrase the scientific method implies that there is some universal, automated process that investigators blindly follow in order to do science. In truth, there is a great deal of improvisation and creativity required for the doing of good science. Great leaps forward, such as general relativity or the complex (as in complex numbers) proof [...]]]></description>
			<content:encoded><![CDATA[<p>The phrase <a href="http://en.wikipedia.org/wiki/Scientific_method#Experiments"><span style="font-style: italic;">the scientific method</span></a> implies that there is some universal, automated process that investigators blindly follow in order to do science.  In truth, there is a great deal of improvisation and creativity required for the doing of good science.  Great leaps forward, such as general relativity or the complex (as in complex numbers) proof of the prime number theorem, often rely on bold, inspired insights into the nature of an unsolved problem.</p>
<p>However, there are a few common principles that unite the rational attitudes of modern research.  I want to highlight a few that I feel are somewhat neglected.  They are:
<ul>
<li>experimental candor,</li>
<li>easily reproducible experiments, and</li>
<li>induced correlation.</li>
</ul>
<p><span style="font-weight: bold;font-size:130%;" >Experimental candor</span></p>
<p>Here&#8217;s a nice way to get great results: suppose you think that drug A will help people lose weight.  Conduct a thousand studies on small groups of test subjects.  Suppose one of those studies shows good results &#8211; publish those good results, and throw away the rest of the results.</p>
<p>This may sound a bit unrealistic, but something like this can happen much more easily in computer science.  In this case, there is a growing field of algorithms which are both probabilistic and approximate &#8211; very similar to experimental drugs in medicine.  If they do pretty well most of the time, that&#8217;s good enough.  Yet with an algorithm, it&#8217;s incredibly easy to run a million trials of your code, and only publish the best subset of that.  Even if the quality of your results are completely random, it&#8217;s just a matter of time before one small subset of the test results look good.</p>
<p>Hence the need for experimental candor.  It&#8217;s important to reveal all the relevant experiments performed, including the negative or inconclusive ones.  The web is the perfect platform for this kind of data disclosure &#8211; you can pre-publish your intended experiments and hypotheses <span style="font-style: italic;">before</span> you actually run the experiments.  This way, good results look better, and other researchers won&#8217;t waste time on previously failed experiments.  Of course, it&#8217;s always possible that an experiment failed for unaccounted-for parameters (including human error), which is why experimental reproducibility is also crucial to good research.</p>
<p><span style="font-weight: bold;font-size:130%;" >Easily reproducible experiments</span></p>
<p>This scientific tenet is well agreed upon, but poorly executed.  In practice, I know of very few experiments which can be very easily reproduced at the research level.  In some cases, one may wish to build upon the work of another, such as by augmenting a biochemical procedure with a new step.  Articles involving experimental lab work do indeed contain careful procedural explanations meant just for this purpose, which is great.  But in many cases, even this is not enough for other researchers &#8211; in my days as a grad student, I would see other grad students emailing or calling other investigators (often ones who were considered serious competitors) to ask for critical clarifications in procedure.</p>
<p>We can do better than that.</p>
<p>I&#8217;m going to pick on computer scientists for a moment, because they&#8217;re the worst offenders.  An algorithmic experiment has the most potential to be easily reproducible.  Ironically, it seems typical to leave out necessary parameters to perform the experiments used in many papers.  In order to reproduce a certain graph of time complexity versus input size on a certain real-world dataset, for example, a reader will often have to code up the algorithm based on very vague pseudocode and hand-wavy explanations, guess at parameter values, and separately download the dataset.  I&#8217;ve even seen code used which was nowhere available in either pseudocode or executable code &#8211; the reference given was by personal communication with another researcher (who won&#8217;t answer my emails).</p>
<p>There is no excuse for this.  Any good algorithmic experiment can be reproducible at the click of a button.  The experimenters have already written the code &#8211; it is simply a matter of adding a link to this code to a website.  It would be friendly to add a little documentation; or better yet, to follow a pattern of operation for the field, in much the same way that some software installation procedures have become standardized.</p>
<p><span style="font-weight: bold;font-size:130%;" >Induced correlation</span></p>
<p>This point is a call for the conscious recognition of an idea that&#8217;s been implicitly used for some time.</p>
<p>Certain experiments have the goal of looking for something like a causal relationship.  If a drug company is testing a weight-loss drug, they want to know that their drug causes the weight loss, as opposed to it causing something else, or something else causing the weight loss.</p>
<p>Unfortunately, there&#8217;s no fool-proof way to experimentally test causality.  This is a <a href="http://en.wikipedia.org/wiki/Correlation_does_not_imply_causation">well-known problem</a>.  It&#8217;s also interesting to note that, philosophically, causality itself is subjective in nature, although that is the matter of <a href="http://tylerneylon.com/blog/2007/03/subjective-nature-of-causality.html">another post</a>.</p>
<p>Here&#8217;s the trouble: Let&#8217;s hypothesize that chemical X causes weight gain.  As an experiment, get a large group of people together.  We randomly select some folks as the control &#8211; they won&#8217;t change their diets, and we randomly select some others to change their diet to no longer consume chemical X.  We see the desired results: the control group gains a little weight on average, but the experimental group (no chemical X) actually loses some.</p>
<p>Does that mean anyone can prevent weight gain by avoiding chemical X?  Absolutely not.  Here is one possible explanation: Suppose that the vast majority of foods contain both chemicals X and Y together, or not at all.  So when the experimental group avoided X, they were also avoiding Y without knowing it.  Now you unleash your study on the world, and everyone starts avoiding X.  But there are some foods with chemical Y in it, without X.  It could happen that those foods become more popular, or that certain people subconsciously crave Y.  In either case, we have people consuming Y, not X, and gaining weight.</p>
<p>Is there anything we can do to experimentally show something stronger than mere correlation?  A little bit, yes &#8211; we can show <span style="font-style: italic;">induced correlation</span>.  This is a correlation between parameters which was observed specifically by either turning on or off the cause in each trial, and purposefully leaving all other known parameters the same.  Let&#8217;s use the term <span style="font-style: italic;">natural correlation</span> to indicate experiments where the cause was either present or absent without any control by the experimenters.  Induced correlation gives more evidence of causality than natural correlation since there is more evidence that we can control the effect by controlling the cause.</p>
<p>I think this general idea has been understood already, but I&#8217;m not sure that it has been explicitly recognized.  My goal throughout this post has been to encourage the codification and emulation of a few good core principles of scientific investigation.  There are definitely more key principles, although I&#8217;ve been reminded many times that at least these three could use a little more awareness and observation.</p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thoughts on junk DNA</title>
		<link>http://tylerneylon.com/b/archives/74</link>
		<comments>http://tylerneylon.com/b/archives/74#comments</comments>
		<pubDate>Sat, 07 Mar 2009 04:33:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tylerneylon.com/b/?p=74</guid>
		<description><![CDATA[It&#8217;s interesting to think of DNA as the source code for life. A lot of ideas fall into place nicely with this analogy. You need some sort of compiler or interpreter; this role is given to RNA. You need a basic set of atomic instructions, and something like labels to certain parts of the code [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s interesting to think of DNA as the source code for life.  A lot of ideas fall into place nicely with this analogy.</p>
<p>You need some sort of compiler or interpreter; this role is given to RNA.  You need a basic set of atomic instructions, and something like labels to certain parts of the code base &#8211; pointers into memory.  Codons are the instruction set, with start codons helping to act as labels.  A central processing unit executes the commands &#8211; ribosomes turn the codon sequences into proteins, and the proteins interact to achieve various goals.  Chemistry itself is the ultimate processor, but it takes more focused form in the complex interaction of the enzymes produced by the DNA.  Some of the proteins act as inhibitors, decreasing the activity of enzymes; others are activators, doing the opposite.  These constructed molecules are capable of effecting or halting the production of still other amino acid complexes.  The end result is a logically sophisticated dance worthy of the millennia of evolution which produced it.</p>
<p>As I write code on my own, in an experimental fashion, I sometimes don&#8217;t worry about the readability of the code.  It is in this scenario that the evolution of source code best matches that of DNA.  There is a small cost to having extra/old code, yes, but it is far outweighed by the raw functionality created.</p>
<p>Looking at some source which has grown up just a little bit, mostly unsupervised, offers a few suggestions about bits of information that may, at first glance, appear non-functional (aka junk DNA):
<ul>
<li><span style="font-weight: bold;">Old functions which are never or rarely ever called</span>
<p>As code evolves, some functions become less useful, or replaced by newer ones.  It would make sense that some codon sequences would become obsolete, and the encoding would remain in the DNA.</p>
</li>
<li><span style="font-weight: bold;">Literal strings and other initialization data</span>
<p>There might be a bit of initialization data in DNA &#8211; information not obviously functional, yet still used.  For example, some DNA may only be active for a very short time when an embryo is first developing, or triggered temporarily at certain key development stages.  An even more interesting hypothesis is the possibility that some instincts, or primal knowledge, are somehow encoded in DNA, in a manner somewhat different than traditional protein transcription.</p>
</li>
<li><span style="font-weight: bold;">Debug code</span>
<p>Debug code is useful for figuring out what part of a process has failed.  Although there may not be a conscious debugger to check the output, we could still hypothesize that a little extra information about each step in a procedure could give enough information to locate and react to a failure or attack in the system.  In this case, the usually non-functional code would be rarely and temporarily activated as a defensive mechanism.</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/74/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>top movies of 2008</title>
		<link>http://tylerneylon.com/b/archives/73</link>
		<comments>http://tylerneylon.com/b/archives/73#comments</comments>
		<pubDate>Wed, 25 Feb 2009 02:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tylerneylon.com/b/?p=73</guid>
		<description><![CDATA[There are two things that make a movie worth seeing: because it moves you or makes you think by reflecting on reality, or because it entertains you by helping to escape reality. If we are pained by a sympathetic situation that was experienced by someone in history, or alive today; or if we feel vicarious [...]]]></description>
			<content:encoded><![CDATA[<p>There are two things that make a movie worth seeing: because it moves you or makes you think by reflecting on reality, or because it entertains you by helping to escape reality.</p>
<p>If we are pained by a sympathetic situation that was experienced by someone in history, or alive today; or if we feel vicarious joy for a simple act of triumph (say, winning a spelling bee), the reality of the situation, symbolic or literal, is a key factor in our empathy.  We are moved because this is the way life really is.  On some level, we can relate to the plights and victories of these characters.</p>
<p>On the other hand, it&#8217;s nice to tickle your imagination from time to time with an escape.  We don&#8217;t really believe Indiana Jones could easily be real, or that Spider Man might one day exist.  Nor do we expect a monster like Godzilla to ever attack a nearby city (after all, Tokyo is far away for most people).  The entertainment here lies with a contrast to reality.  Everyday lives are kind of boring.  Monsters don&#8217;t attack, nobody wins the lottery, most days you don&#8217;t fall in true love for the first time, or find an alternate dimension, or save the world.  But it can be cool to daydream.</p>
<p>The best movies work with these principles &#8211; they choose a side.  Sometimes you can mix these two aspects, but you have to be careful about it.  If a piece of a film is just-for-fun, there&#8217;s no harm in bending &#8211; or even reversing &#8211; reality.  But if you&#8217;re trying to move your audience, trying to comment on a state of the human condition, you have to be more careful.  Symbolism and <span style="font-style: italic;">admitted</span> exaggeration can work, because we understand the reality being represented.  But to toy with reality to suite the message of the film is to defeat your own purpose.  For example, Syriana presents a terribly bleak and pessimistic view of political and industrial intrigue.  We are lead to believe that this situation could be real, but it felt like they were stretching a little too far; as a viewer I felt bereft of both entertainment and reality.</p>
<p>This is some background for my top movie picks of 2008.  I think in ten years, these movies will still be worth watching, while a lot of other highly anticipated films from this year will be forgotten.</p>
<ol>
<li><span style="font-size:130%;"><span style="font-weight: bold;">Gran Torino</span></span>
<p>Clint Eastwood knows film.   He&#8217;s been involved in about a half century of movie evolution, and I think he&#8217;s kept the good parts of more traditional film alive here.  The film says a lot without being overly symbolic, and the characters are visceral and quotable without feeling cliched.  This is a contemporary, somewhat realistic (even if parabolically so) film about redemption and opportunity.   It&#8217;s good because we leave the theatre feeling for the story, not worrying about its plausibility.  There are no u-turns or magic revelations.  Everyone is flawed or troubled, and nobody wins everything.  Yet there are pieces of fun, of power, of thought, of sacrifice, and of compassion.</p>
</li>
<li><span style="font-size:130%;"><span style="font-weight: bold;">Wall•e</span></span>
<p>Only Pixar could seriously attempt this: Let&#8217;s make a dialogue-free, post-apocalyptic love story between two robots caught in a conspiracy that might crush the threadbare hopes of the space-stranded remnants of humanity.  For kids.  And somehow it works.  Wall•e is visually rewarding, touching, whimsical, nostalgic, and engrossing.  It&#8217;s sci-fi speculation is escapist entertainment first, and social commentary far second.  It gets away with allegorical statements on the irresponsibility of humanity because the reality in it is not presented as the truth, but rather as a kind of cautionary fable.</p>
</li>
<li><span style="font-size:130%;"><span style="font-weight: bold;">Iron Man</span></span>
<p>There are two common superhero movie mistakes: they don&#8217;t know how seriously to take themselves, and the heroes are often portrayed as everyday people who happen to have a heart of pure gold.  This film tackles that second mistake &#8211; Tony Stark is neither your everyday guy, nor endowed with such heart.  We like him because, unlike our super/spider/batmen, when we become iron man, we don&#8217;t have to shoulder the great responsibility of great power, and we don&#8217;t have to cower under a shroud of modesty.  We can just do our thing and enjoy the moment.  Somehow I find Tony Stark more realistic and more entertaining at the same time.  Of course, this film is not about the human condition &#8211; to spell out the obvious, this is just for fun.  And it succeeds.</p>
</li>
<li><span style="font-size:130%;"><span style="font-weight: bold;">Be Kind Rewind</span></span>
<p>See The Science of Sleep before you see Be Kind Rewind.  Michel Gondry is a child with the ability to turn his daydreams into movies, and to really appreciate the world you&#8217;ve entered, it helps to speak the language.  This one got a number of poor reviews because it&#8217;s outside the realm of normal moviedom for casual viewers.  It&#8217;s unusual Gondryan style is cubism in crayon.  And this is the subtle genius of it.  When a critic is confused, they have to decide if it&#8217;s because the movie is above them or below them to avoid looking dumb.  With Be Kind Rewind, the confusion is simply a different narrative medium &#8212; the film is just for fun, but seriously so.  If you try to use Duchamp&#8217;s fountain the way you&#8217;re used to, you&#8217;ll be missing the point.</p>
<p>Enough defense.  Be Kind Rewind is good because it&#8217;s fun.  The characters and the plight &#8211; the foundations &#8211; are tangible.  Beyond this &#8211; the devices and exposition &#8211; there is not much pretension of reality.  The key components are in place &#8211; what&#8217;s real is what moves us, what&#8217;s art is what makes us laugh.</p>
</li>
<li><span style="font-size:130%;"><span style="font-weight: bold;">Wanted</span></span>
<p>Like Iron Man, Wanted breaks the chains of the stereotypical hero movie.  In this case, it really doesn&#8217;t take itself too seriously.  On top of this, the dramatic tension is very personal &#8211; Wesley (our protagonist) desperately wants to avenge the death of his father.  Saving the world takes the backseat.  It works because it doesn&#8217;t really bother with the less entertaining aspects of the world &#8211; things like the rules of physics applied to bullet trajectories, or oracles more traditional than giant looms.</p>
</li>
</ol>
<p>Honorable mentions: Cloverfield, Kung Fu Panda, Pineapple Express</p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/73/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enter The Tangent Space (dot com)</title>
		<link>http://tylerneylon.com/b/archives/72</link>
		<comments>http://tylerneylon.com/b/archives/72#comments</comments>
		<pubDate>Mon, 26 Jan 2009 22:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tylerneylon.com/b/?p=72</guid>
		<description><![CDATA[Here&#8217;s a new site for exploring cool math ideas: thetangentspace.com My blog posts here have often alternated between technically detailed mathy or algorithmic thoughts, and more informal musings on life, the world, and interesting things in it. In my mind, there are really two audiences &#8211; one for the mathy stuff, and one for everything [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a new site for exploring cool math ideas: <a href="http://thetangentspace.com/">thetangentspace.com</a></p>
<p>My blog posts here have often alternated between technically detailed mathy or algorithmic thoughts, and more informal musings on life, the world, and interesting things in it.  In my mind, there are really two audiences &#8211; one for the mathy stuff, and one for everything else.  So it probably makes sense to have two places to put these different thoughts.  From now on, my posts here will be less mathy, and I&#8217;ll feel free to go math-crazy (or algorithm-crazy, as the case may be) on thetangentspace.</p>
<p>I&#8217;m trying a new type of blog with thetangentspace.  It&#8217;s about math research, and research is about communicating and collaborating.  Even if it&#8217;s a slow channel, it&#8217;s an interactive process.  So thetangentspace is both a blog and a wiki.  The blog is meant as an easy stream of intuitive ideas &#8211; something you can keep up with, without investing too much thought.  The wiki is where the details go &#8211; the full proofs and formal definitions.  It&#8217;s also a place for other mathematicians to make significant additions &#8211; beyond what you can leave in the comments of a blog &#8211; using the same software as wikipedia.  My hope is that some of the ideas and questions I post will inspire others to build on these initial offerings.</p>
<p>Check it out!<br /><a href="http://thetangentspace.com/">thetangentspace.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mathskool.com</title>
		<link>http://tylerneylon.com/b/archives/71</link>
		<comments>http://tylerneylon.com/b/archives/71#comments</comments>
		<pubDate>Fri, 02 Jan 2009 02:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tylerneylon.com/b/?p=71</guid>
		<description><![CDATA[I just launched the alpha version of mathskool.com. This is a website I&#8217;ve been working on for the past month, meant to help connect great math teachers with motivated middle and high school students. The idea is to provide a centralized library that many math teachers can contribute to, and which gives students free access [...]]]></description>
			<content:encoded><![CDATA[<p>I just launched the alpha version of <a href="http://mathskool.com/">mathskool.com</a>.</p>
<p>This is a website I&#8217;ve been working on for the past month, meant to help connect great math teachers with motivated middle and high school students.  The idea is to provide a centralized library that many math teachers can contribute to, and which gives students free access to short, focused videos.  I imagine teachers recommending them as supplementary material to classes, or students searching for a single particular topic while stuck on their homework or studying for a test, or even curious people learning new things on their own.</p>
<p>I plan to continue adding features and videos to this site gradually over time.  YouTube and other math-oriented sites already offer videos, but I think mathskool is unique in focusing on math education, being free, and encouraging a more interactive community with a nice question/answer system.  For now I&#8217;ve included a few videos of my own, and several from other people.</p>
<p>Let me know if you know any math teachers who might be interesting in using or contributing to the site.  The next step is to start building a community of users &#8211; teachers and students.</p>
<p>Check it out!  <a href="http://mathskool.com/">mathskool.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/71/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the scaled interest principle</title>
		<link>http://tylerneylon.com/b/archives/70</link>
		<comments>http://tylerneylon.com/b/archives/70#comments</comments>
		<pubDate>Wed, 31 Dec 2008 07:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tylerneylon.com/b/?p=70</guid>
		<description><![CDATA[Here&#8217;s an idea that I&#8217;ve seen in action throughout my life, although I&#8217;ve never seen it explicitly put into words: Events of interest tend to happen more quickly at smaller scales, and slower on large scales. Interpreting relativity as putting a speed limit on the flow of information, gives a natural justification of the principle [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an idea that I&#8217;ve seen in action throughout my life, although I&#8217;ve never seen it explicitly put into words:<br />
<blockquote><i>Events of interest tend to happen more quickly at smaller scales, and slower on large scales.</i></p></blockquote>
<p>Interpreting relativity as putting a speed limit on the flow of information, gives a natural justification of the principle in the physical world.  The idea jumps out when you consider the (admittedly imperfect) analogy between atoms and solar systems.</p>
<p>We can also see it in other ways.  Small companies usually react more quickly than big ones.  Flies move more quickly, and die more quickly, than elephants or whales.  Smaller computer programs often run faster than large ones.  Things happen faster in dense cities than in a sparse countryside.  An idea of little interest fades faster than a popular meme.  A simple system is easier to work with than a complex one.</p>
]]></content:encoded>
			<wfw:commentRss>http://tylerneylon.com/b/archives/70/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
