Opens profile photo
Follow
Dave Jagoda
@davejagoda
interesting, generic adjective. descriptive but common noun.
Bay Area, CaliforniaJoined April 2009

Dave Jagoda’s Tweets

Nearly all production code should use this parameter in nearly all requests. Failure to do so can cause your program to hang indefinitely:
1
postgres=# CREATE TABLE t (c TEXT UNIQUE); INSERT INTO t VALUES (''); INSERT INTO t VALUES (''); duplicate key value violates constraint
1
Words of the form $'string' are treated specially ... expands to string, with backslash-escaped characters replaced as specified by ANSI C
There's an executable /usr/bin/python which is Python 1.5.2 on most older Red Hat installations; several key Red Hat tools require this
1
OSX users: want more items in the menu bar? Do this: cd /System/Library/CoreServices/Menu\ Extras/ for i in `ls -d *menu`; do open $i; done
1
2