Archive | Projects RSS for this section

[Video] I Made a $4 Electric Ukulele

While I was home for Christmas, I was watching lots of ukulele videos on Youtube. Somewhere in my wanderings I came across the Risa Uke Solid and my mind was blown. It’s a small electric ukulele made out of a single solid piece of wood and some hardware. The simplicity of the design made me think: “Hey, I could do that” and so I began thinking about how I could make a simple electric ukulele myself. Two days later, with lots of help from my dad and his tools, I have a working electric ukulele made from stuff I found around my parent’s house and a set of $4 ukulele strings. It’s currently fret-less and the pickup leaves a lot to be desired but my goal was really to create a mock-up so that I would know what I was doing when I built the actual thing.

Read More…

Are your digital memories going to be there when you’re old?

I have recently been reading (auto)biographys of famous musicians. (Dietrich Fischer-Dieskau and Gerald Moore) One of the things that makes these books so enjoyable to read is the quotes from letters that they wrote or received. This lead me to consider how the historians of tomorrow will chronicle our lives and interactions. Not only that, how will we remember our own past?

I am sure that we all have a box somewhere of love letters and mementos of the intimate moments in our lives, but increasingly our correspondences are not written down on paper. Perhaps your email client (Outlook, Mail, Thunderbird) saves all your emails and that seems like a good enough way to keep your memories. But what about when you switch to a new mail program/computer/operating system? Will you make an archive copy of these emails so that you can read them when you are old? Do you know how? Its not that easy. And it gets worse. Read More…

Fixed the two major problems with the MAME cabinet

Finally I fixed the last two major flaws with the MAME cabinet!

Problem: The device that connects the arcade buttons to the keyboard port was not recognised as keyboard, and therefore the computer was not listening for input.

Solution: My brother hacked the kernel so that no matter if the keyboard is recognized or not, the computer listens on that port.

Problem: Since my upgrade to Ubuntu Gutsy, xmame would sometimes not reset the resolution when it exited.

Solution: I found the answer here. By adding “; xrandr -s 1024×768″ to the end of the list of options that wahcade passes to xmame, I essentially tell wahcade to run xmame (with my option) and when xmame closes (when I close a game) to reset the resolution with xrandr. So far, it seems to work.

It looks like we are ready for the xmame party just as soon as these holiday’s are over.