Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

2010-11-25

Lame duck mode

I'm quitting Google. I have a couple of offers already, but I'm looking for a promising Ireland-based startup that could benefit from having someone like me around. Who wants to interview an ex-SRE?

2009-11-26

Open link in Google Docs

Since hearing about the way to link to a page in Google's Document Viewer, I've been using it enough that I want a quick way to do it. So I added this to the end of the [Link Popup Menu] section in the menu/standard_menu (1).ini file that Opera created when I made a custom menu setup:

Item, "Open link in Google Docs"= Go to page, "http://docs.google.com/viewer?url=%l"

Very handy for browsing Government websites, where most of the useful information is hidden inside Word files.

2009-08-22

Dutiful plug: Google Code University

Google has collected and published a compendium of useful computer science courseware, and given it the slightly dramatic name of Google Code University. I normally avoid plugging my employer's various offerings, mainly because there's no way to be unbiased about it. But after the disappointment of Open Courseware, this actually looks useful.

(Not that Open Courseware doesn't deliver a lot, by the way. It just promises far, far more.)

code.google.com/edu seems to have substantial content for each title, and (with the possible exception of the occasional Powerpoint data file) the content looks pretty good. I'd have found that stuff useful during the summer before I started college. Even when you correct for the fact that most ef it hadn't been invented way back in 1990.

Failure recovery

I've been categorizing distributed system designs into four groups, according to how they recover from the loss of a single critical ele...