World-writable memory on Samsung Android phones
Posted Dec 24, 2012 19:49 UTC (Mon) by
khim (subscriber, #9252)
In reply to:
World-writable memory on Samsung Android phones by paulj
Parent article:
World-writable memory on Samsung Android phones
Hmm, it seems to be nix who is stating the simple fact: JVM memory allocation is extremely hard to predict.
No. He uses said "simple fact" as an excuse to avoid discussions about real problem.
Let me repeat once more: before you can deploy any program (including JVM-based) program you must know what resources said program will need. No excuses. Release managers will just refuse to accept your code if you can not answer this question.
And JVM complexity is most certainly no excuse. Sure, it makes said task harder, but so what? It's still a strict requirement.
If I were given a question by an interviewer that led me then to explain these trade-offs in reply,
If you'll take a look on the initial question you'll see that it has nothing to do with all these complexities. Sure, question was not 100% correctly defined, sure it needed emends to be unambiguous—but ball was in Nix's court. Nix raised JVM-introduced problems with JIT, GC and other horrors. And instead of simple and sensible suggestion to ignore all these problems (good approximation for the first try) he raised them to central position of the task. Well, if you want to discuss these things (instead of limiting our exposure to them by using some rough estimates), then I'm ready to do that, too—but it still does not free your from the need to solve this task.
And that interviewer then stamped "No Hire" because I had failed to accept "simple facts of life" simply because of that, then I think I'd be glad to have dodged a bullet...
Good for you. Perhaps you'll find a place where people always enunciate all the tasks precisely and unambiguously. Perhaps such places do exist, but I've not seen them. In my experience the ability to refine requirements of the task is half of what I do when I write programs. Often the ability to write the code itself is less important compared to the ability to understand WTH we are trying to create in first place and what kinda trade-offs are there.
(
Log in to post comments)