Live data from Hacker News

Ask HN: Favorite live coding channels for intermediate/advanced topics?

news.ycombinator.com

11–20 of 36 posts

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#15

There‘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/

Casey is still going?

My god...

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#16

Yuri 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…

Yuri is definitely not beginner stuff. Intermediate to advanced I'd say.

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#17
I 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/

Re: Ask HN: Favorite live coding channels for intermediate/advanced topics?

#18
post #13

https://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)

You forgot the best one:

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?

#20

I 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/

curious to check it out. Plugging cronyo[0] a CLI for AWS cron jobs :) would love your feedback.

[0] https://github.com/cronyo/cronyo

Post reply on HN