[47:40][@ChronalDragon][You technically have 15 more minutes since we started late]
[48:25][Use the 10 remaining minutes to nefarious ends][quote 287]
[48:37][handmade_debug_interface.h: Make DEBUG_HIGHLIGHTED take *Color]
[48:47][On compiling something out and using ... as the parameters]
[49:17][handmade_debug.cpp: Highlight entities in different colours]
[51:33][Run the game and see that the picked entity persists]
[52:08][handmade_debug.cpp: Make DEBUG_REQUESTED work on both the selected and hovered entities]
[53:00][handmade_debug.h: Add SelectedIDCount to debug_state]
[53:32][handmade_debug.cpp: Make IsSelected loop over all of the SelectedIDCounts]
[54:11][handmade_debug.cpp: Introduce ClearSelection and AddToSelection]
[55:59][handmade_debug.cpp: Make DebugInteraction_Select handle multiple selections]
[57:40][Run the game and select as many things as we want]
[58:20][Q&A Take #2]
[59:05][@insobot][<3. *handmade?]
[59:24][@desuused][You can emulate expression blocks with lambdas if you don't mind the craziness of C++11]
[59:44][@ChronalDragon][insobot checks for your !qa thing I believe, yeah]
[1:00:05][@elxenoaizd][Would you think it's better to start at a junior position at a company and then working my way up? Or try to apply for a higher position immediately?]
[1:00:23][@Mr4thDimention][About universal IDs, what if some things want to be identified in the same system, but don't have fixed storage location or conflicts in some other way with the universal uniqueness?]
[1:01:50][@adamantoise17][Do you know yet if the HandMadeCon talks are going to be streamed and / or recorded?]
[1:02:19][@flamedog][Bots on bots... Damn, imagine all the off-by-one errors]
[1:02:27][@cubercaleb][Yeah, but wouldn't bots teaching bots how to program be the beginning of the singularity?]
[1:02:36][@LeagueofWoWScape][You have recommended The C Programming Language book after watching your introductory series. Are there any other books you would suggest such as proper programming practices or reference books?]
[1:03:05][@elxenoaizd][You mentioned that the pointer could be used as a key and the thing it's pointing to is the value. So do you mean something like this: PairOf X*, X?]
[1:03:25][@VeezyTreezy][What else are you working on outside this project?]
[1:04:00][@bbkane_twitch][If you're just starting to watch these videos and you don't have time to watch them all, which ones are most important?]
[1:05:09][@UnrelentingBerts][How do you pick apart code of other programs / websites, etc.? Sorry for the newbish spam, I just want to get started in the morning]
[1:06:33][@elxenoaizd][Trying to work with others and reading their code, do you try to understand everything they wrote or just understand enough to solve your problems?]
[1:08:00][@VeezyTreezy][Is there a programming pattern you see all the time that you can't stand or hate?]
[1:09:42][@elxenoaizd][How do you deal with programming colleagues that use OOP, getters / setters, etc.? Do you try to give them advice or stay away from them if possible?]
[1:10:06][@Ashanmaril][I only know C++ really, but what's the alternative to getters / setters?]
[1:10:20][Story: C++ getters / setters][quote 288]
[1:15:10][@insofaras][What about a getter than does some calculation on private variables? Like a getDay function on a class that stores an integer representation of time / date?]
[1:15:25][@Manicthenobody][Jon should do that for JAI]
[1:15:37][@ezysigh][C# does what you describe]
[1:16:12][@VeezyTreezy][The getters and setters are less performant too, right?]
[1:16:21][@cubercaleb][I know you mostly work on code in smaller groups of people, although what is it like to program in teams and how does the work get split?]
[1:17:10][@TheSizik][What about the downside that you don't know whether a value you're accessing does a function call or not?]