2010-11-25
Lame duck mode
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...
-
The EU, in a genuine act of stupidity (not to be confused with the imaginary acts of stupidity usually recorded in the British press), has d...
-
I came back to Ireland from the US in 2000, and was immediately disappointed by the weather service. I don't mean the perpetual overcast...
-
For years, I've been pretending that time_t is a better representation of time than any combination of year, month, day, etc. That...