User David Plumpton - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T19:17:16Zhttp://stackoverflow.com/feeds/user/16709http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1760559/how-to-make-jmeter-wait-for-an-ajax-response/1766120#17661200Answer by David Plumpton for How to make JMeter wait for an AJAX responseDavid Plumpton2009-11-19T19:58:21Z2009-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#17661150Answer by David Plumpton for How to make JMeter wait for an AJAX responseDavid Plumpton2009-11-19T19:57:45Z2009-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#15027300Answer 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 Plumpton2009-10-01T08:50:53Z2009-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-database1Any real world experience with H2 database?David Plumpton2009-05-05T22:37:02Z2009-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#14498741Answer by David Plumpton for What are the hot languages of 2009?David Plumpton2009-09-20T00:08:51Z2009-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#14476955Answer by David Plumpton for Multiple Programmers in Software Development. How do we work on the same code and it always be updated??David Plumpton2009-09-19T03:57:56Z2009-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#13322270Answer by David Plumpton for Find the existence of a word in a large dictionaryDavid Plumpton2009-08-26T03:47:46Z2009-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#13200950Answer by David Plumpton for How many Requests per Minute are considered 'Heavy Load'? (Approximation)David Plumpton2009-08-24T01:28:05Z2009-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#12985960Answer by David Plumpton for Contract forbids writing open sourceDavid Plumpton2009-08-19T08:54:29Z2009-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#12860720Answer by David Plumpton for Is returning null bad design?David Plumpton2009-08-17T03:43:55Z2009-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#12859470Answer by David Plumpton for How do you respond when an IT manager asks you, "What is Firefox?"David Plumpton2009-08-17T02:33:46Z2009-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#12582220Answer by David Plumpton for Programming languages that define the problem instead of the solution?David Plumpton2009-08-11T02:29:20Z2009-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#12505810Answer by David Plumpton for Telling my manager that having a plan is importantDavid Plumpton2009-08-09T04:10:13Z2009-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#12505741Answer by David Plumpton for Cost of using weak references in JavaDavid Plumpton2009-08-09T04:07:20Z2009-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#12437180Answer by David Plumpton for What's wrong with the analogy between software and building construction?David Plumpton2009-08-07T09:02:58Z2009-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#12365242Answer by David Plumpton for What real languages are easy to write interpreter for?David Plumpton2009-08-06T01:20:51Z2009-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#12199910Answer by David Plumpton for Where do you store your salt strings?David Plumpton2009-08-02T22:04:54Z2009-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#120922626Answer by David Plumpton for What are things that make a programmer's life miserable?David Plumpton2009-07-30T20:39:11Z2009-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#12037000Answer by David Plumpton for Predictive vs Reactive software designDavid Plumpton2009-07-29T23:47:03Z2009-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#12028341Answer by David Plumpton for Beginner with a good idea - can I develop it on my own?David Plumpton2009-07-29T20:28:48Z2009-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#12028190Answer by David Plumpton for What career can I hope for if I like algorithms?David Plumpton2009-07-29T20:26:56Z2009-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#11976811Answer by David Plumpton for Code With "No Guarantee"/"No Liability" ClauseDavid Plumpton2009-07-29T01:43:31Z2009-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#11976720Answer by David Plumpton for What is the worst web usability error you have encountered?David Plumpton2009-07-29T01:40:48Z2009-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#11858121Answer by David Plumpton for How do I model a chessboard when programming a computer to play chess?David Plumpton2009-07-26T22:58:56Z2009-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#11857831Answer by David Plumpton for An amnesia patient's "first" functional language? (I really like Clojure...)David Plumpton2009-07-26T22:50:29Z2009-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#11751510Answer by David Plumpton for What are software practices in mission-critical industries (e.g. nuclear power plant)?David Plumpton2009-07-24T00:00:01Z2009-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#11744801Answer by David Plumpton for jvm - what is the optimal freeheap to totalheap ratio?David Plumpton2009-07-23T21:04:48Z2009-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-2Answer by David Plumpton for toString() in JavaDavid Plumpton2009-07-21T23:51:59Z2009-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#11623500Answer by David Plumpton for Why is PostgreSQL so slow on Windows?David Plumpton2009-07-21T23:49:34Z2009-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-1Answer by David Plumpton for Git question: possible to merge two different by equal repositories?David Plumpton2009-07-17T03:47:03Z2009-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: <path-to-first-repository>/.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-responseComment by David Plumpton on How to make JMeter wait for an AJAX responseDavid Plumpton2009-11-19T19:56:39Z2009-11-19T19:56:39ZActually 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.http://stackoverflow.com/questions/1331889/is-there-such-thing-as-a-technical-manual-that-is-not-inherently-staggeringly-dulComment by David Plumpton on Is there such thing as a technical manual that is not inherently staggeringly dull to read?David Plumpton2009-08-26T03:49:19Z2009-08-26T03:49:19ZUnfortunately 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#979145Comment by David Plumpton on Any reason NOT to slap the 'synchronized' keyword everywhere?David Plumpton2009-08-09T23:05:08Z2009-08-09T23:05:08ZEven 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#1250581Comment by David Plumpton on Telling my manager that having a plan is importantDavid Plumpton2009-08-09T21:25:14Z2009-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-programComment by David Plumpton on Smallest Chess Playing Program David Plumpton2009-08-06T21:00:59Z2009-08-06T21:00:59ZIt'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#1224052Comment by David Plumpton on What should every web developer know about encryption?David Plumpton2009-08-03T22:33:50Z2009-08-03T22:33:50ZMD5 collisions have been found. Nobody has yet demonstrated any SHA1 collisions.http://stackoverflow.com/questions/1190909/pi-infinite-numbersComment by David Plumpton on Pi/Infinite NumbersDavid Plumpton2009-07-27T22:16:47Z2009-07-27T22:16:47ZThe word you want is transcendental. Meditate on that.http://stackoverflow.com/questions/1174449/jvm-what-is-the-optimal-freeheap-to-totalheap-ratio/1174480#1174480Comment by David Plumpton on jvm - what is the optimal freeheap to totalheap ratio?David Plumpton2009-07-26T22:40:37Z2009-07-26T22:40:37ZBecause 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#1103404Comment by David Plumpton on The Skyline Problem.David Plumpton2009-07-23T23:52:42Z2009-07-23T23:52:42ZPity it's not Turing completehttp://stackoverflow.com/questions/595556/porting-common-lisp-code-to-clojure/596619#596619Comment by David Plumpton on Porting Common Lisp code to ClojureDavid Plumpton2009-07-16T22:38:57Z2009-07-16T22:38:57ZThere 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#4762Comment by David Plumpton on Keyboard for programmersDavid Plumpton2009-07-16T04:15:22Z2009-07-16T04:15:22Z@jfs Search for "emacs pinky". 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#1135308Comment by David Plumpton on Is it easier to manage code with GIT or Bazaar?David Plumpton2009-07-16T04:07:35Z2009-07-16T04:07:35ZIt'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#1102927Comment by David Plumpton on Why isn't speech recognition advancing?David Plumpton2009-07-15T04:27:47Z2009-07-15T04:27:47ZYou 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#1123346Comment by David Plumpton on How to stop thinking the design and start coding?David Plumpton2009-07-14T03:43:17Z2009-07-14T03:43:17ZSimilar 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#431234Comment by David Plumpton on What was your first computer game that got you interested in computers?David Plumpton2009-06-24T09:58:40Z2009-06-24T09:58:40ZTyping in the source code from "101 Basic Computer Games"... wow.