/* * 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 > General Discussion
Iconic raw-meat-eating scenes in films/TV+texts about eating raw meat
kelpguy:
The Old Man and the Sea (1958 film)
39 minutes: the old man takes a bite of bonita
48 minutes: the old man eats some dolphin fish commenting; ''what an excellent fish dolphin is, to eat cooked, and what a miserable fish raw.''
personally, the tastiest unseasoned fish, raw or cooked, i remember eating was a freshly speared, raw, red snapper on the coast of the Burica Peninsula, Pamamá. i also liked the corvina, raw.
https://en.wikipedia.org/wiki/The_Old_Man_and_the_Sea_(1958_film)
kelpguy:
The Windermere Children (2020)
https://en.wikipedia.org/wiki/The_Windermere_Children
~1:01; Holocaust survivors mention of eating corpses to stay alive.
-------------------------------------------------
Alive (1993)
https://en.wikipedia.org/wiki/Alive_(1993_film
16 out of 49 people survived a plane crash in the Andes mountains, for more than 2 months, by eating the flesh of frozen dead crash victims for food. you have to wonder about zero carb/keto adaptation.
~1:02 (day 10) start cutting into frozen dead crash victims.
-------------------------------------------------
Caesar (2002)
https://en.wikipedia.org/wiki/Julius_Caesar_(miniseries)
~1:27 ''we do what our ancestors did, we eat the elderly and the infirm to keep ourselves alive.''
dariorpl:
--- Quote from: Flymaster on April 03, 2009, 06:51:17 pm ---'Rosemary's Baby' - Mia Farrow eats a plate of raw liver out of the fridge -d. Grossed me out at the time, but now I almost do the same myself (light searing of the outside, for appearances sake, you understand.)
--- End quote ---
There's also multiple ocassions in the movie where there's references to her drinking raw egg smoothies, and one where she eats steak that's just seared 4-5 seconds on each side. It's not depicted in a good light in the movie, except perhaps some of the egg shakes.
Navigation
[0] Message Index
[*] Previous page
Go to full version