Alice Wu joins Hector and Krish to discuss the ethical treatment of animals, Pirate Adventure dinners, and dancing in the suburbs. Also, you can attend a live taping of the podcast on Friday, April 28th, 6pm at Endgames Training Center North, 2081 Mission St, San Francisco, CA. photo credit - Guillaume Paumier If you cannot see the audio controls, your browser does not support the audio element //myControl = document.getElementById('intro'); //audioEventAdded = false; var startSet; myAudio=document.getElementById('audio2'); myAudio.addEventListener('canplaythrough', function() { if (startSet) { return; } const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); if (urlParams.has('starttime')) { startSet = urlParams.get('starttime'); } this.currentTime = startSet; var playPromise = this.play(); if (playPromise !== undefined) { playPromise.then(function() { // Automatic playback started! }).catch(function(error) { // Automatic playback failed. // Show a UI element to let the user manually start playback. console.log(error); }); } }); document.addEventListener('click', function() { console.log('click'); if (startSet) { if (myAudio.currentTime