TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Top 12 TED Talks for Entrepreneurs

159 点作者 Mike_Williams超过 12 年前

11 条评论

Permit超过 12 年前
I'm surprised David Rose's talk on pitching to VCs didn't make it: <a href="http://www.ted.com/talks/david_s_rose_on_pitching_to_vcs.html" rel="nofollow">http://www.ted.com/talks/david_s_rose_on_pitching_to_vcs.htm...</a><p>As someone who has never been in the position to pitch to a VC, I found it really interesting and informative.
评论 #4510925 未加载
franze超过 12 年前
about the "Top #{x} of #{y}" title, please see <a href="http://ycombinator.com/newsguidelines.html" rel="nofollow">http://ycombinator.com/newsguidelines.html</a><p><pre><code> &#62;If the original title begins with a number or number + &#62;gratuitous adjective, we'd appreciate it if you'd crop it. &#62;E.g. translate "10 Ways To Do X" to "How To Do X," and "14 &#62;Amazing Ys" to "Ys." Exception: when the number is &#62;meaningful, e.g. "The 5 Platonic Solids."</code></pre>
评论 #4510968 未加载
评论 #4510975 未加载
评论 #4510973 未加载
rileyr超过 12 年前
If anyone's interested in more entrepreneurship talks, I just launched <a href="http://tedocracy.com" rel="nofollow">http://tedocracy.com</a>, which recommends TED videos for you based on talks you've enjoyed or disliked. We also have an 'Entrepreneurship' category under 'Business' on our homepage.
评论 #4511620 未加载
jtoeman超过 12 年前
Great list, but if you had to pick a single one, I'd do Simon Sinek's (<a href="http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action.html" rel="nofollow">http://www.ted.com/talks/simon_sinek_how_great_leaders_inspi...</a>). It should utterly transform the way you think about how to pitch <i>anything</i>, from yourself to your company to whatever.
评论 #4513820 未加载
troels超过 12 年前
I could have sworn there was another post with the exact same title a month back.
评论 #4511327 未加载
bornhuetter超过 12 年前
Thanks for this link, and also all the commenters adding other useful links - I'm looking forward to watching these.
chinmoy超过 12 年前
There was a similar article somewhere, I think on 'The Verge'. But this list looks better.
anonymous超过 12 年前
here's a little ted talk transcript downloader i threw together. because watching videos is a timekill (sounds like the author learned this the hard way :) sometimes we'd rather just skim a document - focus on the words not the delivery. below is a filter - the way UNIX utilities are supposed to be written, remember? it's bourne shell, sed and curl (no bash needed). no ruby python perl nonsense; no release on github; just simple stuff; simple. i'm not endorsing curl as an httpclient but seems like people like curl so that's what's used. 1st the filter fetches an index of all the speaker names called "ted.idx" if ted.idx does not already exist. you then feed speaker names to the filter and it outputs the transcript text to stdout (if there is a transcript) with each transcript separated by a line of 80 dashes. each line is prefixed with a colon and a space. you read the output file however you want; maybe something like this:<p><pre><code> less -Gp--------- file.txt </code></pre> then you can jump from transcript to transcript by pressing "n" or "N"<p>would you like to download all the ted transcripts? this will do it:<p><pre><code> filter &#60; ted.idx &#62; file.txt </code></pre> here's the filter:<p>(note: \&#38;#039 does not need the backslash in sed; that's only to get past the HN forum software without being translated)<p><pre><code> read -p'what should we call this command? ' d [ x$d = x"" ]|| echo don\'t forget to place $d in your PATH [ x$d = x"" ]|| cat &#62; $d &#60;&#60; done c=http://www.ted.com/speakers [ -f ted.idx ]||{ echo fetching ted.idx... &#62;&#38;2 b=\$(curl -s \$c/atoz |sed ' /Showing page 1 of/!d; s/.* //; s/&#60;.*//; ') curl -s \$c/atoz/page/[1-"\$b"] | sed ' /href=.*speakers\/.*html/!d; s/&#60;/\ /g;' |sed ' /speakers/!d; s,.*=\",,; s,\".*,,; s,.*/,,; s,\.html\$,,' &#62; ted.idx } echo &#62;&#38;2; echo "usage: less ted.idx" &#62;&#38;2; echo "usage: grep speaker_name ted.idx |\$0 &#62; file" &#62;&#38;2; echo "usage: sed 'line-no!d' ted.idx |\$0 &#62; file" &#62;&#38;2; echo "usage: \$0 &#60; ted.idx &#62; file" &#62;&#38;2; echo "usage: less -Gp----- file" &#62;&#38;2; while read a;do curl -s \$c/\$a.html |sed ' /notranslate.*href=.\/talks\//!d; s,.*href=.,http://www.ted.com,; s/\"&#62;.*//; s/.*/url = \"&#38;\"/; ' | curl -sK - | sed -n ' s/\&#38;#039;/'"'"'/g;</code></pre> /&#60;title&#62;/s//--------------------------------------------------------------------------------\ : /; s/&#60;.title&#62;//; /transcriptLink/{ s/.*nofollow\"&#62;/: /; s/&#60;\/a&#62;//;}; /^----------/p; /^: /p; ' ;<p><pre><code> done</code></pre>
podperson超过 12 年前
When I visit the page, none of the videos show up (Chrome on MBP)
naavinm超过 12 年前
No Derek Sivers? :(
jdeseno超过 12 年前
This is linkbait garbage. Giving Shopify the benefit of the doubt, I clicked on it expecting it to maybe be a parody of these types of articles. Disappointing.
评论 #4510935 未加载
评论 #4510961 未加载
评论 #4511536 未加载