Matthias Endler
๐ค SpeakerAppearances Over Time
Podcast Appearances
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?
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?
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?
And that's for ergonomics reasons or for other reasons?
And that's for ergonomics reasons or for other reasons?
And that's for ergonomics reasons or for other reasons?
When you ported Z to Linux, were there any surprises that you hit other than the mentioned issues with dropping frames?
When you ported Z to Linux, were there any surprises that you hit other than the mentioned issues with dropping frames?
When you ported Z to Linux, were there any surprises that you hit other than the mentioned issues with dropping frames?
I learned that it also compiles on Windows. Do you want to comment on that?
I learned that it also compiles on Windows. Do you want to comment on that?
I learned that it also compiles on Windows. Do you want to comment on that?
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.
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.
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.
Do you focus on unit tests or integration tests for the rest of the code base?
Do you focus on unit tests or integration tests for the rest of the code base?
Do you focus on unit tests or integration tests for the rest of the code base?
How do you communicate with the server? JSON? Protobuf. Why exactly do you use Protobuf and not anything else?
How do you communicate with the server? JSON? Protobuf. Why exactly do you use Protobuf and not anything else?