<?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>Robin&#039;s BlogRobin&#039;s Blog &#187; TOK-related</title>
	<atom:link href="http://blog.rtwilson.com/category/tok-related/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rtwilson.com</link>
	<description>A remote-sensing PhD student talking about interesting things...</description>
	<lastBuildDate>Sat, 11 May 2013 18:36:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Leaky abstractions in science</title>
		<link>http://blog.rtwilson.com/leaky-abstractions-in-science/</link>
		<comments>http://blog.rtwilson.com/leaky-abstractions-in-science/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 20:20:22 +0000</pubDate>
		<dc:creator>Robin Wilson</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[TOK-related]]></category>

		<guid isPermaLink="false">http://blog.rtwilson.com/?p=62</guid>
		<description><![CDATA[So, hot on the heels of my last post, I&#8217;m now applying another concept from a computing blog post to science. For many years I&#8217;ve been a fan of Joel Spolsky&#8217;s blog, and I&#8217;ve learnt a lot from it. One of his most interesting posts was called The Law of Leaky Abstractions. As with my [...]]]></description>
				<content:encoded><![CDATA[<p>So, hot on the heels of my <a href="http://blog.rtwilson.com/2010/09/03/default-deny-a-signal-of-academic-maturity/">last post</a>, I&#8217;m now applying another concept from a computing blog post to science. For many years I&#8217;ve been a fan of <a href="http://www.joelonsoftware.com/">Joel Spolsky&#8217;s blog</a>, and I&#8217;ve learnt a lot from it. One of his most interesting posts was called <a href="http://www.joelonsoftware.com/articles/LeakyAbstractions.html">The Law of Leaky Abstractions</a>. As with my last post, I&#8217;ll briefly explain the computing context, and then broaden out to talk about its applications to science.</p>
<p>Joel states that the <em>law of leaky abstractions</em> is that:</p>
<p style="text-align: center;"><strong>All non-trivial abstractions, to some degree, are leaky.</strong></p>
<p style="text-align: left;">Of course, that doesn&#8217;t make much sense without understanding what abstractions are, and what it means to say that they are <em>leaky</em>. Joel defines an <em>abstraction</em> as a simplification of something which hides the complex details that are occurring under the covers. Protocols such as TCP/IP are a good example of an abstraction in computing. They abstract the details of  communicating over a computer network., allowing you to send messages across wires and guarantee that they will get there, without having to worry about how it actually works. The problem is that sometimes these abstractions leak &#8211; that is, some of the hidden complexity bubbles up to the surface. In the TCP/IP example above this might happen because the network cable has physically broken, or because some of the pins have become crossed, or because of faulty network infrastructure elsewhere.</p>
<p style="text-align: left;">An example from everyday life is how a home heating system abstracts away the details of actually heating your house, and simply replaces it with a dial allowing you to control the temperature. That all works fine until your radiators get air trapped in them (as happens in my Southampton house worryingly frequently), or the heating pump fails, or the water tank overflows.</p>
<p style="text-align: left;">Now, these kind of abstractions can be seen in science too. Newtonian mechanics is an abstraction of the underlying complexity of motion which works fine most of the time &#8211; until you get to speeds near to the speed of light, at which point it stops working. Another example is <a href="http://en.wikipedia.org/wiki/Atomic_theory">atomic theory</a>, which states that all matter is composed of individual atoms. In many situations, this theory works very well, but sometimes the underlying complexity of sub-atomic particles (such a neutrons, quarks or gluons) bubbles to the surface.</p>
<p style="text-align: left;">Abstractions in all fields often come in sets, or pyramids. For example, the abstraction of writing</p>
<pre style="text-align: center;">print "Hello, world!"</pre>
<p>to display some text on the screen has a whole pyramid of abstractions below it, a few examples of which are:</p>
<ul>
<li>The abstraction that strings can be stored as integers (you only have to look at the difficulty in supporting foreign characters in many programming languages to realise that this abstraction is very leaky)</li>
<li>The abstraction that programs have an unlimited memory address space to use (performance issues caused by page-faults, and error messages about Windows virtual memory show how this leaks)</li>
<li>The abstraction of a filesystem containing files and folders (replacing the complexity of tiny magnetic areas on a hard disk)</li>
</ul>
<p>This type of pyramid is so common that there is even an official standard for it within the field of computer networking: the <a href="http://en.wikipedia.org/wiki/OSI_model">Open Systems Interconnection model</a>. This has 7 layers, using abstractions from the simple (transmitting one bit over an electrical link) to the complex (sessions and application protocols).</p>
<p>Similarly, there is a pyramid of abstractions in many areas of science. For example, if you abstract away the behaviour of individual electrons you can produce &#8216;laws&#8217; of electrical circuits. Combining these laws produces the abstractions of electronics (involving complex circuits and logic gates), and these can then be abstracted away again with the creation of integrated circuits, and so on, until a complex electronic device is created. However, every so often the complexity will bubble up again. For example, the fundamental limitation on the speed of modern computer processors is the size of an electron (as the circuits can&#8217;t get any smaller than that) &#8211; which is a big leak from the bottom abstraction (electron abstracted into the laws of electrical circuits) to the top abstraction (computer processors which run high-level code).</p>
<p>Now, this all raises some interesting questions &#8211; some of which I&#8217;m hoping to address in future posts:</p>
<ul>
<li> Are these pyramids of abstractions present in all areas of science? If not, then why not? I have a suspicion that mathematics will prove to be different&#8230;</li>
<li>Is the process of creating these abstractions part of what defines a field as a science? How does the gradual building of the abstraction pyramid link to theories about the progression of science (such as <a href="http://en.wikipedia.org/wiki/The_Structure_of_Scientific_Revolutions">Kuhn&#8217;s paradigms</a>)</li>
<li>How does the pyramid of abstractions look in a particular field (for example, my field of remote sensing)? Does thinking about the pyramid of abstractions for your field lead to good ideas for research?</li>
<li>Does &#8216;good&#8217; (whatever that may mean) research seek to build abstractions, or to demolish abstractions?</li>
</ul>
<p>Hopefully I&#8217;ll get the chance to revisit some of these issues in future posts &#8211; but in the meantime please leave your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rtwilson.com/leaky-abstractions-in-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default deny: A signal of academic maturity?</title>
		<link>http://blog.rtwilson.com/default-deny-a-signal-of-academic-maturity/</link>
		<comments>http://blog.rtwilson.com/default-deny-a-signal-of-academic-maturity/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 19:17:09 +0000</pubDate>
		<dc:creator>Robin Wilson</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[TOK-related]]></category>

		<guid isPermaLink="false">http://blog.rtwilson.com/?p=61</guid>
		<description><![CDATA[I listened to a very interesting episode of The Pod Delusion podcast today. In fact, all of the bits of the programme were interesting: from a discussion of faith schools from an athiest perspective, to a description of Tesco&#8217;s planning policies from a local council planning officer. However, the item on the programme that I [...]]]></description>
				<content:encoded><![CDATA[<p>I listened to a very interesting <a href="http://poddelusion.co.uk/blog/2010/08/26/episode-48-27th-august-2010/">episode</a> of <a href="http://poddelusion.co.uk/blog/">The Pod Delusion</a> podcast today. In fact, all of the bits of the programme were interesting: from a discussion of faith schools from an athiest perspective, to a description of Tesco&#8217;s planning policies from a local council planning officer. However, the item on the programme that I want to talk about was called <em>Default Deny</em> and was written by Sean Ellis. Below I&#8217;ll give a brief description of his argument before talking about how I think this applies to academic life.</p>
<p>Sean took his inspiration from an article called <a href="http://www.ranum.com/security/computer_security/editorials/dumb/">The Six Dumbest Ideas in Computer Security</a>, by <a href="http://www.ranum.com/">Marcus Ranum</a> which states that the dumbest idea is <em>Default Accept</em>. Until recently, many computer security systems were designed around the idea of letting everything go through apart from things that were specifically told to be stopped (thus the name: <em>Default Accept</em>). This is easily seen in Windows anti-virus software. Windows (at least before Windows XP) used the <em>Default Accept</em> principle, so anti-virus software was created with huge lists of pieces of software which must be denied. In his article, Marcus Ranum argues that it is far more sensible to base the system on a <em>Default Deny</em> principle, thus only allowing specific software to run.</p>
<p>So far, so good &#8211; but what does this have to do with academia? Well, Sean applies this to ideas by asking whether people have <em>Default Deny</em> brains or <em>Default Accept</em> brains, that is: whether they accept any new ideas by default, or whether they immediately reject them until they have studied the evidence and been convinced. He comes to the conclusion that many people have <em>Default Accept</em> brains, but that <em>Default Deny</em> brains would probably be a more healthy situation.</p>
<p>That struck a chord with me, in terms of scientific studies and academia in general. It can easily be said that science must be done with a <em>Default Deny</em> brain (or at least with a <em>Default Deny</em> hat on), but I think there is more to it than this. As a student in secondary school we were expected to work within a <em>Default Accept</em> paradigm. We weren&#8217;t expected to question what we were being taught &#8211; we were meant to just accept it at face value. That started to change at A-level when we were first introduced to some of the controversy in our subjects. I distinctly remember one of my A-level geography lessons when we were told that scientists still weren&#8217;t sure about how <a href="http://en.wikipedia.org/wiki/Drumlin">drumlins</a> (a type of glacial landform) were formed. I suppose that was the day that I first became really interested in research: I&#8217;d found that we didn&#8217;t know everything, and I wanted to be one of the people that started to find things out!</p>
<p>However, even though we had been introduced to controversy at A-level we weren&#8217;t expected to really question the fundamentals we were taught. When writing an exam essay about the <a href="http://en.wikipedia.org/wiki/Concentric_zone_model">Burgess model</a> I was expected to list a selection of its flaws, but not to question it at a fundamental level, nor to talk about the inherent problems with models.</p>
<p>At the beginning of my undergraduate degree I started to read journal papers: the original places where new scientific ideas are circulated. But, as a new student, I was far too in awe of the authors to criticise their work. After all, how could I, a lowly first year student, find problems in the work of professors and lecturers &#8211; especially work which had been accepted by equally experienced peer-reviewers? Gradually, however, I began to realise that it didn&#8217;t actually take a huge amount of knowledge to be able to intelligently critique someone&#8217;s work. Ignoring the name and affiliation of the author often helped with this. I distinctly remember finding a paper about the <em>Empirical Line Method</em> in a relatively unknown journal (something like the <em>Chinese Journal of Soil Science</em> &#8211; a strange place for a remote sensing paper), reading it, and realising that I could have written something better in my sleep! After that they followed thick and fast: I realise that papers in <em>Remote Sensing of Environment </em>are not without their flaws, and my unquestioned acceptance of the <a href="http://en.wikipedia.org/wiki/Early_anthropocene#Early_anthropocene">Ruddiman hypothesis</a> completely ignored the body of work that presented alternative theories.</p>
<p>The gradual change from a <em>Default Accept</em> paradigm to <em>Default Deny</em> is an important change which occurs during education. Sadly, this doesn&#8217;t seem to occur for many people (even students who go on to get good degrees at university), and it should really start far lower down in school (there is no reason why able students should not be questioning the accepted point of view at GCSE level). Science is entirely based around the questioning of facts, and the  denying of knowledge that cannot be backed up with evidence. All of my  favourite academic papers (and, indeed, most of the important papers  ever written in science) came about from the author <em>denying</em> what he has read and heard, and considering alternative points of view. When the change from <em>Default Accept</em> to <em>Default Deny</em> takes place it marks the start of the transition of that individual to a <em>true scientist</em> &#8211; and is a mark of increasing academic maturity.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rtwilson.com/default-deny-a-signal-of-academic-maturity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aeolian Philosophy or &#8220;What is a sand dune?&#8221;</title>
		<link>http://blog.rtwilson.com/aeolian-philosophy-or-what-is-a-sand-dune/</link>
		<comments>http://blog.rtwilson.com/aeolian-philosophy-or-what-is-a-sand-dune/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:34:50 +0000</pubDate>
		<dc:creator>Robin Wilson</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Remote Sensing]]></category>
		<category><![CDATA[TOK-related]]></category>

		<guid isPermaLink="false">http://blog.rtwilson.com/?p=44</guid>
		<description><![CDATA[No, this isn&#8217;t about thinking deeply while the wind is blowing, or philosophising about how the wind is there but we can&#8217;t see it &#8211; it&#8217;s about sand dunes. Now, you might think that sand dunes are quite boring things, just hills made out of sand that sit there and do nothing. That couldn&#8217;t be [...]]]></description>
				<content:encoded><![CDATA[<p>No, this isn&#8217;t about thinking deeply while the wind is blowing, or philosophising about how the wind is there but we can&#8217;t see it &#8211; it&#8217;s about sand dunes.</p>
<p>Now, you might think that sand dunes are quite boring things, just hills made out of sand that sit there and do nothing. That couldn&#8217;t be further from the truth. As I learnt in my <strong><a href="http://www.southampton.ac.uk/geography/current_students/2009_10modules/GEOG3048_0910.html">Aeolian Geomorphology and Geomorphic Modelling</a></strong> course, sand dunes are complex, dynamic systems which do interesting things like move, merge, split, and even automatically organise themselves.</p>
<p>I&#8217;m doing some research on the self-organisation of sand dunes with <a href="http://www.southampton.ac.uk/geography/staff_profiles/academic/jn1x07.html">Dr Jo Nield</a>, and part of this research involves writing some software to automatically extract the crests of dunes from Digital Elevation Models (DEMs) showing an area of dunes (known as a dunefield), an example of which is shown in the image below), so that <em>pattern metrics</em> (statistics on the organisation of the dunes within the dune field) can be calculated. These DEMs are produced by a computer model which simulates dune field development. This software is being actively developed at the moment, and is available at my <a href="http://www.rtwilson.com/academic/dunesgis">Dunes GIS page</a>.</p>
<p><div id="attachment_45" class="wp-caption aligncenter" style="width: 423px"><a href="http://blog.rtwilson.com/wp-content/uploads/2010/08/Dunes.png"><img class="size-full wp-image-45" title="Example dunefield DEM" src="http://blog.rtwilson.com/wp-content/uploads/2010/08/Dunes.png" alt="Example dunefield DEM" width="413" height="300" /></a><p class="wp-caption-text">Example Digital Elevation Model (DEM) of a dune field</p></div></p>
<p>The issue that I want to write about today is the question <em>what is a sand dune? </em>It turns out that this question, which seems remarkably abstract, becomes very important when trying to write software to extract dune crests automatically &#8211; because to extract the crests of dunes you need to work out what is a dune and what isn&#8217;t! In fact, this problem often occurs when trying to write computer software to automate tasks that humans can do easily by hand. Academics who are manually tracing the crests of dunes from images on a computer screen have a large body of knowledge they can draw on to decide what is and isn&#8217;t a sand dune. Trying to program this knowledge into a computer is difficult, partly because it is often difficult to work out exactly what this body of knowledge contains.</p>
<p>If a human were to try to trace the crests of the dunes shown in the image above then he would struggle, as the image doesn&#8217;t show the crests of the dunes very clearly. In fact, the majority of the middle of the dune is shown as a single colour (bright red) &#8211; so it is difficult to tell where the actual crest is. Therefore, a sensible analyst would transform the image to look something like the image below.</p>
<p><div id="attachment_46" class="wp-caption aligncenter" style="width: 423px"><a href="http://blog.rtwilson.com/wp-content/uploads/2010/08/ShadedDunes.png"><img class="size-full wp-image-46" title="ShadedDunes" src="http://blog.rtwilson.com/wp-content/uploads/2010/08/ShadedDunes.png" alt="A shaded relief image of the DEM above" width="413" height="300" /></a><p class="wp-caption-text">A shaded relief version of the DEM</p></div></p>
<p>This transformation can be accomplished with one command in most image analysis software (if you&#8217;re interested I produced the above image in ENVI using the Topographic -&gt; Topographic Modelling command) and shades the image so that it looks like a sun is shining on it from a certain direction. This makes the image look more &#8216;lifelike&#8217;, producing an image which is similar to the view you would get from an aircraft with the sun low in the sky) and therefore easier to interpret. The crests of the dunes can easily be seen, and therefore can be traced with a high accuracy.</p>
<p>When implementing my automated method for tracing dunes I attempted to mirror the approach a human would use. Instead of using a shaded relief version of the DEM I used a similar version in which the values of each cell have a real-world meaning: the aspect map (shown below). Creating this image involves a simple process where each cell is assigned the direction that the slope of that cell faces (that is, its aspect) in degrees.</p>
<p><div id="attachment_47" class="wp-caption aligncenter" style="width: 423px"><a href="http://blog.rtwilson.com/wp-content/uploads/2010/08/Aspect.png"><img class="size-full wp-image-47" title="AspectDunes" src="http://blog.rtwilson.com/wp-content/uploads/2010/08/Aspect.png" alt="An aspect image created from the DEM above" width="413" height="300" /></a><p class="wp-caption-text">An aspect image created from the DEM above</p></div></p>
<p>As you can see, it is relatively easy to see where the dune crests are on this image. Therefore, it is relatively simple to write an algorithm to extract the dunes, by looking for the changes in colour on the image above (which are represented quantitatively by the shifting of the aspect value from less than 180 degrees to greater than 180 degrees).</p>
<p>However, this leads to a very messy set of crest lines, as much of the noise in the image is identified as a separate dune. When a human starts to trace dunes from this image their eye will be automatically drawn to some of the large dunes, and they will, almost subconsciously, ignore much of the noise which is visible in the image. A computer won&#8217;t do this, so therefore a number of filtering processes are used to both remove the noise before the image is processed, and remove the crests of &#8216;invalid&#8217; dunes (for example, extremely short dunes) after the crests have been extracted.</p>
<p>But now the big question: <em>are these crests that have been extracted actually the crests of real dunes?</em> If we&#8217;re going to use this automated method to get statistics which can be used to develop scientific theories about the behaviour of sand dunes, then we&#8217;d better be pretty sure that the crests we&#8217;ve extracted actually belong to real dunes!</p>
<p>So, this all leads back to the question <em>what is a sand dune?</em> The answer, unsurprisingly, is not simple. I haven&#8217;t yet investigated all of the literature, but I remember learning in my aeolian geomorphology course that most models of dune formation require the dune to have three key characteristics before they can be said to be fully-developed sand dunes:</p>
<ol>
<li>A gently sloping windward slope</li>
<li>A steeply sloping lee slope</li>
<li>Fully-developed grainflow and grainfall processes leading to dune movement</li>
</ol>
<p>Note that the definition above mentions neither the existence of crests nor a minimum length for dunes. The existence of crests can be inferred from characteristics 1 and 2, as if these are present then there will be a crest. However, the presence of a crest does not necessarily mean that one slope is gentle and the other is steep. Also, the processes of dune movement are not, and in fact cannot, be identified from a single DEM. Therefore, it could be said that the existence of a crest is a <strong>necessary</strong> condition but not a <strong>sufficient</strong> condition for a dune to exist.</p>
<p>It can be seen from the above that the question <em>what is a dune?</em> is most definitely important when studying dunes, and also very difficult to answer. It also shows the limitations of using imperfect data to study the natural world. With access to the right data dunes could be identified with a very high confidence, but sadly this data is frequently unavailable. Therefore, information derived from imperfect data, using methods with unavoidable problems, is often used to develop scientific theories. This is obviously a problem, but is sadly often (or maybe always?) unavoidable.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rtwilson.com/aeolian-philosophy-or-what-is-a-sand-dune/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Art: in other words…?</title>
		<link>http://blog.rtwilson.com/art-in-other-words/</link>
		<comments>http://blog.rtwilson.com/art-in-other-words/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:14:00 +0000</pubDate>
		<dc:creator>Robin Wilson</dc:creator>
				<category><![CDATA[Essays]]></category>
		<category><![CDATA[TOK-related]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://blog.rtwilson.com/?p=4</guid>
		<description><![CDATA[Last night I went to see a production of Alan Bennett&#8217;s The History Boys at the Oxford Playhouse. It was a very good production, and very thought-provoking in many respects (particularly useful for the Theory of Knowledge course my Dad teaches). I wanted to pick up on a particular line which occurs when one of [...]]]></description>
				<content:encoded><![CDATA[<p>Last night I went to see a production of Alan Bennett&#8217;s <a href="http://en.wikipedia.org/wiki/The_history_boys"><em>The History Boys</em></a> at the <a href="http://www.oxfordplayhouse.com/">Oxford Playhouse</a>. It was a very good production, and very thought-provoking in many respects (particularly useful for the Theory of Knowledge course my Dad teaches). I wanted to pick up on a particular line which occurs when one of the pupils talks about describing art &#8220;in other words&#8221;, and the teacher responds immediately saying that surely the definition of art is that it <strong>cannot</strong> be described &#8220;in other words&#8221;. This definition is what I want to investigate here.</p>
<p>At first the definition seems very simple, rather obvious in fact (at least to me). Of course Van Gogh&#8217;s <em>The Sunflowers</em> can&#8217;t be described &#8220;in other words&#8221;, in fact, it cannot really be described in words at all. It definitely can&#8217;t be described in other blobs of paint (at risk of sounding insulting to artists&#8230;) as then it wouldn&#8217;t be the piece of art that it is. But how about other types of art?</p>
<p><div class="wp-caption aligncenter" style="width: 340px"><img title="Van Gogh's Sunflowers" src="http://upload.wikimedia.org/wikipedia/commons/c/c6/Van_Gogh_Twelve_Sunflowers.jpg" alt="Van Gogh's Sunflowers" width="330" height="410" /><p class="wp-caption-text">Van Gogh&#39;s Sunflowers</p></div></p>
<p>Can Beethoven&#8217;s Fifth Symphony be described &#8220;in other words&#8221;, or even &#8220;in other sounds&#8221;? Well no, I would say that a description of the symphony in terms of the notes, the chords and the key changes is not a work of art: instead, it is a reduction of the art of composition to a simple listing (&#8220;stamp collecting&#8221;, in the words of <a href="http://en.wikipedia.org/wiki/Ernest_Rutherford">Rutherford</a>). I was introduced to this concept at a young age (I think I must have been around eight at the time) when I composed my first piece of music (a very simple piece for piano). I wrote it down very carefully on manuscript paper and took it to show my Dad. &#8220;I don&#8217;t want to <strong>see</strong> it!&#8221; he said, &#8220;I want to hear it &#8211; it&#8217;s music, it needs to be heard to be appreciated&#8221; (even though my Dad can read music and hear it in his head easily).</p>
<p>Moving away from the visual arts&#8230;how about a poem? Can that be described &#8220;in other words&#8221;? One of the few poems I know relatively well (through studying it at GCSE) is Wilfred Owen&#8217;s <em>Dulce et decorum est</em>, an excerpt of which is below:</p>
<blockquote><p><em>Bent double, like old beggars under sacks,<br />
Knock-kneed, coughing like hags, we cursed through sludge,<br />
Till on the haunting flares we turned  our backs<br />
And towards our distant rest began to  trudge.</em></p>
<p><em>[...]<br />
</em></p></blockquote>
<blockquote><p><em>My friend, you would not tell with such high zest</em><em><br />
To children ardent<sup><span style="font-size: x-small;"> </span></sup>for some desperate  glory,<br />
The old Lie; Dulce et Decorum est<br />
Pro patria mori</em></p></blockquote>
<p>That can&#8217;t be described in other words can it? The little excerpt doesn&#8217;t do it justice &#8211; read the <a href="http://www.warpoetry.co.uk/owen1.html">whole thing</a>, and think of the emotions it&#8217;s showing, and the powerful view on war expressed in the last stanza. Could I express that &#8220;in other words&#8221;?</p>
<p>Well, maybe I could. I could write something like the following:</p>
<blockquote><p><em>It&#8217;s not nice being in the trenches. Seeing your friends die is horrible. In general, war is really horrible, so please don&#8217;t tell people it&#8217;s a good, honourable thing to do.</em></p></blockquote>
<p>But that&#8217;s not art &#8211; that&#8217;s just a description of art, and it doesn&#8217;t do it justice <strong>at all</strong>. Reading what I just wrote makes you think &#8220;oh yeah, war&#8217;s not very nice really&#8221;, reading Owen&#8217;s poem gives you a very different feeling.</p>
<p>The same could be said for other literary works. <em>West Side Story</em> is a very good retelling of Shakespeare&#8217;s <em>Romeo and Juliet</em>, but I&#8217;m sure Bernstein wouldn&#8217;t suggest that he&#8217;s trying to recreate Shakespeare &#8220;in other words&#8221;. Yes, it is derived from Shakespeare, but it is not Shakespeare &#8220;in other words&#8221;</p>
<p>So, I&#8217;ve argued above that work produced in various fields generally taken to be &#8220;art&#8221; (various types of visual art and literature) cannot be described &#8220;in other words&#8221;. But how about some other fields?</p>
<p>Take computer programming for example (see, everything in my life comes back to computers somewhere!). Can you describe a computing algorithm &#8220;in other words&#8221;? Yes, of course you can represent it differently, in different programming languages or using iteration instead of recursion (or vice versa), but surely it is still the same algorithm? Take the <a href="http://en.wikipedia.org/wiki/Quicksort">Quicksort algorithm</a> &#8211; I can&#8217;t describe that in other words. Can you?</p>
<p>How about <a href="http://en.wikipedia.org/wiki/Fermat%27s_Last_Theorem"><em>Fermat&#8217;s Last Theorem</em></a>? Can you describe the question Fermat posed in any other words? No, at least not within our current mathematical system. In maths, and to a lesser extent in science, there is one way to describe something. <a href="http://en.wikipedia.org/wiki/Pythagorean_theorem">Pythagoras&#8217; Theorem</a> has multiple proofs, but only one statement of what it is. Indeed, mathematical proofs should always be as simple as possible, based on other simple proofs, which in turn are based on more proofs which eventually lead back to axioms.</p>
<p><strong>So, what does this mean?<br />
</strong>Is this a simple test as to whether something is an art? Well, maybe&#8230;</p>
<p>Computer programming is not generally considered an art, yet one of the pioneers of the field, Donald Knuth, wrote (and is indeed still writing) a series of books called <a href="http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming"><em>The Art of Computer Programming</em></a>. He obviously thinks it is, at least partially, an art.</p>
<p>How about maths? Although it is based entirely on simple logical steps, there is definitely an art to doing maths, and certain pieces of maths are definitely &#8220;works of art&#8221;. Andrew Wiles&#8217; proof of Fermat&#8217;s Last Theorem (described so well in Simon Singh&#8217;s <a href="http://www.amazon.co.uk/Fermats-Last-Theorem-Simon-Singh/dp/1857026691?tag=robwilsblo-21" rel="nofollow">book</a>) is, in my opinion, just as much a &#8220;work of art&#8221; as a painting by Monet, or a novel by Jane Austen.</p>
<p>This is why I feel there is a problem with the black and white distinction between &#8220;arts&#8221; and &#8220;sciences&#8221;. You find this a lot in education, at A-Level or University particularly. For example, most universities offer a BSc Geography degree (science-based) and a BA Geography degree (arts-based). However, is there not a significant amount of art in my BSc Geography degree? My (very efficient) code to calculate the Getis-Ord statistic on satellite images is, I believe, an artistic achievement.</p>
<p>I want to end this essay by asking you &#8211; what do you think? Do you think that the &#8220;in other words&#8221; test is a good test for whether something is an art? Is there a distinction between arts and sciences? How fuzzy is it? Can the &#8220;in other words&#8221; test be combined with a test for whether something is a science or not (Popper&#8217;s falsificationism comes to mind) to enable distinction between arts and sciences. If so, what happens when something can&#8217;t be described in other words, but is also falsifiable? Is it an art or a science? Or a ScArt (no, not the cable you use to connect your DVD player to your TV) or an Arence?</p>
<p>Comments are most definitely enabled on this post, and I would be very interested to hear what you&#8217;ve got to say.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rtwilson.com/art-in-other-words/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wisdom and Knowledge</title>
		<link>http://blog.rtwilson.com/wisdom-and-knowledge/</link>
		<comments>http://blog.rtwilson.com/wisdom-and-knowledge/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 15:52:21 +0000</pubDate>
		<dc:creator>Robin Wilson</dc:creator>
				<category><![CDATA[Short Interesting Things]]></category>
		<category><![CDATA[TOK-related]]></category>

		<guid isPermaLink="false">http://robinwilson.wordpress.com/?p=3</guid>
		<description><![CDATA[As part of my geography degree I am reading the book Computer Processing of Remotely-Sensed Images (very interesting, but quite mathematical in places). Anyway, in the front of this book there are two quotes. Not unusual you might think &#8211; but I find the quotes that have been used quite amusing. &#8220;I hope that posterity [...]]]></description>
				<content:encoded><![CDATA[<p>As part of my geography degree I am reading the book <a href="http://www.amazon.co.uk/dp/0470849193/?tag=robwilsblo-21" target="_self" rel="nofollow">Computer Processing of Remotely-Sensed Images</a> (very interesting, but quite mathematical in places). Anyway, in the front of this book there are two quotes. Not unusual you might think &#8211; but I find the quotes that have been used quite amusing.</p>
<blockquote><p>&#8220;I hope that posterity will judge me kindly, not only as to the things which I have explained but also as to those which I have intentionally omitted so as to leave to others the pleasure of discovery.&#8221; (Descartes)</p>
<p>&#8220;I am none the wiser, but I am much better informed.&#8221; (Queen Victoria)</p></blockquote>
<p>So basically what he&#8217;s saying is that (1) He&#8217;s deliberately left some things out so that you can have fun discovering them and (2) The book won&#8217;t make you any wiser, but it might inform you. As well as being amusing these also seem to have deeper truths for me. No academic book could have all the information the author knows in it, and anyway to be spoon-fed all of the information for a course is pointless: it is far more fun (and more educational) to discover it yourself. Also, the quote about widsom reminds me that when analysing remotely sensed images (which is what this book is about) one can know all the technical information about them that it is possible to know, but one still has use wisdom to decide exactly which processing operations to apply to them to get the best results.</p>
<p>In an interesting little addendum, my father pointed out that according to <a href="http://www.swarb.co.uk/phpbb/viewtopic.php?t=4037" target="_self">this website</a> the source of the second quote was not Queen Victoria (as stated in the book) but Lord Birkenhead.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rtwilson.com/wisdom-and-knowledge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: blog.rtwilson.com @ 2013-05-26 07:57:57 by W3 Total Cache -->