Primal Diet / Re: Digestion of raw milk
« on: March 30, 2018, 08:26:26 pm »Perhaps you did indeed have problems with pasteurised dairy but just did not notice them as they were slow and insidious in their effects.Ok, thanks for the answer.
/* * 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.
Perhaps you did indeed have problems with pasteurised dairy but just did not notice them as they were slow and insidious in their effects.Ok, thanks for the answer.
Second reason: If you drank raw milk from an A1 breed then your problem could also be lying in the fat content. Pasteurized milk has a fat content of usually 3-4 percent. Skimmed even less. And a glass of raw milk has 10% and higher. Therefore one can assume that your problem is that ur body canĀ“t digest the higher fat content.That makes sense, I do drink milk from Frisian cows.
Actually, it is highly likely that you are allergic to both pasteurised dairy and raw dairy. I am a classic example thereof. I started life with a food-allergy towards dairy which was similiar to galactosemia but of a much milder nature(that is brain-damage and death at 35, instead of the usual brain-damage and death within a year for the usual sufferers - I switched to rawpalaeo when I was 30).Lucky people with food-allergies quickly develop symptoms so can see that a skin rash etc. develops soon after ingesting dairy products. People like me may get symptoms like a runny nose but these symptoms do not immediately appear after dairy ingestion and so one does not associate the symptoms with a dairy allergy - other, worse, symptoms may appear only months or years after (regular) ingestion of an allergen. Even worse, the inflammation caused by dairy ingestion did not improve when, in my 20s, I switched to a cooked, palaeolithic diet and subsequently to vegan/fruitarian diets. I suspect the reason for this was that while dairy was the primary cause of inflammation, that the inflammation caused by heat-derived toxins from cooked foods prevented any healing/recovery until I switched to RVAF.But how is it possible that I never had problems with pasteurized but I am having problems with raw?
Other RVAFers report getting no apparent symptoms from ingesting certain types of raw dairy, such as raw butter or raw cheese but being fine on other types of raw dairy. However, given my own experience, I tend to warn them that if they are allergic to one type of raw dairy, then it is highly likely that they are allergic to all other types of raw dairy as well, just that the symptoms may appear only in the long-term.
Dosent make sense, your probably just having too much and are becoming a little intolerant for the time being.I am beginning to think the same thing.
For reference, I eat only raw meat. Raw beef and lamb organs, raw muscle, raw organ and muscle fat, raw bone marrow, raw egg yolks. That is all, nothing more. It should be noted that I've never eaten anything else since I started this diet other than trying out a few fish and eating raw butter, maybe 3-4 times in total when I ran out of fat. I do not supplement any vitamin/mineral. I do not use herbs or salt. Just raw meat straight from the animal. Only grass-fed organic or wild game.How do you stay hydrated? Do you drink blood?