But he is most definitely a software guy first and foremost. [...] well, it works for him, and he asks viewers to convince him otherwise.
Ah, a "coder".
You know, the person who copy-pastes code off the web, until something compiles and passes through the minimal test. In the open source world, the person who responds to bug reports with "it works on my machine, so I'm closing this bug report as invalid".
Please do not confuse him with anyone who can actually develop useful software that works in a predictable fashion, okay?
The video appeared in my feed at stupid 'O clock, so the first thing I did was mis-read the title as hello P
y. Interested only because I'm straight C, but Py curious.
And when he started connecting up LEDs directly to pins, I began to wonder if I had had too much to smoke for the evening.
What baffles me is why not just make the SBC eat it's own dog food rather than bothering with all that remote building nonsense? FFS. For a blinky prog, just log in, start a text editor, compile and run.
Whilst sure, if you're building a kernel or designing a driver or something. But if that Pi project grows into something bigger and useful and then gets put into use somewhere, years later you might want to change a couple of lines of code, you have to setup that whole MS build env again and prolly need to figure out why bloody Code Studio wont work anymore..

No hate on those who do like using the big IDEs for big code bases, everyday.
Just wish more emphasis was placed on keeping it simple for the hobbyist. You should make sure that you can recompile from a terminal.
The pointlessness of shoehorning bloody MS programs into everything.