Five researchers from the Vrije University in the Netherlands have put together an attack that can be carried out via JavaScript code and break ASLR protection on at least 22 microprocessor architectures from vendors such as Intel, AMD, ARM, Allwinner, Nv... (more…)
Read more »
In the beginning of 2016 I was in the AngularJS bandwagon. It was all the rage for me as I was looking to learn some JavaScript framework. Despite this something was on my mind. I thought I had some…...
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »
MineSweeper implemented in CSS + HTML using the Space Toggle trick (no JavaScript!) - propjockey/css-sweeper... (more…)
Read more »
Fractals, those enigmatic figures that are everywhere, but can not be seen by the untrained eye. Today we’ll draw one of the best-known Fractals, using only Vainilla JS and the HTML5’s Canvas API. Let’s code! (more…)
Read more »