Mitigating Risk (Special Guest Luke)

While individuals and organisations are paralysed by the fear of things going wrong, what can be done to reduce collateral when problems inevitably arise?

As Tim and David recommend books from time to time, when a new Stan McChrystal book comes out, we have to review it, and returning guest Luke brings lived experience to the discussion.

LISTEN BELOW

If you have any thoughts, questions, or want to how to best manifest destiny and contribute to your community, contact us and send us an audio clip at timwhiffen@auscastnetwork.com

Want to work with David? Get in contact on his website.

Need help with your podcast project? Ask Tim of Whimsy Productions.

{loadmoduleid 325}

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });