Handmade Hero»Episode Guide
Never, Ever Update Your Development Tools. Ever.
?
?

Keyboard Navigation

Global Keys

[, < / ], > Jump to previous / next episode
W, K, P / S, J, N Jump to previous / next marker
t / T Toggle theatre / SUPERtheatre mode
V Revert filter to original state Y Select link (requires manual Ctrl-c)

Menu toggling

q Quotes r References f Filter y Link c Credits

In-Menu Movement

a
w
s
d
h j k l


Quotes and References Menus

Enter Jump to timecode

Quotes, References and Credits Menus

o Open URL (in new tab)

Filter Menu

x, Space Toggle category and focus next
X, ShiftSpace Toggle category and focus previous
v Invert topics / media as per focus

Filter and Link Menus

z Toggle filter / linking mode

Credits Menu

Enter Open URL (in new tab)
0:00Welcome to the stream with a brief mention of Visual Studio's installation experience, recalling the time we completed their survey1
🗩
0:00Welcome to the stream with a brief mention of Visual Studio's installation experience, recalling the time we completed their survey1
🗩
0:00Welcome to the stream with a brief mention of Visual Studio's installation experience, recalling the time we completed their survey1
🗩
4:31Try to install NVIDIA Nsight Graphics2
4:31Try to install NVIDIA Nsight Graphics2
4:31Try to install NVIDIA Nsight Graphics2
9:35Try to login to NVIDIA Developer3 on the dev machine, and debug what's going on with their website
9:35Try to login to NVIDIA Developer3 on the dev machine, and debug what's going on with their website
9:35Try to login to NVIDIA Developer3 on the dev machine, and debug what's going on with their website
19:33Determine that it's a cross-site access problem, and try to run chrome with the --disable-web-security
19:33Determine that it's a cross-site access problem, and try to run chrome with the --disable-web-security
19:33Determine that it's a cross-site access problem, and try to run chrome with the --disable-web-security
22:24Try to login to NVIDIA Developer4 with web security disabled, again with no luck
22:24Try to login to NVIDIA Developer4 with web security disabled, again with no luck
22:24Try to login to NVIDIA Developer4 with web security disabled, again with no luck
38:34Try to login at the URL of the script that handles NVIDIA Developer's login dialog5
38:34Try to login at the URL of the script that handles NVIDIA Developer's login dialog5
38:34Try to login at the URL of the script that handles NVIDIA Developer's login dialog5
42:44Explain how to successfully log in to NVIDIA Developer6
🗩
42:44Explain how to successfully log in to NVIDIA Developer6
🗩
42:44Explain how to successfully log in to NVIDIA Developer6
🗩
43:44Install NVIDIA Nsight Graphics and NVIDIA Display Driver7
43:44Install NVIDIA Nsight Graphics and NVIDIA Display Driver7
43:44Install NVIDIA Nsight Graphics and NVIDIA Display Driver7
51:06desuused Q: You're blocking cookies!
🗪
51:06desuused Q: You're blocking cookies!
🗪
51:06desuused Q: You're blocking cookies!
🗪
53:23Restart the computer to complete the driver installation, losing the mic audio in the process
53:23Restart the computer to complete the driver installation, losing the mic audio in the process
53:23Restart the computer to complete the driver installation, losing the mic audio in the process
54:50Re-enable the audio
54:50Re-enable the audio
54:50Re-enable the audio
55:52godling72 handmade_hero Do you want shader debugging? I think that's only in the Nsight Visual Studio edition, not Nsight Graphics
🗪
55:52godling72 handmade_hero Do you want shader debugging? I think that's only in the Nsight Visual Studio edition, not Nsight Graphics
🗪
55:52godling72 handmade_hero Do you want shader debugging? I think that's only in the Nsight Visual Studio edition, not Nsight Graphics
🗪
56:38Launch NVIDIA Nsight Graphics, and try to run our program
🏃
56:38Launch NVIDIA Nsight Graphics, and try to run our program
🏃
56:38Launch NVIDIA Nsight Graphics, and try to run our program
🏃
57:45Try to send a crash report to NVIDIA, and encounter a "Connection Error" in the crash reporter
57:45Try to send a crash report to NVIDIA, and encounter a "Connection Error" in the crash reporter
57:45Try to send a crash report to NVIDIA, and encounter a "Connection Error" in the crash reporter
58:58Try to make a project in Visual Studio 2017
58:58Try to make a project in Visual Studio 2017
58:58Try to make a project in Visual Studio 2017
1:03:03Look at the NVIDIA Nsight Graphics welcome page for a while
🗩
1:03:03Look at the NVIDIA Nsight Graphics welcome page for a while
🗩
1:03:03Look at the NVIDIA Nsight Graphics welcome page for a while
🗩
1:04:00vaualbus Q: As far as I know, not have the CRT make it to crash
🗪
1:04:00vaualbus Q: As far as I know, not have the CRT make it to crash
🗪
1:04:00vaualbus Q: As far as I know, not have the CRT make it to crash
🗪
1:04:36filiadelski Q: I think you're getting the NVIDIA experience after all
🗪
1:04:36filiadelski Q: I think you're getting the NVIDIA experience after all
🗪
1:04:36filiadelski Q: I think you're getting the NVIDIA experience after all
🗪
1:04:44desuused Q: Maybe run the profile as an admin?
🗪
1:04:44desuused Q: Maybe run the profile as an admin?
🗪
1:04:44desuused Q: Maybe run the profile as an admin?
🗪
1:05:09Try to run the game under Nsight Graphics as admin, unsuccessfully
🏃
1:05:09Try to run the game under Nsight Graphics as admin, unsuccessfully
🏃
1:05:09Try to run the game under Nsight Graphics as admin, unsuccessfully
🏃
1:05:46Try to compile with the CRT by removing /NODEFAULTLIB from and adding -MTd to our CommonCompilerFlags in build.bat
🖮
1:05:46Try to compile with the CRT by removing /NODEFAULTLIB from and adding -MTd to our CommonCompilerFlags in build.bat
🖮
1:05:46Try to compile with the CRT by removing /NODEFAULTLIB from and adding -MTd to our CommonCompilerFlags in build.bat
🖮
1:12:46Remove the #include of stdio.h and malloc.h
🖮
1:12:46Remove the #include of stdio.h and malloc.h
🖮
1:12:46Remove the #include of stdio.h and malloc.h
🖮
1:13:18Q&A
🗩
1:13:18Q&A
🗩
1:13:18Q&A
🗩
1:14:03uplinkcoder Q: Try removing handmade_msvc.c from the build as well
🗪
1:14:03uplinkcoder Q: Try removing handmade_msvc.c from the build as well
🗪
1:14:03uplinkcoder Q: Try removing handmade_msvc.c from the build as well
🗪
1:14:24Try using the WinMain() entry point
🖮
1:14:24Try using the WinMain() entry point
🖮
1:14:24Try using the WinMain() entry point
🖮
1:15:45Try to run the game compiled with the CRT under Nsight Graphics, unsuccessfully
🏃
1:15:45Try to run the game compiled with the CRT under Nsight Graphics, unsuccessfully
🏃
1:15:45Try to run the game compiled with the CRT under Nsight Graphics, unsuccessfully
🏃
1:16:06Try to send a crash report to NVIDIA, successfully!
1:16:06Try to send a crash report to NVIDIA, successfully!
1:16:06Try to send a crash report to NVIDIA, successfully!
1:17:24popcorn0x90 Q: Do you use anything like metaprogramming to make modern OpenGL more tolerable?
🗪
1:17:24popcorn0x90 Q: Do you use anything like metaprogramming to make modern OpenGL more tolerable?
🗪
1:17:24popcorn0x90 Q: Do you use anything like metaprogramming to make modern OpenGL more tolerable?
🗪
1:17:36gravity_gunner Q: What is the editor you use? The simplicity of it appeals to me as someone who used to work on a UNIX terminal back in the day8
🗪
1:17:36gravity_gunner Q: What is the editor you use? The simplicity of it appeals to me as someone who used to work on a UNIX terminal back in the day8
🗪
1:17:36gravity_gunner Q: What is the editor you use? The simplicity of it appeals to me as someone who used to work on a UNIX terminal back in the day8
🗪
1:18:48AsafGartner Q: Does it still work with the Visual Studio plugin of Nsight?
🗪
1:18:48AsafGartner Q: Does it still work with the Visual Studio plugin of Nsight?
🗪
1:18:48AsafGartner Q: Does it still work with the Visual Studio plugin of Nsight?
🗪
1:19:12Try to run the game with the Visual Studio plugin of Nsight
🏃
1:19:12Try to run the game with the Visual Studio plugin of Nsight
🏃
1:19:12Try to run the game with the Visual Studio plugin of Nsight
🏃
1:22:20Install Nsight Visual Studio Edition9
1:22:20Install Nsight Visual Studio Edition9
1:22:20Install Nsight Visual Studio Edition9
1:27:16Try to run the game with the Visual Studio plugin of Nsight, still unsuccessfully
🏃
1:27:16Try to run the game with the Visual Studio plugin of Nsight, still unsuccessfully
🏃
1:27:16Try to run the game with the Visual Studio plugin of Nsight, still unsuccessfully
🏃
1:27:52A few words on never updating your development environment
🗩
1:27:52A few words on never updating your development environment
🗩
1:27:52A few words on never updating your development environment
🗩
1:28:32There's nothing else to say
🗩
1:28:32There's nothing else to say
🗩
1:28:32There's nothing else to say
🗩