<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>naming &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/naming/</link>
	<description>Feed of posts on WordPress.com tagged "naming"</description>
	<pubDate>Sun, 27 Dec 2009 10:15:53 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Groupings, Shopping Lists, Vectors: part 7]]></title>
<link>http://unlearningmath.com/2009/12/23/groupings-shopping-lists-vectors-part-7/</link>
<pubDate>Wed, 23 Dec 2009 11:17:57 +0000</pubDate>
<dc:creator>Bert Speelpenning</dc:creator>
<guid>http://unlearningmath.com/2009/12/23/groupings-shopping-lists-vectors-part-7/</guid>
<description><![CDATA[In part 6 of this series, I introduced an operation called inner product between two vectors, as a w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In <a href="http://unlearningmath.com/2009/12/20/groupings-shopping-lists-vectors-part-6/">part 6</a> of this series, I introduced an operation called<em> inner product</em> between two vectors, as a way to find the total price of an order using a price list.  In this post, I want to give a bunch of other examples where the same pattern shows up.</p>
<p>But before I do so, I want to &#8216;fess up&#8217; to something.  It&#8217;s the kind of thing that irritates me when I see others do it.  I did something that didn&#8217;t make any particular sense in the context in which I used it &#8211; it only makes sense in a future setting, in this case a setting that is several posts away.  We do this in math class all the time: we put the motivation into the future &#8220;some day this will all make sense.  You need this because of the 9th grade test, or because of graduate school.&#8221;  Instead, I think it is really important that the math makes sense now, always now, not in the future.<br />
Truth is that my displaying the vector inner product using one horizontal vector and one vertical vector was not something that was particularly appropriate in the problem setting that I used.  It may have gotten in the way somewhat.  So let me correct that here and use a representation that is appropriate to the situation at hand.</p>
<p>Instead of this representation:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="43" valign="top"></td>
<td width="138" valign="top">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" valign="top">cheeseburger</td>
<td width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">chickenburger</td>
<td width="43" valign="top">$1.80</td>
</tr>
<tr>
<td width="100" valign="top">coke</td>
<td width="43" valign="top">$1.20</td>
</tr>
<tr>
<td width="100" valign="top">diet coke</td>
<td width="43" valign="top">$1.20</td>
</tr>
<tr>
<td width="100" valign="top">fries</td>
<td width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">hamburger</td>
<td width="43" valign="top">$1.40</td>
</tr>
<tr>
<td width="100" valign="top">ice cream treat</td>
<td width="43" valign="top">$1.90</td>
</tr>
<tr>
<td width="100" valign="top">kid meal</td>
<td width="43" valign="top">$3.00</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="43" valign="top">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="43" valign="top">coke</td>
<td width="70" valign="top">cheeseburger</td>
<td width="70" valign="top">hamburger</td>
<td width="45" valign="top">fries</td>
</tr>
<tr>
<td valign="top">3</td>
<td valign="top">1</td>
<td valign="top">5</td>
<td valign="top">2</td>
</tr>
</tbody>
</table>
</td>
<td width="138" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" valign="top"></td>
<td width="43" valign="top">$</td>
</tr>
<tr>
<td valign="top"></td>
<td valign="top">$15.10</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>it would be more natural to use a representation like this (which more closely matches many order forms you may see):</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" valign="top"><span style="color:#0000ff;">Item</span></td>
<td width="43" valign="top"><span style="color:#0000ff;">Price</span></td>
<td style="text-align:center;" width="20" valign="top"><span style="color:#0000ff;">×</span></td>
<td style="text-align:center;" width="45" valign="top"><span style="color:#0000ff;">Order</span></td>
<td style="text-align:center;" width="20" valign="top"><span style="color:#0000ff;">=</span></td>
<td width="43" valign="top"><span style="color:#0000ff;">Amount</span></td>
</tr>
<tr>
<td width="100" valign="top">cheeseburger</td>
<td width="43" valign="top">$1.50</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">1</td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">chickenburger</td>
<td width="43" valign="top">$1.80</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top"></td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td width="43" valign="top"></td>
</tr>
<tr>
<td width="100" valign="top">coke</td>
<td width="43" valign="top">$1.20</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">3</td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$3.60</td>
</tr>
<tr>
<td width="100" valign="top">diet coke</td>
<td width="43" valign="top">$1.20</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top"></td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td width="43" valign="top"></td>
</tr>
<tr>
<td width="100" valign="top">fries</td>
<td width="43" valign="top">$1.50</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">2</td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$3.00</td>
</tr>
<tr>
<td width="100" valign="top">hamburger</td>
<td width="43" valign="top">$1.40</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">5</td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$7.00</td>
</tr>
<tr>
<td width="100" valign="top">ice cream treat</td>
<td width="43" valign="top">$1.90</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top"></td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td width="43" valign="top"></td>
</tr>
<tr>
<td width="100" valign="top">kid meal</td>
<td width="43" valign="top">$3.00</td>
<td style="text-align:center;" width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top"></td>
<td style="text-align:center;" width="20" valign="top">=</td>
<td width="43" valign="top"></td>
</tr>
<tr>
<td width="100" valign="top"></td>
<td width="43" valign="top"></td>
<td style="text-align:center;" width="20" valign="top"></td>
<td style="text-align:center;" width="45" valign="top"><span style="color:#993300;">Total</span></td>
<td style="text-align:center;" width="20" valign="top"><span style="color:#993300;">=</span></td>
<td style="text-align:right;" width="43" valign="top"><span style="color:#993300;">$15.10</span></td>
</tr>
</tbody>
</table>
<p>This representation matches more clearly how most of us would think about an order being priced.  The two starting vectors(the order vector and the price vector) can be seen in this arrangement, though they are a bit indistinct.  If you&#8217;d feel better if the blank entries are replaced by zeros, you are welcome to do it that way:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" valign="top"><span style="color:#0000ff;">Item</span></td>
<td width="43" valign="top"><span style="color:#0000ff;">Price</span></td>
<td width="20" valign="top"><span style="color:#0000ff;">×</span></td>
<td style="text-align:center;" width="45" valign="top"><span style="color:#0000ff;">Order</span></td>
<td width="20" valign="top"><span style="color:#0000ff;">=</span></td>
<td width="43" valign="top"><span style="color:#0000ff;">Amount</span></td>
</tr>
<tr>
<td width="100" valign="top">cheeseburger</td>
<td width="43" valign="top">$1.50</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">1</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">chickenburger</td>
<td width="43" valign="top">$1.80</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">0</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$0.00</td>
</tr>
<tr>
<td width="100" valign="top">coke</td>
<td width="43" valign="top">$1.20</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">3</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$3.60</td>
</tr>
<tr>
<td width="100" valign="top">diet coke</td>
<td width="43" valign="top">$1.20</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">0</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$0.00</td>
</tr>
<tr>
<td width="100" valign="top">fries</td>
<td width="43" valign="top">$1.50</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">2</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$3.00</td>
</tr>
<tr>
<td width="100" valign="top">hamburger</td>
<td width="43" valign="top">$1.40</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">5</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$7.00</td>
</tr>
<tr>
<td width="100" valign="top">ice cream treat</td>
<td width="43" valign="top">$1.90</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">0</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$0.00</td>
</tr>
<tr>
<td width="100" valign="top">kid meal</td>
<td width="43" valign="top">$3.00</td>
<td width="20" valign="top">×</td>
<td style="text-align:center;" width="45" valign="top">0</td>
<td width="20" valign="top">=</td>
<td style="text-align:right;" width="43" valign="top">$0.00</td>
</tr>
<tr>
<td width="100" valign="top"></td>
<td width="43" valign="top"></td>
<td width="20" valign="top"></td>
<td style="text-align:center;" width="45" valign="top"><span style="color:#993300;">Total</span></td>
<td width="20" valign="top"><span style="color:#993300;">=</span></td>
<td style="text-align:right;" width="43" valign="top"><span style="color:#993300;">$15.10</span></td>
</tr>
</tbody>
</table>
<p>OK &#8211; now on to other examples of inner products.</p>
<p><strong>Weighted Average</strong> &#8211; One that most teachers are familiar with is that of computing an average score based on a series of tests, each with its own weight.  So let&#8217;s say there was a test in September, and one in October, and one in November, and a final in December.  Let&#8217;s say the scores on each are in the range from 0 to 100, and that the final is supposed to count twice as heavily as the other tests.</p>
<p>The weights vector would be:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align:center;" width="80" valign="top">September</td>
<td style="text-align:center;" width="43" valign="top">.20</td>
</tr>
<tr>
<td style="text-align:center;" width="80" valign="top">October</td>
<td style="text-align:center;" width="43" valign="top">.20</td>
</tr>
<tr>
<td style="text-align:center;" width="80" valign="top">November</td>
<td style="text-align:center;" width="43" valign="top">.20</td>
</tr>
<tr>
<td style="text-align:center;" width="80" valign="top">December</td>
<td style="text-align:center;" width="43" valign="top">.40</td>
</tr>
</tbody>
</table>
<p>The weight vector is the same for all students, and is independent of the scores.</p>
<p>A particular student would have a set of scores.  Let&#8217;s assume Jesse&#8217;s scores are like this:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align:center;">
<td width="80" valign="top">September</td>
<td style="text-align:center;" width="43" valign="top">60</td>
</tr>
<tr>
<td style="text-align:center;" width="80" valign="top">October</td>
<td style="text-align:center;" width="43" valign="top">70</td>
</tr>
<tr>
<td style="text-align:center;" width="80" valign="top">November</td>
<td style="text-align:center;" width="43" valign="top">50</td>
</tr>
<tr>
<td style="text-align:center;" width="80" valign="top">December</td>
<td style="text-align:center;" width="43" valign="top">100</td>
</tr>
</tbody>
</table>
<p>The final score for Jesse would be the inner product of his score vector and the weights vector:<br />
60 × .20 + 70 × .20 + 50 × .20 + 100 × .40 = 12 + 14 + 10 + 40 = 76.</p>
<p>(This matches the result you&#8217;d get if you took the average of 60, 70, 50, 100, 100 where you&#8217;d repeat the December score twice.  That&#8217;s another way to give the December score double the weight of the others.  60 + 70 + 50 + 100 + 100 = 380, and if you divide that by 5 &#8211; which is the number of scores added together &#8211; you get the same 76.)</p>
<p><strong>Total Calories</strong> &#8211; Just like we can price an order by computing the inner product of the order vector with a price vector, we can get the total calories of an order by computing the inner product of the order vector with a calorie vector.</p>
<p><strong>Number of Cups</strong> &#8211; We can keep track of inventory through inner products, too.  A store will typically want to replace the inventory that&#8217;s been sold, and for that it wants to keep track of the total amount sold.  This is probably most useful  when done for a particular period, like a day.  To keep the example simple, let&#8217;s assume we&#8217;re keeping track for each single order (and then add these up for all orders in a day).  The store would want to keep track of the number of hamburger patties used up, the number of slices of pickle used, etc.  In this example, we&#8217;ll keep track of the number of cups used for a particular order.  Again, this can be done by taking the inner product of the order vector with the following vector:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" valign="top">cheeseburger</td>
<td style="text-align:center;" width="43" valign="top">0</td>
</tr>
<tr>
<td width="100" valign="top">chickenburger</td>
<td style="text-align:center;" width="43" valign="top">0</td>
</tr>
<tr>
<td width="100" valign="top">coke</td>
<td style="text-align:center;" width="43" valign="top">1</td>
</tr>
<tr>
<td width="100" valign="top">diet coke</td>
<td style="text-align:center;" width="43" valign="top">1</td>
</tr>
<tr>
<td width="100" valign="top">fries</td>
<td style="text-align:center;" width="43" valign="top">0</td>
</tr>
<tr>
<td width="100" valign="top">hamburger</td>
<td style="text-align:center;" width="43" valign="top">0</td>
</tr>
<tr>
<td width="100" valign="top">ice cream treat</td>
<td style="text-align:center;" width="43" valign="top">0</td>
</tr>
<tr>
<td width="100" valign="top">kid meal</td>
<td style="text-align:center;" width="43" valign="top">1</td>
</tr>
</tbody>
</table>
<p>which we might name the &#8220;cup vector&#8221;.  You can verify for yourself that the inner product of our example order</p>
<table border="1" cellspacing="0" cellpadding="0" width="237">
<tbody>
<tr>
<td width="43" valign="top">coke</td>
<td width="70" valign="top">cheeseburger</td>
<td width="70" valign="top">hamburger</td>
<td width="45" valign="top">fries</td>
</tr>
<tr>
<td valign="top">3</td>
<td valign="top">1</td>
<td valign="top">5</td>
<td valign="top">2</td>
</tr>
</tbody>
</table>
<p>with the cup vector would yield 3 cups.  For (3×1 cup) + (1×0 cups) + (5×0 cups) + (2×0 cups) = 3 cups.</p>
<p>We&#8217;ll see more examples of inner products later, including geometric examples.  I think we&#8217;ve got enough here to gives us a natural introduction to a new topic in the next post: we are going to introduce <em>matrices</em>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Not For Tourists]]></title>
<link>http://onthebutton.wordpress.com/2009/12/22/not-for-tourists/</link>
<pubDate>Tue, 22 Dec 2009 23:56:25 +0000</pubDate>
<dc:creator>eli</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/22/not-for-tourists/</guid>
<description><![CDATA[I wonder how people vacationed before cameras. by Eli Altman Have you ever seen the Not For Tourists]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1667" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-1667 " title="tourists" src="http://onthebutton.wordpress.com/files/2009/12/1775056-typical-asian-tourists-taking-photos-everywhere-1.jpg" alt="" width="400" height="299" /><p class="wp-caption-text">I wonder how people vacationed before cameras.</p></div>
<p><em>by Eli Altman</em></p>
<p>Have you ever seen the <em><a href="http://www.notfortourists.com" target="_blank">Not For Tourists</a></em> (NFT) city guides? They&#8217;re a great example of a smart name with a brand strategy baked in. The angle here is exclusivity. Let&#8217;s pretend we&#8217;re looking for a guide to New York. In most guide books, you&#8217;d expect to read about the Statue of Liberty, Empire State Building, the Waldorf Astoria—places like that. With a name like Not For Tourists, you expect to be let in on all of New York&#8217;s little secrets.</p>
<p>NFT works on a few levels. If you take the name literally, it&#8217;s a guide for people who actually live in New York. I don&#8217;t imagine that too many New Yorkers would whip out a guide book in public, but maybe it&#8217;s a great reference if you&#8217;re new to the city. I was given <em>NFT Los Angeles</em> when I went there for school.</p>
<p>If you <em>are</em> a tourist and happen to get your hands on one of these guides, you&#8217;re probably looking for a different travel experience. Not everyone who travels likes tour buses, gift shops and observation decks. Some people love to travel, but hate being tourists. If that sounds like you (it sounds like me), buying a <em>Not For Tourists</em> guide seems way less painful than picking up <em>Let&#8217;s Go! New York</em>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[I've been called alot of things BUT...]]></title>
<link>http://thebrownleafinstitute.wordpress.com/2009/12/22/ive-been-called-alot-of-things-but/</link>
<pubDate>Tue, 22 Dec 2009 16:08:52 +0000</pubDate>
<dc:creator>Editor</dc:creator>
<guid>http://thebrownleafinstitute.wordpress.com/2009/12/22/ive-been-called-alot-of-things-but/</guid>
<description><![CDATA[“Naming is a necessity for order, but naming can not order all things. Naming often makes things imp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><blockquote><p>“Naming is a necessity for order, but naming can not order all things. Naming often makes things impersonal, so we should know when naming should end. Knowing when to stop naming, you can avoid the pitfall it brings.” &#8211; Tao Te Ching</p></blockquote>
<p>We often underestimate the power of names and naming.  Both from the perspective of the person who carries the name and the person who calls upon and summons that name.</p>
<p>I&#8217;ve been called by many different names:  Tall-boy, Fat-man, Gym-boy, Tex-Avery, Bull-dog, Starboy, Boss, Baller, Hops, Tricycle, Baje, Papi, and the list goes on.  This is typical in African culture and is very much shared in the Caribbean&#8217;s and North America&#8217;s African diaspora.  I grew up hearing names such as Short-man, Red-man, Tall-man, Skinny, Tubba, Tite-tus, John-O, Suga-foot, Frazz-man.  All of them to describe a person in relation to an event or situation, usually one filled with humour for the onlookers and embarrassment for individual.</p>
<p>It&#8217;s very rare to find names of upliftment within this paradigm of naming.  I don&#8217;t know if it&#8217;s because these names are now coming from a down trodden people that have been formerly oppressed and still to a degree informally so.  The journey continues for justice and true liberation and self-determinism, and this journey mirrors our spiritual quest for liberating our divine selves.  &#8216;Jah Rastafari&#8217; is one of many outcries for this freedom and re-connection to our God.  Let us not be trapped by a sentiment of judgement toward different spiritual and religious expressions (expressions of an infinite God), but let us focus on what is very clear and present &#8211; the power of naming and the continuation of the revolutionary spirit through this practice.  It is the spirit that gives birth to the &#8216;I and I” and a &#8216;I-Jah&#8217; to give a couple of examples.  It is here that we find upliftment of a people and a community through naming and titles such as Queen and King, Empress and Divine Goddess;  a process that started way back in the early 1900&#8217;s by Marcus Garvey and his United Negro Improvement Association (UNIA).</p>
<p>Many people of the African diaspora have reclaimed their African names,  a thing seen by many as backward and only performed by confused individuals.  It is the view of those who do not understand the psychological effects of a name and naming things.  It connects to our self-esteem and spiritual identity.</p>
<p>Our African ancestors understood a name to be part of our soul and spirit.</p>
<p>Indeed,  naming is a necessity to bring about order and control.  In Alex Haley&#8217;s watershed of a movie, &#8216;Roots&#8217;,  this could be made no clearer when a &#8217;slave&#8217; owner beat a European name into the psyche of an enslaved African man, Kunta Kinte.  To forget our former selves is to possess a new name.  To carry or hold many names is to understand we have many sides to our existence.  Nothing is wrong with people of African ancestry (especially in the diaspora) carrying a European name, but it should not be to the death of their African identity.  And so many of us, but still not enough to restore balance,  have reclaimed part of our African heritage through an African name.</p>
<blockquote><p>“Let us define ourselves,  name ourselves,  create for ourselves,  and speak for ourselves instead of being defined,  named,  created for,  and spoken for by others”,  is the call to action by the author of <em>Awaken the Mind: Communion with Sean Liburd, and he articulately</em> continues with,  “Our memories are fragmented from being traumatized for hundreds of years.  It is now our duty to recover these memories and get to know ourselves.  African people must commit themselves to acknowledging and celebrating their strong cultural heritage,  giving our children names that reflect us,  developing our own business,  and determining our value in this society.”</p></blockquote>
<p>These statements will always hold true for a people who have lost their cultural and spiritual identity.  And it is not limited to the African people.  Many people around the world have been oppressed in some shape or form, whether it be by military invading forces, by political systems, or by religious dogma.</p>
<p>In the spirit of revolution,  we must understand that our success comes not only through uncovering our personal self-image but also how accurate that self-image is seen by others.  This is the power of names and naming;  to provide a means of aligning society&#8217;s held perspective of who we are,  with our true self-image.</p>
<p>Names have sound and sound is a form of energy.  Sound energy in a realm bound by time,  such as this,  results in a form of power.  A fact unknown to many, albeit too true.  God spoke the world into existence according to the author of the biblical Genesis.  “In the beginning was the word,  and the was with God,  and the word was God.”</p>
<p>But there is also a part of us that should not be named and rightly cannot be named.  It is the divine us.  As God told Moses, “I am that I am.”  We must realize this too applies to the things made in the image and likeness of God&#8230; and that we are.</p>
<p>And so we should also know when naming should end.  Knowing when to stop naming, you can avoid the pitfall it brings.  That is to lean on human intellect rather than on divine intellect, wisdom and intuition.  To try to define and control everything is a hindrance to our spiritual progress and life journey.  We eventually come to understand that for the logical nature of our being, some things must remain hidden.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quick Hits: Naming and Branding News]]></title>
<link>http://onthebutton.wordpress.com/2009/12/21/quick-hits-naming-and-branding-news-8/</link>
<pubDate>Tue, 22 Dec 2009 00:07:02 +0000</pubDate>
<dc:creator>roselinke</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/21/quick-hits-naming-and-branding-news-8/</guid>
<description><![CDATA[Never get between a cyborg and his author&#39;s daughter. Google has filed a trademark for the produ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1670" class="wp-caption aligncenter" style="width: 330px"><a href="http://onthebutton.wordpress.com/files/2009/12/1robots-gal-haur.jpg"><img class="size-full wp-image-1670" title="1robots-gal-haur" src="http://onthebutton.wordpress.com/files/2009/12/1robots-gal-haur.jpg" alt="Think twice before naming a product after a psycho robot" width="320" height="450" /></a><p class="wp-caption-text">Never get between a cyborg and his author&#39;s daughter.</p></div>
<blockquote><p>Google has filed a trademark for the <a href="http://www.mobileburn.com/news.jsp?Id=8417">product name</a> “Nexus One” for its upcoming smartphone release. Some think this name stems from the moniker given by Philip K. Dick to the cyborgs in his book “Do Androids Dream of Electric Sheep?” Many people know the story of the Nexus-6 cyborgs from the dystopian film “Blade Runner,” based on Dick’s novel. The daughter of the late author is <a href="http://bits.blogs.nytimes.com/2009/12/15/is-the-google-phone-an-unauthorized-replicant/">upset by the rumors</a>, and insists that Google never contacted her to arrange for licensing permission.</p></blockquote>
<blockquote><p>In another naming controversy, a small design company named <a href="http://www.bing.biz/">Bing! Information Design</a> is <a href="http://arstechnica.com/microsoft/news/2009/12/microsoft-sued-over-bing-name.ars">suing Microsoft</a>, with the claim that the software company’s search engine is infringing on their trademark.</p></blockquote>
<blockquote><p>It isn’t often that the success of one product inspires a company to <a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/12/15/AR2009121502353.html">change its name</a> to the product name. <a href="http://js-kit.com/">JS-Kit</a>, the makers of the popular commenting web application Echo, has decided to rebrand the company, changing its name to Echo in the process.</p></blockquote>
<blockquote><p>Another <a href="http://money.cnn.com/news/newsfeeds/articles/marketwire/0570133.htm">name change</a> occurred recently, when Wollemi Mining Corporation became Pacific Bepure Industry Inc. Oddly, neither name reflects the company’s business very well: the designing, manufacturing, and selling of moderately priced <a href="http://en.wikipedia.org/wiki/Shoe">shoes</a> for women.</p></blockquote>
<blockquote><p>A recent study of British dairies revealed that <a href="http://www.nytimes.com/projects/magazine/ideas/2009/#natural_science-1">cows with names</a> make more milk, approximately 258 liters more. Popular names include family names as well as herb and flower names. Of course, the correlation doesn’t exist in the name alone. The practice of naming, be it a cow or a company or a new product, is a kind of devotion. A little love goes a long way.</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Groupings, Shopping Lists, Vectors: part 6]]></title>
<link>http://unlearningmath.com/2009/12/20/groupings-shopping-lists-vectors-part-6/</link>
<pubDate>Mon, 21 Dec 2009 07:33:07 +0000</pubDate>
<dc:creator>Bert Speelpenning</dc:creator>
<guid>http://unlearningmath.com/2009/12/20/groupings-shopping-lists-vectors-part-6/</guid>
<description><![CDATA[In this series on vectors we showed vector addition in this post, and then took a small excursion to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>In this series on <em>vectors</em> we showed vector addition in <a href="http://unlearningmath.com/2009/12/18/groupings-shopping-lists-vectors-part-4/">this post</a>, and then took a small <a href="http://unlearningmath.com/2009/12/19/groupings-shopping-lists-vectors-part-5/">excursion</a> to show a surprising connection between some vector additions and the distributive property.</p>
<p>In  this post, I will combine vectors with look-up tables and thus introduce an operation usually called <em>inner product</em>.  For this, we will take as our starting point the drive-up window order from a previous post:</p>
<table style="height:32px;" border="1" cellspacing="0" cellpadding="0" width="237">
<tbody>
<tr style="text-align:center;">
<td width="43" valign="top">coke</td>
<td width="70" valign="top">cheeseburger</td>
<td width="70" valign="top">hamburger</td>
<td width="45" valign="top">fries</td>
</tr>
<tr style="text-align:center;">
<td valign="top">3</td>
<td valign="top">1</td>
<td valign="top">5</td>
<td valign="top">2</td>
</tr>
</tbody>
</table>
<p>The box above represents the order, and we have been assuming that this order is specific enough that the fast food folks can get you what you want.  Specifically, that there is an understanding of what an order of &#8220;coke&#8221; is as compared to, say, &#8220;coke, small&#8221;, or &#8220;diet coke, large&#8221;.</p>
<p>Yet serving up your order is not the only concern of the fast food place.  They need to get paid.  They charge you for the items ordered, based on a price list.  (And then, in the USA and some other countries, they compute taxes on top of the total; in yet other countries, the taxes would already be included in the prices shown on the price list.  In this post, I&#8217;ll ignore taxes altogether.)</p>
<p>The price list can also be shown as a vector.  It might look like this:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" valign="top">cheeseburger</td>
<td width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">chickenburger</td>
<td width="43" valign="top">$1.80</td>
</tr>
<tr>
<td width="100" valign="top">coke</td>
<td width="43" valign="top">$1.20</td>
</tr>
<tr>
<td width="100" valign="top">diet coke</td>
<td width="43" valign="top">$1.20</td>
</tr>
<tr>
<td width="100" valign="top">fries</td>
<td width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">hamburger</td>
<td width="43" valign="top">$1.40</td>
</tr>
<tr>
<td width="100" valign="top">ice cream treat</td>
<td width="43" valign="top">$1.90</td>
</tr>
<tr>
<td width="100" valign="top">kid meal</td>
<td width="43" valign="top">$3.00</td>
</tr>
</tbody>
</table>
<p>The price list will typically contain many items that weren&#8217;t ordered.   Typically, there is an entry in the price list for any item ordered.</p>
<p>To find the total amount (ignoring taxes), it is pretty clear what needs to be done: for each item ordered, you multiply the amount ordered by the price found from the price list vector, and then you add it all up.</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="43" valign="top"></td>
<td width="138" valign="top">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100" valign="top">cheeseburger</td>
<td style="text-align:right;" width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">chickenburger</td>
<td style="text-align:right;" width="43" valign="top">$1.80</td>
</tr>
<tr>
<td width="100" valign="top">coke</td>
<td style="text-align:right;" width="43" valign="top">$1.20</td>
</tr>
<tr>
<td width="100" valign="top">diet coke</td>
<td style="text-align:right;" width="43" valign="top">$1.20</td>
</tr>
<tr>
<td width="100" valign="top">fries</td>
<td style="text-align:right;" width="43" valign="top">$1.50</td>
</tr>
<tr>
<td width="100" valign="top">hamburger</td>
<td style="text-align:right;" width="43" valign="top">$1.40</td>
</tr>
<tr>
<td width="100" valign="top">ice cream treat</td>
<td style="text-align:right;" width="43" valign="top">$1.90</td>
</tr>
<tr>
<td width="100" valign="top">kid meal</td>
<td style="text-align:right;" width="43" valign="top">$3.00</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="43" valign="top">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align:center;">
<td width="43" valign="top">coke</td>
<td width="70" valign="top">cheeseburger</td>
<td width="70" valign="top">hamburger</td>
<td width="45" valign="top">fries</td>
</tr>
<tr style="text-align:center;">
<td valign="top">3</td>
<td valign="top">1</td>
<td valign="top">5</td>
<td valign="top">2</td>
</tr>
</tbody>
</table>
</td>
<td style="text-align:left;" width="138" valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align:center;">
<td width="100" valign="top"></td>
<td width="43" valign="top"><span style="color:#ffffff;">$</span></td>
</tr>
<tr style="text-align:center;">
<td valign="top"></td>
<td style="text-align:right;" valign="top">$15.10</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>The $15.10 comes from coke (3 times $1.20) plus cheeseburger (1 times $1.50) plus hamburger (5 times $1.40) plus fries (2 times 1.50).</p>
<p style="text-align:center;"><a href="http://bertspeelpenning.wordpress.com/files/2009/12/inner-product.jpg"><img class="size-full wp-image-1373  aligncenter" title="inner product" src="http://bertspeelpenning.wordpress.com/files/2009/12/inner-product.jpg" alt="" width="480" height="295" /></a></p>
<p>The operation on the order vector and the price list vector that gives us the final price (ignoring taxes) is called <em>inner product</em>.  I don&#8217;t want to go into the significance or the origin of the name (though you would correctly guess that there is also something called an <em>outer product</em>.)  Inner product is also often called the <em>dot product</em>.</p>
<p>You may have noticed that the situation shown is not symmetric with respect to the two vectors.  Yet there are ways to make the similarity between the two vectors more pronounced.  One way to do that is to ignore the parts of the price list that aren&#8217;t being called upon.  We can also reorder the entries to match those of the order.  Doing so might give us something like this:</p>
<p><a href="http://bertspeelpenning.wordpress.com/files/2009/12/inner-product-reduced.jpg"><img class="size-full wp-image-1374  aligncenter" title="inner product, reduced" src="http://bertspeelpenning.wordpress.com/files/2009/12/inner-product-reduced.jpg" alt="" width="420" height="413" /></a>Alternatively, we could expand the order to match the price list, by explicitly  marking zeros for those items on the menu that aren&#8217;t ordered.  This is something we may show later.</p>
<p>For now, I will note that textbooks sometimes show this inner product as follows:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align:left;" width="100" valign="top"></td>
<td width="43" valign="top">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align:right;" width="43" valign="top">1.20</td>
</tr>
<tr>
<td style="text-align:right;" width="43" valign="top">1.50</td>
</tr>
<tr>
<td style="text-align:right;" width="43" valign="top">1.40</td>
</tr>
<tr>
<td style="text-align:right;" width="43" valign="top">1.50</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="100" valign="top">
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align:center;">
<td width="25" valign="top">3</td>
<td width="25" valign="top">1</td>
<td width="25" valign="top">5</td>
<td width="25" valign="top">2</td>
</tr>
</tbody>
</table>
</td>
<td style="text-align:right;" width="43" valign="top">
<table style="height:17px;" border="0" cellspacing="0" cellpadding="0" width="43">
<tbody>
<tr style="text-align:center;">
<td valign="top"></td>
<td style="text-align:right;" valign="top">15.10</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p>where the information that gives us the meaning of the 15.10 is left out, but at least the distinction between the two operands of the operation is maintained.  But since the process of multiplying and adding is itself commutative, there are many textbooks that dispense with the different treatment of the two operands altogether and write the thing as (3,1,5,2) • (1.20,1.50,1.40,1.50) = 15.10 and treat it as a completely symmetric operation: (1.20,1.50,1.40,1.50) • (3,1,5,2) = 15.10.  I will come back to these more subtle points in a later post.  What I hope I have achieved in this post is that you see how the scenario of an order &#8211; written as a vector &#8211; combined with a price list &#8211; also written as a vector &#8211; naturally leads to a process that gives us a single number, and that this process matches what textbooks call inner product.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Groupings, Shopping Lists, Vectors: part 4]]></title>
<link>http://unlearningmath.com/2009/12/18/groupings-shopping-lists-vectors-part-4/</link>
<pubDate>Sat, 19 Dec 2009 05:13:34 +0000</pubDate>
<dc:creator>Bert Speelpenning</dc:creator>
<guid>http://unlearningmath.com/2009/12/18/groupings-shopping-lists-vectors-part-4/</guid>
<description><![CDATA[Part 1, part 2, and part 3 of this series looked at a particular model for vector algebra, based on ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://unlearningmath.com/2009/12/15/groupings-shopping-lists-vectors-part-1/">Part 1</a>, <a href="http://unlearningmath.com/2009/12/16/groupings-shopping-lists-vectors-part-2/">part 2</a>, and <a href="http://unlearningmath.com/2009/12/16/groupings-shopping-lists-vectors-part-3/">part 3</a> of this series looked at a particular model for vector algebra, based on some simple notions such as that of a shopping list.</p>
<p>In this post, I want to play with vector addition and look at the nature of that operation when expressed using the notation developed in the last post.</p>
<p>For a starting point, let&#8217;s look at two of your recent gas station receipts:</p>
<table border="1" cellspacing="0" cellpadding="0" width="149">
<tbody>
<tr>
<td width="43" valign="top">9.6</td>
<td width="138" valign="top">gallons</td>
</tr>
<tr>
<td width="43" valign="top">27.84</td>
<td width="138" valign="top">dollars</td>
</tr>
</tbody>
</table>
<p>- and -</p>
<table border="1" cellspacing="0" cellpadding="0" width="149">
<tbody>
<tr>
<td width="43" valign="top">8.1</td>
<td width="138" valign="top">gallons</td>
</tr>
<tr>
<td width="43" valign="top">23.49</td>
<td width="138" valign="top">dollars</td>
</tr>
</tbody>
</table>
<p>and think about what it would mean to add these up.  The most obvious part of this might be to add up the amounts: $27.84 + $23.49 = $51.33.  What does the amount $51.33 represent?  It represents the total amount of money you paid to the gas station people for gas, in these two trips to the gas station.</p>
<p>We could also look to see how much gas the $51.33 paid for.  We got 9.6 gallons on the first trip, and 8.1 gallons on the second trip, for a total of 17.7 gallons.  We can represent the result of our work as follows:</p>
<table border="1" cellspacing="0" cellpadding="0" width="149">
<tbody>
<tr>
<td width="43" valign="top">17.7</td>
<td width="138" valign="top">gallons</td>
</tr>
<tr>
<td width="43" valign="top">51.33</td>
<td width="138" valign="top">dollars</td>
</tr>
</tbody>
</table>
<p>and we can consider this our first example of vector addition.  You add the gallons, you add the dollars, and get a new vector, and this new vector still represents what got paid for how much gas &#8211; however, this time not through a single purchase, but two purchases combined.</p>
<p>Let&#8217;s look at another situation, one where we will look at coins.  Let&#8217;s assume that in the ashtray of my car I&#8217;ve got the following coins:</p>
<table border="1" cellspacing="0" cellpadding="0" width="149">
<tbody>
<tr>
<td width="43" valign="top">2</td>
<td width="138" valign="top">quarters</td>
</tr>
<tr>
<td width="43" valign="top">7</td>
<td width="138" valign="top">pennies</td>
</tr>
<tr>
<td width="43" valign="top">2</td>
<td width="138" valign="top">nickels</td>
</tr>
</tbody>
</table>
<p>and in my coin purse I&#8217;ve got:</p>
<table border="1" cellspacing="0" cellpadding="0" width="149">
<tbody>
<tr>
<td width="43" valign="top">2</td>
<td width="138" valign="top">dimes</td>
</tr>
<tr>
<td width="43" valign="top">1</td>
<td width="138" valign="top">Kennedy 50ct piece</td>
</tr>
<tr>
<td width="43" valign="top">3</td>
<td width="138" valign="top">nickels</td>
</tr>
</tbody>
</table>
<p>and I move all the coins from the ashtray into my coin purse.  What is in my coin purse now?</p>
<p>There is not a lot of overlap between the two: the only kind of coin present in both the ashtray and the coin purse is nickels.  The other coins only occur in one or in the other.  Keeping track of what will be in the ocin purse after joining them together is relatively simple.  One way to write the result is:</p>
<table border="1" cellspacing="0" cellpadding="0" width="149">
<tbody>
<tr>
<td width="43" valign="top">2</td>
<td width="138" valign="top">quarters</td>
</tr>
<tr>
<td width="43" valign="top">7</td>
<td width="138" valign="top">pennies</td>
</tr>
<tr>
<td width="43" valign="top">5</td>
<td width="138" valign="top">nickels</td>
</tr>
<tr>
<td width="43" valign="top">2</td>
<td width="138" valign="top">dimes</td>
</tr>
<tr>
<td width="43" valign="top">1</td>
<td width="138" valign="top">Kennedy 50ct piece</td>
</tr>
</tbody>
</table>
<p>and you might note that this is a very different answer from <em>$1.52</em>, which is an answer to a very different question: &#8220;what is the <em>value </em>of what is in my coin purse?&#8221;</p>
<p>Combining two piles of coins, and keeping track of the total number of each type of coin, that&#8217;s a perfect example of vector addition.  (If you&#8217;re a math teacher, you might object that my last example isn&#8217;t really an example of vector addition, but rather of &#8220;adding <em>like </em>terms&#8221;.  In response, I&#8217;d say that &#8220;adding like terms&#8221; is a special case of vector addition, and that it is too bad that we usually treat them as completely different and unrelated things.)</p>
<p>Thinking of vectors as piles of stuff where we keep track of what the stuff is and how many of each of the stuff is there &#8211; this leads naturally to thinking of vector addition as combining two piles of stuff into a single pile, and continue to keep track of what is there and how many of each are there.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Art of Memorizing Names]]></title>
<link>http://collegekidchronicles.wordpress.com/2009/12/18/the-art-of-memorizing-names/</link>
<pubDate>Fri, 18 Dec 2009 17:06:22 +0000</pubDate>
<dc:creator>collegekidchroniclesblog</dc:creator>
<guid>http://collegekidchronicles.wordpress.com/2009/12/18/the-art-of-memorizing-names/</guid>
<description><![CDATA[With finals week finally coming to a close, I can&#8217;t help pondering the memorization abilities ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>With finals week finally coming to a close, I can&#8217;t help pondering the memorization abilities of the college student species. An entire semester&#8217;s worth of information is crammed in the brain until that glorious moment when the exam paper is handed from student to teacher, like the passing of an Olympic torch. This is all accomplished during the duration of one week or less, and multiplied by five or six classes&#8211;all within that same week. How is so much information sorted and retained in such a short period of time?</p>
<p>To address this question, I thought about how other information is memorized by the college student species. Specifically, I reflected upon the praxis of name memorization. Every day, college students meet at least one new person&#8211;a classmate who needs to borrow a pen, a peer sharing your table in the overcrowded dining hall, a housemate&#8217;s cute friend she brought home&#8230; We constantly pass new faces, and are constantly bombarded with new names to match those faces&#8211;names which we are expected to remember. (After all, how else can we look them up to add on Facebook)? Sorting and retaining all these names can be challenging, especially when these new faces are only encountered occassionally: that is when the art of memorizing names comes in.</p>
<p>Personally, I have this terrible habit of making nicknames for new people I meet based on my initial impressions of them. I&#8217;ll be conversing with some new person and miss the &#8220;My name is ________&#8221; part because my brain is too busy thinking something like <em>&#8220;Wow, this girl&#8217;s fake tan has an impressively orange pigment. She looks like she&#8217;s borderline legal midget too&#8230;makes me feel 6&#8242;. Shit, what did she just say her name is? Katie? No, no&#8211;You&#8217;re only thinking that because her phone just rang with a Katy Perry ringtone. Man, I guess I&#8217;ll just call her Ooompa Loompa Girl&#8230;&#8221;</em> (Of course, these nicknames are never used to vocally address the person to his or her face).</p>
<p>So, the nickname is remembered due to the blatant association (e.g. &#8220;Ooompa Loompa Girl&#8221; matches an incredibly short girl with incredibly orange skin).  However, the actual name is never retained and therefore cannot be remembered. Even when a casual, &#8220;I&#8217;m sorry, what did you say your name is again?&#8221; is thrown into the conversation and it is discovered that Oompa Loompa Girl&#8217;s name is in fact &#8220;Melinda,&#8221; the likelihood of remembering that her name is &#8220;Melinda&#8221; is slim to none: but &#8220;Oompa Loompa Girl&#8221; will not be forgotten.</p>
<p>Later, with friends, these nicknamed faces will be mentioned in conversation; everyone will immediately understand which person is being described based on the associated nickname. Some may even already have the same or similar nickname for that person. Evidently, the college student species&#8217; brains similarly process  information in this way.</p>
<p>The art of memorizing names emerged upon accidental coincidence that fortunately solved this error in brain processing. As usual, I missed the &#8220;My name is _______&#8221; part of the conversation because my brain was too busy mentally exclaiming the degree of resemblance this guy had to Charmander, the Pokemon. When I pulled the &#8220;I&#8217;m sorry, what did you say your name is again?&#8221; card, my eyes widened with good fortune when he responded, &#8220;Charlie.&#8221; At that very moment, he officially was titled &#8220;Charlie the Charmander.&#8221; I would therefore successfully remember to address him as &#8220;Charlie,&#8221; although I&#8217;d still refer to him as &#8220;Charlie the Charmander&#8221; with friends in order to properly identify him and distinguish him from any other Charlies they may know. Alas, a revelation occurred: create nicknames for people that are not only associated with initial impressions of them, but also with their actual names.</p>
<p><img class="alignnone" title="Charlie the Charmander" src="http://i10.photobucket.com/albums/a131/spazzgurl/charliethechamander.jpg" alt="" width="633" height="640" /></p>
<p>Since then, I have encountered new faces and successfully remembered their names due to nicknames such as Lazy-Eye Liz, Ghetto-Fab Greg, Commuter Chris, Trackie Chris, and Richy Chris. Sometimes, mnemonic devices based on associated thought trains are used instead. For example, I met these guys Louis and Chad, but my brain somehow insisted on replacing &#8220;Chad&#8221; with &#8220;Brad.&#8221; So, I sorted and properly retained their names by thinking of Louis and Clark from the Louis and Clark Expedition, and applied the &#8220;C&#8221; from the &#8220;Clark&#8221; to the &#8220;ad&#8221; from the &#8220;Brad&#8221; that I remembered, successfully resulting in &#8220;Louis and Chad.&#8221; Similarly, I had difficulty remembering that a face nicknamed &#8220;College McDude&#8221; by my friends is actually called &#8220;Jake.&#8221; So, I associated &#8220;College McDude&#8221; with the segment of Nickelodeon&#8217;s <em>The Amanda Show</em> called &#8220;Totally Kyle,&#8221; in which the main character, Kyle, saturates his sentences with the word &#8220;dude&#8221; in excess, the same way ditsy girls saturate their sentences with the word &#8220;like&#8221; in excess.</p>
<p>These tactics of the art of memorizing names may seem complicated, but they effectively accommodate the somewhat handicap  brain processes of the college student species.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[On the warpath with Native American mascots]]></title>
<link>http://onthebutton.wordpress.com/2009/12/17/on-the-warpath-with-native-american-mascots/</link>
<pubDate>Thu, 17 Dec 2009 20:24:17 +0000</pubDate>
<dc:creator>jefferyracheff</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/17/on-the-warpath-with-native-american-mascots/</guid>
<description><![CDATA[Chief Wahoo – batting cleanup for Indian stereotypes since 1947. by Jeffery Racheff Neon headdresses]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1647" class="wp-caption aligncenter" style="width: 302px"><a href="http://onthebutton.wordpress.com/files/2009/12/chief-wahoo-wide.jpg"><img class="size-full wp-image-1647" title="Chief Wahoo (Wide)" src="http://onthebutton.wordpress.com/files/2009/12/chief-wahoo-wide.jpg" alt="" width="292" height="400" /></a><p class="wp-caption-text">Chief Wahoo – batting cleanup for Indian stereotypes since 1947.</p></div>
<p><em>by Jeffery Racheff</em></p>
<p>Neon headdresses. Gleaming tomahawk axes. Half-naked men covered in war paint – these are not the sights of a Native American war dance. No, they&#8217;re staples of American sporting events. Indian images, mascots and logos are ubiquitous at football and baseball games, and there are countless teams throughout the country that use their likenesses. But at what point does their use stop being good clean fun&#8230; and cross over into exploitation?</p>
<p>A good majority of sports teams with images derived from Native Americans are called either the Chiefs, the Braves or the Warriors. Their logos range from arrowheads and spears to the profiles of stately-looking Indian warriors. But some representations venture onto shaky ground. The Cleveland Indians&#8217; mascot, Chief Wahoo, has a particularly sunny demeanor that some Native Americans find offensive. His big grin and candy-apple skin color are similar to the stereotypes of &#8220;dandified&#8221; or happy-go-lucky &#8220;colored people&#8221; popular in the early 20th century.</p>
<p>To put it in perspective, imagine if the Chief&#8217;s skin was turned black, his name changed to Homie Jerome and the feather replaced with an afro-pick. That wouldn&#8217;t fly for a second because most of us have come to see that these types of depictions perpetuate negative stereotypes. So is exploiting Red-Face for cheers the same as exploiting Black-Face for laughs? Is allowing a team to call itself the Brooklin Redmen (a lacrosse team in Ontario) really that much different than calling yourself the Dayton Darkies, the Jacksonville Jewboys, or the Chattanooga China Men? And why don&#8217;t we have more teams like The University of Northern Colorado&#8217;s racial rebuttal, the Fighting Whities?</p>
<p>Native Americans are the only ones who can say whether or not a team name or mascot is offensive. There are those who claim Indians should be treated as human beings, not objects for entertainment, but there are also plenty who welcome the honor as a tribute to their culture&#8217;s legacy. The University of Utah Utes, for example, received full approval from the Indian Ute Tribe for use of their name. The Florida State Seminoles mascots, Chief Osceola and his horse Renegade, even don tribe-sanctioned regalia designed by women of the Seminole tribe. And it seems the Supreme Court doesn&#8217;t think it&#8217;s too big of a deal either. Earlier this month, the nation&#8217;s top court <a href="http://www.finalcall.com/artman/publish/National_News_2/article_66301.shtml" target="_blank">decided not to hear a case</a> against the NFL&#8217;s name for its Washington franchise, the Redskins, even though the National Congress of American Indians calls it &#8220;patently offensive, disparaging and demeaning.&#8221;</p>
<p>There are also plenty of teams that exploit other cultures, like Vikings, Trojans and Irish people – so where are <em>their</em> protesters? Well, to start, the Trojans weren&#8217;t on the receiving end of a massive genocide. If anything, they were the ones doing the massacring. Also, there are countless city and university sports teams that have little to do with the Native American names they appropriate (unlike Notre Dame and its Fighting Irish), so the two examples can&#8217;t be fairly compared.</p>
<p>Still, when Johnny Sports Fan joins in on the Tomahawk Chop, it&#8217;s not very likely that he is intentionally acting out ill-will towards Indians or their cultures. He probably just wants to get drunk, watch baseball, and have people leave his team traditions alone. Unfortunately this is a little bigger than athletic traditions – it&#8217;s about cultural traditions too. In an age where awareness of the sensitivities of others is virtually inescapable, you have to reconsider what should no longer be tolerated. Finding a mascot not based on people who want no part of it seems like common sense.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Groupings, Shopping lists, Vectors: part 3]]></title>
<link>http://unlearningmath.com/2009/12/16/groupings-shopping-lists-vectors-part-3/</link>
<pubDate>Thu, 17 Dec 2009 05:34:23 +0000</pubDate>
<dc:creator>Bert Speelpenning</dc:creator>
<guid>http://unlearningmath.com/2009/12/16/groupings-shopping-lists-vectors-part-3/</guid>
<description><![CDATA[The previous installments in this series can be found here and here. What I am after is a natural wa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The previous installments in this series can be found <a href="http://unlearningmath.com/2009/12/15/groupings-shopping-lists-vectors-part-1/">here</a> and <a href="http://unlearningmath.com/2009/12/16/groupings-shopping-lists-vectors-part-2/">here</a>.</p>
<p>What I am after is a natural way to develop the usefulness of the idea of a <em>vector</em>, and in the previous post I suggested that a <em>shopping list</em> gives us a good start.  Here, I want to show some natural notations for that idea, even though that notation will look very different from the standard notation used in typical math class and typical textbooks.</p>
<p>Let&#8217;s start with this:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align:center;">
<td width="49" valign="top">5</td>
<td width="180" valign="top">apple, Gravenstein</td>
</tr>
<tr style="text-align:center;">
<td width="49" valign="top">2</td>
<td width="180" valign="top">six-pack, Coke</td>
</tr>
<tr style="text-align:center;">
<td width="49" valign="top">3</td>
<td width="180" valign="top">bottle, Heineken dark</td>
</tr>
<tr style="text-align:center;">
<td width="49" valign="top">2</td>
<td width="180" valign="top">pound, Russet potatoes</td>
</tr>
</tbody>
</table>
<p>You can recognize it as a shopping list for a grocery store.  We want 5 apples, 2 six-packs of Coke, etc.  For each item, we say what it is we want, and how many of those we want.  Though it looks like a bunch of different things that are only loosely connected, it is essential for our purposes here that we can also look at it as a single whole.  That single whole is the shopping list, and it corresponds to a single trip to the grocery store, a single shopping cart, and a single grocery receipt.  The single whole is what we are calling a <em>vector</em>, here represented as a box with two columns, one column for the things and one column to indicate how many of each of these things.</p>
<p>Sometimes, we will find it useful to turn the whole thing on its side:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align:center;">
<td width="91" valign="top">apples,<br />
Gravenstein</td>
<td width="72" valign="top">six-packs,<br />
Coke</td>
<td width="72" valign="top">bottles,<br />
Heineken dark</td>
<td width="72" valign="top">pounds,<br />
Russet potatoes</td>
</tr>
<tr style="text-align:center;">
<td width="91" valign="top">5</td>
<td width="72" valign="top">2</td>
<td width="72" valign="top">3</td>
<td width="72" valign="top">2</td>
</tr>
</tbody>
</table>
<p>The standard notation for vectors in textbooks would show this as (5,2,3,2), which leaves out the very things that allows us to see what the numbers are supposed to mean.  The good thing about the standard notation, of course, is that it is really really compact.  But sometimes being too concise can remove all the flavor.  (There is the famous joke from Woody Allen where he describes <em>War and Peace</em> after speed-reading it: &#8220;It&#8217;s about some Russians.&#8221;)</p>
<p>Of course, there are other situations than shopping lists that could be modeled in the same way.  Here, as an example, is a stock portfolio:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="text-align:center;">
<td width="43" valign="top">200</td>
<td width="138" valign="top">shares Coca Cola</td>
</tr>
<tr style="text-align:center;">
<td width="43" valign="top">100</td>
<td width="138" valign="top">shares Toyota</td>
</tr>
<tr style="text-align:center;">
<td width="43" valign="top">100</td>
<td width="138" valign="top">shares Honda</td>
</tr>
</tbody>
</table>
<p>The box above represents a single portfolio, consisting of three different stocks.  It isn&#8217;t enough to know which stocks you own, it also matters how many shares of each.</p>
<p>And the &#8220;X&#8221; on the pirate&#8217;s treasure map may indicate the location of the treasure like so:</p>
<table style="height:32px;" border="1" cellspacing="0" cellpadding="0" width="173">
<tbody>
<tr style="text-align:center;">
<td width="43" valign="top">400</td>
<td width="138" valign="top">paces East</td>
</tr>
<tr style="text-align:center;">
<td width="43" valign="top">600</td>
<td width="138" valign="top">paces North</td>
</tr>
</tbody>
</table>
<p>and the readout on the gasoline pump (and on your receipt) might say:</p>
<table style="height:32px;" border="1" cellspacing="0" cellpadding="0" width="149">
<tbody>
<tr style="text-align:center;">
<td width="43" valign="top">9.6</td>
<td width="138" valign="top">gallons</td>
</tr>
<tr style="text-align:center;">
<td width="43" valign="top">27.84</td>
<td width="138" valign="top">dollars</td>
</tr>
</tbody>
</table>
<p>The position of a ball dropped from a height on a graph might be recorded as:</p>
<table style="height:46px;" border="1" cellspacing="0" cellpadding="0" width="215">
<tbody>
<tr style="text-align:center;">
<td style="text-align:center;" width="43" valign="top">3</td>
<td width="138" valign="top">seconds after drop</td>
</tr>
<tr style="text-align:center;">
<td width="43" valign="top">144</td>
<td width="138" valign="top">feet below starting point</td>
</tr>
</tbody>
</table>
<p>So what&#8217;s the big deal?  We haven&#8217;t done anything yet, we have just recorded some data in a consistent format.  All I can suggest at this point is that this consistent format is convenient and somewhat self-contained.  In the next post I will introduce simple operations on vectors, such as vector addition.</p>
<p>Coming Attractions: soon, we&#8217;ll even make sense out of vector inner products and show how those arise in a natural way.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Groupings, Shopping Lists, Vectors: part 2]]></title>
<link>http://unlearningmath.com/2009/12/16/groupings-shopping-lists-vectors-part-2/</link>
<pubDate>Wed, 16 Dec 2009 08:45:56 +0000</pubDate>
<dc:creator>Bert Speelpenning</dc:creator>
<guid>http://unlearningmath.com/2009/12/16/groupings-shopping-lists-vectors-part-2/</guid>
<description><![CDATA[For an introduction to this series of posts, see here. Imagine Joe going up to the drive-through, to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>For an introduction to this series of posts, see <a href="http://unlearningmath.com/2009/12/15/groupings-shopping-lists-vectors-part-1/">here</a>.</p>
<p>Imagine Joe going up to the drive-through, to order for himself and his room mates.  Their orders are all combined on a piece of paper.  He reads it at the order window: &#8220;2 hamburgers, 1 fries, 1 coke, 1 cheeseburger, 1 fries, 3 hamburgers, 2 cokes.&#8221;  At the pick up window, he pays and gets the stuff.  Before driving away, he checks to make sure everything is there.  He counts 3 cokes, 1 cheeseburger, 2 fries, 4 hamburgers.  Does this match his order?</p>
<p>There is nothing particularly complicated about this scenario, and I trust you can quickly determine the answer.  What&#8217;s interesting in this scenario is all the things we tend to take for granted when we think about this situation.</p>
<p>Let&#8217;s compare the original shopping list with Joe&#8217;s count after receiving the order:</p>
<p style="padding-left:30px;"><span style="color:#000080;"><span style="text-decoration:underline;">Shopping List</span><br />
2 hamburgers<br />
1 fries<br />
1 coke<br />
1 cheeseburger<br />
1 fries<br />
3 hamburgers<br />
2 cokes</span></p>
<p style="padding-left:210px;"><span style="color:#008000;"><span style="text-decoration:underline;">Joe&#8217;s original Count</span><br />
3 cokes<br />
1 cheeseburger<br />
4 hamburgers<br />
2 fries</span></p>
<p>In the shopping list, hamburgers come first, whereas in Joe&#8217;s count, cokes come first.  The shopping list has seven entries, and Joe&#8217;s count has only four.  Yet we don&#8217;t fault Joe&#8217;s count on those grounds, but rather that one hamburger is missing.  If it wasn&#8217;t for the one hamburger, we&#8217;d think of Joe&#8217;s count as equivalent to the shopping list.  The fact that the shopping list has two separate entries with fries doesn&#8217;t seem to be critical; what&#8217;s critical to Joe is that the totals match.  What does that mean?  It means that there is the right number of hamburgers, as well as the right number of fries, as well as the right number of everything else.  For Joe, extra fries wouldn&#8217;t necessarily compensate for missing hamburgers, and cheeseburgers wouldn&#8217;t work as substitutes for missing cokes.  What Joe expects is that the count shows the right stuff, and in the right amount for each of the stuff.</p>
<p>After Joe gets an additional hamburger, he is ready to head home.  His count is updated as follows:</p>
<p style="padding-left:210px;"><span style="color:#008000;"><span style="text-decoration:underline;">Joe&#8217;s updated Count</span><br />
3 cokes<br />
1 cheeseburger<br />
4 hamburgers<br />
2 fries<br />
1 hamburger</span></p>
<p><span style="color:#008000;"><span style="color:#000000;">If you are thinking that his updated count should really look like this:</span></span></p>
<p style="padding-left:210px;"><span style="color:#333300;"><span style="text-decoration:underline;">Your Count</span><br />
3 cokes<br />
1 cheeseburger<br />
5 hamburgers<br />
2 fries</span></p>
<p><span style="color:#008000;"><span style="color:#000000;">then we are partially in agreement.  Yes, your count shows the same totals as the original shopping list.  Yes, your version of the count seems particularly clean and lean: there is only one line that pertains to hamburgers, and only one line that pertains to cokes, etc.  In contrast, the following count seems to lose vital information:</span></span></p>
<p style="padding-left:210px;"><span style="color:#008000;"><span style="color:#000000;"><span style="color:#ff6600;"><span style="text-decoration:underline;">Counting Gone Overboard</span><br />
11 items</span></span></span></p>
<p><span style="color:#008000;"><span style="color:#000000;"><span style="color:#ff6600;"><span style="color:#000000;">There is something that the original Shopping List, Joe&#8217;s updated Count and Your Count have in common, which is not shared by Joe&#8217;s Original Count nor the Counting Gone Overboard.  What those three have in common is that they are really all talking about the same order.  In contrast, Joe&#8217;s Original Count is missing a hamburger, and the Counting Gone Overboard doesn&#8217;t distinguish between hamburgers and cokes (it could refer to an order of 11 hamburgers just as easily).</span></span></span></span></p>
<p><span style="color:#008000;"><span style="color:#000000;"><span style="color:#ff6600;"><span style="color:#000000;">To constitute a clear order, our piece of paper must have numbers on it, but numbers alone are insufficient: it must be clear for each number exactly what is being counted: it isn&#8217;t just &#8220;3&#8243;, but &#8220;3 cokes&#8221;.  So, more precisely, the order isn&#8217;t just a bunch of numbers, but rather a bunch of <em>entries</em>, where each entry combines a number with the thing that is being counted.  In this bunch of entries, the order of entries is not important, and we don&#8217;t particularly mind if there are multiple entries for hamburgers, or multiple entries for coke.  What we do care about is that we end up with the right total amount of coke, and the right total amount of hamburgers, and the right total amount of fries, etc.</span></span></span></span></p>
<p><span style="color:#008000;"><span style="color:#000000;"><span style="color:#ff6600;"><span style="color:#000000;">In this series of posts, I&#8217;m going to use the name <em>vector </em>for these kinds of shopping lists.  What is important at this point is that you can look at the shopping list as a single thing, as a whole, and not merely as a collection of parts (entries).  Just as the shopping lists, a vector can be written in a number of equivalent ways.  As long as Joe comes home with the right stuff, it doesn&#8217;t particularly matter how the order was written.</span></span></span></span></p>
<p><span style="color:#008000;"><span style="color:#000000;"><span style="color:#ff6600;"><span style="color:#000000;">In the next post in this series, I will play with this notion so you can see its usefulness, and introduce a useful notation to go with it.<br />
</span></span></span></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Groupings, Shopping Lists, Vectors: part 1]]></title>
<link>http://unlearningmath.com/2009/12/15/groupings-shopping-lists-vectors-part-1/</link>
<pubDate>Tue, 15 Dec 2009 08:18:42 +0000</pubDate>
<dc:creator>Bert Speelpenning</dc:creator>
<guid>http://unlearningmath.com/2009/12/15/groupings-shopping-lists-vectors-part-1/</guid>
<description><![CDATA[There is a surprisingly versatile part of mathematics that deals with groupings and collections of t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There is a surprisingly versatile part of mathematics that deals with groupings and collections of things.  The main ideas involved are really quite easy and practical.  If you can make sense of a shopping list written by a spouse or parent, or if you can make sense of the paper cash register slip that the checkout person puts in your bag, you can make sense of this part of mathematics.  It is really too bad that the way textbooks and schools talk about this part of mathematics tends to abstract out all the sense-making parts and then hides even further behind fancy but rather forbidding names like vectors and matrices.  The part of mathematics I&#8217;m referring to is usually called vector algebra, or matrix algebra, or linear algebra.</p>
<p>I want to do a series of blog posts aimed at resurrecting the natural simplicity of the concept of a vector, by avoiding the straitjacket of the standard vector notation(s) for quite a while.  Of course I&#8217;ll connect up the work presented here with the standard notations and terminology, but there are other useful notations &#8211; I like a very flexible notation that is more &#8216;verbose&#8217; than the standard one and that allows you to see what is going on.  This flexible notation looks more like a cash register receipt or like the shopping cart from Amazon.com or like a database table.</p>
<p>Traditionally, we first encounter vectors in physics class, where velocity and force are said to have a direction, not just an amount.  We learn to draw an arrow with a length equal to the amount of force, and with a direction that&#8217;s the direction in which the force is applied, and we learn to call this arrow a <em>vector</em>.  At this time we may even learn about the combined effect of two forces acting together but each in a different direction (e.g. a model airplane held by a string).  When we later learn in math class about vectors, what we learn may feel completely different: we may now be told that a vector is a sequence of numbers, written in this form: (3,2,10,1) and you may be shown rules for adding, subtracting and multiplying these sequences without having any idea where these rules came from.  If you are shown these completely arbitrary-looking rules, you may not even realize that something strange is going on &#8211; for this may not look any different from other parts of your secondary school math education.   When they say that (3,2,10,1) + (1,2,3,4) equals (4,5,13,5) this may appear innocent enough, and when they say that (3,2,10,1)-(1,2,3,4) equals (2,0,7,-3) this may not look too strange either, but if you then were to guess that (3,2,10,1) times (1,2,3,4) would be (3,6,30,4) you may hear instead: &#8220;no, (3,2,10,1) times (1,2,3,4) equals 41, and this is called an inner product.&#8221;  The teacher may show you how the inner product is computed, but the odds are that from the description you will still have no idea as to what real-life question &#8220;41&#8243; is the answer to, let alone why you should care.</p>
<p>My promise to you is that this series will be easy and fun and sensible, ; that by the end, you&#8217;ll see what the big deal is, and why the textbook people think it is so important, and you will get to see how the standard way of presenting the material loses everything that made it easy, fun and sensible to start with but ended up with an extremely compact notation.  At that point you will be in a very good place to judge if the trade-off was worth it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Oasis of the Seas: the Titanic times five]]></title>
<link>http://onthebutton.wordpress.com/2009/12/14/oasis-of-the-seas-the-titanic-times-five/</link>
<pubDate>Mon, 14 Dec 2009 20:43:38 +0000</pubDate>
<dc:creator>jefferyracheff</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/14/oasis-of-the-seas-the-titanic-times-five/</guid>
<description><![CDATA[What, you&#39;ve never sailed in a castle before? by Jeffrey Racheff In many ways, a cruise is the u]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1610" class="wp-caption aligncenter" style="width: 509px"><a href="http://onthebutton.wordpress.com/files/2009/12/oasis-of-the-seas-aerial.jpg"><img class="size-full wp-image-1610" title="Oasis of the Seas" src="http://onthebutton.wordpress.com/files/2009/12/oasis-of-the-seas-aerial.jpg" alt="" width="499" height="321" /></a><p class="wp-caption-text">What, you&#39;ve never sailed in a castle before?</p></div>
<p><em>by Jeffrey Racheff</em></p>
<p>In many ways, a cruise is the ultimate vacation. You get to travel, relax in the sun, watch live shows, dance and drink, all within a few steps of your own room. It&#8217;s like Vegas on the high seas. And if cruise ships are like hotel-casinos with rudders, then the MS Oasis of the Seas is like the Bellagio, MGM Grand and Luxor all rolled into one. Weighing over 225,000 tons (it displaces as much water as an aircraft carrier), her majesty is the world&#8217;s largest passenger vessel. She has 16 decks, a capacity of 6,300 and cost over $1 billion to forge. She is Finland&#8217;s largest export, ever.</p>
<p>As the crown jewel of Royal Caribbean International, her name was the result of a competition held last year. The lucky winner (who received quite the complimentary <a href="http://www.usatoday.com/travel/cruises/namethatship.aspx" target="_blank">cruise package</a>) successfully caught on to the cruising industry&#8217;s penchant for naming its boats after the royally superlative. The fleet for Carnival Cruises, for example, includes Liberty, Conquest, Freedom, Glory, Miracle and Splendor—names with high aspirations.</p>
<p>And it makes sense when you consider the vacations they&#8217;re offering. Nowhere else can you find an escape from the real world without ever actually leaving the better comforts of the real world behind. Cruise ships are designed to resemble floating palaces &#8212; grand ballrooms, swimming pools, hundreds of waiting attendants &#8212; and we are the kings and queens. More often than not, nowadays, the ship <em>is</em> the destination. And the tours don&#8217;t exactly encourage otherwise. Boats travel by day, dock at night and more-or-less have surprisingly little contact with nature.</p>
<p>In short, these ships are meant to be self-contained and designed to have passengers spending most of their time and money on board.<strong> </strong>That&#8217;s why Oasis of the Seas is the perfect name. It suggests not only the paradise on ship, but also the dangerous world of discomfort outside. Why would anyone want to venture into a port full of <a href="http://en.wikipedia.org/wiki/Shanghaiing" target="_blank">crimps</a>, pimps and chimps when prepackaged adventure awaits them within wobbly walking distance of their cabin door?</p>
<p>After Titanic, suggestions of size, power and straight-up indestructibility didn&#8217;t float so well &#8212; there&#8217;s an all-too-obvious irony in something that claims to be so powerful being felled by a sharp ice cube. The Oasis, however, eschews godliness for exoticism. Of course, the list of names for cruise ships is not without a few oddballs. Some of the more peculiar ones include Celebrity Xpedition, Marco Polo, Sally Albatross and Black Watch, which sounds like a cruise for mercenaries.</p>
<p>So if you&#8217;re looking for a vacation on an expensive floating city, hop aboard the Oasis of the Seas for the ultimate super-sized cruise. Just remember: drinking the water that surrounds this Oasis will only get you as far as the sick bay.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Techniques for developing character names]]></title>
<link>http://1websurfer.wordpress.com/2009/12/14/techniques-for-developing-character-names/</link>
<pubDate>Mon, 14 Dec 2009 19:20:22 +0000</pubDate>
<dc:creator>1websurfer</dc:creator>
<guid>http://1websurfer.wordpress.com/2009/12/14/techniques-for-developing-character-names/</guid>
<description><![CDATA[Image via Wikipedia CHOOSING A CHARACTER NAME Here&#8217;s one way to figure out a character name. T]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="zemanta-img" style="display:block;margin:1em;">
<div class="wp-caption alignright" style="width: 190px"><a href="http://commons.wikipedia.org/wiki/Image:Street_sign_at_corner_of_Fifth_Avenue_and_E_57th_Street_in_NYC.jpg"><img class=" " title="Fifth Avenue and E." src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Street_sign_at_corner_of_Fifth_Avenue_and_E_57th_Street_in_NYC.jpg/300px-Street_sign_at_corner_of_Fifth_Avenue_and_E_57th_Street_in_NYC.jpg" alt="Fifth Avenue and E." width="180" height="143" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p><strong>CHOOSING A CHARACTER NAME</strong></p>
<p>Here&#8217;s one way to figure out a character name.</p>
<ol>
<li>Take the name of the first pet you ever owned, or your parents, or your friend&#8230;</li>
<li>Get the name of the first street you ever lived on.  If the street is a number like 157th Avenue, go with any street name you ever lived on.</li>
</ol>
<p>Now you have your name.  My character&#8217;s name is &#8220;Ringo Darling&#8221;!  LOL.</p>
<p><strong>OR</strong></p>
<p><strong>For the first name</strong>:</p>
<ol>
<li>Take the first three letters of your last name.</li>
<li>Add to that, the first two letters of your first name.</li>
</ol>
<p><strong>For the last name:</strong></p>
<ol>
<li>Take the first two letters of your mother&#8217;s maiden name.</li>
<li>Add to that, the first three letters of the name of the city you were born in OR the street you live on now, whichever sounds better.</li>
</ol>
<p>Mine turns out to be: Bermo Tamel</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/3c80c95c-7592-4b7e-8b5f-8b1488def177/"><img class="zemanta-pixie-img" style="float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=3c80c95c-7592-4b7e-8b5f-8b1488def177" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Building your Small Business]]></title>
<link>http://brandimpact.wordpress.com/2009/12/14/building-your-small-business/</link>
<pubDate>Mon, 14 Dec 2009 11:20:26 +0000</pubDate>
<dc:creator>Steve Woodruff</dc:creator>
<guid>http://brandimpact.wordpress.com/2009/12/14/building-your-small-business/</guid>
<description><![CDATA[So, you have (or are starting) a small business. Now the big challenges are: How do I do this right?]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So, you have (or are starting) a small business. Now the big challenges are: <strong>How do I do this right? </strong>and,<strong> How do I get noticed?</strong></p>
<p>Here&#8217;s a collection of posts I&#8217;ve put up over time, based on my experience. Since they are scattered over various venues, I decided to pull them together. Maybe they&#8217;ll be of some help:</p>
<p><strong>Getting started</strong></p>
<p>- <a href="http://brandimpact.wordpress.com/2007/01/09/10-lessons-learned-starting-a-business/" target="_blank">10 Lessons Learned Starting a Business</a></p>
<p>- <a href="http://brandimpact.wordpress.com/2008/07/02/turning-points-how-i-became-a-consultant/" target="_blank">How I Became a Consultant</a></p>
<p><strong>Determining your focus</strong></p>
<p>- <a href="http://www.smallbusinessbranding.com/680/whats-the-point/" target="_blank">What&#8217;s the Point?</a></p>
<p>- <a href="http://www.mpdailyfix.com/2008/12/im_pursuing_niche_domination.html" target="_blank">I&#8217;m Pursuing Niche Domination</a></p>
<p>- <a href="http://www.smallbusinessbranding.com/843/who-needs-you/" target="_blank">Who Needs You?</a></p>
<p><strong>Personal Branding</strong></p>
<p>- <a href="http://brandimpact.wordpress.com/2008/12/11/you-projected/" target="_blank">You &#8211; Projected</a></p>
<p>- <a href="http://www.mpdailyfix.com/2008/11/personal_branding_whats_your_v.html" target="_blank">Personal Branding: What&#8217;s your Value-Add?</a></p>
<p><strong>Naming</strong></p>
<p>- <a href="http://www.mpdailyfix.com/2008/09/dont_make_a_name_for_yourself.html" target="_blank">Don&#8217;t Make a Name for Yourself</a></p>
<p>- <a href="http://brandimpact.wordpress.com/2009/08/06/product-winner-name-loser/" target="_blank">Product: Winner. Name: Loser</a></p>
<p><strong>Branding/Marketing your business</strong></p>
<p>- <a href="http://www.mpdailyfix.com/2008/09/do_you_pass_the_tshirt_test.html" target="_blank">Do you Pass the T-shirt Test?</a></p>
<p>- <a href="http://www.mpdailyfix.com/2008/09/laundry_list_marketing.html" target="_blank">Laundry List Marketing</a></p>
<p>- <a href="http://www.smallbusinessbranding.com/713/how-to-be-unremarkable/" target="_blank">How to be Unremarkable</a></p>
<p><strong>Using social networking</strong></p>
<p>- <a href="http://www.mpdailyfix.com/2008/10/do_you_have_an_opportunity_net.html" target="_blank">Do you Have an Opportunity Network?</a></p>
<p>- <a href="http://www.mpdailyfix.com/2009/06/getting_started_with_social_ne.html" target="_blank">Getting Started with Social Networking</a></p>
<p>- <a href="http://www.mpdailyfix.com/2009/01/the_strategic_serendipity_of_s.html" target="_blank">The Strategic Serendipity of Social Media</a></p>
<p>- <a href="http://brandimpact.wordpress.com/2009/07/16/feed-people/" target="_blank">Feed People</a></p>
<p><strong>Storytelling</strong></p>
<p>- <a href="http://brandimpact.wordpress.com/2009/10/07/telling-the-company-story/" target="_blank">Telling the Company Story</a></p>
<p>- <a href="http://brandimpact.wordpress.com/2009/07/07/whats-in-a-name-2/" target="_blank">What&#8217;s in a Name?</a></p>
<p><strong>Core principles</strong></p>
<p>- <a href="http://brandimpact.wordpress.com/2009/07/25/ask-the-right-questions/" target="_blank">Ask the Right Questions</a></p>
<p><strong>The right people</strong></p>
<p>- <a href="http://brandimpact.wordpress.com/2007/02/13/picking-bad-apples/" target="_blank">Picking Bad Apples</a></p>
<p>-<a href="http://brandimpact.wordpress.com/2009/10/23/hiring-for-virtue/" target="_blank"> Hiring for Virtue</a></p>
<p><strong>Customer Service</strong></p>
<p>- <a href="http://brandimpact.wordpress.com/2009/12/07/eat-mor-chikin/" target="_blank">Eat Mor Chikin</a></p>
<p>- <a href="http://brandimpact.wordpress.com/2008/11/06/a-boy-and-his-legos/" target="_blank">A Boy and his Legos</a></p>
<p>- <a href="http://brandimpact.wordpress.com/2007/10/05/greetingsdone-right/" target="_blank">Greetings&#8230;Done Right</a></p>
<p><strong>The ultimate goal</strong></p>
<p>- <a href="http://www.mpdailyfix.com/2008/08/branding_nirvana_the_cult_foll.html" target="_blank">A cult following</a></p>
<p>Wanting to start your own business, but still working toward the goal? This is for you: <a href="http://brandimpact.wordpress.com/2009/10/15/time-talent-and-magic/" target="_blank">Time. Talent. And Magic.</a></p>
<p>————-</p>
<p>Subscribe to the <a href="http://feeds.feedburner.com/Stickyfigure" target="_blank"><strong>StickyFigure</strong> blog</a></p>
<p>Twitter: <a href="http://www.twitter.com/swoodruff">@swoodruff</a></p>
<p><a href="http://www.stevewoodruff.com/" target="_blank">Connect with Steve Woodruff</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Naming and Branding in Downtown, South America]]></title>
<link>http://onthebutton.wordpress.com/2009/12/11/naming-and-branding-in-south-america/</link>
<pubDate>Fri, 11 Dec 2009 18:43:40 +0000</pubDate>
<dc:creator>alex</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/11/naming-and-branding-in-south-america/</guid>
<description><![CDATA[by Alex Altman I&#8217;ve taken a year-long sabbatical from naming to pursue scholarly interests in ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>by Alex Altman</em></p>
<p>I&#8217;ve taken a year-long sabbatical from naming to pursue scholarly interests in Quito, Ecuador. Even though I&#8217;m here on non-naming related business, I can&#8217;t help myself from noticing the peculiar way in which things are named. I&#8217;d be remiss if I didn&#8217;t report on some initial findings.</p>
<p>And so, I welcome you to the world of Ecuadorian naming and branding—En el Botón—if you will. Company and product naming in this Andean nation of 13 million people follows a simple yet perplexing pattern. For a name here to be “cool,” the only requirement is that it be an English word.  The perplexing part is that the English words seem to be picked at random and fused in ways that make no sense, either grammatically or with relation to the product or company being named.</p>
<p>I&#8217;ve gathered some of my favorites to share.  Grab some popcorn, or <a class="wpgallery" title="Typical Ecuadorian Cuisine" href="http://avcphoto.blogspot.com/2008/08/la-mejor-comida-del-mundo.html" target="_blank">chochos y tostado</a>, and enjoy.</p>
<p style="text-align:center;"><a href="http://onthebutton.wordpress.com/files/2009/12/groggy.jpg"><img class="size-medium wp-image-1587 aligncenter" title="groggy" src="http://onthebutton.wordpress.com/files/2009/12/groggy.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p><strong>Groggy</strong>: Clothes inspired by the Nyquil hangover. The logo colors and maple leaf makes me think that they’re ready to blame the Canadians for this oddball name.</p>
<p style="text-align:center;"><a href="http://onthebutton.wordpress.com/files/2009/12/mayflower.jpg"><img class="size-medium wp-image-1589 aligncenter" title="mayflower" src="http://onthebutton.wordpress.com/files/2009/12/mayflower.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p><strong>Mayflower Chinese Food</strong>:  The Pilgrims brought many things with them aboard the Mayflower to America. Chinese food was not one of them.</p>
<p><a href="http://onthebutton.wordpress.com/files/2009/12/pilsener1.jpg"><img class="aligncenter size-medium wp-image-1591" title="pilsener" src="http://onthebutton.wordpress.com/files/2009/12/pilsener1.jpg?w=225" alt="" width="225" height="300" /></a></p>
<p><strong>Pilsener</strong>: (Pronounced “peel-sey-ner”) The official beer of Ecuador. Ask for a cerveza in any bar and you’ll get a cold one of these.  The funny thing is that Pilsener is actually a light lager with a taste as uninspired as the name. (Think Natural Light.)  It’s hard to see in the picture, but one of the gold medals on the label commemorates Pilsener’s induction into the <a class="wpgallery" title="Ecuadorian Marketing Hall of Fame" href="http://www.grandesmarcasecuador.com/INDEX_INGRESADAS.html" target="_blank">Ecuadorian Marketing Hall of Fame</a> in 2005.  I&#8217;m assuming that a decent name isn&#8217;t a requirement for getting in.</p>
<p><a style="text-decoration:none;" href="http://onthebutton.wordpress.com/files/2009/12/monkeyhippy.jpg"><img class="aligncenter size-medium wp-image-1592" title="monkeyhippy" src="http://onthebutton.wordpress.com/files/2009/12/monkeyhippy.jpg?w=205" alt="" width="205" height="300" /></a></p>
<p><strong>Monkey Hippy</strong>: They must have used an automatic name generator for this one.  &#8221;Monkey Hippy&#8221; sounds too awkward to have come from a human. What do monkeys and hippies have to do with peanuts?</p>
<p><a href="http://onthebutton.wordpress.com/files/2009/12/funkyfish.jpg"><img class="aligncenter size-medium wp-image-1594" title="funkyfish" src="http://onthebutton.wordpress.com/files/2009/12/funkyfish.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p><strong>Funky Fish</strong>: I’m guessing Funky Fish comes from the same family as Monkey Hippy. One went into the nut business, the other the stuffed animal business. Makes perfect sense, right?</p>
<p><a style="text-decoration:none;" href="http://onthebutton.wordpress.com/files/2009/12/snob.jpg"><img class="aligncenter size-medium wp-image-1596" title="snob" src="http://onthebutton.wordpress.com/files/2009/12/snob.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p><strong>Snob</strong>: Purveyors of inexpensive condiments like this 90 cent bag of jelly, which makes the name choice that much more puzzling.  I find that Snob jelly goes great with Snooty peanut butter on toasted Smug bread.</p>
<p><a style="text-decoration:none;" href="http://onthebutton.wordpress.com/files/2009/12/sunglasshot1.jpg"><img class="aligncenter size-medium wp-image-1598" title="sunglasshot" src="http://onthebutton.wordpress.com/files/2009/12/sunglasshot1.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p><strong>Sunglass Hot</strong>: Valedictorian at the Knockoff School of Naming. Ray Bams and Maui Gins sold here.</p>
<p><a href="http://onthebutton.wordpress.com/files/2009/12/hunters.jpg"><img class="aligncenter size-medium wp-image-1600" title="hunters" src="http://onthebutton.wordpress.com/files/2009/12/hunters.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p><strong>Hunters</strong>: I hear that the waitresses at Hunters carry big fake plastic rifles with them at all times.</p>
<p><a href="http://onthebutton.wordpress.com/files/2009/12/menestras.jpg"><img class="aligncenter size-medium wp-image-1601" title="menestras" src="http://onthebutton.wordpress.com/files/2009/12/menestras.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p><strong>Menestras del Negro</strong>: A <a class="wpgallery" title="Menestra Recipe" href="http://south-american-food.suite101.com/article.cfm/south_american_menestra_recipe" target="_blank">menestra</a> is a local lentil dish served with rice and in the case of this chain, a side of racism.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 7: what a name!]]></title>
<link>http://onthebutton.wordpress.com/2009/12/10/naming-windows-7-name/</link>
<pubDate>Thu, 10 Dec 2009 07:28:01 +0000</pubDate>
<dc:creator>eli</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/10/naming-windows-7-name/</guid>
<description><![CDATA[Windows: now accepting feedback by Eli Altman I&#8217;ve been meaning to write about this for a whil]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1616" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-1616" title="windows-7-less-clicks" src="http://onthebutton.wordpress.com/files/2009/12/windows-7-less-clicks.jpg" alt="" width="450" height="345" /><p class="wp-caption-text">Windows: now accepting feedback</p></div>
<p><em>by Eli Altman</em></p>
<p>I&#8217;ve been meaning to write about this for a while, but I&#8217;ve been tied up.</p>
<p>Let&#8217;s get down to it. Why is the new Microsoft OS called <a href="http://en.wikipedia.org/wiki/Windows_7" target="_blank">Windows 7</a>? If you look at the number of operating systems they&#8217;ve released, it should be Windows 12 or so. Maybe it&#8217;s named for the seven days of the week. Or maybe it&#8217;s called 7 because Windows doesn&#8217;t take seven minutes to boot up anymore.</p>
<p>In any case, here&#8217;s an abridged history of the Windows OS: In the beginning, Windows 1, 2 and 3 came in order—that makes enough sense. Then they went to Windows 95 before coming back to NT 4. <em>Then</em> comes Windows 98 and 2000. Next, Windows Me represents the first time they didn&#8217;t include any numbers. (I guess that&#8217;s what you have to do when you release two operating systems in the same year.) After Windows Me came XP, then everyone&#8217;s favorite Vista, and finally (drum roll please) Windows 7!</p>
<p>I never saw it coming! You figure they&#8217;re all into aspirational Spanish words like Vista, and then they go surprise everyone by kicking it old school with a name like Windows 7. Maybe, since Vista was the only OS that was actually named, and it fizzled a bit, they figured people would be weary of another OS with a real name. Then again, it&#8217;s not like Vista was the first Windows release with issues.</p>
<p>I guess when you get down to it, everyone knows when Microsoft releases a new operating system. It&#8217;s not like they&#8217;re new to the game and need a catchy name to help spread the word.  What Microsoft needed this time was a smooth OS release, and so far, Windows 7 has delivered on that.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Quick Hits: Naming and Branding News]]></title>
<link>http://onthebutton.wordpress.com/2009/12/04/quick-hits-naming-and-branding-news-7/</link>
<pubDate>Fri, 04 Dec 2009 23:34:17 +0000</pubDate>
<dc:creator>roselinke</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/04/quick-hits-naming-and-branding-news-7/</guid>
<description><![CDATA[Name that ferry: yes, ferries are big in Washington State. Is there finally a product name for the m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1578" class="wp-caption aligncenter" style="width: 510px"><a href="http://onthebutton.wordpress.com/files/2009/12/img_09431.jpg"><img class="size-full wp-image-1578" title="IMG_0943" src="http://onthebutton.wordpress.com/files/2009/12/img_09431.jpg" alt="" width="500" height="262" /></a><p class="wp-caption-text">Name that ferry: yes, ferries are big in Washington State.</p></div>
<blockquote><p>Is there finally a <a href="http://erictric.com/miscellaneous/tabletmac-a-new-possible-name-for-the-apple-tablet">product name</a> for the mythical Apple Tablet? Some people think so, since Apple allegedly acquired the TabletMac trademark from Axiotron last year.</p></blockquote>
<blockquote><p>Since September, an advisory committee on Whidbey Island off the coast of Seattle has been <a href="http://www.komonews.com/news/local/78495647.html">gathering potential names</a> for a new ferry between Port Townsend and Keystone. Potential names include Squi Qui, Snakelum, Calista, Skookumchuck, Leschi, Defiance, Haida, The Salish Sea, and Mary Margaret Haugen.</p></blockquote>
<blockquote><p>Dockers is <a href="http://www.nytimes.com/2009/12/01/business/media/01adco.html">rebranding</a> its faded 1990s image with a new line of khakis, with ads reminding men to “wear the pants.”</p></blockquote>
<blockquote><p>Comcast has <a href="http://paidcontent.org/article/419-comcast-naming-its-tv-everywhere-service-xfinity/">renamed</a> its OnDemand Online service to Fancast Xfinity TV, or Xfinity for short.</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The only good bug is a dead bug]]></title>
<link>http://onthebutton.wordpress.com/2009/12/03/naming-terminators/</link>
<pubDate>Thu, 03 Dec 2009 18:13:23 +0000</pubDate>
<dc:creator>jefferyracheff</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/12/03/naming-terminators/</guid>
<description><![CDATA[Raid will kill for you. by Jeffery Racheff They scurry in your walls and lurk between your sheets. T]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1557" class="wp-caption aligncenter" style="width: 475px"><a href="http://onthebutton.wordpress.com/files/2009/12/bug_raid2.jpg"><img class="size-full wp-image-1557" title="bug_raid2" src="http://onthebutton.wordpress.com/files/2009/12/bug_raid2.jpg" alt="" width="465" height="354" /></a><p class="wp-caption-text">Raid will kill for you.</p></div>
<p><em>by Jeffery Racheff</em></p>
<p>They scurry in your walls and lurk between your sheets. They bite, sting, hiss and squeak, carving holes and grossing out guests. They&#8217;re pests. But more importantly, they&#8217;re intruders &#8212; and for that they deserve to be annihilated.</p>
<p>So how do you go about ridding yourself of these vermin? Do you attack with your own weaponry, say, a can of Hot Shot and a heavy heel? Or do you call in the big guns, the professionals with serious bug-killing experience? Whichever you choose, your options want you to know how well they do the job. Because in the bug-killing business, efficiency is everything.</p>
<p>More precisely, efficiency is ruthlessness. Effective product names for insecticides, like Raid, Onslaught, and Terminix, connote viciousness and speed. They sound like black-metal bands because they hit hard and fast. It&#8217;s as if they&#8217;re so powerful you just need to press the nozzle and a swat team of death will come breaking down rodent doors. Which is, in fact, all you need to do. Take for example the Exocutor Insect-A-Kill Ultraviolet Fly Zapper. Add a futuristic sounding model number, like T5000, and you have yourself the ultimate cold-blooded killing machine.</p>
<p>Of course, people <em>want</em> ruthlessness when it comes to pest extermination. A product that shows mercy has no place in the world of bug control because it suggests it&#8217;s okay to let the creatures escape unmaimed. People view pests &#8212; roaches, rats and ants &#8212; as more than just creepy crawlies. They are intruders in our homes, therefore, they should be dealt with savagely: with fists, not eviction notices. That&#8217;s why you&#8217;ll never see a tag-line that says &#8220;show those termites the door,&#8221; or &#8220;ever wish there was a way to teach ants manners?&#8221;  No, they sound more like &#8220;murder bugs before they attack you in your sleep.&#8221;</p>
<p>The companies that do the extermination for you, like Clark or Scott&#8217;s, have names that bring to mind a trustworthy uncle or neighbor—someone who has experience doing this sort of dirty work. If killing bugs yourself makes you feel guilty or squeamish, there&#8217;s a nice strong man to do it for you while you cower in the dining room. Mr. Clark is willing to eliminate those icky bugs by any means necessary, while your hands stay clean. Of course, the advertised image of a friendly, clean cut, milk-man with a Ghostbusters photon pack doesn&#8217;t appear to mesh well with his actual job as the harbinger of death, but that&#8217;s the contradiction people want. Death with a big smile. Just like the cartoonish commercials for Raid that show goofy green bugs scheming to invade the kitchen, only to be foiled by a giant impenetrable fog. They scream &#8220;RRAAAIID!&#8221; and then explode with a poof, much to the delight of children watching at home.</p>
<p>No one likes bugs in their home, but there are clearly two schools of thought on what to do about it. If you&#8217;re cool with death, Terminix and Raid put the power in your hands. If you&#8217;re not, The Orkin Man, with his white teeth and clean uniform, will be glad to bill you for it. So to all you pests out there living comfortable lives &#8212; your days are numbered. Because, in the words of some of the most zealous exterminators around, the <a href="http://en.wikipedia.org/wiki/Starship_Troopers_%28film%29" target="_blank">Starship Troopers</a>, &#8220;the only good bug is a dead bug.&#8221; Happy hunting.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The cognitive and neural expression of semantic memory impairment in mild cognitive impairment and early Alzheimer's disease ]]></title>
<link>http://callierlibrary.wordpress.com/2009/12/01/the-cognitive-and-neural-expression-of-semantic-memory-impairment-in-mild-cognitive-impairment-and-early-alzheimers-disease/</link>
<pubDate>Tue, 01 Dec 2009 23:40:03 +0000</pubDate>
<dc:creator>Callier Library</dc:creator>
<guid>http://callierlibrary.wordpress.com/2009/12/01/the-cognitive-and-neural-expression-of-semantic-memory-impairment-in-mild-cognitive-impairment-and-early-alzheimers-disease/</guid>
<description><![CDATA[Semantic deficits in Alzheimer&#8217;s disease have been widely documented, but little is known abou]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Semantic deficits in Alzheimer&#8217;s disease have been widely documented, but little is known about the integrity of semantic memory in the prodromal stage of the illness. The aims of the present study were to: (i) investigate naming abilities and semantic memory in amnestic mild cognitive impairment (aMCI), early Alzheimer&#8217;s disease (AD) compared to healthy older subjects; (ii) investigate the association between naming and semantic knowledge in aMCI and AD; (iii) examine if the semantic impairment was present in different modalities; (iv) study the relationship between semantic performance and grey matter volume using voxel-based morphometry. Results indicate that both naming and semantic knowledge of objects and famous people were impaired in both aMCI and early AD groups, when compared to healthy age- and education-matched controls. Item-by-item analyses showed that anomia in aMCI and early AD was significantly associated with underlying semantic knowledge of famous people but not with semantic knowledge of objects. Moreover, semantic knowledge of the same concepts was impaired in both the visual and the verbal modalities. Finally, voxel-based morphometry analyses revealed that semantic impairment in aMCI and AD was associated with cortical atrophy in the anterior temporal lobe (ATL) region as well as in the inferior pre-frontal cortex (IPC), some of the key regions of the semantic cognition network. These findings suggest that the semantic impairment in aMCI may result from a breakdown of semantic knowledge of famous people and objects, combined with difficulties in the selection, manipulation and retrieval of this knowledge.</p>
<p>from <a href="http://dx.doi.org/10.1016/j.neuropsychologia.2009.11.019"><em>Neuropsychologia</em></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Wines That Rock: Keith Richards in a bottle]]></title>
<link>http://onthebutton.wordpress.com/2009/11/30/naming-rolling-stones-wine/</link>
<pubDate>Mon, 30 Nov 2009 23:08:57 +0000</pubDate>
<dc:creator>jefferyracheff</dc:creator>
<guid>http://onthebutton.wordpress.com/2009/11/30/naming-rolling-stones-wine/</guid>
<description><![CDATA[Mick and Keith are known for being tasteful. So why shouldn&#39;t their wine be? by Jeffery Racheff ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_1527" class="wp-caption alignnone" style="width: 442px"><a href="http://onthebutton.wordpress.com/files/2009/11/beef_jagger.jpg"><img class="size-full wp-image-1527 " title="beef_jagger" src="http://onthebutton.wordpress.com/files/2009/11/beef_jagger.jpg" alt="" width="432" height="419" /></a><p class="wp-caption-text">Mick and Keith are known for being tasteful. So why shouldn&#39;t their wine be?</p></div>
<p><em>by Jeffery Racheff</em></p>
<p>We all know how rock &#8216;n&#8217; roll sounds, but have you ever wondered what it tastes like? If so, raise your glasses to Wines That Rock, a new company that wants to officially merge the two staples of reckless abandon &#8211; music and liquor &#8211; into one spectacular bottle. Your tongue will never be the same.</p>
<p>Crafted from the partnership between rock band manager RZO and the Mendocino Winery in California, <a href="http://www.wines-that-rock.com/The-Wine" target="_blank">Wines That Rock</a> offers distinct wine varieties inspired by some of the greatest rock musicians of the past century. Available now are The Rolling Stones&#8217; Forty Licks Merlot, Woodstock Chardonnay and Pink Floyd&#8217;s The Dark Side of the Moon Cabernet Sauvignon, each of which displays iconic album art for their labels. They run about $17 a bottle, or $50 for anyone brave enough to take on a triple dose of groove booze.</p>
<p>But these wines aren&#8217;t just left to stew in silence. No, they receive direct inspiration. &#8220;Traditionally, you create the wine and then name it based on its personality,&#8221; says Wines That Rock co-founder Rob Roy (not the Scottish highlander). &#8220;With these wines, we blasted the music in the cellar of the winery and developed a bottle of wine that captured the attitude of the music.&#8221; That means these particular grapes rock out to &#8220;Brain Damage&#8221; or &#8220;Sympathy for the Devil&#8221; as they ferment, no doubt enjoying their transformation infinitely more than the suckers left to rot in noiselessness.</p>
<p>I can&#8217;t help but wonder what would happen if the young wine preferred Led Zeppelin over Pink Floyd, or The Beatles over The Rolling Stones? What if it hated hippies and yet was forced to listen to hundreds of hours of Country Joe and the Fish serenading mud-covered Bohemians? Would that make it agitated and turn sour, like a Star Wars fan who&#8217;s forced to watch a Star Trek marathon? Or maybe the lyrics to &#8220;Money&#8221; really strikes a nerve and sends the alcohol content soaring to 85%. Either way, it&#8217;s just as ridiculous to think that a Roger Waters solo can influence a wine as it is to think that a wine might have its own musical taste before it develops a palatal one.</p>
<p>Who really wants to try a drink that&#8217;s meant to taste like Keith Richards&#8217; attitude anyway? The winemakers obviously don&#8217;t want it to remind you of something that trickled off the back of a 65 year-old Englishman, but I can&#8217;t help but picture it. And in that case, &#8220;Forty Licks&#8221; would conjure flavors of sweat and cigarette butts, with slight notes of whiskey, cocaine and a decade&#8217;s worth of heroin. Instead of fish or steak, it would pair well with prostitutes.</p>
<p>Also, wine is not exactly the type of alcohol that conjures dirty, sexy rock music. Kenny G, Bette Midler, The Trans Siberian Orchestra &#8212; those are the kinds of musical acts you associate with chardonnay. A band like Pink Floyd should have a maddening drink like absinthe, and The Rolling Stones could have something sleazy and shamefully sexy, like Thunderbird or Mad Dog 20/20. Other bands would have their respective qualities in their own brand of beverage. Janis Joplin&#8217;s Gin, Yanni&#8217;s Fresh-Squeezed Orange Juice, E-40&#8217;s 40s, Pantera Gasoline &#8212; the possibilities are endless.</p>
<p>But whatever the drink is, being tied to rock royalty can&#8217;t hurt. So while Forty Licks Merlot probably tastes like any other wine, for an adoring fan it is too curious an experiment to pass up.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[séance ludOéducative  n°3: le débrief]]></title>
<link>http://bobopunkt.wordpress.com/2009/11/30/seance-ludoeducative-n%c2%b03-le-debrief/</link>
<pubDate>Mon, 30 Nov 2009 19:08:19 +0000</pubDate>
<dc:creator>fred</dc:creator>
<guid>http://bobopunkt.wordpress.com/2009/11/30/seance-ludoeducative-n%c2%b03-le-debrief/</guid>
<description><![CDATA[US Now, le documentaire, cliquez sur l&#39;image pour voir la video Ont participé à cette séance lud]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_70" class="wp-caption alignnone" style="width: 368px"><a title="Us Now, le documentaire, cliquez pour voir la video" href="http://watch.usnowfilm.com/subtitled" target="_blank"><img class="size-full wp-image-70  " title="Us Now, le documentaire" src="http://bobopunkt.wordpress.com/files/2009/11/us-now-image.jpg" alt="cliquez sur l'image pour voir la video" width="358" height="294" /></a><p class="wp-caption-text">US Now, le documentaire, cliquez sur l&#39;image pour voir la video</p></div>
<p>Ont participé à cette séance ludOéducative décisive : Caro, Steph, Olivier, Jos, Vin&#8217;S, François et derfmyself (crédit de la séance : 50 Bobopunkt). C&#8217;est Steph et François qui se partagent la mise (100 bobopunkt) pour leur accueil (détails des autres special prize en fin d&#8217;article&#8230;). Remarque au passage : +75% de participation, si c&#8217;est pas de la mobilisation ça !</p>
<p>Les contours de la  séance ludOéducative commence à se dessiner avec une nouvelle fois trois temps forts : <strong>éveil, réflexion, action</strong>. Tous cela dans un esprit convivial et particpatif bien sûr.<!--more--></p>
<p><strong>EVEIL</strong></p>
<p>Pour l&#8217;éveil le support film fonctionne bien. Après vote c&#8217;est finalement le documentaire <a title="le film en entier ss titré FR" href="http://www.usnowfilm.com/" target="_blank">Us Now</a> qui a été retenu notamment pour son format cours (1 heure) vs The Company qui sera reproprosé. Us Now est un documentaire sur les usages participatifs du web (mais pas que) et passe en revue un certain nombre d&#8217;initiatives innovantes et inspirantes (Couchsurfing, Ebbsfleet United, Zopa, Slice the pie, SILK&#8230;).</p>
<p><strong>REFLEXION</strong></p>
<p>Une nouvelle fois le support film a servi de point de départ à l&#8221;échange et plus largement au deuxième temps de la séance: celui du débat, de la réflexion. Apprécié il n&#8217;a dans un premier temps pas convaincu tout le monde sur le lien avec nos sujets Dédé. A Caro, la plus expérimentée de nous, de préciser que si en effet il n&#8217;aborde pas le volet écologique, ce documentaire traite les volets tout aussi important (et parfois plus déclicat à aborder) du social et de l&#8217;économique.</p>
<p>Ce film a notamment soulevé une discussion sur les limites de la valeur de la majorité en fonction des domaines d&#8217;applications (domaines cités: santé publique, grands projets).</p>
<p>Ce support avait en tout cas le mérite de mettre en valeur le formidable pouvoir mobilisateur du Web 2.0. Le web comme outil participatif de prise de décisions collectives par les individus et une opportunité de recréer du lien social au delà de la sphère virtuelle, à l&#8217;échelle locale dans nos vies quotidiennes.</p>
<p>En cela c&#8217;était une parfaite introduction au troisième temps fort de la soirée : l&#8217;action.</p>
<p><strong>ACTION</strong></p>
<p>En l&#8217;occurence le chantier web, avec notamment l&#8217;issue du naming participatif. Ce sera donc&#8230; Bobopunkt !</p>
<p>A l&#8217;aise avec ce nom, encapsulant un certain état d&#8217;esprit en phase avec le projet, ayant fait jusque là ses preuves, il n&#8217;est pas apparu opportun d&#8217;en changer, à ce stade. C&#8217;est donc a l&#8217;unanimité que bobopunkt a été retenu.</p>
<p>Bobopunkt au revoir,</p>
<p>bobopunkt toujours,</p>
<p>nouveau bobopunkt bonjour !</p>
<p>De la discussion sur l&#8217;objet du projet, son ambition, ses modalités, il ressort les points suivants :</p>
<ul>
<li>le blog n&#8217;est pas une fin en soi, c&#8217;est un point de départ, une plateforme pour fédérer des énergies, un outil participatif pour créer du lien, du sens et de l&#8217;action.</li>
<li>il s&#8217;adresse à la communauté des gens qui s&#8217;y retrouvent. C&#8217;est une communauté ouverte. Aujourd&#8217;hui c&#8217;est nous, demain c&#8217;est toujours nous avec  ceux qui souhaitent nous rejoindre. Rencontres, amis d&#8217;amis et que sais-je encore viendront enrichir nos horizons.</li>
<li>on y trouve ce qu&#8217;on y apporte : info, bon plan, expérience, point de vue, questionnement, doute, projet, action.</li>
<li>niveau modalité (à ce jour): la séance ludOéducative. Un responsable par séance ludOéducative réfléchit  au thème, support, projet (1semaine) et propose à la communauté avec appel au vote, contribution en amont de la séance (1semaine)</li>
<li>rythme des séances: toutes les 2 ou 3 semaines avec une préférence affirmée pour le dimanche fin de journée, moment propice à ce type d&#8217;activité ludOéducative.</li>
</ul>
<p>Pour continuer cette discussion et notamment formaliser les fondamentaux du projet je vous invite à vous rendre sur la <a title="go" href="http://bobopunkt.wordpress.com/page-blanche/" target="_blank">page blanche</a>.</p>
<p>Pour ceux qui ont déjà plein d&#8217;idées vous pouvez aussi vous rendre sur l&#8217;<a href="http://bobopunkt.wordpress.com/open-brainsto/" target="_blank">open brainsto</a>.</p>
<p>Pour ceux qui veulent le détail des Bobopunkt et en savoir plus sur les crêpes  de tonton Jos&#8217; c&#8217;est sur <a title="c bien d'être curieux :-)" href="http://bobopunkt.wordpress.com/bobopunktometre/" target="_blank">Bobopunktômètre</a> que ça se passe.</p>
<p><strong><span style="text-decoration:underline;">Next step</span></strong> : séance ludOéducative n°4 by Vin&#8217;S. Date à préciser, soit le 13 décembre soit exceptionnellement en semaine (un vote ?)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Naming definitivo Halconair]]></title>
<link>http://graficodoseag.wordpress.com/2009/11/28/correccion-naming-halconair-mateo-hurtado-fdez/</link>
<pubDate>Sat, 28 Nov 2009 20:48:57 +0000</pubDate>
<dc:creator>mateohurtado</dc:creator>
<guid>http://graficodoseag.wordpress.com/2009/11/28/correccion-naming-halconair-mateo-hurtado-fdez/</guid>
<description><![CDATA[View this document on Scribd]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><object id="23604204" name="23604204" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="100%">
<param name="movie" value="http://documents.scribd.com/ScribdViewer.swf?document_id=23604204&access_key=key-1yiclz30h6jg7uzcpvcx&page=&version=1&auto_size=true&viewMode="><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value="">
<embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=23604204&access_key=key-1yiclz30h6jg7uzcpvcx&page=&version=1&auto_size=true&viewMode=" name="23604204_object" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"></embed>
</object>
<div style="font-size:10px;text-align:center;width:100%"><a href="http://www.scribd.com/doc/23604204">View this document on Scribd</a></div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
