Thursday, January 21, 2010

What Great Software

More software in the world needs to be like this:

http://whenisgood.net/

As they themselves say:
No sign-up form. No password to choose. No fuss at all.
Other sites that do this:Huzzah!!

Tuesday, January 12, 2010

Putty intercepts Alt+Space

There're only a few windows I can't minimize with Alt+Space,N. One of them is googletalk because it doesn't use actual windows or something. GoogleTalks's got all sorts of non-standard behavior.

But Putty I expected better from. They allow Alt+Tab but not Alt+Space.

This reminds of when I discovered that GLUT eats Alt+F4. I had to put handles in for GLUT_KEY_F4 when (glutGetModifiers() & GLUT_ACTIVE_ALT) and then exit(0).

dumb.