/* * 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; } } } } }
definitely liver you can, not sure about the fats
definitely liver you can, not sure about the fatsfats get easily hydrolized and become rancid
fats get easily hydrolized and become rancid
Wouldn't blood just gel?gel? when I get beef blood some of it has thickened into a jello-like consistency(very difficult to get out of a bottle), then the rest of it that's liquid stays liquid both in the fridge and at room temp.
Now that I remember aren't you the guy that posted the pic of fermented horse fat in culinary pics? Its an interesting process, if we cant make high fats what about fermentation cause the inuit did ferment whale blubber somehowYeah, that's true. But it was only an experiment, not for consumption.
Yeah, that's true. But it was only an experiment, not for consumption.
Technically you cannot ferment fat - that's impossible from chemical point of view. Fats get hydrolized - to glicerol and fatty acids.
They also get oxidized - the more double bonds in molecules the high susceptibility to oxidation.
Oh and ooh that sounds bad =( if that's true then what were the Inuit eating? Was their fermented whale blubber thingy bad or a myth?I think that it was eaten like a "supplement", so in quite small amounts.
The best option is to keep fat as much dehydrated as possible, in cold and dark environment.When I let beef suet sit in a jar at room temp soaked in blood for a couple days it softens it and it seems to digest much better... soaking it in blood seems to have the same effect on it as warming it till it's quite soft. I get quite a noticeable and quick energy/strength boost. Do you think this is ok, or do you think I might be damaging the fat?