/* * 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.
Something else that's been on my mind:
For a dairy farm (whether it's cows or sheep or goat or all of the above), if you're roating your herds along different areas, it seems to me that if your grazing area was big enough, it could make some sense to have a mobile milking parlor, rather than a fixed one where all your herds have to be dragged to every day, as they go back and forth from the grazing lands to the milking parlor.
Also I've seen a documentary once where they showed dairy cows willfully entering the milking parlor and hooking themselves onto the automatic milking machines (the hooking was automatic with the movements being controlled by a computer) without being led there. I found that very suspicious. Do you think that happens with organically raised cows who have to be kept constantly pregnant or with a young calf, or is it something that just happens with cows that are given huge amounts of hormones to increase milk production?
Fascinating posts, sabertooth, RogueFarmer and Eric.
I wonder what you guys think about rotating herds in the way Joe Salatin suggests, which is to allow the grasses to spend the most time growing at their maximum growth rate, which seems to be somewhere around the middle of the growth cycle, as when the grass blades are too short, they grow slowly as they can't capture much sunlight, and when they're long, they spend more energy flowering and developing seeds and so stop growing as much. But maybe those later stage processes are useful to feed your herds some more protein.
If he's like most grass farmers, his pastures are fairly heavily managed. He probably seeds with whatever forage he'd like to see dominate on a yearly basis, and if a pasture drifts too far from his ideal species composition he might plow it under and start again or use a broad-spectrum herbicide to kill everything and start again. If your goal is to make money in grass farming, you can't just waltz into a field and graze cattle. You need to manage the field for particular species that your cattle can digest and that allow the cattle to gain weight as fast as they can.
Maybe an aquaculture operation, that is exquisitely well-designed. A dirt farm? Doubt it.
This will no doubt sound odd but I thought I should add that when I was in very ill-health years ago pre-RPD diet, pain was the only reason why I was able to eventually regain my health in the end. You see, the slow but steady inflammation from wheat and dairy over the years had resulted in my brain and body being so flooded with extra hormones that I was incapable of any will or drive whatsoever. But the agonising mental and physical pain forced me constantly seek out solutions, however far-out, until I eventually sorted things out. Granted though, my experience may well have nothing whatsoever to do with yours.