Machine Learning with Phil
Ask HN: Favorite live coding channels for intermediate/advanced topics?
11–20 of 36 posts
Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#12Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#13 Hjalfi writes a vi for CP/M (9 hours)
Hjalfi writes an assembler (7 hours)
Hjalfi ports Fuzix to the ESP8266 (38 hours)Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#14Bisqwit: https://youtu.be/PahbNFypubE?t=1045
Intermediate C++ videos, often with some angle towards graphics or emulation.
Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#15There‘s Jon Blow working on his new language JAI and game-dev: https://twitch.tv/j_blow Another channel is Casey Muratori‘s Handmade Hero, which is about developing a game from scratch. https://twitch.tv/handmade_hero https://handmadehero.org/
My god...
Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#16Yuri Artyukh, mostly threejs, webgl stuff https://www.youtube.com/channel/UCDo7RTzizoOdPjY8A-xDR7g , although I'm not experienced enough to judge if its actually intermediate. Jon Gjengset, Rust (internals, data structure, protocol impls) https://www.youtube.com/channel/UC_iD0xppBwwsrM9DegC5cQQ aarthifical, not really live-coding but a game devlog with interesting ideas https://www.youtube.com/channel/UCtEwVJZABCd0te…
Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#17So far I have a course on publishing a pip package and a cron implemented with aws lambda.
Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#18https://www.youtube.com/user/hjalfi/videos has gems like: Hjalfi writes a vi for CP/M (9 hours) Hjalfi writes an assembler (7 hours) Hjalfi ports Fuzix to the ESP8266 (38 hours)
Hjalfi writes a lunar lander game for the Apollo Lunar Lander: https://www.youtube.com/watch?v=VHDkWppysQI (9 hours)
Very highly recommended even if it doesn't seem like your cup of tea based on the title. It goes quite deep into the practical aspects of the crazy architecture of the Apolo Lunar Lander Guidance Computer.
Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#19Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?
#20I do something like this, although not live. These are real intermediate projects on video, with code. Without omitting any step. So far I have a course on publishing a pip package and a cron implemented with aws lambda. https://fromzerotofullstack.com/