Sunset in Kamini

Use the slider below to scroll through the scene.

Select a new scene
Sunset in Kamini Hydra at night Hydra at night Hydra at night

How to install gems without documentation by default

October 24th, 2011 at 12:18 pm 1 Comment

Here’s a quick tip I learned this weekend on how to get all your RubyGems installed without documentation by default.
Read more »

Fixing and restoring an old pagoda

October 21st, 2011 at 5:33 pm No Comments

One of my projects this week was fixing my pagoda that broke (again). I’m not sure how it broke, I just found it felled one day. This pagoda is sentimental to me as it was originally my grandparents, so I wanted to do a nice job.
Read more »

DIY egonomic grip handles

October 21st, 2011 at 4:05 pm No Comments

Last week I got a great deal on a pair of grass shears, $.50 at an estate sale. They look old and neglected, but they’re very well constructed and work great, they have a very fluid motion and are still quite sharp. But the handles on them were a bit small and uncomfortable, being constructed of just steal. So, I attempted to make my own more ergonomic handles.
Read more »

Xubuntu dual taskbars: display only relevant windows

October 20th, 2011 at 12:33 pm No Comments

If you’re like me and running Xubuntu with dual monitors. And like to have dual taskbars (panels) on each monitor. Here’s how to display only the open applications in each taskbar for each monitor.
Read more »

How to make Xubuntu your default desktop environment

October 20th, 2011 at 12:03 pm No Comments

I have Ubuntu setup to automatically log me in, so I don’t get a chance to pick which desktop environment I want; it always just picks the default (Unity), but I wanted it to default to Xubuntu. Here’s how to change the default to Xubuntu.
Read more »

Getting VIM setup for Ruby on Rails

October 3rd, 2011 at 9:39 pm No Comments

I just got started using Vim for Ruby on Rails development. To me, learning Vim is like growing a garden, it doesn’t happen overnight and you have to keep working at it. Also, getting Vim setup isn’t a one-and-done activity like installing a new toilet or a traditional editor/IDE. You have to keep tweaking and customizing it. Anyway, here are some of my notes on how I got started and some quick wins. Please note that this is more of a (rough) guide on how to get Vim setup for Ruby on Rails than it is how to use it.

Read more »

Quick Tip: Methods in Ruby

August 18th, 2011 at 11:29 pm No Comments

Here are some quick tips to keep in mind when coding new methods in Ruby.
Read more »