Science Friday® is produced by the Science Friday Initiative, a 501(c)(3) nonprofit organization.
Science Friday® and SciFri® are registered service marks of Science Friday, Inc. Site design by Pentagram; engineering by Mediapolis.
![]() |
![]() |
Tweet |
Neurologist, writer, motorcycle racer, weightlifter, swimmer, and enthusiast of ferns, cycads, cephalopods, and minerals—Oliver Sacks was a modern day Renaissance man. He was endlessly curious about the outer world, and the inner world of the brain, and inspired countless patients, readers, colleagues, and friends. Here we celebrate Sacks with recollections from those who knew him, and hear about his life in his own words, too, in archival Science Friday interviews dating back to 1995.
Orrin Devinsky, a professor of neurology at the NYU School of Medicine, was a friend and colleague of Oliver's for over 25 years. He recalled discovering Oliver's case histories in medical school:
"I was in medical school. I knew I was quite interested in psychiatry and neurology, but also in some other areas. And I'd never read as compelling case histories. I'd never seen a physician write about patients and bring them to life. And to portray them not just as patients, not just as individuals with deficits or problems. But as people. And there was some essence of humanity that I had never tasted before in my life, or certainly in my brief medical career at the time."
He also spoke about Oliver's gift as a doctor:
"Oliver brought two things together that to my view of the history of medicine were really never brought together. One was the very meticulous study of individual patients. And the second was a humanity. And a humility in approaching those patients. So that whereas people 50, 70 and 90 years ago certainly did meticulous case studies, they didn't have the humanity. And nowadays, certainly in academic medicine, neither case histories nor humanity is a prominent area.
I think hopefully medical education's trying to get better at allowing physicians to recognize the importance of seeing the person as a whole and getting into their life. But by the same token the reality of modern medicine is that doctors are looking at relative value units of how many patients they're seeing in a day. And how many studies are they performing or reading. And how many insurance companies are they calling back. And prescription authorizations, and test authorizations. So the ability of Oliver to go to a patient's home and observe them in their world, to go to their workplace, and observe them in their world, that's just a foreign animal in today's medical world."
Robbin Moran, curator of ferns at the New York Botanical Garden, recalled a fern-hunting trip they took to Oaxaca, Mexico--which Oliver later wrote about in Oaxaca Journal:
"He was always taking notes about things. And he would have this notebook that fit in his breast pocket, and he had different colored pens, that I guess he would use, like if he was taking notes about Aztec astronomy or something, he would do it in red, and then something else, like ferns, would be in green. He had it kind of color coded. And I remember going up to him and saying "Hi Oliver," and he looked at me and had like two different color pens sticking out of his mouth, and these colored pens in his pocket and he was writing furiously. And I began to get a sense of what a compulsive writer he was. And he was really fun to talk to, about anything. And I'm really going to miss him." |
EVAL ERROR: Entity: line 1: parser error : Space required after the Public Identifier ^ Entity: line 1: parser error : SystemLiteral " or ' expected ^ Entity: line 1: parser error : SYSTEM or PUBLIC, the URI is missing ^ Code: line 1: package tmpevalpackage; line 2: sub doEval { line 3: my($parent); line 4: line 5: if($LayoutManager::url_resolved_values{'SEGMENT.nickname'}) { line 6: $parent = $LayoutManager::url_resolved_values{'SEGMENT.nickname'}; line 7: } line 8: elsif($LayoutManager::url_resolved_values{'VIDEO.nickname'}) { line 9: $parent = $LayoutManager::url_resolved_values{'VIDEO.nickname'}; line 10: } line 11: elsif($LayoutManager::url_resolved_values{'DOCUMENT.nickname'}) { line 12: $parent = $LayoutManager::url_resolved_values{'DOCUMENT.nickname'} line 13: } line 14: line 15: if($parent) { line 16: my(@books) = &Database::SelectClause('BOOK',"parent = $parent"); line 17: if(!@books) { line 18: $parent = ''; line 19: } line 20: } line 21: line 22: if(!$parent) { line 23: my(@sel) = &Database::SelectClause('GLOBAL','record all ""'); line 24: if(@sel) { line 25: $parent = 'GLOBAL.' . $sel[0]; line 26: } line 27: $main::ENV{'reading_header'} = "FEATURED READING"; line 28: } line 29: line 30: = ''; line 31: line 32: if($parent) { line 33: my(@books) = &Database::SelectClause('BOOK',"parent = $parent"); line 34: 0 = 0; line 35: my $dots; line 36: foreach(@books) { line 37: my(%data); line 38: &Database::GetRow($_,'BOOK',\%data); line 39: my($status,$title,$author,$url,$image,$width,$height) = &SciFri::Schema::getAmazonItem($data{'isbn'}); line 40: if($data{'title'}) { line 41: $title = $data{'title'}; line 42: } line 43: if($data{'author'}) { line 44: $author = $data{'author'}; line 45: } line 46: if($status eq 'ok') { line 47: .= "<div class=\"box-2x1-item box-slide\" data-href=\"$url\">"; line 48: .= " <div class=\"box-2x1-item-photo\">"; line 49: .= " <div class=\"image-wrapper\" data-jsclass=\"imageWrapper\" data-align=\"right\">"; line 50: .= " <img src=\"$image\" data-width=\"$width\" data-height=\"$height\">"; line 51: .= " </div>"; line 52: .= " </div>"; line 53: .= " <h4>$title</h4>"; line 54: if($author) { line 55: .= " <p>by $author</p>"; line 56: } line 57: .= " <div class=\"box-2x1-more-button\"><a href=\"$url\"><img src=\"/images/v1/icon_text_more_white.png\" width=47 height=15 border=0></a></div>"; line 58: .= "</div>"; line 59: ++0; line 60: } line 61: } line 62: } line 63: if($parent eq "GLOBAL.1") { $main::ENV{'reading_header'} = "FEATURED READING"; } line 64: else { $main::ENV{'reading_header'} = "RELATED READING"; } line 65: }; line 66: &doEval(); line 67: 1;
Discussion