Lex Fridman on writing simple code

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Lex Fridman Podcast full episode: • George Hotz: Tiny Corp...
    Please support this podcast by checking out our sponsors:
    - Numerai: numer.ai/lex
    - Babbel: babbel.com/lexpod and use code Lexpod to get 55% off
    - NetSuite: netsuite.com/lex to get free product tour
    - InsideTracker: insidetracker.... to get 20% off
    - AG1: drinkag1.com/lex to get 1 month supply of fish oil
    GUEST BIO:
    George Hotz is a programmer, hacker, and the founder of comma-ai and tiny corp.
    PODCAST INFO:
    Podcast website: lexfridman.com...
    Apple Podcasts: apple.co/2lwqZIr
    Spotify: spoti.fi/2nEwCF8
    RSS: lexfridman.com...
    Full episodes playlist: • Lex Fridman Podcast
    Clips playlist: • Lex Fridman Podcast Clips
    SOCIAL:
    - Twitter: / lexfridman
    - LinkedIn: / lexfridman
    - Facebook: / lexfridman
    - Instagram: / lexfridman
    - Medium: / lexfridman
    - Reddit: / lexfridman
    - Support on Patreon: / lexfridman

Комментарии • 7

  • @LexClips
    @LexClips  Год назад +1

    Full podcast episode: ruclips.net/video/dNrTrx42DGQ/видео.html
    Lex Fridman podcast channel: ruclips.net/user/lexfridman
    Guest bio: George Hotz is a programmer, hacker, and the founder of comma-ai and tiny corp.

  • @MooseheadStudios
    @MooseheadStudios Год назад +8

    Full stop 2 great evils centralization and complexity. Bro always has the wildest thoughts

  • @testxxxx123
    @testxxxx123 Год назад +2

    I am on the same ship of testing. In fact testing is a proxy to measure complexity: the simpler it is to test, the better the complexity is managed and vice versa. When you write code that is hard to test, you should rethink your approach and start again

  • @SuperpowersUniversity
    @SuperpowersUniversity Год назад +3

    Code reversed = E Doc 👁️

  • @T1BrutaL
    @T1BrutaL Год назад

    Great

  • @vicheakeng6894
    @vicheakeng6894 Год назад

    Push A push All

  • @michaelhenricks4856
    @michaelhenricks4856 Год назад +1

    Sorry, Lex, real programmers ALWAYS choose the simplest solution. Lazy programming. Its the same as extreme programming, really. Hell, they don't even teach data structures any more, as far as I can tell. new programmers love gee whiz but don't have a clue that we just manage data and present interfaces to it. Removing complexity requires a very deep understanding of the data manipulation that is the problem. As the author Antoine de Saion-Exupary said, “Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away."
    Its only complex because you don't understand it.