[1:05:39][Q: Can you please go over the lasagne code again that goes through the linked list and moves around the entities? And can you remove the note in RecanonicalizeCoord about toroidal topology?]
[1:15:22][Q: Are you dropping frames? Things are glitchy]
[1:15:51][Q: Do you use Bink for videos?]
[1:16:17][Q: For someone who does a lot of coding, nothing seems to be going your way today, including the stream integrity]
[1:16:33][Q: What is your opinion on things like bunny-hopping or other movement mechanics that are bugs in the code, but contribute to gameplay, e.g. if there was a technique for getting speed in your game, albeit difficult? Would you keep it?]
[1:17:13][Q: What do you think about namespacing functions like Entity_GetLocation instead of GetEntityLocation?]
[1:17:50][Q: About PushStruct, isn't it true that it can actually fail if you are out of preallocated memory? So wouldn't you still have to check if your custom block allocation fails if your world gets too big?]
[1:19:04][Q: Why do you need if(Chunk) after Assert(Chunk)?]
[1:19:26][Q: Can you please explain, when you comment your code, what's the logic of having less comments on very big chunks of code?]
[1:21:37][Q: When you said the code today wasn't that performance critical, I instantly thought about a machine gun - stone thrower battle just across a chunk edge]