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

{ Category Archives } geek

Automating Zone creation in OpenSolaris 2009.06

With the announcement of OpenSolaris 2009.06 I thought it would be appropriate to blog a little about a tool I had been writing to help myself play with Zones a bit easier. My overall goals were the following: Have each zone configured with its own virtual NIC (Crossbow) Allow easy creation of zones without having […]

Insert the current filename into current edited file in vim

I had a need for inserting the name of the current file into a bunch of files I was editing. I was pretty sure there was a function to do this in vim and after some searching I was right. To insert the current filename. In Insert Mode, type CTRL-r % and it will insert […]

Writely, years in the making, months in execution

A nice back story on Writely (what is now known as Google Docs) via HN. I particularly like this snippet [The creators] have been in the application software business for nearly 20 years… they understand the user problem so deeply that they can blend the advantages of each new platform with ‘document authoring problem’ to […]

On the origins of the name Akihabara

Akihabara as many people in Japan know was originally the home for buying electronic goods in the Tokyo area. It still holds that reputation however the Anime Otaku crowd have changed the face of Akihabara to also accomodate their needs and desires. One thing that is interesting is the origin of place name Akihabara. A […]

Understanding what an L2ARC is

I’ve been silently scanning some Solaris blogs and skimming some of the appropriate websites for documentation on some of the more interesting features of Solaris for awhile now. One thing that requires time to adjust to is the number of acronyms that the Solaris community has to describe their technologies. One of these is called […]

Linux is a woman

I love this quote It’s obvious that GNU/Linux is a woman. She’s high maintenance, expects everything to be given to her for free, and no matter what goes wrong… it’s your fault.

When Despair.com meets Stackoverflow

Via Kvardek-du through Planet Lisp

Multiple renaming utilities: mmv

There are many multiple file rename utilities that you can dig up. One that I am used to on Debian/Ubuntu-based distros is called rename which is one that is derived from the Perl Cookbook. However, note that this rename script does not seem to exist on other UNIX variants in a packaged format. It definitely […]

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 […]

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 […]