Hacker News new | ask | show | jobs
by zefei 4031 days ago
Every time I read something about TempleOS, I was amazed by its concepts and Terry's dedication. I wonder if one day we could see something like "doom source code review" on TempleOS.
2 comments

Check out his series of videos, "TempleOS: 5-Minute Random Code Walk-Thru": https://www.google.com/search?q=TempleOS+5-minute+random&tbm...
I really like watching the code reviews Terry has put on youtube. Watching him use his own creation to navigate, test and explain his own creation is very interesting.
I understand he has an interesting technique for putting together those code reviews, too: he uses a random number generator to randomly pick a piece of the code, then starts walking through whatever it chooses.