Skip to main content

Day 4 at Google

Today I decided to try out Google shuttle since I am planning to use it daily once I move to a new apartment. Obviously I wanted to try and see how a 1 hour long drive will be. Although I do not have motion sickness, people asked me to test it out before deciding to stay so far away from work. I drove about 40 miles to Danville and got on the Google shuttle. The shuttle was a very nice limo type bus with nice seats, a couple of four seats with tables between them, wifi access and overhead video displays (although no movies have been played during the ride). I tried out what I would routinely do if I used the shuttle which is basically coding and reading both books and web. All of them worked out fine. I did not feel any motion sickness, but sometimes I found it hard to concentrate on reading the small font on Dr. Dobbs magazine when the bus is shaking too much. Reading from my laptop wasn't that bad once I did a few Ctrl-+ to make the font bigger.

After reaching Google, I attended 3 more classes. Had chicken biriyani with palak paneer for lunch. Not as tasty as I expected (since it was not spicy enough for my taste) but still pretty good. Again in the evening hopped on the return shuttle. After 1 hour 20 minutes shuttle ride to Danville, I drove back to Santa Clara for another 50 minutes. What an irony that I drove from a place close to Google to a far away place only to use the shuttle back to Google. In total I commuted for 4 hours and 20 minutes today. But it was only a one day thing so it was not a big deal. The shuttle service is awesome. Right on time. No motion sickness. No waste of time. I can work during my commute. So I decided I to use the shuttle and live far away from the city :)

Comments

Sumit Chachra said…
dude,

why are u planning to stay in Danville??? Stay in SF if you want to be far from work.... commuting 1 hour each way is a waste of time... although am sure u don't look at it that way, but there's only so much reading you'll do each way.

I stay at 5 minutes walk from work and love it!

Popular posts from this blog

Attesting General Power of Attorney in SF

Recently I had to go through the motions of getting a General Power of Attorney (GPA) document attested in San Francisco. I am an Indian by birth. My parents were trying to buy a house back in India for me. Since I did not want to travel to India they needed a GPA so that they can act on my behalf to sign all the documents required to buy the house. The problem however is that they needed it urgently because the seller lives in UK and wants to get all the things done quickly so he can go back. My parents send me a GPA document that they obtained from a lawyer. This is a document that will give the power to my parents to buy the said property in the document on my behalf. The lawyer said that I will have to get the document attested at an Indian Consulate in USA. The closest one for me is in SF and I can drive there in about an hour from where I live. So I though it will be like a day's work to get all the things done. I looked up at their  website  for the procedure t...

XBMC / Boxee remote control android app

I have been writing a few android apps over weekends at home and during 20% time at Google. However I never actually released any of them in the android market mainly because they were quick and dirty apps that fit my needs but perhaps would not be appealing to the general public. One such app that I quickly wrote over a couple of weekends is a XBMC remote. The media center that I use at home is XBMC and I have always wanted to have more control and faster access to my media. Using my remote to navigate through the menus is not as fast. Especially when I wanted to queue a lot of music it is very slow. So I wrote this nice little app called "XBMC remote" for my android phone to control XBMC from anywhere :). Give it a try. Search for "xbmc" in android market and install it if you use XBMC as your media center. When you first launch the app you will start with this screen. You will have to setup your web server address, username and password (if required) by ...

Power Off Delay Circuit

Recently I have been kicking myself for forgetting to turn off the motor that pumps water from a sump to an overhead tank at home. Every time I turn on the motor, I try to remember to turn it off in 30 minutes (about the time it takes to fill up the overhead tank from empty to full), but I keep forgetting to turn it off most of the time, wasting a lot of water before I realize it. Then I got an idea. Why not just make a simple, cost effective timer circuit that will turn off the motor after say 30 minutes? So I started thinking about it. All I need is a 555 timer and the correct resistors and capacitors that will delay the timer for the exact time I want the motor to stay on. Next I need a relay to control the motor. First the timer has to run in monostable mode. We just need a one-shot pulse. The pulse should be long enough to keep running the motor. Next we use t = 1.1RC to get the approximate time (in seconds) the output of 555 timer will be high based on the R (in ohms) and C ...