Went to check it out, all content is in flash. This is 2015, flash is no longer acceptable, especially on sites where the target audience is tech people. Hey at least they have TLS
The Strange Appeal of Watching Coders Code
41–50 of 85 posts
Re: The Strange Appeal of Watching Coders Code
#42Re: The Strange Appeal of Watching Coders Code
#43I don't argue if there is any value in this, but there is certainly plus information following the thought process of a programmer. The parts that takes longer to write emphasize harder and more thought out modifications for example.
>Unlike Twitch, Livecoding automatically archives every stream, which means that it’s quickly accumulating an extensive video library — although, right now, it’s not terribly well organized.
Organize live sessions by commit somehow. I guess only open source developers stream anyway (I couldn't try the site, I don't have Flash) and if they could easily or even somewhat automatized could tag live sessions or parts of live sessions by commit hash it would be really nice. Imagine browsing a codebase in git, looking at some seemingly odd code and thinking "what was the thought process of the guy who wrote this?". Then you make a git blame, then enter the commit hash to search on livecoding, maybe the guy has the session up there and you can get more info.
Re: The Strange Appeal of Watching Coders Code
#44"The only catch — but this is a tough one for most of us — is that this works far better if the expert does not try to explain what they're doing as they're doing it. In most contexts, the learning is much more robust and accurate and deep if the learner just... watches. Without trying to consciously analyze or ask for justification for every little decision. There’s a time for analyzing the work of those with more expertise, but the counter-intuitive research shows quite strongly that this is more likely to reduce performance, of both the learner and—in many cases—the expert trying to explain how they do what they do!"
Source: http://www.cioinsight.com/it-management/expert-voices/kathy-...
It'd be supremely awesome if companies like LiveCoding could convince experts to live code from time to time. Would certainly pull in lots of visitors. Might even be able to charge for that. Or get experts to record themselves in the flow of work without a live audience, and make a library of such recordings available. Might be a great addition to some EdTech company's offerings.
Re: The Strange Appeal of Watching Coders Code
#45To many people, there is a strange appeal in watching almost any monotonous activity being performed by others. I don't know why. My 3-year-old daughter likes to watch endless YouTube videos of surprise eggs being opened. Live coding is not too different in spirit.
Apparently that person made 5 million dollars last year: http://fusion.net/story/38924/the-highest-youtube-earner-of-...
>Related: A Swedish YouTube star made $7.4 million last year by playing video games
Now I'm not a mathematician, but something seems off here...
Re: The Strange Appeal of Watching Coders Code
#46Earlier quoted context omitted.
Apparently that person made 5 million dollars last year: http://fusion.net/story/38924/the-highest-youtube-earner-of-...
>The highest YouTube earner of 2014 made nearly $5 million >Related: A Swedish YouTube star made $7.4 million last year by playing video games Now I'm not a mathematician, but something seems off here...
Re: The Strange Appeal of Watching Coders Code
#47I'm not trying to be snarky, because apparently people are watching, but I'm curious who the audience is? As a coder I have almost zero interest in watching other people code. I'll read through the end result, but watching somebody type it in? What's the point?
I think the appeal of watching people code is for people who learn best by example, with visual/audio/story-line cues as reference for learning. Humans love story telling and if a code-caster can weave their coding with their dialogue about how they are going about their tasks, the result can be some pretty powerful learning juice for the brain. YMMV!
Re: The Strange Appeal of Watching Coders Code
#48Earlier quoted context omitted.
I'm guessing that has more to do with the novelty factor. Small children fall prey to those types of psychological tricks quite easily... I'd really think twice before letting a toddler on the internet.
I agree, but the thing is, I'm not sure adults are all that different.
I can't tell you how many hours I've wasted in the evenings watching things on Youtube that are probably a waste of time but I find fascinating nevertheless. PilotsTubeHD is a fun channel for watching pilots doing their thing. I also can't stop watching bosnianbill's endless lock picking videos. Maybe there's something wrong with me. :)
Re: The Strange Appeal of Watching Coders Code
#49Went to check it out, all content is in flash. This is 2015, flash is no longer acceptable, especially on sites where the target audience is tech people. Hey at least they have TLS
Re: The Strange Appeal of Watching Coders Code
#50A year or two ago, I watched notch stream coding for a weekend game competition, and it was fascinating. It was on the front page of HN for a while. I ended up watching it for a couple of hours while I did some low-cognition tasks. I think the appealing aspects for me were: * Seeing someone else's desktop and windowing habits * Watching for new keyboard shortcuts * Seeing workflows similar to mine in different IDEs a…