@griD@feddit.de to Programmer Humor@lemmy.mlEnglish • 1 year agoWe've come a long way babyi.imgur.comimagemessage-square100fedilinkarrow-up11.47Karrow-down131 cross-posted to: programmer_humor@programming.dev
arrow-up11.44Karrow-down1imageWe've come a long way babyi.imgur.com@griD@feddit.de to Programmer Humor@lemmy.mlEnglish • 1 year agomessage-square100fedilink cross-posted to: programmer_humor@programming.dev
minus-squareSokathHisEyesOpenlinkfedilinkEnglish9•1 year agoI’m out of the loop. What happened? Did someone decompile their code and find definitive proof of a throttle for Firefox?
minus-square@griD@feddit.deOPlinkfedilinkEnglish18•edit-21 year agosome explanation To be fair, they used setTimeout() and not thread.sleep() because the latter isn’t possible out of the box in JS ^^
minus-square@Wild_Mastic@lemmy.worldlinkfedilink13•edit-21 year ago Users who have ad blockers installed may experience suboptimal viewing Yeah let me turn off the adblocker just for having an even more suboptimal viewing due to ads. They’re lunatics.
minus-squareThorned_Roselinkfedilink2•1 year agoThanks for the explainer! Also, Google’s response is such a crock of shit.
minus-square@Synthead@lemmy.worldlinkfedilinkEnglish16•1 year agoJavaScript is an interpreted language, so no decompilation is necessary, although this is repeatable by using a Firefox user agent.
minus-squareKogasalinkfedilink5•1 year agoYou can build a virtual machine in JavaScript and execute compiled code on it
I’m out of the loop. What happened? Did someone decompile their code and find definitive proof of a throttle for Firefox?
some explanation
To be fair, they used setTimeout() and not thread.sleep() because the latter isn’t possible out of the box in JS ^^
Yeah let me turn off the adblocker just for having an even more suboptimal viewing due to ads. They’re lunatics.
Thanks for the explainer! Also, Google’s response is such a crock of shit.
JavaScript is an interpreted language, so no decompilation is necessary, although this is repeatable by using a Firefox user agent.
You can build a virtual machine in JavaScript and execute compiled code on it
Neat
Just because you can…