Live data from Hacker News

Show HN: A list of programmers coding live

shipstreams.com

51–60 of 65 posts

Re: Show HN: A list of programmers coding live

#51
post #49

anyone know what happened to livecoding.tv?

A disaster happened: https://news.ycombinator.com/item?id=10486476

wow, i never knew about that! just reading through the comments, i don't particularly find anything offensive with Michael's responses. am i missing something?

Re: Show HN: A list of programmers coding live

#53
post #46

Earlier quoted context omitted.

I think the appeal is the same for watching any other high performance. Specifically, it can be entertaining to see how others do things, and there is potential for you to pick up some useful knowledge in the form of a problem solving technique, or maybe a workflow you haven’t considered.

But you can do that by reading code of Open Source projects, which is more effective IMO.

No... For example, let's imagine a developer needs to find the source of a bug on a big rails app. All he knows of the bug is that a certain line of logged SQL should be near the location. He knows how to trigger the bug. A simple method call triggers a myriad of unknown things, one of which is where the bug lies. He gets the idea to write a method that takes a regex and a block and temporarily override the logging method while the block executes so that it outputs a backtrace when logging a line that matches the given regex. The method is called, the backtrace is output, and the bug is found.

Development ideas and methodologies like that don't appear in code.

Re: Show HN: A list of programmers coding live

#54
post #26

I would love to stream as I program, but I'm too afraid of accidentally showing a password or API key or something and pwning myself.

There's also the possibility of swatting[1]. There are videos online of people streaming when suddenly their home is broken into by officers, rifle in hand, yelling at them to get on the ground.

[1] https://en.wikipedia.org/wiki/Swatting

Re: Show HN: A list of programmers coding live

#55
post #31

Genuine question: What is the appeal of watching live coding? Who watches these? I'm watching code all day long, arguing about it, understanding it on my workplace, if I get home, there is no way I want to watch another guy live coding. Maybe doing my own thing when I'm free and not tied to a gazillion rules of how to do things.

I watch Adam13531's BotLand twitch channel when I work at home. He's also been posting them on youtube for the past few years. I am interested to see how other talented programmers work, without having to look over my colleagues' shoulders at work.

Adam keeps a really well organized programmers' log and todo list, and I've incorporated that into my own daily work.

Re: Show HN: A list of programmers coding live

#56

anyone know what happened to livecoding.tv?

They rebranded to https://www.liveedu.tv/ and made a lot of product changes that make it unusable. They used to have a good community going, I streamed there for a little while but everyone seems to shift to Twitch/Youtube.

I used to stream there as well. Do you know if there's another coding-focused streaming platform?

Re: Show HN: A list of programmers coding live

#58
post #46

Earlier quoted context omitted.

I think the appeal is the same for watching any other high performance. Specifically, it can be entertaining to see how others do things, and there is potential for you to pick up some useful knowledge in the form of a problem solving technique, or maybe a workflow you haven’t considered.

But you can do that by reading code of Open Source projects, which is more effective IMO.

Well, you can learn actively from researching opens source projects. Or you can learn passively by watching others code.

The first is more effective but the second is easier and more entertaining.

Post reply on HN