Interview I gave to this new podcast intended for young tattoo artist but interesting also for seasoned tattoo artists.
An interview that became a long conversation about my evolution as an artist, the evolution of the tattoo industry and more.

Here below links to the podcast.

// 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") }); } };