<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ken's Techno Tidbits</title>
	<atom:link href="http://ken-blog.krugler.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://ken-blog.krugler.org</link>
	<description>A blog for all the stuff that shouldn't go on my Krugle.com blog</description>
	<pubDate>Mon, 23 Jun 2008 11:24:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>OmniFocus meets Wordle</title>
		<link>http://ken-blog.krugler.org/2008/06/23/omnifocus-meets-wordle/</link>
		<comments>http://ken-blog.krugler.org/2008/06/23/omnifocus-meets-wordle/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 11:24:55 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[omnifocus]]></category>

		<category><![CDATA[tag cloud]]></category>

		<category><![CDATA[wordle]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=59</guid>
		<description><![CDATA[A friend recently pointed me to Wordle, which is a cool little applet for creating interesting tag clouds - not the usual ones that just alter font size, but funky clouds with rotated text, multiple colors, pick-your-font, etc.
I gave it a try using the export of my personal task list from OmniFocus:

    [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A friend recently pointed me to <a href="http://wordle.net" target="_blank">Wordle</a>, which is a cool little applet for creating interesting tag clouds - not the usual ones that just alter font size, but funky clouds with rotated text, multiple colors, pick-your-font, etc.</p>
<p>I gave it a try using the export of my personal task list from <a href="http://www.omnigroup.com/omnifocus" target="_blank">OmniFocus</a>:</p>
<p><a href="http://kkrugler.files.wordpress.com/2008/06/wordle.png"><img class="alignnone size-full wp-image-60" src="http://kkrugler.files.wordpress.com/2008/06/wordle.png?w=436&h=829" alt="Personal tag cloud" width="436" height="829" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=59&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/06/23/omnifocus-meets-wordle/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/06/wordle.png" medium="image">
			<media:title type="html">Personal tag cloud</media:title>
		</media:content>
	</item>
		<item>
		<title>Converting Vimeo embedded HTML to XHTML</title>
		<link>http://ken-blog.krugler.org/2008/06/14/converting-vimeo-embedded-html-to-xhtml/</link>
		<comments>http://ken-blog.krugler.org/2008/06/14/converting-vimeo-embedded-html-to-xhtml/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 19:00:54 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[vimeo]]></category>

		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=58</guid>
		<description><![CDATA[I recently used Vimeo to publish a video, and it worked well. But I ran into a problem with using the HTML they generate for embedding the video - it&#8217;s not valid XHTML.
You typically get something that starts with this &#60;object&#62; element (using a real value for XXXX, of course):
&#60;object width="265" height="200"&#62;
  &#60;param name="allowfullscreen" [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently used Vimeo to publish a video, and it worked well. But I ran into a problem with using the HTML they generate for embedding the video - it&#8217;s not valid XHTML.</p>
<p>You typically get something that starts with this &lt;object&gt; element (using a real value for XXXX, of course):</p>
<pre>&lt;object width="265" height="200"&gt;
  &lt;param name="allowfullscreen" value="true" /&gt;
  &lt;param name="allowscriptaccess" value="always" /&gt;
  &lt;param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=XXXX&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" /&gt;
  &lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=XXXX&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1"
    type="application/x-shockwave-flash"
    allowfullscreen="true"
    allowscriptaccess="always"
    width="265" height="200"&gt;
  &lt;/embed&gt;
&lt;/object&gt;</pre>
<p>The first problem is that strict XHTML doesn&#8217;t let you put this directly into a &lt;body&gt; element - you need to wrap it with &lt;p&gt; &#8230; &lt;/p&gt; tags.</p>
<p>The second problem is that &lt;embed&gt; isn&#8217;t a valid XHTML element. Luckily Bernie Zimmermann had a <a href="http://www.bernzilla.com/item.php?id=681" target="_blank">blog post</a> about a similar issue with YouTube videos, so I could apply similar munging.</p>
<ol>
<li>Move the type=&#8221;yyy&#8221; attribute from the &lt;embed&gt; element to the outer &lt;object&gt; element.</li>
<li>Move the src=&#8221;yyy&#8221; attribute from the &lt;embed&gt; element to the outer &lt;object&gt; element, and change it to be data=&#8221;yyy&#8221;.</li>
<li>Delete the &lt;embed&gt; element</li>
</ol>
<p>This leaves you with something that looks like:</p>
<pre>&lt;p&gt;
&lt;object width="265" height="200"
    data="http://www.vimeo.com/moogaloop.swf?clip_id=XXXX&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1"
    type="application/x-shockwave-flash"&gt;
  &lt;param name="allowfullscreen" value="true" /&gt;
  &lt;param name="allowscriptaccess" value="always" /&gt;
  &lt;param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=XXXX&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=00ADEF&amp;amp;fullscreen=1" /&gt;
  &lt;/embed&gt;
&lt;/object&gt;
&lt;/p&gt;</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=58&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/06/14/converting-vimeo-embedded-html-to-xhtml/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>
	</item>
		<item>
		<title>I refuse to join any club which would have me as a member</title>
		<link>http://ken-blog.krugler.org/2008/06/13/i-refuse-to-join-any-club-which-would-have-me-as-a-member/</link>
		<comments>http://ken-blog.krugler.org/2008/06/13/i-refuse-to-join-any-club-which-would-have-me-as-a-member/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 20:37:54 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[entrepreneur]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=57</guid>
		<description><![CDATA[This was a Groucho Marx quote I located on Brainy Quote. I thought of it while trying to find a time to meet up with two friends. I hope to have a semi-regular gathering of entrepreneurs in the Grass Valley/Nevada City area, and today was the magic alignment of planets - I&#8217;d just returned from [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This was a <a href="http://en.wikipedia.org/wiki/Groucho_marx" target="_blank">Groucho Marx</a> quote I located on <a href="http://www.brainyquote.com/quotes/authors/g/groucho_marx.html" target="_blank">Brainy Quote</a>. I thought of it while trying to find a time to meet up with two friends. I hope to have a semi-regular gathering of entrepreneurs in the Grass Valley/Nevada City area, and today was the magic alignment of planets - I&#8217;d just returned from Japan, Phil would be back from LA, and Lou was available - but then Phil&#8217;s trip got extended.</p>
<p>Since one of the universal constants of doing a start-up is that you don&#8217;t have enough time to do half of everything that needs doing, I&#8217;m not surprised that we&#8217;re having trouble getting together. Which makes me think that if you have time to meet, you&#8217;re not really an entrepreneur.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=57&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/06/13/i-refuse-to-join-any-club-which-would-have-me-as-a-member/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>
	</item>
		<item>
		<title>Mark Twain Commentary on the MacBook Air</title>
		<link>http://ken-blog.krugler.org/2008/04/05/mark-twain-commentary-on-the-macbook-air/</link>
		<comments>http://ken-blog.krugler.org/2008/04/05/mark-twain-commentary-on-the-macbook-air/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 15:48:33 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[don't do this]]></category>

		<category><![CDATA[random]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[MacBook Air]]></category>

		<category><![CDATA[Mark Twain]]></category>

		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=54</guid>
		<description><![CDATA[One of my favorite posts to the Unicode mailing list came during a heated debate about &#8220;simplifying&#8221; certain character sets. I believe it was Joe Becker who re-posted Mark Twain&#8217;s humorous proposal for simplifying English spelling:





In year 1, that useless letter &#8220;c&#8221; would be dropped to be replased either by &#8220;k&#8221; or &#8220;s;&#8221; and likewise, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of my favorite posts to the Unicode mailing list came during a heated debate about &#8220;simplifying&#8221; certain character sets. I believe it was Joe Becker who re-posted Mark Twain&#8217;s humorous proposal for simplifying English spelling:</p>
<table border="0">
<tbody>
<tr valign="top">
<td valign="top"><a href="http://kkrugler.files.wordpress.com/2008/04/mark-twain.png"><img src="http://kkrugler.files.wordpress.com/2008/04/mark-twain.png?w=200&h=314" alt="Mark Twain" width="200" height="314" /></a></td>
<td>
<blockquote><p><span>In year 1, that useless letter &#8220;c&#8221; would be dropped to be replased either by &#8220;k&#8221; or &#8220;s;&#8221; and likewise, &#8220;x&#8221; would no longer be part of the alphabet. The only kase in which &#8220;c&#8221; ould be retained would be the &#8220;ch&#8221; formation, which will be dealth with later. Year 2 might reform the &#8220;w&#8221; spelling so that &#8220;which&#8221; and &#8220;one&#8221; would take the same konsonant wile year 3 might well abolish &#8220;y,&#8221; replasing it with &#8220;i;&#8221; and iear 4 might fiks the &#8220;g/j&#8221; anomali wonse and for all.</span></p>
<p>Jeneraly, then the improvement would kontinue iear bai iear with iear 5 doing awai with useless double konsonants; and iears 6-12 or so modifaiiing vowlz and the rimeining voist and unvoist kononants. Bai iear 15, it wud be fainali bi posibl tu meik ius ov thi ridandant letez &#8220;c,&#8221; &#8220;y,&#8221; and &#8220;x&#8221; &#8212; bai now jast a memori in the maindz ov ould doderez &#8212; tu replais &#8220;ch,&#8221; &#8220;sh,&#8221; and &#8220;th,&#8221; rispektivli.</p>
<p>Finali, xen, ater sam 20 iers ov orxogrefkl riform, wi wud hev a lojikl, kohirnt speling iniuse xrewawt xe Ingliy-Spiking werld.</p></blockquote>
</td>
</tr>
</tbody>
</table>
<p>
I wonder what Mark Twain would have to say about the MacBook Air&#8230;</p>
<p><a href="http://kkrugler.files.wordpress.com/2008/04/macbook-air.png"><img src="http://kkrugler.files.wordpress.com/2008/04/macbook-air.png?w=400&h=216" alt="MacBook Air" width="400" height="216" /></a><br />
</p>
<h3>A Plan for the Improvement of the PowerBook G4 12&#8243; Laptop</h3>
<blockquote><p>For example, that useless Ethernet port would be dropped to be replaced by wireless only, and likewise the second USB and FireWire would no longer be available. The hard disk will be retained, but only the very slow iPod version or the very expensive flash version, as most people will no longer need to keep files other than system software on their computer.</p>
<p>Continuing our optimization, the DVD/CD-ROM drive is now useless, because there&#8217;s no space on the hard disk to install anything. And with the slower processor, the option to expand memory to 4GB is also unneeded as who would now do any heavy processing work with this computer?</p>
<p>Once the device has been tuned for email writing executives, the price can be increased to match their signature authority, thus eliminating problems caused by most other customers buying the product and complaining about limitations.</p>
<p>Finally, then, after extensive optimizations, we would have the perfect computer for our target customer, Steve Jobs.</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=54&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/04/05/mark-twain-commentary-on-the-macbook-air/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/04/mark-twain.png" medium="image">
			<media:title type="html">Mark Twain</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/04/macbook-air.png" medium="image">
			<media:title type="html">MacBook Air</media:title>
		</media:content>
	</item>
		<item>
		<title>Unicode and Excellence in Technical Research</title>
		<link>http://ken-blog.krugler.org/2008/03/21/unicode-and-excellence-in-technical-research/</link>
		<comments>http://ken-blog.krugler.org/2008/03/21/unicode-and-excellence-in-technical-research/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 23:24:51 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[i18n]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[High Ogonek]]></category>

		<category><![CDATA[Ken Whistler]]></category>

		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=53</guid>
		<description><![CDATA[While digging around in my musty Unicode mailing list archives, I can across a true classic.
For those of you who wonder what a quality technical mailing list post looks like, read Ken Whistler&#8217;s essay below on the &#8220;High Ogonek&#8221; character.
Side note - it&#8217;s of particular interest to me when I wound up doing the same [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While digging around in my musty Unicode mailing list archives, I can across a true classic.</p>
<p>For those of you who wonder what a quality technical mailing list post looks like, read Ken Whistler&#8217;s essay below on the &#8220;High Ogonek&#8221; character.</p>
<p>Side note - it&#8217;s of particular interest to me when I wound up doing the same kind of forensic character set research as part of my work on internationalizing the Mac OS. For me, the letter in question was the mythical &#8220;Y with diaeresis&#8221;, which had been faithfully ported to the Macintosh &#8220;Roman&#8221; character set from the Lisa character set.</p>
<p>But nobody really knew what language used it. Rumor in the hallways was that it somehow came into the Lisa character set from a Turkish character set. In the end there wasn&#8217;t sufficient information to declare it null and void, so we left it as-is.</p>
<p>Now you can actually do a <a href="http://www.google.com/search?q=%22%C3%BF%22" target="_blank">Google search on ÿ</a>, and find a <a href="http://en.wikipedia.org/wiki/Umlaut_(diacritic)" target="_blank">Wikipedia article</a> that references its use in Greek transcription and rare French place names like &#8220;<a href="http://en.wikipedia.org/wiki/L%27Ha%C3%BF-les-Roses" title="L'Haÿ-les-Roses">L&#8217;Haÿ-les-Roses</a>&#8220;, but nothing about Turkish.</p>
<p>On to Ken&#8217;s Opus, from 4 April 1991:</p>
<blockquote><p>Warning to readers: This contribution contains real research, so if you haven&#8217;t got time to care, you can delete it now!</p>
<p>The &#8220;High Ogonek&#8221; has stuck in my craw for so long that I feel I must say something about it. The High Ogonek is symptomatic of one of the things wrong about the character standardization business, which encourages the blithe perpetuation of mistaken &#8220;characters&#8221; from standard to standard, like code viruses. At least, in the past, the epidemic was constrained by the fact that the encoding bodies only had 256 cells which could get infected by such abominations as half-integral signs. Now, however, with Unicode and ISO 10646 and the AFII registry, and other 2 byte corporate standards, the number of cells available for infection is vast, and the temptation to encode everybody else&#8217;s junk just seems to have become irresistible.</p>
<p>WHENCE HIGH OGONEK?</p>
<p>&#8220;High Ogonek&#8221; can be found in ISO DIS 10646 (JTC1/SC2/WG2 N666) at 034/126. What is it? Well, that&#8217;s a good question, and 10646 doesn&#8217;t provide a clue&#8211;but then it doesn&#8217;t say anything about where any of its content comes from. But for those in the know, the source of &#8220;High Ogonek&#8221; in the DIS 10646 can be tracked to ECMA/TC1/90/15, Latin Alphabet No. 6, and more specifically to Appendix A, which reproduces 34 characters &#8220;registered according to ISO 2375 as Registration No. 158&#8243;, for &#8220;text in the Skolt Lappish dialect, as well as texts using older Lappish orthography&#8230;&#8221; Position 03/00 in the code table of Registration No. 158 is our critter. So now we know what it is, right? Wrong. The ill-defined squiggle in position 03/00 does indeed look something like an ogonek (mistaken ogonek forms are themselves another tale of woe I won&#8217;t get into here), and the &#8220;ogonek&#8221; in 03/00 is indeed high in its box&#8211;hence the &#8220;High Ogonek&#8221; in DIS 10646, drawn in position 034/126 as a nondescript rightward hook.</p>
<p>Well, reviewers of 10646 have complained about &#8220;High Ogonek&#8221;, and something has indeed been done. In JTC1/SC2/WG2 N680 &#8220;Updated code table charts&#8221;, dated 22 March 1991, the &#8220;High Ogonek&#8221; has now been printed using a high reversed comma, quite sharply distinguished from the &#8220;Ogonek&#8221; at 033/178. In fact, it looks remarkably like an aspiration mark&#8211;hmmm. For those of you with long memories or big filing cabinets, the 2nd DP of 10646 had just such a thing at 171/072, labeled &#8220;IPA ASPIRATION MARK&#8221;, but all the IPA later disappeared in the DIS, just as the strange &#8220;High Ogonek&#8221; appeared.</p>
<p>N680 was &#8220;generated by AFII using their publishing system,&#8221; so it would behoove us to check whether the &#8220;High Ogonek&#8221; virus has spread to AFII&#8211;and guess what! The draft AFII registry has a new glyph id 043B/241B devoted especially to printing the 10646 &#8220;High Ogonek&#8221;. The AFII glyph looks like a high reversed comma, and is labeled:</p>
<p>&#8220;High ogonek&#8221; (not a non-spacing character, but     rather a separate character within words) (Lapp)</p>
<p>That&#8217;s strange, because AFII has what appears to be the same glyph encoded at 342B/110B, labeled:</p>
<p>Aspirated, IPA</p>
<p>So AFII and 10646 seem to have decided these things are different. Welcome to the &#8220;High ogonek&#8221;.</p>
<p>What about Unicode? I don&#8217;t think I would be telling any tales out of school if I revealed that Unicode almost got a &#8220;High ogonek&#8221;, too, since Unicode was busy incorporating all the 10646 mistakes in Unicode while 10646 was busy incorporating all the Unicode mistakes in 10646. (Gives you an Excedrin headache, doesn&#8217;t it?) But some degree of reason has prevailed, and the Skolt Lappish &#8220;High Ogonek&#8221; is now simply mapped to Unicode U+02BD MODIFIER LETTER REVERSED COMMA (which is explicitly intended as the IPA aspiration mark).</p>
<p>Is that the right answer? Well, how about doing what should have been done in the first place&#8211;some research&#8211;instead of just citing other character standards like holy books.</p>
<p>TRANSCRIPTION OF ASPIRATION IN LAPPISH</p>
<p>Based on a fairly quick survey, I note three broad groups of treatment of Lappish transcription:</p>
<p>1. Prewar (pre World War II) publications using systems based on Finno-Ugrian practice (which itself is an offshoot of the transcription used by Indo-Europeanists). Non-phonemic, non-systematic phonetic, and inconsistently narrow transcription.</p>
<p>2. Early postwar publications. Systematic phonemic, but with a nod to old-fashioned transcription and IPA usages.</p>
<p>3. &#8220;Modern&#8221; publications (70&#8217;s and 80&#8217;s). Phonemic, with systematic phonetic realization rules, and with tuned practical orthographies. (E.g. &#8220;sj&#8221; for esh, rather than s-acute or s-hacek, etc.)</p>
<p>Going from best to worst, i.e. recent to early, we have the following facts.</p>
<p>In modern treatments, aspiration is not part of Lappish orthography. Why? I&#8217;ll let the best analyst explain it:</p>
<p>Die Verschlusslaute werden in phonetischer Hinsicht     entweder als mehr oder weniger stimmhafte Lenes [b d g]     oder als stimmlose Fortes realisiert. Die letzteren ko&#8221;nnen     entweder unaspiriert [p t k], pra&#8221;aspiriert [hp(p) ht(t) hk(k)]     oder postaspiriert [ph th kh] ausgesprochen werden.</p>
<p>(Su&#8221;dlappisches Wo&#8221;rterbuch, Gustav Hasselbrink, Uppsala 1981, Ab Lundequistska Bokhandeln, p. 42.) In other words (South) Lapp has a lenis and a fortis series of stops, and the fortis series may be either unaspirated, preaspirated (in geminate contexts) or postaspirated, depending on the context. Since degree of aspiration is predictable by context, it need not be represented in the orthography. However, when Hasselbrink wants to explicitly transcribe aspiration phonetically, he does so with an inline &#8220;h&#8221; or a raised &#8220;h&#8221;&#8211;the distinction being primarily whether phonological pattern or phonetic quality is in question.</p>
<p>G. M. Kert published a very similar analysis in Saamskii Yazyk, Leningrad 1971, Soviet Academy of Sciences. See, for example, the phonological chart on p. 63. (I won&#8217;t quote anything&#8211;Cyrillic in ASCII is too painful.)</p>
<p>The early postwar treatments of Lapp also use a standardized orthography for Lapp, with two stop series, but are sometimes hazier about the status of each series. They also tend to use the {raised reversed comma} to indicate aspiration explicitly. Examples are: Wo&#8221;rterbuch des Waldlappendialekts von Mala{ring} und Texte zur Ethnographie, Wolfgang Schlachter, Helsinki 1958, Suomalais- Ugrailainen Seura. Also: The Lappish Dialect of Jukkasjo&#8221;rvi, A Morphological Survey, Bjo&#8221;rn Collinder, Uppsala, 1949, Almqvist &amp; Wiksells Boktryckeri Ab:</p>
<p>31. k, p, t are unaspirated (as c, p, t in French) if         they are not followed by the sign [{raised         reverse comma}] (see Section 59).<br />
&#8211;p. 11</p>
<p>Then we get to the pre-phonemic transcriptions. These have no systematic understanding of phonological derivation and phonetic realization, and tend to have either broad or narrow &#8220;phonetic&#8221; orthographies, with symbols derived from Finno-Ugrian practice. Example 1: Lappisher Wortschatz, Eliel Lagercrantz, Helsinki, 1939, Suomalais-Ugrilainen Seura (2 vols.). This lexicon systematically transcribes aspiration, and does so with a {raised small cap h} after stop consonants.</p>
<p>Example 2 is a massive work, and represents the extreme of unsystematic narrow phonetic transcription: Lappisk Ordbok, Konrad Nielsen, Oslo 1962, Universitetsforlaget (5 vols.). Don&#8217;t let the date of publication fool you&#8211;the words were collected from 1906-1911, the compilation was begun in 1929, and the first signature was printed in 1930. Nielsen uses a plethora of diacritics for all kinds of things, since this is a cross-dialectal compilation. For explicit aspiration, he uses a {raised left half ring} (cf. Unicode U+02BF), which is a common Indo-European and/or Finno-Ugrian typographical substitute for the {raised reversed comma}. Since Nielsen also follows the Indo-European tradition of typesetting cited forms in italics, the {raised left half ring} also gets leaned over a bit and then is strongly kerned up over the &#8220;knee&#8221; of the &#8220;k&#8221;&#8217;s or &#8220;h&#8221;&#8217;s (yes!, aspirated &#8220;h&#8221;&#8217;s), and nestles in above the cross-bar&#8217;s of the &#8220;t&#8221;&#8217;s. So for the typesetter, these aspirated forms were probably a single piece of type, but the analysis clearly shows the {raised left half ring} to be, in principle, a &#8220;spacing&#8221; diacritic following a stop (or &#8220;h&#8221;).</p>
<p>My brief survey of these works did not turn up any specifically dealing with the &#8220;Skolt Lapp&#8221; dialect, but the general picture is clear. Aspirated phones do exist in Lappish dialects, and the aspiration has been traditionally transcribed using either a {raised reversed comma} or a typographical variant of that, the {raised left half ring}. The Skolt Lapp texts referred to in ECMA/TC1/90/15 presumably follow this orthographic tradition, influenced by Nielsen or other early analysts. Modern Lapp orthographies omit transcription of aspiration altogether. (Incidentally, Nielsen appears to be the source of the g-bar for transcribing a palatal voiced fricative in Lapp; modern analysts like Hasselbrink sensibly substitute a &#8220;j&#8221; for this sound. And as long as I am picking nits, Nielsen&#8217;s &#8220;g-bar&#8221; is actually a &#8220;g&#8221; with an underline strike-thru at the baseline, not the &#8220;g&#8221; with a short bar sticking out the side as shown in position 034/188 in 10646.)</p>
<p>WHITHER HIGH OGONEK</p>
<p>Into the nearest dumpster, I hope. We are dealing here with a perfectly normal manifestation of European transcription of aspiration&#8211;as manifested in thousands of transcriptions of hundreds of languages. There is nothing specifically Lapp about it, and it has absolutely nothing to do with the ogonek.</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=53&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/03/21/unicode-and-excellence-in-technical-research/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimal solar panel angle</title>
		<link>http://ken-blog.krugler.org/2008/03/16/optimal-solar-panel-angle/</link>
		<comments>http://ken-blog.krugler.org/2008/03/16/optimal-solar-panel-angle/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 00:17:35 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[Nevada City]]></category>

		<category><![CDATA[solar panels]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=51</guid>
		<description><![CDATA[Back in 2002, I was working on getting a PV solar panel system installed on my house.
My initial calculation for the pay-back period was 15 years, due to slightly less-than-optimal roof orientation and some shade from large cedar trees around the house. This was based on the &#8220;easy&#8221; approach of having a local company handle [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Back in 2002, I was working on getting a PV solar panel system installed on my house.</p>
<p>My initial calculation for the pay-back period was 15 years, due to slightly less-than-optimal roof orientation and some shade from large cedar trees around the house. This was based on the &#8220;easy&#8221; approach of having a local company handle the entire project, including the rebate.</p>
<p>By paying for consulting to design the system, buying the equipment myself, hiring a contractor to install it, and dealing with the California state rebate program directly, I managed to get the break-even time down to about 7 years. Though at the expense of significant hassle and a few close calls, like the fact that my original inverter couldn&#8217;t deal with the (lower) voltage gain from the Kyocera panels I wound up buying.</p>
<p><img src="http://kkrugler.files.wordpress.com/2008/03/solar-panels.jpg" alt="Solar Panels" /></p>
<p>But back to the title of this post - while working on the design, I searched the net to see if somebody had a way of calculating the optimal angle for the panels on the roof. I found exactly what I was looking for <a href="http://www.macslab.com/optsolar.html" target="_blank">here</a>. Then I noticed that the author of this page is <a href="http://www.macslab.com/charlie.html" target="_blank">Charles Landau</a>, somebody I had worked with briefly while consulting at Palm. And then I found out that he lives in Nevada City, about a mile away from my brother-in-law.</p>
<p>Now we&#8217;re both members of the Nevada City tech lunch group, so we get to talk about solar panels, environmental testing, and open source projects like his <a href="http://www.capros.org/" target="_blank">CapROS</a> operating system.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=51&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/03/16/optimal-solar-panel-angle/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/03/solar-panels.jpg" medium="image">
			<media:title type="html">Solar Panels</media:title>
		</media:content>
	</item>
		<item>
		<title>The Nevada City Xtracycle Connection</title>
		<link>http://ken-blog.krugler.org/2008/02/20/the-nevada-city-xtracycle-connection/</link>
		<comments>http://ken-blog.krugler.org/2008/02/20/the-nevada-city-xtracycle-connection/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 18:22:19 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[Mill Valley]]></category>

		<category><![CDATA[Xtracycle]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=44</guid>
		<description><![CDATA[We were in Mill Valley, visiting our friends (see Dipsea Redux), and at the end of the Dipsea stairs I saw this guy grinding up a hill on a bike, with three (that&#8217;s right, three) kids on the back.

Now after a few years of living in Hong Kong, this wasn&#8217;t so strange to me - [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We were in Mill Valley, visiting our friends (see <a href="http://ken-blog.krugler.org/2008/02/11/dipsea-redux/">Dipsea Redux</a>), and at the end of the Dipsea stairs I saw this guy grinding up a hill on a bike, with three (that&#8217;s right, three) kids on the back.</p>
<p><a href="http://ken-blog.krugler.org/2008/02/20/the-nevada-city-xtracycle-connection/xtracycle-with-xtrakids/" rel="attachment wp-att-45" title="Xtracycle with Xtrakids"><img src="http://kkrugler.files.wordpress.com/2008/02/extend_bike.jpg?w=387&h=259" alt="Xtracycle with Xtrakids" height="259" width="387" /></a></p>
<p>Now after a few years of living in Hong Kong, this wasn&#8217;t so strange to me - though he was missing a side of pork, and his wife (smiling in the background above, because she wasn&#8217;t hauling that load) should have been sitting on his handlebars.</p>
<p>On closer look I realized it was an Xtracycle, which is what you get when you let the <a href="http://www.xtracycle.com/" target="_blank">X</a><a href="http://www.xtracycle.com/" target="_blank">tracycle company</a> convert your regular bike into an SUB (sport utility bike).  And the cool thing for me is that they&#8217;re based in Nevada City, or more accurately in North San Juan just up Highway 49 a few miles.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=44&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/02/20/the-nevada-city-xtracycle-connection/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/02/extend_bike.jpg" medium="image">
			<media:title type="html">Xtracycle with Xtrakids</media:title>
		</media:content>
	</item>
		<item>
		<title>Profit-maximizing Vending Machines</title>
		<link>http://ken-blog.krugler.org/2008/02/17/profit-maximizing-vending-machines/</link>
		<comments>http://ken-blog.krugler.org/2008/02/17/profit-maximizing-vending-machines/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 16:32:48 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[cola]]></category>

		<category><![CDATA[micro-economics]]></category>

		<category><![CDATA[mit]]></category>

		<category><![CDATA[supply and demand]]></category>

		<category><![CDATA[vending machines]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=46</guid>
		<description><![CDATA[Back in the early &#8217;80s, MIT got vending machines with prices displayed using LCDs.

At the time, I was taking a Principles of Microeconomics class. I noticed how these machines got most of their business during the break between classes. And thus began my speculation about profit-maximizing vending machines, based on supply and demand curves.
Imagine that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Back in the early &#8217;80s, MIT got vending machines with prices displayed using LCDs.</p>
<p><img src="http://kkrugler.files.wordpress.com/2008/02/5p4311xr.jpg" alt="Coke vending machine" /></p>
<p>At the time, I was taking a <a href="http://web.mit.edu/14.01/www/" target="_blank">Principles of Microeconomics</a> class. I noticed how these machines got most of their business during the break between classes. And thus began my speculation about profit-maximizing vending machines, based on supply and demand curves.</p>
<p>Imagine that this machine tracked buying patterns by time of day, day of week, and month. It should be able to reasonably predict the expected odds of a purchase (the demand) being made in the next 10 minutes or so. Given that information, what would happen if the price fluctuated up/down based on the expected demand? Heck, you could even throw in the number of remaining cans and the anticipated restocking time.</p>
<p>I&#8217;d expect that the price between classes would jump up dramatically, and fall over the weekends. This doesn&#8217;t seem like classic supply and demand theory, in that it&#8217;s really taking advantage of local, repetitive variations in the overall demand curve, but the basic concept is still similar.</p>
<p><a href="http://http://en.wikipedia.org/wiki/Supply_and_demand" target="_blank"><img src="http://kkrugler.files.wordpress.com/2008/02/supply-demand-curve.png" alt="Supply and demand curve" /></a></p>
<p>But what happens with a similar machine from the Pepsi-Cola company gets installed next to it? A cola price war? And would students start sneaking out during lecture to get the better price? As you might guess, my micro-econ lectures provided lots of opportunity for such idle speculation.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=46&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/02/17/profit-maximizing-vending-machines/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/02/5p4311xr.jpg" medium="image">
			<media:title type="html">Coke vending machine</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/02/supply-demand-curve.png" medium="image">
			<media:title type="html">Supply and demand curve</media:title>
		</media:content>
	</item>
		<item>
		<title>Dipsea Redux</title>
		<link>http://ken-blog.krugler.org/2008/02/11/dipsea-redux/</link>
		<comments>http://ken-blog.krugler.org/2008/02/11/dipsea-redux/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 06:32:38 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[random]]></category>

		<category><![CDATA[Dipsea trail]]></category>

		<category><![CDATA[Stinson beach]]></category>

		<category><![CDATA[Tourist Club]]></category>

		<category><![CDATA[Mill Valley]]></category>

		<guid isPermaLink="false">http://kkrugler.wordpress.com/?p=41</guid>
		<description><![CDATA[It&#8217;s been almost 15 years since I last hiked the Dipsea trail from Mill Valley to Stinson Beach.

My wife &#38; I used to regularly do this 7.1 mile trek across the coastal range to the ocean, with traditional celebratory beer at The Sand Dollar. The food there is so-so, but as one reviewer on Yelp [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s been almost 15 years since I last hiked the <a href="http://www.durt.org/runs/dipsea.html" target="_blank">Dipsea trail</a> from Mill Valley to Stinson Beach.</p>
<p><img src="http://kkrugler.files.wordpress.com/2008/02/stinson.jpg" alt="Stinson Beach" /></p>
<p>My wife &amp; I used to regularly do this 7.1 mile trek across the coastal range to the ocean, with traditional celebratory beer at The Sand Dollar. The food there is so-so, but as one reviewer on <a href="http://www.yelp.com/biz/sand-dollar-restaurant-stinson-beach" target="_blank">Yelp</a> said, it&#8217;s not about the food, it&#8217;s about the atmosphere.</p>
<p>Then when we were living in Hong Kong, we simulated this by hiking from our apartment in Happy Valley to The Curry Pot in Stanley. Not as far, but the Hong Kong humidity was a big equalizer.</p>
<p>Things are different now, with kids and all that, but I recreated part of the old ways by having a beer in Stinson Beach and at least hiking the first two miles of the Dipsea. And yes, the stairs are still painful, though no worse than I remember - I think as I get older, I just achieve the same pain level sooner and slower.</p>
<p>But perhaps with age comes some wisdom. We took a side trail and wound up at the Tourist Club.</p>
<p><img src="http://kkrugler.files.wordpress.com/2008/02/littleclub.jpg" alt="The Tourist Club" /></p>
<p>I can&#8217;t wait for a Sunday when I can enjoy their <a href="http://www.hifimundo.com/public/blog/2005/04/beer-hiking-naturfreunde.html" target="_blank">beer garden</a>. I only hope the selection and quality are as good as what Rob described in his blog post from a few years back.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=41&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/02/11/dipsea-redux/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/02/stinson.jpg" medium="image">
			<media:title type="html">Stinson Beach</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/02/littleclub.jpg" medium="image">
			<media:title type="html">The Tourist Club</media:title>
		</media:content>
	</item>
		<item>
		<title>Still a few holes in the system</title>
		<link>http://ken-blog.krugler.org/2008/02/09/still-a-few-holes-in-the-system/</link>
		<comments>http://ken-blog.krugler.org/2008/02/09/still-a-few-holes-in-the-system/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 02:22:18 +0000</pubDate>
		<dc:creator>kkrugler</dc:creator>
		
		<category><![CDATA[don't do this]]></category>

		<category><![CDATA[Capitol Corridor]]></category>

		<category><![CDATA[commuters]]></category>

		<category><![CDATA[parking]]></category>

		<guid isPermaLink="false">http://ken-blog.krugler.org/?p=39</guid>
		<description><![CDATA[When my daughter was a toddler, my wife &#38; I would joke about starting a &#8220;child-proofing&#8221; service. We could show up at a house with our daughter, and in 10 minutes Jenna could locate every way that a child could hurt themselves. Exposed electrical sockets, sharp corners, stairs with no gates - you name it, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When my daughter was a toddler, my wife &amp; I would joke about starting a &#8220;child-proofing&#8221; service. We could show up at a house with our daughter, and in 10 minutes Jenna could locate every way that a child could hurt themselves. Exposed electrical sockets, sharp corners, stairs with no gates - you name it, she&#8217;d find it.</p>
<p>I kind of feel the same way about the <a href="http://www.capitolcorridor.org/" target="_blank">Capitol Corridor</a> commuter train system.  I&#8217;ve got a long list of issues that I&#8217;ve run into over the years, and sometimes it feels like it&#8217;s just me, pushing the extreme commuter envelope.</p>
<p><img src="http://kkrugler.files.wordpress.com/2008/02/sac-station.jpg" alt="Sacramento Station" /></p>
<p>On Thursday, for example, it was the <a href="http://www.cityofsacramento.org/transportation/parking/offstreetrates.html#OldSac" target="_blank">Sacramento parking garage</a>. The <a href="http://www.capitolcorridor.org/stations/sacramento.php" target="_blank">Sacramento train station</a> lot was full when I arrived on Wednesday afternoon, but if you ride the train you get the same rate at the nearby parking structure.</p>
<p>But when you leave the garage, you have to give them something they can keep that proves you rode the train, to some definition of the word &#8220;prove&#8221;. Normally this would be your train ticket, but I use a multi-ride 10-pass.</p>
<p>Now I&#8217;d run into this same situation a few months before. The garage attendant refused to give me the commuter rate unless he got my ticket, but there&#8217;s no way I&#8217;m giving him my $150 10-pass. In desperation I gave him the stub attached to the ticket, but then the next time I rode the train the conductor gave me grief about the ticket not really being valid unless the stub was still attached.</p>
<p>So this time I was better prepared. I asked the conductor on the train if he could give me some proof of ridership. No go. He suggested I ask at the Sacramento station&#8230;they also had no good suggestion, but the guy at my window did give me several stubs from old tickets he had on his desk, so I had something to hand over when leaving the garage.</p>
<p>I asked the attendant a &#8220;what if I had a 10-pass&#8221; question, and he admitted that it was a hole in the system. His suggestion was to copy the 10-pass and give a copy to them. Unfortunately I don&#8217;t carry a portable copying machine around with me, and I&#8217;m guessing that&#8217;s true of most other people on the train.</p>
<p>So it&#8217;s time for my semi-regular email to <a href="http://www.bizjournals.com/sacramento/stories/2003/11/03/focus4.html" target="_blank">Gene Skoropowski</a>, managing directory of the Capitol Corridor Joint Powers Authority. He&#8217;s a minor deity, by the way - an effective bureacrat who cares. It&#8217;s amazing how much good a single person like that can do in the right job.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kkrugler.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kkrugler.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kkrugler.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kkrugler.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kkrugler.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kkrugler.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kkrugler.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kkrugler.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kkrugler.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kkrugler.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kkrugler.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kkrugler.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ken-blog.krugler.org&blog=2068173&post=39&subd=kkrugler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ken-blog.krugler.org/2008/02/09/still-a-few-holes-in-the-system/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/kkrugler-128.jpg" medium="image">
			<media:title type="html">kkrugler</media:title>
		</media:content>

		<media:content url="http://kkrugler.files.wordpress.com/2008/02/sac-station.jpg" medium="image">
			<media:title type="html">Sacramento Station</media:title>
		</media:content>
	</item>
	</channel>
</rss>