<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CodeHead in the desert</title>
	<atom:link href="http://codeheadsystems.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeheadsystems.wordpress.com</link>
	<description>Random thoughts of a coder</description>
	<lastBuildDate>Fri, 06 Nov 2009 15:54:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='codeheadsystems.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6bf22a654d560f7346a1d94b3b7358a2?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>CodeHead in the desert</title>
		<link>http://codeheadsystems.wordpress.com</link>
	</image>
			<item>
		<title>Ubuntu upgrade notification back (by force)</title>
		<link>http://codeheadsystems.wordpress.com/2009/11/06/ubuntu-upgrade-notification-back-by-force/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/11/06/ubuntu-upgrade-notification-back-by-force/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 15:54:21 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=167</guid>
		<description><![CDATA[I&#8217;m not found of the notification &#8216;pop-up&#8217; in Ubuntu. Rather, I miss the old icon in the notification area. Executing the following line in a terminal can fix this back to the way it was, pre-9.04. (As found on ubuntumini)
gconftool -s &#8211;type bool /apps/update-notifier/auto_launch false
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=167&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m not found of the notification &#8216;pop-up&#8217; in Ubuntu. Rather, I miss the old icon in the notification area. Executing the following line in a terminal can fix this back to the way it was, pre-9.04. (As found on <a href="http://www.ubuntumini.com/2009/05/remove-pop-up-update-manager.html">ubuntumini</a>)</p>
<p>gconftool -s &#8211;type bool /apps/update-notifier/auto_launch false</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=167&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/11/06/ubuntu-upgrade-notification-back-by-force/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>Auto-completion for grails on Linux (Ubuntu)</title>
		<link>http://codeheadsystems.wordpress.com/2009/09/29/auto-completion-for-gails-on-linux-ubuntu/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/09/29/auto-completion-for-gails-on-linux-ubuntu/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:39:29 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=164</guid>
		<description><![CDATA[Starting to be full time on grails, I wanted to get bash command line completion to work. I took code from Fernando Takai and made very minor changes so it works on Ubuntu. You need to install gawk to get it to work. Just copy it to the /etc/bash_completion.d/ directory and you should be gold. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=164&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Starting to be full time on grails, I wanted to get bash command line completion to work. I took code from <a href="http://www.grails.org/Grails+Bash+Completion">Fernando Takai</a> and made very minor changes so it works on Ubuntu. You need to install gawk to get it to work. Just copy it to the /etc/bash_completion.d/ directory and you should be gold. Here is the source for the <a href="http://pastie.org/635551">grails_bash_completion.sh</a> file.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=164&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/09/29/auto-completion-for-gails-on-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>A great potatoes and spinach recipe</title>
		<link>http://codeheadsystems.wordpress.com/2009/09/20/a-great-potatoes-and-spinach-recipe/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/09/20/a-great-potatoes-and-spinach-recipe/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 01:13:42 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=162</guid>
		<description><![CDATA[I made some potatoes and spinach recipe for the family using a great recipe from Vegan Dad. Jacob liked it a lot, even if he&#8217;s not into spicy food. It&#8217;s not that spicy of a recipe, but I have a tendency to overdo it a bit. I highly recommend this recipe.
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=162&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I made some potatoes and spinach recipe for the family using a great recipe from <a href="http://vegandad.blogspot.com/2009/04/indian-style-potatoes-and-spinach.html">Vegan Dad</a>. Jacob liked it a lot, even if he&#8217;s not into spicy food. It&#8217;s not that spicy of a recipe, but I have a tendency to overdo it a bit. I highly recommend this recipe.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=162&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/09/20/a-great-potatoes-and-spinach-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>Palm Pre homebrew apps</title>
		<link>http://codeheadsystems.wordpress.com/2009/08/30/palm-pre-homebrew-apps/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/08/30/palm-pre-homebrew-apps/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 01:49:05 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=159</guid>
		<description><![CDATA[So I ended up adding in some homebrew apps. Some of them are pretty good. Some, not so much. And yes, they have the light-saber app. And no, its not worth it.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=159&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I ended up adding in some homebrew apps. Some of them are pretty good. Some, not so much. And yes, they have the light-saber app. And no, its not worth it.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=159&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/08/30/palm-pre-homebrew-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>August 21 is Vegetarian Day!</title>
		<link>http://codeheadsystems.wordpress.com/2009/08/19/august-21-is-vegetarian-day/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/08/19/august-21-is-vegetarian-day/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 03:45:45 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=157</guid>
		<description><![CDATA[August 21 is Vegetarian Day! That&#8217;s right, you heard right&#8230; So this Friday, eat no meat and have some drinks. Martini&#8217;s for all!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=157&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>August 21 is Vegetarian Day! That&#8217;s right, you heard right&#8230; So this Friday, eat no meat and have some drinks. Martini&#8217;s for all!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=157&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/08/19/august-21-is-vegetarian-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>Rethinking the kindle</title>
		<link>http://codeheadsystems.wordpress.com/2009/07/17/rethinking-the-kindle/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/07/17/rethinking-the-kindle/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:16:35 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=152</guid>
		<description><![CDATA[According to NY Times, Amazon is remotely deleting purchased books by Orwell. Apparently the publisher no longer wants electronic copies on the kindle, so Amazon is deleting already purchased copies remotely, and giving credits in accounts when they do.
Okay, so now I&#8217;m rethinking that Amazon&#8217;s approach to the Kindle is good&#8230; because this basically says [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=152&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>According to <a href="http://pogue.blogs.nytimes.com/2009/07/17/some-e-books-are-more-equal-than-others/">NY Times</a>, Amazon is remotely deleting purchased books by Orwell. Apparently the publisher no longer wants electronic copies on the kindle, so Amazon is deleting already purchased copies remotely, and giving credits in accounts when they do.</p>
<p>Okay, so now I&#8217;m rethinking that Amazon&#8217;s approach to the Kindle is good&#8230; because this basically says &#8216;ownership&#8217; is revoked with no possible alternative. Amazon is in complete control&#8230; which is too much.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=152&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/07/17/rethinking-the-kindle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>First app on my palm pre&#8230;</title>
		<link>http://codeheadsystems.wordpress.com/2009/07/16/first-app-on-my-palm-pre/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/07/16/first-app-on-my-palm-pre/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 01:10:34 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=147</guid>
		<description><![CDATA[Finally got the Palm Pre SDK today. Palm released it like 10 months sooner then Apple did for their smartphone, and 15 months later then Google did for their smartphone. VirtualBox is used for the emulator, and Eclipse makes the SDK developer-friendly. Note that the recommended versions of both apps is not the latest&#8230; I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=147&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finally got the Palm Pre SDK today. Palm released it like 10 months sooner then Apple did for their smartphone, and 15 months later then Google did for their smartphone. VirtualBox is used for the emulator, and Eclipse makes the SDK developer-friendly. Note that the recommended versions of both apps is not the latest&#8230; I used what they said to use on my Ubuntu install. One change from their install instructions, I used the following repo for the VirtualBox for my Ubuntu 9.04</p>
<pre>deb http://download.virtualbox.org/virtualbox/debian jaunty non-free</pre>
<p>Anyways&#8230; a few side comments. First, read the instructions in their &#8216;Hello World&#8217; app. It works great. Use the emulator. It works great. The command line tools also work great. Except for one part. You cannot, after following their instructions, put the Hello World app on a real palm. On the forums, someone mention about having to use the &#8217;secret password&#8217; to get the developer tools available. Information can be found <a href="http://developer.palm.com/distribution/viewtopic.php?f=6&amp;t=89&amp;p=282">here</a>. After the installation, all the instructions are fine.</p>
<p>Side note: in Eclipse, once you are using the &#8216;Emulator&#8217; to run the app, if you want to switch to have Eclipse use your palm, right click on the project and select properties. In &#8216;Run/Debug Settings&#8217;, select your application, hit edit and change the target. You can futz with Eclipse to get multiple run targets off the menu, but I&#8217;ll leave that as an exercise to the reader.</p>
<p>First impression? Its fun and easy. Second impression will take a few days.</p>
<p>EDIT: As mentioned in <a href="http://developer.palm.com/distribution/viewtopic.php?f=6&amp;t=93">this link</a>, you can use Eclipse 3.5, Aptana 1.5 and Virtual Box 3.0.2 instead of the older versions mentioned by Palm in their SDK. (Aptana version should use this url: http://update.aptana.com/install/studio instead of the listed one.)<a href="http://update.aptana.com/install/studio"></a><!-- m --></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=147&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/07/16/first-app-on-my-palm-pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby, ActiveMessaging and ActiveMQ</title>
		<link>http://codeheadsystems.wordpress.com/2009/07/08/ruby-activemessaging-and-activemq/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/07/08/ruby-activemessaging-and-activemq/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 23:18:29 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=141</guid>
		<description><![CDATA[Just wanted to have a quick post on how we switched to ActiveMQ for our ruby app. We ran into problems that were easy to fix though hard to see where the error was. The first was a problem with idle connections and firewalls, and the second was how slow consumers &#8216;ate&#8217; off the ActiveMQ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=141&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just wanted to have a quick post on how we switched to ActiveMQ for our ruby app. We ran into problems that were easy to fix though hard to see where the error was. The first was a problem with idle connections and firewalls, and the second was how slow consumers &#8216;ate&#8217; off the ActiveMQ queue.</p>
<p>In our situation, the pollers/consumers of the messages exist in the DMZ, and the ActiveMQ server is behind an internal firewall. This firewall drops connections that are idle for &gt;1 hr. ActiveMessaging, for some reason I still do not understand, does not re-connect in this situation, though ActiveMQ sees the consumers as not connected. And you can&#8217;t have ActiveMessaging clients &#8216;ping&#8217; the server&#8230; no such API request possible. Suggestion on the web to fix this: Create a &#8216;keep-alive&#8217; topic that you ping once in a while. Since its a topic and not a queue, all listeners get the ping. No idle connections now. (In our firewall, you cannot turn of it behavior on a single port, so we opted to go for the keep-alive topic.) Is this optimal? Not really, but it does work.</p>
<p>The second issue was &#8216;greedy&#8217; consumers. If we pushed 10 messages into a queue, and the queue had 3 consumers, one consumer would get all ten. If the client died after the first message, the other nine would be lost. Solution was to add the &#8220;:ack=&gt;&#8217;client&#8217;&#8221; header, so the client acknowledges only after its done processing the current message. Second issue, if you started up one consumer and 10 messages were in the queue, then started up two more consumers, the first client again would only process those 10 messages. Though if it died after the first message, then ActiveMQ would give the other messages (redeliver) to the other consumers. Solution was to set the activemq.prefetchSize to one. Both of these are done on the processor&#8217;s definition, not in the configuration file for ActiveMQ. The magical incantation is this:</p>
<p><code><br />
subscribes_to :mail_event, :ack=&gt;'client', 'activemq.prefetchSize'.to_sym=&gt;1</code></p>
<p>The hard part was that in ActiveMQ, you have several different prefetchSize options, but the correct location was in the stomp section as its protocal dependent, and then &#8216;where&#8217; to set it in ActiveMessaging got confusing. But it now works like a champ.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=141&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/07/08/ruby-activemessaging-and-activemq/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>Goldman Sachs has record profit this year?</title>
		<link>http://codeheadsystems.wordpress.com/2009/06/22/goldman-sachs-has-record-profit-this-year/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/06/22/goldman-sachs-has-record-profit-this-year/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:29:21 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=138</guid>
		<description><![CDATA[If the news is to be believed, Goldman Sachs had a record profit this &#8216;year&#8217; and will be paying out the largest bonuses ever. To quote the original article:
&#8220;&#8230;it seemed inconceivable that a firm owing the US government $10bn would be looking to break all-time records in 2009.&#8221;
I&#8217;m completely disgusted especially since I heard this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=138&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If the news is to be <a href="http://www.marketwatch.com/story/goldman-sachs-to-pay-out-record-bonuses-report">believed</a>, Goldman Sachs had a record profit this &#8216;year&#8217; and will be paying out the largest bonuses ever. To quote the <a href="http://www.guardian.co.uk/business/2009/jun/21/goldman-sachs-bonus-payments">original article</a>:</p>
<blockquote><p>&#8220;&#8230;it seemed inconceivable that a firm owing the US government $10bn would be looking to break all-time records in 2009.&#8221;</p></blockquote>
<p>I&#8217;m completely disgusted especially since I heard this on NPR right before they start talking about how businesses in general are reducing retirement benefits for their workers. Ironically, the reason for Goldman Sachs&#8217; huge windfall is the poor economy. The government has to use financial institutions to move bailout money to companies, even though the same places help cause the original problem in the first place. And of course, now the Goldman Sachs paid their &#8216;TARP&#8217; money back, they can set their bonus level and executive pay to whatever they want.</p>
<p>Something is fundementally wrong with the business model in the US. The power of these financial institutions are only getting bigger as the whole economy weakens.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=138&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/06/22/goldman-sachs-has-record-profit-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
		<item>
		<title>Palm Pre &#8216;hard close shutoff&#8217; fix&#8230;</title>
		<link>http://codeheadsystems.wordpress.com/2009/06/10/palm-pre-hard-close-shutoff-fix/</link>
		<comments>http://codeheadsystems.wordpress.com/2009/06/10/palm-pre-hard-close-shutoff-fix/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 01:45:59 +0000</pubDate>
		<dc:creator>wolpert</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://codeheadsystems.wordpress.com/?p=135</guid>
		<description><![CDATA[One hardware issue seen with the new pre is that if you close the keyboard &#8216;firmly&#8217; it seems to jiggle the battery enough that the disruption in power causes the pre to shutdown completely. One person&#8217;s fix was to put a piece of paper between the pre and the battery so its tighter. Another was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=135&subd=codeheadsystems&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One hardware issue seen with the new pre is that if you close the keyboard &#8216;firmly&#8217; it seems to jiggle the battery enough that the disruption in power causes the pre to shutdown completely. One person&#8217;s fix was to put a piece of paper between the pre and the battery so its tighter. Another was to put folded electrical tape there.</p>
<p>Here&#8217;s a third idea. There is a tab in the pre when you open the back that you pull to get the battery out. If you fold that in half and replace the battery, you can still use the tab to remove the battery, and the folded tab is enough to &#8216;lodge&#8217; the battery tighter in place so the shut-off doesn&#8217;t happen.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeheadsystems.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeheadsystems.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/codeheadsystems.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/codeheadsystems.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/codeheadsystems.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/codeheadsystems.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/codeheadsystems.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/codeheadsystems.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/codeheadsystems.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/codeheadsystems.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeheadsystems.wordpress.com&blog=1822535&post=135&subd=codeheadsystems&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://codeheadsystems.wordpress.com/2009/06/10/palm-pre-hard-close-shutoff-fix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/abb12830c57e6f8aa6da954229d317e7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wolpert</media:title>
		</media:content>
	</item>
	</channel>
</rss>