Health / Re: Paleodiet and hairloss
« on: February 09, 2012, 06:54:18 am »Is any of that fish canned or preserved?
yes, why?
/* * 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.
Is any of that fish canned or preserved?
Hi aaaa3481, In the USA "dried fruit" is used to refer to sugary fruits like pineapple, mango, bananas, dates, etc. that have been dehydrated. My guess is that is what Cherimoya was referring to when he warned against eating dried fruit. What is that sort of dried fruit called in Italy?
Almonds and walnuts are called "nuts" in the USA, even though they aren't true nuts.
What are the vegetables you're eating?
I've managed to slow down, though not completely halt, my hairloss. Interestingly, less than two years ago Matt Stone, a diet guru and critic of Paleo and raw Paleo who claimed his diet advice was good for avoiding hair loss, had significantly more hair than me. Now I have significantly more than him. Eight years ago I was losing my hair rapidly, like Matt apparently is now, for whatever reason (I'm not necessarily blaming his diet).
I recently got my driver's license updated, including a new photo, and noticed that my hair looks about the same as it did four years ago, which surprised me. I think I have lost more hair since then, but it isn't particularly noticeable in the photos. It's nothing much to brag about though, as I am partially bald, so it wouldn't likely impress anyone.
You seem very confident.. Please enlighten us with some of those studies you were talking about...
The big difficulty with dried fruit is that you can so easily eat way more than you would of the whole natural fruit - too much. And then, you just gotta drink enough water to make up for the fact that the fruit is all dried out - which almost no one that eats dried does. It's easy to get dehydrated eating dried fruit if you are not careful.
You seem to be eating bars with dried fruit and nuts in them or something like that.... what are you eating?
Are you a spammer? Nuts and dried fruit are not the same.
I don't know why dried fruit is bad, but most raw foodists I know who have tried raw veganism have gotten sick from eating too much dried fruit at some time.