Logo
    Search

    #109 – Brian Kernighan: UNIX, C, AWK, AMPL, and Go Programming

    enJuly 18, 2020

    Podcast Summary

    • The Birth of UNIX: A More Efficient and User-Friendly Operating SystemIn the late 60s, UNIX was developed at Bell Labs to address the limitations of CTSS and create a more efficient and user-friendly operating system. Ken Thompson, Dennis Ritchie, and Brian Kernigan co-authored C programming language and created tools like AUK and Ample to power UNIX.

      UNIX, a groundbreaking operating system developed over 50 years ago, was born out of the desire to create a more efficient and user-friendly system than its predecessors. At Bell Labs in 1969, Ken Thompson and Dennis Ritchie, alongside key figure Brian Kernigan, began developing UNIX after finishing work on the Multics Project. UNIX was designed to overcome the limitations of its predecessors, such as CTSS, which was a nice time-sharing system but lacked the efficiency and ease of use that the team envisioned. The team, including Kernigan, co-authored the C programming language to power UNIX and created various tools and languages, including AUK and Ample. Kernigan's latest book, "Unix, a history, and a memoir," provides a detailed account of this pivotal moment in computer science history. As a side note, the conversation also touched upon two sponsors: 8Sleep's temperature-controlled Pod Pro mattress and Raycon earbuds. The Pod Pro mattress, which can be controlled through an app and offers health metrics, has been a game changer for the host's sleep quality. Raycon earbuds, which provide great sound and comfort, have become the host's go-to method for listening to podcasts, audio books, and music. Both sponsors offer discounts for listeners by using the links provided in the conversation.

    • The Birth of Time Sharing: Multiple Users Share a Single Large ComputerTime sharing revolutionized computing by allowing multiple users to access a single large computer, creating an illusion of exclusive use through efficient time management.

      Time sharing was a groundbreaking concept in computer science that allowed multiple users to access a single large computer as if they each had their own, through an illusion of having exclusive use. This was a significant improvement over the punch card method, where users would write their programs on cards and send them to an operator for processing. Time sharing operated by giving each user a small slice of time to perform a task, creating the impression of having the entire machine to oneself. CTSS, developed at MIT in the mid-60s, was the first time-sharing system and paved the way for larger-scale systems like Multics. Multics aimed to serve a larger population with a richer operating system environment and better resource sharing capabilities, foreshadowing the concept of cloud computing. Despite the limitations of the technology at the time, the vision was to create a computing utility where users could simply plug in and perform their tasks, much like we do today. However, it's unlikely that the dream at the time included the widespread access to computing for the masses that we see today.

    • Birthplace of Unix: Bell Labs in the late 1960sBell Labs' focus on research and innovation during the late 1960s led to the creation of Unix, a revolutionary operating system that would later transform the technology industry.

      The environment at Bell Labs in the late 1960s was a hotbed of innovation and research, particularly in the field of computing. Bell Labs, located in Murray Hill, New Jersey, was home to thousands of highly skilled individuals, many of whom held PhDs, and a strong focus on research to improve the country's phone service. At the time, computing was still in its infancy, and Bell Labs recognized the potential of computers to revolutionize various industries. When the project to develop Multics, an early computing utility, didn't meet expectations, several Bell Labs researchers were left without a suitable computing environment. They began designing a new operating system, inspired by the comfort of CTSS and the advanced features of Multics. Ken Thompson, one of these researchers, used a PDP-7 mini computer to experiment with file systems and eventually wrote the operating system that would become Unix. Bell Labs' focus on research and innovation, combined with the potential of computing, led to the birth of Unix. This revolutionary operating system would later have a significant impact on the technology industry and the world at large. The environment at Bell Labs in the late 1960s was instrumental in fostering the development of Unix and other groundbreaking technologies.

    • The Beginnings of Unix: A Daunting Task by Ken ThompsonIn just three weeks, Ken Thompson wrote the initial code for Unix in assembly language, marking the start of a computing revolution and the widespread use of Unix-like systems today.

      The creation of an early operating system like Unix was a daunting task, even for a computing pioneer like Ken Thompson. With no debuggers or modern development tools, Thompson wrote the initial code for Unix in assembly language on the PDP-7 in just three weeks. The operating system, which came out in 1964, was expensive but within reach of a modest group of people. Writing an operating system required a deep understanding of the system's architecture, assembly language programming, and the ability to see the big picture. Despite the challenges, Unix's creation marked the beginning of a computing revolution, leading to the development of modern operating systems and the widespread use of Unix-like systems today. It's fascinating to consider that such a small beginning led to the dominance of Unix systems in the world of computing. The timing of Thompson's contributions and the unique environment at Bell Labs played a significant role in the success of Unix. The cooperative and open environment allowed for the sharing of ideas and problem-solving, making the seemingly impossible a reality.

    • A system designed for programmersUnix fostered a community of innovation through simple tools, a responsive system, and physical proximity, leading to a wealth of useful programs.

      Unix was more than just an operating system; it was a community and an environment designed to make programming easier and more productive. The philosophy behind Unix was to create a system that catered specifically to programmers, fostering a community where ideas could be experimented with, and feedback could be received quickly. This was achieved through the use of simple yet effective tools, a responsive system, and the physical proximity of colleagues. The result was a virtuous circle of innovation, where the ease of writing and sharing code led to a wealth of useful programs. This dynamic, rooted in the unique culture of Bell Labs, significantly influenced the development of modern computing. However, it's important to remember that there were other places, like Xerox Park, contributing to the field in similar ways.

    • Unix's open-source influence from its pragmatic licensingUnix's open licensing led to its widespread use and community development, shaping influential systems like Linux, due to its simplicity, efficiency, and programmer-friendly design.

      Unix, though technically proprietary, was freely licensed to universities for many years, leading to its widespread use and eventual open-source influence. This pragmatic openness, despite legal complexities, fostered the growth of a community of experts who shaped the development of Unix and its descendants, such as Linux. Unix's simplicity, efficiency, and focus on programmer ease were key features that made it influential. These qualities were partly due to its origins on modest hardware, which enforced a minimalist design. Unix's impact is seen in its influence on other systems, like Plan 9, which extended Unix's file system model to various resources. Programming, according to the speaker, is a blend of art and science, with the art being the creative aspect of defining the problem and desired outcome, and the science being the rigorous application of techniques to achieve the goal effectively.

    • Understanding constraints and choosing solutionsConsider practical considerations and effective tools when approaching programming projects, like using AWK for small exploratory data analysis tasks due to its simplicity and automatic pattern matching features.

      Programming is not just about writing code, but also about understanding constraints and choosing the most appropriate solutions given the circumstances. This was discussed in relation to the differences between engineering, science, and art in the context of programming. The speaker shared that their personal process for writing programs is informal and incremental, often involving small exploratory data analysis projects. They also mentioned AWK, a programming language they find particularly effective for such tasks due to its simplicity and automatic pattern matching and action execution features. In essence, the conversation highlighted the importance of considering practical considerations and effective tools when approaching programming projects.

    • Linux command-line tools offer simplicity and powerLinux command-line tools like grep and awk offer a simpler and more efficient way to search through files and perform specific actions compared to graphical interfaces in other operating systems.

      The use of command-line tools like 'grep' and 'awk' in the Linux environment provides a simpler and more efficient way to search through files and perform specific actions compared to the graphical interfaces found in other operating systems like Windows. These tools, such as 'grep' which searches for patterns in files using regular expressions and performs a single action when a match is found, have been a significant part of the Linux computing experience for decades. Although tools like WSL and Sigmund allow for the use of these commands in Windows, the Linux environment has a deeper history and focus on command-line computing. The simplicity and power of these tools have made them indispensable for many users, especially those who are programmers or need to perform batch computing tasks. While the graphical interfaces of other operating systems may be more user-friendly for non-programmers, the command-line tools offer a level of efficiency and control that is unmatched. The editor mentioned in the conversation, 'Sam', is also a testament to the power and longevity of these command-line tools, as it is derived from the original UNIX editor, 'ed', which was also command-line based. Overall, the use of command-line tools in the Linux environment is a unique and powerful aspect of the computing experience that has stood the test of time.

    • From assembly languages to higher-level languagesThe history of programming languages started with assembly languages, then shifted to human-friendly higher-level languages in the late 50s, and continued to evolve with text editors in the late 70s.

      The evolution of programming languages began in the late 40s with assembly languages, which required intimate knowledge of specific machines. In the late 50s, there was a shift towards higher-level languages like Fortran, COBOL, and ALGOL, which were more human-friendly and focused on different domains. The advent of cursor control with CRT displays in the late 70s led to the development of text editors like VI and SAM, which allowed for more efficient editing. The speaker's personal experience includes using various programming languages, including CC++, Python, and VI, and they expressed interest in trying out SAM. The history of programming languages can be traced back to the late 40s, with the earliest languages being assembly languages that required intricate knowledge of specific machines. The late 50s saw the emergence of higher-level languages like Fortran, COBOL, and ALGOL, which were more user-friendly and focused on specific domains. The speaker's experience includes using a variety of programming languages, including CC++, Python, and VI, and expressing interest in trying out SAM. The speaker also mentioned their personal background and how it influenced their programming, but that was not the main focus of the discussion.

    • The Evolution of C: From Fortran to the First Definitive BookC, created in the 1970s, democratized programming with its ability to compile for various hardware types. Its association with Unix and the influential book by Kernighan and Pike popularized C, making it a cornerstone of software development.

      The development of programming languages, starting from Fortran in the 1950s, has democratized programming by allowing users to write code once and compile it for various hardware types. This led to the creation of system programming languages like C in the 1970s, which offered more control over memory and data types, making it an essential tool for creating complex software. C's impact was amplified by its association with the Unix operating system, enabling portability and a positive feedback loop of tool development. The first definitive book on C, written by Kernighan and Pike in 1978, played a crucial role in popularizing the language and establishing a standard for its usage. The timing, skill, and luck involved in the creation and documentation of C contributed significantly to its long-lasting impact on programming.

    • The power of examples in programmingClear, representative examples help illustrate programming concepts and aid in understanding new languages.

      The power of examples in programming lies in their ability to illustrate concepts in a practical and representative way. Brian Kernighan, a renowned computer scientist, emphasized this in the creation of the C programming book, where they focused on providing clear, well-expressed examples for common text processing tasks. These examples served as a foundation for understanding the core concepts of the language. Go, another language with a rich history and influence from Bell Labs, stands out for its easy-to-use model of concurrency. Go routines, which are a natural way to approach parallel computation, have been a valuable addition to the language. While Brian may not be an expert in Go, he recognizes its strengths and the influence it has in the world of programming. In the vast landscape of modern programming languages, it's impossible for one person to explore them all. However, the shared tradition of clear, representative examples in programming books remains essential for learning and understanding new concepts. The combination of practical examples and innovative language features continues to drive the progress of programming and computer science.

    • Exploring the rich diversity of programming languagesContinuous learning is crucial in technology as the pace of processor improvement slows, leading to a wider variety of languages. Each language offers unique strengths and challenges, and the initial learning curve is often the most daunting part. Libraries accelerate development, contrasting the experience of building from scratch.

      The pace of processor improvement has slowed down, leading to the proliferation of more processors and the rise of parallel processing. This has resulted in a wider variety of programming languages, each with its unique strengths and challenges. The speaker shares his personal experience of trying out different languages, including Lua, Scala, Haskell, Fortran 90, and Rust, and the varying degrees of ease and difficulty he encountered. He emphasizes that the initial learning curve is often the most daunting part. The speaker expresses his curiosity and interest in exploring more languages but acknowledges the time and motivation required to do so. He also reflects on the evolution of JavaScript, which was once considered an ugly language but has since gained popularity and efficiency, becoming a viable solution for both front-end and back-end development. The speaker also touches upon the role of libraries in modern programming, which allows developers to build upon existing code and accelerate development, contrasting it with the experience of building things from scratch in the Unix and C days. Overall, the conversation highlights the rich diversity of programming languages and the importance of continuous learning in the ever-evolving field of technology.

    • Understanding the challenges and benefits of modern programming librariesModern programming languages offer numerous libraries and packages, enabling innovation but also posing challenges like security and robustness. Ample, a language for mathematical optimization, is an example of valuable innovation.

      The proliferation of libraries and packages in modern programming languages, as compared to the past, can lead to challenges with understanding what you're downloading, potential security and robustness issues, and a fragmented community. However, the variety of programming languages also allows for exploration of new ideas and innovation. Ample, a language for mathematical programming, is an example of a valuable innovation in the field of optimization. It separates the optimization problem and data, enabling different solvers to be built and allowing for efficient optimization problem-solving. The collaboration between experts in industrial engineering, management science, and numerical analysis led to the development of this powerful tool. While not an expert in the field, the speaker is impressed by the elegance and abstraction power of Ample.

    • Revolutionizing mathematical optimization with AmpleAmple, a modeling language, enabled the conversion of algebraic specifications into a solvable format using a textual expression, making it accessible to non-programmers and allowing the use of various solvers with the same model.

      The development of Ample, a modeling language, revolutionized the way complex mathematical optimization problems could be solved in the real world. Bob Forrer, inspired by the need for a more user-friendly language to convert algebraic specifications into a format that could be understood by solvers, collaborated with Dave Gay and the speaker to create Ample. The language allowed users to write mathematical expressions in a textual format, which was then converted into a solvable matrix. This separation of model and data enabled the use of various solvers with the same model, and the human-readable specifications made it accessible to non-programmers. The success of Ample paved the way for the evolution of modeling languages and optimization software.

    • Dijkstra's Contribution to Computational Complexity TheoryDijkstra recognized the hardness of graph partitioning problem and the importance of complexity classes, despite lacking expertise. He proposed that P doesn't equal NP and suggested that either P is zero or N is one for P to equal NP. His work on graph partitioning focused on finding heuristics for equal-sized piles, but no guaranteed solution was found.

      While computer scientist Edsger W. Dijkstra did not pursue a career in computational complexity theory, he did contribute significantly to the field through his work on graph partitioning. Despite his lack of expertise in this area, he recognized the hardness of the problem and the importance of complexity classes. He also acknowledged the optimism surrounding artificial intelligence in the 1960s, but noted that progress in some areas has been slower than anticipated. Dijkstra's intuition, along with that of his colleagues, was that P does not equal NP. He also mentioned that Jeff Dean, a well-known computer scientist, had suggested that either P is zero or N is one as a condition for P equaling NP. Dijkstra's work on graph partitioning, which predates the development of complexity classes, focused on finding heuristics to divide nodes in a graph into two equal-sized piles with a minimal number of edges between them. He worked on this problem with Shen Lin at Bell Labs but was unable to find a guaranteed solution. Instead, they came up with heuristics that worked well for most cases. Comparing graph partitioning to other problems like max flow-min cut, Dijkstra noted that the constraint of equal-sized piles makes the problem harder. Overall, Dijkstra's work in graph partitioning demonstrates the importance of recognizing the hardness of problems and the role of heuristics in finding solutions, even if a guaranteed solution is not available.

    • Exploring the Future of AI: Opportunities and ChallengesAI holds great potential to reveal biases and address societal issues, but also risks amplifying existing biases and negatively impacting human-level intelligence development. Navigating these advancements requires awareness and responsibility.

      The ongoing advancements in machine learning and artificial intelligence hold immense potential, but also come with significant challenges. The optimistic perspective is that these technologies can reveal biases in data and help us address societal issues. However, there are concerns that the AI mechanisms might amplify existing biases and negatively impact human-level intelligence development. Building a system of human-level intelligence is still a dream, and the future of AI raises both excitement and concerns, particularly regarding privacy and societal implications. Ultimately, it's crucial to navigate these advancements with awareness and responsibility.

    • Impact of Moore's Law on Programming LanguagesMoore's Law may lead to more declarative and automated programming languages, but the exact nature and timeline are uncertain. Everyone can benefit from a basic understanding of programming and computers.

      The future of Moore's Law and programming languages are interconnected. Moore's Law, which refers to the exponential improvement of systems, may continue for a long time due to advancements in technology, but it's unclear what impact this will have on programming languages. Some experts believe that programming will become more declarative and automated, with machines doing more of the work. However, others argue that we will reach a limit and need to find new ways to advance. Regarding programming for beginners, it's not necessary for everyone to become a serious programmer, but having a basic understanding of what programming is and how computers work can be beneficial. This can be achieved through introductory courses and simple programming exercises, such as writing trivial assembly language programs. In summary, the ongoing advancements in technology, as represented by Moore's Law, will likely lead to changes in programming languages, with a potential shift towards more declarative and automated approaches. However, the exact nature and timeline of these changes are uncertain.

    • From low-level programming to daily applicationsComputing revolutionized communication and interaction, bringing people closer while potentially distancing others, with a transformative shift from expensive, limited access to widespread availability

      Computers and programming, whether it's at a low level like assembly language or a high level like Fortran or C, are the foundation for various applications and systems we use daily. These programs, developed by engineers, have transformed communication and interaction between people, bringing some closer while potentially distancing others. The future of computing holds excitement and potential for improvement, but also challenges and potential negative consequences. A notable moment in the history of computing is the shift from expensive, limited access to technology to its widespread availability, enabling a new era of innovation and access to information.

    • Sharing projects, even with imperfections, can have a positive impactCreating and sharing projects, even with flaws, can lead to growth and improvement for both the creator and the community.

      Creating and sharing projects, even with their imperfections, can have a significant positive impact on many people. Brian Kernigan, the creator of AWK, shared his experience of the initial reception of his project. It was a nerve-wracking yet rewarding experience as people began to use and improve upon his work. Now, millions of people use AWK, and while it may be intimidating to have one's mistakes visible to the public, the positive impact on so many users makes it all worthwhile. Kernigan's advice, "Don't comment bad code. Rewrite it," is a reminder that sharing projects, even with their flaws, can lead to growth and improvement for both the creator and the community. If you enjoyed this conversation, please consider supporting the podcast by visiting AIDSsleep.com/Lex or raycon.com/Lex and using the provided links. Your support helps keep the podcast running. Thank you for listening, and we'll see you next time.

    Recent Episodes from Lex Fridman Podcast

    #436 – Ivanka Trump: Politics, Family, Real Estate, Fashion, Music, and Life

    #436 – Ivanka Trump: Politics, Family, Real Estate, Fashion, Music, and Life
    Ivanka Trump is a businesswoman, real estate developer, and former senior advisor to the President of the United States. Please support this podcast by checking out our sponsors: - Cloaked: https://cloaked.com/lex and use code LexPod to get 25% off - Shopify: https://shopify.com/lex to get $1 per month trial - NetSuite: http://netsuite.com/lex to get free product tour - Eight Sleep: https://eightsleep.com/lex to get $350 off - ExpressVPN: https://expressvpn.com/lexpod to get 3 months free Transcript: https://lexfridman.com/ivanka-trump-transcript EPISODE LINKS: Ivanka's Instagram: https://instagram.com/ivankatrump Ivanka's X: https://x.com/IvankaTrump Ivanka's Facebook: https://facebook.com/IvankaTrump Ivanka's books: Women Who Work: https://amzn.to/45yHAgj The Trump Card: https://amzn.to/3xB22jS PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (10:17) - Architecture (22:32) - Modern architecture (30:05) - Philosophy of design (38:21) - Lessons from mother (1:01:27) - Lessons from father (1:09:59) - Fashion (1:20:54) - Hotel design (1:32:04) - Self-doubt (1:34:27) - Intuition (1:37:37) - The Apprentice (1:42:11) - Michael Jackson (1:43:46) - Nature (1:48:40) - Surfing (1:50:51) - Donald Trump (2:05:13) - Politics (2:21:25) - Work-life balance (2:27:53) - Parenting (2:42:59) - 2024 presidential campaign (2:46:37) - Dolly Parton (2:48:22) - Adele (2:48:51) - Alice Johnson (2:54:16) - Stevie Ray Vaughan (2:57:01) - Aretha Franklin (2:58:11) - Freddie Mercury (2:59:16) - Jiu jitsu (3:06:21) - Bucket list (3:10:50) - Hope
    Lex Fridman Podcast
    enJuly 02, 2024

    #435 – Andrew Huberman: Focus, Controversy, Politics, and Relationships

    #435 – Andrew Huberman: Focus, Controversy, Politics, and Relationships
    Andrew Huberman is a neuroscientist at Stanford and host of the Huberman Lab Podcast. Please support this podcast by checking out our sponsors: - Eight Sleep: https://eightsleep.com/lex to get $350 off - LMNT: https://drinkLMNT.com/lex to get free sample pack - AG1: https://drinkag1.com/lex to get 1 month supply of fish oil - Shopify: https://shopify.com/lex to get $1 per month trial - NetSuite: http://netsuite.com/lex to get free product tour - BetterHelp: https://betterhelp.com/lex to get 10% off Transcript: https://lexfridman.com/andrew-huberman-5-transcript EPISODE LINKS: Andrew's YouTube: https://youtube.com/AndrewHubermanLab Andrew's Instagram: https://instagram.com/hubermanlab Andrew's Website: https://hubermanlab.com Andrew's X: https://x.com/hubermanlab Andrew's book on Amazon: https://amzn.to/3RNSIQN Andrew's book: https://hubermanlab.com/protocols-book PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (10:24) - Quitting and evolving (17:22) - How to focus and think deeply (19:56) - Cannabis drama (30:08) - Jungian shadow (40:35) - Supplements (43:38) - Nicotine (48:01) - Caffeine (49:48) - Math gaffe (1:06:50) - 2024 presidential elections (1:13:47) - Great white sharks (1:22:32) - Ayahuasca & psychedelics (1:37:33) - Relationships (1:45:08) - Productivity (1:53:58) - Friendship
    Lex Fridman Podcast
    enJune 28, 2024

    #434 – Aravind Srinivas: Perplexity CEO on Future of AI, Search & the Internet

    #434 – Aravind Srinivas: Perplexity CEO on Future of AI, Search & the Internet
    Arvind Srinivas is CEO of Perplexity, a company that aims to revolutionize how we humans find answers to questions on the Internet. Please support this podcast by checking out our sponsors: - Cloaked: https://cloaked.com/lex and use code LexPod to get 25% off - ShipStation: https://shipstation.com/lex and use code LEX to get 60-day free trial - NetSuite: http://netsuite.com/lex to get free product tour - LMNT: https://drinkLMNT.com/lex to get free sample pack - Shopify: https://shopify.com/lex to get $1 per month trial - BetterHelp: https://betterhelp.com/lex to get 10% off Transcript: https://lexfridman.com/aravind-srinivas-transcript EPISODE LINKS: Aravind's X: https://x.com/AravSrinivas Perplexity: https://perplexity.ai/ Perplexity's X: https://x.com/perplexity_ai PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (10:52) - How Perplexity works (18:48) - How Google works (41:16) - Larry Page and Sergey Brin (55:50) - Jeff Bezos (59:18) - Elon Musk (1:01:36) - Jensen Huang (1:04:53) - Mark Zuckerberg (1:06:21) - Yann LeCun (1:13:07) - Breakthroughs in AI (1:29:05) - Curiosity (1:35:22) - $1 trillion dollar question (1:50:13) - Perplexity origin story (2:05:25) - RAG (2:27:43) - 1 million H100 GPUs (2:30:15) - Advice for startups (2:42:52) - Future of search (3:00:29) - Future of AI
    Lex Fridman Podcast
    enJune 19, 2024

    #433 – Sara Walker: Physics of Life, Time, Complexity, and Aliens

    #433 – Sara Walker: Physics of Life, Time, Complexity, and Aliens
    Sara Walker is an astrobiologist and theoretical physicist. She is the author of a new book titled "Life as No One Knows It: The Physics of Life's Emergence". Please support this podcast by checking out our sponsors: - Notion: https://notion.com/lex - Motific: https://motific.ai - Shopify: https://shopify.com/lex to get $1 per month trial - BetterHelp: https://betterhelp.com/lex to get 10% off - AG1: https://drinkag1.com/lex to get 1 month supply of fish oil Transcript: https://lexfridman.com/sara-walker-3-transcript EPISODE LINKS: Sara's Book - Life as No One Knows It: https://amzn.to/3wVmOe1 Sara's X: https://x.com/Sara_Imari Sara's Instagram: https://instagram.com/alien_matter PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (10:40) - Definition of life (31:18) - Time and space (42:00) - Technosphere (46:25) - Theory of everything (55:06) - Origin of life (1:16:44) - Assembly theory (1:32:58) - Aliens (1:44:48) - Great Perceptual Filter (1:48:45) - Fashion (1:52:47) - Beauty (1:59:08) - Language (2:05:50) - Computation (2:15:37) - Consciousness (2:24:28) - Artificial life (2:48:21) - Free will (2:55:05) - Why anything exists
    Lex Fridman Podcast
    enJune 13, 2024

    #432 – Kevin Spacey: Power, Controversy, Betrayal, Truth & Love in Film and Life

    #432 – Kevin Spacey: Power, Controversy, Betrayal, Truth & Love in Film and Life
    Kevin Spacey is a two-time Oscar-winning actor, who starred in Se7en, the Usual Suspects, American Beauty, and House of Cards, creating haunting performances of characters who often embody the dark side of human nature. Please support this podcast by checking out our sponsors: - ExpressVPN: https://expressvpn.com/lexpod to get 3 months free - Eight Sleep: https://eightsleep.com/lex to get $350 off - BetterHelp: https://betterhelp.com/lex to get 10% off - Shopify: https://shopify.com/lex to get $1 per month trial - AG1: https://drinkag1.com/lex to get 1 month supply of fish oil EPISODE LINKS: Kevin's X: https://x.com/KevinSpacey Kevin's Instagram: https://www.instagram.com/kevinspacey Kevin's YouTube: https://youtube.com/kevinspacey Kevin's Website: https://kevinspacey.com/ PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (10:14) - Seven (13:54) - David Fincher (21:46) - Brad Pitt and Morgan Freeman (27:15) - Acting (35:40) - Improve (44:24) - Al Pacino (48:07) - Jack Lemmon (57:25) - American Beauty (1:17:34) - Mortality (1:20:22) - Allegations (1:38:19) - House of Cards (1:56:55) - Jack Nicholson (1:59:57) - Mike Nichols (2:05:30) - Christopher Walken (2:12:38) - Father (2:21:30) - Future
    Lex Fridman Podcast
    enJune 05, 2024

    #431 – Roman Yampolskiy: Dangers of Superintelligent AI

    #431 – Roman Yampolskiy: Dangers of Superintelligent AI
    Roman Yampolskiy is an AI safety researcher and author of a new book titled AI: Unexplainable, Unpredictable, Uncontrollable. Please support this podcast by checking out our sponsors: - Yahoo Finance: https://yahoofinance.com - MasterClass: https://masterclass.com/lexpod to get 15% off - NetSuite: http://netsuite.com/lex to get free product tour - LMNT: https://drinkLMNT.com/lex to get free sample pack - Eight Sleep: https://eightsleep.com/lex to get $350 off EPISODE LINKS: Roman's X: https://twitter.com/romanyam Roman's Website: http://cecs.louisville.edu/ry Roman's AI book: https://amzn.to/4aFZuPb PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (09:12) - Existential risk of AGI (15:25) - Ikigai risk (23:37) - Suffering risk (27:12) - Timeline to AGI (31:44) - AGI turing test (37:06) - Yann LeCun and open source AI (49:58) - AI control (52:26) - Social engineering (54:59) - Fearmongering (1:04:49) - AI deception (1:11:23) - Verification (1:18:22) - Self-improving AI (1:30:34) - Pausing AI development (1:36:51) - AI Safety (1:46:35) - Current AI (1:51:58) - Simulation (1:59:16) - Aliens (2:00:50) - Human mind (2:07:10) - Neuralink (2:16:15) - Hope for the future (2:20:11) - Meaning of life
    Lex Fridman Podcast
    enJune 02, 2024

    #430 – Charan Ranganath: Human Memory, Imagination, Deja Vu, and False Memories

    #430 – Charan Ranganath: Human Memory, Imagination, Deja Vu, and False Memories
    Charan Ranganath is a psychologist and neuroscientist at UC Davis, specializing in human memory. He is the author of a new book titled Why We Remember. Please support this podcast by checking out our sponsors: - Riverside: https://creators.riverside.fm/LEX and use code LEX to get 30% off - ZipRecruiter: https://ziprecruiter.com/lex - Notion: https://notion.com/lex - MasterClass: https://masterclass.com/lexpod to get 15% off - Shopify: https://shopify.com/lex to get $1 per month trial - LMNT: https://drinkLMNT.com/lex to get free sample pack Transcript: https://lexfridman.com/charan-ranganath-transcript EPISODE LINKS: Charan's X: https://x.com/CharanRanganath Charan's Instagram: https://instagram.com/thememorydoc Charan's Website: https://charanranganath.com Why We Remember (book): https://amzn.to/3WzUF6x Charan's Google Scholar: https://scholar.google.com/citations?user=ptWkt1wAAAAJ Dynamic Memory Lab: https://dml.ucdavis.edu/ PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (10:18) - Experiencing self vs remembering self (23:59) - Creating memories (33:31) - Why we forget (41:08) - Training memory (51:37) - Memory hacks (1:03:26) - Imagination vs memory (1:12:44) - Memory competitions (1:22:33) - Science of memory (1:37:48) - Discoveries (1:48:52) - Deja vu (1:54:09) - False memories (2:14:14) - False confessions (2:18:00) - Heartbreak (2:25:34) - Nature of time (2:33:15) - Brain–computer interface (BCI) (2:47:19) - AI and memory (2:57:33) - ADHD (3:04:30) - Music (3:14:15) - Human mind
    Lex Fridman Podcast
    enMay 25, 2024

    #429 – Paul Rosolie: Jungle, Apex Predators, Aliens, Uncontacted Tribes, and God

    #429 – Paul Rosolie: Jungle, Apex Predators, Aliens, Uncontacted Tribes, and God
    Paul Rosolie is a naturalist, explorer, author, and founder of Junglekeepers, dedicating his life to protecting the Amazon rainforest. Support his efforts at https://junglekeepers.org Please support this podcast by checking out our sponsors: - ShipStation: https://shipstation.com/lex and use code LEX to get 60-day free trial - Yahoo Finance: https://yahoofinance.com - BetterHelp: https://betterhelp.com/lex to get 10% off - NetSuite: http://netsuite.com/lex to get free product tour - Eight Sleep: https://eightsleep.com/lex to get $350 off - Shopify: https://shopify.com/lex to get $1 per month trial Transcript: https://lexfridman.com/paul-rosolie-2-transcript EPISODE LINKS: Paul's Instagram: https://instagram.com/paulrosolie Junglekeepers: https://junglekeepers.org Paul's Website: https://paulrosolie.com Mother of God (book): https://amzn.to/3ww2ob1 PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (12:29) - Amazon jungle (14:47) - Bushmaster snakes (26:13) - Black caiman (44:33) - Rhinos (47:47) - Anacondas (1:18:04) - Mammals (1:30:10) - Piranhas (1:41:00) - Aliens (1:58:45) - Elephants (2:10:02) - Origin of life (2:23:21) - Explorers (2:36:38) - Ayahuasca (2:45:03) - Deep jungle expedition (2:59:09) - Jane Goodall (3:01:41) - Theodore Roosevelt (3:12:36) - Alone show (3:22:23) - Protecting the rainforest (3:38:36) - Snake makes appearance (3:46:47) - Uncontacted tribes (4:00:11) - Mortality (4:01:39) - Steve Irwin (4:09:18) - God
    Lex Fridman Podcast
    enMay 15, 2024

    #428 – Sean Carroll: General Relativity, Quantum Mechanics, Black Holes & Aliens

    #428 – Sean Carroll: General Relativity, Quantum Mechanics, Black Holes & Aliens
    Sean Carroll is a theoretical physicist, author, and host of Mindscape podcast. Please support this podcast by checking out our sponsors: - HiddenLayer: https://hiddenlayer.com/lex - Cloaked: https://cloaked.com/lex and use code LexPod to get 25% off - Notion: https://notion.com/lex - Shopify: https://shopify.com/lex to get $1 per month trial - NetSuite: http://netsuite.com/lex to get free product tour Transcript: https://lexfridman.com/sean-carroll-3-transcript EPISODE LINKS: Sean's Website: https://preposterousuniverse.com Mindscape Podcast: https://www.preposterousuniverse.com/podcast/ Sean's YouTube: https://youtube.com/@seancarroll Sean's Patreon: https://www.patreon.com/seanmcarroll Sean's Twitter: https://twitter.com/seanmcarroll Sean's Instagram: https://instagram.com/seanmcarroll Sean's Papers: https://scholar.google.com/citations?user=Lfifrv8AAAAJ Sean's Books: https://amzn.to/3W7yT9N PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (11:03) - General relativity (23:22) - Black holes (28:11) - Hawking radiation (32:19) - Aliens (41:15) - Holographic principle (1:05:38) - Dark energy (1:11:38) - Dark matter (1:20:34) - Quantum mechanics (1:41:56) - Simulation (1:44:18) - AGI (1:58:42) - Complexity (2:11:25) - Consciousness (2:20:32) - Naturalism (2:24:49) - Limits of science (2:29:34) - Mindscape podcast (2:39:29) - Einstein

    #427 – Neil Adams: Judo, Olympics, Winning, Losing, and the Champion Mindset

    #427 – Neil Adams: Judo, Olympics, Winning, Losing, and the Champion Mindset
    Neil Adams is a judo world champion, 2-time Olympic silver medalist, 5-time European champion, and often referred to as the Voice of Judo. Please support this podcast by checking out our sponsors: - ZipRecruiter: https://ziprecruiter.com/lex - Eight Sleep: https://eightsleep.com/lex to get special savings - MasterClass: https://masterclass.com/lexpod to get 15% off - LMNT: https://drinkLMNT.com/lex to get free sample pack - NetSuite: http://netsuite.com/lex to get free product tour Transcript: https://lexfridman.com/neil-adams-transcript EPISODE LINKS: Neil's Instagram: https://instagram.com/naefighting Neil's YouTube: https://youtube.com/NAEffectiveFighting Neil's TikTok: https://tiktok.com/@neiladamsmbe Neil's Facebook: https://facebook.com/NeilAdamsJudo Neil's X: https://x.com/NeilAdamsJudo Neil's Website: https://naeffectivefighting.com Neil's Podcast: https://naeffectivefighting.com/podcasts/the-dojo-collective-podcast A Life in Judo (book): https://amzn.to/4d3DtfB A Game of Throws (audiobook): https://amzn.to/4aA2WeJ PODCAST INFO: Podcast website: https://lexfridman.com/podcast Apple Podcasts: https://apple.co/2lwqZIr Spotify: https://spoti.fi/2nEwCF8 RSS: https://lexfridman.com/feed/podcast/ YouTube Full Episodes: https://youtube.com/lexfridman YouTube Clips: https://youtube.com/lexclips SUPPORT & CONNECT: - Check out the sponsors above, it's the best way to support this podcast - Support on Patreon: https://www.patreon.com/lexfridman - Twitter: https://twitter.com/lexfridman - Instagram: https://www.instagram.com/lexfridman - LinkedIn: https://www.linkedin.com/in/lexfridman - Facebook: https://www.facebook.com/lexfridman - Medium: https://medium.com/@lexfridman OUTLINE: Here's the timestamps for the episode. On some podcast players you should be able to click the timestamp to jump to that time. (00:00) - Introduction (09:13) - 1980 Olympics (26:35) - Judo explained (34:40) - Winning (52:54) - 1984 Olympics (1:01:55) - Lessons from losing (1:17:37) - Teddy Riner (1:37:12) - Training in Japan (1:52:51) - Jiu jitsu (2:03:59) - Training (2:27:18) - Advice for beginners

    Related Episodes

    History of Sex Toys: The Past of Pleasure

    History of Sex Toys: The Past of Pleasure

    Joe, Katy, Karen, Lucas, and Neal are discussing a topic they know well, sex toys. The history of sex and the tools we use to achieve pleasure. Sex toys have been around for as long as humans have, luckily we’ve evolved and so have our toys. The first steam-powered vibrator was invented in 1869 for “hysteria,” or was it? The team debunks some sex toy myths and things get rather dark. Def Leppard helps lighten the mood. After the team talks about the past, they look at current sex toy offerings including organic lube and solar powered vibrators. Boy! How things have changed! You’ll also get to hear about some of the latest, most innovative sex toys available at AdamAndEve.com. Want to get 50 percent off your next adult product from Adam and Eve? Enter promo code: POD50 at checkout and you’ll get 50 percent off almost any single item and free shipping on your order. 

    Using Data to Eliminate the T-Rexes of the Modern World

    Using Data to Eliminate the T-Rexes of the Modern World

    Studying the history of life is an important venture. It’s how we understand why certain characteristics exist in living organisms, and it can also be used to explain the importance of biological events that are happening today. 

    A study on the population density of the Tyrannosaurus Rex, one of the world’s most famous predators, was first published on Science and reported on the National Geographic. It’s a huge claim, with researchers estimating that a total of 2.5 billion T.rex have lived in North America, the native region of the species, going out as far north as Alaska and as far south as Mexico across a time span of two to three million years. 

    This estimation is a huge claim and has certainly caught the eye of paleontology enthusiasts, However, there are a wide variety of variables that can compromise the validity of the information being tested: the location where the bones are found; shifts caused by glacial patterns and tracks throughout the years; inconsistencies with carbon-14 dating, which provides an approximate age; and even human intervention, which may not be enough to fill in the gaps in information that we do not know nor have the tools to understand just yet. 

    If data-driven ventures cannot be used to sample what we know to be true, then is it still worth it? Are approximations a step in the right direction or is it too rooted in theory to be useful?

    How Much Hindsight Is Too Much?: The pursuit of estimates often discounts the importance of absolutes. In paleontology, there are plenty of assumptions made that may affect the results of their research. As Alexander mused, much remains unsaid about the foundations of the study—and it may have an impact on whether or not scientists are taking the right perspective on the matter.

    Analyzing data from the source and having a clear log of how the researchers conducted their tests is standard procedure. However, what is the impact of creating logs for circumstances that can no longer be observed by anyone living?

    “Who decided that the dinosaur is a dinosaur or not a dinosaur? Who decides that it sits in this area of time as opposed to another? What if my carbon dating is wrong, and maybe this aquatic animal that we didn't think existed prehistorically actually did exist?” Alexander asked, expressing doubts.

    Transparent and Tangible Research: This is the second time that scientists have made an attempt to estimate the population density of T-rexes in the past, and results closely resemble an earlier estimate that was published in 1993. The difference between these two papers is that this most recent study utilizes the latest in T-rex biology research to set upper and lower limits on the total population—one approximation after another. 

    Since there is so much inexactness and uncertainty in what we do, it is important to focus on the fundamentals: ideas, principles, and beliefs that we know to be observable, objective, and tangible. When we go overboard on theory, we may find ourselves defining a biased picture of what the data represents.

    This concern is not just limited to research and development in paleontology. With the vast variety of tools, knowledge, and technology that we have at our disposal today, it can become all too easy to take the wrong direction. When we take the next step forward, we need to make sure that our feet are planted firmly on the ground.

    Dealing With the Metaphorical T-rex of Today: At the pace that science and technology is developing today, it’s safe to assume that more discoveries will be made—not just in paleontology, but in other sciences and across other industries as well. It is vital that scientists continue working towards making these discoveries more accessible to the public while staying true to the path of innovation. 

    There is a different impact in analyzing tangible beings, objects, and events. TARTLE is an opportunity to look at the T-rexes of the modern world: clear and imminent threats that are capable of harming us and the people we care about. The TARTLE platform is an opportunity to connect with like-minded individuals and organizations so that we can work as a collective to preserve our earth and our economy for future organizations. www.tartle.co

     

    Tcast is brought to you by TARTLE. A global personal data marketplace that allows users to sell their personal information anonymously when they want to, while allowing buyers to access clean ready to analyze data sets on digital identities from all across the globe.

     


    The show is hosted by Co-Founder and Source Data Pioneer Alexander McCaig and Head of Conscious Marketing Jason Rigby.

     


    What's your data worth?

     


    Find out at: https://tartle.co/

     


    YouTube: https://www.youtube.com/c/TARTLE

     


    Facebook: https://www.facebook.com/TARTLEofficial/

     


    Instagram: https://www.instagram.com/tartle_official/

     


    Twitter: https://twitter.com/TARTLEofficial

     


    Spread the word!

    Judy Estrin: Co-creator in developing Internet – engineer, entrepreneur & executive

    Judy Estrin: Co-creator in developing Internet – engineer, entrepreneur & executive

    In this episode of Behind the Tech with Kevin Scott, we’ll hear from Judy Estrin, whose distinguished career in the technology industry includes work as an executive, engineer, and serial entrepreneur. Besides serving on the boards at Disney and FedEx, she is former CTO of Cisco. Judy was one of the key figures in the development of the Internet, working with Vint Cerf on the initial TCP-project at Stanford. Tune in to find out to whom and what she attributes her success – it might surprise you!

    Steve Blank (Stanford Engineering) - Entrepreneurship Strengthens a Nation

    Steve Blank (Stanford Engineering) - Entrepreneurship Strengthens a Nation
    Retired serial entrepreneur Steve Blank, creator of the “Lean LaunchPad” methodology for startups, discusses Silicon Valley’s roots as the epicenter of electronic warfare in the mid-20th century and how the region’s innovation ecosystem formed. An adjunct professor in Stanford’s Department of Management Science & Engineering, Blank also walks through the lean-startup movement and how its principles are now helping the U.S. government innovate faster in the areas of basic science, health, national defense and international diplomacy.

    The Investor Visit

    The Investor Visit
    A 1915 photograph of individuals visiting a drilling rig gets energy economist Peter Tertzakian wondering who they are and what brought them there. The result is this story of Graeme, a savvy investor visiting his oil investment, a rig that he quickly discerns is on its way to obsolescence. Impervious to the gushing promises of a fast-talking broker and slick oil company CEO, Graeme imparts investment wisdom and business lessons that still stand the test of time.

    To see the photograph and other art for the story, visit energyphile.org/investorvisit.