Live data from Hacker News

Ask HN: What is your favorite YouTube channel for developers?

news.ycombinator.com

51–60 of 180 posts

Re: Ask HN: What is your favorite YouTube channel for developers?

#51
post #3

For Unity apps I like "Makin' Stuff Look Good": https://www.youtube.com/channel/UCEklP9iLcpExB8vp_fWQseg

Just thought I'd also mention that he likes to do "case studies" where he reverse engineers effects from different games in Unity using mostly Cg shader code (Ice from Spelunky, Golden Cards from Hearthstone, Bomb explosions from Zelda, etc.)

Re: Ask HN: What is your favorite YouTube channel for developers?

#52

https://www.youtube.com/bisqwit is by far my favorite and I've spent many hours watching him. He does things like create a Doom-style engine from scratch: https://www.youtube.com/watch?v=HQYsFshbkYw .. create a NES emulator: https://www.youtube.com/watch?v=y71lli8MS8s .. work back from a C++17 example to show why new C++ standards are needed: https://www.youtube.com/watch?v=wrwwa68JXNk .. and even building a Tetris c…

Never heard about it - I only know about the guys somehow associated with the Handmade Hero project:

https://www.twitch.tv/martincohen

https://www.youtube.com/GingerGames

https://www.youtube.com/user/pervognsen

https://www.twitch.tv/nothings2

and a few more.

Re: Ask HN: What is your favorite YouTube channel for developers?

#54
post #30

https://www.youtube.com/user/handmadeheroarchive/featured https://handmadehero.org/ Coding a game engine from scratch, but don't think it's just about games. The techniques covered range from beginner to highly advanced and programmers in any field, at any skill level, can learn a lot. For example, check out the live editing/reloading for C code in Week 5. https://hero.handmade.network/episodes

I'm just going through this right now, and it's pretty amazing. I really like how he develops this prototype, and just writes the code which actually solves the problem first, then breaks it up to try and reduce repetition only after he sees how it looks uncompressed.

Yep - that was a bit of an eye opener for me. He is a super smart guy but if you saw a snapshot of this game source your first reaction would be to suggest a series of (micro) improvements... He explains this style you mentioned here: https://mollyrocket.com/casey/stream_0019.html

Re: Ask HN: What is your favorite YouTube channel for developers?

#55
I have enjoyed watching video recordings of talks from various conferences. Here are some of them off the top of my head.

Defcon (computer security) - https://www.youtube.com/user/DEFCONConference/playlists

PyCon 2016 (Python) - https://www.youtube.com/channel/UCwTD5zJbsQGJN75MwbykYNw/vid...

PyCon 2015 (Python) - https://www.youtube.com/channel/UCgxzjK6GuOHVKR_08TT4hJQ/vid...

PyCon 2014 (Python) - https://www.youtube.com/user/PyCon2014/videos

BSDCan (FreeBSD, OpenBSD and others) - couldn't find a dedicated channel but this one has some BSDCan playlists - https://www.youtube.com/user/osbootcamp/playlists

Chaos Communication Congress (computer security, organized by the Chaos Computer Club aka. CCC) - https://www.youtube.com/user/CCCen/playlists

Black Hat (computer security) - https://www.youtube.com/user/BlackHatOfficialYT/playlists

DerbyCon (computer security) - again, couldn't find a dedicated channel but this one has DerbyCon in addition to some others which might be interesting as well - https://www.youtube.com/user/irongeek/playlists

Re: Ask HN: What is your favorite YouTube channel for developers?

#56
I'm a bit of a David Beazley fanboy and Python lover. I've watched all of his keynotes and lectures at this point and I have yet to find one that wasn't incredibly informative. You can watch the video for whatever the main topic is about, but finish the talk having picked up a wealth of other bits of useful information.

In addition, I have incredible amounts of respect for people that are willing (and capable) to live code what they're teaching. For one of the best examples of how to effectively live code, look no further than when he implemented a concurrent system from scratch at PyCon 2015: https://www.youtube.com/watch?v=MCs5OvhV9S4

Channel (with some of his videos): https://www.youtube.com/user/dabeazllc

Re: Ask HN: What is your favorite YouTube channel for developers?

#58

Can't believe this hasn't been mentioned yet, so I'm gonna throw it out there. Gary Bernhardt of Destroy All Software. Access to the videos costs $29/month but is well worth it IMO. He covers a very wide range of topics from beginner to advanced. To sum things up in a few words -- his content is focused on a general understanding of computer science and puts concepts, abstractions, and methodologies before any specif…

[deleted]

Re: Ask HN: What is your favorite YouTube channel for developers?

#60
post #38
post #26

Earlier quoted context omitted.

I love Bisqwit. The software development content is great, but also his overall personality and philosophy really come through in the videos and resonate with me personally. The level of craftsmanship in his videos is far beyond the typical powerpoint slides mixed with live editing. It would take paragraphs to list all the reasons why, just watch them.

I love his videos too, though the fact that he quit working as a developer and got a job as a bus driver makes me worry that our industry is driving away thoughtful, creative craftspeople like him. It could be that his situation is unique to him, and doesn't generalize at all. But it also seems plausible that the trend toward practices like sprints, stories, and open plan offices that aren't conducive to the kind of…

Good news - he's just taken another job as a developer :-) He briefly mentioned it in a recent video.

But yeah, his work environment didn't sound great before, and I think he assumed everywhere is a variant of that. Maybe that's true in Finland, but the guy is clearly skilled enough to work at any place he'd choose.

Post reply on HN