/* * 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.
Calorie restriction/IF works well when I can remember to eat only when hungry, and not from habit. I think the reason for success is that it takes more time for proper digestion/assimilation/detoxing than we usually give ourselves.
I do not believe that our bodies break down regardless of what we eat, if true, there would be no point in eating what we guess is raw paleo.
Normal metabolism may very well age our bodies, but "normal" means everybody does it. I try for right, rather than normal.
I've managed to stop at least one "aging" process, that was hair loss, reversing aging is now the plan.
IIRC all those studied by WAP ate some carbohydrates, so of course they died and were not perfect.
Hi!
Nice to see Weibliche around hier !
Ok, Im aktually not German, while Norwegian Citicen and born and grown up in Finnland, but who cares .. Now I live in beautiful Hamburg, really enjoy it! The whole World is mine
Are hier anyone who stay/live in Hamburg..? Just curios...
Cheers,
Inger
if your only issue is WHERE to eat, don't sweat it. you can easily just go to a park and eat. hardly anyone will notice you, much less what you're eating. i've eaten lots of places besides my house. it's kind of fun because people have no idea you're eating raw meat right next to them.
you know, another option is just to be honest with the roomate. tell them how good you feel on the diet and tell them what ills you get when you go off of it. i used to care a lot about hiding it from people, but now i just eat raw meat around my close friends and no one cares anymore. they're used to it (still think it's weird but that's about it). i dont know. i totally understand though why you'd want to hide it. it's just not socially acceptable. but i've found if you tell people how you feel and the basic logic behind it, they don't seem to mind.
that's gonna be tough though without a fridge. unless you can buy meat everyday, but that would get kinda annoying. oh, another idea. my friend has this cooler (like the ones you can take camping/put ice in) but it's electric and plugs into the wall. you could try and find one of those and store a few days worth of food in it safely.