<?xml version="1.0" encoding="utf-8"?><rss version="0.92">
<channel>
	<title>amazing development</title>
	<link>http://amazing-development.com</link>
	<description>ruby, java and the rest</description>
	<lastBuildDate>Sun, 21 Aug 2011 20:46:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Cups and duplex banner pages</title>
		<description><![CDATA[After a system update on my computer (Gentoo linux), CUPS (version 1.4.6-r2) suddenly decided it was a good idea to print the banner pages before each printing job double-sided, i.e. with the banner text on both sides of the page. This is annoying because it ruins the usefulness of the blank side of the banner [...]]]></description>
		<link>http://amazing-development.com/archives/2011/07/26/cups-and-duplex-banner-pages/</link>
			</item>
	<item>
		<title>New project at Google.</title>
		<description><![CDATA[For the last 3 years I was working in an area called Engineering Productivity at Google. This group builds internal tools for other engineers but sadly there is very little I can talk about, except for the obvious facts: it&#8217;s challenging, fun and at a scale I hadn&#8217;t seen before. Well, a few weeks ago [...]]]></description>
		<link>http://amazing-development.com/archives/2011/04/13/new-project-at-google/</link>
			</item>
	<item>
		<title>Quickly convert images with ImageMagick</title>
		<description><![CDATA[I just spent a few minutes looking for a tool to convert a small number of PNG files to JPG on Mac OS. It was just a few dozen files but so in the end fell back to the good old command line because I don&#8217;t like graphical interfaces for these tasks. For future reference: [...]]]></description>
		<link>http://amazing-development.com/archives/2011/03/20/convert-images-with-imagemagick/</link>
			</item>
	<item>
		<title>Customize Chrome Omnibar</title>
		<description><![CDATA[I love Chrome! But one thing drove me crazy: we have numerous internal web-apps running on different hosts. From Firefox was easy to get to these tools by just typing the toolname (not the FQDN) in the url bar. Chrome knows it better and assumes that I want to search for toolname. A moment later [...]]]></description>
		<link>http://amazing-development.com/archives/2010/05/20/customize-chrome-omnibar/</link>
			</item>
	<item>
		<title>Dear Garmin&#8230;</title>
		<description><![CDATA[Dear Garmin, I don&#8217;t know if anyone told you that you build pretty good hardware but your firmware SUCKS! It&#8217;s Nearly March 2010 and your customers still have to fight with an embarrassing Y2010 bug in your code, the UI is horrible and getting anything on or off the device is a pain. I am [...]]]></description>
		<link>http://amazing-development.com/archives/2010/02/28/dear-garmin/</link>
			</item>
	<item>
		<title>Buzz&#8230;</title>
		<description><![CDATA[This is mainly a test to see how adding this blog to my Buzz account works. Additionally I want to say how thrilled I am to finally buzz with people outside work]]></description>
		<link>http://amazing-development.com/archives/2010/02/10/buzz/</link>
			</item>
	<item>
		<title>JRuby on appengine with Ubuntu</title>
		<description><![CDATA[Overall the instructions on code.google.com are really good, so this is just a dump to remind me of the Ubuntu specific stuff I did on a pristine Ubuntu installation&#8230; sudo apt-get install sun-java6-jdk sudo apt-get install ruby-full rubygems This installs only rubygems 1.3.1 but appengine needs 1.3.5. ERROR: Error installing google-appengine: bundler requires RubyGems version [...]]]></description>
		<link>http://amazing-development.com/archives/2010/01/06/jruby-on-appengine-with-ubuntu/</link>
			</item>
	<item>
		<title>pgrep or pkill sometimes do not find process</title>
		<description><![CDATA[The usual problem: you want to kill a process. $ ps aux &#124; grep randomprocessname psycho 20429 0.0 0.0 11824 1580 pts/7 S+ 12:00 0:00 /bin/bash ./randomprocessname psycho 20528 0.0 0.0 4188 740 pts/17 R+ 12:00 0:00 grep randomprocessname $ pkill -9 randomprocessname WTF? Kill that sucker! $ pkill -9 randomprocessname No typo... Am I [...]]]></description>
		<link>http://amazing-development.com/archives/2009/10/15/pgrep-or-pkill-do-not-find-process/</link>
			</item>
	<item>
		<title>Android scripting environment supports JRuby</title>
		<description><![CDATA[Quite some time has passed since the last time I wrote something on this blog, mostly because I did little non-work related worth mentioning. But last week I helped Damon to finally support JRuby on his Android Scripting Environment (ASE). Downloaded JRuby sources (jruby&#45;1.2.0RC1) from http&#58;//www.jruby.org/download. Patched the build.xml to not include doc/index.html from dynalang.jar [...]]]></description>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/</link>
			</item>
	<item>
		<title>Android G1 gprs setup for simyo with 1gb data plan</title>
		<description><![CDATA[Last week I added the 1gb data plan to my Simyo contract to use the SIM with my Christmas G1. I tried a few configurations I found online for simyo but they did not work for me. After some frustration I tried an eplus configuration and this one finally worked for me: Name: does not [...]]]></description>
		<link>http://amazing-development.com/archives/2009/03/03/android-g1-gprs-setup-for-simyo-with-1gb-data-plan/</link>
			</item>
	<item>
		<title>Tab + Firefox on OS X</title>
		<description><![CDATA[A few days ago I finally upgraded my (== my employer&#8217;s) Macbook Pro from Tiger to Leopard. Everything worked flawless except for one crazy problem: I could not use to tab key the way I used to in forms. My usual routine of quickly entering username, tab, password, tab, hit return did not work anymore. [...]]]></description>
		<link>http://amazing-development.com/archives/2009/02/26/tab-firefox-on-os-x/</link>
			</item>
	<item>
		<title>First sighting of JRuby on Android</title>
		<description><![CDATA[Last week I cross-compiled miniruby to Android (more details on that adventure later). I asked some time ago about JRuby on Android and it seems like Charles Nutter finally managed to run JRuby on Android. # cat test.rb require 'java' import java.lang.System class Ruboto &#160;&#160;def greet(who) &#160;&#160;&#160;&#160;puts "Hello, #{who}!" &#160;&#160;end end name = System.get_property('java.runtime.name') Ruboto.new.greet(name) [...]]]></description>
		<link>http://amazing-development.com/archives/2009/02/24/first-sighting-of-jruby-on-android/</link>
			</item>
	<item>
		<title>Code reviews work</title>
		<description><![CDATA[Seems like nowadays I only write blog posts in response to other blog articles&#8230; But I hope this is better than not writing at all. Ted Neward asks if code reviews do actually work because evidence suggests, that the scientific review process does not. Only 8% members of the Scientific Research Society agreed that &#8220;peer [...]]]></description>
		<link>http://amazing-development.com/archives/2009/02/22/code-reviews-work/</link>
			</item>
	<item>
		<title>Pair Programming killed the Uber-coder&#8230;</title>
		<description><![CDATA[I stumbled over a great essay on pair-programming (via James Shore). Rod Hilton explains it much better than I could ever do, why you should Pair-Program. But I haven&#8217;t heard about the &#8220;ping-pong pairing&#8221;: When doing Test-Driven Development, one of the things we do is called “ping-pong pairing”. So the other developer will write a [...]]]></description>
		<link>http://amazing-development.com/archives/2009/02/21/pair-programming-killed-the-uber-coder/</link>
			</item>
	<item>
		<title>Drop all tables from a mysql database</title>
		<description><![CDATA[Sometimes you want to reset a database to its virgin state, without actually deleting and re-creating the whole database (perhaps because your user doesn&#8217;t have the right to create a database). There are a lot of links out there that give you a quick answer on how to drop all tables from a database in [...]]]></description>
		<link>http://amazing-development.com/archives/2009/01/31/drop-all-tables-from-a-mysql-database/</link>
			</item>
	<item>
		<title>Euruko 2009 &#8211; Barcelona 9-10 May 2009</title>
		<description><![CDATA[The date for Euruoko 2009 was announced. The location was announced a few months ago but the planned date was Q1 2009. This year&#8217;s Euruko in Prague was great and I will try hard to come to Barcelona, too.]]></description>
		<link>http://amazing-development.com/archives/2008/12/11/euruko-2009-barcelona-9-10-may-2009/</link>
			</item>
</channel>
</rss>

