-
Notifications
You must be signed in to change notification settings - Fork 5
/
TED_Talk_URLs.txt
4609 lines (4609 loc) · 359 KB
/
TED_Talk_URLs.txt
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
https://www.ted.com/talks/sir_ken_robinson_do_schools_kill_creativity
https://www.ted.com/talks/james_veitch_this_is_what_happens_when_you_reply_to_spam_email
https://www.ted.com/talks/amy_cuddy_your_body_language_may_shape_who_you_are
https://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action
https://www.ted.com/talks/brene_brown_the_power_of_vulnerability
https://www.ted.com/talks/julian_treasure_how_to_speak_so_that_people_want_to_listen
https://www.ted.com/talks/tim_urban_inside_the_mind_of_a_master_procrastinator
https://www.ted.com/talks/bill_gates_the_next_outbreak_we_re_not_ready
https://www.ted.com/talks/sam_berns_my_philosophy_for_a_happy_life
https://www.ted.com/talks/cameron_russell_looks_aren_t_everything_believe_me_i_m_a_model
https://www.ted.com/talks/robert_waldinger_what_makes_a_good_life_lessons_from_the_longest_study_on_happiness
https://www.ted.com/talks/graham_shaw_why_people_believe_they_can_t_draw
https://www.ted.com/talks/mary_roach_10_things_you_didn_t_know_about_orgasm
https://www.ted.com/talks/tom_thum_the_orchestra_in_my_mouth
https://www.ted.com/talks/pamela_meyer_how_to_spot_a_liar
https://www.ted.com/talks/apollo_robbins_the_art_of_misdirection
https://www.ted.com/talks/jill_bolte_taylor_my_stroke_of_insight
https://www.ted.com/talks/david_blaine_how_i_held_my_breath_for_17_minutes
https://www.ted.com/talks/susan_cain_the_power_of_introverts
https://www.ted.com/talks/dan_pink_the_puzzle_of_motivation
https://www.ted.com/talks/jon_ronson_strange_answers_to_the_psychopath_test
https://www.ted.com/talks/kelly_mcgonigal_how_to_make_stress_your_friend
https://www.ted.com/talks/mel_robbins_how_to_stop_screwing_yourself_over
https://www.ted.com/talks/james_veitch_the_agony_of_trying_to_unsubscribe
https://www.ted.com/talks/chimamanda_ngozi_adichie_the_danger_of_a_single_story
https://www.ted.com/talks/shawn_achor_the_happy_secret_to_better_work
https://www.ted.com/talks/angela_lee_duckworth_grit_the_power_of_passion_and_perseverance
https://www.ted.com/talks/elizabeth_gilbert_your_elusive_creative_genius
https://www.ted.com/talks/chris_anderson_ted_questions_no_one_knows_the_answers_to
https://www.ted.com/talks/celeste_headlee_10_ways_to_have_a_better_conversation
https://www.ted.com/talks/michael_mauser_what_are_those_floaty_things_in_your_eye
https://www.ted.com/talks/dan_gilbert_the_surprising_science_of_happiness
https://www.ted.com/talks/pranav_mistry_the_thrilling_potential_of_sixthsense_technology
https://www.ted.com/talks/alex_gendler_can_you_solve_the_prisoner_hat_riddle
https://www.ted.com/talks/jeff_dekofsky_the_infinite_hotel_paradox
https://www.ted.com/talks/keith_barry_brain_magic
https://www.ted.com/talks/monica_lewinsky_the_price_of_shame
https://www.ted.com/talks/elon_musk_the_future_we_re_building_and_boring
https://www.ted.com/talks/alex_gendler_can_you_solve_the_bridge_riddle
https://www.ted.com/talks/maz_jobrani_a_saudi_an_indian_and_an_iranian_walk_into_a_qatari_bar
https://www.ted.com/talks/esther_perel_the_secret_to_desire_in_a_long_term_relationship
https://www.ted.com/talks/hyeonseo_lee_my_escape_from_north_korea
https://www.ted.com/talks/daniel_levitin_how_to_stay_calm_when_you_know_you_ll_be_stressed
https://www.ted.com/talks/adam_grant_the_surprising_habits_of_original_thinkers
https://www.ted.com/talks/david_gallo_underwater_astonishments
https://www.ted.com/talks/johann_hari_everything_you_think_you_know_about_addiction_is_wrong
https://www.ted.com/talks/esther_perel_rethinking_infidelity_a_talk_for_anyone_who_has_ever_loved
https://www.ted.com/talks/judson_brewer_a_simple_way_to_break_a_bad_habit
https://www.ted.com/talks/richard_st_john_8_secrets_of_success
https://www.ted.com/talks/sarah_kay_if_i_should_have_a_daughter
https://www.ted.com/talks/hans_rosling_the_best_stats_you_ve_ever_seen
https://www.ted.com/talks/barry_schwartz_the_paradox_of_choice
https://www.ted.com/talks/black_my_journey_to_yo_yo_mastery
https://www.ted.com/talks/hugh_herr_the_new_bionics_that_let_us_run_climb_and_dance
https://www.ted.com/talks/brene_brown_listening_to_shame
https://www.ted.com/talks/benjamin_zander_the_transformative_power_of_classical_music
https://www.ted.com/talks/noah_zandan_the_language_of_lying
https://www.ted.com/talks/simon_sinek_why_good_leaders_make_you_feel_safe
https://www.ted.com/talks/stephen_hawking_questioning_the_universe
https://www.ted.com/talks/mariana_atencio_what_makes_you_special
https://www.ted.com/talks/raffaello_d_andrea_the_astounding_athletic_power_of_quadcopters
https://www.ted.com/talks/matt_cutts_try_something_new_for_30_days
https://www.ted.com/talks/amanda_palmer_the_art_of_asking
https://www.ted.com/talks/rose_eveleth_the_loathsome_lethal_mosquito
https://www.ted.com/talks/reggie_watts_beats_that_defy_boxes
https://www.ted.com/talks/brian_little_who_are_you_really_the_puzzle_of_personality
https://www.ted.com/talks/andy_puddicombe_all_it_takes_is_10_mindful_minutes
https://www.ted.com/talks/helen_fisher_why_we_love_why_we_cheat
https://www.ted.com/talks/thomas_suarez_a_12_year_old_app_developer
https://www.ted.com/talks/greg_gage_how_to_control_someone_else_s_arm_with_your_brain
https://www.ted.com/talks/meg_jay_why_30_is_not_the_new_20
https://www.ted.com/talks/rita_pierson_every_kid_needs_a_champion
https://www.ted.com/talks/pattie_maes_pranav_mistry_meet_the_sixthsense_interaction
https://www.ted.com/talks/alex_gendler_can_you_solve_the_famously_difficult_green_eyed_logic_puzzle
https://www.ted.com/talks/david_christian_the_history_of_our_world_in_18_minutes
https://www.ted.com/talks/bj_miller_what_really_matters_at_the_end_of_life
https://www.ted.com/talks/adam_driver_my_journey_from_marine_to_actor
https://www.ted.com/talks/maysoon_zayid_i_got_99_problems_palsy_is_just_one
https://www.ted.com/talks/carol_dweck_the_power_of_believing_that_you_can_improve
https://www.ted.com/talks/guy_winch_why_we_all_need_to_practice_emotional_first_aid
https://www.ted.com/talks/matt_walker_sleep_is_your_superpower
https://www.ted.com/talks/guy_winch_how_to_fix_a_broken_heart
https://www.ted.com/talks/lera_boroditsky_how_language_shapes_the_way_we_think
https://www.ted.com/talks/jeffrey_siegel_what_makes_muscles_grow
https://www.ted.com/talks/netta_schramm_why_don_t_perpetual_motion_machines_ever_work
https://www.ted.com/talks/andrew_solomon_depression_the_secret_we_share
https://www.ted.com/talks/sue_klebold_my_son_was_a_columbine_shooter_this_is_my_story
https://www.ted.com/talks/lizzie_velasquez_how_do_you_define_yourself
https://www.ted.com/talks/dan_van_der_vieren_can_you_solve_einstein_s_riddle
https://www.ted.com/talks/sheryl_sandberg_why_we_have_too_few_women_leaders
https://www.ted.com/talks/sir_ken_robinson_how_to_escape_education_s_death_valley
https://www.ted.com/talks/laura_vanderkam_how_to_gain_control_of_your_free_time
https://www.ted.com/talks/ray_laurence_a_glimpse_of_teenage_life_in_ancient_rome
https://www.ted.com/talks/chris_hadfield_what_i_learned_from_going_blind_in_space
https://www.ted.com/talks/shah_rukh_khan_thoughts_on_humanity_fame_and_love
https://www.ted.com/talks/anil_seth_your_brain_hallucinates_your_conscious_reality
https://www.ted.com/talks/arthur_benjamin_a_performance_of_mathemagic
https://www.ted.com/talks/claudia_aguirre_what_would_happen_if_you_didn_t_sleep
https://www.ted.com/talks/jamie_oliver_teach_every_child_about_food
https://www.ted.com/talks/steve_jobs_how_to_live_before_you_die
https://www.ted.com/talks/matthieu_ricard_the_habits_of_happiness
https://www.ted.com/talks/megan_phelps_roper_i_grew_up_in_the_westboro_baptist_church_here_s_why_i_left
https://www.ted.com/talks/sir_ken_robinson_bring_on_the_learning_revolution
https://www.ted.com/talks/kang_lee_can_you_really_tell_if_a_kid_is_lying
https://www.ted.com/talks/wendy_suzuki_the_brain_changing_benefits_of_exercise
https://www.ted.com/talks/alex_gendler_can_you_solve_the_three_gods_riddle
https://www.ted.com/talks/emily_esfahani_smith_there_s_more_to_life_than_being_happy
https://www.ted.com/talks/anita_collins_how_playing_an_instrument_benefits_your_brain
https://www.ted.com/talks/nicole_avena_how_sugar_affects_the_brain
https://www.ted.com/talks/alex_honnold_how_i_climbed_a_3_000_foot_vertical_cliff_without_ropes
https://www.ted.com/talks/lisa_winer_can_you_solve_the_locker_riddle
https://www.ted.com/talks/mia_nacamulli_what_would_happen_if_you_didn_t_drink_water
https://www.ted.com/talks/mike_rowe_learning_from_dirty_jobs
https://www.ted.com/talks/louie_schwartzberg_hidden_miracles_of_the_natural_world
https://www.ted.com/talks/derek_sivers_how_to_start_a_movement
https://www.ted.com/talks/david_epstein_are_athletes_really_getting_faster_better_stronger
https://www.ted.com/talks/tony_buffington_why_do_cats_act_so_weird
https://www.ted.com/talks/malcolm_gladwell_choice_happiness_and_spaghetti_sauce
https://www.ted.com/talks/markus_fischer_a_robot_that_flies_like_a_bird
https://www.ted.com/talks/oliver_sacks_what_hallucination_reveals_about_our_minds
https://www.ted.com/talks/yves_rossy_fly_with_the_jetman
https://www.ted.com/talks/raffaello_d_andrea_meet_the_dazzling_flying_machines_of_the_future
https://www.ted.com/talks/julian_treasure_5_ways_to_listen_better
https://www.ted.com/talks/sandrine_thuret_you_can_grow_new_brain_cells_here_s_how
https://www.ted.com/talks/mia_nacamulli_the_benefits_of_a_bilingual_brain
https://www.ted.com/talks/scott_a_mellor_how_thor_got_his_hammer
https://www.ted.com/talks/russell_foster_why_do_we_sleep
https://www.ted.com/talks/lydia_machova_the_secrets_of_learning_a_new_language
https://www.ted.com/talks/ruth_chang_how_to_make_hard_choices
https://www.ted.com/talks/alain_de_botton_a_kinder_gentler_philosophy_of_success
https://www.ted.com/talks/dennis_shasha_can_you_solve_the_temple_riddle
https://www.ted.com/talks/yossi_elran_can_you_solve_the_prisoner_boxes_riddle
https://www.ted.com/talks/lisa_winer_can_you_solve_the_virus_riddle
https://www.ted.com/talks/amy_webb_how_i_hacked_online_dating
https://www.ted.com/talks/jim_holt_why_does_the_universe_exist
https://www.ted.com/talks/ray_laurence_four_sisters_in_ancient_rome
https://www.ted.com/talks/daphne_bavelier_your_brain_on_video_games
https://www.ted.com/talks/bill_gross_the_single_biggest_reason_why_start_ups_succeed
https://www.ted.com/talks/ric_elias_3_things_i_learned_while_my_plane_crashed
https://www.ted.com/talks/tim_ferriss_why_you_should_define_your_fears_instead_of_your_goals
https://www.ted.com/talks/mia_nacamulli_how_the_food_you_eat_affects_your_brain
https://www.ted.com/talks/natalya_st_clair_the_unexpected_math_behind_van_gogh_s_starry_night
https://www.ted.com/talks/david_steindl_rast_want_to_be_happy_be_grateful
https://www.ted.com/talks/terry_moore_how_to_tie_your_shoes
https://www.ted.com/talks/sleepy_man_banjo_boys_bluegrass_virtuosity_from_new_jersey
https://www.ted.com/talks/adam_grant_are_you_a_giver_or_a_taker
https://www.ted.com/talks/genevieve_von_petzinger_why_are_these_32_symbols_found_in_ancient_caves_all_over_europe
https://www.ted.com/talks/alexander_tsiaras_conception_to_birth_visualized
https://www.ted.com/talks/tabetha_boyajian_the_most_mysterious_star_in_the_universe
https://www.ted.com/talks/michael_shermer_why_people_believe_weird_things
https://www.ted.com/talks/susan_david_the_gift_and_power_of_emotional_courage
https://www.ted.com/talks/arthur_benjamin_the_magic_of_fibonacci_numbers
https://www.ted.com/talks/annie_bosler_and_don_greene_how_to_practice_effectively_for_just_about_anything
https://www.ted.com/talks/nadine_burke_harris_how_childhood_trauma_affects_health_across_a_lifetime
https://www.ted.com/talks/ganesh_pai_can_you_solve_the_passcode_riddle
https://www.ted.com/talks/murat_dalkilinc_the_benefits_of_good_posture
https://www.ted.com/talks/malcolm_gladwell_the_unheard_story_of_david_and_goliath
https://www.ted.com/talks/beau_lotto_optical_illusions_show_how_we_see
https://www.ted.com/talks/philip_zimbardo_the_psychology_of_evil
https://www.ted.com/talks/cal_newport_why_you_should_quit_social_media
https://www.ted.com/talks/jane_mcgonigal_the_game_that_can_give_you_10_extra_years_of_life
https://www.ted.com/talks/emilie_wapnick_why_some_of_us_don_t_have_one_true_calling
https://www.ted.com/talks/ze_frank_nerdcore_comedy
https://www.ted.com/talks/bill_gates_how_we_must_respond_to_the_coronavirus_pandemic
https://www.ted.com/talks/allan_savory_how_to_fight_desertification_and_reverse_climate_change
https://www.ted.com/talks/alex_gendler_can_you_solve_the_pirate_riddle
https://www.ted.com/talks/w_keith_campbell_the_psychology_of_narcissism
https://www.ted.com/talks/johnny_lee_free_or_cheap_wii_remote_hacks
https://www.ted.com/talks/shane_koyczan_to_this_day_for_the_bullied_and_beautiful
https://www.ted.com/talks/dan_ariely_are_we_in_control_of_our_own_decisions
https://www.ted.com/talks/larry_smith_why_you_will_fail_to_have_a_great_career
https://www.ted.com/talks/seth_godin_how_to_get_your_ideas_to_spread
https://www.ted.com/talks/bryan_stevenson_we_need_to_talk_about_an_injustice
https://www.ted.com/talks/anthony_hazard_the_atlantic_slave_trade_what_too_few_textbooks_told_you
https://www.ted.com/talks/maz_jobrani_did_you_hear_the_one_about_the_iranian_american
https://www.ted.com/talks/brian_greene_is_our_universe_the_only_universe
https://www.ted.com/talks/scott_dinsmore_how_to_find_work_you_love
https://www.ted.com/talks/john_wooden_the_difference_between_winning_and_succeeding
https://www.ted.com/talks/karen_j_meech_the_story_of_oumuamua_the_first_visitor_from_another_star_system
https://www.ted.com/talks/yuval_noah_harari_what_explains_the_rise_of_humans
https://www.ted.com/talks/matthew_winkler_what_makes_a_hero
https://www.ted.com/talks/dan_ariely_what_makes_us_feel_good_about_our_work
https://www.ted.com/talks/adam_galinsky_how_to_speak_up_for_yourself
https://www.ted.com/talks/andrew_solomon_how_the_worst_moments_in_our_lives_make_us_who_we_are
https://www.ted.com/talks/steven_zheng_how_does_anesthesia_work
https://www.ted.com/talks/johann_hari_this_could_be_why_you_re_depressed_or_anxious
https://www.ted.com/talks/dalia_mogahed_what_it_s_like_to_be_muslim_in_america
https://www.ted.com/talks/peta_greenfield_who_were_the_vestal_virgins_and_what_was_their_job
https://www.ted.com/talks/helen_fisher_the_brain_in_love
https://www.ted.com/talks/derek_sivers_keep_your_goals_to_yourself
https://www.ted.com/talks/simon_anholt_which_country_does_the_most_good_for_the_world
https://www.ted.com/talks/bill_gates_innovating_to_zero
https://www.ted.com/talks/helen_m_farrell_what_is_depression
https://www.ted.com/talks/maurice_conti_the_incredible_inventions_of_intuitive_ai
https://www.ted.com/talks/roman_mars_why_city_flags_may_be_the_worst_designed_thing_you_ve_never_noticed
https://www.ted.com/talks/sam_harris_science_can_answer_moral_questions
https://www.ted.com/talks/jennifer_lu_can_you_solve_the_counterfeit_coin_riddle
https://www.ted.com/talks/elon_musk_the_mind_behind_tesla_spacex_solarcity
https://www.ted.com/talks/alex_gendler_how_tsunamis_work
https://www.ted.com/talks/amy_adkins_3_tips_to_boost_your_confidence
https://www.ted.com/talks/shai_reshef_an_ultra_low_cost_college_degree
https://www.ted.com/talks/paul_stamets_6_ways_mushrooms_can_save_the_world
https://www.ted.com/talks/jenna_mccarthy_what_you_don_t_know_about_marriage
https://www.ted.com/talks/tom_wujec_build_a_tower_build_a_team
https://www.ted.com/talks/brian_greene_making_sense_of_string_theory
https://www.ted.com/talks/daniel_kahneman_the_riddle_of_experience_vs_memory
https://www.ted.com/talks/marco_tempest_the_magic_of_truth_and_lies_and_ipods
https://www.ted.com/talks/daniel_m_abrams_why_are_some_people_left_handed
https://www.ted.com/talks/adora_svitak_what_adults_can_learn_from_kids
https://www.ted.com/talks/stephen_petranek_your_kids_might_live_on_mars_here_s_how_they_ll_survive
https://www.ted.com/talks/jia_jiang_what_i_learned_from_100_days_of_rejection
https://www.ted.com/talks/zak_ebrahim_i_am_the_son_of_a_terrorist_here_s_how_i_chose_peace
https://www.ted.com/talks/dan_gilbert_the_psychology_of_your_future_self
https://www.ted.com/talks/samantha_agoos_5_tips_to_improve_your_critical_thinking
https://www.ted.com/talks/justin_baldoni_why_i_m_done_trying_to_be_man_enough
https://www.ted.com/talks/jon_bergmann_just_how_small_is_an_atom
https://www.ted.com/talks/mihaly_csikszentmihalyi_flow_the_secret_to_happiness
https://www.ted.com/talks/evelyn_glennie_how_to_truly_listen
https://www.ted.com/talks/leslie_morgan_steiner_why_domestic_violence_victims_don_t_leave
https://www.ted.com/talks/sherry_turkle_connected_but_alone
https://www.ted.com/talks/jason_fried_why_work_doesn_t_happen_at_work
https://www.ted.com/talks/curtis_wall_street_carroll_how_i_learned_to_read_and_trade_stocks_in_prison
https://www.ted.com/talks/martin_seligman_the_new_era_of_positive_psychology
https://www.ted.com/talks/james_bridle_the_nightmare_videos_of_children_s_youtube_and_what_s_wrong_with_the_internet_today
https://www.ted.com/talks/blaise_aguera_y_arcas_how_photosynth_can_connect_the_world_s_images
https://www.ted.com/talks/alex_gendler_why_do_we_cry_the_three_types_of_tears
https://www.ted.com/talks/richard_dawkins_militant_atheism
https://www.ted.com/talks/david_dunning_why_incompetent_people_think_they_re_amazing
https://www.ted.com/talks/jane_mcgonigal_gaming_can_make_a_better_world
https://www.ted.com/talks/diana_nyad_never_ever_give_up
https://www.ted.com/talks/chris_anderson_ted_s_secret_to_great_public_speaking
https://www.ted.com/talks/colin_stokes_how_movies_teach_manhood
https://www.ted.com/talks/joshua_foer_feats_of_memory_anyone_can_do
https://www.ted.com/talks/anne_lamott_12_truths_i_learned_from_life_and_writing
https://www.ted.com/talks/ron_gutman_the_hidden_power_of_smiling
https://www.ted.com/talks/temple_grandin_the_world_needs_all_kinds_of_minds
https://www.ted.com/talks/thordis_elva_and_tom_stranger_our_story_of_rape_and_reconciliation
https://www.ted.com/talks/candy_chang_before_i_die_i_want_to
https://www.ted.com/talks/kevin_briggs_the_bridge_between_suicide_and_life
https://www.ted.com/talks/sal_khan_let_s_use_video_to_reinvent_education
https://www.ted.com/talks/jamie_bartlett_how_the_mysterious_dark_net_is_going_mainstream
https://www.ted.com/talks/john_doerr_why_the_secret_to_success_is_setting_the_right_goals
https://www.ted.com/talks/lennart_green_close_up_card_magic_with_a_twist
https://www.ted.com/talks/mark_applebaum_the_mad_scientist_of_music
https://www.ted.com/talks/hans_and_ola_rosling_how_not_to_be_ignorant_about_the_world
https://www.ted.com/talks/katie_hood_the_difference_between_healthy_and_unhealthy_love
https://www.ted.com/talks/lisa_feldman_barrett_you_aren_t_at_the_mercy_of_your_emotions_your_brain_creates_them
https://www.ted.com/talks/katie_bouman_how_to_take_a_picture_of_a_black_hole
https://www.ted.com/talks/paul_s_kindstedt_a_brie_f_history_of_cheese
https://www.ted.com/talks/ramesh_raskar_imaging_at_a_trillion_frames_per_second
https://www.ted.com/talks/adam_carroll_what_playing_monopoly_with_real_money_taught_me_about_my_kids_and_humanity
https://www.ted.com/talks/murat_dalkilinc_why_sitting_is_bad_for_you
https://www.ted.com/talks/bel_pesce_5_ways_to_kill_your_dreams
https://www.ted.com/talks/david_kelley_how_to_build_your_creative_confidence
https://www.ted.com/talks/eli_pariser_beware_online_filter_bubbles
https://www.ted.com/talks/dan_gilbert_why_we_make_bad_decisions
https://www.ted.com/talks/stephen_webb_where_are_all_the_aliens
https://www.ted.com/talks/roselinde_torres_what_it_takes_to_be_a_great_leader
https://www.ted.com/talks/theo_jansen_my_creations_a_new_form_of_life
https://www.ted.com/talks/william_li_can_we_eat_to_starve_cancer
https://www.ted.com/talks/jessica_smith_mansa_musa_one_of_the_wealthiest_people_who_ever_lived
https://www.ted.com/talks/usman_riaz_preston_reed_a_young_guitarist_meets_his_hero
https://www.ted.com/talks/arianna_huffington_how_to_succeed_get_more_sleep
https://www.ted.com/talks/kate_bowler_everything_happens_for_a_reason_and_other_lies_i_ve_loved
https://www.ted.com/talks/may_el_khalil_making_peace_is_a_marathon
https://www.ted.com/talks/elizabeth_gilbert_success_failure_and_the_drive_to_keep_creating
https://www.ted.com/talks/kate_messner_how_to_build_a_fictional_world
https://www.ted.com/talks/takaharu_tezuka_the_best_kindergarten_you_ve_ever_seen
https://www.ted.com/talks/lisa_bu_how_books_can_open_your_mind
https://www.ted.com/talks/clint_smith_the_danger_of_silence
https://www.ted.com/talks/vijay_kumar_robots_that_fly_and_cooperate
https://www.ted.com/talks/hannah_fry_the_mathematics_of_love
https://www.ted.com/talks/jeff_iliff_one_more_reason_to_get_a_good_night_s_sleep
https://www.ted.com/talks/greta_thunberg_the_disarming_case_to_act_right_now_on_climate_change
https://www.ted.com/talks/sam_harris_can_we_build_ai_without_losing_control_over_it
https://www.ted.com/talks/alison_ledgerwood_a_simple_trick_to_improve_positive_thinking
https://www.ted.com/talks/linus_torvalds_the_mind_behind_linux
https://www.ted.com/talks/elif_shafak_the_revolutionary_power_of_diverse_thought
https://www.ted.com/talks/reshma_saujani_teach_girls_bravery_not_perfection
https://www.ted.com/talks/meaghan_ramsey_why_thinking_you_re_ugly_is_bad_for_you
https://www.ted.com/talks/david_pogue_10_top_time_saving_tech_tips
https://www.ted.com/talks/luvvie_ajayi_get_comfortable_with_being_uncomfortable
https://www.ted.com/talks/graham_hill_less_stuff_more_happiness
https://www.ted.com/talks/gever_tulley_5_dangerous_things_you_should_let_your_kids_do
https://www.ted.com/talks/alex_gendler_the_wars_that_inspired_game_of_thrones
https://www.ted.com/talks/vs_ramachandran_3_clues_to_understanding_your_brain
https://www.ted.com/talks/andrew_solomon_love_no_matter_what
https://www.ted.com/talks/j_v_maranto_history_s_deadliest_colors
https://www.ted.com/talks/stephen_bax_the_world_s_most_mysterious_book
https://www.ted.com/talks/ted_ed_why_do_women_have_periods
https://www.ted.com/talks/elora_hardy_magical_houses_made_of_bamboo
https://www.ted.com/talks/steven_johnson_where_good_ideas_come_from
https://www.ted.com/talks/isabel_allende_tales_of_passion
https://www.ted.com/talks/amy_adkins_the_myth_of_icarus_and_daedalus
https://www.ted.com/talks/shaolan_learn_to_read_chinese_with_ease
https://www.ted.com/talks/krishna_sudhir_how_do_cigarettes_affect_the_body
https://www.ted.com/talks/suki_kim_this_is_what_it_s_like_to_go_undercover_in_north_korea
https://www.ted.com/talks/eleanor_longden_the_voices_in_my_head
https://www.ted.com/talks/james_randi_homeopathy_quackery_and_fraud
https://www.ted.com/talks/bill_gates_mosquitos_malaria_and_education
https://www.ted.com/talks/lisa_genova_what_you_can_do_to_prevent_alzheimer_s
https://www.ted.com/talks/ze_frank_are_you_human
https://www.ted.com/talks/judd_a_schorr_can_you_solve_the_airplane_riddle
https://www.ted.com/talks/julie_lythcott_haims_how_to_raise_successful_kids_without_over_parenting
https://www.ted.com/talks/dan_pallotta_the_way_we_think_about_charity_is_dead_wrong
https://www.ted.com/talks/frans_de_waal_moral_behavior_in_animals
https://www.ted.com/talks/kathryn_schulz_on_being_wrong
https://www.ted.com/talks/edward_snowden_here_s_how_we_take_back_the_internet
https://www.ted.com/talks/lisa_winer_can_you_solve_the_river_crossing_riddle
https://www.ted.com/talks/jack_andraka_a_promising_test_for_pancreatic_cancer_from_a_teenager
https://www.ted.com/talks/shonda_rhimes_my_year_of_saying_yes_to_everything
https://www.ted.com/talks/bill_and_melinda_gates_why_giving_away_our_wealth_has_been_the_most_satisfying_thing_we_ve_done
https://www.ted.com/talks/sandra_aamodt_why_dieting_doesn_t_usually_work
https://www.ted.com/talks/dawn_maslar_the_science_of_attraction
https://www.ted.com/talks/drew_dudley_everyday_leadership
https://www.ted.com/talks/eric_whitacre_a_virtual_choir_2_000_voices_strong
https://www.ted.com/talks/jay_walker_the_world_s_english_mania
https://www.ted.com/talks/jeff_han_the_radical_promise_of_the_multi_touch_interface
https://www.ted.com/talks/elizabeth_loftus_how_reliable_is_your_memory
https://www.ted.com/talks/megan_campisi_and_pen_pen_chen_the_myth_behind_the_chinese_zodiac
https://www.ted.com/talks/mark_bittman_what_s_wrong_with_what_we_eat
https://www.ted.com/talks/nigel_marsh_how_to_make_work_life_balance_work
https://www.ted.com/talks/edith_widder_how_we_found_the_giant_squid
https://www.ted.com/talks/david_lunney_where_does_gold_come_from
https://www.ted.com/talks/michael_pritchard_how_to_make_filthy_water_drinkable
https://www.ted.com/talks/chad_orzel_schrodinger_s_cat_a_thought_experiment_in_quantum_mechanics
https://www.ted.com/talks/nick_bostrom_what_happens_when_our_computers_get_smarter_than_we_are
https://www.ted.com/talks/will_potter_the_secret_us_prisons_you_ve_never_heard_of_before
https://www.ted.com/talks/manoush_zomorodi_how_boredom_can_lead_to_your_most_brilliant_ideas
https://www.ted.com/talks/andrew_mcafee_what_will_future_jobs_look_like
https://www.ted.com/talks/mark_ronson_how_sampling_transformed_music
https://www.ted.com/talks/julia_sweeney_letting_go_of_god
https://www.ted.com/talks/joseph_gordon_levitt_how_craving_attention_makes_you_less_creative
https://www.ted.com/talks/deanna_pucciarelli_the_history_of_chocolate
https://www.ted.com/talks/don_tapscott_how_the_blockchain_is_changing_money_and_business
https://www.ted.com/talks/jamila_lyiscott_3_ways_to_speak_english
https://www.ted.com/talks/nicole_paris_and_ed_cage_a_beatboxing_lesson_from_a_father_daughter_duo
https://www.ted.com/talks/karla_souza_fracaso_tras_fracaso
https://www.ted.com/talks/kate_slabosky_the_three_different_ways_mammals_give_birth
https://www.ted.com/talks/giulia_enders_the_surprisingly_charming_science_of_your_gut
https://www.ted.com/talks/kristin_poinar_what_s_hidden_under_the_greenland_ice_sheet
https://www.ted.com/talks/emma_bryce_why_do_we_itch
https://www.ted.com/talks/diane_kelly_what_we_didn_t_know_about_penis_anatomy
https://www.ted.com/talks/amishi_jha_how_to_tame_your_wandering_mind
https://www.ted.com/talks/dennis_shasha_can_you_solve_the_control_room_riddle
https://www.ted.com/talks/kevin_breel_confessions_of_a_depressed_comic
https://www.ted.com/talks/frances_frei_how_to_build_and_rebuild_trust
https://www.ted.com/talks/joy_lin_if_superpowers_were_real_immortality
https://www.ted.com/talks/alison_gopnik_what_do_babies_think
https://www.ted.com/talks/claudia_aguirre_what_makes_tattoos_permanent
https://www.ted.com/talks/amy_adkins_why_do_we_dream
https://www.ted.com/talks/scott_rickard_the_beautiful_math_behind_the_world_s_ugliest_music
https://www.ted.com/talks/sunitha_krishnan_the_fight_against_sex_slavery
https://www.ted.com/talks/aimee_mullins_my_12_pairs_of_legs
https://www.ted.com/talks/john_mcwhorter_4_reasons_to_learn_a_new_language
https://www.ted.com/talks/john_green_the_nerd_s_guide_to_learning_everything_online
https://www.ted.com/talks/theo_e_j_wilson_a_black_man_goes_undercover_in_the_alt_right
https://www.ted.com/talks/yann_dall_aglio_love_you_re_doing_it_wrong
https://www.ted.com/talks/richard_st_john_success_is_a_continuous_journey
https://www.ted.com/talks/nora_mcinerny_we_don_t_move_on_from_grief_we_move_forward_with_it
https://www.ted.com/talks/andrew_stanton_the_clues_to_a_great_story
https://www.ted.com/talks/james_flynn_why_our_iq_levels_are_higher_than_our_grandparents
https://www.ted.com/talks/jac_de_haan_why_do_competitors_open_their_stores_next_to_one_another
https://www.ted.com/talks/aubrey_de_grey_a_roadmap_to_end_aging
https://www.ted.com/talks/bunker_roy_learning_from_a_barefoot_movement
https://www.ted.com/talks/julia_dhar_how_to_disagree_productively_and_find_common_ground
https://www.ted.com/talks/anees_bahji_is_marijuana_bad_for_your_brain
https://www.ted.com/talks/peter_attia_is_the_obesity_crisis_hiding_a_bigger_problem
https://www.ted.com/talks/pilobolus_a_dance_of_symbiosis
https://www.ted.com/talks/bill_gates_teachers_need_real_feedback
https://www.ted.com/talks/louie_schwartzberg_nature_beauty_gratitude
https://www.ted.com/talks/suzanne_simard_how_trees_talk_to_each_other
https://www.ted.com/talks/marc_raibert_meet_spot_the_robot_dog_that_can_run_hop_and_open_doors
https://www.ted.com/talks/tshering_tobgay_this_country_isn_t_just_carbon_neutral_it_s_carbon_negative
https://www.ted.com/talks/christian_picciolini_my_descent_into_america_s_neo_nazi_movement_and_how_i_got_out
https://www.ted.com/talks/tim_harford_a_powerful_way_to_unleash_your_natural_creativity
https://www.ted.com/talks/chimamanda_ngozi_adichie_we_should_all_be_feminists
https://www.ted.com/talks/michael_norton_how_to_buy_happiness
https://www.ted.com/talks/kevin_slavin_how_algorithms_shape_our_world
https://www.ted.com/talks/erik_johansson_impossible_photography
https://www.ted.com/talks/martin_jacques_understanding_the_rise_of_china
https://www.ted.com/talks/regina_hartley_why_the_best_hire_might_not_have_the_perfect_resume
https://www.ted.com/talks/dolly_chugh_how_to_let_go_of_being_a_good_person_and_become_a_better_person
https://www.ted.com/talks/julia_galef_why_you_think_you_re_right_even_if_you_re_wrong
https://www.ted.com/talks/adrian_paenza_how_folding_paper_can_get_you_to_the_moon
https://www.ted.com/talks/stacey_kramer_the_best_gift_i_ever_survived
https://www.ted.com/talks/rives_the_4_a_m_mystery
https://www.ted.com/talks/j_j_abrams_the_mystery_box
https://www.ted.com/talks/barry_schwartz_our_loss_of_wisdom
https://www.ted.com/talks/elyn_saks_a_tale_of_mental_illness_from_the_inside
https://www.ted.com/talks/megan_campisi_and_pen_pen_chen_what_makes_the_great_wall_of_china_so_extraordinary
https://www.ted.com/talks/steven_levitt_the_freakonomics_of_crack_dealing
https://www.ted.com/talks/iseult_gillespie_the_myth_of_pandora_s_box
https://www.ted.com/talks/dan_dennett_the_illusion_of_consciousness
https://www.ted.com/talks/wade_davis_dreams_from_endangered_cultures
https://www.ted.com/talks/dan_buettner_how_to_live_to_be_100
https://www.ted.com/talks/brian_cox_cern_s_supercollider
https://www.ted.com/talks/matt_anticole_what_s_the_difference_between_accuracy_and_precision
https://www.ted.com/talks/jason_shen_looking_for_a_job_highlight_your_ability_not_your_experience
https://www.ted.com/talks/david_r_dow_lessons_from_death_row_inmates
https://www.ted.com/talks/mellody_hobson_color_blind_or_color_brave
https://www.ted.com/talks/ji_hae_park_the_violin_and_my_dark_night_of_the_soul
https://www.ted.com/talks/shohini_ghose_a_beginner_s_guide_to_quantum_computing
https://www.ted.com/talks/elizabeth_cox_a_day_in_the_life_of_an_ancient_egyptian_doctor
https://www.ted.com/talks/alaa_murabit_what_my_religion_really_says_about_women
https://www.ted.com/talks/susan_colantuono_the_career_advice_you_probably_didn_t_get
https://www.ted.com/talks/steven_pinker_is_the_world_getting_better_or_worse_a_look_at_the_numbers
https://www.ted.com/talks/sarthak_sinha_how_a_wound_heals_itself
https://www.ted.com/talks/hans_rosling_global_population_growth_box_by_box
https://www.ted.com/talks/richard_dawkins_why_the_universe_seems_so_strange
https://www.ted.com/talks/joseph_desimone_what_if_3d_printing_was_100x_faster
https://www.ted.com/talks/wanis_kabbaj_what_a_driverless_world_could_look_like
https://www.ted.com/talks/alex_gendler_why_elephants_never_forget
https://www.ted.com/talks/sophie_scott_why_we_laugh
https://www.ted.com/talks/stacey_abrams_3_questions_to_ask_yourself_about_everything_you_do
https://www.ted.com/talks/david_brooks_the_lies_our_culture_tells_us_about_what_matters_and_a_better_way_to_live
https://www.ted.com/talks/matt_anticole_why_the_metric_system_matters
https://www.ted.com/talks/mandy_len_catron_falling_in_love_is_the_easy_part
https://www.ted.com/talks/rick_warren_a_life_of_purpose
https://www.ted.com/talks/margaret_heffernan_dare_to_disagree
https://www.ted.com/talks/the_lxd_in_the_internet_age_dance_evolves
https://www.ted.com/talks/wendy_chung_autism_what_we_know_and_what_we_don_t_know_yet
https://www.ted.com/talks/sebastian_junger_why_veterans_miss_war
https://www.ted.com/talks/terry_moore_why_is_x_the_unknown
https://www.ted.com/talks/tim_harford_how_frustration_can_make_us_more_creative
https://www.ted.com/talks/leila_hoteit_3_lessons_on_success_from_an_arab_businesswoman
https://www.ted.com/talks/joao_pedro_de_magalhaes_why_do_animals_have_such_different_lifespans
https://www.ted.com/talks/jane_fonda_and_lily_tomlin_a_hilarious_celebration_of_lifelong_female_friendship
https://www.ted.com/talks/carole_cadwalladr_facebook_s_role_in_brexit_and_the_threat_to_democracy
https://www.ted.com/talks/alex_gendler_the_myth_of_sisyphus
https://www.ted.com/talks/peter_van_uhm_why_i_chose_a_gun
https://www.ted.com/talks/dan_gartenberg_the_brain_benefits_of_deep_sleep_and_how_to_get_more_of_it
https://www.ted.com/talks/claudio_guerra_why_the_octopus_brain_is_so_extraordinary
https://www.ted.com/talks/tiffany_watt_smith_the_history_of_human_emotions
https://www.ted.com/talks/ashley_graham_plus_size_more_like_my_size
https://www.ted.com/talks/tim_hansen_how_to_read_music
https://www.ted.com/talks/prosanta_chakrabarty_four_billion_years_of_evolution_in_six_minutes
https://www.ted.com/talks/christopher_mcdougall_are_we_born_to_run
https://www.ted.com/talks/jon_ronson_when_online_shaming_goes_too_far
https://www.ted.com/talks/brittany_packnett_how_to_build_your_confidence_and_spark_it_in_others
https://www.ted.com/talks/kenny_coogan_why_are_sloths_so_slow
https://www.ted.com/talks/emily_balcetis_why_some_people_find_exercise_harder_than_others
https://www.ted.com/talks/maisie_williams_why_talent_carries_you_further_than_fame
https://www.ted.com/talks/adam_alter_why_our_screens_make_us_less_happy
https://www.ted.com/talks/bettina_warburg_how_the_blockchain_will_radically_transform_the_economy
https://www.ted.com/talks/marily_oppezzo_want_to_be_more_creative_go_for_a_walk
https://www.ted.com/talks/peggy_orenstein_what_young_women_believe_about_their_own_sexual_pleasure
https://www.ted.com/talks/krishna_sudhir_what_happens_during_a_heart_attack
https://www.ted.com/talks/alex_gendler_the_myth_of_hercules
https://www.ted.com/talks/thomas_boothby_meet_the_tardigrade_the_toughest_animal_on_earth
https://www.ted.com/talks/graham_allison_is_war_between_china_and_the_us_inevitable
https://www.ted.com/talks/kevin_rudd_are_china_and_the_us_doomed_to_conflict
https://www.ted.com/talks/tim_ferriss_smash_fear_learn_anything
https://www.ted.com/talks/hans_rosling_new_insights_on_poverty
https://www.ted.com/talks/dan_dennett_let_s_teach_religion_all_religion_in_schools
https://www.ted.com/talks/marc_kushner_why_the_buildings_of_the_future_will_be_shaped_by_you
https://www.ted.com/talks/kamal_meattle_how_to_grow_fresh_air
https://www.ted.com/talks/sal_khan_let_s_teach_for_mastery_not_test_scores
https://www.ted.com/talks/ron_finley_a_guerrilla_gardener_in_south_central_la
https://www.ted.com/talks/christina_greer_does_your_vote_count_the_electoral_college_explained
https://www.ted.com/talks/tom_griffiths_3_ways_to_make_better_decisions_by_thinking_like_a_computer
https://www.ted.com/talks/joe_smith_how_to_use_a_paper_towel
https://www.ted.com/talks/julia_sweeney_it_s_time_for_the_talk
https://www.ted.com/talks/zachary_r_wood_why_it_s_worth_listening_to_people_you_disagree_with
https://www.ted.com/talks/kai_fu_lee_how_ai_can_save_our_humanity
https://www.ted.com/talks/jonathan_haidt_the_moral_roots_of_liberals_and_conservatives
https://www.ted.com/talks/yves_morieux_as_work_gets_more_complex_6_rules_to_simplify
https://www.ted.com/talks/andrew_zimmerman_jones_does_time_exist
https://www.ted.com/talks/alex_kipman_a_futuristic_vision_of_the_age_of_holograms
https://www.ted.com/talks/kelli_sandman_hurley_what_is_dyslexia
https://www.ted.com/talks/derek_sivers_weird_or_just_different
https://www.ted.com/talks/shunan_teng_the_history_of_tea
https://www.ted.com/talks/raymond_tang_be_humble_and_other_lessons_from_the_philosophy_of_water
https://www.ted.com/talks/greg_gage_electrical_experiments_with_plants_that_count_and_communicate
https://www.ted.com/talks/euna_lee_what_i_learned_as_a_prisoner_in_north_korea
https://www.ted.com/talks/taylor_wilson_yup_i_built_a_nuclear_fusion_reactor
https://www.ted.com/talks/simone_giertz_why_you_should_make_useless_things
https://www.ted.com/talks/sheena_iyengar_the_art_of_choosing
https://www.ted.com/talks/carla_harris_how_to_find_the_person_who_can_help_you_get_ahead_at_work
https://www.ted.com/talks/isabel_allende_how_to_live_passionately_no_matter_your_age
https://www.ted.com/talks/joachim_de_posada_don_t_eat_the_marshmallow
https://www.ted.com/talks/itay_talgam_lead_like_the_great_conductors
https://www.ted.com/talks/madhumita_murgia_how_stress_affects_your_brain
https://www.ted.com/talks/skye_c_cleary_why_do_we_love_a_philosophical_inquiry
https://www.ted.com/talks/ray_dalio_how_to_build_a_company_where_the_best_ideas_win
https://www.ted.com/talks/shai_marcu_the_benefits_of_a_good_night_s_sleep
https://www.ted.com/talks/paul_piff_does_money_make_you_mean
https://www.ted.com/talks/alexander_betts_why_brexit_happened_and_what_to_do_next
https://www.ted.com/talks/juan_enriquez_the_next_species_of_human
https://www.ted.com/talks/ray_kurzweil_get_ready_for_hybrid_thinking
https://www.ted.com/talks/dan_dennett_cute_sexy_sweet_funny
https://www.ted.com/talks/randall_munroe_comics_that_ask_what_if
https://www.ted.com/talks/dan_ariely_our_buggy_moral_code
https://www.ted.com/talks/sharon_horesh_bergquist_how_stress_affects_your_body
https://www.ted.com/talks/nick_hanauer_the_dirty_secret_of_capitalism_and_a_new_way_forward
https://www.ted.com/talks/eleanor_nelsen_why_do_your_knuckles_pop
https://www.ted.com/talks/patricia_kuhl_the_linguistic_genius_of_babies
https://www.ted.com/talks/yuval_noah_harari_why_fascism_is_so_tempting_and_how_your_data_could_power_it
https://www.ted.com/talks/al_gore_averting_the_climate_crisis
https://www.ted.com/talks/marta_peirano_the_surveillance_device_you_carry_around_all_day
https://www.ted.com/talks/elizabeth_dunn_helping_others_makes_us_happier_but_it_matters_how_we_do_it
https://www.ted.com/talks/dr_natascha_m_santos_debunking_the_myths_of_ocd
https://www.ted.com/talks/randall_hayes_at_what_moment_are_you_dead
https://www.ted.com/talks/his_holiness_pope_francis_why_the_only_future_worth_building_includes_everyone
https://www.ted.com/talks/sue_jaye_johnson_what_we_don_t_teach_kids_about_sex
https://www.ted.com/talks/emma_bryce_what_really_happens_to_the_plastic_you_throw_away
https://www.ted.com/talks/sugata_mitra_build_a_school_in_the_cloud
https://www.ted.com/talks/stefan_sagmeister_the_power_of_time_off
https://www.ted.com/talks/lidia_yuknavitch_the_beauty_of_being_a_misfit
https://www.ted.com/talks/margaret_heffernan_forget_the_pecking_order_at_work
https://www.ted.com/talks/daniel_finkel_can_you_solve_the_unstoppable_blob_riddle
https://www.ted.com/talks/geena_rocero_why_i_must_come_out
https://www.ted.com/talks/carol_fishman_cohen_how_to_get_back_to_work_after_a_career_break
https://www.ted.com/talks/atul_gawande_want_to_get_great_at_something_get_a_coach
https://www.ted.com/talks/christen_reighter_i_don_t_want_children_stop_telling_me_i_ll_change_my_mind
https://www.ted.com/talks/jack_horner_building_a_dinosaur_from_a_chicken
https://www.ted.com/talks/rebecca_kleinberger_why_you_don_t_like_the_sound_of_your_own_voice
https://www.ted.com/talks/eduardo_briceno_how_to_get_better_at_the_things_you_care_about
https://www.ted.com/talks/theresa_a_yugar_history_s_worst_nun
https://www.ted.com/talks/alex_gendler_history_vs_napoleon_bonaparte
https://www.ted.com/talks/baratunde_thurston_how_to_deconstruct_racism_one_headline_at_a_time
https://www.ted.com/talks/conor_heffernan_the_treadmill_s_dark_and_twisted_past
https://www.ted.com/talks/pico_iyer_where_is_home
https://www.ted.com/talks/bobby_mcferrin_watch_me_play_the_audience
https://www.ted.com/talks/kate_raworth_a_healthy_economy_should_be_designed_to_thrive_not_grow
https://www.ted.com/talks/ernesto_sirolli_want_to_help_someone_shut_up_and_listen
https://www.ted.com/talks/jennifer_wilcox_a_new_way_to_remove_co2_from_the_atmosphere
https://www.ted.com/talks/improv_everywhere_a_ted_speaker_s_worst_nightmare
https://www.ted.com/talks/nilofer_merchant_got_a_meeting_take_a_walk
https://www.ted.com/talks/derek_abbott_should_you_trust_unanimous_decisions
https://www.ted.com/talks/shunan_teng_the_chinese_myth_of_the_immortal_white_snake
https://www.ted.com/talks/ricardo_semler_how_to_run_a_company_with_almost_no_rules
https://www.ted.com/talks/helen_m_farrell_what_is_bipolar_disorder
https://www.ted.com/talks/rebecca_saxe_how_we_read_each_other_s_minds
https://www.ted.com/talks/george_blair_west_3_ways_to_build_a_happy_marriage_and_avoid_divorce
https://www.ted.com/talks/frank_warren_half_a_million_secrets
https://www.ted.com/talks/barry_schwartz_the_way_we_think_about_work_is_broken
https://www.ted.com/talks/rory_sutherland_life_lessons_from_an_ad_man
https://www.ted.com/talks/david_mccandless_the_beauty_of_data_visualization
https://www.ted.com/talks/claire_bowern_where_did_english_come_from
https://www.ted.com/talks/stella_young_i_m_not_your_inspiration_thank_you_very_much
https://www.ted.com/talks/hamdi_ulukaya_the_anti_ceo_playbook
https://www.ted.com/talks/margaret_heffernan_the_human_skills_we_need_in_an_unpredictable_world
https://www.ted.com/talks/amy_tan_where_does_creativity_hide
https://www.ted.com/talks/janja_lalich_why_do_people_join_cults
https://www.ted.com/talks/richard_wilkinson_how_economic_inequality_harms_societies
https://www.ted.com/talks/marco_tempest_and_for_my_next_trick_a_robot
https://www.ted.com/talks/frans_de_waal_the_surprising_science_of_alpha_males
https://www.ted.com/talks/cleo_wade_want_to_change_the_world_start_by_being_brave_enough_to_care
https://www.ted.com/talks/aatish_bhatia_the_physics_of_human_sperm_vs_the_physics_of_the_sperm_whale
https://www.ted.com/talks/eleanor_nelsen_how_to_unboil_an_egg
https://www.ted.com/talks/eva_maria_geigl_the_history_of_the_world_according_to_cats
https://www.ted.com/talks/tom_wujec_got_a_wicked_problem_first_tell_me_how_you_make_toast
https://www.ted.com/talks/yeonmi_park_what_i_learned_about_freedom_after_escaping_north_korea
https://www.ted.com/talks/matt_killingsworth_want_to_be_happier_stay_in_the_moment
https://www.ted.com/talks/jr_my_wish_use_art_to_turn_the_world_inside_out
https://www.ted.com/talks/clifford_stoll_the_call_to_learn
https://www.ted.com/talks/jonny_sun_you_are_not_alone_in_your_loneliness
https://www.ted.com/talks/natalie_fratto_3_ways_to_measure_your_adaptability_and_how_to_improve_it
https://www.ted.com/talks/neil_pasricha_the_3_a_s_of_awesome
https://www.ted.com/talks/casey_brown_know_your_worth_and_then_ask_for_it
https://www.ted.com/talks/dylan_marron_empathy_is_not_endorsement
https://www.ted.com/talks/chip_conley_measuring_what_makes_life_worthwhile
https://www.ted.com/talks/isaac_lidsky_what_reality_are_you_creating_for_yourself
https://www.ted.com/talks/lori_gottlieb_how_changing_your_story_can_change_your_life
https://www.ted.com/talks/sebastian_thrun_google_s_driverless_car
https://www.ted.com/talks/pico_iyer_the_art_of_stillness
https://www.ted.com/talks/george_takei_why_i_love_a_country_that_once_betrayed_me
https://www.ted.com/talks/sirena_huang_an_11_year_old_s_magical_violin
https://www.ted.com/talks/mark_bezos_a_life_lesson_from_a_volunteer_firefighter
https://www.ted.com/talks/rob_reid_the_8_billion_ipod
https://www.ted.com/talks/katharine_hayhoe_the_most_important_thing_you_can_do_to_fight_climate_change_talk_about_it
https://www.ted.com/talks/thomas_lloyd_why_am_i_so_gay
https://www.ted.com/talks/martin_ford_how_we_ll_earn_money_in_a_future_without_jobs
https://www.ted.com/talks/eleanor_nelsen_would_you_sacrifice_one_person_to_save_five
https://www.ted.com/talks/rutger_bregman_poverty_isn_t_a_lack_of_character_it_s_a_lack_of_cash
https://www.ted.com/talks/mariano_sigman_your_words_may_predict_your_future_mental_health
https://www.ted.com/talks/jocelyne_bloch_the_brain_may_be_able_to_repair_itself_with_help
https://www.ted.com/talks/donald_hoffman_do_we_see_reality_as_it_is
https://www.ted.com/talks/charlie_todd_the_shared_experience_of_absurdity
https://www.ted.com/talks/richard_j_wood_how_do_carbohydrates_impact_your_health
https://www.ted.com/talks/latif_nasser_you_have_no_idea_where_camels_really_come_from
https://www.ted.com/talks/roger_antonsen_math_is_the_hidden_secret_to_understanding_the_world
https://www.ted.com/talks/gwynne_shotwell_spacex_s_plan_to_fly_you_across_the_globe_in_30_minutes
https://www.ted.com/talks/sylvia_earle_my_wish_protect_our_oceans
https://www.ted.com/talks/mehdi_ordikhani_seyedlar_what_happens_in_your_brain_when_you_pay_attention
https://www.ted.com/talks/sarah_jayne_blakemore_the_mysterious_workings_of_the_adolescent_brain
https://www.ted.com/talks/eleanor_nelsen_mary_s_room_a_philosophical_thought_experiment
https://www.ted.com/talks/sugata_mitra_the_child_driven_education
https://www.ted.com/talks/bronwyn_king_you_may_be_accidentally_investing_in_cigarette_companies
https://www.ted.com/talks/billy_graham_on_technology_and_faith
https://www.ted.com/talks/chad_orzel_what_is_the_heisenberg_uncertainty_principle
https://www.ted.com/talks/jim_simons_the_mathematician_who_cracked_wall_street
https://www.ted.com/talks/jessa_gamble_our_natural_sleep_cycle_is_nothing_like_what_we_do_now
https://www.ted.com/talks/damion_searls_how_does_the_rorschach_inkblot_test_work
https://www.ted.com/talks/jaron_lanier_how_we_need_to_remake_the_internet
https://www.ted.com/talks/ramsey_musallam_3_rules_to_spark_learning
https://www.ted.com/talks/hans_rosling_religions_and_babies
https://www.ted.com/talks/nanfu_wang_what_it_was_like_to_grow_up_under_china_s_one_child_policy
https://www.ted.com/talks/anthony_atala_printing_a_human_kidney
https://www.ted.com/talks/liv_boeree_3_lessons_on_decision_making_from_a_poker_champion
https://www.ted.com/talks/william_kamkwamba_how_i_built_a_windmill
https://www.ted.com/talks/suzana_herculano_houzel_what_is_so_special_about_the_human_brain
https://www.ted.com/talks/sam_kean_what_happens_when_you_remove_the_hippocampus
https://www.ted.com/talks/mel_rosenberg_what_causes_cavities
https://www.ted.com/talks/albert_laszlo_barabasi_the_real_relationship_between_your_age_and_your_chance_of_success
https://www.ted.com/talks/per_espen_stoknes_how_to_transform_apocalypse_fatigue_into_action_on_global_warming
https://www.ted.com/talks/morgana_bailey_the_danger_of_hiding_who_you_are
https://www.ted.com/talks/armand_d_angour_the_real_story_behind_archimedes_eureka
https://www.ted.com/talks/fiona_radford_from_slave_to_rebel_gladiator_the_life_of_spartacus
https://www.ted.com/talks/danielle_feinberg_the_magic_ingredient_that_brings_pixar_movies_to_life
https://www.ted.com/talks/steven_pinker_the_surprising_decline_in_violence
https://www.ted.com/talks/kio_stark_why_you_should_talk_to_strangers
https://www.ted.com/talks/stanley_mcchrystal_listen_learn_then_lead
https://www.ted.com/talks/ben_ambridge_9_myths_about_psychology_debunked
https://www.ted.com/talks/thandie_newton_embracing_otherness_embracing_myself
https://www.ted.com/talks/carl_honore_in_praise_of_slowness
https://www.ted.com/talks/katerina_kaouri_the_sonic_boom_problem
https://www.ted.com/talks/tony_porter_a_call_to_men
https://www.ted.com/talks/yuval_noah_harari_nationalism_vs_globalism_the_new_political_divide
https://www.ted.com/talks/juan_enriquez_what_will_humans_look_like_in_100_years
https://www.ted.com/talks/guy_hoffman_robots_with_soul
https://www.ted.com/talks/einstein_the_parrot_a_talking_squawking_parrot
https://www.ted.com/talks/kevin_allocca_why_videos_go_viral
https://www.ted.com/talks/hans_rosling_the_magic_washing_machine
https://www.ted.com/talks/neil_harbisson_i_listen_to_color
https://www.ted.com/talks/taiye_selasi_don_t_ask_where_i_m_from_ask_where_i_m_a_local
https://www.ted.com/talks/betsy_schwarm_why_should_you_listen_to_vivaldi_s_four_seasons
https://www.ted.com/talks/iseult_gillespie_the_tale_of_the_doctor_who_defied_death
https://www.ted.com/talks/tony_fadell_the_first_secret_of_design_is_noticing
https://www.ted.com/talks/rose_eveleth_the_science_of_spiciness
https://www.ted.com/talks/carolyn_porco_this_is_saturn
https://www.ted.com/talks/david_eagleman_can_we_create_new_senses_for_humans
https://www.ted.com/talks/eric_x_li_a_tale_of_two_political_systems
https://www.ted.com/talks/alanna_shaikh_why_covid_19_is_hitting_us_now_and_how_to_prepare_for_the_next_outbreak
https://www.ted.com/talks/yanis_varoufakis_capitalism_will_eat_democracy_unless_we_speak_up
https://www.ted.com/talks/dolores_huerta_how_to_overcome_apathy_and_find_your_power
https://www.ted.com/talks/valarie_kaur_3_lessons_of_revolutionary_love_in_a_time_of_rage
https://www.ted.com/talks/io_tillett_wright_fifty_shades_of_gay
https://www.ted.com/talks/tina_seelig_the_little_risks_you_can_take_to_increase_your_luck
https://www.ted.com/talks/marco_alvera_the_surprising_ingredient_that_makes_businesses_work_better
https://www.ted.com/talks/jennifer_doudna_how_crispr_lets_us_edit_our_dna
https://www.ted.com/talks/dan_ariely_how_to_change_your_behavior_for_the_better
https://www.ted.com/talks/alex_gendler_history_vs_christopher_columbus
https://www.ted.com/talks/adam_savage_my_love_letter_to_cosplay
https://www.ted.com/talks/wisecrack_plato_s_best_and_worst_ideas
https://www.ted.com/talks/martin_rees_is_this_our_final_century
https://www.ted.com/talks/heba_shaheed_is_it_bad_to_hold_your_pee
https://www.ted.com/talks/zeynep_tufekci_we_re_building_a_dystopia_just_to_make_people_click_on_ads
https://www.ted.com/talks/a_j_jacobs_my_year_of_living_biblically
https://www.ted.com/talks/david_chalmers_how_do_you_explain_consciousness
https://www.ted.com/talks/marla_spivak_why_bees_are_disappearing
https://www.ted.com/talks/colm_kelleher_what_is_zeno_s_dichotomy_paradox
https://www.ted.com/talks/richard_e_cytowic_what_percentage_of_your_brain_do_you_use
https://www.ted.com/talks/marina_abramovic_an_art_made_of_trust_vulnerability_and_connection
https://www.ted.com/talks/a_j_jacobs_my_journey_to_thank_all_the_people_responsible_for_my_morning_coffee
https://www.ted.com/talks/anjali_kumar_my_failed_mission_to_find_god_and_what_i_found_instead
https://www.ted.com/talks/alain_de_botton_atheism_2_0
https://www.ted.com/talks/sarah_t_stewart_where_did_the_moon_come_from_a_new_theory
https://www.ted.com/talks/lisa_kristine_photos_that_bear_witness_to_modern_slavery
https://www.ted.com/talks/rory_sutherland_perspective_is_everything
https://www.ted.com/talks/john_mcwhorter_txtng_is_killing_language_jk
https://www.ted.com/talks/scott_galloway_how_amazon_apple_facebook_and_google_manipulate_our_emotions
https://www.ted.com/talks/hetain_patel_who_am_i_think_again
https://www.ted.com/talks/ray_kurzweil_the_accelerating_power_of_technology
https://www.ted.com/talks/ryan_martin_why_we_get_mad_and_why_it_s_healthy
https://www.ted.com/talks/adam_savage_how_simple_ideas_lead_to_scientific_discoveries
https://www.ted.com/talks/grady_booch_don_t_fear_superintelligent_ai
https://www.ted.com/talks/skylar_tibbits_the_emergence_of_4d_printing
https://www.ted.com/talks/christoph_niemann_you_are_fluent_in_this_language_and_don_t_even_know_it
https://www.ted.com/talks/michael_shermer_the_pattern_behind_self_deception
https://www.ted.com/talks/dixon_chibanda_why_i_train_grandmothers_to_treat_depression
https://www.ted.com/talks/dan_kwartler_what_would_happen_if_every_human_suddenly_disappeared
https://www.ted.com/talks/ruby_wax_what_s_so_funny_about_mental_illness
https://www.ted.com/talks/emily_f_rothman_how_porn_changes_the_way_teens_think_about_sex
https://www.ted.com/talks/shaolan_the_chinese_zodiac_explained
https://www.ted.com/talks/rodrigo_y_gabriela_an_electrifying_acoustic_guitar_performance
https://www.ted.com/talks/deb_roy_the_birth_of_a_word
https://www.ted.com/talks/david_casarett_a_doctor_s_case_for_medical_marijuana
https://www.ted.com/talks/chand_john_what_s_the_fastest_way_to_alphabetize_your_bookshelf
https://www.ted.com/talks/suleika_jaouad_what_almost_dying_taught_me_about_living
https://www.ted.com/talks/jim_fallon_exploring_the_mind_of_a_killer
https://www.ted.com/talks/robyn_j_crook_how_do_animals_experience_pain
https://www.ted.com/talks/william_kamkwamba_how_i_harnessed_the_wind
https://www.ted.com/talks/charles_c_mann_how_will_we_survive_when_the_population_hits_10_billion
https://www.ted.com/talks/camille_seaman_the_arctic_vs_the_antarctic
https://www.ted.com/talks/alexa_meade_your_body_is_my_canvas
https://www.ted.com/talks/dan_meyer_math_class_needs_a_makeover
https://www.ted.com/talks/gustavo_dudamel_and_the_teresa_carreno_youth_orchestra_el_sistema_s_top_youth_orchestra
https://www.ted.com/talks/joseph_kim_the_family_i_lost_in_north_korea_and_the_family_i_gained
https://www.ted.com/talks/ash_beckham_we_re_all_hiding_something_let_s_find_the_courage_to_open_up
https://www.ted.com/talks/george_zaidan_how_do_pain_relievers_work
https://www.ted.com/talks/susan_savage_rumbaugh_the_gentle_genius_of_bonobos
https://www.ted.com/talks/sheena_iyengar_how_to_make_choosing_easier
https://www.ted.com/talks/uri_hasson_this_is_your_brain_on_communication
https://www.ted.com/talks/drew_berry_animations_of_unseeable_biology
https://www.ted.com/talks/james_b_glattfelder_who_controls_the_world
https://www.ted.com/talks/harald_haas_forget_wi_fi_meet_the_new_li_fi_internet
https://www.ted.com/talks/sarah_lewis_embrace_the_near_win
https://www.ted.com/talks/shubhendu_sharma_how_to_grow_a_forest_in_your_backyard
https://www.ted.com/talks/courtney_e_martin_the_new_american_dream
https://www.ted.com/talks/anjan_chatterjee_how_your_brain_decides_what_is_beautiful
https://www.ted.com/talks/ben_goldacre_battling_bad_science
https://www.ted.com/talks/christine_porath_why_being_respectful_to_your_coworkers_is_good_for_business
https://www.ted.com/talks/sheryl_sandberg_so_we_leaned_in_now_what
https://www.ted.com/talks/david_brooks_should_you_live_for_your_resume_or_your_eulogy
https://www.ted.com/talks/fei_fei_li_how_we_re_teaching_computers_to_understand_pictures
https://www.ted.com/talks/susan_pinker_the_secret_to_living_longer_may_be_your_social_life
https://www.ted.com/talks/tan_le_a_headset_that_reads_your_brainwaves
https://www.ted.com/talks/rosie_king_how_autism_freed_me_to_be_myself
https://www.ted.com/talks/heidi_grant_how_to_ask_for_help_and_get_a_yes
https://www.ted.com/talks/ariana_curtis_museums_should_honor_the_everyday_not_just_the_extraordinary
https://www.ted.com/talks/edmond_hui_how_the_heart_actually_pumps_blood
https://www.ted.com/talks/julian_assange_why_the_world_needs_wikileaks
https://www.ted.com/talks/kenneth_lacovara_hunting_for_dinosaurs_showed_me_our_place_in_the_universe
https://www.ted.com/talks/jane_fonda_life_s_third_act
https://www.ted.com/talks/hamish_jolly_a_shark_deterrent_wetsuit_and_it_s_not_what_you_think
https://www.ted.com/talks/bonnie_bassler_how_bacteria_talk
https://www.ted.com/talks/harald_haas_wireless_data_from_every_light_bulb
https://www.ted.com/talks/j_d_vance_america_s_forgotten_working_class
https://www.ted.com/talks/thomas_curran_our_dangerous_obsession_with_perfectionism_is_getting_worse
https://www.ted.com/talks/allan_adams_what_the_discovery_of_gravitational_waves_means
https://www.ted.com/talks/michael_molina_what_is_deja_vu_what_is_deja_vu
https://www.ted.com/talks/yasmin_green_how_technology_can_fight_extremism_and_online_harassment
https://www.ted.com/talks/john_mcwhorter_are_elvish_klingon_dothraki_and_na_vi_real_languages
https://www.ted.com/talks/astro_teller_the_unexpected_benefit_of_celebrating_failure
https://www.ted.com/talks/rich_benjamin_my_road_trip_through_the_whitest_towns_in_america
https://www.ted.com/talks/rajiv_maheswaran_the_math_behind_basketball_s_wildest_moves
https://www.ted.com/talks/sandeep_jauhar_how_your_emotions_change_the_shape_of_your_heart
https://www.ted.com/talks/robb_willer_how_to_have_better_political_conversations
https://www.ted.com/talks/alex_gendler_a_brief_history_of_chess
https://www.ted.com/talks/dean_ornish_the_killer_american_diet_that_s_sweeping_the_planet
https://www.ted.com/talks/graham_hill_why_i_m_a_weekday_vegetarian
https://www.ted.com/talks/tanya_khovanova_can_you_solve_the_leonardo_da_vinci_riddle
https://www.ted.com/talks/robert_lang_the_math_and_magic_of_origami
https://www.ted.com/talks/majora_carter_greening_the_ghetto
https://www.ted.com/talks/geert_chatrou_a_whistleblower_you_haven_t_heard
https://www.ted.com/talks/emily_nagoski_how_couples_can_sustain_a_strong_sexual_connection_for_a_lifetime
https://www.ted.com/talks/joshua_klein_a_thought_experiment_on_the_intelligence_of_crows
https://www.ted.com/talks/matt_mills_image_recognition_that_triggers_augmented_reality
https://www.ted.com/talks/juno_mac_the_laws_that_sex_workers_really_want
https://www.ted.com/talks/brian_christian_how_to_manage_your_time_more_effectively_according_to_machines
https://www.ted.com/talks/kakenya_ntaiya_a_girl_who_demanded_school
https://www.ted.com/talks/patty_mccord_8_lessons_on_building_a_company_people_enjoy_working_for
https://www.ted.com/talks/jim_hemerling_5_ways_to_lead_in_an_era_of_constant_change
https://www.ted.com/talks/anand_varma_the_first_21_days_of_a_bee_s_life
https://www.ted.com/talks/avi_reichental_what_s_next_in_3d_printing
https://www.ted.com/talks/addison_anderson_the_most_groundbreaking_scientist_you_ve_never_heard_of
https://www.ted.com/talks/boaz_almog_the_levitating_superconductor
https://www.ted.com/talks/mandy_len_catron_a_better_way_to_talk_about_love
https://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education
https://www.ted.com/talks/jack_horner_where_are_the_baby_dinosaurs
https://www.ted.com/talks/emily_nagoski_the_truth_about_unwanted_arousal
https://www.ted.com/talks/kate_darling_why_we_have_an_emotional_connection_to_robots
https://www.ted.com/talks/eve_pearlman_how_to_lead_a_conversation_between_people_who_disagree
https://www.ted.com/talks/marco_a_sotomayor_the_surprising_reason_you_feel_awful_when_you_re_sick
https://www.ted.com/talks/tristan_harris_how_a_handful_of_tech_companies_control_billions_of_minds_every_day
https://www.ted.com/talks/arthur_benjamin_teach_statistics_before_calculus
https://www.ted.com/talks/michelle_kuo_the_healing_power_of_reading
https://www.ted.com/talks/beardyman_the_polyphonic_me
https://www.ted.com/talks/aja_monet_and_phillip_agnew_a_love_story_about_the_power_of_art_as_organizing
https://www.ted.com/talks/harry_cliff_have_we_reached_the_end_of_physics
https://www.ted.com/talks/jared_diamond_why_do_societies_collapse
https://www.ted.com/talks/paolo_cardini_forget_multitasking_try_monotasking
https://www.ted.com/talks/hannah_gadsby_three_ideas_three_contradictions_or_not
https://www.ted.com/talks/anthony_goldbloom_the_jobs_we_ll_lose_to_machines_and_the_ones_we_won_t
https://www.ted.com/talks/keren_elazari_hackers_the_internet_s_immune_system
https://www.ted.com/talks/joe_kowan_how_i_beat_stage_fright
https://www.ted.com/talks/bjarke_ingels_3_warp_speed_architecture_tales
https://www.ted.com/talks/ingrid_fetell_lee_where_joy_hides_and_how_to_find_it
https://www.ted.com/talks/sabine_doebel_how_your_brain_s_executive_function_works_and_how_to_improve_it
https://www.ted.com/talks/larry_page_where_s_google_going_next
https://www.ted.com/talks/laura_galante_how_and_why_russia_hacked_the_us_election
https://www.ted.com/talks/garth_sundem_how_to_defeat_a_dragon_with_math
https://www.ted.com/talks/kimberle_crenshaw_the_urgency_of_intersectionality
https://www.ted.com/talks/joe_gebbia_how_airbnb_designs_for_trust
https://www.ted.com/talks/erez_garty_football_physics_the_impossible_free_kick
https://www.ted.com/talks/stacie_bosley_how_to_spot_a_pyramid_scheme
https://www.ted.com/talks/carin_bondar_the_birds_and_the_bees_are_just_the_beginning
https://www.ted.com/talks/rick_doblin_the_future_of_psychedelic_assisted_psychotherapy
https://www.ted.com/talks/emily_levine_a_theory_of_everything
https://www.ted.com/talks/ziauddin_yousafzai_my_daughter_malala
https://www.ted.com/talks/tasha_eurich_increase_your_self_awareness_with_one_simple_fix
https://www.ted.com/talks/ole_scheeren_why_great_architecture_should_tell_a_story
https://www.ted.com/talks/daniel_goldstein_the_battle_between_your_present_and_future_self
https://www.ted.com/talks/emma_bryce_should_we_eat_bugs
https://www.ted.com/talks/emma_bryce_the_power_of_the_placebo_effect
https://www.ted.com/talks/sting_how_i_started_writing_songs_again
https://www.ted.com/talks/david_deutsch_chemical_scum_that_dream_of_distant_quasars
https://www.ted.com/talks/chris_urmson_how_a_driverless_car_sees_the_road
https://www.ted.com/talks/jeremy_howard_the_wonderful_and_terrifying_implications_of_computers_that_can_learn
https://www.ted.com/talks/doug_levinson_what_gives_a_dollar_bill_its_value
https://www.ted.com/talks/phil_hansen_embrace_the_shake
https://www.ted.com/talks/dambisa_moyo_is_china_the_new_idol_for_emerging_economies
https://www.ted.com/talks/annie_murphy_paul_what_we_learn_before_we_re_born
https://www.ted.com/talks/shilpa_ravella_how_the_food_you_eat_affects_your_gut
https://www.ted.com/talks/angelica_dass_the_beauty_of_human_skin_in_every_color
https://www.ted.com/talks/richard_turere_my_invention_that_made_peace_with_lions
https://www.ted.com/talks/david_asch_why_it_s_so_hard_to_make_healthy_decisions
https://www.ted.com/talks/wendy_de_la_rosa_3_psychological_tricks_to_help_you_save_money
https://www.ted.com/talks/laurie_santos_a_monkey_economy_as_irrational_as_ours
https://www.ted.com/talks/jenni_chang_and_lisa_dazols_this_is_what_lgbt_life_is_like_around_the_world
https://www.ted.com/talks/laura_trice_remember_to_say_thank_you
https://www.ted.com/talks/nancy_duarte_the_secret_structure_of_great_talks
https://www.ted.com/talks/dan_kwartler_what_causes_headaches
https://www.ted.com/talks/ben_goldacre_what_doctors_don_t_know_about_the_drugs_they_prescribe
https://www.ted.com/talks/sebastian_wernicke_lies_damned_lies_and_statistics_about_tedtalks
https://www.ted.com/talks/kare_anderson_be_an_opportunity_maker
https://www.ted.com/talks/nick_hanauer_beware_fellow_plutocrats_the_pitchforks_are_coming
https://www.ted.com/talks/aaron_reedy_sex_determination_more_complicated_than_you_thought
https://www.ted.com/talks/charmian_gooch_meet_global_corruption_s_hidden_players
https://www.ted.com/talks/melissa_marshall_talk_nerdy_to_me
https://www.ted.com/talks/denis_dutton_a_darwinian_theory_of_beauty
https://www.ted.com/talks/joseph_redmon_how_computers_learn_to_recognize_objects_instantly
https://www.ted.com/talks/robin_steinberg_what_if_we_ended_the_injustice_of_bail
https://www.ted.com/talks/taylor_wilson_my_radical_plan_for_small_nuclear_fission_reactors
https://www.ted.com/talks/joey_alexander_an_11_year_old_prodigy_performs_old_school_jazz
https://www.ted.com/talks/stephen_cave_the_4_stories_we_tell_ourselves_about_death
https://www.ted.com/talks/chip_kidd_designing_books_is_no_laughing_matter_ok_it_is
https://www.ted.com/talks/suchitra_krishnan_sarin_what_you_should_know_about_vaping_and_e_cigarettes
https://www.ted.com/talks/aimee_mullins_the_opportunity_of_adversity
https://www.ted.com/talks/martin_pistorius_how_my_mind_came_back_to_life_and_no_one_knew
https://www.ted.com/talks/steven_pinker_what_our_language_habits_reveal
https://www.ted.com/talks/david_grady_how_to_save_the_world_or_at_least_yourself_from_bad_meetings
https://www.ted.com/talks/travis_rieder_the_agony_of_opioid_withdrawal_and_what_doctors_should_tell_patients_about_it
https://www.ted.com/talks/britta_riley_a_garden_in_my_apartment
https://www.ted.com/talks/george_zaidan_why_is_ketchup_so_hard_to_pour
https://www.ted.com/talks/neri_oxman_design_at_the_intersection_of_technology_and_biology
https://www.ted.com/talks/dong_woo_jang_the_art_of_bow_making
https://www.ted.com/talks/dave_isay_everyone_around_you_has_a_story_the_world_needs_to_hear
https://www.ted.com/talks/burcin_mutlu_pakdil_a_rare_galaxy_that_s_challenging_our_understanding_of_the_universe
https://www.ted.com/talks/philip_zimbardo_the_demise_of_guys
https://www.ted.com/talks/al_seckel_visual_illusions_that_show_how_we_mis_think
https://www.ted.com/talks/chip_conley_what_baby_boomers_can_learn_from_millennials_at_work_and_vice_versa
https://www.ted.com/talks/sarah_jones_a_one_woman_global_village
https://www.ted.com/talks/linda_hill_how_to_manage_for_collective_creativity
https://www.ted.com/talks/morgan_spurlock_the_greatest_ted_talk_ever_sold
https://www.ted.com/talks/sofia_jawed_wessel_the_lies_we_tell_pregnant_women
https://www.ted.com/talks/olutimehin_adegbeye_who_belongs_in_a_city
https://www.ted.com/talks/sleepy_man_banjo_boys_teen_wonders_play_bluegrass
https://www.ted.com/talks/serena_williams_and_gayle_king_on_tennis_love_and_motherhood
https://www.ted.com/talks/matt_ridley_when_ideas_have_sex
https://www.ted.com/talks/paul_nicklen_animal_tales_from_icy_wonderlands
https://www.ted.com/talks/rufus_griscom_alisa_volkman_let_s_talk_parenting_taboos
https://www.ted.com/talks/peter_calthorpe_7_principles_for_building_better_cities
https://www.ted.com/talks/william_ury_the_walk_from_no_to_yes
https://www.ted.com/talks/chris_a_kniesly_history_through_the_eyes_of_a_chicken
https://www.ted.com/talks/george_monbiot_the_new_political_story_that_could_change_everything
https://www.ted.com/talks/mike_cannon_brookes_how_you_can_use_impostor_syndrome_to_your_benefit
https://www.ted.com/talks/heather_lanier_good_and_bad_are_incomplete_stories_we_tell_ourselves
https://www.ted.com/talks/lee_thomas_how_i_help_people_understand_vitiligo
https://www.ted.com/talks/howard_c_stevenson_how_to_resolve_racially_stressful_situations
https://www.ted.com/talks/burt_rutan_the_real_future_of_space_exploration
https://www.ted.com/talks/daniele_quercia_happy_maps
https://www.ted.com/talks/christopher_emdin_teach_teachers_how_to_create_magic
https://www.ted.com/talks/ben_cort_what_commercialization_is_doing_to_cannabis
https://www.ted.com/talks/simona_francese_your_fingerprints_reveal_more_than_you_think
https://www.ted.com/talks/juna_kollmeier_the_most_detailed_map_of_galaxies_black_holes_and_stars_ever_made
https://www.ted.com/talks/tali_sharot_the_optimism_bias
https://www.ted.com/talks/janine_benyus_biomimicry_s_surprising_lessons_from_nature_s_engineers
https://www.ted.com/talks/ari_wallach_3_ways_to_plan_for_the_very_long_term
https://www.ted.com/talks/rodrigo_canales_the_deadly_genius_of_drug_cartels
https://www.ted.com/talks/scott_gass_how_big_is_the_ocean
https://www.ted.com/talks/bethany_rickwald_and_hayley_levitt_would_you_opt_for_a_life_with_no_pain
https://www.ted.com/talks/elizabeth_lyle_how_to_break_bad_management_habits_before_they_reach_the_next_generation_of_leaders
https://www.ted.com/talks/glenn_greenwald_why_privacy_matters
https://www.ted.com/talks/dennis_wildfogel_how_big_is_infinity
https://www.ted.com/talks/samuel_cohen_alzheimer_s_is_not_normal_aging_and_we_can_cure_it
https://www.ted.com/talks/seth_godin_the_tribes_we_lead
https://www.ted.com/talks/helen_pearson_lessons_from_the_longest_study_on_human_development
https://www.ted.com/talks/jennifer_senior_for_parents_happiness_is_a_very_high_bar
https://www.ted.com/talks/diane_wolk_rogers_a_parkland_teacher_s_homework_for_us_all
https://www.ted.com/talks/mitch_resnick_let_s_teach_kids_to_code
https://www.ted.com/talks/jennifer_golbeck_your_social_media_likes_expose_more_than_you_think
https://www.ted.com/talks/donald_sadoway_the_missing_link_to_renewable_energy
https://www.ted.com/talks/peter_doolittle_how_your_working_memory_makes_sense_of_the_world
https://www.ted.com/talks/birke_baehr_what_s_wrong_with_our_food_system
https://www.ted.com/talks/david_gruber_glow_in_the_dark_sharks_and_other_stunning_sea_creatures
https://www.ted.com/talks/phil_plait_how_to_defend_earth_from_asteroids
https://www.ted.com/talks/carl_safina_what_are_animals_thinking_and_feeling
https://www.ted.com/talks/caroline_casey_looking_past_limits
https://www.ted.com/talks/america_ferrera_my_identity_is_a_superpower_not_an_obstacle
https://www.ted.com/talks/parul_sehgal_an_ode_to_envy
https://www.ted.com/talks/neha_narula_the_future_of_money
https://www.ted.com/talks/eric_sanderson_new_york_before_the_city
https://www.ted.com/talks/emma_rodero_como_darle_credibilidad_a_tu_voz
https://www.ted.com/talks/adam_foss_a_prosecutor_s_vision_for_a_better_justice_system
https://www.ted.com/talks/lawrence_lessig_laws_that_choke_creativity
https://www.ted.com/talks/kaitlyn_sadtler_how_we_could_teach_our_bodies_to_heal_faster
https://www.ted.com/talks/chris_anderson_why_can_t_we_see_evidence_of_alien_life
https://www.ted.com/talks/j_marshall_shepherd_3_kinds_of_bias_that_shape_your_worldview
https://www.ted.com/talks/dessa_can_we_choose_to_fall_out_of_love_feb_2019
https://www.ted.com/talks/louie_schwartzberg_the_hidden_beauty_of_pollination
https://www.ted.com/talks/bina_venkataraman_the_power_to_think_ahead_in_a_reckless_age
https://www.ted.com/talks/karen_thompson_walker_what_fear_can_teach_us
https://www.ted.com/talks/nikki_webber_allen_don_t_suffer_from_your_depression_in_silence
https://www.ted.com/talks/shereen_el_feki_a_little_told_tale_of_sex_and_sensuality
https://www.ted.com/talks/manwar_ali_inside_the_mind_of_a_former_radical_jihadist
https://www.ted.com/talks/sangu_delle_there_s_no_shame_in_taking_care_of_your_mental_health
https://www.ted.com/talks/tara_djokic_this_ancient_rock_is_changing_our_theory_on_the_origin_of_life
https://www.ted.com/talks/dan_barber_how_i_fell_in_love_with_a_fish
https://www.ted.com/talks/dan_finkel_can_you_solve_the_rogue_ai_riddle
https://www.ted.com/talks/thomas_hellum_the_world_s_most_boring_television_and_why_it_s_hilariously_addictive
https://www.ted.com/talks/stephanie_warren_the_chemistry_of_cookies
https://www.ted.com/talks/karissa_sanbonmatsu_the_biology_of_gender_from_dna_to_the_brain
https://www.ted.com/talks/arleen_sugano_the_physics_of_the_hardest_move_in_ballet
https://www.ted.com/talks/sarah_barmak_the_uncomplicated_truth_about_women_s_sexuality
https://www.ted.com/talks/andrew_forrest_a_radical_plan_to_end_plastic_waste
https://www.ted.com/talks/guy_winch_how_to_turn_off_work_thoughts_during_your_free_time
https://www.ted.com/talks/emily_levine_how_i_made_friends_with_reality
https://www.ted.com/talks/john_hodgman_aliens_love_where_are_they
https://www.ted.com/talks/karen_lloyd_this_deep_sea_mystery_is_changing_our_understanding_of_life
https://www.ted.com/talks/dan_adams_a_brief_history_of_goths
https://www.ted.com/talks/michele_wucker_why_we_ignore_obvious_problems_and_how_to_act_on_them
https://www.ted.com/talks/sue_austin_deep_sea_diving_in_a_wheelchair
https://www.ted.com/talks/ok_go_how_to_find_a_wonderful_idea
https://www.ted.com/talks/oliver_elfenbaum_how_does_the_stock_market_work
https://www.ted.com/talks/juliet_brophy_how_a_new_species_of_ancestors_is_changing_our_theory_of_human_evolution
https://www.ted.com/talks/keith_eggener_the_fascinating_history_of_cemeteries
https://www.ted.com/talks/joi_ito_want_to_innovate_become_a_now_ist
https://www.ted.com/talks/mike_brown_the_search_for_our_solar_system_s_ninth_planet
https://www.ted.com/talks/kathryn_schulz_don_t_regret_regret
https://www.ted.com/talks/alexis_ohanian_how_to_make_a_splash_in_social_media
https://www.ted.com/talks/emily_quinn_the_way_we_think_about_biological_sex_is_wrong
https://www.ted.com/talks/bob_inglis_american_bipartisan_politics_can_be_saved_here_s_how
https://www.ted.com/talks/janet_echelman_taking_imagination_seriously
https://www.ted.com/talks/elif_shafak_the_politics_of_fiction
https://www.ted.com/talks/jackson_katz_violence_against_women_it_s_a_men_s_issue
https://www.ted.com/talks/leah_georges_how_generational_stereotypes_hold_us_back_at_work
https://www.ted.com/talks/daniel_goleman_why_aren_t_we_more_compassionate
https://www.ted.com/talks/clint_smith_how_to_raise_a_black_son_in_america
https://www.ted.com/talks/jim_al_khalili_how_quantum_biology_might_explain_life_s_biggest_questions
https://www.ted.com/talks/grace_kim_how_cohousing_can_make_us_happier_and_live_longer
https://www.ted.com/talks/erez_yoeli_how_to_motivate_people_to_do_good_for_others
https://www.ted.com/talks/lucy_kalanithi_what_makes_life_worth_living_in_the_face_of_death
https://www.ted.com/talks/nic_marks_the_happy_planet_index
https://www.ted.com/talks/yassmin_abdel_magied_what_does_my_headscarf_mean_to_you
https://www.ted.com/talks/jacqueline_woodson_what_reading_slowly_taught_me_about_writing
https://www.ted.com/talks/lucianne_walkowicz_let_s_not_use_mars_as_a_backup_planet
https://www.ted.com/talks/james_gillies_dark_matter_the_matter_we_can_t_see
https://www.ted.com/talks/christian_moro_the_surprising_reason_our_muscles_get_tired
https://www.ted.com/talks/priya_parker_3_steps_to_turn_everyday_get_togethers_into_transformative_gatherings
https://www.ted.com/talks/philippe_starck_design_and_destiny
https://www.ted.com/talks/lindsay_amer_why_kids_need_to_learn_about_gender_and_sexuality
https://www.ted.com/talks/christopher_soghoian_how_to_avoid_surveillance_with_the_phone_in_your_pocket
https://www.ted.com/talks/alec_soth_and_stacey_baker_this_is_what_enduring_love_looks_like
https://www.ted.com/talks/lesley_hazleton_on_reading_the_koran
https://www.ted.com/talks/rives_if_i_controlled_the_internet
https://www.ted.com/talks/daniel_tammet_different_ways_of_knowing
https://www.ted.com/talks/geoffrey_canada_our_failing_schools_enough_is_enough
https://www.ted.com/talks/vilayanur_ramachandran_the_neurons_that_shaped_civilization
https://www.ted.com/talks/tim_brown_tales_of_creativity_and_play
https://www.ted.com/talks/john_lloyd_an_animated_tour_of_the_invisible
https://www.ted.com/talks/shashi_tharoor_why_nations_should_pursue_soft_power
https://www.ted.com/talks/bruce_friedrich_the_next_global_agricultural_revolution
https://www.ted.com/talks/cindy_gallop_make_love_not_porn
https://www.ted.com/talks/eric_giler_a_demo_of_wireless_electricity
https://www.ted.com/talks/diana_laufenberg_how_to_learn_from_mistakes
https://www.ted.com/talks/christopher_ryan_are_we_designed_to_be_sexual_omnivores
https://www.ted.com/talks/dennis_hong_my_seven_species_of_robot_and_how_we_created_them
https://www.ted.com/talks/olympia_della_flora_creative_ways_to_get_kids_to_thrive_in_school
https://www.ted.com/talks/michael_porter_the_case_for_letting_business_solve_social_problems
https://www.ted.com/talks/soraya_chemaly_the_power_of_women_s_anger
https://www.ted.com/talks/sharmeen_obaid_chinoy_how_film_transforms_the_way_we_see_the_world
https://www.ted.com/talks/matthieu_ricard_how_to_let_altruism_be_your_guide
https://www.ted.com/talks/devdutt_pattanaik_east_vs_west_the_myths_that_mystify
https://www.ted.com/talks/jeff_speck_4_ways_to_make_a_city_more_walkable
https://www.ted.com/talks/david_bolinsky_visualizing_the_wonder_of_a_living_cell
https://www.ted.com/talks/celine_valery_how_does_your_body_process_medicine
https://www.ted.com/talks/halla_tomasdottir_and_bryn_freedman_the_crisis_of_leadership_and_a_new_way_forward
https://www.ted.com/talks/gary_kovacs_tracking_our_online_trackers
https://www.ted.com/talks/james_cameron_before_avatar_a_curious_boy
https://www.ted.com/talks/paul_tasner_how_i_became_an_entrepreneur_at_66
https://www.ted.com/talks/james_zucker_how_do_you_know_you_exist
https://www.ted.com/talks/adam_spencer_why_i_fell_in_love_with_monster_prime_numbers
https://www.ted.com/talks/christer_mjaset_4_questions_you_should_always_ask_your_doctor
https://www.ted.com/talks/sir_ken_robinson_changing_education_paradigms
https://www.ted.com/talks/amy_edmondson_how_to_turn_a_group_of_strangers_into_a_team
https://www.ted.com/talks/menno_schilthuizen_the_evolution_of_animal_genitalia
https://www.ted.com/talks/michael_c_bush_this_is_what_makes_employees_happy_at_work
https://www.ted.com/talks/bill_schutt_a_brief_history_of_cannibalism
https://www.ted.com/talks/rodney_mullen_pop_an_ollie_and_innovate
https://www.ted.com/talks/richard_browning_how_i_built_a_jet_suit
https://www.ted.com/talks/hajer_sharief_how_to_use_family_dinner_to_teach_politics
https://www.ted.com/talks/stefan_sagmeister_happiness_by_design
https://www.ted.com/talks/sian_leah_beilock_why_we_choke_under_pressure_and_how_to_avoid_it
https://www.ted.com/talks/benedetta_berti_the_surprising_way_groups_like_isis_stay_in_power
https://www.ted.com/talks/manu_prakash_a_50_cent_microscope_that_folds_like_origami
https://www.ted.com/talks/britt_wray_how_climate_change_affects_your_mental_health
https://www.ted.com/talks/christina_wallace_how_to_stop_swiping_and_find_your_person_on_dating_apps
https://www.ted.com/talks/rebecca_brachman_a_new_class_of_drug_that_could_prevent_depression_and_ptsd
https://www.ted.com/talks/melinda_epler_3_ways_to_be_a_better_ally_in_the_workplace
https://www.ted.com/talks/benjamin_wallace_the_price_of_happiness
https://www.ted.com/talks/helder_guimaraes_a_magical_search_for_a_coincidence
https://www.ted.com/talks/dustin_yellin_a_journey_through_the_mind_of_an_artist
https://www.ted.com/talks/alisa_miller_how_the_news_distorts_our_worldview
https://www.ted.com/talks/george_smoot_the_design_of_the_universe
https://www.ted.com/talks/al_gore_new_thinking_on_the_climate_crisis
https://www.ted.com/talks/luisa_neubauer_why_you_should_be_a_climate_activist
https://www.ted.com/talks/matt_mullenweg_why_working_from_home_is_good_for_business