You are viewing a read-only archive of the Blogs.Harvard network. Learn more.
Skip to content

{ Monthly Archives } June 2008

RubyKaigi 2008 Day 1 The Lightning Talks

Lightning talks are one of the more interesting parts of a conference in my opinion since 5 minutes really forces the speaker to get to the point and it becomes painfully obvious if the presentation has no focus or if there has been real work to get across the main message in the shortest amount […]

RubyKaigi Day 1 The Matz Keynote

Okay this is my notes from Matz’s Keynote. I was 5 minutes late since finding lunch took a really long time to find anything around the area unfortunately. Unfortunately, most of the visiting Rubyists decided to do KFC however Charles Nutter decided to stick it through and we finally found a nice Yakiniku restaurant to […]

RubyKaigi 2008 Day 1 Part 3 Notes

Evan Phoenix on Rubinius Evan started off with a quick intro on Rubinius and proceeded to talk about some of the big pieces of Rubinius from a 10,000 feet high view. The kernel of the system The C Compatibility Layer It’s a big project and Evan wants to have a conversation with anyone who wants […]

RubyKaigi 2008 Day 1 Part 2 Notes

Here’s a continuation of my scribbled notes from the RubyKaigi. This one from the JRuby implementors. Some of my own thoughts and comments are inserted in parentheses. Charles Nutter on JRuby Quick intro and the impressive live demos of JRuby in action (or as the IRC channel said Nice Live Coding (NLC)) This summer, work […]

RubyKaigi 2008 Day 1 Part 1 Notes

Ruby Kaigi 2008 is happening. I’m sure there other posts on the Ruby Kaigi happening however here are some of my own hasty scribbles for anyone that cares… Introduction Speech This is the 3rd year of the conference One theme of this year is multiple implementatios More people coming into the Ruby community and we […]

On the future (or lack) of Nitro Web framework

Before there was Rails, there existed other Web Frameworks for Ruby. One of the promising ones is Nitro however it fell into realm of ignorance. On some random surfing I ran across this blog post from one of the main authors of the Nitro Web Framework. It’s an interesting read since the author laments how […]

mod_rails aka passenger == nice && easy

I looked over mod_rails today and realized how nice and easy looking it was to install. The general install process is: 1. Install rubygems 2. Run gem install passenger 3. passenger-install-apache2-module 4. Follow the instructions and install any missing dependencies (it actually is smart enough to detect which ones you need before splatting itself into […]

Happy half-a-decade blog

Yeesh, I just looked at the date of my first post and it’s been a whole 5 years since I started blogging here. What have I learned? People who blog multiple times a day must either have some kick-ass tools to do it quickly or way too much time. I seem to have neither so […]

Wii games you won’t be seeing anytime soon

I found this really funny although it might offend other people’s senses. Link to Rejected Wiiplay Games Thanks LRR!

Can’t install anymore extensions in Firefox 3? Kill extensions.rdf

I’ve been trying out Firefox 3 and one strategy I do is to copy my Mozilla Firefox folder with me to whatever machine I go to so I don’t have to reinstall plugins, re-enter all my passwords, and configure everything about Firefox until I’m happy. However, it seems due to some reason or another I […]