<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:iweb="http://www.apple.com/iweb" version="2.0">
  <channel>
    <title>onward, upward, edward</title>
    <link>http://www.edrichardson.net/edblog/OUE/OUE.html</link>
    <description>the blog formerly known as the hand of edward&lt;br/&gt;&lt;br/&gt;somehow that’s a video game reference or something, and that’s lame</description>
    <generator>iWeb 3.0.1</generator>
    <image>
      <url>http://www.edrichardson.net/edblog/OUE/OUE_files/IMG_7488.jpg</url>
      <title>onward, upward, edward</title>
      <link>http://www.edrichardson.net/edblog/OUE/OUE.html</link>
    </image>
    <item>
      <title>rundown: superbowl ads</title>
      <link>http://www.edrichardson.net/edblog/OUE/Entries/2010/2/8_rundown__superbowl_ads.html</link>
      <guid isPermaLink="false">1e2ca077-c952-49b5-9297-8b3b059be13f</guid>
      <pubDate>Mon, 8 Feb 2010 19:31:31 -0500</pubDate>
      <description>$2.6 million for a 30-second spot.&lt;br/&gt;&lt;br/&gt;My favorites:&lt;br/&gt;&lt;br/&gt;Kia revels in the pure joy of filmmaking. An unreserved delight to watch.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Google shows simple done right. The context provided by the unselected searches surreptitiously adds several layers of texture.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Audi with a spirited romp through a world where Green is the law. Can you spot the anteater?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;What these three ads have in common: impeccable use of music and sound.&lt;br/&gt;&lt;br/&gt;What was weak this year? Mary Elizabeth Williams has a great &lt;a href=&quot;http://www.salon.com/life/super_bowl/index.html?story=/ent/tv/review/2010/02/08/superbowl_commercials&quot;&gt;article&lt;/a&gt; at Salon about the prevalence of ads with groundhog type critters and male anxiety symbolized by missing pants, love of beer, and tackling old women.</description>
    </item>
    <item>
      <title>godard</title>
      <link>http://www.edrichardson.net/edblog/OUE/Entries/2009/6/26_godard.html</link>
      <guid isPermaLink="false">ee5f98a3-25f9-426c-a07a-ba2988cd6f09</guid>
      <pubDate>Fri, 26 Jun 2009 14:57:21 -0400</pubDate>
      <description>I’m not buying it.&lt;br/&gt;&lt;br/&gt;I’ve had enough of this baloney.&lt;br/&gt;&lt;br/&gt;Stop lounging around in bed reading aloud from books. I can do that on my own. Why not stop talking altogether, rather than lingering upon the pointless, then resorting to breezy montage once there is actually work to be done.&lt;br/&gt;&lt;br/&gt;Show don’t tell. Give me something to care about, preferably by someone who cares about something.&lt;br/&gt;&lt;br/&gt;I insist not upon an actual story, if that is your inclination, but please don’t pretend otherwise.</description>
    </item>
    <item>
      <title>kombali</title>
      <link>http://www.edrichardson.net/edblog/OUE/Entries/2007/11/2_kombali.html</link>
      <guid isPermaLink="false">c50726b5-8c2e-42e8-bbd0-e1c72ff28fb9</guid>
      <pubDate>Fri, 2 Nov 2007 16:33:20 -0400</pubDate>
      <description>&lt;a href=&quot;http://www.edrichardson.net/edblog/OUE/Entries/2007/11/2_kombali_files/IMG_9448.jpg&quot;&gt;&lt;img src=&quot;http://www.edrichardson.net/edblog/OUE/Media/object094.jpg&quot; style=&quot;float:left; padding-right:10px; padding-bottom:10px; width:176px; height:132px;&quot;/&gt;&lt;/a&gt;I turned my compost in earnest today. I found a spoon.&lt;br/&gt;&lt;br/&gt;I did my laundry. I found a green gtr pick. I use red. I wonder where this came from.&lt;br/&gt;&lt;br/&gt;How long would it take a spoon to compost?&lt;br/&gt;&lt;br/&gt;How long does it take red to become green?&lt;br/&gt;&lt;br/&gt;I almost left it there amongst the leaves, corn cobs, and avocado seeds. I felt as if I had interrupted something. A loamy privacy.&lt;br/&gt;&lt;br/&gt;Beneath the streets, the earth is ready - just waiting for us to leave the room.</description>
      <enclosure url="http://www.edrichardson.net/edblog/OUE/Entries/2007/11/2_kombali_files/IMG_9448.jpg" length="34671" type="image/jpeg"/>
    </item>
    <item>
      <title>not much fun</title>
      <link>http://www.edrichardson.net/edblog/OUE/Entries/2007/10/10_not_much_fun.html</link>
      <guid isPermaLink="false">b65dc93e-875a-4fc2-b2bd-b8ee9a4a0819</guid>
      <pubDate>Wed, 10 Oct 2007 19:02:57 -0400</pubDate>
      <description>To my regular readers - my apologies.&lt;br/&gt;&lt;br/&gt;This is here for a reason.&lt;br/&gt;&lt;br/&gt;I promise.&lt;br/&gt;&lt;br/&gt;Still, one might try to read it for fun.&lt;br/&gt;&lt;br/&gt;It is a small bit of a gps simulator. My part is to randomly send an invalid checksum.&lt;br/&gt;&lt;br/&gt;Tcl is kind of embarrassingly easy.&lt;br/&gt;&lt;br/&gt;So far.&lt;br/&gt;&lt;br/&gt;Tk to come. How often can that be said. Am I the only person in the world that gets this?*&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;proc makeChksum {line} {&lt;br/&gt;	set xor 0&lt;br/&gt;	foreach char [split $line &amp;quot;&amp;quot;] {&lt;br/&gt;		binary scan $char &amp;quot;c&amp;quot; dec&lt;br/&gt;		set xor [expr {$xor ^ $dec}]&lt;br/&gt;	}&lt;br/&gt;#	---- edward mucks about here ----&lt;br/&gt;#	want a bogus checksum?&lt;br/&gt;#	next few variables will be controlled by gui checkboxes and the like&lt;br/&gt;#	freq is setup to be 0.0 - 100.0 %&lt;br/&gt;	set chksumbogus 2&lt;br/&gt;	set chksumbogus_freq 50&lt;br/&gt;#	-- always bogus --&lt;br/&gt;#	also, check to be sure xor isn't already FF&lt;br/&gt;#	if it already is FF, make it 0&lt;br/&gt;	if { $chksumbogus == 1 &amp;amp;&amp;amp; $xor != 255 } {&lt;br/&gt;		set xor 255&lt;br/&gt;		}&lt;br/&gt;	if { $chksumbogus == 1 &amp;amp;&amp;amp; $xor == 255 } {&lt;br/&gt;		set xor 0&lt;br/&gt;		}&lt;br/&gt;#	-- sometimes bogus --&lt;br/&gt;	if { $chksumbogus == 2 } {&lt;br/&gt;		if { [expr floor( rand() * 999 )] &gt;= ( 1000 - ( $chksumbogus_freq * 10 ) ) } {&lt;br/&gt;		set boguhit 1&lt;br/&gt;		 } else {&lt;br/&gt;		set boguhit 0&lt;br/&gt;		 }&lt;br/&gt;		}&lt;br/&gt;	if { $chksumbogus == 2 &amp;amp;&amp;amp; $boguhit == 1 } {&lt;br/&gt;		if { $xor != 255 } {&lt;br/&gt;		set xor 255&lt;br/&gt;		} else {&lt;br/&gt;		set xor 0&lt;br/&gt;		  }&lt;br/&gt;		}&lt;br/&gt;#	-- never bogus --&lt;br/&gt;#	checksumbogus 0 will make it through without changing&lt;br/&gt;#	end of bogus checksum&lt;br/&gt;#	---- edward stops ----&lt;br/&gt;	return [format %X $xor]&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;*Tk is a scripting language used to build GUIs for Tcl (tool command language). However the construct, “TK” is used by writers to represent “To Come.” Don’t feel like writing this section, waiting for an interview or some other information, just put TK. Why TK instead of TC? The string TK doesn’t appear in the english language (as far as I know) so a find/replace search for TK finds only things that are “to come” and nothing else.&lt;br/&gt;&lt;br/&gt;So Tk to come... I have written the code in Tcl and soon I was to learn Tk to implement the GUI. Tk TK.&lt;br/&gt;&lt;br/&gt;Probably a programmer that works at a newspaper would get this.</description>
    </item>
    <item>
      <title>oddities</title>
      <link>http://www.edrichardson.net/edblog/OUE/Entries/2007/10/4_oddities.html</link>
      <guid isPermaLink="false">fafbe59a-2e1a-4930-a894-c20bd91fe30a</guid>
      <pubDate>Thu, 4 Oct 2007 13:08:41 -0400</pubDate>
      <description>Today a blue poker chip is found in my laundry.&lt;br/&gt;&lt;br/&gt;In the dryer.&lt;br/&gt;&lt;br/&gt;Before it melts.&lt;br/&gt;&lt;br/&gt;I have no idea where it came from.&lt;br/&gt;&lt;br/&gt;The day before yesterday I watched a baby possum cross the road — round, fuzzy and toddling. I walk up to him. He looks at me with some concern, opens his mouth, turns, and hop-plods away into tall grass, struggling for balance.&lt;br/&gt;&lt;br/&gt;This approaches the upper limit of cute for a possum.&lt;br/&gt;&lt;br/&gt;Also.&lt;br/&gt;&lt;br/&gt;In the past 11 days something remarkable has occurred.&lt;br/&gt;&lt;br/&gt;It has become impossible for me to drop anything.&lt;br/&gt;&lt;br/&gt;Everything that falls is caught. This happens without will or decision or even the benefit of vision. A bean from the colander — captured at my waist. A sock at the laundry falls off my shoulder and I catch it behind my back. This goes on and on: a potato at the market. I catch it with my left hand, something I was never good at. I’m eating the potato right now. I flip a single radish slice in a sauté pan without a spatula...&lt;br/&gt;&lt;br/&gt;Miracle after miracle.&lt;br/&gt;&lt;br/&gt;Nothing ever drops.&lt;br/&gt;&lt;br/&gt;How is this possible?</description>
    </item>
  </channel>
</rss>
