Sustainability and the Food Crisis

The largest contributing factor to the price of food is the cost of fossil fuels. Not only are fossil fuels used to transport food, they’re used in pesticides, inorganic fertilizers, and in the machinery used to grow the food. They’re used for just-in-time delivery of perishable food items, in food additives and in the production of the containers we use to package, ship and deliver food. The 3000 mile salad is the best example of this. Transportation costs alone for salad being delivered across the country mean that 127 calories of energy (fuel) is spent on 1 calorie of energy derived from food. That’s pretty appalling, but it also states the obvious: That the price of food is correlated to the price of oil.

Unfortunately this has been obvious for quite some time to a majority of individuals who watch oil prices. Talk of peak oil makes peoples conspiracy theorist radar go ‘blip’, even though in any closed system with a finite set of resources you’re bound to run into a point where demand outstrips supply. At that point, the scarcity of your resource means higher prices, and higher prices means that people with low incomes have to either spend more money on those resources, or forego them altogether. That’s a problem for the 800 million people in the world who have their food delievered to them via famine relief. Not only is the cost of food production getting higher, but the cost of delivering that food half way across the planet being exacerbated, and it’s not Ok.

Groups responsible for famine releif are already asking for additional funding to help deal with the problem, but unless we can figure out a way to cheaply supply the impoverished with food, Christmas won’t be the only time you see starving children on Television. We have to find new ways to store and deliver energy, build highly efficient transportation systems, and consume less of those products.

Here’s a list of interrelated problems:

Oil is the primary ingredient in growing food – Its not sustainable and it destroys the soil

GM Foods are being heralded as answers – they’re not : Monocultures are bad

Transportation systems are grossly inefficient – We need a fast cheap rail system

We eat too much meat – Cows are fed using grain, but it costs more to grow a cow then you get out of eating a cow.

We drive too much – Ban the Hummer, embrace Electric, or better yet – ride a bike

The Suburbs Suck – Denser, walkable living arrangements are better for community and the environment.

Who’s smart enough to figure those out?

  • We haven't yet figured out all the interconnections between causes and effects. We want to see just climate change, but the reality is - there is SO much more to it... Nice essay :)
blog comments powered by Disqus

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);