Carnivorous / Zero Carb Approach / Re: Ate my first grass-fed beef today..
« on: July 22, 2010, 01:27:37 pm »and a crust sounds kinda gross actually. >~>;
/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
My sleep schedule is messed up and I experience insomnia. Sleeping is very tiring to me and I wake up feeling terrible. The rest of the day I feel terrible and weak like a zombie, but after about 7:00-9:00 PM I begin to feel slightly better and have more energy.
I suspect that prior to inventing projectile weapons, invertebrates--including insects--made up the majority of the animal protein that our species consumed. Think about it, we can't run particularly fast, don't have fierce teeth or claws, so in the absence of spears or bows & arrows how would we have gotten meat? Answer: we wouldn't, except for the rare instances when we found a dead animal another species had killed and we manage to chase it off. Prior to developing projectile weapons, we were probably more often the prey than the predator, except as regards invertebrates and perhaps fish.