Survival Hacks 001: Step 1 - The Art of Not Dying

Step 1: Learn to recognize the difference between a bear and a bearded lady. It's a crucial distinction, trust us.

That's it for today, folks. Tomorrow we'll move on to Step 2: The Art of Not Drowning While Trying to Escape a Bear-Infested River.

		
			if (is_bear_encounter) {
				do_bear_fu();
			} else {
				do_normal_human_things();
			}