We have two non-JavaScript versions of our search results, which come up automatically for some browsers that don't work with the regular JavaScript version. (more…)
Read more »
Have you ever heard about theremin? If you’re into spy stories, you’ve probably heard of The Thing, a listening device developed by Leon… (more…)
Read more »
JSC.js is a JavaScript engine that can run on top of your browser’s JavaScript engine. It’s based on the JavaScript engine (JavaScriptCore) of WebKit and compiled to wasm with emscripten. Therefore, if you’re using Safari, you are running its JavaScript e... (more…)
Read more »
JavaScript as a language is heavily asynchronous, with promises being deeply integrated. While this is sometimes the best solution, can the overhead of promises pose a problem for hot code? (more…)
Read more »