<?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; Uncategorized</title>
	<atom:link href="http://blog.maxaller.name/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maxaller.name</link>
	<description>ruby, ubuntu, etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 07:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>karmic koala finally</title>
		<link>http://blog.maxaller.name/2009/10/karmic-koala-finally/</link>
		<comments>http://blog.maxaller.name/2009/10/karmic-koala-finally/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 18:55:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=200</guid>
		<description><![CDATA[So I may have totally hosed my server in the process, requiring me to reimage the thing, but I finally have Ubuntu 9.10 running on it   woot...
]]></description>
			<content:encoded><![CDATA[<p>So I may have totally hosed my server in the process, requiring me to reimage the thing, but I finally have Ubuntu 9.10 running on it <img src='http://blog.maxaller.name/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  woot...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2009/10/karmic-koala-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pleasantly Surprised: Windows 7 RAM reporting</title>
		<link>http://blog.maxaller.name/2009/10/pleasantly-surprised-windows-7-ram-reporting/</link>
		<comments>http://blog.maxaller.name/2009/10/pleasantly-surprised-windows-7-ram-reporting/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:01:22 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=199</guid>
		<description><![CDATA[It's the little things that show someone's listening at Microsoft that make me happy.
Vista, when it first came out, reported that I had 3.25 gigs of RAM in the System Properties dialog.  Bummer, but to be expected when I put 4 gigs of ram into a 32-bit system.
Microsoft later released a "patch" so that [...]]]></description>
			<content:encoded><![CDATA[<p>It's the little things that show someone's listening at Microsoft that make me happy.<br />
Vista, when it first came out, reported that I had 3.25 gigs of RAM in the System Properties dialog.  Bummer, but to be expected when I put 4 gigs of ram into a 32-bit system.<br />
Microsoft later released a "patch" so that instead of reporting how much RAM you had available, it would report how much RAM was /installed/ (aka, 4.00 GB instead of 3.25 GB).  I, along with countless other nerds out there, were outraged that we had to download a third-party program to find out how much RAM was actually available.<br />
Windows 7: Installed memory (RAM): 4.00 GB (3.50 GB usable).  Huzzah!  Don't know where the extra 0.25 GB came from, but at least they're trying, right?</p>
<p>New little discovery -- "progress bar" applications, like copying files, have their progress bar /in the system tray/.  How cool is that?</p>
<p>*still writing this post from Ubuntu <img src='http://blog.maxaller.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> *</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2009/10/pleasantly-surprised-windows-7-ram-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sprockets &#8212; it&#039;s a good thing</title>
		<link>http://blog.maxaller.name/2009/02/sprockets-its-a-good-thing/</link>
		<comments>http://blog.maxaller.name/2009/02/sprockets-its-a-good-thing/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:23:59 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sprockets]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=72</guid>
		<description><![CDATA[Came across an interesting utility library: Sprockets.  It's a Ruby-powered Javascript preprocessor.  It's used for three things -- embedding other js files into the current js file, ensuring required assets get copied to the assets root, and for interpolating constants (like version numbers, author, etc) into the js file.  I found it [...]]]></description>
			<content:encoded><![CDATA[<p>Came across an interesting utility library: <a href="http://www.rubyinside.com/sprockets-a-ruby-powered-javascript-dependency-library-from-37signals-1520.html">Sprockets</a>.  It's a Ruby-powered Javascript preprocessor.  It's used for three things -- embedding other js files into the current js file, ensuring required assets get copied to the assets root, and for interpolating constants (like version numbers, author, etc) into the js file.  I found it browsing Prototype.js's source -- really cool stuff.  Also funny because I came across it by accident and I was just contemplating designing an identical tool.  Good thing and bad thing at the same time <img src='http://blog.maxaller.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2009/02/sprockets-its-a-good-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving&#8230;</title>
		<link>http://blog.maxaller.name/2009/02/moving/</link>
		<comments>http://blog.maxaller.name/2009/02/moving/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 17:37:24 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=68</guid>
		<description><![CDATA[I'm paying two webhosting companies a total of $30 a month, so I thought I'd try to consolidate that, which means moving stuff off of the server this blog is hosted on.  May experience some temporary interruptions...
]]></description>
			<content:encoded><![CDATA[<p>I'm paying two webhosting companies a total of $30 a month, so I thought I'd try to consolidate that, which means moving stuff off of the server this blog is hosted on.  May experience some temporary interruptions...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2009/02/moving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Projects updates</title>
		<link>http://blog.maxaller.name/2008/12/projects-updates/</link>
		<comments>http://blog.maxaller.name/2008/12/projects-updates/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 05:10:53 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=50</guid>
		<description><![CDATA[Eh, so none of my projects strike me as interesting anymore.  The stylometry app seemed sort of gimicky (and pseudo-science at best), and the blog app is sort of ho hum web 2.0 ruby framework stuff.  And if I wanted it to be a good blog, even remotely comparable to Wordpress...I'd have to [...]]]></description>
			<content:encoded><![CDATA[<p>Eh, so none of my projects strike me as interesting anymore.  The stylometry app seemed sort of gimicky (and pseudo-science at best), and the blog app is sort of ho hum web 2.0 ruby framework stuff.  And if I wanted it to be a good blog, even remotely comparable to Wordpress...I'd have to put in dozens of hours.</p>
<p>Now I need to figure out what a good use of my time is.  Pretty sure <a href="http://www.l4d.com/">Left 4 Dead</a> isn't it, but it is quite entertaining.  I think what I need to do is...instead of trying to come up with ideas for projects out of the blue, come up with ideas that are solutions for problems I'm having, something <em>I </em>would use and benefit from even if no one else did.  My Notepad app sort of fits that description, but is very limited in scope.  I would like something bigger to work on, that still meets that description...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/12/projects-updates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mini notebooks galore</title>
		<link>http://blog.maxaller.name/2008/06/mini-notebooks-galore/</link>
		<comments>http://blog.maxaller.name/2008/06/mini-notebooks-galore/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 06:10:51 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=20</guid>
		<description><![CDATA[This article has a good list of recent notebooks to keep an eye out for: http://crave.cnet.com/8301-1_105-9962473-1.html
]]></description>
			<content:encoded><![CDATA[<p>This article has a good list of recent notebooks to keep an eye out for: <a href="http://crave.cnet.com/8301-1_105-9962473-1.html" target="_blank">http://crave.cnet.com/8301-1_105-9962473-1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/06/mini-notebooks-galore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>merb_multi_js</title>
		<link>http://blog.maxaller.name/2008/06/merb_multi_js/</link>
		<comments>http://blog.maxaller.name/2008/06/merb_multi_js/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:06:54 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://giftswappo.com/wordpress/?p=19</guid>
		<description><![CDATA[I'm writing a plugin right now to add some built-in JS functionality to Merb.  It's coming along pretty well, but is still pretty raw and not specced, though it does have SOME documentation.  It's available at http://github.com/nanodeath/merb_multi_js/wikis/home.  If you have questions, you're encouraged to send me a message at Freenode#merb.
]]></description>
			<content:encoded><![CDATA[<p>I'm writing a plugin right now to add some built-in JS functionality to Merb.  It's coming along pretty well, but is still pretty raw and not specced, though it does have SOME documentation.  It's available at http://github.com/nanodeath/merb_multi_js/wikis/home.  If you have questions, you're encouraged to send me a message at Freenode#merb.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2008/06/merb_multi_js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
