episode stringlengths 45 100 | text stringlengths 1 528 | timestamp_link stringlengths 56 56 |
|---|---|---|
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | TypeScript for Microsoft from the guy who | https://karpathy.ai/lexicap/0007-large.html#00:45:56.080 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | built C Sharp Anders, who's one of the greatest | https://karpathy.ai/lexicap/0007-large.html#00:45:58.080 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | minds in software development, right, | https://karpathy.ai/lexicap/0007-large.html#00:46:01.120 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | like in terms of language design. | https://karpathy.ai/lexicap/0007-large.html#00:46:02.840 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | And says, no, no, no, we want to bolt on a strict type | https://karpathy.ai/lexicap/0007-large.html#00:46:04.480 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | system to JavaScript because it makes things better. | https://karpathy.ai/lexicap/0007-large.html#00:46:06.560 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | And now everybody's like, oh my god, we deployed TypeScript | https://karpathy.ai/lexicap/0007-large.html#00:46:08.200 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | and found 50 latent bugs that we didn't know about, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:11.480 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Like, this is super common. | https://karpathy.ai/lexicap/0007-large.html#00:46:14.480 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So I think there is a truth in programming | https://karpathy.ai/lexicap/0007-large.html#00:46:15.840 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | that strictness, it's not the goal. | https://karpathy.ai/lexicap/0007-large.html#00:46:19.960 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | We're not saying be super strict because strictness is correct. | https://karpathy.ai/lexicap/0007-large.html#00:46:22.280 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | No, it's no, no. | https://karpathy.ai/lexicap/0007-large.html#00:46:25.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Strictness produces better results. | https://karpathy.ai/lexicap/0007-large.html#00:46:26.600 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | That's what I'm saying, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:28.640 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So strict typing of variables, I would | https://karpathy.ai/lexicap/0007-large.html#00:46:29.880 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | say you almost universally have consensus now | https://karpathy.ai/lexicap/0007-large.html#00:46:32.000 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | is basically correct. | https://karpathy.ai/lexicap/0007-large.html#00:46:33.920 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Should be that way in every language, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:35.440 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Duck equals five should generate an error | https://karpathy.ai/lexicap/0007-large.html#00:46:37.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | because no, you didn't declare. | https://karpathy.ai/lexicap/0007-large.html#00:46:39.480 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You didn't tell me that duck was an integer, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:40.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | That's a bug, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:42.960 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Or maybe you mistyped. | https://karpathy.ai/lexicap/0007-large.html#00:46:43.840 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You typed deck instead of duck, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:44.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You never know. | https://karpathy.ai/lexicap/0007-large.html#00:46:46.480 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | This happens all the time, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:47.120 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So with that in mind, I will say that the strictness | https://karpathy.ai/lexicap/0007-large.html#00:46:48.840 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | of the system is correct. | https://karpathy.ai/lexicap/0007-large.html#00:46:51.600 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Now, that doesn't mean cruel. | https://karpathy.ai/lexicap/0007-large.html#00:46:52.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | That doesn't mean mean. | https://karpathy.ai/lexicap/0007-large.html#00:46:53.960 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | That doesn't mean angry. | https://karpathy.ai/lexicap/0007-large.html#00:46:55.040 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | It just means strict, OK? | https://karpathy.ai/lexicap/0007-large.html#00:46:56.080 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So I think where there's misunderstanding | https://karpathy.ai/lexicap/0007-large.html#00:46:57.560 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | is people get cranky, right? | https://karpathy.ai/lexicap/0007-large.html#00:46:59.280 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Like, another question you asked is like, why are programmers | https://karpathy.ai/lexicap/0007-large.html#00:47:00.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | kind of mean sometimes? | https://karpathy.ai/lexicap/0007-large.html#00:47:03.920 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Well, who do programmers work with all day long? | https://karpathy.ai/lexicap/0007-large.html#00:47:05.160 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So I have a theory that if you're at a job | https://karpathy.ai/lexicap/0007-large.html#00:47:07.480 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | and you work with assholes all day long, | https://karpathy.ai/lexicap/0007-large.html#00:47:10.080 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | what do you eventually become? | https://karpathy.ai/lexicap/0007-large.html#00:47:12.440 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | An asshole. | https://karpathy.ai/lexicap/0007-large.html#00:47:14.400 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | An asshole. | https://karpathy.ai/lexicap/0007-large.html#00:47:15.000 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | And what is the computer except the world's biggest asshole? | https://karpathy.ai/lexicap/0007-large.html#00:47:15.800 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Because the computer has no time for your bullshit. | https://karpathy.ai/lexicap/0007-large.html#00:47:19.280 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | The computer, the minute you make a mistake, | https://karpathy.ai/lexicap/0007-large.html#00:47:21.800 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | everything is crashing down, right? | https://karpathy.ai/lexicap/0007-large.html#00:47:24.040 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | One semicolon has crashed space missions, right? | https://karpathy.ai/lexicap/0007-large.html#00:47:25.480 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So that's normal. | https://karpathy.ai/lexicap/0007-large.html#00:47:28.160 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So you begin to internalize that. | https://karpathy.ai/lexicap/0007-large.html#00:47:29.040 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You begin to think, oh, my coworker, the computer, | https://karpathy.ai/lexicap/0007-large.html#00:47:30.640 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | is super strict and kind of a jerk about everything. | https://karpathy.ai/lexicap/0007-large.html#00:47:34.640 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So that's kind of how I'm going to be. | https://karpathy.ai/lexicap/0007-large.html#00:47:37.520 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Because I work with this computer, | https://karpathy.ai/lexicap/0007-large.html#00:47:40.000 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | and I have to exceed to its terms on everything. | https://karpathy.ai/lexicap/0007-large.html#00:47:41.840 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So therefore, you start to absorb that. | https://karpathy.ai/lexicap/0007-large.html#00:47:44.600 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You start to think, oh, well, being really strict arbitrarily | https://karpathy.ai/lexicap/0007-large.html#00:47:46.400 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | is really good. | https://karpathy.ai/lexicap/0007-large.html#00:47:49.400 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | An error of error code 56249 is a completely good error message | https://karpathy.ai/lexicap/0007-large.html#00:47:50.440 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | because that's what the computer gave me, right? | https://karpathy.ai/lexicap/0007-large.html#00:47:54.120 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | So you kind of forget to be a person at some level. | https://karpathy.ai/lexicap/0007-large.html#00:47:56.120 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | And you know how they say great detectives internalize | https://karpathy.ai/lexicap/0007-large.html#00:47:59.440 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | criminals and kind of are criminals themselves, | https://karpathy.ai/lexicap/0007-large.html#00:48:02.200 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | like this trope of the master detective | https://karpathy.ai/lexicap/0007-large.html#00:48:04.200 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | is good because he can think like the criminal. | https://karpathy.ai/lexicap/0007-large.html#00:48:06.700 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Well, I do think that's true of programmers. | https://karpathy.ai/lexicap/0007-large.html#00:48:08.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Really good programmers think like the computer | https://karpathy.ai/lexicap/0007-large.html#00:48:10.520 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | because that's their job. | https://karpathy.ai/lexicap/0007-large.html#00:48:12.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | But if you internalize it too much, you become the computer. | https://karpathy.ai/lexicap/0007-large.html#00:48:14.200 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You kind of become a jerk to everybody | https://karpathy.ai/lexicap/0007-large.html#00:48:17.080 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | because that's what you've internalized. | https://karpathy.ai/lexicap/0007-large.html#00:48:19.560 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You're almost not a jerk, but you have no patience | https://karpathy.ai/lexicap/0007-large.html#00:48:21.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | for a lack of strictness, as you said. | https://karpathy.ai/lexicap/0007-large.html#00:48:24.240 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | It's not out of a sense of meanness. | https://karpathy.ai/lexicap/0007-large.html#00:48:26.240 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | It's accidental. | https://karpathy.ai/lexicap/0007-large.html#00:48:27.840 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | But I do believe it's an occupational hazard | https://karpathy.ai/lexicap/0007-large.html#00:48:28.640 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | of being a programmer is you start | https://karpathy.ai/lexicap/0007-large.html#00:48:30.400 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | to behave like the computer. | https://karpathy.ai/lexicap/0007-large.html#00:48:32.000 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You're very unforgiving. | https://karpathy.ai/lexicap/0007-large.html#00:48:33.760 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You're very terse. | https://karpathy.ai/lexicap/0007-large.html#00:48:34.800 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | You're very, oh, wrong, incorrect, move on. | https://karpathy.ai/lexicap/0007-large.html#00:48:35.920 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | It's like, well, can you help me? | https://karpathy.ai/lexicap/0007-large.html#00:48:38.400 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | What could I do to fix? | https://karpathy.ai/lexicap/0007-large.html#00:48:40.040 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | No, wrong, next question. | https://karpathy.ai/lexicap/0007-large.html#00:48:41.240 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Like, that's normal for the computer. | https://karpathy.ai/lexicap/0007-large.html#00:48:44.000 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Just fail, next. | https://karpathy.ai/lexicap/0007-large.html#00:48:46.440 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | I don't know if you remember in Saturday Night Live, | https://karpathy.ai/lexicap/0007-large.html#00:48:49.280 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | in the 90s, they had this character who was an IT guy. | https://karpathy.ai/lexicap/0007-large.html#00:48:51.600 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | The move guy. | https://karpathy.ai/lexicap/0007-large.html#00:48:54.640 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Move. | https://karpathy.ai/lexicap/0007-large.html#00:48:55.520 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Move. | https://karpathy.ai/lexicap/0007-large.html#00:48:56.040 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Was that Jimmy Fallon? | https://karpathy.ai/lexicap/0007-large.html#00:48:56.720 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | No. | https://karpathy.ai/lexicap/0007-large.html#00:48:58.080 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | No. | https://karpathy.ai/lexicap/0007-large.html#00:48:58.640 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Who played him? | https://karpathy.ai/lexicap/0007-large.html#00:48:59.760 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | OK, yeah, I remember. | https://karpathy.ai/lexicap/0007-large.html#00:49:01.160 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Move. | https://karpathy.ai/lexicap/0007-large.html#00:49:02.120 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Right. | https://karpathy.ai/lexicap/0007-large.html#00:49:02.620 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | He had no patience for it. | https://karpathy.ai/lexicap/0007-large.html#00:49:03.120 |
Jeff Atwood: Stack Overflow and Coding Horror | Lex Fridman Podcast #7 | Might have been Mad TV, actually. | https://karpathy.ai/lexicap/0007-large.html#00:49:04.160 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.