4,993 reputation
11028
bio website all-are-wonders.blogspot.com
location Detroit, MI
age 45
visits member for 2 years, 7 months
seen Mar 12 at 14:12
stats profile views 195

I currently work as a database developer/DBA in the metro Detroit area.

My favorite programming languages are Haskell and Lisp.


Jan
24
awarded  Nice Answer
Nov
25
awarded  Necromancer
Nov
20
awarded  Nice Answer
Oct
18
awarded  Yearling
Sep
28
comment Is there any reason to use C++ instead of C, Perl, Python, etc.?
@suslik: Wow, I'm shocked that anyone would actually use python for that kind of system. I agree with you about bad noob python code; I've seen some myself.
Sep
28
revised Is there any reason to use C++ instead of C, Perl, Python, etc.?
added 116 characters in body
Sep
21
awarded  Custodian
Jun
29
comment My boss decided to add a “person to blame” field to every bug report. How can I convince him that it's a bad idea?
Not the downvoter, but the question explicitly said there were multiple attempts made to convince the boss it was a bad idea, so the second paragraph of your answer wasn't appropriate.
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
May
4
awarded  Nice Answer
Feb
13
awarded  Good Answer
Jan
14
awarded  Nice Answer
Nov
29
comment What are good keyboards for programming?
@Caleb: Not to worry, they also sell a version with qwerty key caps.
Nov
28
comment What are good keyboards for programming?
I used to have one of these. It was great until I had to do something on another machine that didn't have it.
Oct
28
comment vim (or other text editor) ability as a metric for potential tech job candidates
As a longtime user of vim, I can tell you that advanced vim usage is programming. For example, the command to replace foo with bar in starting from the next line starting with the word "begin" through the next line starting with the word "end" could be copied and pasted into a sed script.
Oct
20
comment How can I learn old school know how
@Skeith: You may want to look at gigamonkeys.com/book.
Oct
20
answered How can I learn old school know how
Oct
18
awarded  Yearling
Oct
11
comment Is hungarian notation a workaround for languages with insufficiently-expressive (i.e. Haskell-style) static typing?
Editors capable of searching for sCustomer without picking up sCustomerName (vi and emacs are 2 examples) have existed since the 70's.