Underachiever's Guide to Procrastination Hacking

Learn how to optimize your productivity by not doing anything

Technique 2: Create a Procrastination Plan

Step 1: Identify your most productive non-productive activities.

Step 2: Set aside dedicated time for these activities.

				import datetime
			# Define your procrastination schedule
			schedule = {
				'video_games': 2,
				'reddit': 3,
				'cat_videos': 1
			}
			# Schedule your day
			def schedule_my_day():
				print('Video games: 2 hours')
				print('Reddit: 3 hours')
				print('Cat videos: 1 hour')
			schedule_my_day()
			
			

Step 3: Review and adjust your schedule regularly.

Don't forget to take breaks for snacks!