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

Matthias Endler

๐Ÿ‘ค Speaker
692 total appearances

Appearances Over Time

Podcast Appearances

Rust in Production
Zed with Conrad Irwin

By frame, you mean what? A frame of memory in the kernel? A frame of pixels to update. Ah, okay. Do you use a lot of macros for code generation, or is that another thing that you tend to avoid in the hot paths of the code?

Rust in Production
Zed with Conrad Irwin

By frame, you mean what? A frame of memory in the kernel? A frame of pixels to update. Ah, okay. Do you use a lot of macros for code generation, or is that another thing that you tend to avoid in the hot paths of the code?

Rust in Production
Zed with Conrad Irwin

By frame, you mean what? A frame of memory in the kernel? A frame of pixels to update. Ah, okay. Do you use a lot of macros for code generation, or is that another thing that you tend to avoid in the hot paths of the code?

Rust in Production
Zed with Conrad Irwin

And that's for ergonomics reasons or for other reasons?

Rust in Production
Zed with Conrad Irwin

And that's for ergonomics reasons or for other reasons?

Rust in Production
Zed with Conrad Irwin

And that's for ergonomics reasons or for other reasons?

Rust in Production
Zed with Conrad Irwin

When you ported Z to Linux, were there any surprises that you hit other than the mentioned issues with dropping frames?

Rust in Production
Zed with Conrad Irwin

When you ported Z to Linux, were there any surprises that you hit other than the mentioned issues with dropping frames?

Rust in Production
Zed with Conrad Irwin

When you ported Z to Linux, were there any surprises that you hit other than the mentioned issues with dropping frames?

Rust in Production
Zed with Conrad Irwin

I learned that it also compiles on Windows. Do you want to comment on that?

Rust in Production
Zed with Conrad Irwin

I learned that it also compiles on Windows. Do you want to comment on that?

Rust in Production
Zed with Conrad Irwin

I learned that it also compiles on Windows. Do you want to comment on that?

Rust in Production
Zed with Conrad Irwin

When you explained that, I wondered, how would I test that? I would have a really sophisticated test environment for different environments. Do you test it in VMs? Do you test it just with unit tests or manual testing? How does that part work? Testing in general or cross-platform testing? Interested in both, yeah, but specifically cross-platform. Okay.

Rust in Production
Zed with Conrad Irwin

When you explained that, I wondered, how would I test that? I would have a really sophisticated test environment for different environments. Do you test it in VMs? Do you test it just with unit tests or manual testing? How does that part work? Testing in general or cross-platform testing? Interested in both, yeah, but specifically cross-platform. Okay.

Rust in Production
Zed with Conrad Irwin

When you explained that, I wondered, how would I test that? I would have a really sophisticated test environment for different environments. Do you test it in VMs? Do you test it just with unit tests or manual testing? How does that part work? Testing in general or cross-platform testing? Interested in both, yeah, but specifically cross-platform. Okay.

Rust in Production
Zed with Conrad Irwin

Do you focus on unit tests or integration tests for the rest of the code base?

Rust in Production
Zed with Conrad Irwin

Do you focus on unit tests or integration tests for the rest of the code base?

Rust in Production
Zed with Conrad Irwin

Do you focus on unit tests or integration tests for the rest of the code base?

Rust in Production
Zed with Conrad Irwin

How do you communicate with the server? JSON? Protobuf. Why exactly do you use Protobuf and not anything else?

Rust in Production
Zed with Conrad Irwin

How do you communicate with the server? JSON? Protobuf. Why exactly do you use Protobuf and not anything else?