Two recent post of mine were ridiculed on r/programmingcirclejerk: Building a Simple Stopwatch App with Electron – Submitted by someone as Building a 100MB stopwatch app. Compile Node.js to N… (more…)
Read more »
Massively parallel GPU programming on JavaScript, simple and clean. - VictorTaelin/WebMonkeys... (more…)
Read more »
I have worked with these before but have forgotten what I’ve learned, probably because I didn’t learn it correctly to begin with. The Date object in JS may be replaced, or rather, joined by, an object called Temporal which is meant to fix a lot of issues ... (more…)
Read more »
Programming JS in a functional style is often more elegant but comes at the
cost of performance. In the past, part of that performance problem has been
due to native, C++ implementations of the most-often used higher-order
operations like Array.prototype....
Read more »
My journey with JavaScript started way back in 1997 with Netscape Navigator 3. Back then you couldn’t do much with it. The coolest use of JavaScript was to create mouseovers. At the time, that was… (more…)
Read more »