<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Expositions on the Obscure</title>
	<atom:link href="http://blog.sedesdraconis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sedesdraconis.com</link>
	<description>Aidan&#039;s Story Time</description>
	<lastBuildDate>Tue, 20 Sep 2011 04:57:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Trochees and Dactyls</title>
		<link>http://blog.sedesdraconis.com/2011/09/trochees-and-dactyls/</link>
		<comments>http://blog.sedesdraconis.com/2011/09/trochees-and-dactyls/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 04:52:13 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=221</guid>
		<description><![CDATA[We celebrated Talk Like a Trochee Day by going to see Trochees and Dactyls1,2,3 James Bond and Indiana Jones Cowboys and Aliens at the discount theater. Also apparently we&#8217;re going to be seeing Olivia Wilde in a lot of SFF &#8230; <a href="http://blog.sedesdraconis.com/2011/09/trochees-and-dactyls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We celebrated Talk Like a Trochee Day by going to see <strike>Trochees and Dactyls</strike><sup>1,2,3</sup> <strike>James Bond and Indiana Jones</strike> Cowboys and Aliens at the discount theater.</p>
<p>Also apparently we&#8217;re going to be seeing Olivia Wilde in a lot of <acronym title="Science-Fiction/Fantasy">SFF</acronym> Movies because apparently (for real spoilers for Cowboys and Aliens and Tron): <span style="color:white;border:thin dotted black">casting directors look at her face and say &#8220;Your like on Earth I ne&#8217;er did see&#8221;</span><sup>4</sup>.</p>
<p>What, the movie?  Oh, it was entertaining.  Had some quite good moments.  Ultimately nothing that special.</p>
<p>1. <a href="http://en.wikipedia.org/wiki/Trochee">http://en.wikipedia.org/wiki/Trochee</a><br />
2. <a href="http://xkcd.com/856/">http://xkcd.com/856/</a><br />
3. <a href="http://en.wikipedia.org/wiki/Dactyl (poetry)">http://en.wikipedia.org/wiki/Dactyl_%28poetry%29</a><br />
4. <a href="http://en.wikisource.org/wiki/Child%27s_Ballads/37">http://en.wikisource.org/wiki/Child&#8217;s_Ballads/37</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/09/trochees-and-dactyls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with Raphael</title>
		<link>http://blog.sedesdraconis.com/2011/08/playing-with-raphael/</link>
		<comments>http://blog.sedesdraconis.com/2011/08/playing-with-raphael/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 20:31:57 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Raphael]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=208</guid>
		<description><![CDATA[Been working on creating a product with Raphael at work. Yesterday I took a diversion into starting a tiny geometry library for myself, that handles angles the way I want, and adds easy capability of drawing polygons anchored to their &#8230; <a href="http://blog.sedesdraconis.com/2011/08/playing-with-raphael/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Been working on creating a product with <a href="http://raphaeljs.com/index.html">Raphael</a> at work.  Yesterday I took a diversion into starting a tiny geometry library for myself, that handles angles the way I want, and adds easy capability of drawing polygons anchored to their centers and/or sized by their radii.</p>
<p>Here are some things I drew, once I had things working (and the code I used to draw each, mostly for my own archival purposes):<br />
<a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/polygontest1.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-12.57.53.png" alt="" title="Polygon Test 1" width="230" height="242" class="alignnone size-full wp-image-209" /></a><span id="more-208"></span></p>
<p><code>for (var i = 0 ; i < 16 ; i++){paper.path(svgPolygon({oX: 200, oY: 200, sides: 3, size: 100, sizeType: "radius", angleAdj: [i*(1/96), "t"], center: "true"})).attr({fill: "rgb("+(255-15*i)+", "+0+", "+(0+15*i)+")", "fill-opacity": 0.1, "stroke-width": 0});}</code></p>
<p><a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/polygontest2.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-13.00.001.png" alt="" title="Polygon Test 2" width="436" height="245" class="alignnone size-full wp-image-212" /></a></p>
<p><code>for (var i = 0 ; i < 20 ; i++){paper.path(svgPolygon({oX: 200, oY: 200, sides: 3, size: 100, sizeType: "radius", angleAdj: [i*(1/60), "t"]})).attr({fill: "blue", "fill-opacity": 0.1, "stroke-width": 0});}</code> (code for blue star only.  Orange star made with basically the same code, but by putting a red down on top of a yellow, to get the rich brilliant orange).</p>
<p><a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/blueberrypeppermint.png.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-13.00.45.png" alt="" title="Polygon Test 3" width="200" height="209" class="alignnone size-full wp-image-215" /></a><br />
Sarkat calls this one "blueberry peppermint".</p>
<p><code>for (var i = 0 ; i < 27 ; i++){paper.path(svgPolygon({oX: 200, oY: 200, sides: 3, size: 50, sizeType: "radius", angleAdj: [i*(1/27), "t"], center: "false"})).attr({fill: "blue", "fill-opacity": 0.1, "stroke-width": 0});}</code></p>
<p><a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/polygontest4.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-13.11.41.png" alt="" title="Polygon Test 4" width="355" height="366" class="alignnone size-full wp-image-217" /></a></p>
<p><code>for (var i = 0 ; i < 16 ; i++){paper.path(svgPolygon({oX: 200, oY: 200, sides: 4, size: 75, sizeType: "radius", angleAdj: [i*(1/16), "t"], center: "false"})).attr({fill: "hsb("+(i/16)+", 1, 1)", "fill-opacity": 0.1, "stroke-width": 0});}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/08/playing-with-raphael/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing with Canvas</title>
		<link>http://blog.sedesdraconis.com/2011/07/playing-with-canvas/</link>
		<comments>http://blog.sedesdraconis.com/2011/07/playing-with-canvas/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 04:24:15 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[drawing with numbers]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=198</guid>
		<description><![CDATA[Today was the first day of classwork for my internship. Since there are 28 of us with various backgrounds, the first day meant basic HTML, which nearly none of us needed, and I certainly didn&#8217;t. So I started learning to &#8230; <a href="http://blog.sedesdraconis.com/2011/07/playing-with-canvas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today was the first day of classwork for my internship.  Since there are 28 of us with various backgrounds, the first day meant basic HTML, which nearly none of us needed, and I certainly didn&#8217;t. So I started learning to use HTML5 canvas instead.</p>
<p>I made a <a target="_blank" href="http://www.sedesdraconis.com/extras/canvastest/">little page that draws</a>.</p>
<p>The first person I showed it to, a fellow intern, said &#8220;Oh, you made a drawing program.&#8221; And started trying to draw on it with the mouse.  This is funny, because that&#8217;s presumably most people&#8217;s first inclination about how a drawing program works, but not at all what I want out of a drawing program.  I have a good eye for detail, but miserable fine motor control, which means drawing by hand is extremely frustrating (or carving pumpkins by hand, or calligraphy by hand, or any number of handicrafts).</p>
<p>But I adore programs in which I can draw with numbers, like Adobe Illustrator; I can tell a point to be at exactly 211, 100 and to go from there in a straight line to exactly 234.57, 21.22 and it does! and it stays there! This drawing page likewise takes input from numbers, not from hand waving.</p>
<p>Sarkat, on the other hand, said, &#8220;You made it box.  How did you?&#8221; And sat down and played with the controls until she figured it all out. Somewhat hampered by my idiosyncratic trackpad configuration. Also by it having less features and more bugs than it does now.</p>
<p>It also includes a Turns-Radians-Degrees interconversion function. Turns is the default angle unit, in support of the <acronym title="Tau">&tau;</acronym> movement.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/07/playing-with-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Populated Clock</title>
		<link>http://blog.sedesdraconis.com/2011/06/the-populated-clock/</link>
		<comments>http://blog.sedesdraconis.com/2011/06/the-populated-clock/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 07:06:51 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Visualization]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=179</guid>
		<description><![CDATA[World Population by time zone, draft 1.1 Before you ask, the colors don&#8217;t mean anything, there just to make it easier to tell one bar from another. Modified logarithmic scale. All time zones are standard time for their locations, except &#8230; <a href="http://blog.sedesdraconis.com/2011/06/the-populated-clock/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/06/populatedclock2.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/06/populatedclock2.png" alt="The Populated Clock 1.2" title="Populated Clock1_2" width="1019" height="473" class="alignnone size-full wp-image-195" /></a></p>
<p>World Population by time zone, draft 1.1</p>
<p>Before you ask, the colors don&#8217;t mean anything, there just to make it easier to tell one bar from another.</p>
<p>Modified logarithmic scale.</p>
<p>All time zones are standard time for their locations, <a href="http://blog.sedesdraconis.com/2011/06/time-zone-data-collection/">except for Russia</a>.</p>
<p>6.9 billion people included. Not pictured: UTC+12:45 (pop. 650), UTC+13 (pop. 104,000), or UTC+14 (pop. 8,800).  Some people not yet properly distributed where an administrative region crosses a timezone, such as western Kansas or eastern Micronesia (but many are).</p>
<p>(for other locations of <a href="http://en.wikipedia.org/wiki/Sulawesi">Sulawesi</a>, see <a href="http://xkcd.com/256/">1</a>, <a href="http://xkcd.com/273/">2</a>.)</p>
<p>2011/06/24, 10:45UTC-7: whoops, just noticed the UTC+12 bar isn&#8217;t in there by mistake, I hid it while doing some work, and forgot to re-show it.  I&#8217;ll fix that when I get home from work.</p>
<p>2011/06/24, 15:50UTC-7: the spans, especially for NYC and Ca. are imprecisely constructed and on the logarithmic scale suggest meanings that are false (such as NYC having a population of 150 million). I will make them precise.</p>
<p>2011/06/24, 21:45UTC-7: Updated with both of these corrections. (<a href="http://blog.sedesdraconis.com/2011/06/the-populated-clock/populatedclock/">previous version</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/06/the-populated-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bravado</title>
		<link>http://blog.sedesdraconis.com/2011/06/bravado/</link>
		<comments>http://blog.sedesdraconis.com/2011/06/bravado/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 23:11:16 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Stick Comic]]></category>
		<category><![CDATA[Bravado]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dr. Horrible]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=168</guid>
		<description><![CDATA[Yes, I really did. It was part of my application to IGN CodeFoo Academy. It seems to have impressed someone, since I was accepted! kellan said it was a nice show of bravado. As in, &#8220;No one in their right &#8230; <a href="http://blog.sedesdraconis.com/2011/06/bravado/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/06/hammer2.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/06/hammer2.png" alt="Stick Comic: The Hammer" title="The Hammer" width="843" height="409" class="alignnone size-full wp-image-167" /></a></p>
<p><a href="http://www.sedesdraconis.com/extras/ign/fireball.html">Yes, I really did</a>. It was part of my application to IGN CodeFoo Academy. It seems to have impressed someone, since I was accepted!</p>
<p>kellan said it was a nice show of bravado.  As in, &#8220;No one in their right mind would possibly do that, so you must know something I don&#8217;t.&#8221;  Which was part of the fun.</p>
<p>It also demonstrates an interesting tool in my toolbox. Not a good tool for this problem, but a good tool for other problems, and one of my better tools.  Thus, &#8220;My hammer, let me show you it.&#8221;</p>
<p>Oh, and if you don&#8217;t get the last panel, you should watch Doctor Horrible&#8217;s Sing-a-long Blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/06/bravado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Zone data collection</title>
		<link>http://blog.sedesdraconis.com/2011/06/time-zone-data-collection/</link>
		<comments>http://blog.sedesdraconis.com/2011/06/time-zone-data-collection/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 07:29:39 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Visualization]]></category>
		<category><![CDATA[demographics]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=157</guid>
		<description><![CDATA[I&#8217;m currently working on a Visualization of time zones by population. When I started the Tabulation phase (which I&#8217;m still mostly in), I realized, &#8220;this calls for being a pivot table!&#8221; Luckily, unlike the last several times I&#8217;ve started a &#8230; <a href="http://blog.sedesdraconis.com/2011/06/time-zone-data-collection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a Visualization of time zones by population.</p>
<p>When I started the Tabulation phase (which I&#8217;m still mostly in), I realized, &#8220;this calls for being a pivot table!&#8221;  Luckily, unlike the last several times I&#8217;ve started a project and realized it required a pivot table, I actually have a pivot table tool available!  Yay Google Docs!</p>
<p>Some random facts I&#8217;ve picked up while tabulating:</p>
<p>There is exactly one time zone which exists but has no population whatsoever: UTC+12:00.</p>
<p>Most areas either have Standard Time all year round, or Standard Time during local winter and Summer Time/Daylight Savings Time during local summer.  There are 1.5 exceptions: Russia and Ireland.  Ireland really does follow this pattern since 1971, but through historical frankensteinization calls its timezones Western European Time (winter) and Irish Standard Time (summer).  Russia, on the other hand, <del>is just sort of chuckling</del> technically observes Daylight Savings Time <em>all year round</em>, in each of its 8 time zones, as of a few months ago (March 2011).</p>
<p>Arizona, though completely surrounded by regions that observe DST, does not observe DST.  This I knew.  What I didn&#8217;t know is that the Arizona Navajo Nation, which is mostly, but not entirely contained inside Arizona, <em>does</em> observe DST.   But wait, there&#8217;s more.  The Hopi Nation, which is entirely surrounded by the Navajo Nation <em>doesn&#8217;t</em> observe DST.</p>
<p>China is all one time zone.  This I knew.  But did you know that China shares border with every timezone from UTC+5 to UTC+11?  Including UTC+5:30 and UTC+5:45 (because Nepal is a special snowflake).</p>
<p>Part of the fault for that lies with Russia&#8217;s wacky timezones, though.  The UTC+11 timezone that China borders, Vladivostok Time, is geographically closer to +10  which is its technical standard time, though under the current rules, it never observes standard time. Actually, it&#8217;s even closer to +9, having the same longitudinal spread as Japan, which is at UTC+9 for its Standard Time.  That&#8217;s the really weird part, Russia&#8217;s timezones were already shifted over.  After first I though the permanent Daylight Savings-thing was to compensate for the time zones being drawn all shifted over.  But, no, they shifted it <em>the wrong way</em>. It made it <em>worse</em>.  Because Russia is impossible to understand with your brain.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/06/time-zone-data-collection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Previews</title>
		<link>http://blog.sedesdraconis.com/2011/06/previews/</link>
		<comments>http://blog.sedesdraconis.com/2011/06/previews/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 00:36:07 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=150</guid>
		<description><![CDATA[I&#8217;ve been busy lately and writing hasn&#8217;t happened. In the mean time, here are two charts I&#8217;ve been working on recently. I will eventually write posts walking through them, but in the meantime, here are the punchlines! Solar Bodies: Hyperoperators:]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been busy lately and writing hasn&#8217;t happened. In the mean time, here are two charts I&#8217;ve been working on recently. I will eventually write posts walking through them, but in the meantime, here are the punchlines!</p>
<p>Solar Bodies:<br />
<a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/05/SolarSystemChart_2.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/05/SolarSystemChart_2-281x300.png" alt="" title="Solar Bodies Chart" width="281" height="300" class="alignnone size-medium wp-image-148" /></a></p>
<p>Hyperoperators:<br />
<a href="http://blog.sedesdraconis.com/wp-content/uploads/2011/06/hyperoperators0_4.png"><img src="http://blog.sedesdraconis.com/wp-content/uploads/2011/06/hyperoperators0_4-190x300.png" alt="" title="Hyperoperators 0-4" width="190" height="300" class="alignnone size-medium wp-image-149" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/06/previews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yoshimi Battles the Rock and Roll Vowel Laxing</title>
		<link>http://blog.sedesdraconis.com/2011/05/yoshimi-battles-the-rock-and-roll-vowel-laxing/</link>
		<comments>http://blog.sedesdraconis.com/2011/05/yoshimi-battles-the-rock-and-roll-vowel-laxing/#comments</comments>
		<pubDate>Mon, 02 May 2011 02:52:41 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Linguistics]]></category>
		<category><![CDATA[Rock Band]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=138</guid>
		<description><![CDATA[We got Rock Band 3 a little while ago, and it comes with Yoshimi Battles the Pink Robots, which OStone really likes, so I&#8217;ve listened to that a few times. The first two lines caught my attention as a phonologist: &#8230; <a href="http://blog.sedesdraconis.com/2011/05/yoshimi-battles-the-rock-and-roll-vowel-laxing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We got Rock Band 3 a little while ago, and it comes with <a href="http://en.wikipedia.org/wiki/Yoshimi_Battles_the_Pink_Robots">Yoshimi Battles the Pink Robots</a>, which OStone really likes, so I&#8217;ve listened to that a few times.</p>
<p>The first two lines caught my attention as a phonologist: &#8220;Her name is Yoshimi/She&#8217;s a black belt in karate&#8221;.  The rhyming words in both lines are Japanese.  In Japanese &#8220;Yoshimi&#8221; would end with the high front vowel /i/, while &#8220;karate&#8221; would end with the mid front vowel /e/.  That is, the vowel in the first line is a full step higher than the vowel in the second.</p>
<p>But in English, neither of the vowels are pronounced the same way.  The English pronunciation of &#8220;karate&#8221; raises the final vowel to /i:/, as it does with most Japanese loanwords ending in /e/ (&#8220;kamikaze&#8221;, &#8220;karaoke&#8221;, etc.), and the singer (Wayne Coyne?) pronounces it as such.  This is because English doesn&#8217;t use /e/ as a vowel at all.  The closest English vowels would be either /ɛ/ or /eɪ/.  But lax vowels like /ɛ/ can&#8217;t normally appear at the end of words, and /eɪ/ interacts with stress and meter differently than /i:/ and doesn&#8217;t like to appear like this at the end of a word when the preceding syllable is stressed.  So in this position, the Japanese /e/ is bumped up to the third or fourth closest English vowel, /i/, and we get /kǝɹ&#8217;ɑ:ti:/.</p>
<p>Now I just said you can&#8217;t use lax vowels at the end of words in English.  <em>Except</em> when you&#8217;re singing Rock music.  In the name &#8220;Yoshimi&#8221;, which would also end in /i:/ in normal English, we see Rock and Roll vowel laxing to [ɪ].  Rock music is often sung in or influenced by a standard Rock and Roll accent, which includes laxing of word final [i:]&#8216;s, archetypically in &#8220;baby&#8221; to &#8220;babih&#8221; (/beɪbi:/ to [beɪbɪ]).</p>
<p>My Phonetic Analysis professor once asserted, &#8220;You can&#8217;t make a tense vowel in that position or you&#8217;d lose your recording contract.&#8221;  (Though The Flaming Lips don&#8217;t seem to have lost their recording contract over the tense vowel in &#8220;karate&#8221;.)</p>
<p>Now the tense/lax distinction in vowels is squidgy.  Actually vowels in general are squidgy, but this distinction is particularly squidgy.  But lax vowels are generally held to be lower than their corresponding tense vowels, along with whatever other characteristics distinguish them, which are not always agreed upon.</p>
<p>Taken together:<br />
In Japanese, the first vowel would be a full step higher than the second ([i] over [e])<br />
As sung in English, the first vowel is a small step <em>lower</em> than the second ([ɪ] under [i:]), due to the combination of how &#8220;karate&#8221; is borrowed plus Rock and Roll Vowel Laxing being applied to &#8220;Yoshimi&#8221; but not &#8220;karate&#8221;.</p>
<p>(Note: the whole first verse is &#8220;Her name is Yoshimi/She&#8217;s a black belt in karate/Working for the city/She has to discipline her body&#8221;.  So the not-quite rhyme in the first two lines under discussion is only part of a verse-wide rhyming structure. I&#8217;m not critiquing the rhyme at all, I&#8217;m being amused by the reversal of vowel heights.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/05/yoshimi-battles-the-rock-and-roll-vowel-laxing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Animations</title>
		<link>http://blog.sedesdraconis.com/2011/04/little-animations/</link>
		<comments>http://blog.sedesdraconis.com/2011/04/little-animations/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 16:34:41 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=131</guid>
		<description><![CDATA[Some animations I put together last month. I&#8217;ve long built versions of these in my head during those times when one is lying in bed watching the clock tick by slowly.]]></description>
			<content:encoded><![CDATA[<p>Some animations I put together last month. I&#8217;ve long built versions of these in my head during those times when one is lying in bed watching the clock tick by slowly.</p>
<p><img alt="" src="http://www.sedesdraconis.com/extras/images/lcdanim.gif" title="LCD Animation #1" class="alignnone" width="126" height="126" /> <img alt="" src="http://www.sedesdraconis.com/extras/images/lcdanim2.gif" title="LCD Animation #2" class="alignnone" width="126" height="126" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/04/little-animations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Genre Savvy is Useless Here</title>
		<link>http://blog.sedesdraconis.com/2011/04/my-genre-savvy-is-useless-here/</link>
		<comments>http://blog.sedesdraconis.com/2011/04/my-genre-savvy-is-useless-here/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 16:25:53 +0000</pubDate>
		<dc:creator>aidan</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Humanism]]></category>
		<category><![CDATA[Literary Analysis]]></category>
		<category><![CDATA[Prydain]]></category>

		<guid isPermaLink="false">http://blog.sedesdraconis.com/?p=92</guid>
		<description><![CDATA[I just finished listening to the Prydain Chronicles, so I can now post this piece I wrote last week, but didn&#8217;t want to lead anyone into temptation to give me spoilers. 2011.03.31: I&#8217;m listening to Taran Wanderer right now, and &#8230; <a href="http://blog.sedesdraconis.com/2011/04/my-genre-savvy-is-useless-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just finished listening to the Prydain Chronicles, so I can now post this piece I wrote last week, but didn&#8217;t want to lead anyone into temptation to give me spoilers.</p>
<p>2011.03.31:<br />
I&#8217;m listening to <em>Taran Wanderer</em> right now, and I have to confess, I have no idea how it&#8217;s going to end.</p>
<p>I&#8217;ve been writing essays on this particular subgenre since I was 15, and Taran is clearly identifiable as an Arthur. So when Book Four is all about his quest to determine his parentage, you&#8217;d expect it to be obvious that he will turn out to be a long lost <a href="http://www.thefreedictionary.com/atheling">atheling</a>.</p>
<p>Spoiler Warning<br />
<span id="more-92"></span></p>
<p>Except Alexander sometimes plays the tropes straight, and sometimes subverts them. In fact, in one surprising turn for the genre savvy, in <em>The Book of Three</em> Taran explicitly fails to draw the Sword in the Stone (Dyrnwyn), which bears the injunction, &#8220;DRAW DYRNWYN, ONLY THOU OF ROYAL BLOOD[...]&#8220;. This would seem to indicate that Taran is <em>not</em> an atheling.</p>
<p>On the other hand, Eilonwy goes on to say &#8220;Royal blood is just a way of translating; in the Old Writing, it didn&#8217;t mean only having royal relatives—anybody can have those. It meant—oh, I don&#8217;t know what you&#8217;d call it. Something very special.&#8221; And on the third hand, I get a little bit of a feeling of an injunction specifically against Taran taking the sword, which might indicate that he will later take it, but can&#8217;t take it yet for some reason. This may just be echoes of <em>Magician&#8217;s Gambit</em> in my head, though.</p>
<p>Taran wants to be of noble blood, though primarily because his romantic interest is a princess. But the books have a strange and mixed relationship with what Taran wants. Sometimes the lesson is that he was being childish to want it. Several times, he is put in a situation where he must give up what he wants for the greater good. But sometimes in those situations, he ends up being given what he wants anyway, sometime after he has chosen sacrifice. So what Taran wants is no good indicator of what will happen.</p>
<p>It is also of note that this book deals more with commoners than any of the previous books, and in fact even calls attention to that fact: &#8220;Never before in all his adventures had he shared hospitality with the farmer folk of Prydain, and he glanced around as wondering as a stranger in a new land.&#8221;</p>
<p>But, though the books more often than not deal with character from the nobility, except when the characters are outside the social hierarchy altogether, there are also anti-hierarchical themes, e.g. &#8220;For a man to be worthy of any rank, he must strive first to be a man.&#8221; and &#8220;I have learned there is greater honor in a field well plowed than in a field steeped in blood.&#8221; and the glorification (so far, though I haven&#8217;t actually reached their realm yet) of the folk of the Free Commots, who have no lords, but &#8220;rule themselves. Strong and steadfast they are, too.&#8221;</p>
<p>And finally, I note that in the first quarter of the book, Taran is offered a place as a surrogate son in two different families: first by a farmer family struggling to even maintain subsistence, and second by a king (though &#8220;duke&#8221; might better convey to most readers Smoit&#8217;s social position). He refuses both at least until after he finishes the task he has set before himself, unwilling to let the question eat at him for the rest of his life.</p>
<p>It&#8217;s a question I&#8217;m deeply curious about now, also. I continue to be more impressed by Alexander than I expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sedesdraconis.com/2011/04/my-genre-savvy-is-useless-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
