-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTED_doc_index.xls
2551 lines (2551 loc) · 198 KB
/
TED_doc_index.xls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
doc_ID, url
1, https://www.ted.com/talks/ken_robinson_says_schools_kill_creativity
2, https://www.ted.com/talks/al_gore_on_averting_climate_crisis
3, https://www.ted.com/talks/david_pogue_says_simplicity_sells
4, https://www.ted.com/talks/majora_carter_s_tale_of_urban_renewal
5, https://www.ted.com/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen
6, https://www.ted.com/talks/tony_robbins_asks_why_we_do_what_we_do
7, https://www.ted.com/talks/julia_sweeney_on_letting_go_of_god
8, https://www.ted.com/talks/joshua_prince_ramus_on_seattle_s_library
9, https://www.ted.com/talks/dan_dennett_s_response_to_rick_warren
10, https://www.ted.com/talks/rick_warren_on_a_life_of_purpose
11, https://www.ted.com/talks/cameron_sinclair_on_open_source_architecture
12, https://www.ted.com/talks/jehane_noujaim_inspires_a_global_day_of_film
13, https://www.ted.com/talks/larry_brilliant_wants_to_stop_pandemics
14, https://www.ted.com/talks/jeff_han_demos_his_breakthrough_touchscreen
15, https://www.ted.com/talks/nicholas_negroponte_on_one_laptop_per_child
16, https://www.ted.com/talks/sirena_huang_dazzles_on_violin
17, https://www.ted.com/talks/jennifer_lin_improvs_piano_magic
18, https://www.ted.com/talks/amy_smith_shares_simple_lifesaving_design
19, https://www.ted.com/talks/ross_lovegrove_shares_organic_designs
20, https://www.ted.com/talks/jimmy_wales_on_the_birth_of_wikipedia
21, https://www.ted.com/talks/richard_baraniuk_on_open_source_learning
22, https://www.ted.com/talks/ze_frank_s_nerdcore_comedy
23, https://www.ted.com/talks/mena_trott_tours_her_blog_world
24, https://www.ted.com/talks/helen_fisher_tells_us_why_we_love_cheat
25, https://www.ted.com/talks/eve_ensler_on_happiness_in_body_and_soul
26, https://www.ted.com/talks/david_deutsch_on_our_place_in_the_cosmos
27, https://www.ted.com/talks/richard_dawkins_on_our_queer_universe
28, https://www.ted.com/talks/steven_levitt_analyzes_crack_economics
29, https://www.ted.com/talks/malcolm_gladwell_on_spaghetti_sauce
30, https://www.ted.com/talks/dan_gilbert_asks_why_are_we_happy
31, https://www.ted.com/talks/barry_schwartz_on_the_paradox_of_choice
32, https://www.ted.com/talks/eva_vertes_looks_to_the_future_of_medicine
33, https://www.ted.com/talks/aubrey_de_grey_says_we_can_avoid_aging
34, https://www.ted.com/talks/iqbal_quadir_says_mobiles_fight_poverty
35, https://www.ted.com/talks/jacqueline_novogratz_invests_in_ending_poverty
36, https://www.ted.com/talks/sasa_vucinic_invests_in_free_press
37, https://www.ted.com/talks/ashraf_ghani_on_rebuilding_broken_states
38, https://www.ted.com/talks/burt_rutan_sees_the_future_of_space
39, https://www.ted.com/talks/ben_saunders_skis_to_the_north_pole
40, https://www.ted.com/talks/bono_s_call_to_action_for_africa
41, https://www.ted.com/talks/edward_burtynsky_on_manufactured_landscapes
42, https://www.ted.com/talks/robert_fischell_on_medical_inventing
43, https://www.ted.com/talks/peter_donnelly_shows_how_stats_fool_juries
44, https://www.ted.com/talks/michael_shermer_on_believing_strange_things
45, https://www.ted.com/talks/ray_kurzweil_on_how_technology_will_transform_us
46, https://www.ted.com/talks/kevin_kelly_on_how_technology_evolves
47, https://www.ted.com/talks/peter_gabriel_fights_injustice_with_video
48, https://www.ted.com/talks/richard_st_john_s_8_secrets_of_success
49, https://www.ted.com/talks/rives_controls_the_internet
50, https://www.ted.com/talks/dean_ornish_on_the_world_s_killer_diet
51, https://www.ted.com/talks/robert_neuwirth_on_our_shadow_cities
52, https://www.ted.com/talks/bjorn_lomborg_sets_global_priorities
53, https://www.ted.com/talks/wade_davis_on_endangered_cultures
54, https://www.ted.com/talks/phil_borges_on_endangered_cultures
55, https://www.ted.com/talks/martin_rees_asks_is_this_our_final_century
56, https://www.ted.com/talks/robert_wright_on_optimism
57, https://www.ted.com/talks/steven_johnson_tours_the_ghost_map
58, https://www.ted.com/talks/charles_leadbeater_on_innovation
59, https://www.ted.com/talks/pilobolus_perform_symbiosis
60, https://www.ted.com/talks/anna_deavere_smith_s_american_character
61, https://www.ted.com/talks/saul_griffith_on_everyday_inventions
62, https://www.ted.com/talks/neil_gershenfeld_on_fab_labs
63, https://www.ted.com/talks/carl_honore_praises_slowness
64, https://www.ted.com/talks/bill_clinton_on_rebuilding_rwanda
65, https://www.ted.com/talks/e_o_wilson_on_saving_life_on_earth
66, https://www.ted.com/talks/james_nachtwey_s_searing_pictures_of_war
67, https://www.ted.com/talks/jane_goodall_on_what_separates_us_from_the_apes
68, https://www.ted.com/talks/seth_godin_on_sliced_bread
69, https://www.ted.com/talks/james_watson_on_how_he_discovered_dna
70, https://www.ted.com/talks/al_seckel_says_our_brains_are_mis_wired
71, https://www.ted.com/talks/dean_kamen_on_inventing_and_giving
72, https://www.ted.com/talks/juan_enriquez_on_genomics_and_our_future
73, https://www.ted.com/talks/stefan_sagmeister_shares_happy_design
74, https://www.ted.com/talks/alex_steffen_sees_a_sustainable_future
75, https://www.ted.com/talks/thom_mayne_on_architecture_as_connection
76, https://www.ted.com/talks/chris_bangle_says_great_cars_are_art
77, https://www.ted.com/talks/nora_york_sings_what_i_want
78, https://www.ted.com/talks/paul_bennett_finds_design_in_the_details
79, https://www.ted.com/talks/vik_muniz_makes_art_with_wire_sugar
80, https://www.ted.com/talks/nick_bostrom_on_our_biggest_problems
81, https://www.ted.com/talks/janine_benyus_shares_nature_s_designs
82, https://www.ted.com/talks/craig_venter_on_dna_and_the_sea
83, https://www.ted.com/talks/golan_levin_on_software_as_art
84, https://www.ted.com/talks/susan_savage_rumbaugh_on_apes_that_write
85, https://www.ted.com/talks/frans_lanting_s_lyrical_nature_photos
86, https://www.ted.com/talks/sheila_patek_clocks_the_fastest_animals
87, https://www.ted.com/talks/jill_sobule_sings_to_al_gore
88, https://www.ted.com/talks/caroline_lavelle_casts_a_spell_on_cello
89, https://www.ted.com/talks/dan_dennett_on_our_consciousness
90, https://www.ted.com/talks/evelyn_glennie_shows_how_to_listen
91, https://www.ted.com/talks/william_mcdonough_on_cradle_to_cradle_design
92, https://www.ted.com/talks/jeff_bezos_on_the_next_web_innovation
93, https://www.ted.com/talks/rives_remixes_ted2006
94, https://www.ted.com/talks/eddi_reader_sings_kiteflyer_s_hill
95, https://www.ted.com/talks/eddi_reader_sings_about_what_you_ve_got
96, https://www.ted.com/talks/tom_honey_on_god_and_the_tsunami
97, https://www.ted.com/talks/richard_dawkins_on_militant_atheism
98, https://www.ted.com/talks/tom_rielly_delivers_a_comic_send_up_of_ted2006
99, https://www.ted.com/talks/thomas_dolby_and_rachelle_garniez
100, https://www.ted.com/talks/chris_anderson_of_wired_on_tech_s_long_tail
101, https://www.ted.com/talks/natalie_macmaster_fiddles_in_reel_time
102, https://www.ted.com/talks/sergey_brin_and_larry_page_on_google
103, https://www.ted.com/talks/stew_says_black_men_ski
104, https://www.ted.com/talks/james_howard_kunstler_dissects_suburbia
105, https://www.ted.com/talks/david_kelley_on_human_centered_design
106, https://www.ted.com/talks/stewart_brand_on_squatter_cities
107, https://www.ted.com/talks/jeff_hawkins_on_how_brain_science_will_change_computing
108, https://www.ted.com/talks/tierney_thys_swims_with_the_giant_sunfish
109, https://www.ted.com/talks/blaise_aguera_y_arcas_demos_photosynth
110, https://www.ted.com/talks/john_doerr_sees_salvation_and_profit_in_greentech
111, https://www.ted.com/talks/ngozi_okonjo_iweala_on_doing_business_in_africa
112, https://www.ted.com/talks/anand_agarawala_demos_his_bumptop_desktop
113, https://www.ted.com/talks/bob_thurman_says_we_can_be_buddhas
114, https://www.ted.com/talks/david_rockwell_builds_at_ground_zero
115, https://www.ted.com/talks/thomas_barnett_draws_a_new_map_for_peace
116, https://www.ted.com/talks/ethel_performs_blue_room
117, https://www.ted.com/talks/stephen_lawler_tours_microsoft_virtual_earth
118, https://www.ted.com/talks/hans_rosling_reveals_new_insights_on_poverty
119, https://www.ted.com/talks/bill_stone_explores_the_earth_and_space
120, https://www.ted.com/talks/dan_dennett_on_dangerous_memes
121, https://www.ted.com/talks/alan_russell_on_regenerating_our_bodies
122, https://www.ted.com/talks/jonathan_harris_tells_the_web_s_secret_stories
123, https://www.ted.com/talks/emily_oster_flips_our_thinking_on_aids_in_africa
124, https://www.ted.com/talks/will_wright_makes_toys_that_make_worlds
125, https://www.ted.com/talks/rives_on_4_a_m
126, https://www.ted.com/talks/david_bolinsky_animates_a_cell
127, https://www.ted.com/talks/allison_hunt_gets_a_new_hip
128, https://www.ted.com/talks/george_ayittey_on_cheetahs_vs_hippos
129, https://www.ted.com/talks/ngozi_okonjo_iweala_on_aid_versus_trade
130, https://www.ted.com/talks/william_kamkwamba_on_building_a_windmill
131, https://www.ted.com/talks/euvin_naidoo_on_investing_in_africa
132, https://www.ted.com/talks/patrick_awuah_on_educating_leaders
133, https://www.ted.com/talks/chris_abani_on_the_stories_of_africa
134, https://www.ted.com/talks/jacqueline_novogratz_on_patient_capitalism
135, https://www.ted.com/talks/vusi_mahlasela_sings_thula_mama
136, https://www.ted.com/talks/vusi_mahlasela_s_encore_at_tedglobal2007
137, https://www.ted.com/talks/jeff_skoll_makes_movies_that_make_change
138, https://www.ted.com/talks/dean_kamen_previews_a_new_prosthetic_arm
139, https://www.ted.com/talks/erin_mckean_redefines_the_dictionary
140, https://www.ted.com/talks/andrew_mwenda_takes_a_new_look_at_africa
141, https://www.ted.com/talks/theo_jansen_creates_new_creatures
142, https://www.ted.com/talks/steven_pinker_on_language_and_thought
143, https://www.ted.com/talks/steven_pinker_on_the_myth_of_violence
144, https://www.ted.com/talks/deborah_scranton_on_her_war_tapes
145, https://www.ted.com/talks/zeresenay_alemseged_looks_for_humanity_s_roots
146, https://www.ted.com/talks/john_maeda_on_the_simple_life
147, https://www.ted.com/talks/stephen_petranek_counts_down_to_armageddon
148, https://www.ted.com/talks/paul_maccready_flies_on_solar_wings
149, https://www.ted.com/talks/carolyn_porco_flies_us_to_saturn
150, https://www.ted.com/talks/kenichi_ebina_s_magic_moves
151, https://www.ted.com/talks/richard_branson_s_life_at_30_000_feet
152, https://www.ted.com/talks/hod_lipson_builds_self_aware_robots
153, https://www.ted.com/talks/maira_kalman_the_illustrated_woman
154, https://www.ted.com/talks/jan_chipchase_on_our_mobile_phones
155, https://www.ted.com/talks/vilayanur_ramachandran_on_your_mind
156, https://www.ted.com/talks/elene_gabre_madhin_on_ethiopian_economics
157, https://www.ted.com/talks/sherwin_nuland_on_electroshock_therapy
158, https://www.ted.com/talks/matthieu_ricard_on_the_habits_of_happiness
159, https://www.ted.com/talks/larry_lessig_says_the_law_is_strangling_creativity
160, https://www.ted.com/talks/paul_rothemund_casts_a_spell_with_dna
161, https://www.ted.com/talks/david_keith_s_surprising_ideas_on_climate_change
162, https://www.ted.com/talks/juan_enriquez_wants_to_grow_energy
163, https://www.ted.com/talks/larry_brilliant_makes_the_case_for_optimism
164, https://www.ted.com/talks/robert_full_on_animal_movement
165, https://www.ted.com/talks/ron_eglash_on_african_fractals
166, https://www.ted.com/talks/philippe_starck_thinks_deep_on_design
167, https://www.ted.com/talks/murray_gell_mann_on_beauty_and_truth_in_physics
168, https://www.ted.com/talks/amory_lovins_on_winning_the_oil_endgame
169, https://www.ted.com/talks/arthur_benjamin_does_mathemagic
170, https://www.ted.com/talks/daniel_goleman_on_compassion
171, https://www.ted.com/talks/lakshmi_pratury_on_letter_writing
172, https://www.ted.com/talks/gever_tulley_on_5_dangerous_things_for_kids
173, https://www.ted.com/talks/isabel_allende_tells_tales_of_passion
174, https://www.ted.com/talks/yossi_vardi_fights_local_warming
175, https://www.ted.com/talks/deborah_gordon_digs_ants
176, https://www.ted.com/talks/j_j_abrams_mystery_box
177, https://www.ted.com/talks/david_gallo_shows_underwater_astonishments
178, https://www.ted.com/talks/paola_antonelli_treats_design_as_art
179, https://www.ted.com/talks/frank_gehry_asks_then_what
180, https://www.ted.com/talks/raul_midon_plays_all_the_answers_and_tembererana
181, https://www.ted.com/talks/bill_strickland_makes_change_with_a_slide_show
182, https://www.ted.com/talks/ben_dunlap_talks_about_a_passionate_life
183, https://www.ted.com/talks/david_pogue_on_the_music_wars
184, https://www.ted.com/talks/alison_jackson_looks_at_celebrity
185, https://www.ted.com/talks/chris_anderson_shares_his_vision_for_ted
186, https://www.ted.com/talks/robin_chase_on_zipcar_and_her_next_big_idea
187, https://www.ted.com/talks/jaime_lerner_sings_of_the_city
188, https://www.ted.com/talks/david_macaulay_s_rome_antics
189, https://www.ted.com/talks/michael_pollan_gives_a_plant_s_eye_view
190, https://www.ted.com/talks/howard_rheingold_on_collaboration
191, https://www.ted.com/talks/pamelia_kurstin_plays_the_theremin
192, https://www.ted.com/talks/george_dyson_on_project_orion
193, https://www.ted.com/talks/moshe_safdie_on_building_uniqueness
194, https://www.ted.com/talks/the_jill_and_julia_show
195, https://www.ted.com/talks/the_raspyni_brothers_juggle_and_jest
196, https://www.ted.com/talks/joseph_lekuton_tells_a_parable_for_kenya
197, https://www.ted.com/talks/steve_jurvetson_on_model_rocketry
198, https://www.ted.com/talks/roy_gould_and_curtis_wong_preview_the_worldwide_telescope
199, https://www.ted.com/talks/alan_kay_shares_a_powerful_idea_about_ideas
200, https://www.ted.com/talks/craig_venter_is_on_the_verge_of_creating_synthetic_life
201, https://www.ted.com/talks/nicholas_negroponte_in_1984_makes_5_predictions
202, https://www.ted.com/talks/jill_bolte_taylor_s_powerful_stroke_of_insight
203, https://www.ted.com/talks/frank_gehry_as_a_young_rebel
204, https://www.ted.com/talks/dave_eggers_makes_his_ted_prize_wish_once_upon_a_school
205, https://www.ted.com/talks/karen_armstrong_makes_her_ted_prize_wish_the_charter_for_compassion
206, https://www.ted.com/talks/neil_turok_makes_his_ted_prize_wish
207, https://www.ted.com/talks/norman_foster_s_green_agenda
208, https://www.ted.com/talks/christopher_decharms_scans_the_brain_in_real_time
209, https://www.ted.com/talks/clifford_stoll_on_everything
210, https://www.ted.com/talks/rokia_traore_sings_m_bifo
211, https://www.ted.com/talks/siegfried_woldhek_shows_how_he_found_the_true_face_of_leonardo
212, https://www.ted.com/talks/david_hoffman_shares_his_sputnik_mania
213, https://www.ted.com/talks/jakob_trollback_rethinks_the_music_video
214, https://www.ted.com/talks/stephen_hawking_asks_big_questions_about_the_universe
215, https://www.ted.com/talks/al_gore_s_new_thinking_on_the_climate_crisis
216, https://www.ted.com/talks/johnny_lee_demos_wii_remote_hacks
217, https://www.ted.com/talks/tod_machover_and_dan_ellsey_play_new_music
218, https://www.ted.com/talks/yochai_benkler_on_the_new_open_source_economics
219, https://www.ted.com/talks/ernest_madu_on_world_class_health_care
220, https://www.ted.com/talks/amy_tan_on_creativity
221, https://www.ted.com/talks/brian_greene_on_string_theory
222, https://www.ted.com/talks/brian_cox_on_cern_s_supercollider
223, https://www.ted.com/talks/they_might_be_giants_play_at_8_30_am
224, https://www.ted.com/talks/hector_ruiz_on_connecting_the_world
225, https://www.ted.com/talks/paul_stamets_on_6_ways_mushrooms_can_save_the_world
226, https://www.ted.com/talks/paul_ewald_asks_can_we_domesticate_germs
227, https://www.ted.com/talks/michael_moschen_juggles_rhythm_and_motion
228, https://www.ted.com/talks/joshua_klein_on_the_intelligence_of_crows
229, https://www.ted.com/talks/alisa_miller_shares_the_news_about_the_news
230, https://www.ted.com/talks/mark_bittman_on_what_s_wrong_with_what_we_eat
231, https://www.ted.com/talks/robert_ballard_on_exploring_the_oceans
232, https://www.ted.com/talks/yves_behar_on_designing_objects_that_tell_stories
233, https://www.ted.com/talks/arthur_ganson_makes_moving_sculpture
234, https://www.ted.com/talks/dr_seyi_oyesola_tours_a_hospital_in_nigeria
235, https://www.ted.com/talks/paul_collier_shares_4_ways_to_help_the_bottom_billion
236, https://www.ted.com/talks/susan_blackmore_on_memes_and_temes
237, https://www.ted.com/talks/nathan_myhrvold_on_archeology_animal_photography_bbq
238, https://www.ted.com/talks/rokia_traore_sings_kounandi
239, https://www.ted.com/talks/wade_davis_on_the_worldwide_web_of_belief_and_ritual
240, https://www.ted.com/talks/murray_gell_mann_on_the_ancestor_of_language
241, https://www.ted.com/talks/george_dyson_at_the_birth_of_the_computer
242, https://www.ted.com/talks/chris_jordan_pictures_some_shocking_stats
243, https://www.ted.com/talks/dean_ornish_says_your_genes_are_not_your_fate
244, https://www.ted.com/talks/robert_full_on_engineering_and_evolution
245, https://www.ted.com/talks/adam_grosser_and_his_sustainable_fridge
246, https://www.ted.com/talks/steven_levitt_on_child_carseats
247, https://www.ted.com/talks/benjamin_zander_on_music_and_passion
248, https://www.ted.com/talks/nicholas_negroponte_on_one_laptop_per_child_two_years_on
249, https://www.ted.com/talks/nellie_mckay_sings_clonie_1
250, https://www.ted.com/talks/sxip_shirey_at_the_breathing_place
251, https://www.ted.com/talks/peter_diamandis_on_stephen_hawking_in_zero_g
252, https://www.ted.com/talks/rick_smolan_tells_the_story_of_a_girl
253, https://www.ted.com/talks/raul_midon_plays_everybody_and_peace_on_earth
254, https://www.ted.com/talks/corneille_ewango_is_a_hero_of_the_congo_forest
255, https://www.ted.com/talks/torsten_reil_studies_biology_to_make_animation
256, https://www.ted.com/talks/david_hoffman_on_losing_everything
257, https://www.ted.com/talks/clay_shirky_on_institutions_versus_collaboration
258, https://www.ted.com/talks/nellie_mckay_sings_feminists_and_if_i_had_you
259, https://www.ted.com/talks/freeman_dyson_says_let_s_look_for_life_in_the_outer_solar_system
260, https://www.ted.com/talks/helen_fisher_studies_the_brain_in_love
261, https://www.ted.com/talks/billy_graham_on_technology_faith_and_suffering
262, https://www.ted.com/talks/a_j_jacobs_year_of_living_biblically
263, https://www.ted.com/talks/keith_barry_does_brain_magic
264, https://www.ted.com/talks/martin_seligman_on_the_state_of_psychology
265, https://www.ted.com/talks/marisa_fick_jordan_shares_the_wonder_of_zulu_wire_art
266, https://www.ted.com/talks/chris_abani_muses_on_humanity
267, https://www.ted.com/talks/louise_leakey_digs_for_humanity_s_origins
268, https://www.ted.com/talks/jonathan_harris_collects_stories
269, https://www.ted.com/talks/reed_kroloff_on_modern_and_romantic_architecture
270, https://www.ted.com/talks/kevin_kelly_on_the_next_5_000_days_of_the_web
271, https://www.ted.com/talks/kwabena_boahen_on_a_computer_that_works_like_the_brain
272, https://www.ted.com/talks/robert_lang_folds_way_new_origami
273, https://www.ted.com/talks/bruno_bowden_folds_while_rufus_cappadocia_plays
274, https://www.ted.com/talks/patricia_burchat_leads_a_search_for_dark_energy
275, https://www.ted.com/talks/spencer_wells_is_building_a_family_tree_for_all_humanity
276, https://www.ted.com/talks/david_griffin_on_how_photography_connects
277, https://www.ted.com/talks/lennart_green_does_close_up_card_magic
278, https://www.ted.com/talks/ian_dunbar_on_dog_friendly_dog_training
279, https://www.ted.com/talks/nellie_mckay_sings_the_dog_song
280, https://www.ted.com/talks/john_walker_re_creates_great_performances
281, https://www.ted.com/talks/sugata_mitra_shows_how_kids_teach_themselves
282, https://www.ted.com/talks/ory_okolloh_on_becoming_an_activist
283, https://www.ted.com/talks/einstein_the_parrot_talks_and_squawks
284, https://www.ted.com/talks/paul_rothemund_details_dna_folding
285, https://www.ted.com/talks/peter_diamandis_on_our_next_giant_leap
286, https://www.ted.com/talks/peter_hirshberg_on_tv_and_the_web
287, https://www.ted.com/talks/jonathan_drori_on_what_we_think_we_know
288, https://www.ted.com/talks/jane_goodall_at_tedglobal_07
289, https://www.ted.com/talks/irwin_redlener_warns_of_nuclear_terrorism
290, https://www.ted.com/talks/brewster_kahle_builds_a_free_digital_library
291, https://www.ted.com/talks/david_gallo_on_life_in_the_deep_oceans
292, https://www.ted.com/talks/carmen_agra_deedy_spins_stories
293, https://www.ted.com/talks/keith_bellows_on_the_camel_s_hump
294, https://www.ted.com/talks/ann_cooper_talks_school_lunches
295, https://www.ted.com/talks/jonathan_haidt_on_the_moral_mind
296, https://www.ted.com/talks/eve_ensler_on_security
297, https://www.ted.com/talks/david_s_rose_on_pitching_to_vcs
298, https://www.ted.com/talks/marvin_minsky_on_health_and_the_human_mind
299, https://www.ted.com/talks/philip_zimbardo_on_the_psychology_of_evil
300, https://www.ted.com/talks/laura_trice_suggests_we_all_say_thank_you
301, https://www.ted.com/talks/caleb_chung_plays_with_pleo
302, https://www.ted.com/talks/steven_pinker_chalks_it_up_to_the_blank_slate
303, https://www.ted.com/talks/rodney_brooks_on_robots
304, https://www.ted.com/talks/stefan_sagmeister_on_what_he_has_learned
305, https://www.ted.com/talks/noah_feldman_says_politics_and_religion_are_technologies
306, https://www.ted.com/talks/liz_diller_plays_with_architecture
307, https://www.ted.com/talks/james_nachtwey_fights_xdrtb
308, https://www.ted.com/talks/david_perry_on_videogames
309, https://www.ted.com/talks/doris_kearns_goodwin_on_learning_from_past_presidents
310, https://www.ted.com/talks/steven_johnson_on_the_web_as_a_city
311, https://www.ted.com/talks/james_burchfield_plays_invisible_turntables
312, https://www.ted.com/talks/garrett_lisi_on_his_theory_of_everything
313, https://www.ted.com/talks/paola_antonelli_previews_design_and_the_elastic_mind
314, https://www.ted.com/talks/virginia_postrel_on_glamour
315, https://www.ted.com/talks/dean_ornish_on_healing
316, https://www.ted.com/talks/john_hodgman_s_brief_digression
317, https://www.ted.com/talks/paul_maccready_on_nature_vs_humans
318, https://www.ted.com/talks/mihaly_csikszentmihalyi_on_flow
319, https://www.ted.com/talks/kristen_ashburn_s_heart_rending_pictures_of_aids
320, https://www.ted.com/talks/jared_diamond_on_why_societies_collapse
321, https://www.ted.com/talks/rives_tells_a_story_of_mixed_emoticons
322, https://www.ted.com/talks/toys_from_the_future
323, https://www.ted.com/talks/newton_aduaka_tells_the_story_of_ezra
324, https://www.ted.com/talks/jackie_tabick
325, https://www.ted.com/talks/swami_dayananda_saraswati
326, https://www.ted.com/talks/james_forbes
327, https://www.ted.com/talks/imam_feisal_abdul_rauf
328, https://www.ted.com/talks/robert_thurman_on_compassion
329, https://www.ted.com/talks/robert_wright_the_evolution_of_compassion
330, https://www.ted.com/talks/graham_hawkes_flies_through_the_ocean
331, https://www.ted.com/talks/james_surowiecki_on_the_turning_point_for_social_media
332, https://www.ted.com/talks/john_francis_walks_the_earth
333, https://www.ted.com/talks/tim_brown_on_creativity_and_play
334, https://www.ted.com/talks/luca_turin_on_the_science_of_scent
335, https://www.ted.com/talks/lee_smolin_on_science_and_democracy
336, https://www.ted.com/talks/samantha_power_on_a_complicated_hero
337, https://www.ted.com/talks/charles_elachi_on_the_mars_rovers
338, https://www.ted.com/talks/ursus_wehrli_tidies_up_art
339, https://www.ted.com/talks/stewart_brand_on_the_long_now
340, https://www.ted.com/talks/isaac_mizrahi_on_fashion_and_creativity
341, https://www.ted.com/talks/franco_sacchi_on_nollywood
342, https://www.ted.com/talks/george_smoot_on_the_design_of_the_universe
343, https://www.ted.com/talks/bill_joy_muses_on_what_s_next
344, https://www.ted.com/talks/dan_barber_s_surprising_foie_gras_parable
345, https://www.ted.com/talks/andy_hobsbawm_says_do_the_green_thing
346, https://www.ted.com/talks/gregory_petsko_on_the_coming_neurological_epidemic
347, https://www.ted.com/talks/richard_preston_on_the_giant_trees
348, https://www.ted.com/talks/the_inspiration_of_second_life
349, https://www.ted.com/talks/reinventing_the_car
350, https://www.ted.com/talks/nick_sears_demos_the_orb
351, https://www.ted.com/talks/david_holt_plays_mountain_music
352, https://www.ted.com/talks/eva_zeisel_on_the_playful_search_for_beauty
353, https://www.ted.com/talks/dennis_vanengelsdorp_a_plea_for_bees
354, https://www.ted.com/talks/jay_walker_s_library_of_human_imagination
355, https://www.ted.com/talks/dan_gilbert_researches_happiness
356, https://www.ted.com/talks/benjamin_wallace_on_the_price_of_happiness
357, https://www.ted.com/talks/penelope_boston
358, https://www.ted.com/talks/steven_strogatz_on_sync
359, https://www.ted.com/talks/nicholas_negroponte_takes_olpc_to_colombia
360, https://www.ted.com/talks/jennifer_8_lee_looks_for_general_tso
361, https://www.ted.com/talks/kary_mullis_on_what_scientists_do
362, https://www.ted.com/talks/john_maeda_on_design
363, https://www.ted.com/talks/paul_sereno_digs_up_dinosaurs
364, https://www.ted.com/talks/paul_moller_on_the_skycar
365, https://www.ted.com/talks/greg_lynn_on_organic_design
366, https://www.ted.com/talks/rob_forbes_on_ways_of_seeing
367, https://www.ted.com/talks/scott_mccloud_on_comics
368, https://www.ted.com/talks/peter_reinhart_on_bread
369, https://www.ted.com/talks/joseph_pine_on_what_consumers_want
370, https://www.ted.com/talks/paula_scher_gets_serious
371, https://www.ted.com/talks/david_carson_on_design
372, https://www.ted.com/talks/jamais_cascio_looks_ahead
373, https://www.ted.com/talks/barry_schuler_genomics_101
374, https://www.ted.com/talks/sherwin_nuland_on_hope
375, https://www.ted.com/talks/woody_norris_invents_amazing_things
376, https://www.ted.com/talks/peter_ward_on_mass_extinctions
377, https://www.ted.com/talks/aimee_mullins_on_running
378, https://www.ted.com/talks/joe_derisi_hunts_the_next_killer_virus
379, https://www.ted.com/talks/natalie_macmaster_and_donnell_leahy_play_the_cape_breton_fiddle
380, https://www.ted.com/talks/bill_gross_on_new_energy
381, https://www.ted.com/talks/bill_gates_unplugged
382, https://www.ted.com/talks/elizabeth_gilbert_on_genius
383, https://www.ted.com/talks/milton_glaser_on_using_design_to_make_ideas_new
384, https://www.ted.com/talks/david_merrill_demos_siftables_the_smart_blocks
385, https://www.ted.com/talks/barry_schwartz_on_our_loss_of_wisdom
386, https://www.ted.com/talks/juan_enriquez_shares_mindboggling_new_science
387, https://www.ted.com/talks/jose_abreu_on_kids_transformed_by_music
388, https://www.ted.com/talks/astonishing_performance_by_a_venezuelan_youth_orchestra_1
389, https://www.ted.com/talks/sylvia_earle_s_ted_prize_wish_to_protect_our_oceans
390, https://www.ted.com/talks/jill_tarter_s_call_to_join_the_seti_search
391, https://www.ted.com/talks/ed_ulbrich_shows_how_benjamin_button_got_his_face
392, https://www.ted.com/talks/capt_charles_moore_on_the_seas_of_plastic
393, https://www.ted.com/talks/richard_pyle_dives_the_twilight_zone
394, https://www.ted.com/talks/miru_kim_s_underground_art
395, https://www.ted.com/talks/evan_williams_on_listening_to_twitter_users
396, https://www.ted.com/talks/brenda_laurel_on_making_games_for_girls
397, https://www.ted.com/talks/willie_smits_restores_a_rainforest
398, https://www.ted.com/talks/nalini_nadkani_on_conserving_the_canopy
399, https://www.ted.com/talks/mike_rowe_celebrates_dirty_jobs
400, https://www.ted.com/talks/eric_lewis_strikes_chords_to_rock_the_jazz_world
401, https://www.ted.com/talks/don_norman_on_design_and_emotion
402, https://www.ted.com/talks/pattie_maes_demos_the_sixth_sense
403, https://www.ted.com/talks/aimee_mullins_prosthetic_aesthetics
404, https://www.ted.com/talks/stuart_brown_says_play_is_more_than_fun_it_s_vital
405, https://www.ted.com/talks/tim_berners_lee_on_the_next_web
406, https://www.ted.com/talks/dan_dennett_cute_sexy_sweet_funny
407, https://www.ted.com/talks/dan_ariely_on_our_buggy_moral_code
408, https://www.ted.com/talks/adam_savage_s_obsessions
409, https://www.ted.com/talks/bruce_mccall_s_faux_nostalgia
410, https://www.ted.com/talks/kamal_meattle_on_how_to_grow_your_own_fresh_air
411, https://www.ted.com/talks/saul_griffith_on_kites_as_the_future_of_renewable_energy
412, https://www.ted.com/talks/jacqueline_novogratz_on_an_escape_from_poverty
413, https://www.ted.com/talks/david_pogue_on_cool_phone_tricks
414, https://www.ted.com/talks/john_wooden_on_the_difference_between_winning_and_success
415, https://www.ted.com/talks/nathan_wolfe_hunts_for_the_next_aids
416, https://www.ted.com/talks/c_k_williams_reads_poetry_of_youth_and_age
417, https://www.ted.com/talks/jacek_utko_asks_can_design_save_the_newspaper
418, https://www.ted.com/talks/ueli_gegenschatz_extreme_wingsuit_jumping
419, https://www.ted.com/talks/christopher_deam_restyles_the_airstream
420, https://www.ted.com/talks/pw_singer_on_robots_of_war
421, https://www.ted.com/talks/nathaniel_kahn_on_my_architect
422, https://www.ted.com/talks/bruce_bueno_de_mesquita_predicts_iran_s_future
423, https://www.ted.com/talks/bonnie_bassler_on_how_bacteria_communicate
424, https://www.ted.com/talks/emily_levine_s_theory_of_everything
425, https://www.ted.com/talks/renny_gleeson_on_antisocial_phone_tricks
426, https://www.ted.com/talks/shai_agassi_on_electric_cars
427, https://www.ted.com/talks/gregory_stock_to_upgrade_is_human
428, https://www.ted.com/talks/joann_kuchera_morin_tours_the_allosphere
429, https://www.ted.com/talks/tim_ferriss_smash_fear_learn_anything
430, https://www.ted.com/talks/matthew_childs_9_rules_of_rock_climbing
431, https://www.ted.com/talks/margaret_wertheim_crochets_the_coral_reef
432, https://www.ted.com/talks/niels_diffrient_rethinks_the_way_we_sit_at_work
433, https://www.ted.com/talks/erik_hersman_on_reporting_crisis_via_texting
434, https://www.ted.com/talks/nate_silver_on_race_and_politics
435, https://www.ted.com/talks/ben_katchor_s_comics_of_old_new_york
436, https://www.ted.com/talks/alex_tabarrok_foresees_economic_growth
437, https://www.ted.com/talks/michael_merzenich_on_the_elastic_brain
438, https://www.ted.com/talks/sarah_jones_as_a_one_woman_global_village
439, https://www.ted.com/talks/laurie_garrett_on_lessons_from_the_1918_flu
440, https://www.ted.com/talks/brian_cox_what_went_wrong_at_the_lhc
441, https://www.ted.com/talks/sean_gourley_on_the_mathematics_of_war
442, https://www.ted.com/talks/mae_jemison_on_teaching_arts_and_sciences_together
443, https://www.ted.com/talks/tom_shannon_s_magnetic_sculpture
444, https://www.ted.com/talks/al_gore_warns_on_latest_climate_trends
445, https://www.ted.com/talks/louise_fresco_on_feeding_the_whole_world
446, https://www.ted.com/talks/seth_godin_on_the_tribes_we_lead
447, https://www.ted.com/talks/eric_lewis_plays_chaos_and_harmony
448, https://www.ted.com/talks/hans_rosling_the_truth_about_hiv
449, https://www.ted.com/talks/nandan_nilekani_s_ideas_for_india_s_future
450, https://www.ted.com/talks/naturally_7_jams_fly_baby_with_an_orchestra_of_vocals
451, https://www.ted.com/talks/ray_anderson_on_the_business_logic_of_sustainability
452, https://www.ted.com/talks/dan_ariely_asks_are_we_in_control_of_our_own_decisions
453, https://www.ted.com/talks/mary_roach_10_things_you_didn_t_know_about_orgasm
454, https://www.ted.com/talks/carolyn_porco_could_a_saturn_moon_harbor_life
455, https://www.ted.com/talks/yves_behar_s_supercharged_motorcycle_design
456, https://www.ted.com/talks/joachim_de_posada_says_don_t_eat_the_marshmallow_yet
457, https://www.ted.com/talks/jay_walker_on_the_world_s_english_mania
458, https://www.ted.com/talks/michelle_obama
459, https://www.ted.com/talks/jonathan_drori_why_we_re_storing_billions_of_seeds
460, https://www.ted.com/talks/kaki_king_rocks_out_to_pink_noise
461, https://www.ted.com/talks/liz_coleman_s_call_to_reinvent_liberal_arts_education
462, https://www.ted.com/talks/ray_kurzweil_announces_singularity_university
463, https://www.ted.com/talks/yann_arthus_bertrand_captures_fragile_earth_in_wide_angle
464, https://www.ted.com/talks/publisher_felix_dennis_odes_to_vice_and_consequences
465, https://www.ted.com/talks/pete_alcorn_s_vision_of_a_better_world
466, https://www.ted.com/talks/john_la_grou_plugs_smart_power_outlets_1
467, https://www.ted.com/talks/kevin_surace_fixing_drywall_to_heal_the_planet
468, https://www.ted.com/talks/nancy_etcoff_on_happiness_and_why_we_want_it
469, https://www.ted.com/talks/robert_full_learning_from_the_gecko_s_tail
470, https://www.ted.com/talks/richard_st_john_success_is_a_continuous_journey
471, https://www.ted.com/talks/jane_poynter_life_in_biosphere_2
472, https://www.ted.com/talks/clay_shirky_how_cellphones_twitter_facebook_can_make_history
473, https://www.ted.com/talks/ex_moonie_diane_benscoter_how_cults_think
474, https://www.ted.com/talks/catherine_mohr_surgery_s_past_present_and_robotic_future
475, https://www.ted.com/talks/qi_zhang_s_electrifying_organ_performance
476, https://www.ted.com/talks/philip_zimbardo_prescribes_a_healthy_take_on_time
477, https://www.ted.com/talks/paul_collier_s_new_rules_for_rebuilding_a_broken_nation
478, https://www.ted.com/talks/katherine_fulton_you_are_the_future_of_philanthropy
479, https://www.ted.com/talks/ray_zahab_treks_to_the_south_pole
480, https://www.ted.com/talks/arthur_benjamin_s_formula_for_changing_math_education
481, https://www.ted.com/talks/gever_tulley_s_tinkering_school_in_action
482, https://www.ted.com/talks/daniel_libeskind_s_17_words_of_architectural_inspiration
483, https://www.ted.com/talks/the_design_genius_of_charles_and_ray_eames
484, https://www.ted.com/talks/tom_wujec_on_3_ways_the_brain_creates_meaning
485, https://www.ted.com/talks/sophal_ear_escaping_the_khmer_rouge
486, https://www.ted.com/talks/kary_mullis_next_gen_cure_for_killer_infections
487, https://www.ted.com/talks/stewart_brand_proclaims_4_environmental_heresies
488, https://www.ted.com/talks/olafur_eliasson_playing_with_space_and_light
489, https://www.ted.com/talks/daniel_kraft_invents_a_better_way_to_harvest_bone_marrow
490, https://www.ted.com/talks/jim_fallon_exploring_the_mind_of_a_killer
491, https://www.ted.com/talks/nina_jablonski_breaks_the_illusion_of_skin_color
492, https://www.ted.com/talks/gordon_brown
493, https://www.ted.com/talks/alain_de_botton_a_kinder_gentler_philosophy_of_success
494, https://www.ted.com/talks/golan_levin_ted2009
495, https://www.ted.com/talks/elaine_morgan_says_we_evolved_from_aquatic_apes
496, https://www.ted.com/talks/willard_wigan_hold_your_breath_for_micro_sculpture
497, https://www.ted.com/talks/michael_pritchard_invents_a_water_filter
498, https://www.ted.com/talks/paul_romer
499, https://www.ted.com/talks/janine_benyus_biomimicry_in_action
500, https://www.ted.com/talks/emmanuel_jal_the_music_of_a_war_child
501, https://www.ted.com/talks/dan_pink_on_motivation
502, https://www.ted.com/talks/eric_giler_demos_wireless_electricity
503, https://www.ted.com/talks/hans_rosling_at_state
504, https://www.ted.com/talks/natasha_tsakos_multimedia_theatrical_adventure
505, https://www.ted.com/talks/cary_fowler_one_seed_at_a_time_protecting_the_future_of_food
506, https://www.ted.com/talks/josh_silver_demos_adjustable_liquid_filled_eyeglasses
507, https://www.ted.com/talks/geoff_mulgan_post_crash_investing_in_a_better_world_1
508, https://www.ted.com/talks/evan_grant_cymatics
509, https://www.ted.com/talks/steve_truglia_a_leap_from_the_edge_of_space
510, https://www.ted.com/talks/james_balog_time_lapse_proof_of_extreme_ice_loss
511, https://www.ted.com/talks/lewis_pugh_swims_the_north_pole
512, https://www.ted.com/talks/rebecca_saxe_how_brains_make_moral_judgments
513, https://www.ted.com/talks/vishal_vaid_s_hypnotic_song
514, https://www.ted.com/talks/misha_glenny_investigates_global_crime_networks
515, https://www.ted.com/talks/bjarke_ingels_3_warp_speed_architecture_tales
516, https://www.ted.com/talks/john_lloyd_inventories_the_invisible
517, https://www.ted.com/talks/oliver_sacks_what_hallucination_reveals_about_our_minds
518, https://www.ted.com/talks/imogen_heap_wait
519, https://www.ted.com/talks/jonathan_zittrain_the_web_is_a_random_act_of_kindness
520, https://www.ted.com/talks/evgeny_morozov_is_the_internet_what_orwell_feared
521, https://www.ted.com/talks/william_kamkwamba_how_i_harnessed_the_wind
522, https://www.ted.com/talks/taryn_simon_photographs_secret_sites
523, https://www.ted.com/talks/jacqueline_novogratz_a_third_way_to_think_about_aid
524, https://www.ted.com/talks/parag_khanna_maps_the_future_of_countries
525, https://www.ted.com/talks/tim_brown_urges_designers_to_think_big
526, https://www.ted.com/talks/karen_armstrong_let_s_revive_the_golden_rule
527, https://www.ted.com/talks/garik_israelian_what_s_inside_a_star
528, https://www.ted.com/talks/stefan_sagmeister_the_power_of_time_off
529, https://www.ted.com/talks/carolyn_steel_how_food_shapes_our_cities
530, https://www.ted.com/talks/david_logan_on_tribal_leadership
531, https://www.ted.com/talks/chimamanda_adichie_the_danger_of_a_single_story
532, https://www.ted.com/talks/beau_lotto_optical_illusions_show_how_we_see
533, https://www.ted.com/talks/sam_martin_builds_a_room_of_his_own
534, https://www.ted.com/talks/eric_sanderson_pictures_new_york_before_the_city
535, https://www.ted.com/talks/david_hanson_robots_that_relate_to_you
536, https://www.ted.com/talks/rory_sutherland_life_lessons_from_an_ad_man
537, https://www.ted.com/talks/henry_markram_supercomputing_the_brain_s_secrets
538, https://www.ted.com/talks/julian_treasure_the_4_ways_sound_affects_us
539, https://www.ted.com/talks/john_gerzema_the_post_crisis_consumer
540, https://www.ted.com/talks/paul_debevec_animates_a_photo_real_digital_face
541, https://www.ted.com/talks/itay_talgam_lead_like_the_great_conductors
542, https://www.ted.com/talks/marc_koska_the_devastating_toll_of_syringe_reuse
543, https://www.ted.com/talks/ian_goldin_navigating_our_global_future
544, https://www.ted.com/talks/david_deutsch_a_new_way_to_explain_explanation
545, https://www.ted.com/talks/rachel_armstrong_architecture_that_repairs_itself
546, https://www.ted.com/talks/becky_blanton_the_year_i_was_homeless
547, https://www.ted.com/talks/marcus_du_sautoy_symmetry_reality_s_riddle
548, https://www.ted.com/talks/matthew_white_gives_the_euphonium_a_new_voice
549, https://www.ted.com/talks/stefana_broadbent_how_the_internet_enables_intimacy
550, https://www.ted.com/talks/cameron_sinclair_the_refugees_of_boom_and_bust
551, https://www.ted.com/talks/rachel_pike_the_science_behind_a_climate_headline
552, https://www.ted.com/talks/edward_burtynsky_photographs_the_landscape_of_oil
553, https://www.ted.com/talks/cynthia_schneider_the_surprising_spread_of_idol_tv
554, https://www.ted.com/talks/pranav_mistry_the_thrilling_potential_of_sixthsense_technology
555, https://www.ted.com/talks/mathieu_lehanneur_demos_science_inspired_design
556, https://www.ted.com/talks/fields_wicker_miurin_learning_from_leadership_s_missing_manual
557, https://www.ted.com/talks/devdutt_pattanaik
558, https://www.ted.com/talks/tom_wujec_demos_the_13th_century_astrolabe
559, https://www.ted.com/talks/hans_rosling_asia_s_rise_how_and_when
560, https://www.ted.com/talks/rob_hopkins_transition_to_a_world_without_oil
561, https://www.ted.com/talks/magnus_larsson_turning_dunes_into_architecture
562, https://www.ted.com/talks/mallika_sarabhai
563, https://www.ted.com/talks/shashi_tharoor
564, https://www.ted.com/talks/gordon_brown_on_global_ethic_vs_national_interest
565, https://www.ted.com/talks/andrea_ghez_the_hunt_for_a_supermassive_black_hole
566, https://www.ted.com/talks/anupam_mishra_the_ancient_ingenuity_of_water_harvesting
567, https://www.ted.com/talks/scott_kim_takes_apart_the_art_of_puzzles
568, https://www.ted.com/talks/sunitha_krishnan_tedindia
569, https://www.ted.com/talks/rory_bremner_s_one_man_world_summit
570, https://www.ted.com/talks/marc_pachter_the_art_of_the_interview
571, https://www.ted.com/talks/thulasiraj_ravilla_how_low_cost_eye_care_can_be_world_class
572, https://www.ted.com/talks/shereen_el_feki_pop_culture_in_the_arab_world
573, https://www.ted.com/talks/loretta_napoleoni_the_intricate_economics_of_terrorism
574, https://www.ted.com/talks/ryan_lobo_through_the_lens_of_compassion
575, https://www.ted.com/talks/alexis_ohanian_how_to_make_a_splash_in_social_media
576, https://www.ted.com/talks/charles_anderson_discovers_dragonflies_that_cross_oceans
577, https://www.ted.com/talks/james_geary_metaphorically_speaking
578, https://www.ted.com/talks/shaffi_mather_a_new_way_to_fight_corruption
579, https://www.ted.com/talks/steven_cowley_fusion_is_energy_s_future
580, https://www.ted.com/talks/asher_hasan_s_message_of_peace_from_pakistan
581, https://www.ted.com/talks/michael_sandel_what_s_the_right_thing_to_do
582, https://www.ted.com/talks/cat_laine_engineering_a_better_life_for_all
583, https://www.ted.com/talks/bertrand_piccard_s_solar_powered_adventure
584, https://www.ted.com/talks/vs_ramachandran_the_neurons_that_shaped_civilization
585, https://www.ted.com/talks/nick_veasey_exposing_the_invisible_1
586, https://www.ted.com/talks/dan_buettner_how_to_live_to_be_100
587, https://www.ted.com/talks/romulus_whitaker_the_real_danger_lurking_in_the_water
588, https://www.ted.com/talks/herbie_hancock_s_all_star_set
589, https://www.ted.com/talks/randy_pausch_really_achieving_your_childhood_dreams
590, https://www.ted.com/talks/robert_sapolsky_the_uniqueness_of_humans
591, https://www.ted.com/talks/matt_weinstein_what_bernie_madoff_couldn_t_steal_from_me
592, https://www.ted.com/talks/kartick_satyanarayan_how_we_rescued_the_dancing_bears
593, https://www.ted.com/talks/kiran_bir_sethi_teaches_kids_to_take_charge
594, https://www.ted.com/talks/lalitesh_katragadda_making_maps_to_fight_disaster_build_economies
595, https://www.ted.com/talks/edwidge_danticat_stories_of_haiti
596, https://www.ted.com/talks/charles_fleischer_insists_all_things_are_moleeds
597, https://www.ted.com/talks/david_blaine_how_i_held_my_breath_for_17_min
598, https://www.ted.com/talks/ravin_agrawal_10_young_indian_artists_to_watch
599, https://www.ted.com/talks/anthony_atala_growing_organs_engineering_tissue
600, https://www.ted.com/talks/sivamani_rhythm_is_everything_everywhere
601, https://www.ted.com/talks/richard_dawkins_growing_up_in_the_universe
602, https://www.ted.com/talks/taylor_mali_what_teachers_make
603, https://www.ted.com/talks/bill_davenhall_your_health_depends_on_where_you_live
604, https://www.ted.com/talks/joshua_prince_ramus_building_a_theater_that_remakes_itself
605, https://www.ted.com/talks/eve_ensler_embrace_your_inner_girl
606, https://www.ted.com/talks/jane_chen_a_warm_embrace_that_saves_lives
607, https://www.ted.com/talks/derek_sivers_weird_or_just_different
608, https://www.ted.com/talks/jk_rowling_the_fringe_benefits_of_failure
609, https://www.ted.com/talks/sendhil_mullainathan
610, https://www.ted.com/talks/jamie_heywood_the_big_idea_my_brother_inspired
611, https://www.ted.com/talks/george_whitesides_a_lab_the_size_of_a_postage_stamp
612, https://www.ted.com/talks/david_agus_a_new_strategy_in_the_war_on_cancer
613, https://www.ted.com/talks/tom_shannon_the_painter_and_the_pendulum
614, https://www.ted.com/talks/peter_eigen_how_to_expose_the_corrupt
615, https://www.ted.com/talks/jamie_oliver
616, https://www.ted.com/talks/blaise_aguera
617, https://www.ted.com/talks/david_cameron
618, https://www.ted.com/talks/aimee_mullins_the_opportunity_of_adversity
619, https://www.ted.com/talks/bill_gates
620, https://www.ted.com/talks/kevin_kelly_tells_technology_s_epic_story
621, https://www.ted.com/talks/philip_howard
622, https://www.ted.com/talks/eric_topol_the_wireless_future_of_medicine
623, https://www.ted.com/talks/temple_grandin_the_world_needs_all_kinds_of_minds
624, https://www.ted.com/talks/pawan_sinha_on_how_brains_learn_to_see
625, https://www.ted.com/talks/raghava_kk_five_lives_of_an_artist
626, https://www.ted.com/talks/bobby_mcferrin_hacks_your_brain_with_music
627, https://www.ted.com/talks/daniel_kahneman_the_riddle_of_experience_vs_memory
628, https://www.ted.com/talks/harsha_bhogle_the_rise_of_cricket_the_rise_of_india
629, https://www.ted.com/talks/gary_flake_is_pivot_a_turning_point_for_web_exploration
630, https://www.ted.com/talks/richard_feynman
631, https://www.ted.com/talks/james_cameron_before_avatar_a_curious_boy
632, https://www.ted.com/talks/the_lxd_in_the_internet_age_dance_evolves
633, https://www.ted.com/talks/srikumar_rao_plug_into_your_hard_wired_happiness
634, https://www.ted.com/talks/tim_berners_lee_the_year_open_data_went_worldwide
635, https://www.ted.com/talks/gary_lauder_s_new_traffic_sign_take_turns
636, https://www.ted.com/talks/dan_barber_how_i_fell_in_love_with_a_fish
637, https://www.ted.com/talks/eric_mead_the_magic_of_the_placebo
638, https://www.ted.com/talks/gary_vaynerchuk_do_what_you_love_no_excuses
639, https://www.ted.com/talks/mark_roth_suspended_animation
640, https://www.ted.com/talks/eric_dishman_take_health_care_off_the_mainframe
641, https://www.ted.com/talks/douglas_adams_parrots_the_universe_and_everything
642, https://www.ted.com/talks/jane_mcgonigal_gaming_can_make_a_better_world
643, https://www.ted.com/talks/ken_kamler_medical_miracle_on_everest
644, https://www.ted.com/talks/shekhar_kapur_we_are_the_stories_we_tell_ourselves
645, https://www.ted.com/talks/sam_harris_science_can_show_what_s_right
646, https://www.ted.com/talks/juliana_machado_ferreira
647, https://www.ted.com/talks/alan_siegel_let_s_simplify_legal_jargon
648, https://www.ted.com/talks/joel_levine
649, https://www.ted.com/talks/robert_gupta
650, https://www.ted.com/talks/patsy_rodenburg_why_i_do_theater
651, https://www.ted.com/talks/kevin_bales_how_to_combat_modern_slavery
652, https://www.ted.com/talks/shukla_bose_teaching_one_child_at_a_time
653, https://www.ted.com/talks/kirk_citron_and_now_the_real_news
654, https://www.ted.com/talks/derek_sivers_how_to_start_a_movement
655, https://www.ted.com/talks/adora_svitak
656, https://www.ted.com/talks/jesse_schell_when_games_invade_real_life
657, https://www.ted.com/talks/elizabeth_pisani_sex_drugs_and_hiv_let_s_get_rational_1
658, https://www.ted.com/talks/dean_kamen_the_emotion_behind_invention
659, https://www.ted.com/talks/dennis_hong_my_seven_species_of_robot
660, https://www.ted.com/talks/jonathan_drori_every_pollen_grain_has_a_story
661, https://www.ted.com/talks/natalie_merchant_sings_old_poems_to_life
662, https://www.ted.com/talks/michael_specter_the_danger_of_science_denial
663, https://www.ted.com/talks/jonathan_klein_photos_that_changed_the_world
664, https://www.ted.com/talks/catherine_mohr_builds_green
665, https://www.ted.com/talks/thelma_golden_how_art_gives_shape_to_cultural_change
666, https://www.ted.com/talks/a_choir_as_big_as_the_internet
667, https://www.ted.com/talks/edith_widder_glowing_life_in_an_underwater_world
668, https://www.ted.com/talks/james_randi
669, https://www.ted.com/talks/frederick_balagadde_bio_lab_on_a_microchip
670, https://www.ted.com/talks/tom_wujec_build_a_tower
671, https://www.ted.com/talks/omar_ahmad_political_change_with_pen_and_paper
672, https://www.ted.com/talks/kavita_ramdas_radical_women_embracing_tradition
673, https://www.ted.com/talks/stephen_wolfram_computing_a_theory_of_everything
674, https://www.ted.com/talks/roz_savage_why_i_m_rowing_across_the_pacific
675, https://www.ted.com/talks/george_whitesides_toward_a_science_of_simplicity
676, https://www.ted.com/talks/lies_damned_lies_and_statistics_about_tedtalks
677, https://www.ted.com/talks/esther_duflo_social_experiments_to_fight_poverty
678, https://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action
679, https://www.ted.com/talks/jeremy_jackson
680, https://www.ted.com/talks/anil_gupta_india_s_hidden_hotbeds_of_invention
681, https://www.ted.com/talks/pistol
682, https://www.ted.com/talks/nicholas_christakis_the_hidden_influence_of_social_networks
683, https://www.ted.com/talks/nathan_myhrvold_could_this_laser_zap_malaria
684, https://www.ted.com/talks/enric_sala
685, https://www.ted.com/talks/dan_meyer_math_curriculum_makeover
686, https://www.ted.com/talks/julia_sweeney_has_the_talk
687, https://www.ted.com/talks/viktor_frankl_youth_in_search_of_meaning
688, https://www.ted.com/talks/william_li
689, https://www.ted.com/talks/graham_hill_weekday_vegetarian
690, https://www.ted.com/talks/dee_boersma_pay_attention_to_penguins
691, https://www.ted.com/talks/richard_sears_planning_for_the_end_of_oil
692, https://www.ted.com/talks/craig_venter_unveils_synthetic_life
693, https://www.ted.com/talks/sir_ken_robinson_bring_on_the_revolution
694, https://www.ted.com/talks/johanna_blakley_lessons_from_fashion_s_free_culture
695, https://www.ted.com/talks/sharmeen_obaid_chinoy_inside_a_school_for_suicide_bombers
696, https://www.ted.com/talks/seth_berkley_hiv_and_flu_the_vaccine_strategy
697, https://www.ted.com/talks/sophie_hunger_plays_songs_of_secrets_city_lights
698, https://www.ted.com/talks/lessig_nyed
699, https://www.ted.com/talks/john_underkoffler_drive_3d_data_with_a_gesture
700, https://www.ted.com/talks/brian_skerry_reveals_ocean_s_glory_and_horror
701, https://www.ted.com/talks/christopher_m00t_poole_the_case_for_anonymity_online
702, https://www.ted.com/talks/brian_cox_why_we_need_the_explorers
703, https://www.ted.com/talks/adam_sadowsky_engineers_a_viral_music_video
704, https://www.ted.com/talks/michael_sandel_the_lost_art_of_democratic_debate
705, https://www.ted.com/talks/john_kasaona_from_poachers_to_caretakers
706, https://www.ted.com/talks/rory_sutherland_sweat_the_small_stuff
707, https://www.ted.com/talks/debate_does_the_world_need_nuclear_energy
708, https://www.ted.com/talks/david_byrne_how_architecture_helped_music_evolve
709, https://www.ted.com/talks/michael_shermer_the_pattern_behind_self_deception
710, https://www.ted.com/talks/margaret_stewart_how_youtube_thinks_about_copyright
711, https://www.ted.com/talks/peter_tyack_the_intriguing_sound_of_marine_mammals
712, https://www.ted.com/talks/cameron_herold_let_s_raise_kids_to_be_entrepreneurs
713, https://www.ted.com/talks/ananda_shankar_jayant_fights_cancer_with_a_dance
714, https://www.ted.com/talks/chip_conley_measuring_what_makes_life_worthwhile
715, https://www.ted.com/talks/marian_bantjes_intricate_beauty_by_design
716, https://www.ted.com/talks/charles_leadbeater_on_education
717, https://www.ted.com/talks/aditi_shankardass_a_second_opinion_on_learning_disorders
718, https://www.ted.com/talks/hillel_cooperman_legos_for_grownups
719, https://www.ted.com/talks/clay_shirky_how_cognitive_surplus_will_change_the_world
720, https://www.ted.com/talks/ellen_dunham_jones_retrofitting_suburbia
721, https://www.ted.com/talks/stephen_palumbi_following_the_mercury_trail
722, https://www.ted.com/talks/carter_emmart_demos_a_3d_atlas_of_the_universe
723, https://www.ted.com/talks/mitchell_joachim_don_t_build_your_home_grow_it
724, https://www.ted.com/talks/benoit_mandelbrot_fractals_the_art_of_roughness
725, https://www.ted.com/talks/ellen_gustafson_obesity_hunger_1_global_food_issue
726, https://www.ted.com/talks/nalini_nadkarni_life_science_in_prison
727, https://www.ted.com/talks/hans_rosling_on_global_population_growth
728, https://www.ted.com/talks/carl_safina_the_oil_spill_s_unseen_culprits_victims
729, https://www.ted.com/talks/matt_ridley_when_ideas_have_sex
730, https://www.ted.com/talks/ethan_zuckerman
731, https://www.ted.com/talks/elif_shafak_the_politics_of_fiction
732, https://www.ted.com/talks/julian_assange_why_the_world_needs_wikileaks
733, https://www.ted.com/talks/naif_al_mutawa_superheroes_inspired_by_islam
734, https://www.ted.com/talks/dimitar_sasselov_how_we_found_hundreds_of_potential_earth_like_planets
735, https://www.ted.com/talks/tan_le_a_headset_that_reads_your_brainwaves
736, https://www.ted.com/talks/kevin_stone_the_bio_future_of_joint_replacement
737, https://www.ted.com/talks/sheena_iyengar_on_the_art_of_choosing
738, https://www.ted.com/talks/susan_shaw_the_oil_spill_s_toxic_trade_off
739, https://www.ted.com/talks/jeff_bezos_gifts_vs_choices
740, https://www.ted.com/talks/john_delaney_wiring_an_interactive_ocean
741, https://www.ted.com/talks/laurie_santos
742, https://www.ted.com/talks/lewis_pugh_s_mind_shifting_mt_everest_swim
743, https://www.ted.com/talks/jason_clay_how_big_brands_can_save_biodiversity
744, https://www.ted.com/talks/sheryl_wudunn_our_century_s_greatest_injustice
745, https://www.ted.com/talks/diane_j_savino_the_case_for_same_sex_marriage
746, https://www.ted.com/talks/peter_molyneux_demos_milo_the_virtual_boy
747, https://www.ted.com/talks/jamil_abu_wardeh_bringing_comedy_to_the_axis_of_evil
748, https://www.ted.com/talks/maz_jobrani_make_jokes_not_bombs
749, https://www.ted.com/talks/seth_priebatsch_the_game_layer_on_top_of_the_world
750, https://www.ted.com/talks/david_mccandless_the_beauty_of_data_visualization
751, https://www.ted.com/talks/lee_hotz_inside_an_antarctic_time_machine
752, https://www.ted.com/talks/jeremy_rifkin_on_the_empathic_civilization
753, https://www.ted.com/talks/jim_toomey_learning_from_sherman_the_shark
754, https://www.ted.com/talks/lisa_margonelli_the_political_chemistry_of_oil
755, https://www.ted.com/talks/dan_cobley_what_physics_taught_me_about_marketing
756, https://www.ted.com/talks/nic_marks_the_happy_planet_index
757, https://www.ted.com/talks/johan_rockstrom_let_the_environment_guide_our_development
758, https://www.ted.com/talks/his_holiness_the_karmapa_the_technology_of_the_heart
759, https://www.ted.com/talks/derek_sivers_keep_your_goals_to_yourself
760, https://www.ted.com/talks/rachel_sussman_the_world_s_oldest_living_things
761, https://www.ted.com/talks/sugata_mitra_the_child_driven_education
762, https://www.ted.com/talks/alwar_balasubramaniam_sculpture_of_substance_and_absence
763, https://www.ted.com/talks/carne_ross_an_independent_diplomat
764, https://www.ted.com/talks/ben_cameron_tedxyyc
765, https://www.ted.com/talks/seth_godin_this_is_broken_1
766, https://www.ted.com/talks/rob_dunbar
767, https://www.ted.com/talks/chris_anderson_how_web_video_powers_global_innovation
768, https://www.ted.com/talks/jessa_gamble_how_to_sleep
769, https://www.ted.com/talks/nicholas_christakis_how_social_networks_predict_epidemics
770, https://www.ted.com/talks/caroline_phillips_hurdy_gurdy_for_beginners
771, https://www.ted.com/talks/christien_meindertsma_on_pig_05049
772, https://www.ted.com/talks/steven_johnson_where_good_ideas_come_from
773, https://www.ted.com/talks/mitchell_besser_mothers_helping_mothers_fight_hiv
774, https://www.ted.com/talks/annie_lennox_why_i_am_an_hiv_aids_activist
775, https://www.ted.com/talks/fabian_hemmert_the_shape_shifting_future_of_the_mobile_phone
776, https://www.ted.com/talks/julian_treasure_shh_sound_health_in_8_steps
777, https://www.ted.com/talks/tim_birkhead_the_wisdom_of_birds
778, https://www.ted.com/talks/gary_wolf_the_quantified_self
779, https://www.ted.com/talks/sebastian_seung
780, https://www.ted.com/talks/inge_missmahl_brings_peace_to_the_minds_of_afghanistan
781, https://www.ted.com/talks/mechai_viravaidya_how_mr_condom_made_thailand_a_better_place
782, https://www.ted.com/talks/eben_bayer_are_mushrooms_the_new_plastic
783, https://www.ted.com/talks/tim_jackson_s_economic_reality_check
784, https://www.ted.com/talks/barbara_block_tagging_tuna_in_the_deep_ocean
785, https://www.ted.com/talks/hans_rosling_the_good_news_of_the_decade
786, https://www.ted.com/talks/stacey_kramer_the_best_gift_i_ever_survived
787, https://www.ted.com/talks/stefano_mancuso_the_roots_of_plant_intelligence
788, https://www.ted.com/talks/melinda_french_gates_what_nonprofits_can_learn_from_coca_cola
789, https://www.ted.com/talks/peter_haas_haiti_s_disaster_of_engineering
790, https://www.ted.com/talks/natalie_jeremijenko_the_art_of_the_eco_mindshift
791, https://www.ted.com/talks/ze_frank_s_web_playroom
792, https://www.ted.com/talks/joel_burns_tells_gay_teens_it_gets_better
793, https://www.ted.com/talks/jessica_jackley_poverty_money_and_love
794, https://www.ted.com/talks/heribert_watzke_the_brain_in_your_gut
795, https://www.ted.com/talks/dianna_cohen_tough_truths_about_plastic_pollution
796, https://www.ted.com/talks/patrick_chappatte_the_power_of_cartoons
797, https://www.ted.com/talks/david_byrne_sings_nothing_but_flowers
798, https://www.ted.com/talks/r_a_mashelkar_breakthrough_designs_for_ultra_low_cost_products
799, https://www.ted.com/talks/joseph_nye_on_global_power_shifts
800, https://www.ted.com/talks/barton_seaver_sustainable_seafood_let_s_get_smart
801, https://www.ted.com/talks/shimon_steinberg_natural_pest_control_using_bugs
802, https://www.ted.com/talks/miwa_matreyek_s_glorious_visions
803, https://www.ted.com/talks/tom_chatfield_7_ways_games_reward_the_brain
804, https://www.ted.com/talks/david_bismark_e_voting_without_fraud
805, https://www.ted.com/talks/greg_stone_saving_the_ocean_one_island_at_a_time
806, https://www.ted.com/talks/gero_miesenboeck
807, https://www.ted.com/talks/andrew_bird_s_one_man_orchestra_of_the_imagination
808, https://www.ted.com/talks/emily_pilloton_teaching_design_for_change
809, https://www.ted.com/talks/stefan_wolff_the_path_to_ending_ethnic_conflicts
810, https://www.ted.com/talks/aaron_huey
811, https://www.ted.com/talks/auret_van_heerden_making_global_labor_fair
812, https://www.ted.com/talks/eric_berlow_how_complexity_leads_to_simplicity
813, https://www.ted.com/talks/conrad_wolfram_teaching_kids_real_math_with_computers
814, https://www.ted.com/talks/denis_dutton_a_darwinian_theory_of_beauty
815, https://www.ted.com/talks/shimon_schocken_s_rides_of_hope
816, https://www.ted.com/talks/john_hardy_my_green_school_dream
817, https://www.ted.com/talks/kristina_gjerde_making_law_on_the_high_seas
818, https://www.ted.com/talks/kim_gorgens_protecting_the_brain_against_concussion
819, https://www.ted.com/talks/zainab_salbi
820, https://www.ted.com/talks/jason_fried_why_work_doesn_t_happen_at_work
821, https://www.ted.com/talks/dan_phillips_creative_houses_from_reclaimed_stuff
822, https://www.ted.com/talks/birke_baehr_what_s_wrong_with_our_food_system
823, https://www.ted.com/talks/william_ury
824, https://www.ted.com/talks/marcel_dicke_why_not_eat_insects
825, https://www.ted.com/talks/bart_weetjens_how_i_taught_rats_to_sniff_out_land_mines
826, https://www.ted.com/talks/arthur_potts_dawson_a_vision_for_sustainable_restaurants
827, https://www.ted.com/talks/halla_tomasdottir
828, https://www.ted.com/talks/tony_porter_a_call_to_men
829, https://www.ted.com/talks/kiran_bedi_a_police_chief_with_a_difference
830, https://www.ted.com/talks/hanna_rosin_new_data_on_the_rise_of_women
831, https://www.ted.com/talks/diana_laufenberg_3_ways_to_teach
832, https://www.ted.com/talks/rufus_griscom_alisa_volkman_let_s_talk_parenting_taboos
833, https://www.ted.com/talks/rachel_botsman_the_case_for_collaborative_consumption
834, https://www.ted.com/talks/ken_robinson_changing_education_paradigms
835, https://www.ted.com/talks/beverly_dereck_joubert_life_lessons_from_big_cats
836, https://www.ted.com/talks/sheryl_sandberg_why_we_have_too_few_women_leaders
837, https://www.ted.com/talks/majora_carter_3_stories_of_local_ecoactivism
838, https://www.ted.com/talks/brene_brown_on_vulnerability
839, https://www.ted.com/talks/barry_schwartz_using_our_practical_wisdom
840, https://www.ted.com/talks/arianna_huffington_how_to_succeed_get_more_sleep
841, https://www.ted.com/talks/lesley_hazelton_on_reading_the_koran
842, https://www.ted.com/talks/charles_limb_your_brain_on_improv
843, https://www.ted.com/talks/deborah_rhodes
844, https://www.ted.com/talks/neil_pasricha_the_3_a_s_of_awesome
845, https://www.ted.com/talks/jody_williams_a_realistic_vision_for_world_peace
846, https://www.ted.com/talks/amber_case_we_are_all_cyborgs_now
847, https://www.ted.com/talks/thomas_thwaites_how_i_built_a_toaster_from_scratch
848, https://www.ted.com/talks/elizabeth_lesser_take_the_other_to_lunch
849, https://www.ted.com/talks/ali_carr_chellman_gaming_to_re_engage_boys_in_learning
850, https://www.ted.com/talks/naomi_klein_addicted_to_risk
851, https://www.ted.com/talks/charity_tilleman_dick_singing_after_a_double_lung_transplant
852, https://www.ted.com/talks/van_jones_the_economic_injustice_of_plastic
853, https://www.ted.com/talks/anders_ynnerman_visualizing_the_medical_data_explosion
854, https://www.ted.com/talks/heather_knight_silicon_based_comedy
855, https://www.ted.com/talks/martin_jacques_understanding_the_rise_of_china
856, https://www.ted.com/talks/thomas_goetz_it_s_time_to_redesign_medical_data
857, https://www.ted.com/talks/liza_donnelly_drawing_upon_humor_for_change
858, https://www.ted.com/talks/ariel_garten_know_thyself_with_a_brain_scanner
859, https://www.ted.com/talks/bruce_feiler_the_council_of_dads
860, https://www.ted.com/talks/kate_orff_oysters_as_architecture
861, https://www.ted.com/talks/dale_dougherty_we_are_makers
862, https://www.ted.com/talks/johanna_blakley_social_media_and_the_end_of_gender
863, https://www.ted.com/talks/christopher_mcdougall_are_we_born_to_run
864, https://www.ted.com/talks/suheir_hammad_poems_of_war_peace_women_power
865, https://www.ted.com/talks/nigel_marsh_how_to_make_work_life_balance_work
866, https://www.ted.com/talks/cynthia_breazeal_the_rise_of_personal_robots
867, https://www.ted.com/talks/mother_and_daughter_doctor_heroes_hawa_abdi_deqo_mohamed
868, https://www.ted.com/talks/michael_pawlyn_using_nature_s_genius_in_architecture
869, https://www.ted.com/talks/a_whistleblower_you_haven_t_heard
870, https://www.ted.com/talks/krista_tippett_reconnecting_with_compassion
871, https://www.ted.com/talks/patricia_kuhl_the_linguistic_genius_of_babies
872, https://www.ted.com/talks/jacqueline_novogratz_inspiring_a_life_of_immersion
873, https://www.ted.com/talks/lisa_gansky_the_future_of_business_is_the_mesh
874, https://www.ted.com/talks/madeleine_albright_on_being_a_woman_and_a_diplomat
875, https://www.ted.com/talks/noreena_hertz_how_to_use_experts_and_when_not_to
876, https://www.ted.com/talks/iain_hutchison_saving_faces
877, https://www.ted.com/talks/elizabeth_lindsey_curating_humanity_s_heritage
878, https://www.ted.com/talks/danny_hillis_two_frontiers_of_cancer_treatment
879, https://www.ted.com/talks/ahn_trio_a_modern_take_on_piano_violin_cello
880, https://www.ted.com/talks/wadah_khanfar_a_historic_moment_in_the_arab_world
881, https://www.ted.com/talks/jr_s_ted_prize_wish_use_art_to_turn_the_world_inside_out
882, https://www.ted.com/talks/wael_ghonim_inside_the_egyptian_revolution
883, https://www.ted.com/talks/bill_gates_how_state_budgets_are_breaking_us_schools
884, https://www.ted.com/talks/anthony_atala_printing_a_human_kidney
885, https://www.ted.com/talks/courtney_martin_reinventing_feminism
886, https://www.ted.com/talks/salman_khan_let_s_use_video_to_reinvent_education
887, https://www.ted.com/talks/deb_roy_the_birth_of_a_word
888, https://www.ted.com/talks/rob_harmon_how_the_market_can_keep_streams_flowing
889, https://www.ted.com/talks/david_brooks_the_social_animal
890, https://www.ted.com/talks/janna_levin_the_sound_the_universe_makes
891, https://www.ted.com/talks/mark_bezos_a_life_lesson_from_a_volunteer_firefighter
892, https://www.ted.com/talks/rogier_van_der_heide_why_light_needs_darkness
893, https://www.ted.com/talks/sarah_kay_if_i_should_have_a_daughter
894, https://www.ted.com/talks/hans_rosling_and_the_magic_washing_machine
895, https://www.ted.com/talks/isabel_behncke_evolution_s_gift_of_play_from_bonobo_apes_to_humans
896, https://www.ted.com/talks/paul_root_wolpe_it_s_time_to_question_bio_engineering
897, https://www.ted.com/talks/eythor_bender_demos_human_exoskeletons
898, https://www.ted.com/talks/claron_mcfadden_singing_the_primal_mystery
899, https://www.ted.com/talks/patricia_ryan_ideas_in_all_languages_not_just_english
900, https://www.ted.com/talks/ralph_langner_cracking_stuxnet_a_21st_century_cyberweapon
901, https://www.ted.com/talks/handpring_puppet_co_the_genius_puppetry_behind_war_horse
902, https://www.ted.com/talks/sebastian_thrun_google_s_driverless_car
903, https://www.ted.com/talks/eric_whitacre_a_virtual_choir_2_000_voices_strong
904, https://www.ted.com/talks/annmarie_thomas_squishy_circuits
905, https://www.ted.com/talks/stanley_mcchrystal
906, https://www.ted.com/talks/chade_meng_tan_everyday_compassion_at_google
907, https://www.ted.com/talks/morgan_spurlock_the_greatest_ted_talk_ever_sold
908, https://www.ted.com/talks/mick_ebeling_the_invention_that_unlocked_a_locked_in_artist
909, https://www.ted.com/talks/caroline_casey_looking_past_limits
910, https://www.ted.com/talks/jackson_browne_if_i_could_be_anywhere
911, https://www.ted.com/talks/david_christian_big_history
912, https://www.ted.com/talks/dave_meslin_the_antidote_to_apathy
913, https://www.ted.com/talks/roger_ebert_remaking_my_voice
914, https://www.ted.com/talks/marcin_jakubowski
915, https://www.ted.com/talks/susan_lim
916, https://www.ted.com/talks/sam_richards_a_radical_experiment_in_empathy
917, https://www.ted.com/talks/kathryn_schulz_on_being_wrong
918, https://www.ted.com/talks/john_hunter_on_the_world_peace_game
919, https://www.ted.com/talks/anil_ananthaswamy
920, https://www.ted.com/talks/ric_elias
921, https://www.ted.com/talks/harvey_fineberg_are_we_ready_for_neo_evolution
922, https://www.ted.com/talks/bruce_schneier
923, https://www.ted.com/talks/angela_belcher_using_nature_to_grow_batteries
924, https://www.ted.com/talks/mike_matas
925, https://www.ted.com/talks/arvind_gupta_turning_trash_into_toys_for_learning
926, https://www.ted.com/talks/eli_pariser_beware_online_filter_bubbles
927, https://www.ted.com/talks/9_11_healing_the_mothers_who_found_forgiveness_friendship
928, https://www.ted.com/talks/carlo_ratti_architecture_that_senses_and_responds
929, https://www.ted.com/talks/suzanne_lee_grow_your_own_clothes
930, https://www.ted.com/talks/sean_carroll_distant_time_and_the_hint_of_a_multiverse
931, https://www.ted.com/talks/louie_schwartzberg_the_hidden_beauty_of_pollination
932, https://www.ted.com/talks/paul_nicklen_tales_of_ice_bound_wonderlands
933, https://www.ted.com/talks/fiorenzo_omenetto_silk_the_ancient_material_of_the_future
934, https://www.ted.com/talks/ron_gutman_the_hidden_power_of_smiling
935, https://www.ted.com/talks/amit_sood_building_a_museum_of_museums_on_the_web
936, https://www.ted.com/talks/leonard_susskind_my_friend_richard_feynman
937, https://www.ted.com/talks/ed_boyden
938, https://www.ted.com/talks/thomas_heatherwick
939, https://www.ted.com/talks/elliot_krane_the_mystery_of_chronic_pain
940, https://www.ted.com/talks/edith_widder_the_weird_and_wonderful_world_of_bioluminescence
941, https://www.ted.com/talks/terry_moore_how_to_tie_your_shoes
942, https://www.ted.com/talks/gel_gotta_share
943, https://www.ted.com/talks/aaron_koblin
944, https://www.ted.com/talks/bruce_aylward_how_we_ll_stop_polio
945, https://www.ted.com/talks/shirin_neshat_art_in_exile
946, https://www.ted.com/talks/mustafa_akyol_faith_versus_tradition_in_islam
947, https://www.ted.com/talks/robert_gupta_and_joshua_roman_duet_on_passacaglia
948, https://www.ted.com/talks/malcolm_mclaren_authentic_creativity_vs_karaoke_culture
949, https://www.ted.com/talks/dennis_hong_making_a_car_for_blind_drivers
950, https://www.ted.com/talks/stefan_sagmeister_7_rules_for_making_more_happiness
951, https://www.ted.com/talks/aaron_o_connell_making_sense_of_a_visible_quantum_object
952, https://www.ted.com/talks/jessi_arrington_wearing_nothing_new
953, https://www.ted.com/talks/damon_horowitz
954, https://www.ted.com/talks/jack_horner_building_a_dinosaur_from_a_chicken
955, https://www.ted.com/talks/janet_echelman
956, https://www.ted.com/talks/paul_romer_the_world_s_first_charter_city
957, https://www.ted.com/talks/alice_dreger_is_anatomy_destiny
958, https://www.ted.com/talks/jd_schramm
959, https://www.ted.com/talks/daniel_kraft_medicine_s_future
960, https://www.ted.com/talks/shea_hembrey_how_i_became_100_artists
961, https://www.ted.com/talks/steve_keil_a_manifesto_for_play_for_bulgaria_and_beyond
962, https://www.ted.com/talks/camille_seaman_haunting_photos_of_ice
963, https://www.ted.com/talks/onyx_ashanti_this_is_beatjazz
964, https://www.ted.com/talks/maya_beiser_s_and_her_cello_s
965, https://www.ted.com/talks/bill_ford_a_future_beyond_traffic_gridlock
966, https://www.ted.com/talks/daniel_tammet_different_ways_of_knowing
967, https://www.ted.com/talks/jok_church_a_circle_of_caring
968, https://www.ted.com/talks/honor_harger_a_history_of_the_universe_in_sound
969, https://www.ted.com/talks/joshua_walters_on_being_just_crazy_enough
970, https://www.ted.com/talks/emiliano_salinas_a_civil_response_to_violence
971, https://www.ted.com/talks/rajesh_rao_computing_a_rosetta_stone_for_the_indus_script
972, https://www.ted.com/talks/dave_debronkart_meet_e_patient_dave
973, https://www.ted.com/talks/robert_hammond_building_a_park_in_the_sky
974, https://www.ted.com/talks/matt_cutts_try_something_new_for_30_days
975, https://www.ted.com/talks/nathan_myhrvold_cut_your_food_in_half
976, https://www.ted.com/talks/jonathan_drori_the_beautiful_tricks_of_flowers
977, https://www.ted.com/talks/simon_lewis_don_t_take_consciousness_for_granted
978, https://www.ted.com/talks/nina_tandon_caring_for_cells
979, https://www.ted.com/talks/rebecca_mackinnon_let_s_take_back_the_internet
980, https://www.ted.com/talks/maajid_nawaz_a_global_culture_to_fight_extremism
981, https://www.ted.com/talks/tim_harford
982, https://www.ted.com/talks/nadia_al_sakkaf_see_yemen_through_my_eyes
983, https://www.ted.com/talks/mikko_hypponen_fighting_viruses_defending_the_net
984, https://www.ted.com/talks/thandie_newton_embracing_otherness_embracing_myself
985, https://www.ted.com/talks/kevin_slavin_how_algorithms_shape_our_world
986, https://www.ted.com/talks/a_robot_that_flies_like_a_bird
987, https://www.ted.com/talks/rory_stewart_time_to_end_the_war_in_afghanistan
988, https://www.ted.com/talks/geoffrey_west_the_surprising_math_of_cities_and_corporations
989, https://www.ted.com/talks/paul_bloom_the_origins_of_pleasure
990, https://www.ted.com/talks/josette_sheeran_ending_hunger_now
991, https://www.ted.com/talks/julian_treasure_5_ways_to_listen_better
992, https://www.ted.com/talks/adam_ostrow_after_your_final_status_update
993, https://www.ted.com/talks/harald_haas_wireless_data_from_every_light_bulb
994, https://www.ted.com/talks/mark_pagel_how_language_transformed_humanity
995, https://www.ted.com/talks/jessica_green_are_we_filtering_the_wrong_microbes
996, https://www.ted.com/talks/zimchallenge
997, https://www.ted.com/talks/eve_ensler
998, https://www.ted.com/talks/alex_steffen
999, https://www.ted.com/talks/dyan_denapoli_the_great_penguin_rescue