Lex Fridman

Mentioned 1 time across 1 podcast this week

This Week's Pulse

Lex Fridman recently appeared in technical discussions regarding the FFmpeg project, serving as a point of reference for developers navigating complex library calling conventions.

During a deep dive on The Lex Fridman Podcast, guest Kieran Kunhya used the host's own library as a mental model for explaining how functions share data in assembly language. “If I wanna call Lex Fridman's library, we got, we've got to agree on a convention so that I can share data with you in the assembly language space,” Kunhya noted, highlighting the practical difficulties of low-level optimization.

The focus remains squarely on Fridman's role in bridging the gap between high-level Python abstractions and the gritty realities of C++ performance. While the technical community continues to dissect these software architectures, the podcast itself is likely to lean further into these granular engineering debates in future episodes.

Where it's discussed

#496 – FFmpeg: The Incredible Technology Behind Video on the Internet

Lex Fridman Podcast

Kieran Kunhyaneutralfrom “The Role of Low-Level Assembly Optimization in Modern Computing

Mentioned as a reference point for the library's calling convention and as the podcast host discussing the transition from C++ to Python.

It's a bit complex. I would, I would simplify this a bit. So, so David does things to abuse the calling convention. You could define the calling convention as I've written a function and I want to call another function. How is the data shared between the funct