Kluge

1,610
Reputation
113 views

Registered User

Name Kluge
Member for 1 year
Seen yesterday
Website
Location
Age 51
29 years of programming in C, C++, C#, SQL, Clipper, X86 Assembly, Javascript, BASIC.
Oct
29
comment Why no love for SQL?
Touché. Your answer perfectly describes my early frustrations with SQL. I wrote a lot of procedural code because I didn't trust SQL to generate an efficient execution plan. As I grew more conversant in SQL, I discovered that it is in fact quite good at optimizing and that properly written SQL usually runs faster than my procedural code.
Sep
25
awarded  Good Answer
Sep
23
answered Recommended movies on history of computers/programming?
Sep
16
awarded  Yearling
Sep
8
comment What rare programming tools do you use?
I found something very similar to my incremental copy program: Filesync (fileware.com), except they took it to the next level by adding file diffs and some other neat features. Thanks for all the comments.
Aug
14
accepted Invalid Variant Operation error
Aug
14
answered Invalid Variant Operation error
Aug
6
answered Is there an efficient and free method of migrating a 6GB Interbase DB to MySql?
Jul
29
comment Incremental File Copy Tool and NIH
Note: I just discovered FileSync (fileware.com) which is remarkably similar to what I wrote, except cooler in many ways.
Jul
19
awarded  Nice Answer