/* * 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.
Some people like driving. Find a way to have good food, some books on tape and it could be a good gig for a young man. Get paid to give yourself an amazing education. You could read more than a book a day during this time of your life by listening. There are rental clubs and you'd be amazed at what you can find at the library.I enjoy driving. But then being a nomad is pretty normal to me. I was born one, and have never had a chance to settle. I plan to in the future though, when I can set everything up right.
I admire you for helping your Mom. Have you been able to help her with what you have learned?I've been able to help her somewhat, but no where near as much as she needs. Doctors have certainly been of no help, nor have naturalist protocols. Recently, I've developed a protocol which should restore her to a stabilized like-normal state, but I have yet to implement it. I need a stable, permanent home environment and a few new skills before I can. That takes resources I don't have yet.
You've gotten some good ideas. Some better than others of course. Dry ice is a really good one imho. That's what my delivered meat arrives in and if you can find places that sell it along your route that might be all you need - especially in the winter as it won't run out so fast. I have no idea how much it costs though. I don't know how expensive ice is but isn't there ice at every truck stop? All you would need is a really good insulated chest and lots of changes of ice. They do make these nifty refrigerators for truck drivers. I also don't know how much they cost though either. Dehydrating I think is a great idea if that texture and flavor appeal to you. High meat is also an option if you like it (or can deal with it). Eggs really could be a staple if you find a good source - but you seem to be having hankering for meat. Eve's idea could be ideal if you can get and afford a fridge for your truck. Pemmican isn't all raw but from what I read here it was used in a way that you are describing - for long trips out hunting for what you need to survive away from home. Maybe not ideal every meal or long-term, but it could get you through the tough roads where there isn't much to be found to eat.I already have a small fridge. Dehydration might be an option in the future. Some room for it will need to be made first though. Getting the meat, however, has proven to be the difficult part.
Why do you work a job with such ridiculous demands, unless it at least pays well? No offense. There are definitely other jobs.I do get paid well. However, most of my cash goes to support my sick mother. That's what got me into health research in the first place.
How about taking a cab from where you park your truck to the store or sushi restaurant, etc.?I think you're confusing me with someone who has money coming out his ears.