<?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>10 Years of Contemplation</title>
	<atom:link href="http://hoenir.himinbi.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoenir.himinbi.org</link>
	<description>The Contents of Will's Head</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:12:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>The Importance of Paying Attention</title>
		<link>http://hoenir.himinbi.org/2010/03/16/paying-attention/</link>
		<comments>http://hoenir.himinbi.org/2010/03/16/paying-attention/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 18:09:07 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[tinkering]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2779</guid>
		<description><![CDATA[These are the commands I just entered:

git add .
Oops, that included target/. I&#8217;ll undo that add&#8230;
git reset --hard HEAD

That second command isn&#8217;t, &#8220;undo the last add&#8221;, it&#8217;s &#8220;reset the sources to the previous version.&#8221; That means my work from the last day and a half is now gone. Grr&#8230; The command should have been just:

git [...]]]></description>
			<content:encoded><![CDATA[<p>These are the commands I just entered:</p>
<ul>
<li><code>git add .</code></li>
<li><em>Oops, that included <code>target/</code>. I&#8217;ll undo that add&hellip;</em></li>
<li><code>git reset --hard HEAD</code></li>
</ul>
<p>That second command isn&#8217;t, &#8220;undo the last add&#8221;, it&#8217;s &#8220;reset the sources to the previous version.&#8221; That means my work from the last day and a half is now gone. Grr&hellip; The command <em>should</em> have been just:</p>
<ul>
<li><code>git reset</code></li>
</ul>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhoenir.himinbi.org%2F2010%2F03%2F16%2Fpaying-attention%2F&amp;linkname=The%20Importance%20of%20Paying%20Attention"><img src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/03/16/paying-attention/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/03/16/paying-attention/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=The Importance of Paying Attention&amp;linkurl=http://hoenir.himinbi.org/2010/03/16/paying-attention/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/03/16/paying-attention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jabbering In Facebook</title>
		<link>http://hoenir.himinbi.org/2010/03/14/jabbering-in-facebook/</link>
		<comments>http://hoenir.himinbi.org/2010/03/14/jabbering-in-facebook/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 03:48:54 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[tinkering]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2775</guid>
		<description><![CDATA[I&#8217;ve been learning Smack and have been testing connections with different services. A couple that took a little figuring out:



Facebook:

User: wjholcomb@chat.facebook.com
Server: chat.facebook.com:5222
Encryption: None



Google Apps:

User: will@dhappy.org
Server: talk.google.com:5222
Encryption: None




10 Years of Contemplation, 2010. &#124;
Permalink &#124;
No comments &#124;



]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been learning <a href="http://www.igniterealtime.org/projects/smack/">Smack</a> and have been testing connections with different services. A couple that took a little figuring out:</p>

<ul>
<li>
<a href="http://www.facebook.com/sitetour/chat.php">Facebook</a>:
<ul>
<li>User: <em>wjholcomb</em>@chat.facebook.com</li>
<li>Server: chat.facebook.com:5222</li>
<li>Encryption: None</li>
</ul>
</li>
<li>
<a href="http://www.google.com/apps/">Google Apps</a>:
<ul>
<li>User: <em>will@dhappy.org</em></li>
<li>Server: talk.google.com:5222</li>
<li>Encryption: None</li>
</ul>
</li>
</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhoenir.himinbi.org%2F2010%2F03%2F14%2Fjabbering-in-facebook%2F&amp;linkname=Jabbering%20In%20Facebook"><img src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/03/14/jabbering-in-facebook/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/03/14/jabbering-in-facebook/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Jabbering In Facebook&amp;linkurl=http://hoenir.himinbi.org/2010/03/14/jabbering-in-facebook/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/03/14/jabbering-in-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Feedback</title>
		<link>http://hoenir.himinbi.org/2010/03/11/google-feedback/</link>
		<comments>http://hoenir.himinbi.org/2010/03/11/google-feedback/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 16:04:56 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2765</guid>
		<description><![CDATA[The direct click path from ?couchdb tutorial is:

Google Search
Tutorialized: Exploring CouchDB
Tutorialized: View: Exploring CouchDB

Which is the page:

Try the original post.

This is half a screen of non-scrolling adverizing covering a page from IBM. This is indisputably a lower quality result than sending me to the IBM page directly.

[…] Read the rest of Google Feedback (50 words)

10 [...]]]></description>
			<content:encoded><![CDATA[<p>The direct click path from <a href="http://www.google.com/search?q=couchdb+tutorial">?couchdb tutorial</a> is:</p>
<ol>
<li><a href="http://www.google.com/search?q=couchdb+tutorial">Google Search</a></li>
<li><a href="http://www.google.com/url?sa=t&#038;source=web&#038;ct=res&#038;cd=1&#038;ved=0CAgQFjAA&#038;url=http%3A%2F%2Fwww.tutorialized.com%2Ftutorial%2FExploring-CouchDB%2F43730&#038;ei=rBCZS52xLcH68Abcs5zKCg&#038;usg=AFQjCNFQoJUCHXWKc1mUfwPClp001CX5ZA&#038;sig2=LaegmopLa1b3sfW8WyQATg">Tutorialized: Exploring CouchDB</a></li>
<li><a href="http://www.tutorialized.com/view/tutorial/Exploring-CouchDB/43730">Tutorialized: View: Exploring CouchDB</a></li>
</ol>
<p>Which is the page:</p>
<p><iframe src="http://www.tutorialized.com/view/tutorial/Exploring-CouchDB/43730" style="width: 100%; height: 600px; border: 1px solid black;"><br />
Try the <a href="http://blog.will.madstones.com/2010/03/11/Google Feedback/">original post</a>.<br />
</iframe></p>
<p>This is half a screen of non-scrolling adverizing covering <a href="http://www.ibm.com/developerworks/opensource/library/os-couchdb/">a page from IBM</a>. This is indisputably a lower quality result than sending me to the IBM page directly.</p>
<p><hr style="width: 60%" />
<p>[…] Read the rest of <a href="http://hoenir.himinbi.org/2010/03/11/google-feedback/">Google Feedback</a> (50 words)</p><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/03/11/google-feedback/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/03/11/google-feedback/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Google Feedback&amp;linkurl=http://hoenir.himinbi.org/2010/03/11/google-feedback/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/03/11/google-feedback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shadows In the Seeker</title>
		<link>http://hoenir.himinbi.org/2010/02/28/shadows-in-the-seeker/</link>
		<comments>http://hoenir.himinbi.org/2010/02/28/shadows-in-the-seeker/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 01:14:10 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[society]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2759</guid>
		<description><![CDATA[The most recent episode of Legend of the Seeker is a virtual tutorial on Jung&#8217;s idea of shadow.
If you&#8217;ve never seen Legend of the Seeker before, a bit of backstory&#8230; Kahlan is a &#8220;confessor&#8221; which allows her to magically cause others to fall in love with her to the point of enslavement. In the course [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.hulu.com/embed/rC2chSuRgGOs1vaw3lr_Ug">most recent episode</a> of <a href="http://www.hulu.com/legend-of-the-seeker">Legend of the Seeker</a> is a virtual tutorial on <a href="http://en.wikipedia.org/wiki/Carl_Jung">Jung</a>&#8217;s idea of <a href="http://en.wikipedia.org/wiki/Shadow_%28psychology%29">shadow</a>.</p>
<p><em>If you&#8217;ve never seen <a href="http://www.hulu.com/legend-of-the-seeker">Legend of the Seeker</a> before, a bit of backstory&hellip; Kahlan is a &#8220;confessor&#8221; which allows her to magically cause others to fall in love with her to the point of enslavement. In the course of her questing with Richard, they&#8217;ve developed a passionate romance, which remains unconsummated because the emotional intensity of lovemaking would surely cause Kaylan to lose control and accidentally steal Richard&#8217;s soul.</em>  </p>
<p><object width="512" height="296" class="rowimage"><param name="movie" value="http://www.hulu.com/embed/rC2chSuRgGOs1vaw3lr_Ug"></param><param name="allowFullScreen" value="true"></param>
<embed src="http://www.hulu.com/embed/rC2chSuRgGOs1vaw3lr_Ug" type="application/x-shockwave-flash" allowFullScreen="true"  width="512" height="296" class="romimage"></embed></object></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhoenir.himinbi.org%2F2010%2F02%2F28%2Fshadows-in-the-seeker%2F&amp;linkname=Shadows%20In%20the%20Seeker"><img src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/02/28/shadows-in-the-seeker/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/02/28/shadows-in-the-seeker/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Shadows In the Seeker&amp;linkurl=http://hoenir.himinbi.org/2010/02/28/shadows-in-the-seeker/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/02/28/shadows-in-the-seeker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New OpenID</title>
		<link>http://hoenir.himinbi.org/2010/02/25/new-openid/</link>
		<comments>http://hoenir.himinbi.org/2010/02/25/new-openid/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 19:03:16 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[tinkering]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2751</guid>
		<description><![CDATA[OpenID is a federated login service. That means I create one account and then I can log into any site that supports openid. This works fine unless your provider stops providing (like mine has).

Google to the rescue, your Google profile is also an openid provider.


10 Years of Contemplation, 2010. &#124;
Permalink &#124;
No comments &#124;



]]></description>
			<content:encoded><![CDATA[<p><a href="http://openid.net">OpenID</a> is a federated login service. That means I create one account and then I can log into any site that supports openid. This works fine unless your <a href="/2008/09/18/technorati/">provider</a> stops providing (like mine has).</p>
<p><img class="rowimage" src="http://openid-provider.appspot.com/static/openid-logo.png" alt="OpenID"/></p>
<p><a href="http://google.com">Google</a> to the rescue, your <a href="http://www.google.com/profiles/me">Google profile</a> is also an openid provider.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhoenir.himinbi.org%2F2010%2F02%2F25%2Fnew-openid%2F&amp;linkname=New%20OpenID"><img src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/02/25/new-openid/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/02/25/new-openid/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=New OpenID&amp;linkurl=http://hoenir.himinbi.org/2010/02/25/new-openid/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/02/25/new-openid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stress and Creativity</title>
		<link>http://hoenir.himinbi.org/2010/02/25/stress-and-creativity/</link>
		<comments>http://hoenir.himinbi.org/2010/02/25/stress-and-creativity/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 05:06:16 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2744</guid>
		<description><![CDATA[Work progresses, but nothing noteworthy yet. I thought I would just capture a couple pieces of flotsam from my life.
The first, an Anaïs Nin quote from yoga class tonight: &#8220;When you make a world tolerable for yourself, you make a world tolerable for others.&#8221;
The second a video from David Rock on brain function and productivity [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/wholcomb/tip">Work</a> <a href="http://projects.will.madstones.com/blog/change_listener/">progresses</a>, but nothing noteworthy yet. I thought I would just capture a couple pieces of flotsam from my life.</p>
<p>The first, an Anaïs Nin quote from <a href="http://www.baltimoreyogavillage.com">yoga</a> class tonight: &#8220;When you make a world tolerable for yourself, you make a world tolerable for others.&#8221;</p>
<p>The second a <a href="http://www.youtube.com/watch?v=XeJSXfXep4M">video</a> from <a href="http://davidrock.net">David Rock</a> on brain function and productivity that reminded me of <a href="/2009/10/08/how-business-works/">Dan Pink&#8217;s talk</a>:</p>
<p><object width="425" height="344" class="rowimage"><param name="movie" value="http://www.youtube.com/v/XeJSXfXep4M&amp;hl=en_US&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed class="rowimage" src="http://www.youtube.com/v/XeJSXfXep4M&amp;hl=en_US&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhoenir.himinbi.org%2F2010%2F02%2F25%2Fstress-and-creativity%2F&amp;linkname=Stress%20and%20Creativity"><img src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/02/25/stress-and-creativity/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/02/25/stress-and-creativity/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Stress and Creativity&amp;linkurl=http://hoenir.himinbi.org/2010/02/25/stress-and-creativity/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/02/25/stress-and-creativity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valid JSON</title>
		<link>http://hoenir.himinbi.org/2010/02/21/valid-json/</link>
		<comments>http://hoenir.himinbi.org/2010/02/21/valid-json/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 04:51:14 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2742</guid>
		<description><![CDATA[FYI, for the geeks out there, even though:
{ foo: 'bar' }
Is a valid way to initialize a javascript object, it is not valid JSON. In JSON, the key and string values have to be double quoted:
{ "foo": "bar" }
This matters because jQuery 1.4 uses native parsing and the getJSON method will silently fail on malformed [...]]]></description>
			<content:encoded><![CDATA[<p><acronym title="For your information">FYI</acronym>, for the geeks out there, even though:</p>
<pre>{ foo: 'bar' }</pre>
<p>Is a valid way to initialize a javascript object, it is <em>not</em> valid <a href="http://www.json.org"><acronym title="Javascript Object Notation">JSON</acronym></a>. In JSON, the key and string values have to be double quoted:</p>
<pre>{ "foo": "bar" }</pre>
<p>This matters because <a href="http://jquery.org">jQuery</a> <a href="http://jquery14.com">1.4</a> uses <a href="http://yehudakatz.com/2010/01/15/jquery-1-4-and-malformed-json/">native parsing</a> and the <code>getJSON</code> method will silently fail on malformed files.</p>
<p><img src="http://4.bp.blogspot.com/_miXRP03auIQ/SVOxd0gH5WI/AAAAAAAAE2Y/tO67qa1xSQ4/s400/sour+face.jpg" class="rowimage" alt="Yuck" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhoenir.himinbi.org%2F2010%2F02%2F21%2Fvalid-json%2F&amp;linkname=Valid%20JSON"><img src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/02/21/valid-json/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/02/21/valid-json/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Valid JSON&amp;linkurl=http://hoenir.himinbi.org/2010/02/21/valid-json/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/02/21/valid-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with Javascript</title>
		<link>http://hoenir.himinbi.org/2010/02/21/playing-with-javascript/</link>
		<comments>http://hoenir.himinbi.org/2010/02/21/playing-with-javascript/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:47:04 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[tinkering]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2739</guid>
		<description><![CDATA[I&#8217;ve been playing with John Resig&#8217;s Learning Advanced Javascript and wanted to make a few notes&#8230;

[…] Read the rest of Playing with Javascript (120 words)

10 Years of Contemplation, 2010. &#124;
Permalink &#124;
No comments &#124;



]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with <a href="http://ejohn.org">John Resig</a>&#8217;s <a href="http://ejohn.org/apps/learn/">Learning Advanced Javascript</a> and wanted to make a few notes&hellip;</p>
<p><hr style="width: 60%" />
<p>[…] Read the rest of <a href="http://hoenir.himinbi.org/2010/02/21/playing-with-javascript/">Playing with Javascript</a> (120 words)</p><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/02/21/playing-with-javascript/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/02/21/playing-with-javascript/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Playing with Javascript&amp;linkurl=http://hoenir.himinbi.org/2010/02/21/playing-with-javascript/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/02/21/playing-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes for 18 February 2010</title>
		<link>http://hoenir.himinbi.org/2010/02/19/2010-02-18-notes/</link>
		<comments>http://hoenir.himinbi.org/2010/02/19/2010-02-18-notes/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 05:28:08 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2726</guid>
		<description><![CDATA[The sort of work I&#8217;m doing currently is to work consistently toward a goal and see how much progress I make. Since I know so little about the technologies I&#8217;m working with it&#8217;s really hard to tell just what I&#8217;ll get done. My overall goal is to have my blog served from a piece of [...]]]></description>
			<content:encoded><![CDATA[<p>The sort of work I&#8217;m doing currently is to work consistently toward a goal and see how much progress I make. Since I know so little about the technologies I&#8217;m working with it&#8217;s really hard to tell just what I&#8217;ll get done. My overall goal is to have my blog served from a piece of software described in a document that can be accepted as a Masters thesis by April 4 (Easter), but what the path will look like to get from hither to yon, I have no idea.</p>

<object width="425" height="344" class="rowimage" data="http://www.youtube.com/v/BPb0po2jzfg" type="application/x-shockwave-flash">
<param name="movie" value="http://www.youtube.com/v/BPb0po2jzfg"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
</object>

<hr style="width: 60%" />
<p>[…] Read the rest of <a href="http://hoenir.himinbi.org/2010/02/19/2010-02-18-notes/">Notes for 18 February 2010</a> (433 words)</p><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/02/19/2010-02-18-notes/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/02/19/2010-02-18-notes/#comments">No comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Notes for 18 February 2010&amp;linkurl=http://hoenir.himinbi.org/2010/02/19/2010-02-18-notes/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/02/19/2010-02-18-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching Development Paths</title>
		<link>http://hoenir.himinbi.org/2010/02/17/switching-development-paths/</link>
		<comments>http://hoenir.himinbi.org/2010/02/17/switching-development-paths/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 21:08:02 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://hoenir.himinbi.org/?p=2721</guid>
		<description><![CDATA[This is a note primarily for my own reference, I&#8217;ve been screwing around with code for a week and this is just a record my thinking should I wonder in the future about the clarity of my reasoning &#x263A;.


[…] Read the rest of Switching Development Paths (642 words)

10 Years of Contemplation, 2010. &#124;
Permalink &#124;
3 comments [...]]]></description>
			<content:encoded><![CDATA[<p>This is a note primarily for my own reference, I&#8217;ve been screwing around with code for a week and this is just a record my thinking should I wonder in the future about the clarity of my reasoning &#x263A;.</p>
<p><img src="http://i390.photobucket.com/albums/oo344/rabbiakira/bali-lotus.jpg" class="rowimage" alt="lotus" /></p>
<p><hr style="width: 60%" />
<p>[…] Read the rest of <a href="http://hoenir.himinbi.org/2010/02/17/switching-development-paths/">Switching Development Paths</a> (642 words)</p><hr />
<p><small>
<a href="http://hoenir.himinbi.org">10 Years of Contemplation</a>, 2010. |
<a href="http://hoenir.himinbi.org/2010/02/17/switching-development-paths/">Permalink</a> |
<a href="http://hoenir.himinbi.org/2010/02/17/switching-development-paths/#comments">3 comments</a> |
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=10 Years of Contemplation&amp;siteurl=http://hoenir.himinbi.org&amp;linkname=Switching Development Paths&amp;linkurl=http://hoenir.himinbi.org/2010/02/17/switching-development-paths/">
<img height="16" width="171" src="http://hoenir.himinbi.org/wp-content/plugins/add-to-any/share_save_171_16.gif" alt="Share/Save/Bookmark"/>
</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://hoenir.himinbi.org/2010/02/17/switching-development-paths/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
