At the end of the year I have been interviewed by the local video channel Video Star for a TV show about tattoos.
the interview was on air the 7th of December. Here below the entire show in two parts, with english subtitles.

// Passive event listeners jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } };