<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Self Help University &#187; Talks</title>
	<atom:link href="http://selfhelpu.com/tag/talks/feed" rel="self" type="application/rss+xml" />
	<link>http://selfhelpu.com</link>
	<description>Self Help and Personal Growth Motivation</description>
	<lastBuildDate>Sat, 07 Jan 2012 01:06:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Nighttime Story: Learning From Early Success of One Thousand and One Rails Ap&#8230;</title>
		<link>http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap</link>
		<comments>http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap#comments</comments>
		<pubDate>Sun, 12 Sep 2010 14:23:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Success]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[engedu]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[googletechtalks]]></category>
		<category><![CDATA[Talk]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[techtalk]]></category>
		<category><![CDATA[techtalks]]></category>

		<guid isPermaLink="false">http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap' addthis:title='Nighttime Story: Learning From Early Success of One Thousand and One Rails Ap&#8230; '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Google Tech Talks July, 17 2008 ABSTRACT Three companies recently collaborated to use DTrace, a powerful open source process introspection tool to find and fix a substantial Rails latency issue. Teams from Joyent and Twitter and DTrace developer Bryan Cantrill from Sun joined forces to spend a day looking in detail at how Ruby processes [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap' addthis:title='Nighttime Story: Learning From Early Success of One Thousand and One Rails Ap&#8230; ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap' addthis:title='Nighttime Story: Learning From Early Success of One Thousand and One Rails Ap&#8230; '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img src="http://i.ytimg.com/vi/mRf4bpEtI6I/2.jpg" align="left" title="Nighttime Story: Learning From Early Success of One Thousand and One Rails Ap..." alt="2 Nighttime Story: Learning From Early Success of One Thousand and One Rails Ap..." />Google Tech Talks<br />
July, 17 2008</p>
<p>ABSTRACT</p>
<p>Three companies recently collaborated to use DTrace, a powerful open source process introspection tool to find and fix a substantial Rails latency issue.</p>
<p>Teams from Joyent and Twitter and DTrace developer Bryan Cantrill from Sun joined forces to spend a day looking in detail at how Ruby processes behave within a Rails production environment. The purpose of the collaboration was to use the dynamic tracing framework to fix a latency issue observed in Twitter. DTrace is one of the components of the open source project OpenSolaris. It is designed for forensic investigation of processes, and as such is perfectly suited for the inspection and monitoring of Ruby processes running Rails applications.</p>
<p>During their analysis, the joint team discovered that the raising and catching of particular set of exceptions within Rails caused large amounts of CPU time to be consumed generating back-traces hundreds of frames long. Through the detection and removal of these exceptions, the latency of a particular class of Rails request-response cycles was substantially improved.</p>
<p>Joyent CTO and co-founder Jason Hoffman is vocal about the benefits of DTrace:</p>
<p> We use DTrace all the time in identifying performance issues in our customer&#8217;s and in our own applications.</p>
<p>However, he believes that there is still room for improvement, and that the introspection into Ruby processes that DTrace offers is still not deep enough. Patches for versions 1.8.5 and 1.8.6 of Ruby are currently being worked on that will afford DTrace with an even greater ability to peer inside Ruby&#8217;s internals. Jason also believes that DTrace will continue to generate a tremendous amount of insight into production Rails and Ruby processes. With ports in development for FreeBSD and planned for OS X Leopard, DTrace is no longer an exclusive tool for Solaris users.</p>
<p>Interestingly, not only is this a success story for open source tools being used to improve open source frameworks, it is also a success story for the process of open source software development. Within 11 hours of a ticket being filed, it had been accepted by Rails creator David Heinemeier Hansson himself, and incorporated into the latest version of Rails for immediate use.</p>
<p>Speaker: Jason Hoffman<br />
Jason A. Hoffman is a founder and the CTO of Joyent, an on-demand infrastructure and cloud computing company that serves billions of page views and traffics hundreds of millions of emails per month.</p>
<p>Joyent is dedicated to the singular mission that developers should be able to start at a small scale and flex to a global scale with minimal friction. Joyent is among the world&#8217;s largest OpenSolaris installations and while supporting all unix-based languages and data stores, Joyent&#8217;s products have included the first production support of Ruby on Rails, inclusion of the ZFS file system, and Joyent&#8217;s DTrace-enabled Ruby ships on MacOS X Leopard and soon on OpenSolaris.</p>
<p>Jason is a systems scientist with BS and MS degrees from UCLA, and a PhD from UCSD, and is an expert in scalable architectures. He has applied his knowledge and experience from the Web to Games to Computational Chemistry, Proteomics and Cancer biology.</p>
<p>Duration : <b>1:33:51</b></p>
<p><span id="more-2136"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/mRf4bpEtI6I" frameborder="0" allowFullScreen="true"> </iframe></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fselfhelpu.com%2Fsuccess%2Fnighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap';
  addthis_title  = 'Nighttime+Story%3A+Learning+From+Early+Success+of+One+Thousand+and+One+Rails+Ap%26%238230%3B';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap' addthis:title='Nighttime Story: Learning From Early Success of One Thousand and One Rails Ap&#8230; ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://selfhelpu.com/success/nighttime-story-learning-from-early-success-of-one-thousand-and-one-rails-ap/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kary Mullis&#8217; next-gen cure for killer infection</title>
		<link>http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection</link>
		<comments>http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection#comments</comments>
		<pubDate>Mon, 26 Jul 2010 11:45:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Self Help Videos]]></category>
		<category><![CDATA[Altermune]]></category>
		<category><![CDATA[anthrax]]></category>
		<category><![CDATA[cure]]></category>
		<category><![CDATA[flu]]></category>
		<category><![CDATA[infection]]></category>
		<category><![CDATA[influenza]]></category>
		<category><![CDATA[Kary]]></category>
		<category><![CDATA[Mullis]]></category>
		<category><![CDATA[staph]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[TEDTalks]]></category>

		<guid isPermaLink="false">http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection' addthis:title='Kary Mullis&#8217; next-gen cure for killer infection '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>http://www.ted.com Drug-resistant bacteria kills, even in top hospitals. But now tough infections like staph and anthrax may be in for a surprise. Nobel-winning chemist Kary Mullis, who watched a friend die when powerful antibiotics failed, unveils a radical new cure that shows extraordinary promise. TEDTalks is a daily video podcast of the best talks and [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection' addthis:title='Kary Mullis&#8217; next-gen cure for killer infection ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection' addthis:title='Kary Mullis&#8217; next-gen cure for killer infection '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img src="http://i.ytimg.com/vi/wJttdkKo4nM/2.jpg" align="left" title="Kary Mullis next gen cure for killer infection" alt="2 Kary Mullis next gen cure for killer infection" />http://www.ted.com Drug-resistant bacteria kills, even in top hospitals. But now tough infections like staph and anthrax may be in for a surprise. Nobel-winning chemist Kary Mullis, who watched a friend die when powerful antibiotics failed, unveils a radical new cure that shows extraordinary promise.</p>
<p>TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world&#8217;s leading thinkers and doers give the talk of their lives in 18 minutes. Featured speakers have included Al Gore on climate change, Philippe Starck on design, Jill Bolte Taylor on observing her own stroke, Nicholas Negroponte on One Laptop per Child, Jane Goodall on chimpanzees, Bill Gates on malaria and mosquitoes, Pattie Maes on the &#8220;Sixth Sense&#8221; wearable tech, and &#8220;Lost&#8221; producer JJ Abrams on the allure of mystery. TED stands for Technology, Entertainment, Design, and TEDTalks cover these topics as well as science, business, development and the arts. Closed captions and translated subtitles in a variety of languages are now available on TED.com, at http://www.ted.com/translate. Watch a highlight reel of the Top 10 TEDTalks at http://www.ted.com/index.php/talks/top10</p>
<p>Duration : <b>0:5:9</b></p>
<p><span id="more-1957"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/wJttdkKo4nM" frameborder="0" allowFullScreen="true"> </iframe></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fselfhelpu.com%2Fself-help-videos%2Fkary-mullis-next-gen-cure-for-killer-infection';
  addthis_title  = 'Kary+Mullis%26%238217%3B+next-gen+cure+for+killer+infection';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection' addthis:title='Kary Mullis&#8217; next-gen cure for killer infection ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://selfhelpu.com/self-help-videos/kary-mullis-next-gen-cure-for-killer-infection/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Rebecca Saxe: How we read each other&#8217;s minds</title>
		<link>http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds</link>
		<comments>http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:03:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[beliefs]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[creating a personal development plan]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[motives]]></category>
		<category><![CDATA[personal development plan]]></category>
		<category><![CDATA[personal improvement]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[Rebecca]]></category>
		<category><![CDATA[Saxe]]></category>
		<category><![CDATA[Self Help]]></category>
		<category><![CDATA[Self Help University]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[TEDTalks]]></category>
		<category><![CDATA[thinking]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds' addthis:title='Rebecca Saxe: How we read each other&#8217;s minds '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>http://www.ted.com Sensing the motives and feelings of others is a natural talent for humans. But how do we do it? Here, Rebecca Saxe shares fascinating lab work that uncovers how the brain thinks about other peoples&#8217; thoughts &#8212; and judges their actions. TEDTalks is a daily video podcast of the best talks and performances from [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds' addthis:title='Rebecca Saxe: How we read each other&#8217;s minds ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds' addthis:title='Rebecca Saxe: How we read each other&#8217;s minds '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img src="http://i.ytimg.com/vi/GOCUH7TxHRI/2.jpg" align="left" title="Rebecca Saxe: How we read each others minds" alt="2 Rebecca Saxe: How we read each others minds" />http://www.ted.com Sensing the motives and feelings of others is a natural talent for humans. But how do we do it? Here, Rebecca Saxe shares fascinating lab work that uncovers how the brain thinks about other peoples&#8217; thoughts &#8212; and judges their actions.</p>
<p>TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world&#8217;s leading thinkers and doers give the talk of their lives in 18 minutes. Featured speakers have included Al Gore on climate change, Philippe Starck on design, Jill Bolte Taylor on observing her own stroke, Nicholas Negroponte on One Laptop per Child, Jane Goodall on chimpanzees, Bill Gates on malaria and mosquitoes, Pattie Maes on the &#8220;Sixth Sense&#8221; wearable tech, and &#8220;Lost&#8221; producer JJ Abrams on the allure of mystery. TED stands for Technology, Entertainment, Design, and TEDTalks cover these topics as well as science, business, development and the arts. Closed captions and translated subtitles in a variety of languages are now available on TED.com, at http://www.ted.com/translate. Watch a highlight reel of the Top 10 TEDTalks at http://www.ted.com/index.php/talks/top10</p>
<p>Duration : <b>0:16:52</b></p>
<p><span id="more-1565"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/GOCUH7TxHRI" frameborder="0" allowFullScreen="true"> </iframe></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fselfhelpu.com%2Fpersonal-development%2Frebecca-saxe-how-we-read-each-others-minds';
  addthis_title  = 'Rebecca+Saxe%3A+How+we+read+each+other%26%238217%3Bs+minds';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds' addthis:title='Rebecca Saxe: How we read each other&#8217;s minds ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://selfhelpu.com/personal-development/rebecca-saxe-how-we-read-each-others-minds/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Alain de Botton: A kinder, gentler philosophy of success</title>
		<link>http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success</link>
		<comments>http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success#comments</comments>
		<pubDate>Wed, 10 Mar 2010 08:31:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Success]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Alain]]></category>
		<category><![CDATA[Botton]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Of]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[Self]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[TEDGlobal]]></category>
		<category><![CDATA[TEDTalks]]></category>

		<guid isPermaLink="false">http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success' addthis:title='Alain de Botton: A kinder, gentler philosophy of success '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>http://www.ted.com Alain de Botton examines our ideas of success and failure &#8212; and questions the assumptions underlying these two judgments. Is success always earned? Is failure? He makes an eloquent, witty case to move beyond snobbery to find true pleasure in our work. TEDTalks is a daily video podcast of the best talks and performances [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success' addthis:title='Alain de Botton: A kinder, gentler philosophy of success ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success' addthis:title='Alain de Botton: A kinder, gentler philosophy of success '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img src="http://i.ytimg.com/vi/MtSE4rglxbY/2.jpg" align="left" title="Alain de Botton: A kinder, gentler philosophy of success" alt="2 Alain de Botton: A kinder, gentler philosophy of success" />http://www.ted.com Alain de Botton examines our ideas of success and failure &#8212; and questions the assumptions underlying these two judgments. Is success always earned? Is failure? He makes an eloquent, witty case to move beyond snobbery to find true pleasure in our work.</p>
<p>TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world&#8217;s leading thinkers and doers give the talk of their lives in 18 minutes. Featured speakers have included Al Gore on climate change, Philippe Starck on design, Jill Bolte Taylor on observing her own stroke, Nicholas Negroponte on One Laptop per Child, Jane Goodall on chimpanzees, Bill Gates on malaria and mosquitoes, Pattie Maes on the &#8220;Sixth Sense&#8221; wearable tech, and &#8220;Lost&#8221; producer JJ Abrams on the allure of mystery. TED stands for Technology, Entertainment, Design, and TEDTalks cover these topics as well as science, business, development and the arts. Closed captions and translated subtitles in a variety of languages are now available on TED.com, at http://www.ted.com/translate. Watch a highlight reel of the Top 10 TEDTalks at http://www.ted.com/index.php/talks/top10</p>
<p>Duration : <b>0:16:52</b></p>
<p><span id="more-1062"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/MtSE4rglxbY" frameborder="0" allowFullScreen="true"> </iframe></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fselfhelpu.com%2Fsuccess%2Falain-de-botton-a-kinder-gentler-philosophy-of-success';
  addthis_title  = 'Alain+de+Botton%3A+A+kinder%2C+gentler+philosophy+of+success';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success' addthis:title='Alain de Botton: A kinder, gentler philosophy of success ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://selfhelpu.com/success/alain-de-botton-a-kinder-gentler-philosophy-of-success/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Richard St. John: Secrets of success in 8 words, 3 minutes</title>
		<link>http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes</link>
		<comments>http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:39:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Success]]></category>
		<category><![CDATA[be]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Great]]></category>
		<category><![CDATA[Group]]></category>
		<category><![CDATA[John]]></category>
		<category><![CDATA[Richard]]></category>
		<category><![CDATA[Self Help]]></category>
		<category><![CDATA[St.]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[TEDTalks]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes' addthis:title='Richard St. John: Secrets of success in 8 words, 3 minutes '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>http://www.ted.com Why do people succeed? Is it because theyre smart? Or are they just lucky? Neither. Analyst Richard St. John condenses years of interviews into an unmissable 3-minute slideshow on the real secrets of success. TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world&#8217;s leading [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes' addthis:title='Richard St. John: Secrets of success in 8 words, 3 minutes ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes' addthis:title='Richard St. John: Secrets of success in 8 words, 3 minutes '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><img src="http://i.ytimg.com/vi/Y6bbMQXQ180/2.jpg" align="left" title="Richard St. John: Secrets of success in 8 words, 3 minutes" alt="2 Richard St. John: Secrets of success in 8 words, 3 minutes" />http://www.ted.com  Why do people succeed? Is it because theyre smart? Or are they just lucky? Neither. Analyst Richard St. John condenses years of interviews into an unmissable 3-minute slideshow on the real secrets of success.</p>
<p>TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world&#8217;s leading thinkers and doers are invited to give the talk of their lives in 18 minutes &#8212; including speakers such as Jill Bolte Taylor, Sir Ken Robinson, Hans Rosling, Al Gore and Arthur Benjamin. TED stands for Technology, Entertainment, and Design, and TEDTalks cover these topics as well as science, business, politics and the arts. Watch the Top 10 TEDTalks on TED.com, at<br />
http://www.ted.com/index.php/talks/top10</p>
<p>Duration : <b>0:3:47</b></p>
<p><span id="more-850"></span><br /><iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/Y6bbMQXQ180" frameborder="0" allowFullScreen="true"> </iframe></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fselfhelpu.com%2Fsuccess%2Frichard-st-john-secrets-of-success-in-8-words-3-minutes';
  addthis_title  = 'Richard+St.+John%3A+Secrets+of+success+in+8+words%2C+3+minutes';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes' addthis:title='Richard St. John: Secrets of success in 8 words, 3 minutes ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://selfhelpu.com/success/richard-st-john-secrets-of-success-in-8-words-3-minutes/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

