What you just described is, put simply, to follow engineering principles. Some people would argue that Software Development is not an engineering discipline but a craftsmanship. And anyways, it would still be a huge…
Altough I agree with you, I still definitely think we are heading towards a future where in order for your code to ship, you will need to be a certified programmer, or have it validated by a certified programmer, at…
you mean warm up, not stretch, right ? Stretching happens after if ever, not before :)
There is someone who already ported V8 as an implementation of JSR223: http://code.google.com/p/jav8/ Had a try and it seems promising. The only drawback I see is that there are still bugs, and the owner is the sole…
Took me about 10 seconds to locate & fix, and I am not the author :P http://jsbin.com/ewufof/6/edit
Yes that is right, altough if you really need 16 instances then I would assume you would hit the 50GB quite easily.
Very nice read, thanks for sharing
There's LeWeb in december: http://www.leweb.co/
I often find myself using 1 << Y when I mean 2^Y, but just because it is faster to write and generally accepted in all languages than to find pow in the current language I am writing in... Edit: fixed
I very often hear this comment from my fellow developper colleagues. In our startup, I am responsible for the frontend coding. Very frequently, I get requests from other developpers to implement this or this, and very…
Well you can still track how many people scan it, right ? e.g. by providing a proxy link ?
Everytime I open a report, it hits http://app.plumbr.eu/decrypt_report with an encrypted version of the report. Even if you don't store that information, and even if it is not really useful, you should maybe note…
What you just described is, put simply, to follow engineering principles. Some people would argue that Software Development is not an engineering discipline but a craftsmanship. And anyways, it would still be a huge…
Altough I agree with you, I still definitely think we are heading towards a future where in order for your code to ship, you will need to be a certified programmer, or have it validated by a certified programmer, at…
you mean warm up, not stretch, right ? Stretching happens after if ever, not before :)
There is someone who already ported V8 as an implementation of JSR223: http://code.google.com/p/jav8/ Had a try and it seems promising. The only drawback I see is that there are still bugs, and the owner is the sole…
Took me about 10 seconds to locate & fix, and I am not the author :P http://jsbin.com/ewufof/6/edit
Yes that is right, altough if you really need 16 instances then I would assume you would hit the 50GB quite easily.
Very nice read, thanks for sharing
There's LeWeb in december: http://www.leweb.co/
I often find myself using 1 << Y when I mean 2^Y, but just because it is faster to write and generally accepted in all languages than to find pow in the current language I am writing in... Edit: fixed
I very often hear this comment from my fellow developper colleagues. In our startup, I am responsible for the frontend coding. Very frequently, I get requests from other developpers to implement this or this, and very…
Well you can still track how many people scan it, right ? e.g. by providing a proxy link ?
Everytime I open a report, it hits http://app.plumbr.eu/decrypt_report with an encrypted version of the report. Even if you don't store that information, and even if it is not really useful, you should maybe note…