David

6,124
Reputation
345 views

Registered User

Name David
Member for 1 year
Seen 16 hours ago
Website
Location Boston, MA
Age 34
I create usable software products from new ideas. Author of JFugue (Java API for music programming), experienced presenter, proponent of awesome user interfaces, project manager.

Starting at age 7, cut my programming teeth on the TRS-80 and TI-99/4A, then went on to Commodore 64 and Commodore 128. Was a big fan of RUN Magazine. Evolved from BASIC to Turbo Pascal, in which I wrote my own UI framework. Professional experience includes C, C++, Perl, Java. Now, primarily use Java, plus whatever else makes sense for a given need.
16h
revised Best resources for a developer to learn about electronics?
Added 'struct' parenthetical
21h
revised Best resources for a developer to learn about electronics?
added 71 characters in body; edited tags
Nov
25
awarded  Nice Question
Nov
23
comment Managing customer / management expectations with respect to SOA
I'm anticipating "make it a community wiki" comments... I'd argue that the best (i.e., most complete / well thought-out) answer should get the most votes and be accepted as an answer
Nov
23
asked Managing customer / management expectations with respect to SOA
Nov
13
awarded  Good Answer
Nov
6
revised Interview Programming Questions - In house Exam
deleted 9 characters in body
Nov
5
revised What are cycles ? in relation to python
deleted 1 characters in body
Nov
3
revised Where does Python first look for files?
edited body
Nov
3
revised Multi-vendor shopping cart software
deleted 12 characters in body
Nov
3
comment Did hobby programming magazines inspire your career, and what’s their modern-day equivalent?
It used to be that computers came with BASIC, but you're right - these days, computers don't come with a default programming language. Even if they did, it takes a lot more effort to make Doom than it did to make Pac-Man.
Nov
3
comment How to ensure that Open Source contributions are original?
Are there lawyers that help out the open source community? I can't have a side project turn into a financial burden.
Nov
3
asked Did hobby programming magazines inspire your career, and what’s their modern-day equivalent?
Nov
3
asked How to ensure that Open Source contributions are original?
Oct
31
awarded  Popular Question
Oct
30
revised Design considerations for a class full of static methods
added 4 characters in body; edited tags
Oct
29
awarded  Nice Answer
Oct
27
awarded  Favorite Question
Oct
26
revised How to register a custom keyboard shortcut for a windows application
deleted 30 characters in body
Oct
23
revised Looking for a simple Java API for creating graphs (edges + nodes)
deleted 221 characters in body; edited tags
Oct
23
revised Inheriting applications at a new job…
deleted 89 characters in body
Oct
21
awarded  Good Answer
Oct
21
asked Why are C, C++, and LISP so prevalent in embedded devices and robots?
Oct
20
answered estimating of testing effort as a percentage of development time
Oct
20
comment Do you use design marker interfaces to document your Java code?
For that matter, an @Immutable annotation would really solve the problem!
Oct
20
revised Worst “muscle memory” keyboard shortcut?
edited body
Oct
18
awarded  Popular Question
Oct
15
awarded  Popular Question
Oct
15
comment What Easter Eggs have you placed in code?
It's a 1-7-14-21 chord. If the root is a C5 (C in 5th octave), this plays C5 + G5 + D6 + A6 - which happen to be four consecutive notes in the Circle of Fifths.
Oct
13
revised How to deliver a java program to a client?
First round of grammar fixes
Oct
12
accepted Any good resources for learning intermediate javascript?
Oct
10
revised Where should I store photos? File system or the database?
Fixed grammer: your, not you're; its, not it's
Oct
10
comment Any good resources for learning intermediate javascript?
Instead of Google, how about something more targeted and social - for example, going to del.icio.us or StumbleUpon to find tutorials that many people have found useful?
Oct
10
answered Why aren’t voting machines open source?
Oct
10
comment Compare between FLEX, JavaFX and Silverlight
James - excellent article, very informed. Thanks!
Oct
10
revised Compare between FLEX, JavaFX and Silverlight
deleted 7 characters in body
Oct
10
revised Is reading too many management books too early for me?
deleted 4 characters in body
Oct
10
answered Any good resources for learning intermediate javascript?
Oct
9
answered Is reading too many management books too early for me?
Oct
9
answered Compare between FLEX, JavaFX and Silverlight
Oct
2
awarded  Popular Question
Sep
24
awarded  Popular Question
Sep
22
comment why won’t favicon load in firefox?
Have you found a solution to your problem? If so, please communicate your solution and/or accept an answer, so others can benefit from your experience!
Sep
22
revised What is the basic idea behind Plugins?
added 6 characters in body; added 22 characters in body
Sep
21
accepted What is the basic idea behind Plugins?
Sep
21
answered What is the basic idea behind Plugins?
Sep
14
comment How to call Processing.js function from HTML?
I tried this, but in my error console, I see, "document.getElementById('restartimage') is null". Did I correctly add the ID attribute to my img tag? <img src="restart-image.png" id="restartimage">
Sep
14
comment How to call Processing.js function from HTML?
I tried this, but then the Processing.js code didn't run.
Sep
12
asked How to call Processing.js function from HTML?
Sep
9
comment What is the optimal length for user password salt?
Okay, I edited the question and added the link.