Mark Harrison

16,322
reputation
1490 views

Registered User

name Mark Harrison
member for 1 year
seen 2 hours ago
website
location Piedmont, California
age 47
Since moving to the Bay Area in 2001 I have been working at Pixar. Prior to that I lived in China and was the Chief Software Architect at AsiaInfo, the company that built China's internet. I studied computer science and worked in Texas for many years.

feel free to drop me a line if you've got any feedback on stuff I've posted here:

mh@pixar.com

6h
awarded  Popular Question
16h
awarded  Popular Question
1d
comment What is a good example to show to a non-programmer to explain what programming “looks like”?
+1 melaos, well said!
1d
comment What is a good example to show to a non-programmer to explain what programming “looks like”?
Steve, lighten up, it's funny because it's recognized as a stereotype. The two images are separated by nearly half a century, but are essentially identical. I had thought everyone would recognize the Coulter/SpiffWorld Code Monkey, but I've added a link to the image. Check it out, it's great!
1d
revised What is a good example to show to a non-programmer to explain what programming “looks like”?
added spiffworld link
1d
answered What is a good example to show to a non-programmer to explain what programming “looks like”?
Dec
18
answered Why didn’t Ada make it?
Dec
17
awarded  Popular Question
Dec
16
asked Simplest way to publish over Zeroconf/Bonjour?
Dec
16
revised Executing Dynamic SQL in Oracle (PL/SQL) and Ensuring Security…
added 237 characters in body
Dec
16
asked Oracle Sql Developer: how to install extensions?
Dec
15
awarded  Famous Question
Dec
14
answered How to find memory leaks in source code
Dec
13
awarded  Popular Question
Dec
12
asked iPhone: how to get safari to recognize a vcard?
Dec
11
answered Executing Dynamic SQL in Oracle (PL/SQL) and Ensuring Security…
Dec
9
awarded  Necromancer
Dec
8
awarded  Notable Question
Dec
6
awarded  Mortarboard
Dec
2
awarded  Notable Question
Nov
29
revised Error trying to connect to Oracle from Rails on OS X
added 202 characters in body
Nov
28
comment Oracle: speeding up count(*)?
updated with table defs...
Nov
28
revised Oracle: speeding up count(*)?
added table defs
Nov
28
answered Rolling my own “Version Control”
Nov
27
comment cx_Oracle - what is the best way to iterate over a result set?
I think SScursor is for MySQL. But anything that has a fetchall() will probably have the same memory usage, as it returns a list of all the rows returned.
Nov
25
asked Oracle: speeding up count(*)?
Nov
24
answered What is a command line compiler?
Nov
22
comment Unusual programming interview questions
@mrduclaw, a[i] is defined as *(a+i). So, it goes like this: a[i] == *(a+i) == *(i+a) == i[a]. so, 2["hello"] == "hello"[2] = 'l'.
Nov
21
answered What database tool made these nice-looking diagrams?
Nov
21
comment What database tool made these nice-looking diagrams?
@mrduclaw, no, but if you're gonna copy an image off of somebody's blog it seems right to include a link... :-)
Nov
21
comment What database tool made these nice-looking diagrams?
@ChrisF, by the time I refreshed the page to see my comment... amazing!
Nov
21
comment What database tool made these nice-looking diagrams?
Coz (a) I think I can get a faster answer here, and (b) I want to spread the knowledge.
Nov
21
asked What database tool made these nice-looking diagrams?
Nov
20
awarded  Nice Answer
Nov
20
asked fastest web server for static, dynamic content?
Nov
20
awarded  Nice Question
Nov
18
accepted Error trying to connect to Oracle from Rails on OS X
Nov
16
answered Why didn’t Ada make it?
Nov
15
answered Code Golf: Permutations
Nov
11
comment How do you manage schema upgrades to a production database?
good idea, thanks!
Nov
11
revised How do you manage schema upgrades to a production database?
edited tags
Nov
11
awarded  Notable Question
Nov
10
awarded  Nice Question
Nov
8
awarded  Popular Question
Nov
6
asked Getting started with Arduino?
Nov
4
comment generate database & tables schema (ddl) on Oracle pl-sql
No problem for 10.2, that's what we have also.
Nov
2
answered Why is Python a favourite among people working in animation industry?
Nov
1
awarded  Populist
Oct
29
awarded  Popular Question
Oct
28
comment Oracle OCI Change Notification — should HOST= be the client machine?
both linux, the failing server is part of a RAC cluster. The client uses DHCP, but I think talks to the non-failing server over a vmware virtual network.