Marc-Andre Cournoyer's blog
Latest Content
Blog Moved! plzplzplzbbq update your feed (plz) - 334 days ago
I moved my blog to: http://macournoyer.com/blog.New feed is at http://macournoyer.com/blog.atomI know, I’m asking a lot… But I guarantee you’ll have a lot more fun if you update your feed to point to my new blog.kthxbai Topics: Misc
Presenting Rack at Montreal Against Rails - 419 days ago
I’ll be presenting Rack this Tuesday at the first Montreal Against Rails (the non-Rails meeting).I’ll show how to use Rack and then I’d like to try something new (and probably crazy-stupid). Building a web framework with Rack is so... Topics: conference, montreal, ruby
Ruby on V8 - 431 days ago
Google Chrome looks cool, ok… But what is even cooler for me is V8, the super JavaScript VM.JavaScript is a dynamic language, just like Ruby.You can add stuff to objects at runtime, like Ruby.It’s object oriented, like Ruby.It has a GC, like.. Topics: ruby
You’re just in a giant Object.class_eval block - 456 days ago
>> Object.methods.size=> 85>> def i_is_in_ur_Object; "kthxbai" end=> nil>> Object.methods.size=> 86>> String.new.i_is_in_ur_Object=> "kthxbai"Careful what you put in there! Topics: ruby

















