Earlier quoted context omitted.
> How do you make OBS switch to showing your browser when you open it up to look at docs? Do you manually toggle it in OBS or is there a tool available for this? I keep things as lazy as possible, and just stream my entire desktop (with slight crop) instead of a specific window. I have my browser window lined up and positioned on the left so the webcam doesn't cover up anything. I then can just CMD-tab to it quickly.…
Forgive my focusing on the unimportant things, but: what’s the slight crop for?
Lessons from my first year of live coding on Twitch
91–100 of 103 posts
Re: Lessons from my first year of live coding on Twitch
#92Earlier quoted context omitted.
Forgive my focusing on the unimportant things, but: what’s the slight crop for?
Sorry that probably sounded confusing - I was being pedantic in my description. In the article I explain that I want private areas on my desktop for watching chat and alert activity hence the crop of my desktop :)
Re: Lessons from my first year of live coding on Twitch
#93Hey! I do this too on twitch. I mostly stream myself doing algorithms though. Basically I do the Google Style interview questions, and almost run my stream like I am doing an actual interview. https://www.twitch.tv/stale2000/videos/all The reality of the livecoding scene is that most "real life" coding is actually pretty boring to watch. In order to be actually interesting, you have to be talking and explaining what…
Watched your most recent algorithm video. Good quality stream! P.S.: Sieve rhymes with live, as in "I live in California." :)
Re: Lessons from my first year of live coding on Twitch
#94It's good advertisement, and it lets people have a look at the results of your streaming. For all we know, your stream could be great, good, bad or not at all. We don't know.
Without that information, it is hard to know what to make of the rest of the blog post.
Re: Lessons from my first year of live coding on Twitch
#95I wonder if you could include all keystrokes like Ctrl-x in the screencast, maybe even a timeline of the keystrokes; I imagined it to be "running" along the screen like in Guitar hero. Nevertheless this is a great effort in distributing latent/implicit knowledge, which I think coding to be heavy on; for example, how would a terminal user know that Ctrl-R is reverse-search? (don't get me started on finding out about g…
Most people who create Blender (a 3D graphics app) video tutorials use an addon that includes the keys they are typing on the screen. It is very useful, and would be interesting especially for emacs or Vim users who use a lot of bindings.
Re: Lessons from my first year of live coding on Twitch
#96Suggestion: include a link to your twitch channel, in the first paragraph of this blog post. It's good advertisement, and it lets people have a look at the results of your streaming. For all we know, your stream could be great, good, bad or not at all. We don't know. Without that information, it is hard to know what to make of the rest of the blog post.
Re: Lessons from my first year of live coding on Twitch
#97There is a game developer on twitch that uses his VODs (video replays) as a versioning system as he doesn't use anything. "Wait, what and why did I do this? Lemme look at yesterday's vod". It suprisingly works quite well and is more entertaining for the viewers to see what and how bugs get introduced.
I sounds like a useful super-blame, but I would still use a VCS. It's so easy!
Re: Lessons from my first year of live coding on Twitch
#98One issue I have is the balance between high quality broadcasts that don't have the opportunity for frequent audience input - or lower quality broadcasts that are more interactive.
Re: Lessons from my first year of live coding on Twitch
#99I'm not a gamer and would have never thought to look on there for tutorials. Their search isn't very good and I've found YouTube is the best place to find out who is using Twitch. There are guys with a thousand followers who don't show up on search! Still a very valuable outlet that I bet most coders don't know about.
Re: Lessons from my first year of live coding on Twitch
#100I wonder if you could include all keystrokes like Ctrl-x in the screencast, maybe even a timeline of the keystrokes; I imagined it to be "running" along the screen like in Guitar hero. Nevertheless this is a great effort in distributing latent/implicit knowledge, which I think coding to be heavy on; for example, how would a terminal user know that Ctrl-R is reverse-search? (don't get me started on finding out about g…
Most people who create Blender (a 3D graphics app) video tutorials use an addon that includes the keys they are typing on the screen. It is very useful, and would be interesting especially for emacs or Vim users who use a lot of bindings.