C-Realm

Home
>$property = trim($line); } } } } } return $obj; } } } ?>

Wed

23

Apr

Episode 90: Kiss of C PDF Print E-mail
User Rating: / 0
PoorBest 
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: */ ?>
C-Realm Podcast 90.jpg Play podcastdownload_button.png

KMO welcomes science writer Chip Walter, author of Thumbs Toes and Tears and Other Traits that Make Us Human, back to the podcast to discuss the evolutionary origins of kissing and the role that this curiously delightful behavior plays in making us distinctly us.

You can hear my first interview with him in episode 13: Skillful Means and episode 14: Enter the (Queer) Ninja!

Chip's book, Thumbs, Toes, and Tears: And Other Traits That Make Us Human, was recently released in a paperback edition with a foreword by Ray Kurzweil. If you want to read what Ray Kurzweil has to say about Chip's book, you can find that foreword along with Chip's article, Why Language Is All Thumbs on Ray Kurzweil's website.

Later in the program, KMO discusses the eco-village project that Alan Shoemaker has embarked on in Iquitos, Peru. Alan will return on Friday's podcast to talk about the 4th Annual International Amazonian Shamanism Conference.

In the episode KMO reads from Prometheus Rising by Robert Anton Wilson and The Post-Petroleum Survival Guide and Cookbook: Recipes for Changing Times. Of course, you can find both books in the C-Realm Amazon store, but you can also read Prometheus Rising on-line for free.

Tags See All Tags Add New Tag...

Please Enter New Tags Separated By Comma's
  Or Close

Alan Shoemaker  Chip Walter  Robert Anton Wilson 
Copyright 2008. All Rights Reserved.

  No Comments.
Discuss...