这是我几年来收集的一个列表。每个频道我都看过一点,感觉还不错就都分享给大家了。主要是编程方面的知识,也有一些其他的。
Cᐩᐩ Weekly With Jason Turner
https://www.youtube.com/channel/UCxHAlbZQNFU2LgEtiqd2Maw
Game Engine series (He uses C++ for engine and C# for editor so I get to learn both)
https://www.youtube.com/channel/UCU0ZLgIv87jlqS6G58DKPyg
HowTo with GEO (handyman tutorials)
https://www.youtube.com/channel/UC7vstLCUimxLJ5M5F0k_DQg
Learnelectronics
https://www.youtube.com/channel/UCSRTiJhBE5GsP-1fCbpFRWg
LockpickingLawyer (he picks a LOT of locks but be warned there are actually not many tutorials)
https://www.youtube.com/channel/UCm9K6rby98W8JigLoZOh6FQ
Moshix (Mainframe veteran)
https://www.youtube.com/channel/UCR1ajTWGiUtiAv8X-hpBY7w
My self reliance (guy builded and building himself a great cabin in Ontario Canada, again not many tutorials)
https://www.youtube.com/channel/UCIMXKin1fXXCeq2UJePJEog
Project Farm (for comparing qualities of same tools)
https://www.youtube.com/channel/UC2rzsm1Qi6N1X-wuOg_p0Ng
Ric (Pixel Arts)
https://www.youtube.com/channel/UCTjPQWeqxGI9KAD_X6e8BAQ
Ryan Laley (UE development tutorials)
https://www.youtube.com/channel/UCsS5i15vvUbwfr_1JdRKCAA
Ryan Ries (Game engine programming using C from scratch)
https://www.youtube.com/channel/UCKLEzyrhO8Qj-Dqk-xjF3ew
The engineering mindset (electronics tutorials)
https://www.youtube.com/channel/UCk0fGHsCEzGig-rSzkfCjMw
Ben Eater (electronics in depth)
https://www.youtube.com/channel/UCS0N5baNlQWJCUrhCEo8WlA
Bitwise (mostly about compiler theory stuffs)
https://www.youtube.com/channel/UCguWV1bZg1QiWbY32vGnOLw
Creel (X64 Assembly tutorials)
https://www.youtube.com/c/WhatsACreel/videos
Dmitry Soshnikov (Compiler theory and GC)
https://www.youtube.com/channel/UC15UOu9F157NAXGL9dHc4TQ
FamTrinli (Make 16 small games with C++/SFML, great introductory projects)
https://www.youtube.com/channel/UCC7qpnId5RIQruKDJOt2exw
javidx9 (Game programming from scratch, very interesting and detailed tutorials)
https://www.youtube.com/channel/UC-yuWVUplUJZvieEligKBkA
Low Level Dev (as channel name indicated)
https://www.youtube.com/channel/UCRWXAQsN5S3FPDHY4Ttq1Xg
Mathew Wadstein (UE Engine programming tutorials)
https://www.youtube.com/channel/UCOVfF7PfLbRdVEm0hONTrNQ
MIT missing semester
https://www.youtube.com/channel/UCuXy5tCgEninup9cGplbiFw
Retro Game Mechanics explained
https://www.youtube.com/channel/UCwRqWnW5ZkVaP_lZF7caZ-g
Samy Kamkar (hardware hacking)
https://www.youtube.com/channel/UC4m2G6T18_JcjwxwtwKJijw
The Cherno (great C++ game programming videos, covers a lot of grounds)
https://www.youtube.com/channel/UCQ-W1KE9EYfdxhL6S4twUNw
Trains21 (How trains work)
https://www.youtube.com/channel/UCo5WtRol-bopQmsWfXBa8kQ
CMU Database Group (as name indicated)
https://www.youtube.com/channel/UCHnBsf2rH-K7pn09rb3qvkA
code_report (A meetup channel with extensive materials e.g. a full read on SICP)
https://www.youtube.com/channel/UC1kBxkk2bcG78YBX7LMl9pQ
CopperSpice (C++ channel, more in-depth stuffs I think)
1
1sm23 2021-03-17 09:31:56 +08:00
我油管全是电影解说和吃播,有正经的吃,也有贝爷👴的那种吃
|
3
um1ng 2021-03-17 09:50:49 +08:00 1
中指通
|
4
Aaron01 2021-03-17 10:08:26 +08:00
感觉不适合初学者啊,有没有那种以趣味和消遣为主的教程。
|
5
easing 2021-03-17 11:03:15 +08:00
lock picking 教程确实涨姿势
|
7
ZekiHan 2021-03-17 12:08:18 +08:00 via iPhone
踩个坑,然后吃灰去😜
|
8
akring 2021-03-17 12:20:37 +08:00 1
|
10
Aaron01 2021-03-17 13:02:39 +08:00 via Android 1
@levelworm 最近有想了解一下计算机组成原理,数据结构,操作系统这些,就找了些考研的课程,发现老师很不错,已经尽力在做到有趣生动形象了,但还是有一种把知识浓缩起来往你脑子里灌的那种感觉,有点累。不知道有没有什么其他更好的形式,其实我不在乎时间,不求速成的,就是没什么好的慢慢讲故事的教程。
|
11
levelworm OP @Aaron01 推荐看名校的课程。我觉得名校的本科课程讲的都比较深入浅出。比如说计算机组成可以看看 CS61A 。如果需要中文字幕可以在 B 站搜索一下,应该都有人做过了。数据结构可以试试看普林斯顿的课程: https://algs4.cs.princeton.edu/home/
|