Archive for February, 2007

test

Sunday, February 25th, 2007

test

California

Thursday, February 15th, 2007

Eh, finally something good happened to me as far as getting a co-op is concerned.  I got an offer from Intel today which means I will be moving to California in 3 weeks after finals (driving there).  I will be there for 6 months.

Yup.  No more snow for me this year!  No more -15 degree weather.  No more potholes.  No more 8:00 am classes.

If things work out right I will only have to spend one more quarter at RIT.  And by things working out right I mean going straight to Germany to study abroad for 5 months after my Intel internship.  I won’t be back for a year!  Weeeeee.  Rochester is cool and all in it’s own way, but it’s just not for me.  I need a change of scenery.

So what am I going to be doing at Intel?  It’s a bit vague now, but I do know a few things.  I will be working on a team that optimizes software for Apple.  They look at everything from the high level algorithms to the low level assembly.  I will be working on Mac’s.  And apparently, the second day I am there they are flying me to a conference in Phoenix, AZ, which I wasn’t told much about.

Believe it or not, I don’t have much to complain about, except for maybe a lonely Valentine’s day, but not everything always goes your way.

Greasemonkey and Craig’s List

Sunday, February 11th, 2007

I’ve been searching for an apartment on Craig’s List lately near where I am probably getting an internship.

A couple things I notices is that the google maps link on the pages often were bad because they used “at” instead of “&” and google maps likes the ampersand more it seems. Also, I always changed it to a direction search to a specific address. Inefficient, right?

I was bored this morning and I realized that this was a job for Greasemonkey. I’m not super good at javascript (because I never have to use it), but I hacked together a script that would turn the links to the google maps into a link to a link to directions to the location you defined in the script.

It’s not super robust, but it does the job. Here’s what you need to run it.

  • Firefox
  • Greasemonkey add-on for firefox
  • My script
  • You’ll have to edit one line in the script where it says “Destination Here” and replace with a location (you pretty much have to search for the location once with google maps and paste the url)
    example:1+lomb+memorial+drive,+rochester,+ny

No warranty on this script at all. For all I know, it will eat your computer and your soul.