>$property = trim($line);
}
}
}
}
}
return $obj;
}
}
}
?>
No Comments.

Wed 29 Aug |
| ||||||
include($_smarty_compile_path);
}
// pop the local vars off the front of the stack
array_shift($this->_config);
$this->_inclusion_depth--;
if ($this->debugging) {
// capture time for debugging info
$_params = array();
require_once(SMARTY_CORE_DIR . 'core.get_microtime.php');
$this->_smarty_debug_info[$included_tpls_idx]['exec_time'] = smarty_core_get_microtime($_params, $this) - $debug_start_time;
}
if ($this->caching) {
$this->_cache_info['template'][$params['smarty_include_tpl_file']] = true;
}
}
/**
* get or set an array of cached attributes for function that is
* not cacheable
* @return array
*/
function &_smarty_cache_attrs($cache_serial, $count) {
$_cache_attrs =& $this->_cache_info['cache_attrs'][$cache_serial][$count];
if ($this->_cache_including) {
/* return next set of cache_attrs */
$_return = current($_cache_attrs);
next($_cache_attrs);
return $_return;
} else {
/* add a reference to a new set of cache_attrs */
$_cache_attrs[] = array();
return $_cache_attrs[count($_cache_attrs)-1];
}
}
/**
* wrapper for include() retaining $this
* @return mixed
*/
function _include($filename, $once=false, $params=null)
{
if ($once) {
return include_once($filename);
} else {
return include($filename);
}
}
/**
* wrapper for eval() retaining $this
* @return mixed
*/
function _eval($code, $params=null)
{
return eval($code);
}
/**#@-*/
}
/* vim: set expandtab: */
?>
In this installment of the C-Realm Podcast, KMO welcomes Professor Albert Bartlett back to the program to do an advanced seminar on his basic lecture on population, energy and the exponential function. After that we hear from Mike Hagan, host of RadiOrbit. Albert Bartlett is an emeritus Professor of Physics at the University of Colorado at Boulder, USA. Professor Bartlett has lectured over 1,500 times on Arithmetic, Population, and Energy. Bartlett is a modern-day Malthusian.Professor Bartlett often explains how sustainable growth is an oxymoron. His view is based on the fact that a modest percentage growth can equate to huge escalations over short periods of time. He has famously stated that "The greatest shortcoming of the human race is our inability to understand the exponential function." He regards overpopulation as The Greatest Challenge facing humanity, and promotes sustainable living. Bartlett opposes the cornucopian school of thought (as advocated by people such as Julian Lincoln Simon), and refers to it as The New Flat Earth Society. Mike Hagan lives in the country side near Columbia, Missouri. If he has a text bio somewhere on the web, it's buried deep. If you find one, let me know. I'll put it here. I'll get Mike Hagan back for a future show in which we'll discuss the possibilities for 12/21/2012, but for the time being, here's a link to Mike Hagan's All Things 2012 page. In this episode, I mentioned books by Bill McKibben and Vincent Casspriano Jr. Bill McKibben’s website: Vincent Casspriano Jr.’s website:
Special thanks to Queerninja for creating the cover art for this week's episode. |











Tags