man holding hand over face shocked as he's been censored

Censored by Facebook, Puffer Jackets no good, Linda Burney’s Speech + more

Linda Burney’s oh woe is me speech, it’s always somebody else’s fault. Everyone in this country has the same rights, no, the indigenous have a few extras. The thing is and it applies to us all, including Miss Higgins; take responsibility for your actions and take advantage of opportunities that are placed before you. Don’t commit crimes and you won’t go to gaol, look after your health and you might live longer, don’t destroy property that is given to you, use the 35 billion dollar annual funding for the benefit of the indigenous people. Are our politicians blind or just plain stupid?

Listen below

Watch below

What Do You Think?

Click below to find out more on
The Court Of Public Opinion

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

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