<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-20975090.post5504151112877145681..comments</id><updated>2009-05-07T11:24:21.886-05:00</updated><title type='text'>Comments on Headius: Domo Arigato, Mr. Ruboto</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.headius.com/feeds/5504151112877145681/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html'/><author><name>Charles Oliver Nutter</name><uri>http://www.blogger.com/profile/06400331959739924670</uri><email>headius@headius.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20975090.post-4471933592937257462</id><published>2009-05-07T10:13:00.000-05:00</published><updated>2009-05-07T10:13:00.000-05:00</updated><title type='text'>I just succeeded in running jruby code from an 'Ac...</title><content type='html'>I just succeeded in running jruby code from an 'Activity'. the android SDK generates a R class with static inner classes that have lower case names and again there own static fields eg in java R.layout.main (layout being the static class). this seems to create problems. Also code like this: &lt;br /&gt;&lt;br /&gt;btn = $activity.find_view_by_id(0x7f050000)&lt;br /&gt;txt = $activity.find_view_by_id(0x7f050001)&lt;br /&gt;&lt;br /&gt;class RunScriptListener &lt;br /&gt; include View::OnClickListener&lt;br /&gt;&lt;br /&gt; def onClick(view) &lt;br /&gt;  src = txt.text.to_s&lt;br /&gt;  eval(src)&lt;br /&gt; end&lt;br /&gt; &lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;btn.on_click_listener = RunScriptListener.new&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;seems to create the same problem with classloading:  &lt;I&gt;Exception: java.lang.UnsupportedOperationException: can't load this type of class file&lt;/I&gt;.&lt;br /&gt;But of course you can't pass arguments to an activity for the davlikvm.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4471933592937257462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4471933592937257462'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1241709180000#c4471933592937257462' title=''/><author><name>verborghs</name><uri>http://www.blogger.com/profile/14623031474455378409</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-1909364265774040132</id><published>2009-02-26T17:28:00.000-06:00</published><updated>2009-02-26T17:28:00.000-06:00</updated><title type='text'>appears that it disables its just in time compilat...</title><content type='html'>appears that it disables its just in time compilation http://www.infoq.com/news/2009/02/jruby12rc1-android-support</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/1909364265774040132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/1909364265774040132'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235690880000#c1909364265774040132' title=''/><author><name>Roger Pack</name><uri>http://www.blogger.com/profile/01578246846716577925</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-6967447428120238756</id><published>2009-02-24T20:39:00.000-06:00</published><updated>2009-02-24T20:39:00.000-06:00</updated><title type='text'>I thought that JRuby does quite a bit of dynamic J...</title><content type='html'>I thought that JRuby does quite a bit of dynamic Java byte code generation, and that Dalvik doesn't support dynamic byte code generation. Am I wrong on one of those two points? Would you mind giving a brief description of how you've gotten a dynamic language working on Dalvik? Thanks, and exciting work!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/6967447428120238756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/6967447428120238756'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235529540000#c6967447428120238756' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-4445948141454937534</id><published>2009-02-24T17:30:00.000-06:00</published><updated>2009-02-24T17:30:00.000-06:00</updated><title type='text'>looks like MRI [can] run on android.  http://otype...</title><content type='html'>looks like MRI [can] run on android.  &lt;BR/&gt;http://otype.net/2009/01/static-ruby-miniruby-187-on-android-dev-phone-1/&lt;BR/&gt;&lt;BR/&gt;?&lt;BR/&gt;-=r</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4445948141454937534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4445948141454937534'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235518200000#c4445948141454937534' title=''/><author><name>Roger Pack</name><uri>http://www.blogger.com/profile/01578246846716577925</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-5596809234457226517</id><published>2009-02-24T15:27:00.000-06:00</published><updated>2009-02-24T15:27:00.000-06:00</updated><title type='text'>Hey, if you need any particular help with Android ...</title><content type='html'>Hey, if you need any particular help with Android support in JRuby, drop me a line. I was planning on doing Android/JRuby experiments in a couple of months, but if you're starting sooner, that's cool too!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/5596809234457226517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/5596809234457226517'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235510820000#c5596809234457226517' title=''/><author><name>Mark Murphy</name><uri>http://commonsware.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-3255028836795120008</id><published>2009-02-24T14:27:00.000-06:00</published><updated>2009-02-24T14:27:00.000-06:00</updated><title type='text'>Just great...</title><content type='html'>Just great...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/3255028836795120008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/3255028836795120008'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235507220000#c3255028836795120008' title=''/><author><name>Robert Dober</name><uri>http://www.blogger.com/profile/06304126315464640783</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-4034928931524129706</id><published>2009-02-24T14:07:00.000-06:00</published><updated>2009-02-24T14:07:00.000-06:00</updated><title type='text'>Wow. Now that the fastest turn around I have ever ...</title><content type='html'>Wow. Now that the fastest turn around I have ever seen. Very cool Charlie. Sweet!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4034928931524129706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4034928931524129706'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235506020000#c4034928931524129706' title=''/><author><name>mnjsmart</name><uri>http://www.blogger.com/profile/03570695866799782781</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-3422051632585520679</id><published>2009-02-24T12:32:00.000-06:00</published><updated>2009-02-24T12:32:00.000-06:00</updated><title type='text'>yay!source?</title><content type='html'>yay!&lt;BR/&gt;&lt;BR/&gt;source?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/3422051632585520679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/3422051632585520679'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235500320000#c3422051632585520679' title=''/><author><name>Marcelo</name><uri>http://mem.myopenid.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-8416434947332959955</id><published>2009-02-24T12:19:00.000-06:00</published><updated>2009-02-24T12:19:00.000-06:00</updated><title type='text'>That's pretty cool. Now I want to get an Android p...</title><content type='html'>That's pretty cool. Now I want to get an Android phone.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/8416434947332959955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/8416434947332959955'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235499540000#c8416434947332959955' title=''/><author><name>Ethan</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-1383952381273662447</id><published>2009-02-24T12:15:00.000-06:00</published><updated>2009-02-24T12:15:00.000-06:00</updated><title type='text'>mmm, I can't wait to play!  Code?</title><content type='html'>mmm, I can't wait to play!  Code?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/1383952381273662447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/1383952381273662447'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235499300000#c1383952381273662447' title=''/><author><name>remi</name><uri>http://remi.org</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-8346153892731834649</id><published>2009-02-24T11:34:00.000-06:00</published><updated>2009-02-24T11:34:00.000-06:00</updated><title type='text'>so ... where is Project Ruboto hosted so that we a...</title><content type='html'>so ... where is Project Ruboto hosted so that we all may participate in the fun?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/8346153892731834649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/8346153892731834649'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235496840000#c8346153892731834649' title=''/><author><name>joakime</name><uri>http://www.blogger.com/profile/11919226774248421689</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-8478056987028077096</id><published>2009-02-24T11:18:00.000-06:00</published><updated>2009-02-24T11:18:00.000-06:00</updated><title type='text'>I guess last night's RUM inspired you.</title><content type='html'>I guess last night's RUM inspired you.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/8478056987028077096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/8478056987028077096'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235495880000#c8478056987028077096' title=''/><author><name>Jared</name><uri>http://openid.aol.com/jaredvolkl</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-2534000897814835601</id><published>2009-02-24T10:35:00.000-06:00</published><updated>2009-02-24T10:35:00.000-06:00</updated><title type='text'>Charlie, you rule.</title><content type='html'>Charlie, you rule.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/2534000897814835601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/2534000897814835601'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235493300000#c2534000897814835601' title=''/><author><name>James Britt</name><uri>http://www.blogger.com/profile/14121816809671217162</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-980886743378228647</id><published>2009-02-24T10:19:00.000-06:00</published><updated>2009-02-24T10:19:00.000-06:00</updated><title type='text'>Your posting tempted me to try the same for Rhino ...</title><content type='html'>Your posting tempted me to try the same for Rhino - and &lt;A HREF="http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/browse_frm/thread/c41a49aa85e9e5a4#" REL="nofollow"&gt;it worked&lt;/A&gt;! Thanks a lot!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/980886743378228647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/980886743378228647'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235492340000#c980886743378228647' title=''/><author><name>Hannes Wallnoefer</name><uri>http://www.blogger.com/profile/10244190303409436408</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-5154306056828487645</id><published>2009-02-24T10:02:00.000-06:00</published><updated>2009-02-24T10:02:00.000-06:00</updated><title type='text'>uh, me likey!</title><content type='html'>uh, me likey!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/5154306056828487645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/5154306056828487645'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235491320000#c5154306056828487645' title=''/><author><name>Marc Seeger</name><uri>http://www.marc-seeger.de/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-6775625412727557838</id><published>2009-02-24T07:30:00.000-06:00</published><updated>2009-02-24T07:30:00.000-06:00</updated><title type='text'>Last week I fought with CRuby to cross-compile min...</title><content type='html'>Last week I fought with CRuby to cross-compile miniruby for Android. Damn, should have waited a week :-) Thank you for the effort. When/where do we get more details?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/6775625412727557838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/6775625412727557838'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235482200000#c6775625412727557838' title=''/><author><name>Psycho</name><uri>http://www.blogger.com/profile/05161140912131452929</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-4171575209975938995</id><published>2009-02-24T06:31:00.000-06:00</published><updated>2009-02-24T06:31:00.000-06:00</updated><title type='text'>newbie question:does this mean that jruby can be u...</title><content type='html'>newbie question:&lt;BR/&gt;does this mean that jruby can be used to develop applications on the android plattform?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4171575209975938995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/4171575209975938995'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235478660000#c4171575209975938995' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-5693730220961156857</id><published>2009-02-24T05:37:00.000-06:00</published><updated>2009-02-24T05:37:00.000-06:00</updated><title type='text'>Awesome!</title><content type='html'>Awesome!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/5693730220961156857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/5693730220961156857'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235475420000#c5693730220961156857' title=''/><author><name>Thiago Pradi</name><uri>http://thiagopradi.net</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-7130854994720692331</id><published>2009-02-24T05:05:00.000-06:00</published><updated>2009-02-24T05:05:00.000-06:00</updated><title type='text'>Wow, that is so insanely cool!</title><content type='html'>Wow, that is so insanely cool!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/7130854994720692331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/7130854994720692331'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235473500000#c7130854994720692331' title=''/><author><name>Dag Fjeld Edvardsen</name><uri>http://www.blogger.com/profile/00094790798120247488</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-9187197291598928983</id><published>2009-02-24T04:47:00.000-06:00</published><updated>2009-02-24T04:47:00.000-06:00</updated><title type='text'>That's amazing!</title><content type='html'>That's amazing!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/9187197291598928983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/9187197291598928983'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235472420000#c9187197291598928983' title=''/><author><name>khelll</name><uri>http://www.blogger.com/profile/13398340882612317196</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-20975090.post-6595067019792473680</id><published>2009-02-24T04:43:00.000-06:00</published><updated>2009-02-24T04:43:00.000-06:00</updated><title type='text'>so Jruby comes to android platform thats wonderful...</title><content type='html'>so Jruby comes to android platform thats wonderful :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/6595067019792473680'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20975090/5504151112877145681/comments/default/6595067019792473680'/><link rel='alternate' type='text/html' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html?showComment=1235472180000#c6595067019792473680' title=''/><author><name>Hasham Malik</name><uri>http://www.blogger.com/profile/15587443973138053640</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.headius.com/2009/02/domo-arigato-mr-ruboto.html' ref='tag:blogger.com,1999:blog-20975090.post-5504151112877145681' source='http://www.blogger.com/feeds/20975090/posts/default/5504151112877145681' type='text/html'/></entry></feed>