User David Plumpton - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T19:17:16Z http://stackoverflow.com/feeds/user/16709 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1760559/how-to-make-jmeter-wait-for-an-ajax-response/1766120#1766120 0 Answer by David Plumpton for How to make JMeter wait for an AJAX response David Plumpton 2009-11-19T19:58:21Z 2009-11-19T19:58:21Z <p>Actually it does seem to be waiting, it's just that the response is not shown in the "View Result Tree" listener for some reason. It does appear in the "Save Responses to a File" listener.</p> http://stackoverflow.com/questions/1760559/how-to-make-jmeter-wait-for-an-ajax-response/1766115#1766115 0 Answer by David Plumpton for How to make JMeter wait for an AJAX response David Plumpton 2009-11-19T19:57:45Z 2009-11-19T19:57:45Z <p>Actually it does seem to be waiting, it's just that the response is not shown in the "View Result Tree" listener for some reason. It does appear in the "Save Responses to a File" listener.</p> http://stackoverflow.com/questions/1499239/database-vs-flat-text-file-what-are-some-technical-reasons-for-choosing-one-over/1502730#1502730 0 Answer by David Plumpton for Database vs Flat Text File: What are some technical reasons for choosing one over another when performance isn't an issue? David Plumpton 2009-10-01T08:50:53Z 2009-10-01T08:50:53Z <p>Flat files made $50,000,000 for Paul Graham.</p> http://stackoverflow.com/questions/827220/any-real-world-experience-with-h2-database 1 Any real world experience with H2 database? David Plumpton 2009-05-05T22:37:02Z 2009-09-24T15:31:06Z <p>Has anybody out there got any real world experience with the <a href="http://www.h2database.com/html/main.html" rel="nofollow">H2 database</a>? I'm interested in:</p> <ul> <li>performance</li> <li>stability</li> <li>bugs</li> </ul> http://stackoverflow.com/questions/482054/what-are-the-hot-languages-of-2009/1449874#1449874 1 Answer by David Plumpton for What are the hot languages of 2009? David Plumpton 2009-09-20T00:08:51Z 2009-09-20T00:08:51Z <p>Clojure, for many reasons but primarily for backing away from OO and completely rethinking how to deal with state.</p> http://stackoverflow.com/questions/1447653/multiple-programmers-in-software-development-how-do-we-work-on-the-same-code-and/1447695#1447695 5 Answer by David Plumpton for Multiple Programmers in Software Development. How do we work on the same code and it always be updated?? David Plumpton 2009-09-19T03:57:56Z 2009-09-19T03:57:56Z <p>If you are willing to learn a bit about Git then you can host your work at github.com and still both work on it separately.</p> http://stackoverflow.com/questions/1332104/find-the-existence-of-a-word-in-a-large-dictionary/1332227#1332227 0 Answer by David Plumpton for Find the existence of a word in a large dictionary David Plumpton 2009-08-26T03:47:46Z 2009-08-26T03:47:46Z <p>If some words are consulted with much higher frequency than others then it may make sense to have an in memory LRU cache and a database behind it.</p> http://stackoverflow.com/questions/1319965/how-many-requests-per-minute-are-considered-heavy-load-approximation/1320095#1320095 0 Answer by David Plumpton for How many Requests per Minute are considered 'Heavy Load'? (Approximation) David Plumpton 2009-08-24T01:28:05Z 2009-08-24T01:28:05Z <p>Heavy load is whatever your system can't handle. ;-)</p> http://stackoverflow.com/questions/1292517/contract-forbids-writing-open-source/1298596#1298596 0 Answer by David Plumpton for Contract forbids writing open source David Plumpton 2009-08-19T08:54:29Z 2009-08-19T08:54:29Z <p>Don't sign it. Start negotiating. Sell them on the value of open source software.</p> http://stackoverflow.com/questions/1274792/is-returning-null-bad-design/1286072#1286072 0 Answer by David Plumpton for Is returning null bad design? David Plumpton 2009-08-17T03:43:55Z 2009-08-17T03:43:55Z <p>Make them call another method after the fact to figure out if the previous call was null. ;-) Hey, it was <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html#wasNull%28%29" rel="nofollow">good enough for JDBC</a></p> http://stackoverflow.com/questions/87551/how-do-you-respond-when-an-it-manager-asks-you-what-is-firefox/1285947#1285947 0 Answer by David Plumpton for How do you respond when an IT manager asks you, "What is Firefox?" David Plumpton 2009-08-17T02:33:46Z 2009-08-17T02:33:46Z <p>"It's the web browser that's taking over from Internet Explorer"</p> http://stackoverflow.com/questions/1238775/programming-languages-that-define-the-problem-instead-of-the-solution/1258222#1258222 0 Answer by David Plumpton for Programming languages that define the problem instead of the solution? David Plumpton 2009-08-11T02:29:20Z 2009-08-11T02:29:20Z <p>Lisp. There are so many Lisp systems out there defined in terms of rules not imperative commands. Google ahoy...</p> http://stackoverflow.com/questions/1250127/telling-my-manager-that-having-a-plan-is-important/1250581#1250581 0 Answer by David Plumpton for Telling my manager that having a plan is important David Plumpton 2009-08-09T04:10:13Z 2009-08-09T04:10:13Z <p>It is important to note that there are counterexamples. Linus Torvalds has stated that Linux was developed without a plan or overall design. But then he had the advantage of constant control/oversight over the entire lifetime of the project.</p> http://stackoverflow.com/questions/1250502/cost-of-using-weak-references-in-java/1250574#1250574 1 Answer by David Plumpton for Cost of using weak references in Java David Plumpton 2009-08-09T04:07:20Z 2009-08-09T04:07:20Z <p>Obviously this will depend on the JDK implementation, Sun vs IBM vs JRockit etc.</p> http://stackoverflow.com/questions/1241912/whats-wrong-with-the-analogy-between-software-and-building-construction/1243718#1243718 0 Answer by David Plumpton for What's wrong with the analogy between software and building construction? David Plumpton 2009-08-07T09:02:58Z 2009-08-07T09:02:58Z <p>Generally speaking a building just sits there. Although frankly that's all some software does, too.</p> http://stackoverflow.com/questions/1236077/what-real-languages-are-easy-to-write-interpreter-for/1236524#1236524 2 Answer by David Plumpton for What real languages are easy to write interpreter for? David Plumpton 2009-08-06T01:20:51Z 2009-08-06T01:20:51Z <p>Forth. Okay, now I'm only typing this because I need at least 15 characters in the answer, but the smallest Forth implementations are a couple of KB. It's hard to think of any other language that could have such a small core. Maybe the original McCarthy 1958 Lisp, where the functions were hand compiled.</p> http://stackoverflow.com/questions/1219899/where-do-you-store-your-salt-strings/1219991#1219991 0 Answer by David Plumpton for Where do you store your salt strings? David Plumpton 2009-08-02T22:04:54Z 2009-08-02T22:04:54Z <p>If it's per entry then it's a <a href="http://en.wikipedia.org/wiki/Cryptographic%5Fnonce" rel="nofollow">nonce</a></p> http://stackoverflow.com/questions/1205191/what-are-things-that-make-a-programmers-life-miserable/1209226#1209226 26 Answer by David Plumpton for What are things that make a programmer's life miserable? David Plumpton 2009-07-30T20:39:11Z 2009-07-30T20:39:11Z <p>Brutally intrusive virus scanning software that slows every disk access to a crawl.</p> http://stackoverflow.com/questions/1203007/predictive-vs-reactive-software-design/1203700#1203700 0 Answer by David Plumpton for Predictive vs Reactive software design David Plumpton 2009-07-29T23:47:03Z 2009-07-29T23:47:03Z <p>It's pretty common when bidding for a contract that one of the iron-clad conditions is that you follow their "process" which on inspection is waterfall.</p> http://stackoverflow.com/questions/1201977/beginner-with-a-good-idea-can-i-develop-it-on-my-own/1202834#1202834 1 Answer by David Plumpton for Beginner with a good idea - can I develop it on my own? David Plumpton 2009-07-29T20:28:48Z 2009-07-29T20:28:48Z <p>Break it into small parts and then think seriously about what you can and can't do.</p> http://stackoverflow.com/questions/1202128/what-career-can-i-hope-for-if-i-like-algorithms/1202819#1202819 0 Answer by David Plumpton for What career can I hope for if I like algorithms? David Plumpton 2009-07-29T20:26:56Z 2009-07-29T20:26:56Z <p>Any industry with vast amounts of data. You can get away with simple algorithms and brute force approaches with small data sets, but when the data grows you have to get a lot smarter.</p> http://stackoverflow.com/questions/1197658/code-with-no-guarantee-no-liability-clause/1197681#1197681 1 Answer by David Plumpton for Code With "No Guarantee"/"No Liability" Clause David Plumpton 2009-07-29T01:43:31Z 2009-07-29T01:43:31Z <p>It's just lawyers trying to cover their backsides. Of course consumer law generally says that goods must be fit for purpose. But does one annoying bug mean it's not fit for purpose? Only many hundreds of hours of lawyer time seem to be able to answer such questions.</p> http://stackoverflow.com/questions/398963/what-is-the-worst-web-usability-error-you-have-encountered/1197672#1197672 0 Answer by David Plumpton for What is the worst web usability error you have encountered? David Plumpton 2009-07-29T01:40:48Z 2009-07-29T01:40:48Z <p>Videos that start playing (or even buffering) when I open a page on a background tab.</p> http://stackoverflow.com/questions/39874/how-do-i-model-a-chessboard-when-programming-a-computer-to-play-chess/1185812#1185812 1 Answer by David Plumpton for How do I model a chessboard when programming a computer to play chess? David Plumpton 2009-07-26T22:58:56Z 2009-07-26T22:58:56Z <p>Array of 120 bytes.</p> <p>This is a chessboard of 8x8 surrounded by sentinel squares (e.g. a 255 to indicate that a piece can't move to this square). The sentinels have a depth of two so that a knight can't jump over.</p> <p>To move right add 1. To move left add -1. Up 10, down -10, up and right diagonal 11 etc. Square A1 is index 21. H1 is index 29. H8 is index 99.</p> <p>All designed for simplicity. But it's never going to be as fast as bitboards.</p> http://stackoverflow.com/questions/284518/an-amnesia-patients-first-functional-language-i-really-like-clojure/1185783#1185783 1 Answer by David Plumpton for An amnesia patient's "first" functional language? (I really like Clojure...) David Plumpton 2009-07-26T22:50:29Z 2009-07-26T22:50:29Z <p>By far the biggest flaw in Clojure is the horrible error messages/stack traces.</p> http://stackoverflow.com/questions/1071762/what-are-software-practices-in-mission-critical-industries-e-g-nuclear-power-pl/1175151#1175151 0 Answer by David Plumpton for What are software practices in mission-critical industries (e.g. nuclear power plant)? David Plumpton 2009-07-24T00:00:01Z 2009-07-24T00:00:01Z <p>During the landing of the first space shuttle mission (STS-1) all five redundant computers failed (due to a hardware fault). Mission commander John Young took over manual control for the landing.</p> <p>So the lesson is... always have a manual override.</p> http://stackoverflow.com/questions/1174449/jvm-what-is-the-optimal-freeheap-to-totalheap-ratio/1174480#1174480 1 Answer by David Plumpton for jvm - what is the optimal freeheap to totalheap ratio? David Plumpton 2009-07-23T21:04:48Z 2009-07-23T21:04:48Z <p>This probably depends on the rate that you allocate new objects. Garbage collection involves a lot of work tracing references from live objects. I have just been dealing with a situation where there was plenty of free memory (say 500 MB used, 500 MB free) but so much array allocation was happening that the JVM would spend 95% of its time doing GC. So don't forget about the runtime memory behaviour.</p> <p>All those performance tuning articles that say something like "object allocation is really fast in Java" without mentioning that some allocations cause 1 second of GC time make me laugh.</p> http://stackoverflow.com/questions/1161228/tostring-in-java/1162359#1162359 -2 Answer by David Plumpton for toString() in Java David Plumpton 2009-07-21T23:51:59Z 2009-07-21T23:51:59Z <p>We're getting a ConcurrentModificationException thrown out of one of our toString() methods, so there's an occasional drawback. Of course it's our own fault for not making it synchronized.</p> http://stackoverflow.com/questions/1162206/why-is-postgresql-so-slow-on-windows/1162350#1162350 0 Answer by David Plumpton for Why is PostgreSQL so slow on Windows? David Plumpton 2009-07-21T23:49:34Z 2009-07-21T23:49:34Z <p>Have you generated statistics to help the optimizer?</p> http://stackoverflow.com/questions/1141338/git-question-possible-to-merge-two-different-by-equal-repositories/1141369#1141369 -1 Answer by David Plumpton for Git question: possible to merge two different by equal repositories? David Plumpton 2009-07-17T03:47:03Z 2009-07-17T03:47:03Z <p>Create the first repository as you have described.</p> <p>In the second folder create a <em>file</em> called ".git" with the contents:</p> <pre><code>gitdir: &lt;path-to-first-repository&gt;/.git </code></pre> <p>In the second repository you can now run git diff, git add/commit etc. to merge in your changes.</p> http://stackoverflow.com/questions/1760559/how-to-make-jmeter-wait-for-an-ajax-response Comment by David Plumpton on How to make JMeter wait for an AJAX response David Plumpton 2009-11-19T19:56:39Z 2009-11-19T19:56:39Z Actually it does seem to be waiting, it's just that the response is not shown in the &quot;View Result Tree&quot; listener for some reason. It does appear in the &quot;Save Responses to a File&quot; listener. http://stackoverflow.com/questions/1331889/is-there-such-thing-as-a-technical-manual-that-is-not-inherently-staggeringly-dul Comment by David Plumpton on Is there such thing as a technical manual that is not inherently staggeringly dull to read? David Plumpton 2009-08-26T03:49:19Z 2009-08-26T03:49:19Z Unfortunately Mr. Stiff has stiffed us and dropped off the internet. http://stackoverflow.com/questions/979100/any-reason-not-to-slap-the-synchronized-keyword-everywhere/979145#979145 Comment by David Plumpton on Any reason NOT to slap the 'synchronized' keyword everywhere? David Plumpton 2009-08-09T23:05:08Z 2009-08-09T23:05:08Z Even without deadlocks you can still get into big trouble. I've just been hit by an I/O operation inside a synchronized block that is called thousands of times a week and takes about 20 milliseconds. No prob. But then for some strange reason a couple of times a week it takes 30 minutes. Ouch! http://stackoverflow.com/questions/1250127/telling-my-manager-that-having-a-plan-is-important/1250581#1250581 Comment by David Plumpton on Telling my manager that having a plan is important David Plumpton 2009-08-09T21:25:14Z 2009-08-09T21:25:14Z @jfsk3 Heh heh, yes I suspect a lot of us would compare rather poorly to Linus. http://stackoverflow.com/questions/1239913/smallest-chess-playing-program Comment by David Plumpton on Smallest Chess Playing Program David Plumpton 2009-08-06T21:00:59Z 2009-08-06T21:00:59Z It's poor strategy to resign on the first move. Offer a draw first. If not accepted then resign ;-) http://stackoverflow.com/questions/1224021/what-should-every-web-developer-know-about-encryption/1224052#1224052 Comment by David Plumpton on What should every web developer know about encryption? David Plumpton 2009-08-03T22:33:50Z 2009-08-03T22:33:50Z MD5 collisions have been found. Nobody has yet demonstrated any SHA1 collisions. http://stackoverflow.com/questions/1190909/pi-infinite-numbers Comment by David Plumpton on Pi/Infinite Numbers David Plumpton 2009-07-27T22:16:47Z 2009-07-27T22:16:47Z The word you want is transcendental. Meditate on that. http://stackoverflow.com/questions/1174449/jvm-what-is-the-optimal-freeheap-to-totalheap-ratio/1174480#1174480 Comment by David Plumpton on jvm - what is the optimal freeheap to totalheap ratio? David Plumpton 2009-07-26T22:40:37Z 2009-07-26T22:40:37Z Because new garbage is being constantly allocated and after a few seconds/minutes you run out. It's okay if it's minutes. It's bad if you run out in seconds. It's terrible if it's milliseconds. http://stackoverflow.com/questions/1066234/the-skyline-problem/1103404#1103404 Comment by David Plumpton on The Skyline Problem. David Plumpton 2009-07-23T23:52:42Z 2009-07-23T23:52:42Z Pity it's not Turing complete http://stackoverflow.com/questions/595556/porting-common-lisp-code-to-clojure/596619#596619 Comment by David Plumpton on Porting Common Lisp code to Clojure David Plumpton 2009-07-16T22:38:57Z 2009-07-16T22:38:57Z There is a user contrib library called error kit which implements much of CLOS condition/restart handling. http://stackoverflow.com/questions/687/keyboard-for-programmers/4762#4762 Comment by David Plumpton on Keyboard for programmers David Plumpton 2009-07-16T04:15:22Z 2009-07-16T04:15:22Z @jfs Search for &quot;emacs pinky&quot;. It can be the difference between decades of happy use and painful surgery. http://stackoverflow.com/questions/1010588/is-it-easier-to-manage-code-with-git-or-bazaar/1135308#1135308 Comment by David Plumpton on Is it easier to manage code with GIT or Bazaar? David Plumpton 2009-07-16T04:07:35Z 2009-07-16T04:07:35Z It's not a plus since you can also get free Git hosting from GitHub and others. http://stackoverflow.com/questions/1102910/why-isnt-speech-recognition-advancing/1102927#1102927 Comment by David Plumpton on Why isn't speech recognition advancing? David Plumpton 2009-07-15T04:27:47Z 2009-07-15T04:27:47Z You can calculate 99923423423^32423343 in your head without too much difficulty if you're willing to accept an approximate answer. http://stackoverflow.com/questions/1123268/how-to-stop-thinking-the-design-and-start-coding/1123346#1123346 Comment by David Plumpton on How to stop thinking the design and start coding? David Plumpton 2009-07-14T03:43:17Z 2009-07-14T03:43:17Z Similar to TDD. But why not write the test first. Then it would be TDD. http://stackoverflow.com/questions/431175/what-was-your-first-computer-game-that-got-you-interested-in-computers/431234#431234 Comment by David Plumpton on What was your first computer game that got you interested in computers? David Plumpton 2009-06-24T09:58:40Z 2009-06-24T09:58:40Z Typing in the source code from &quot;101 Basic Computer Games&quot;... wow.