Profile avatar
werner.social
CTO @ Amazon
48 posts 3,253 followers 553 following
Prolific Poster
comment in response to post
Quite cool, isn't it. BTW lt is single digit us (micro) not ms (milli)
comment in response to post
The length of the 2017 keynote was indeed not intentional, and got out of hand because of the MMA fighters with IoT sensors in their gloves...
comment in response to post
var x = document.querySelectorAll('button.artdeco-button--tertiary') for (var i = 0; i < x.length; i++) { setTimeout(function(idx) { if (x[idx]) { x[idx].click(); } }, 1000 * i, i); };