Monthly Archives: March 2006

Cross your fingers

Ok, so some fun stuff happened.

Whoa. That last one is pretty heavy. So here’s the deal, even though I’m a transfer student with no SFSU GPA to speak of, and even though I’ve taken very few core classes for my major, somehow the study abroad department approved my application to go to the Netherlands. The hard part is over. I’m trying to finalize the details right now, but the whole sha-bang relies on two things: -Alyssa getting a gig with the AIDS foundation. -Housing. Right now, as I type this, her g-ma (in the picture) is on her way to Amsterdam and will be talking to the person-in-charge of both of those things. Alyssa graduates this semester, and there’s no way I’m asking her to put her career on hold while I study in a foreign land. A job with the AIDS foundation will not only look good on her resume but also allow us to get some traveling done while in Europe. The housing front is tricky. It seems like we have several connections, which is nice, but moving to a new place can be tough enough without it being several thousand miles away. We can’t look at it, our dates are vague, we’re on a budget, and we need it to be furnished. Also I’ll die without DSL which can take two months to install. Wee. Anyhow I’ll keep you posted. (Also, no word yet on the random knee-injury, a surgeon is going to take a look at it in two weeks). Update! Alyssa got a job with the AIDS foundation, so now the only thing we’re waiting on is housing. I told myself I wouldn’t get excited untill it was a 100% sure deal, but that’s proving to be tricky right now…

Comics, Metal, and Epic Novels

So, yesterday I was reading Questionable Content (don’t worry, the content isn’t very questionable) and came across this strip. This comic is kind of like a soap opera for alternative/indie-music nerds, so I have no idea why I started reading it.

Anyhow they referenced a hardcore-ish rock band named “Mastodon” who put out an entire album devoted to Herman Melville’s Moby Dick.

I kid you not.

It’s called Leviathan and here’s a torrent. There’s way (way) too much yelling for my tastes, but the music isn’t that bad, and … I’m getting off topic here. It’s a freaking death metal album about Moby Dick. Check the lyrics (you won’t be able to understand the vocals anyway).

Crazy.

I’m also updating my Personal Ramblings sections after I post this. Some fun stuff happened so check it out.

HOWTO: Make Terminal.app behave properly

This is just a pet peeve I have with Mac OS X’s Terminal.app. PageUp, PageDown, Home, and End control the line buffer saved in Terminal.app, but doesn’t control those features in whatever program you’re using.

For example, if you’re using vim, emacs, or you’re ssh’ed into another computer and using a command-line irc client (in my case, irssi), you may want the “page up” command to be sent to that program. Holding down Shift *should* make this work, but on my MacBook Pro it doesn’t (maybe because I also have to hold down fn?).

Anyhow, open up a terminal, go to the Terminal menu, and select “Window Settings”. Select “Keyboard”, and now you can see all of the actions for various key commands.

We’re trying to set the following keys to do these actions:

  • PageUp = “\033[6~”
  • PageDown = “\033[5~”
  • Home = “\033[1~”
  • End = “\033[4~”

Unfortunately, it’s not that easy. If you go find the PageUp key and click on “Edit”, you may notice that when you try to type a backslash (\) it enters a double backslash (\\). Also can’t use your delete key to edit the string.Do the following:

  • Find the key “F20″ and click on “Edit”
  • Highlight the String (\033[34~) and hit command+c to copy it.
  • Close the window -Find “PageUp” and click on “Edit”
  • Make sure the “key” is PageUp, the “Modifier” is none and the “Action” is send string to shell:
  • Hit command+v to paste the string from F20 into the box.
  • Use the “delete” button in the window (NOT on your keyboard) to delete the last 3 characters. (3, 4, and ~)
  • Enter in “6~” (you will have \033[6~ when you are done)
  • Hit “ok” and the window will close
  • Click “Use Settings as Defaults” to keep your changes.
  • Repeat process for PageDown, Home, and End (the string will be different, see above listing).

Again, don’t forget to save your settings as deafaults otherwise new terminals won’t have the same settings.

Enjoy your (now working) Terminal.app.

If you need to scroll up or down in Terminal.app ‘s buffer, use the slider or arrows on the right, or you can hit command+up arrow or command+down arrow on your keyboard.

This works on Mac OS X 10.4.5 with Terminal.app version 1.5 (133)

Fun with hardware

Well, school has kept me really busy recently, and if that weren’t enough, I’ve got a bunch of hardware projects going on around the house.  Some of them are fun.

First off, my new roomate moved in, and he’s got a nice big screen TV and Tivo.  We’ve been playing around with Tivo Desktop, transfering files and such on and off of the Tivo, allowing it to access our mp3′s and movies, and all sorts of other fun stuff.  I’ve also convinced him to add a second drive, which will be done as soon as we get the mounting bracket’s he ordered.  That may end up being a full post in the future.

My Macbook Pro also arrives today.  Well, technically it already arrived, but I was in the shower so I didn’t hear the doorbell.  To make things worse, I got to watch the FedEx truck drive away from the little window in my shower.  So sad.  Anyway, I’ll be picking it up tonight and play with MacOS X a bit before I try to repartition the drive and install Gentoo.

This frees up my Dell, which is headed over to my dad’s.  Since he lives 2 houses down the street, this will revive the 802.11 antenna project (the pictures are more interesting), which died when (or slightly before) my brother moved up to Sacramento.  When I went up to investigate why it had stopped working, I found the entire Linksys WAP 11 was completely corroded internally, I guess my home-made seals didn’t work out too well.

Regardless, I was rather impressed with how long the little guy held up (it was clear that he had been rusting for a very very long time), so I ordered 2 more of those guys on ebay.  This time I’m trying to get access to the whole house, not just the closest room, so I’m going to be using (at least) one of the 4 ultra-high-gain antenna’s which Dan over at oiccam gave me (thanks Dan!).

I’ll post more on the wifi thing as soon as I get my AP’s and figure out what I’m doing…