Parenting / Re: ALWAYS REMEMBER!
« on: August 06, 2021, 06:01:43 am »Bye.
/* * 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.
There is no moral, ethical or logical reason to procreate... unless you are stupid and or bored. Prove me wrong.
Welcome,
A homesteader you say? What do you grow? Im getting started on this as well in my (for homesteading purposes) tiny garden. After realising that food is basically the most important thing (seems silly to say that it took me 30+years to realise this haha), i thought why not start spending my time on this instead of on useless computer technology stuff (which is my money making job at the moment). Also thinking of going back to nature with more land to raise all i need for me and those joining me. Anyways, would love to hear about what it is like to be a homesteader and raise your own food. All i have now is books and youtube channels(mostly watch Talasbuan, also living in Sweden. Their channel seems very genuine and down to earth) to watch.
swedes are famous for "surströmming", but not raw I think. Never eaten it, smell is very extreme when you open the can, normally done outdoors in summer, but people say taste is much milder. But not interested to eat canned fish. Still, some Swedes craves this kind of aged fish.
But actually I am interested in making high fish, so I suppose it should be a low fat fish, or does it matter?
In Thailand, Vietnam etc, they are big on fish- and oyster sauce, I can imagine it was done when there was an overabundance at a certain time... Probably the original versions were just raw fish/oyster, shrimp plus maybe one or more of these ingredients: herbs/roots/spices/citrus/garlic to make them keep longer.