<?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>Inching Forward</title>
	<atom:link href="http://inchingforward.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchingforward.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 Jun 2010 21:25:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nomen Ludi</title>
		<link>http://inchingforward.com/2010/06/nomen-ludi/</link>
		<comments>http://inchingforward.com/2010/06/nomen-ludi/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 21:19:08 +0000</pubDate>
		<dc:creator>mj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://inchingforward.com/?p=108</guid>
		<description><![CDATA[Most haunting of all was the game&#8217;s final stumper, in a place called the Garden of Cyrus, before a huge gate embellished with a giant cross. Though the game&#8217;s ruins and cities were different with each play, progress past this certain point was always impossible. Beyond it was a chapel. This was the final location, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Most haunting of all was the game&#8217;s final stumper, in a place called the Garden of Cyrus, before a huge gate embellished with a giant cross. Though the game&#8217;s ruins and cities were different with each play, progress past this certain point was always impossible. Beyond it was a chapel. This was the final location, and within it lay the secret of the protagonist&#8217;s identity.</p>
<p><a href="http://boingboing.net/features/nomenludi.html">Nomen Ludi by Rob Beschizza</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://inchingforward.com/2010/06/nomen-ludi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Couple of Toys</title>
		<link>http://inchingforward.com/2010/03/a-couple-of-toys/</link>
		<comments>http://inchingforward.com/2010/03/a-couple-of-toys/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 04:31:56 +0000</pubDate>
		<dc:creator>mj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://inchingforward.com/?p=63</guid>
		<description><![CDATA[Over the last few months I&#8217;ve been working in Django quite a bit.    During this time, I created 2 sites:
Exploding Ants
Exploding Ants is a skateboarding news links site.   Originally I envisioned 2 main goals for the site:  a continuously human-updated set of skate-related news links, and a wiki containing comprehensive data on skaters, sponsors, [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months I&#8217;ve been working in Django quite a bit.    During this time, I created 2 sites:</p>
<p><a href="http://explodingants.com">Exploding Ants</a><br />
Exploding Ants is a skateboarding news links site.   Originally I envisioned 2 main goals for the site:  a continuously human-updated set of skate-related news links, and a wiki containing comprehensive data on skaters, sponsors, videos, magazines, etc.   News links would tie in to the wiki.   Every wiki page would have an rss feed and user-submittable comments so you could watch for news  and talk with others about your favorite skaters, sponsors, blogs, etc.   After I completed the wiki portion of the app, I started seeding it with data, which is an exhausting process.   My time was increasingly spent tracking down birthdays, ex-sponsors, video and magazine editors and filmers instead of writing code.  The skateboarding universe has a wealth of information, and finding it leisurely is a joy.  Finding all of it at once for data entry is tedious.   I took a break from it and haven&#8217;t gotten back to it.</p>
<p>Since it was easy enough, I added comments (using Disqus) and twitter integration (follow Exploding Ants <a href="http://twitter.com/explodingants">here</a>).  Despite my parental abandonment, the site is still alive and &#8220;useful&#8221;:  I try to post at least one skate news link a day.   It was a great exercise, fun to build, and keeps me current with skateboarding news.  There&#8217;s so much I&#8217;d like to do with Exploding Ants that I can&#8217;t let it go&#8211;I just need to find the time to fit it in.</p>
<p>EZDo<br />
I&#8217;m always trying to find a way to manage To Do lists, and despite many solutions out there, I&#8217;ve never found anything that would last longer than a couple of weeks.   I dislike using pointy-clicky solutions to what is mostly a text problem, but I want my to do lists to be available wherever I go.   The system I used up until EZDo was to ssh into a personal account and manually add items to a text file formatted a certain way.   EZDo was written with text entry in mind.</p>
<p>The interface for EZDo displayed a text field that allowed you to enter commands like &#8220;add&#8221; &#8220;view x&#8221; &#8220;edit x&#8221; &#8220;complete x&#8221; (where &#8220;x&#8221; was a sequential number displayed next to the post), etc.   If you entered the &#8220;new&#8221; command, a form would be displayed that allowed you to enter a title, body, priority, and tag the entry, then save.   If you entered a &#8220;view&#8221; command, you would be presented with the markdown-&gt;html version of the entry which allowed you to tab to links and hit enter to access them.   Everything worked off keyboard entry from the &#8220;command line&#8221;&#8211;no mouse required.</p>
<p>But, like every other system, I stopped using it after a few weeks.   Maybe it&#8217;s a mental thing where I want the power of a full text editor whenever, you know, <em>editing text</em>.  Maybe it&#8217;s the fact that the text files on the server are in a format that can be easily read and edited with simple tools on any computer.   Whatever the reason, it&#8217;s back to ssh and text files.</p>
<p>After being productive with these sites, I&#8217;m ready to go back into <a href="http://clojure.org">learn mode</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://inchingforward.com/2010/03/a-couple-of-toys/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIFY</title>
		<link>http://inchingforward.com/2009/09/dify/</link>
		<comments>http://inchingforward.com/2009/09/dify/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 02:10:25 +0000</pubDate>
		<dc:creator>mj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://inchingforward.com/?p=51</guid>
		<description><![CDATA[Nobody cares. Do it for yourself.
-Hugh Macleod
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Nobody cares. Do it for yourself.</p>
<p>-Hugh Macleod</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://inchingforward.com/2009/09/dify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Online Disappearance of Why the Lucky Stiff</title>
		<link>http://inchingforward.com/2009/08/the-online-disappearance-of-why-the-lucky-stiff/</link>
		<comments>http://inchingforward.com/2009/08/the-online-disappearance-of-why-the-lucky-stiff/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 04:14:20 +0000</pubDate>
		<dc:creator>mj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://inchingforward.com/?p=34</guid>
		<description><![CDATA[For some yet unknown reason, Why the Lucky Stiff decided to delete his online presence.  The previous link covers in detail all the information that is known about the situation and promises to keep up with any news found.
The first time I came across the name &#8220;_why&#8221; was while I was looking for blogs that [...]]]></description>
			<content:encoded><![CDATA[<p>For some yet unknown reason, Why the Lucky Stiff decided to <a href="http://www.rubyinside.com/why-the-lucky-stiff-links-2333.html">delete his online presence</a>.  The previous link covers in detail all the information that is known about the situation and promises to keep up with any news found.</p>
<p>The first time I came across the name &#8220;_why&#8221; was while I was looking for blogs that focused on the Ruby Programming language back when I decied to learn Ruby.  His blog Red Handed was recommended by many Rubyists.  I found it odd and frustrating&#8211;_why rarely ever wrote in a linear fashion.  Most of his posts were filled with what seemed like nonsense.   Some people really dug his style and would leave nonsensical comments to his posts.  It was almost like _why and his dedicated readers were speaking in a language you didn&#8217;t understand even though they were using English.   I still found his content  interesting enough to read all the posts in his blog archives.  That&#8217;s when I found Hoodwink&#8217;d.</p>
<p>There were some odd hints of Hoodwink&#8217;d scattered across _why&#8217;s blog.   You had to dig a little to figure out what it was.  He purposefully made it difficult to &#8220;get in&#8221; by blocking admission through puzzles and weird hints.  As I remember it, Hoodwink&#8217;d was comprised of a server piece hosted by _why, and a client piece written in Greasemonkey that you had to install in Firefox.  Once the script was installed, you had to create an account on the server,  and then you were granted access.   When you would visit a web page, the Greasemonkey script would submit the page you were visiting to the server,  fetch comments that other registered users had made about that page, then display them to you on the very same page.   So say you would visit a blog post made by someone, you could see comments people were leaving about that post without the original author even knowing they were there.  It was subversive, wicked, and creative all at the same time.  I was blown away.</p>
<p>Some time after Hoodwink&#8217;d (I think), _why created Try Ruby.   Try Ruby was a web page that had an interactive window that behaved like a command-line Ruby interpreter.  You typed into it, the text was transmitted to a sandboxed Ruby interpreter, the interpreter would evaluate your input, then the results would be displayed back on the window.  This in itself was pretty cool, but _why took it a step further:  he made an accompanying interactive tutorial that taught you the basics of Ruby.  Underneath the &#8220;interpreter&#8221; window was some explanatory text that would encourage you to type some input in.  When you entered your text, not only would the interpreter display the evaluated results, but the tutorial window would change to the next lesson/topic.  Words of encouragement and humorous comments were sprinkled in with the tutorial text.   It was so well done and creative that I was again blown away.</p>
<p>After Try Ruby, _why wrote an article called &#8220;The Little Coder&#8217;s Predicament&#8221;.   It lamented the fact that although programming power has increased over the years, we haven&#8217;t made programming easier for kids.  He talked about how kids growing up around his time turned on a Commodore 64 and had a basic interpreter staring them in the face, daring them to make it do something.  With your average Windows installation, there is little to help those who know nothing about programming yet want to create stuff.   As an answer to this, he created Hackety Hack.</p>
<p>Hackety Hack was a downloadable Ruby environment that allowed you to create programs and share them with other Hackety Hack users.  It had some of the same style as Try Ruby&#8211;interactive tutorials that walked you through creating gui applications that could talk to the web.   One of the tutorials walked you through creating a chat application that, once created, would connect with other users and allow you to communicate with them.  Again, it was so well done that my mind was blown.</p>
<p>_why had several other projects that he hosted.  Some were completely creative like the above.   Some were libraries used by enterprise-class users.  He was even working on a new language he was designing called Potion.</p>
<p>Then a couple of days ago he just vanished.  All his projects were taken offline without warning.  All his sites are gone.  All the mailing lists are gone.  The code repositories are gone.  The blogs with all their history are gone.   His twitter account was deleted.  People were shocked and a little worried.</p>
<p>Wherever he is, I hope he is okay and continues to create.</p>
]]></content:encoded>
			<wfw:commentRss>http://inchingforward.com/2009/08/the-online-disappearance-of-why-the-lucky-stiff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Smile-worthy</title>
		<link>http://inchingforward.com/2009/07/smile-worthy/</link>
		<comments>http://inchingforward.com/2009/07/smile-worthy/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:45:03 +0000</pubDate>
		<dc:creator>mj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.inchingforward.com/?p=31</guid>
		<description><![CDATA[These links have been bouncing around the internet for a while, but they are so smile-worthy I wanted to post them to refer back to:

Guy Starts Dance Party
JK Wedding Dance Entrance
Bobby McFerrin Demonstrates the Power of the Pentatonic Scale

]]></description>
			<content:encoded><![CDATA[<p>These links have been bouncing around the internet for a while, but they are so smile-worthy I wanted to post them to refer back to:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=GA8z7f7a2Pk">Guy Starts Dance Party</a></li>
<li><a href="http://www.youtube.com/watch?v=4-94JhLEiN0">JK Wedding Dance Entrance</a></li>
<li><a href="http://vimeo.com/5732745">Bobby McFerrin Demonstrates the Power of the Pentatonic Scale</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://inchingforward.com/2009/07/smile-worthy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foundation</title>
		<link>http://inchingforward.com/2009/07/foundation/</link>
		<comments>http://inchingforward.com/2009/07/foundation/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 22:41:35 +0000</pubDate>
		<dc:creator>mj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.inchingforward.com/?p=11</guid>
		<description><![CDATA[I want to make things that put me in the position of innocence, that recreate the feeling of innocence in you.
- Brian Eno
]]></description>
			<content:encoded><![CDATA[<blockquote><p>I want to make things that put me in the position of innocence, that recreate the feeling of innocence in you.</p>
<p>- Brian Eno</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://inchingforward.com/2009/07/foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
