Live data from Hacker News

Show HN: Watch People Code

watchpeoplecode.com

31–40 of 76 posts

Re: Show HN: Watch People Code

#31
post #4

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.

I watched notch develop Prelude of the Chambered over a livestream a couple of years ago. It took a couple of days, but I picked up so much (I went on to port it to Ruby, bizarrely).

Re: Show HN: Watch People Code

#32
Would 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

#33
post #7

I 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).

There's also seeing what people really do rather than what they say they do. It's easy to say you follow various principles, always test, yada yada, but I suspect most people's real world behavior is different to their ideals.

Re: Show HN: Watch People Code

#34
post #32

Would 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.

Yeah this is quite a problem - I'm puzzled how there aren't more comments on this. This page brought my PC almost to a complete halt for 20 seconds or so. On newest FF and Chrome!

Re: Show HN: Watch People Code

#35
post #19

Recently, 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

#36
OT 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.

Re: Show HN: Watch People Code

#37
post #35
post #19

Recently, 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/

Emacs Rocks is great, almost got me converted ;) For a vim guys I can recommend watching 'Destroy All Software' by Gary. He's a master of his tools and pleasure to watch.

Re: Show HN: Watch People Code

#38
After ~60 minutes of random debugging in production. If anyone noticed any weirdness(like a lot of repeated streams / streams disappearing) -- we're sorry. Looks like everything should work now.

Just 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

#39

OT 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.

What stream were/are you watching? Also, what is your OS/browser? I checked "Instruction Set Development - Part 5" and there is full screen button(Mac OS X, chrome/firefox).
Post reply on HN