/* * 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; } } } } }
Raw Paleo Diet Forums > Important Info for Newbies
Initial side effect-is this normal?
jsafar:
Hi there
I am very new to the Paleo world, and previously engaged in a very high-carb, high sugar diet. It has been ten days since I have removed grains and sugar from my diet, and all in all it has been going well. The last couple of days however, I have been shaky, primarily in my legs as well as "foggy." Is this normal, and is there any way to combat it so that I feel at ease?
Thanks!!
Projectile Vomit:
Most people suffer from various sorts of withdrawal symptoms when backing off a high carb, high sugar diet. I suspect your symptoms are from that. If this is true, you just have to be patient and let them resolve, which they will probably within a week or two.
LePatron7:
You were incredibly vague in what you've been eating. All we know is that you've cut out grains and sugar. What are you eating? There's no way of really determining what's going on with such little information.
While it could be withdrawal from the carbs. It could also be you're not eating any fat. It could also be you aren't getting enough sodium. It could be a lot of things. It's impossible to give a good assessment with the little information you've given.
jsafar:
I apologize for not being more specific. I havent yet begun consuming raw meat. On a typical day, I will consume:
Breakfast:
2 hard boiled eggs
Blueberries (or strawberries)
3 pieces bacon (or sausage)
Snack:
Avocado slices (equilavent to 1/2 medium avocado)
green peppers/carrots
Lunch:
Chicken breast
Kale salad with lemon juice, tomatoes, onion, carrots
Snack:
Remainder of avocado
blackberries
Dinner:
Some form of meat (usually some porkloin or steak)
Asparagus
Ill drink water through out the day and refrain from any sugary drinks, where as before I would often have diet soda throughout the day.
Projectile Vomit:
What you've presented seems to offer a decent array of macronutrients, although realize that you haven't remotely cut out sugar or carbs with these foods. Fruit (blueberries, blackberries, peppers, tomatoes) has lots of sugar, as do carrots. If you're eating more meat than your body requires protein to make repairs, your body is converting that excess protein into sugar, so you might be getting additional sugar from this. Onions, carrots and asparagus have some complex carbohydrates.
So given this information, I doubt your symptoms are from carb (or sugar) withdrawal, as you're getting plenty of sugars. You might be suffering from excitotoxin withdrawals though, as these compounds are created with complex carbs, usually from grains and, to a lesser degree, from legumes, are cooked. If you aren't eating much cooked grains or legumes, then your excitotoxin consumption has probably fallen. These are morphine and opiate-like compounds that can be mildly, or sometimes even extremely, habit forming for some people.
Navigation
[0] Message Index
[#] Next page
Go to full version