This is interesting! While I think it'd be difficult to fully learn how to implement something from this (read: tedious), I do see it as a cool way to learn how other people think about and solve problems. If it means anything, I watched a good five minutes of the guy working on the Arduino code without thinking about turning it off.
Show HN: Watch People Code
31–40 of 76 posts
Re: Show HN: Watch People Code
#32Re: Show HN: Watch People Code
#33I don't understand how this adds more value than the other places on the web. A blog, tutorial video, stackoverflow post, book, etc will provide more knowledge in less time than watching someone real-time code and step through the software writing process. I understand the game channels on twitch provide entertainment, but don't see how this will catch on widely. Would love to hear others thoughts.
I like watching it to get a better idea of people's workflows (and through that hopefully improve mine).
Re: Show HN: Watch People Code
#34Would it be better performance wise to get the Twitch.tv/YouTube/etc. summary of what they're showing and present that first, and if you're interested to click on the summary then you can load the video? Loading all of those videos at once is pretty heavy, at least for my mbp.
Re: Show HN: Watch People Code
#35Recently, I was amazed at how fast one of our devs were. When trying to see what made him so fast, it was a combination of being very good at reading code and understanding the underlying structure of the code, and also he was very fast with his editor. I could barely follow what he was doing as he was tracing his way through the code. Watching him work as we were discussing an architecture made me more inspired to t…
Re: Show HN: Watch People Code
#36Re: Show HN: Watch People Code
#37Recently, I was amazed at how fast one of our devs were. When trying to see what made him so fast, it was a combination of being very good at reading code and understanding the underlying structure of the code, and also he was very fast with his editor. I could barely follow what he was doing as he was tracing his way through the code. Watching him work as we were discussing an architecture made me more inspired to t…
You might enjoy watching a few episodes of Emacs Rocks! The guy who does them is pretty cool to watch as far as knowing your tools well. Even if you're a vim user, you'll probably appreciate how well he uses emacs. http://emacsrocks.com/
Re: Show HN: Watch People Code
#38Just a bit of technical details for curious: twitch streams are painful to deal with. Twitch channel != youtube channel. Twitch channel is akin youtube video(or stream) but with offline/online status. Mapping "online/offline" statuses into proper upcoming/live/completed statuses isn't straightforward. Differentiating between different "streams" is also difficult(i.e. user streams twice on two different days, but the link stays the same).
Also, twitch api often returns 5XX errors.
Bug reports are welcome here: avp-13@yandex.ru
Also, if you want to be notified about upcoming streams, then you can subscribe to subreddit(http://www.reddit.com/r/WatchPeopleCode), subscribe on the website, or follow https://twitter.com/WatchPeopleCode.
Re: Show HN: Watch People Code
#39OT slightly: Why do some YouTube embeds (including the one on this site) not contain a full screen button? It drives me nuts. Especially here as to actually see what's happening full screen is essential. The only way to get full screen is to click the YouTube button to actually go to YouTube and full screen it from there.