<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>devgrind</title>
	<link>http://devgrind.com</link>
	<description>thinking outside the { }</description>
	<lastBuildDate>Mon, 22 Feb 2010 18:40:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ruby Version Reminder</title>
		<description><![CDATA[rvm is great, but I still sometimes lose track of which Ruby version I&#8217;m currently using. As a little reminder, I put the Ruby version in my shell prompt, like this:
PS1="\u `ruby -v &#124; grep -e "[0-9]\.[0-9]\.[0-9]" -o` \w"
Works nicely.
]]></description>
		<link>http://devgrind.com/2010/02/22/ruby-version-reminder/</link>
			</item>
	<item>
		<title>Hoccer</title>
		<description><![CDATA[I use this posting for blatantly advertising one of the development projects I was recently involved in &#8211; an Android application called Hoccer. It was released by ART+COM Technologies as a free app on the Android Market and as entry for the 2nd Android Developer Challenge.
The aim of Hoccer is to simplify the process of [...]]]></description>
		<link>http://devgrind.com/2009/09/03/hoccer/</link>
			</item>
	<item>
		<title>Perl programmers are psychopaths</title>
		<description><![CDATA[I always suspected that anyone who likes to write Perl programs can&#8217;t be a healthy human being, but I didn&#8217;t know what evil, murderous psychopaths these people really are until I read this headline:
How to optionally kill a child and capture status if not killed
How could killing a child ever be optional? It&#8217;s illegal! It&#8217;s [...]]]></description>
		<link>http://devgrind.com/2009/02/17/perl-programmers-are-psychopaths/</link>
			</item>
	<item>
		<title>Innovative Telephone Scams</title>
		<description><![CDATA[There seems to be a new kind of scam, involving the telephone network: my sister (from her O2 mobile phone) called me (on my Alice fixed-line phone), but the Lithuanian premium-rate number 0037091005481 was displayed as caller ID &#8211; although we&#8217;re both in Germany! This has happened to dozens or probably hundreds of people in [...]]]></description>
		<link>http://devgrind.com/2009/02/15/innovative-telephone-scams/</link>
			</item>
	<item>
		<title>&#8220;gem install mysql&#8221; on Debian</title>
		<description><![CDATA[Short note to myself and whom it my concern. If you try to sudo gem install mysql on a Debian system and it responds, after some working, with:

Building native extensions.  This could take a while...
ERROR:  Error installing mysql:
	ERROR: Failed to build gem native extension.
(...)
*** extconf.rb failed ***
Could not create Makefile due to some [...]]]></description>
		<link>http://devgrind.com/2009/02/07/gem-install-mysql-on-debian/</link>
			</item>
	<item>
		<title>Keeping Up with Rails</title>
		<description><![CDATA[I&#8217;m currently updating a not-so-small application from Rails 2.0.2 to 2.2.2 and it seems that about every other plugin is not compatible with the new version, because one or the other method was removed,  and I have to update them as well. Not such a big problem, if a compatible version exists, but takes quite [...]]]></description>
		<link>http://devgrind.com/2009/02/07/keeping-up-with-rails/</link>
			</item>
	<item>
		<title>Developer Frustrations</title>
		<description><![CDATA[I need unit tests for my unit tests testing whether the unit tests do correct tests or not. And a decent TestNG documentation.
]]></description>
		<link>http://devgrind.com/2009/02/04/developer-frustrations/</link>
			</item>
	<item>
		<title>Developer Frustrations</title>
		<description><![CDATA[Constructing software surely is satisfying work. But these days I dream of constructing airships. What if you could actually see the product of your very own hands, climb into it, loose the tag lines and fly away?
]]></description>
		<link>http://devgrind.com/2009/01/22/developers-frustrations/</link>
			</item>
	<item>
		<title>Dirty Source Code</title>
		<description><![CDATA[Why, oh why do classes, which have the purpose to remove something from documents, always have to be named &#8220;XYZStripper&#8221;? As a programmer faithful to the (often unwritten) coding conventions, I have to name instances of such classes of course &#8211; &#8220;stripper&#8220;. Unfortunately the names of those stripping methods do not quite match the juicyness [...]]]></description>
		<link>http://devgrind.com/2008/10/29/dirty-source-code/</link>
			</item>
	<item>
		<title>Google Code Search</title>
		<description><![CDATA[This must be either really new or &#8211; what seems more likely &#8211; I have slept over Google&#8217;s developments the last year. Google Code allows for a regular-expression-based search in publicly available source code. Nice one.
]]></description>
		<link>http://devgrind.com/2008/10/23/google-code-search/</link>
			</item>
</channel>
</rss>
