<?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>occasionally useful &#187; musing</title>
	<atom:link href="http://blog.maxaller.name/category/musing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maxaller.name</link>
	<description>ruby, ubuntu, etc</description>
	<lastBuildDate>Sun, 30 Oct 2011 18:00:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Recovering your submitted form data in Chrome</title>
		<link>http://blog.maxaller.name/2011/08/recovering-your-submitted-form-data-in-chrome/</link>
		<comments>http://blog.maxaller.name/2011/08/recovering-your-submitted-form-data-in-chrome/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 14:11:37 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[musing]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=536</guid>
		<description><![CDATA[Have you ever submitted form on a website after filling in a lot of text (maybe a comment), only to get an error on the other side? And when you hit back, your nice long response is gone? There's a (sort of easy) way of retrieving it, if you don't stray from the landing page [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2011/08/recovering-your-submitted-form-data-in-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quasi-turn-based game design: movement</title>
		<link>http://blog.maxaller.name/2011/03/quasi-turn-based-game-design-movement/</link>
		<comments>http://blog.maxaller.name/2011/03/quasi-turn-based-game-design-movement/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 02:15:49 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[just for fun]]></category>
		<category><![CDATA[musing]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=478</guid>
		<description><![CDATA[I'm fiddling around with building an online browser-based game right now, but am having some trouble trying to figure out how and when different units should move (since they can move at different speeds). The game is turn-based, i.e. actions happen in fixed time intervals, but it has real-time elements, since each unit is on [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2011/03/quasi-turn-based-game-design-movement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easy way to generate &#8220;release notes&#8221; on GitHub</title>
		<link>http://blog.maxaller.name/2010/09/easy-way-to-generate-release-notes-on-github/</link>
		<comments>http://blog.maxaller.name/2010/09/easy-way-to-generate-release-notes-on-github/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 03:30:35 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[musing]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=314</guid>
		<description><![CDATA[Assuming you're using tags with your git repository on GitHub, it's rather easy to generate something resembling "release notes"; or at least, a list of descriptions of all changes between two tags. That's pretty much the same thing, right? Anyway, if you go to "/compare/tag1...tag2" under a project on GitHub, it'll show you everything that [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2010/09/easy-way-to-generate-release-notes-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How we got here: Web App Stores</title>
		<link>http://blog.maxaller.name/2010/08/how-we-got-here-web-app-stores/</link>
		<comments>http://blog.maxaller.name/2010/08/how-we-got-here-web-app-stores/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 07:00:20 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[musing]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=297</guid>
		<description><![CDATA[The recent sudden popularity in web "app stores" is taking off with a rate normally associated with fads, but in some respects is actually to be expected. Still, it bears an interesting similarity with one of the oldest types of websites that the average consumer has seen: directories. Back in ye olden days (1996), lots [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2010/08/how-we-got-here-web-app-stores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grandparent of Ruby and Java: Eiffel and friends</title>
		<link>http://blog.maxaller.name/2010/07/grandparent-of-ruby-and-java-eiffel-and-friends/</link>
		<comments>http://blog.maxaller.name/2010/07/grandparent-of-ruby-and-java-eiffel-and-friends/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 07:01:36 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[musing]]></category>
		<category><![CDATA[eiffel]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=293</guid>
		<description><![CDATA[I'm curious about the effort involved in writing a new programming language, and hence have been doing a little research (including watching Guy Steele's now-famous and amusing Growing a Language lecture). I know I want to target the NekoVM (primarily one of the targets of haxe, for now), but what languages should I base it [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2010/07/grandparent-of-ruby-and-java-eiffel-and-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banks and OAuth support</title>
		<link>http://blog.maxaller.name/2009/08/banks-and-oauth-support/</link>
		<comments>http://blog.maxaller.name/2009/08/banks-and-oauth-support/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 03:16:00 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[just for fun]]></category>
		<category><![CDATA[musing]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=170</guid>
		<description><![CDATA[For fun, I decided to ping all of my financial companies (Bank Of America, CapitalOne, Chase, EmigrantDirect, INGDirect, Vanguard) about their plans for OAuth support. I don't know how many of you use the wonderful service known as Mint, but I like it a lot. Unfortunately, a part of me died when I gave them [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2009/08/banks-and-oauth-support/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Web server output generation design patterns</title>
		<link>http://blog.maxaller.name/2009/08/web-server-output-generation-styles/</link>
		<comments>http://blog.maxaller.name/2009/08/web-server-output-generation-styles/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:00:25 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[musing]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=157</guid>
		<description><![CDATA[There are several styles of content generation that I know of so far...I'm reviewing them because I'm looking to see if there could be something better. Flat-file Example: plain ol' PHP PHP, at its simplest, doesn't have any separation at all -- you can, if you choose, have all the programming/form-processing logic in the same [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2009/08/web-server-output-generation-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design pattern/flow for building a website</title>
		<link>http://blog.maxaller.name/2009/07/design-patternflow-for-building-a-website/</link>
		<comments>http://blog.maxaller.name/2009/07/design-patternflow-for-building-a-website/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 02:55:55 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[musing]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=155</guid>
		<description><![CDATA[So here's how I normally do things: Do as much of the models as possible in this first pass, skipping validation but including schema stuff Stick a couple things into the controllers that I think I'll need Build out some of the views, giving them some basic styles Revisit the models to add validation, helper [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2009/07/design-patternflow-for-building-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSLT is a giant pain</title>
		<link>http://blog.maxaller.name/2009/04/xslt-is-a-giant-pain/</link>
		<comments>http://blog.maxaller.name/2009/04/xslt-is-a-giant-pain/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 20:06:11 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[just for fun]]></category>
		<category><![CDATA[musing]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=136</guid>
		<description><![CDATA[Some of you may be aware that XML+XSLT 1.0 can be rendered directly by modern browsers (even IE6!), which led me to thinking that it may be a good idea to give it a try and see how good or bad it was. The process: for a given page (say, a search page), pull the [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2009/04/xslt-is-a-giant-pain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Starting new projects</title>
		<link>http://blog.maxaller.name/2009/03/starting-new-projects/</link>
		<comments>http://blog.maxaller.name/2009/03/starting-new-projects/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 00:00:07 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[musing]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=87</guid>
		<description><![CDATA[So I know I'm not the only dev who does this, but I tend to start a lot of projects -- and not finish them. I'm coming up with a checklist of things that I want to make sure I do before getting involved in any new projects. Read on for some of the initial [...]]]></description>
		<wfw:commentRss>http://blog.maxaller.name/2009/03/starting-new-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

