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

Sun 30 Mar |
| ||||||
| 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: */
?>
Vector: George Dvorsky Snagged and mashed verbage: On Friday March 28th Anders Sandberg debated the future of farming on BBC Radio 4 with Robin Maynard, of the Soil Association and Professor Les Firbank from the Institute of Grassland and Environmental Research. Link: http://downloads.bbc.co.uk/podcasts/rad I forwarded George's email to former C-Realm guest Eric Boyd who had the following to say on the topic of vertical farming: Thanks, I gave it a listen. I personally think that "Vertical Farming" is a ridiculous idea, mostly because of the power requirements. I mean, you've got to provide artificial light for the plants on most of the floors, and that's going to be *extremely* intensive use of electricity.
The discussion of mushroom picking robots relates directly to my conversation with Colin Tudge in episode 77: AI (Agricultural Intelligence), and the discussion of vertical farming resonates with a discussion thread in the C-Realm Forum that turned acrimonious and pointlessly adversarial. This is the same thread for which I solicited some outside opinions and received some whoppers from Dmitry Orlov and Albert Bates. |












Tags