Digital Technology Pros and Cons of a Better or Worse Digital Life

Digital Technology pros and Cons for a better or worse digital life. The most valuable social currency of the digital age is an economy of attention

. Everyone has a digital platform to broadcast their opinion on. A single click can open the doors to a lifetime of blogs, podcasts, videos, paintings and the list goes on. This podcast weighs up the pros and cons of digital technology.

LISTEN BELOW

Find out more: https://cariawatt.com/

#CariaCares Podcast cover digital and social media tips to help your website rank higher on Google search.

SAY ‘HI’ ON SOCIAL:

Caria Watt on LinkedIn: https://www.linkedin.com/in/cariawatt/
Caria Watt on Facebook: https://www.facebook.com/cariawatt
Caria Watt on Instagram: https://www.instagram.com/cariawatt
Caria Watt on YouTube: https://www.youtube.com/channel/c/cariawatt

MUSIC: Music created by Sweet Tides by Latisha & 5050-Wholesome by Kevin McLeod (huge love to these guys)

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'); }); });