Monthly Archives: May 2014

Google XSS game

http://xss-game.appspot.com/ It teaches a bit about Cross-site scripting (XSS) bugs that, as the page helpfully describes, are one of the most common and dangerous types of vulnerabilities in web apps. Worth checking, even if you think you know the material.

Posted in General | Leave a comment

Webkit Javascript Optimizing JIT compiler(s)

Is your JIT compiled javascript function running too slow? No worries, just wait and the javascript engine will recompile it and then replace the function with a faster version! But that’s not fast enough either? Webkit will compile another version … Continue reading

Posted in Internet Stuff, Macintosh, Writing Software | Leave a comment