LISA Global Summit in NYC: Intro session

Good lord. What have they gotten me in to.

I’m sitting in the Grand Ballroom at the Roosevelt Hotel in NYC, maybe a 1/2 block from Grand Central. As near as I can tell the only “practicing” geek in the room. I say practicing because after hobnobbing with people last night I was able to see that underneath their suits there are a few former developers around here.

The most disheartening thing is there is NO WIFI. About to break out the smoke signals to communicate back to the big world outside. Needless to say there is no unofficial conf. wiki or IRC channel.

In khakis and a polo shirt I’m the least dressed up person at this gig.

A few points from the 5 minute intro.

  • UNESCO linking Cultural diversity to our survival much like Bio-diversity.
  • Only 17 countries here (there’s what? 27 countries represented at Harrisonburg Public schools?).
  • 1 billion on the Internet. (North America 22%, Asia 35%, Europe 29%)

Canada on Rails: MPOG on rails

Michael Buffington on Using Ruby on Rails to Make a Massive Multiplayer Game

Look for slides on the wiki

#canada-on-rails

Canada on Rails: FileColumn

Sebastian Kanthak on Plugging in with FileColumn

Making file uploads easy

  • opinions: files should be in filesystem, not blobs
  • it would be nice to to something about the file if validation fails
  • FileColumn does this
  • can be expanded for more than imagesbl
#canada-on-rails

Canada on Rails: Internationalizing Rails

Jeremy Voorhis on Internationalizing Rails

  • Standard talk on I10N, I18L stuff here
  • can localize view, model
  • install plugin
  • rake globalize:setup
  • in models we “translates :fieldname”
  • lot’s of details I’m sure you can pick up in the API docs

Jeremy’s Blog

#canada-on-rails

Canada on Rails: Sneaking Rails Into The (Legacy) System

Robby Russell in Sneaking Rails Into The (Legacy) System

  • How to build a Rails app around a legacy DB.

Robby’s blog

#canada-on-rails