| bio | website | dmartin.org |
|---|---|---|
| location | St Louis, MO | |
| age | 38 | |
| visits | member for | 3 years, 4 months |
| seen | Mar 26 at 17:49 | |
| stats | profile views | 35 |
|
Feb 22 |
answered | Buttons to run Maven targets in NetBeans |
|
Feb 19 |
comment |
MongoDB: Is it possible to make a case-insensitive query? Raymo, a case insensitive index feature does not exist today in Mongo, but it's being talked about. jira.mongodb.org/browse/SERVER-90 |
|
Jan 22 |
awarded | Yearling |
|
Jul 12 |
awarded | Good Answer |
|
May 21 |
awarded | Yearling |
|
Apr 30 |
awarded | Nice Answer |
|
Dec 9 |
awarded | Commentator |
|
Dec 9 |
comment |
Why can attributes in Java be public? @duffymo That is a Hallmark for an OO language itself, but not a requirement of a class written in OO. |
|
Dec 9 |
answered | Why can attributes in Java be public? |
|
Oct 8 |
awarded | Yearling |
|
Sep 28 |
awarded | Necromancer |
|
Sep 12 |
comment |
Practical non-image based CAPTCHA approaches? You've outlined the problem with almost every answer on this thread. They all would be defeated quickly if they weren't exclusive to tiny website. If any of them were used on a large website or a number of small websites (say as a Wordpress plugin), they would be defeated in a day. They really aren't CAPTCHAS, but lucky cases of security through obscurity. You are also right on; modern spam is putting comments that even I cannot recognize as spam. I've given up on CAPTCHA and instead use Mollom. Crowdsourcing spam is a better approach imho. |
|
Sep 12 |
answered | PHP Captcha without session |
|
Aug 29 |
awarded | Nice Answer |
|
Jun 3 |
awarded | Necromancer |
|
Apr 15 |
comment |
Enable Icons ADL Why do you care what icon is shown for the ADL? When you actually run the air app, the icon works fine. |
|
Apr 13 |
comment |
Would you recommend JavaScript for GNOME desktop apps? If your project is open source, I believe using JavaScript has one major advantage: more developer contribution. A project written in JS will have a much larger developer audience that is willing to contribute. Most in technology know JavaScript at some level. I personally haven't contributed much to open source desktop software even though I'd like to, mainly because I don't have much C/C++ or Python knowledge. Further, people who know C/C++ and are willing to contribute to OSS are mostly already involved in something; those assets are stretched thin. JS knowledge isn't. |
|
Apr 12 |
comment |
Continuous Integration for Flex 4 Agree here, never use VSS. It simply is not a proper VCS - it is a simple repository, nothing more, lacking even the most basic VCS features. I prefer distributed VCS, so I would tend to go with git, but I frequently use SVN which is also quite good. git vs SVN is less cut and dry - use what is appropriate to your team and their skills. I definitely suggest Hudson over CC. Hudson isn't perfect, but it is very very nice, and miles better than CC, in my opinion. The live ajax console output during builds is simply priceless. Maven over Ant for me as well. |
|
Apr 11 |
comment |
SQLite database connection is making changes in memory but not saving to the file - AS3 AIR You accepted this as the "correct answer". Did you find that this was the issue, or what? |
|
Apr 11 |
revised |
Consuming HTTPS Webservice in Flex 4 deleted 29 characters in body; added 5 characters in body |