2
votes
What is your favourite non-standard C library function ?
Actually, I think strdup is actually not in the C standard... the man page claims
CONFORMING TO
strdup() conforms to SVr4, 4.3BSD, POSIX.1-2001. strndup(), …
0
votes
Effective sayings that relate something complex to a layperson?
Memory hierarchy as hands-pockets-desk-library
The hands being the registers and the library being the harddrive. (CDs and DVDs being like interlibrary loans...) It helps explain about ca …
4
votes
Is gtk+ responsible for the awkward look of most linux applications?
The quality of the themes also vary.. It shouldn't be that hard to find a theme that's "horribly wrong" because of its basic choices and priorities. Personally, I like very compressed themes. I eve …
1
vote
What are your must-have editor features?
Telepathic completion.
No, I'm not joking. Well, um, actually, I think it's called dabbev-expand (dynamic abbreviation expand) in Emacs. It cycles through words in the buffers that are pr …
0
votes
Favorite Windows keyboard shortcuts
It's not a keyboard shortcut, but my favourite trick is to bind the large thumb button on the rat to move window, the smaller thumb button to resize. That way, windows can be moved and resized very …
