<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Graham Glass, etc.</title>
    
    <link rel="alternate" type="text/html" href="http://grahamglass.blogs.com/main/" />
    <id>tag:typepad.com,2003:weblog-39304</id>
    <updated>2009-07-12T02:05:37-07:00</updated>
    <subtitle>Daily articles about fun stuff.</subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <link rel="self" href="http://feeds.feedburner.com/typepad/graham_glass/main" type="application/atom+xml" /><entry>
        <title>Creativity</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/BhJyvIAIgCM/creativity.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/07/creativity.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341c997553ef011571f85e56970b</id>
        <published>2009-07-12T02:05:37-07:00</published>
        <updated>2009-07-12T02:27:53-07:00</updated>
        <summary>Many people have a hard time imagining that a digital intelligence could be creative. To address this, we first need a definition of "creativity". I like this one: Creativity is a process involving the generation of new ideas or concepts,...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Many people have a hard time imagining that a digital intelligence could be creative. To address this, we first need a definition of "creativity". I like this one:</p><div class="blockquote" style="margin-left: 40px;"><em>Creativity is a process involving the generation of
new ideas or concepts, or new associations between
existing ideas or concepts.<br /></em></div><p>Clearly, there is a wide spectrum of creative acts, ranging from figuring out a faster way to tie your shoelaces all the way to formulating the theory of general relativity. Most people can easily imagine a digital intelligence performing the former, but not the latter.</p><p>Before continuing, I'd like to point out that creativity doesn't require any intelligence at all. The most obvious example of this is Evolution, which works due to random mutation and natural selection. Advantageous mutations accumulated over billions of years, and the human brain is just one result of this highly "creative" process.</p><p>The main disadvantage of Evolution as a creative process is that it takes a very long time. Humans couldn't wait for a million years before randomly coming up with creative ways to hunt prey! So brains have evolved ways to speed up the creative process.</p><p>Although no-one knows the exact mechanisms for creativity, I think there are some strong clues about how it works. And funnily enough, it seems to build upon the process of Evolution!</p><p>Creativity requires at least two things:</p><ol>
<li>It requires the ability to evaluate creations. For example, evolution uses natural selection to evaluate creations, weeding out bad ones and allowing good ones to survive. </li>
<li>It requires the ability to generate new creations. For example, evolution generates new creations via random mutation of previous creations. </li>
</ol>
<p>
Now let's see how humans often create things. I'm going to focus on music, since I'm an amateur musician/composer (there are links to some of my songs at the top of this blog on the right).</p><p>If you give a baby a tiny piano, it will usually bang out notes randomly and have a great time. This is because pure randomness is the initial strategy that babies have for creating pretty much anything. However, now and again it might play a particular sequence of notes, or play notes in a particular rhythm that creates a greater-than-usual pleasure. This pleasure might be internally generated (since humans do seem to prefer certain mathematical arrangements of pitch/timing), or externally generated (from a parent that claps their hands and smiles when the baby plays a lucky combination).</p><p>Regardless of where the positive feedback comes from, the baby's brain tries to figure out statistically what it did that caused the feedback. This is a basic algorithm built into the brain and doesn't require any conscious effort from the baby. As the baby continues to play random notes and get occasional positive feedback, certain patterns will be tried more often. For example, if the baby realizes that keeping a constant time between notes gets positive feedback, the baby will often use this rule when generating new music. </p><p>So what's happening here is that the baby starts off with just one strategy: try stuff randomly. As its creations are evaluated via internal and external feedback, it starts to add new strategies, such as "keep the time between notes the same" and "follow each note with the note right above it".</p><p>Each strategy is like a little agent, and is continuously trying to create music according to its own rules. The music that the baby plays is the outcome of all the individual strategies fighting between themselves to generate a particular set of notes.</p><p>As the baby learns more strategies related to sequences, chords and tempo, the "try stuff randomly" strategy loses the ability to influence the generation of random notes because of all the other strategies that generate better sequences. However, the "try stuff randomly" strategy is still useful to sequence other strategies. For example, it might pick the "follow each note with the note right above it" for 4 beats, then randomly pick "follow each note with the note right below it" for the next 4 beats. The combination of these two strategies might elicit a positive response, and a new strategy would be added that remembers the particular combination of lower-level strategies.</p><p>The brain thus starts with one strategy (randomness) and uses it to
bootstrap new strategies. Successful strategies are used more, and
unsuccessful strategies are used less.</p><p>As time goes on, the child creates more sophisticated strategies for creating increasingly complex music. A particularly interested child will spend many hours honing their creative skills, absorbing strategies from other artists as well as creating ones of their own. </p><p>The richness of music created by a musician is thus primarily the result of the richness of the strategies that they create. Indeed, some musicians accumulate so many great strategies that they can create great music with very little effort.</p><p>The very best artists are often the ones who have pushed the envelope by using new strategies not discovered by anyone else. The Beatles are a great example of this; their music was revolutionary back in the 1960s and there was nothing else like it (I am a huge Beatles fan).</p><p>Many strategies have been proven to be general and very useful for the creative process. One of the best general strategies is "challenge your assumptions". Many times the barrier to solving a problem is that you are making an assumption that is invalid. For example, when Einstein came up with the theory of relativity, everyone assumed that time was a constant throughout the Universe. Einstein challenged this assumption and was able to reformulate physics by adopting a different perspective </p><p>Now how does this all apply to digital intelligence? Well, I think that the process behind human creativity can be extracted as a set of algorithms that could be executed by a computer. These algorithms are not the strategies for, say, writing music, but the algorithms for <em>creating</em> strategies and letting them interact. My guess is that the algorithms are very simple, and could probably be written down in just a few pages of computer code. However, let them operate a trillion times a second and I think you'd see some serious creativity!</p><p>To summarize, I don't there's any magic behind creativity. Evolution has done a fantastic job but it took billions of years. Brains have a mechanism for creating strategies that guide the creative process, still harnessing randomness but directing it towards promising areas. People with the good strategies can create faster and deeper than people without such strategies, and people with a fantastic set of strategies are considered "geniuses". But it's still the same basic underlying concept, and it's a concept that can be used by a digital intelligence.</p><p>After I wrote this piece, I did some research on the web to see if anyone had used this approach for creating music by computer. And funnily enough, I stumbled across "<a href="http://www.imagination-engines.com/SON/sample.html" target="_blank">Songs of the Neurons</a>" which is music created by a "<a href="http://imagination-engines.com/cm.htm" target="_blank">Creativity Machine</a>". According to the site, the music was generated by some specially configured neural networks that embody the principles that I outlined above.</p><p>Here's a video that showcases the "Creativity Machine" capabilities with a sound track called "Crying in Vacuum" which is one of the "Songs of the Neurons". Part of me can't believe that the music was created by a computer - it just sounds too good!</p>

<embed allowfullscreen="true" allowscriptaccess="always" id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-4325536138958745673&amp;hl=en&amp;fs=true" style="width: 350px; height: 300px;" type="application/x-shockwave-flash" /></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/07/creativity.html</feedburner:origLink></entry>
    <entry>
        <title>EDU 2.0: Country Pages</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/WN2fpeW7nko/edu-20-country-pages.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/07/edu-20-country-pages.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341c997553ef011570db750a970c</id>
        <published>2009-07-06T20:46:33-07:00</published>
        <updated>2009-07-06T20:46:33-07:00</updated>
        <summary>The long-term vision for edu2.0 has always been a networked community of educators and students. The earliest adopters of our site were individual teachers, then schools, and now school districts. So the network is broadening as it grows. We just...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>The long-term vision for edu2.0 has always been a networked community of educators and students. The earliest adopters of our site were individual teachers, then schools, and now school districts. So the network is broadening as it grows.</p><p>We just released the first version of our "country home pages", which will be the focal point for edu2.0 for each particular country. The URL of each country home page is the country code + .edu20.org.</p><p>For example:</p><p>United States: <a href="http://us.edu20.org" target="_blank">http://us.edu20.org </a> <br />Philippines: <a href="http://ph.edu20.org" target="_blank">http://ph.edu20.org </a><br /> United Kingdom: <a href="http://uk.edu20.org" target="_blank">http://uk.edu20.org</a></p><p>Right now, each page is very simple and just shows the location of all the schools within that country that are using edu20.org. You can hover over a school to see its name or click on a school to see its home page. We have a lot of plans for country pages, but this is a good start.</p><p>Here's a screen shot of the country page for the United States:</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011571d04a6e970b-pi" style="display: inline;"><img alt="Picture 15" class="at-xid-6a00d8341c997553ef011571d04a6e970b" src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011571d04a6e970b-320wi" /></a> </p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/07/edu-20-country-pages.html</feedburner:origLink></entry>
    <entry>
        <title>EDU 2.0: Biggest month so far</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/8YynAuvBycQ/edu-20-biggest-month-so-far.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/07/edu-20-biggest-month-so-far.html" thr:count="1" thr:updated="2009-07-14T08:50:44-07:00" />
        <id>tag:typepad.com,2003:post-6a00d8341c997553ef011571a6071b970b</id>
        <published>2009-07-02T16:09:26-07:00</published>
        <updated>2009-07-02T16:09:26-07:00</updated>
        <summary>We added more than 6,000 new users to EDU 2.0 in the last month, which make it our biggest month so far. It's particularly encouraging because most schools are currently on vacation and so June and July are typically very...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>We added more than 6,000 new users to EDU 2.0 in the last month, which make it our biggest month so far. It's particularly encouraging because most schools are currently on vacation and so June and July are typically very slow for us. </p><p>Here's a chart of our growth, which shows us breaking the 56,000 mark a week ago:</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570b0e43c970c-pi" style="display: inline;"><img alt="Picture 7" class="at-xid-6a00d8341c997553ef011570b0e43c970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570b0e43c970c-320wi" /></a> </p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/07/edu-20-biggest-month-so-far.html</feedburner:origLink></entry>
    <entry>
        <title>EDU 2.0: three more color schemes</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/7naFNorlmiM/edu-20-three-more-color-schemes.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/07/edu-20-three-more-color-schemes.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341c997553ef0115719e6617970b</id>
        <published>2009-07-01T22:04:49-07:00</published>
        <updated>2009-07-01T22:04:49-07:00</updated>
        <summary>We just added three more color schemes to EDU 2.0, bringing the total number of "skins" to five. Here are some screenshots (click on an image to see the full-size version). "Green": "Magenta": "Grey":</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>We just added three more color schemes to EDU 2.0, bringing the total number of "skins" to five. Here are some screenshots (click on an image to see the full-size version).</p><p>"Green":</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115719e6456970b-pi" style="display: inline;"><img alt="Picture 9" class="at-xid-6a00d8341c997553ef0115719e6456970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115719e6456970b-320wi" /></a> </p><p>"Magenta":</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570a9448f970c-pi" style="display: inline;"><img alt="Picture 11" class="at-xid-6a00d8341c997553ef011570a9448f970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570a9448f970c-320wi" /></a> </p><p>"Grey":</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570a944f8970c-pi" style="display: inline;"><img alt="Picture 10" class="at-xid-6a00d8341c997553ef011570a944f8970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570a944f8970c-320wi" /></a></p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/07/edu-20-three-more-color-schemes.html</feedburner:origLink></entry>
    <entry>
        <title>Ellipse</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/fnZ02TLe_OQ/ellipse.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/07/ellipse.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341c997553ef011570a78fd4970c</id>
        <published>2009-07-01T18:13:57-07:00</published>
        <updated>2009-07-01T18:13:57-07:00</updated>
        <summary>I'm excited! The new Imogen Heap album "Ellipse" is due out on Aug 25th. Check out the trailer:</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>I'm excited! The new Imogen Heap album "Ellipse" is due out on Aug 25th. </p><p>Check out the trailer:</p><p><br />
<object height="300" width="350"><param name="movie" value="http://www.youtube.com/v/7dJ1VhXj9IM&amp;hl=en&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="300" src="http://www.youtube.com/v/7dJ1VhXj9IM&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" width="350" /></object></p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/07/ellipse.html</feedburner:origLink></entry>
    <entry>
        <title>Free Will, Part 6</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/3Nt1FpBRZYo/free-will-part-6.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/free-will-part-6.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d8341c997553ef011570846c12970c</id>
        <published>2009-06-28T01:12:43-07:00</published>
        <updated>2009-06-28T01:15:57-07:00</updated>
        <summary>In the last part of this series I said a deterministic brain would generate thoughts based on things like its previous thoughts, its environment, its genetics, and its memories. Practically speaking, though, it would remain unpredictable, even to itself, due...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>In the last part of this series I said a deterministic brain would generate thoughts based on things like its previous thoughts, its environment, its genetics, and its memories. Practically speaking, though, it would remain unpredictable, even to itself, due to things like chaos theory (which apply even in a completely deterministic Universe).</p><p>Since it's the inner workings of a deterministic brain that make decisions rather than an overwhelming force from the outside world, such a brain can be said to have Free Will.</p><p>Some people, however, prefer the idea of a mind that can have thoughts without a preceding chain of cause and effect.</p><p>I'm assuming for the sake of discussion that we're not talking about a brain that simply has some quantum non-determinism thrown in, because the effect of this on the brain's operation would probably not even approach the existing effects of chaos theory. So we're really talking about a brain that can generate complex thoughts without prior cause.</p><p>An extreme case of this would be a person who spontaneously comes up with the theory of relativity without any background in physics. Or a person who sketches out a design for a digital intelligence without any background in A.I. or cognitive science. To the best of my knowledge, no such event has ever been recorded. </p><p>Getting to the heart of the matter, my impression is that "Free Will purists" don't believe that a deterministic brain can be <em>creative</em>. While they accept that a deterministic brain can react in simple ways to events, they believe that something special and outside the laws of physics must be responsible for creativity. </p><p>So in the next part of this series I'll discuss the essence creativity and how a deterministic brain can be creative.</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570846c03970c-pi" style="display: inline;"><img alt="Brain" class="at-xid-6a00d8341c997553ef011570846c03970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570846c03970c-320wi" /></a></p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/free-will-part-6.html</feedburner:origLink></entry>
    <entry>
        <title>Free Will, Part 5</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/zfsiPsx08pY/free-will-part-5.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/free-will-part-5.html" thr:count="4" thr:updated="2009-06-28T01:27:32-07:00" />
        <id>tag:typepad.com,2003:post-6a00d8341c997553ef0115716d838d970b</id>
        <published>2009-06-27T02:20:09-07:00</published>
        <updated>2009-06-28T20:32:03-07:00</updated>
        <summary>In the last part of this series I stated that if the Universe is deterministic and thoughts are structures within the Universe, then it follows that our thoughts are a result of a chain of physical cause and effect. What...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>In the last part of this series I stated that if the Universe is deterministic and thoughts are structures within the
Universe, then it follows that our thoughts are a result of a chain of
physical cause and effect.</p><p>What are the consequences of this? </p><p>It means that your thoughts are the result of things in the past like:</p><p>- your previous thoughts<br />- your beliefs<br />- your childhood<br />- your genetics, since they influence your brain structure<br />- your environment<br />- the things that are going on around you<br />- how you exercise, since that influences your body chemistry<br />- what you eat</p><p>What impact does this have on the concept of free will? Well, it depends on which definition of free will you prefer. Here are some definitions from the web:</p><ul>
<li>the power of making free choices unconstrained by external agencies </li>
<li>the doctrine that we are able to choose our actions without being
caused to do so by external forces</li>
<li>the partial freedom of the agent, in acts of conscious choice, from the
determining compulsion of heredity, environment and circumstance</li>
</ul>
<p>The overriding theme of free will is being able to make choices that are not determined <em>purely</em> by <em>external</em> forces. As I mentioned above, the thoughts of a deterministic brain are heavily influenced by its previous thoughts. Indeed, the physical structure of a brain changes continuously as a result of its thought processes. So a large part of what goes into a thought generated at time T is <em>internal</em> to the brain at time T. So assuming that the word "external" in the definitions of free will I listed above means "external at the time of making a choice", then a deterministic brain has free will.</p><p>I get the impression that "free will purists" don't feel that we have <em>true</em> free will unless we can have thoughts that don't require a physical chain of events to cause them. This stance requires the word "external" to be interpreted in an extreme sense
to mean "external at any time during the existence of the brain".</p><p>While I understand the initial appeal of this desire, I think it's worth a closer examination. I'll discuss the consequences of thoughts-without-physical-cause in the next part of this series.</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115716d836a970b-pi" style="display: inline;"><img alt="Brain" class="at-xid-6a00d8341c997553ef0115716d836a970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115716d836a970b-320wi" /></a> </p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/free-will-part-5.html</feedburner:origLink></entry>
    <entry>
        <title>Free Will, Part 4</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/gjqU5pnYCDY/free-will-part-4.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/free-will-part-4.html" thr:count="5" thr:updated="2009-06-25T17:46:35-07:00" />
        <id>tag:typepad.com,2003:post-68477015</id>
        <published>2009-06-25T03:16:46-07:00</published>
        <updated>2009-06-25T05:13:25-07:00</updated>
        <summary>In the last part of this series I pointed out that even if the Universe is deterministic, it cannot be predicted to any degree of accuracy. The future is therefore mostly opaque to us, regardless of how much insight or...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>In the last part of this series I pointed out that even if the Universe is deterministic, it cannot be predicted to any degree of accuracy. The future is therefore mostly opaque to us, regardless of how much insight or computer power we have available to us.</p><p>Now let's consider the nature of brains and indeed all other things that are part of the Universe.</p><p>According to the Big Bang theory, the initial Universe was an incredibly hot soup of particles. This soup cooled down enough in the first few minutes to allow protons and neutrons to form via a process of fusion. This process stopped after about 17 minutes and then it took another 250,000 years before atoms started to form.</p><p>The force of gravity gradually pulled the atoms into clumps which formed quasars after about 150 million years. A billion years later, stars also started to form. Our own solar system was formed about 8 billion years ago.</p><p>There is nothing about this story of the Universe that is incompatible with determinism. The state of each particle, neutron, atom, molecule, rock, planet and star could be the result of an extremely long and complex chain of events.</p><p>As time marched on, more complex structures evolved such as replicating molecules, RNA, DNA, cells, plants, insects, and animals. Even thoughts are structures. And just like atoms and molecules, each could be the result of a chain of events. Complex structures have a much richer set of behaviors but they're still ultimately made of the same stuff.</p><p>If the Universe is deterministic and thoughts are structures within the Universe, then it follows that our thoughts are a result of a chain of cause and effect. In the next part of this series I'll consider the consequences of this observation.</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01157156747d970b-pi" style="display: inline;"><img alt="6a00d8341c997553ef0105367d64bc970b-320wi" class="at-xid-6a00d8341c997553ef01157156747d970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01157156747d970b-320wi" /></a> </p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/free-will-part-4.html</feedburner:origLink></entry>
    <entry>
        <title>School Districts</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/KjZPWYuLISw/school-districts.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/school-districts.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-68473267</id>
        <published>2009-06-24T23:12:22-07:00</published>
        <updated>2009-06-24T23:12:22-07:00</updated>
        <summary>Now that edu 2.0 has nice support for individual schools, we decided to add support for school districts. A school district is essentially a network of schools, and we're going to add a ton of related features such as resource...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Now that <a href="http://www.edu20.org" target="_blank">edu 2.0</a> has nice support for individual schools, we decided to add support for school districts. A school district is essentially a network of schools, and we're going to add a ton of related features such as resource sharing within a district, district-wide groups, messaging, etc.</p><p>Here are a couple of screen shots that show the early version of support for districts. Note the new 'District' tab next to the 'School' tab.</p><p>Here's the "Wizard's" district:</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01157155d348970b-pi" style="display: inline;"><img alt="Picture 3" class="at-xid-6a00d8341c997553ef01157155d348970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01157155d348970b-320wi" /></a> </p><p>Two schools have joined the district so far:</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01157155d368970b-pi" style="display: inline;"><img alt="Picture 4" class="at-xid-6a00d8341c997553ef01157155d368970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01157155d368970b-320wi" /></a></p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/school-districts.html</feedburner:origLink></entry>
    <entry>
        <title>Free Will, Part 3</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/DkWszINQfBE/free-will-part-3.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/free-will-part-3.html" thr:count="3" thr:updated="2009-06-24T14:33:36-07:00" />
        <id>tag:typepad.com,2003:post-68436945</id>
        <published>2009-06-24T02:32:06-07:00</published>
        <updated>2009-06-24T02:35:26-07:00</updated>
        <summary>In this part of the series I examine whether determinism implies predictability. In simple deterministic systems, like a ball moving through a vacuum, you could measure the ball with a laser and calculate its future position. You would have to...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>In this part of the series I examine whether determinism implies predictability. </p><p>In simple deterministic systems, like a ball moving through a vacuum, you could measure the ball with a laser and calculate its future position. You would have to be careful, however, to take the force of the laser measuring device into account! This illustrates a more general problem; if you want to predict a system, the act of observation changes the system which in turn must be factored into your predictions.</p><p>In fact, it's even worse that this. <a href="http://en.wikipedia.org/wiki/Uncertainty_principle" target="_blank">Heisenberg's uncertainty principle</a> states that it's theoretically <em>impossible</em> to know the exact position and velocity of a particle at the same time. The more precisely you know one of these values, the less precisely you can know the other.</p><p>But wait, it gets even worse! <a href="http://en.wikipedia.org/wiki/Chaos_theory" target="_blank">Chaos Theory</a> shows that tiny perturbations in a large dynamic system can trigger a cascade of events that leads to a large system-wide change. The <a href="http://en.wikipedia.org/wiki/Butterfly_effect" target="_blank">Butterfly Effect</a> movie did a good job of illustrating this. One extreme example of this would be: how different would the world have been if a random cosmic ray had fried the navigation system in Hitler's plane and it had crashed before he started World War II? Even without Heisenberg's uncertainly principle, chaos theory makes large dynamic systems virtually impossible to predict.</p><p>So even if the Universe is deterministic, the combination of Heisenberg's uncertainty principle and chaos theory make it theoretically <em>impossible</em> to predict exactly how things will unfold. I will use this fact when analyzing the rest of the question related to Free Will.</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115714fe32b970b-pi" style="display: inline;"><img alt="6a00d8341c997553ef0105367d64bc970b-320wi" class="at-xid-6a00d8341c997553ef0115714fe32b970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115714fe32b970b-320wi" /></a></p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/free-will-part-3.html</feedburner:origLink></entry>
    <entry>
        <title>Free Will, Part 2</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/xR0l9uuFrAE/free-will-part-2.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/free-will-part-2.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-68436541</id>
        <published>2009-06-24T02:05:21-07:00</published>
        <updated>2009-06-24T02:08:46-07:00</updated>
        <summary>In part 2 of this series, I address the question "Is the Universe Deterministic?". If everything in the Universe interacted according to classical Newtonian mechanics, then the answer would be "Yes". The Universe would basically act like a vast pinball...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>In part 2 of this series, I address the question "Is the Universe Deterministic?".</p><p>If everything in the Universe interacted according to classical Newtonian mechanics, then the answer would be "Yes". The Universe would basically act like a vast pinball machine, and the positions and velocities of every particle at time T+1 would be based on the positions and velocities of the particles at time T.</p><p>However, <a href="http://en.wikipedia.org/wiki/Quantum_mechanics" target="_blank">quantum mechanics</a> introduces some randomness into the system whereby positions and velocities can only be expressed as probabilities. A straightforward interpretation of quantum mechanics implies that the Universe unfolds probabilistically and is not a pinball machine, making the answer to our question "No".</p><p>Some scientists believe, however, that even quantum mechanics is deterministic and there are <a href="http://en.wikipedia.org/wiki/Hidden_variable_theory" target="_blank">non-local hidden variables</a> behinds the scenes that would make the Universe deterministic again.</p><p>So the answer to "Is the Universe deterministic?" is currently "Maybe".</p><p>In the next part of this series I'll examine whether the answer to this question even matters when discussing Free Will.</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115714fdc9b970b-pi" style="display: inline;"><img alt="6a00d8341c997553ef0105367d64bc970b-320wi" class="at-xid-6a00d8341c997553ef0115714fdc9b970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115714fdc9b970b-320wi" /></a></p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/free-will-part-2.html</feedburner:origLink></entry>
    <entry>
        <title>Free Will, Part 1</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/EoSLc6KzdVA/free-will-part-1.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/free-will-part-1.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-68436365</id>
        <published>2009-06-24T01:52:11-07:00</published>
        <updated>2009-06-24T01:52:11-07:00</updated>
        <summary>A common philosophical question is "Do we have free will?" This question is often asked in the context of discussions about determinism, which is the concept that every event is a direct consequence of events that preceded it. The line...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>A common philosophical question is "Do we have free will?" This question is often asked in the context of discussions about <a href="http://en.wikipedia.org/wiki/Determinism" target="_blank">determinism</a>, which is the concept that every event is a direct consequence of events that preceded it.</p><p>The line of questioning is usually "If the Universe is deterministic and we know the initial conditions at the time of the Big Bang, then everything after that is mathematically predetermined. If this is the case, then there's nothing we can do to change the future and our concept of free will is just an illusion".</p><p>The rest of this series will systematically analyze this line of reasoning, starting with the question "Is the Universe deterministic?"</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115714fd8af970b-pi" style="display: inline;"><img alt="6a00d8341c997553ef0105367d64bc970b-320wi" class="at-xid-6a00d8341c997553ef0115714fd8af970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115714fd8af970b-320wi" /></a></p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/free-will-part-1.html</feedburner:origLink></entry>
    <entry>
        <title>New Styles for EDU 2.0</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/iDTv0Cy2Mck/new-styles-for-edu-20.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/new-styles-for-edu-20.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-68353723</id>
        <published>2009-06-22T01:43:07-07:00</published>
        <updated>2009-06-22T01:45:15-07:00</updated>
        <summary>We've started to release some new "professional" styles for "edu2.0 for school" in preparation for the launch of "edu2.0 for business". The first style is "Turquoise", and here are a couple of screen shots. We'll be releasing three more styles...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>We've started to release some new "professional" styles for "edu2.0 for school" in preparation for the launch of "edu2.0 for business". The first style is "Turquoise", and here are a couple of screen shots. We'll be releasing three more styles over the next week or so.</p><p>School home page:</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115713deb56970b-pi" style="display: inline;"><img alt="Picture 3" class="at-xid-6a00d8341c997553ef0115713deb56970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115713deb56970b-320wi" title="Picture 3" /></a> </p><p>User home page:</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115713dec9d970b-pi" style="display: inline;"><img alt="Picture 4" class="at-xid-6a00d8341c997553ef0115713dec9d970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115713dec9d970b-320wi" /></a> </p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/new-styles-for-edu-20.html</feedburner:origLink></entry>
    <entry>
        <title>Emotions</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/1S08EQVP5_g/emotions.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/emotions.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-68274513</id>
        <published>2009-06-19T02:16:47-07:00</published>
        <updated>2009-06-19T02:34:21-07:00</updated>
        <summary>Many people believe that emotions are mysterious things that will prevent us from ever creating a Digital Intelligence. I believe that emotions in fact easier to understand that most other facets of a mind and will be a basic part...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Many people believe that emotions are mysterious things that will prevent us from ever creating a Digital Intelligence. I believe that emotions in fact easier to understand that most other facets of a mind and will be a basic part of any intelligence that we build.

</p><p>Here's why.
</p><p>We feel emotions under certain conditions. For the purposes of this posting I'll focus on three emotions - surprise, frustration, and success. For example, we experience surprise when something unusual happens that we did not predict. Similarly, we experience frustration when we're having difficultly achieving a goal, and experience success when we accomplish a goal. </p><p>The question is: how do emotions help us?</p><p>Let's take the case of surprise. When something unexpected occurs, we don't know exactly why it happened. So in order to improve our chances of figuring out the underlying cause, it's important that we remember all the things that were happening around the time of the surprise so our mind can use this information when deducing the possible reasons. Assuming that our mind is constantly generating predictions and comparing them against observed events, it's easy to imagine our brain circuitry generating a localized "surprise" signal when a prediction doesn't match. This signal propagates quickly from the point of detection to areas throughout the brain. When an area receives a "surprise" signal, it will usually remember events especially well during that window of time to help the brain deduce the reason for the surprise. In addition, some areas of the brain respond to the signal by using face/body language to convey our state of surprise to the outside world. This has the benefit of harnessing others to also try and figure out the reason for the surprise. For example, if a Mother notices that her child is experiencing surprise, she will often try and figure out what the child is surprised by and then teach the child the reason for the particular event.</p><p>So in the case of surprise, the reason for the emotion is to harness the rest of the brain to try and figure out the reason for the surprise, as well as other people in the vicinity who might be able to help.</p><p>Now let's take the case of frustration. Once again, assuming that our minds have circuitry to detect the progress of a particular goal, it's easy to imagine the circuitry generating a "frustration" signal when a goal is taking too long. Like surprise, frustration propagates from the point of detection to areas throughout the brain. When an area of the brain receives a "frustration" signal, it might be able to come to the aid of the frustrated area and help solve the goal. In addition, if someone nearby notices that a person is frustrated, then will often come to help that person achieve the goal. For example, if a Father notices that his child is frustrated because he can't put his shoes on, he will often help the child to achieve that goal.</p><p>Once again, in the case of frustration the reason for the emotion is to harness the rest of the brain and any surrounding people to help achieve the goal that is taking too long.</p><p>Finally, let's take the case of success. When you achieve a goal, especially a difficult one, you experience success. The "success" signal is generated when the brain circuitry satisfies a goal. The signal propagates from the point of detection to many areas of the brain and rewards the areas that helped to achieve the goal. In addition, the expression of joy on your face causes a similar signal to be triggered in other people (if any) who were helping you to accomplish the goal, thereby also rewarding them. </p><p>Notice that in all three cases the emotional "signal" was initially triggered by brain circuitry that is specially designed to detect a particular internal state. The signal propagates throughout the brain and then continues to propagate to nearby people via face/body language. The signal causes areas within the brain to address the cause of the signal as well as engaging other minds in the vicinity.</p><p>I've left out a fair amount of detail in the preceding paragraphs, but I hope that I've made one point clear; emotions are vital for organizing the activity of a brain (and surrounding brains) to deal with a particular event. Indeed, it's hard to imagine a mind that doesn't use this approach.</p><p>Now that I've outlined the high-level reason for emotions, it's worthwhile pointing out that most people ultimately agree that they're useful. The thing that people have a particularly hard time with is why a particular emotion <em>feels</em> the way it does. In other words, why does frustration <em>feel</em> bad and why does success <em>feel</em> good? And similarly, even if a digital intelligence could generate a signal that represents frustration, how could it ever <em>feel</em> frustrated?</p><p>The last question is equivalent to the question "could a digital intelligence ever experience the color red?", and it sometimes called "<a href="http://en.wikipedia.org/wiki/Hard_problem_of_consciousness" target="_blank">the hard problem</a>". I like to separate the practical role that emotion plays (which "mind engineers" could implement as described above) from more philosophical "hard problem" because it's useful to break problems down into smaller pieces and then solve each one. </p><p>I will address (and try to solve) "the hard problem" later in this series.</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115712d4642970b-pi" style="display: inline;"><img alt="Brain" class="at-xid-6a00d8341c997553ef0115712d4642970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115712d4642970b-320wi" /></a> </p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/emotions.html</feedburner:origLink></entry>
    <entry>
        <title>My LASIK Experience</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/d66-VkMaPCA/my-lasik-experience.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/my-lasik-experience.html" thr:count="1" thr:updated="2009-06-22T11:52:36-07:00" />
        <id>tag:typepad.com,2003:post-68229611</id>
        <published>2009-06-17T21:33:07-07:00</published>
        <updated>2009-06-17T21:40:42-07:00</updated>
        <summary>A few weeks ago I decided to research LASIK eye surgery. I was recommended the Pacific Vision Institute by my ophthalmologist because they have a great reputation and use the latest technology. I had a free consultation with them and...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>A few weeks ago I decided to research LASIK eye surgery. I was recommended the <a href="http://www.pacificvision.org/" target="_blank">Pacific Vision Institute</a> by my ophthalmologist because they have a great reputation and use the latest technology. I had a free consultation with them and decided to go ahead and book the operation. </p><p>For the next 5 days I wore my glasses instead of contact lenses, had a screening to make sure my eyes were good candidates, and kept my eyes well lubricated. Everything went well and so I had the LASIK surgery today at noon.</p><p>Here's what it was like.</p><p>First of all, they give you a mild sedative to calm your nerves. I was fairly relaxed already, but it definitely helped. Then they dab your eyes with an anesthetic and give it a few minutes to work. Then they move you to the first machine, which uses a laser to cut a circular flap in your cornea that will be pulled back to let the second machine do the main work.</p><p>The doctor (Dr. Faktorovich) has a great bedside manner and explained everything that she was about to do. She put a ring into my eye that prevented it from closing and then cleaned and lubricated the eye. Finally, she lowered the machine over the eye until it was bound to the eye (perhaps via some kind of connector; I couldn't see that much). They told me to look at the light and then the laser started to cut the flap. </p><p>At that point, your eye goes dark and you can see lots of pretty colored dots. I thought they might be caused by the laser, but apparently it's due to the pressure of the machine against the eye. There was no pain or discomfort during this process, and it took about 10-20 seconds per eye. At this point, each eye had a corneal flap that was ready to be lifted.</p><p>A nurse then guided me from the first machine to the second, and I was able to look out of my eyes. The world was very blurry because both of my corneas had been cut with the laser. Trippy but no pain at all.</p><p>I laid down onto the second machine and the doctor worked on the right eye, then the left. For each eye, she cleaned it, then put the ring back in to keep the eye open, lifted the corneal flap made by the first machine, then lowered the second machine and told me to look at the green laser patch in the center of my visual field. The lasers didn't look like dots, they looked like the kinds of lasers you'd see in a light show - a green light show in the center of my vision and red light shows all around the edges. </p><p>Once things were aligned, the main lasers were activated and it took about 30 seconds per eye for them to resuface the cornea. Apparently each eye receives thousands of tiny laser adjustments, which is necessary to get rid of the various imperfections on the surface of the cornea. You can smell a little burning during this phase; it's a bit like the smell when they drill a tooth in the dentist office. But as usual, no pain or discomfort. One the main laser finished its job on a particular eye, the doctor lowered the flap and cleaned the eye.</p><p>It took about 20 minutes for the second machine to do its job, and then I had some transparent "eye shields" taped over my eyes to prevent accidental scratching or rubbing. It's important not to dislodge the corneal flaps during the first few days, since they are busy healing.</p><p>The entire process took about 2 hours, and I drove home in a cab. When I already look out of my eyes the world looked fairly clear but with a fine mist around everything - a bit like your vision if you go swimming with your eyes open in a swimming pool with chlorine. I went to bed and kept my eyes closed as they recommended. I've been sleeping most of the day and will go to sleep again after I eat dinner.</p><p>I can see my vision already getting better. I had a coffee on my terrace and watched the sun go down, and the sunset was fairly clear. Apparently the mist takes just a couple of days to go away, but it can take 1-3 months to experience the final result.</p><p>So far, everything seems to be going well. I have a follow-up appointment tomorrow, then another in a week, then a month, just to make sure it continues to go well.</p><p><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115702f4067970c-pi" style="display: inline;"><img alt="How-does-custom-lasik-diagnose-the-eyes" class="at-xid-6a00d8341c997553ef0115702f4067970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef0115702f4067970c-320wi" /></a> </p></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/my-lasik-experience.html</feedburner:origLink></entry>
    <entry>
        <title>Dog Drinking in Slo-Mo</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/HkJeDQQb_I8/dog-drinking-in-slomo.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/dog-drinking-in-slomo.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-68062181</id>
        <published>2009-06-13T01:08:29-07:00</published>
        <updated>2009-06-13T01:09:30-07:00</updated>
        <summary>I thought this was interesting; the dog's tongue goes the other way than was I was expecting.</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="html" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;
 I thought this was interesting; the dog's tongue goes the other way than was I was expecting.
&lt;/p&gt;
&lt;p&gt;&lt;object height="300" width="350"&gt;&lt;param name="movie" value="http://www.youtube.com/v/63Ch2pNkZwU&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" src="http://www.youtube.com/v/63Ch2pNkZwU&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" height="300" width="350"&gt;&lt;/object&gt;&lt;/p&gt;&lt;/div&gt;
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/dog-drinking-in-slomo.html</feedburner:origLink></entry>
    <entry>
        <title>Conscious vs. Subconscious</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/jF9vfBgBIkI/conscious-vs-subconscious.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/conscious-vs-subconscious.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-68010641</id>
        <published>2009-06-11T20:26:46-07:00</published>
        <updated>2009-06-12T02:38:36-07:00</updated>
        <summary>I often read articles that talk about the "conscious mind" vs. the "subconscious mind", as if they were two different areas of the brain and/or two different modes of thought. However, now that I've posted a metaphor for consciousness (the...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>I often read articles that talk about the "conscious mind" vs. the "subconscious mind", as if they were two different areas of the brain and/or two different modes of thought. However, now that I've posted a metaphor for consciousness (the Conga dance metaphor), I can describe how I view the two terms.</p><p>As I mentioned previously, I believe that we become conscious of a thought as it gains in momentum. In the dance metaphor, the dance club becomes more conscious of the Conga as its gains more influence and as more people join it. So there isn't a "conscious mind", there are just growing structures that we become more conscious of. Similarly, there isn't a "subconscious mind", there are just structures that haven't grown powerful enough for us to become conscious of them.</p><div>To summarize, I think that ideas/thoughts/structures are reacting all the time in our mind, and some grow to the point that we become conscious of them. All the other reactions that haven't reached that point yet would be termed "subconscious".</div><br /><div><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570051e5d970c-pi" style="display: inline;"><img alt="Brain" class="at-xid-6a00d8341c997553ef011570051e5d970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570051e5d970c-320wi" /></a> <br /></div></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/conscious-vs-subconscious.html</feedburner:origLink></entry>
    <entry>
        <title>Metaphors for Consciousness</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/3fsMujmcGOY/metaphors-for-consciousness.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/metaphors-for-consciousness.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-67971693</id>
        <published>2009-06-10T22:26:03-07:00</published>
        <updated>2009-06-10T22:35:13-07:00</updated>
        <summary>Consciousness is one of those subjects that is difficult to talk about. So I'm always trying to find metaphors that can help me to explain my perspective on this complex subject. One metaphor I came up with recently involves a...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>Consciousness is one of those subjects that is difficult to talk about. So I'm always trying to find metaphors that can help me to explain my perspective on this complex subject.</p><div>One metaphor I came up with recently involves a dance club filled with people and a DJ. When the club first opens up, the people are milling around and there is very little dancing. As time passes, people start to dance and move from partner to partner as they try to find a little spark. Then, out of the blue, a couple of people start doing the <a href="http://en.wikipedia.org/wiki/Conga_Line" target="_blank">Conga</a> (a dance where people form into a long line). People around them cheer them on and some of them join the Conga. The line gradually grows longer, from 2 to 10 to 50 people. As the line grows longer, even the DJ notices and starts to play some suitable Latin music. When a hundred people have joined the Conga, the DJ says "Hey everyone, check out the Conga line!" Finally, the music stops, the people disperse, and the Conga line disappears.</div><br /><div>In this metaphor, the dance club is a "mind" and the people are the "active structures". The people are forming and breaking bonds, and the Conga is a structure that grows from the bonding of many people. The "mind" gradually becomes conscious of the "Conga" and starts to influence more structures around it (i.e. other people start to join the Conga line). The DJ is the "language subsystem" that translates the active structure (the Conga) to a verbal representation ("Hey everyone, check out the Conga line!"). Note that the comment by the DJ is a <span style="font-style: italic;">consequence</span> of the mind becoming conscious of the Conga, not the <span style="font-style: italic;">cause</span> of consciousness. After the music stops, the bond between the structures breaks and the Conga line goes away. The "mind" is no longer conscious of the Conga.</div><br /><div>I'll continue to blog metaphors for stuff like consciousness, because they are very useful for thinking about and discussing such a complex topic.</div><br /><div><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01156ffeac52970c-pi" style="display: inline;"><img alt="Brain" class="at-xid-6a00d8341c997553ef01156ffeac52970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01156ffeac52970c-320wi" /></a> <br /></div><br /><br /><br /></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/metaphors-for-consciousness.html</feedburner:origLink></entry>
    <entry>
        <title>EDU 2.0 for Business</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/t1p_uNMJxIs/edu-20-for-business.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/edu-20-for-business.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-67888187</id>
        <published>2009-06-09T04:27:30-07:00</published>
        <updated>2009-06-09T04:30:03-07:00</updated>
        <summary>The "edu 2.0 for school" site has matured enough now that it's time to finally start working on the "edu 2.0 for business" version. This version will charge a monthly subscription fee and target businesses that want to provide online...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>The "edu 2.0 for school" site has matured enough now that it's time to finally start working on the "edu 2.0 for business" version. This version will charge a monthly subscription fee and target businesses that want to provide online training to their employees/customers.</p><div>We're going to maintain a single code base that works for both the "school" and "business" versions, with conditional logic when required. My hope is that the conditional logic will be less than 0.01% of the code base.</div><br /><div>The first step is simple culling of unneeded tabs and substitution of phrases. For example, "School" becomes "Business" and "teacher" becomes "instructor". In addition, we're about to release four new styles that are more "corporate" so it's easy for the users of the "school" and "business" versions of our system to choose something appropriate to their audience.</div><br /><div>Here's a translated version of the home page that uses the default "school" style but adopts the new "business" nomenclature:</div><br /><div><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01156feeac8a970c-pi" style="display: inline;"><img alt="Picture 13" class="at-xid-6a00d8341c997553ef01156feeac8a970c " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef01156feeac8a970c-320wi" /></a> <br /></div></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/edu-20-for-business.html</feedburner:origLink></entry>
    <entry>
        <title>Consciousness</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/graham_glass/main/~3/7gljfAetKVI/consciousness.html" />
        <link rel="replies" type="text/html" href="http://grahamglass.blogs.com/main/2009/06/consciousness.html" thr:count="2" thr:updated="2009-06-09T16:06:36-07:00" />
        <id>tag:typepad.com,2003:post-67809259</id>
        <published>2009-06-07T21:16:18-07:00</published>
        <updated>2009-06-07T21:22:18-07:00</updated>
        <summary>I visualize a mind as being a pool of active structures that are continually reacting with each other. For example, when you look at a face, your eyes pour a stream of tiny active structures that represent the smallest details...</summary>
        <author>
            <name>Graham Glass</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://grahamglass.blogs.com/main/">
<div xmlns="http://www.w3.org/1999/xhtml"><p>I visualize a mind as being a pool of active structures that are continually reacting with each other. </p><div>For example, when you look at a face, your eyes pour a stream of tiny active structures that represent the smallest details of the visual scene into your mind. These structures partake in reactions that gradually clump various features together into higher and higher forms of structure, remaining active all the time. As parts of the face are recognized, the structure grows and includes portions that represent the mouth, the eyes, and nose, and so on. Finally, additional layers of structure that denote a face become involved in the 'reaction', which in turn start to react with structures related to the person whose face it is.</div><br /><div>I visualize this process as if there was originally thousands of tiny distinct dots in a pool that gradually start to snap together and form a little pattern, which then combine with other little patterns to form an increasingly  complex structure floating in the pool. It's like watching a jigsaw puzzle assemble itself!</div><br /><div>Which brings me to the notion of consciousness. </div><br /><div>The most common definition of consciousness is related to awareness. People will tend to say that they're conscious of something when they're aware of it. This can be applied to perception, such as simply viewing a beautiful sunset, or a higher-level thought such as "that was a great movie". Philosophers sometimes refer to these two categories of consciousness as "Phenomenal consciousness" and "Access consciousness", respectively.</div><br /><div>My own understanding of consciousness is influenced by how I visualize the lowest-level workings of a mind. Specifically, I think that a mind's consciousness of something is proportionate to the richness of the active structures that are currently assembled for that thing.</div><br /><div>For example, consider the example I gave related to seeing a face. When the input is first received, there are thousands of tiny active structures that are floating separately. Then after a short while, they start to clump together into larger structures which in turn form larger clumps. As the structure grows, we become more conscious of what it represents. </div><br /><div>There's a threshold at which a structure becomes large enough that it is translated into other forms for communication purposes (I discussed this in my last few posts). So the structure that represents an attractive face might be translated into the English sentence "that's a beautiful face" that we would then hear in our head. Note however that hearing the thought is a <span style="font-style: italic;">consequence</span> of us being conscious of the face, not the <span style="font-style: italic;">cause</span>.</div><br /><div>The translated form feeds back into our sensory input machinery which in turn can cause additional growth in the original structure. In other words, generating translated forms of a structure can create a positive feedback loop that cause more of a mind's resources to be associated with the structure that triggered the translated form in the first place.</div><br /><div>When we communicate a translated form of a structure to the outside world by, say, speaking about it, those around us might then start thinking about the same thing and a similar structure starts to form in their own minds. They in turn can speak the results of their thinking which can feed back into our own mind. Communication of translated thoughts to the outside world can therefore have the effect of bringing ever-expanding numbers of minds to bear upon a particular concept.</div><br /><div>To summarize: I think that our consciousness of a particular thing is proportionate to the size and complexity of the active structure(s) that currently represent it. Consciousness is thus a sliding scale. Structures can grow and shrink in milliseconds, so what we are conscious of can change very quickly. The things we are most conscious of are often translated into phrases that we hear in our heads, but I want to emphasize again that we hear the thoughts <span style="font-style: italic;">because</span> we have become conscious of them, not the other way around.</div><br /><div>Coming up next: emotions.</div><br /><div><a href="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570d3ed2e970b-pi" style="display: inline;"><img alt="6a00d8341c997553ef0105367d64bc970b-320wi" class="at-xid-6a00d8341c997553ef011570d3ed2e970b " src="http://grahamglass.blogs.com/.a/6a00d8341c997553ef011570d3ed2e970b-320wi" /></a> <br /></div></div>
</content>


    <feedburner:origLink>http://grahamglass.blogs.com/main/2009/06/consciousness.html</feedburner:origLink></entry>
 
</feed><!-- ph=1 --><!-- nhm:dynamic-ssi -->
