Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Pieter Levels

๐Ÿ‘ค Speaker
2088 total appearances

Appearances Over Time

Podcast Appearances

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

No, it's all iterative. It's like 10 years of, you know, add a CSS transition here or do this or... Well, say like, see, these are all, these are rounded now.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

No, it's all iterative. It's like 10 years of, you know, add a CSS transition here or do this or... Well, say like, see, these are all, these are rounded now.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

So I go to the index.css and I do command F and I search border radius 12px and then I replace with border radius zero. And then I do command enter and it's Git deploys, it pushes to the Git hub and then sends a web book and then deploys to my server and it's live in five seconds.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

So I go to the index.css and I do command F and I search border radius 12px and then I replace with border radius zero. And then I do command enter and it's Git deploys, it pushes to the Git hub and then sends a web book and then deploys to my server and it's live in five seconds.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

So I go to the index.css and I do command F and I search border radius 12px and then I replace with border radius zero. And then I do command enter and it's Git deploys, it pushes to the Git hub and then sends a web book and then deploys to my server and it's live in five seconds.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

No, so I... So I'm like famous for this because I'm too lazy to set up like a staging server on my laptop every time. So nowadays I just deploy to production.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

No, so I... So I'm like famous for this because I'm too lazy to set up like a staging server on my laptop every time. So nowadays I just deploy to production.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

No, so I... So I'm like famous for this because I'm too lazy to set up like a staging server on my laptop every time. So nowadays I just deploy to production.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

And it's, man, I'm going to get canceled for this, you know, but it works very well for me because I have a lot of, I have like PHP lint and JS lint. So it tells me when there's error. So I don't deploy. Yeah. But my literally, I, I, I have like 37,000 Git commits in the last 12 months or something. So I make like small fix and then command enter, uh, and sends to GitHub.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

And it's, man, I'm going to get canceled for this, you know, but it works very well for me because I have a lot of, I have like PHP lint and JS lint. So it tells me when there's error. So I don't deploy. Yeah. But my literally, I, I, I have like 37,000 Git commits in the last 12 months or something. So I make like small fix and then command enter, uh, and sends to GitHub.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

And it's, man, I'm going to get canceled for this, you know, but it works very well for me because I have a lot of, I have like PHP lint and JS lint. So it tells me when there's error. So I don't deploy. Yeah. But my literally, I, I, I have like 37,000 Git commits in the last 12 months or something. So I make like small fix and then command enter, uh, and sends to GitHub.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

GitHub sends a web to my server, web server pulls it, deploys the production and is there.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

GitHub sends a web to my server, web server pulls it, deploys the production and is there.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

GitHub sends a web to my server, web server pulls it, deploys the production and is there.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

One second can be one, two seconds.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

One second can be one, two seconds.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

One second can be one, two seconds.

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

Man, you're 100% right. Like people are like, how can you do this? Well, you get good at not taking the server down, you know? Because you need to code more carefully. But it's, look, it's idiotic in any big company, but for me it works because it makes me so fast. Like somebody will report a bug on Twitter And I kind of did do like a stopwatch, like how fast can I fix this bug?

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

Man, you're 100% right. Like people are like, how can you do this? Well, you get good at not taking the server down, you know? Because you need to code more carefully. But it's, look, it's idiotic in any big company, but for me it works because it makes me so fast. Like somebody will report a bug on Twitter And I kind of did do like a stopwatch, like how fast can I fix this bug?

Lex Fridman Podcast
#440 โ€“ Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life

Man, you're 100% right. Like people are like, how can you do this? Well, you get good at not taking the server down, you know? Because you need to code more carefully. But it's, look, it's idiotic in any big company, but for me it works because it makes me so fast. Like somebody will report a bug on Twitter And I kind of did do like a stopwatch, like how fast can I fix this bug?