Skip navigation
Inward Revenue Consulting Logo

Want to transform your recruitment?

Contact us now

The benefit of insight. The ability to deliver.

Podcast

IRC Book Club #74 HOW TO not be weak and impulsive – Interview with bestselling author Nir Eyal – Indistractable – Part 4

IRC Book Club #74 HOW TO not be weak and impulsive – Interview with bestselling author Nir Eyal – Indistractable – Part 4

LISTEN NOW ON APPLE PODCASTS

Also available across all other podcast platforms

We all know what we need to do to be successful, so why don’t we do it?

Jonathan, Michael and Nir himself conclude the Indistractable series of IRC Book Club. 90% of you, our audience, work from home. Therefore taking responsibility for your actions, choosing traction over distraction, becomes even more crucial for your productivity and success. If willpower doesn’t work, what is the antidote for distraction?

Please rate and review to help more people find the podcast! Remember, we make a charity donation for each one.

For all the latest job opportunities and content, follow us on LinkedIn:
https://www.linkedin.com/in/jonathangraham4/
https://www.linkedin.com/in/michaelprice6/
https://www.linkedin.com/company/inward-revenue-consulting/

All knowledge

Further podcasts

Cookies

This website uses cookies. You can read more information about why we do this, and what they are used for here.

Accept Decline

document.addEventListener( 'wpcf7submit', function( event ) { if ( '654' == event.detail.contactFormId ) { var inputs = event.detail.inputs; console.log(inputs); for ( var i = 0; i < inputs.length; i++ ) { if ( 'Title' == inputs[i].name ) { var post_title = inputs[i].value; } if ( 'FirstName' == inputs[i].name ) { var first_name = inputs[i].value; } if ( 'LastName' == inputs[i].name ) { var last_name = inputs[i].value; } if ( 'Email' == inputs[i].name ) { var email = inputs[i].value; } if ( 'Phonenumber' == inputs[i].name ) { var phone_number = inputs[i].value; } if ( 'LinkedinProfile' == inputs[i].name ) { var linked_profile = inputs[i].value; } if ( 'lookingforrole' == inputs[i].name ) { var looking_role = inputs[i].value; } if ( 'CurrentBasicSalary' == inputs[i].name ) { var currentsal = inputs[i].value; } } var ajaxurl = jQuery('#ajaxurl').val(); var datasend = { action : 'save_active_data', post_title : post_title, first_name : first_name, last_name : last_name, email : email, phone_number : phone_number, linked_profile : linked_profile, looking_role : looking_role, currentsal : currentsal, } jQuery.ajax( { url: ajaxurl, type: 'post', dataType: 'json', data: datasend, success( data ) { console.log(data); }, } ); } }, false );