In eSpace's first podcast, I had a chance to give a 10-minute introduction to Ruby.
Check it out.
Technical Highlights
Take a look at Ehab and OldMoe of eSpace delivering a talk about eSpace's Ruby contributions at RubyKaigi 2009 in Japan, the Ruby homeland.
Note: don't get too bored of Ehab talking in Japanese at first, OldMoe is coming up in English with core stuff :)

var fbApiKey = "your_api_key_here";
FB.init(fbApiKey, "/xd_receiver.htm");
var fbClient = new FB.ApiClient(fbApiKey);
fbClient.users_getInfo(fbUserId, ['name', 'hometown_location', 'birthday'], showUserInfo);
FB.ensureInit(function(){
var fbClient = new FB.ApiClient(fbApiKey);
fbClient.users_getInfo(fbUserId, ['name', 'hometown_location', 'birthday'], showUserInfo);
});
FB.ensureInit( function(){
FB.Connect.showFeedDialog(templateId, templateData, targets, feedBody, 2, FB.RequireConnect.doNotRequire, null);
});
document.observe("dom:loaded", function() {
FB.ensureInit( function(){
FB.Connect.showFeedDialog(templateId, templateData, targets, feedBody, 2, FB.RequireConnect.doNotRequire, null);
});
});