Блог пользователя Errichto

Автор Errichto, 6 лет назад, По-английски

I want to try streaming competitive programming. The goal is to make it educational so I will be talking a lot, also answering (at least some) questions.

I'm planning three completely different streams to see what format to use:

  1. Solving random easy-medium problems.
  2. Solving old problems from Polish olympiad.
  3. Post-contest stream, assuming I'm a setter or tester of a contest. Similar to what scott_wu, ecnerwala and stevenkplus did.

Any thoughts, ideas?

The first stream will most likely be on Sunday, starting around 7-8pm CEST. I will use Twitch and talk in English only. These first streams should show me and you whether it's cool and useful, and whether I like doing it.

Also, I will try to make the video accessible later.

--- UPDATE ---

The first stream will start on Saturday at 10am CEST (check your timezone) here: https://www.twitch.tv/errichto. I will solve some div1 A-C problems, not necessarily from Codeforces.

--- UPDATE 2 ---

The second stream on Sunday evening, with problems from POI 22, round 1. You can try to solve them yourself first — link. I will do problems from POI in a few days.

I will start today at 19:35 CEST (check your timezone) and I will talk about hard problems from this year TCO qualification rounds. If I do well in SRM today, I can start with problems from the round first. So, the main topic is hard DP problems, I guess. I prefer to stream on Youtube today, but I have some difficulties. I will announce here where the stream will happen. If someone has experience with Youtube live, please write to me.

I will stream on Youtube: https://www.youtube.com/channel/UCBr_Fu6q9iHYQCh13jmpbrg.

--- UPDATE 3 ---

SRM was moved by one hour, so my stream will start at 20:35 CEST.

  • Проголосовать: нравится
  • +973
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится +73 Проголосовать: не нравится

Totally go for it. Especially old POI problems. I heard they are really good. Red guys like you should explain the way you think while solving a problem or some interesting tricks that we (experts-masters) could benefit from. Good luck and have fun!

»
6 лет назад, # |
  Проголосовать: нравится +23 Проголосовать: не нравится

Can't wait! It'll be great if you upload later on youtube.

»
6 лет назад, # |
  Проголосовать: нравится +17 Проголосовать: не нравится

Please include Computational Geometry as a part of these streams. Also, is there any particular reason why you will be using Twitch?

»
6 лет назад, # |
  Проголосовать: нравится -8 Проголосовать: не нравится

Streaming medium-hard, DP problems would be great. Timus would be best for that. At the same time, problems on advanced data structures, like HDL, Centroid Decmposition, Sqrt Decomp,etc.

Please upload it on youtube also. Twitch in blocked in some regions.

»
6 лет назад, # |
  Проголосовать: нравится -23 Проголосовать: не нравится

:p

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Allow CoolStoryBob emote and count me in :D

»
6 лет назад, # |
  Проголосовать: нравится +25 Проголосовать: не нравится

Old Polish contests seems good option, since a lot of them are interesting and they don't have English editorials.

»
6 лет назад, # |
  Проголосовать: нравится +59 Проголосовать: не нравится

Go for it.
One suggestion from my side. If you can upload question links a day before stream? So we can try them before the stream.

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится +6 Проголосовать: не нравится

    I agree with the questions before stream

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится +52 Проголосовать: не нравится

    Well, this is very important and hard decision. I see three options.

    1. Just solving problems is the most comfortable option for me, where also you can suggest something. Sometimes I can simply ask whether people want a DP or Geometry problem now.

    2. I can say in advance that e.g. we will be doing problems from POI 2015, and I would not read the problems before a stream. Then I shouldn't skip problems because someone waits for a solution. What if a problem is boring or very hard? Or it's a topic I don't really know well? I'm good in CP but I can't solve everything.

    3. Finally, I can say the source in advance, and also read those problems, trying to solve them. This eliminates a big part of the stream — seeing what I think while I approach the problem. It also requires much more time from me. On the other hand, it allows me showing harder problems.

    I think that I will choose option 1 for random-problems-stream and option 2 for POI. I don't like option 3 — it makes it more like a standard editorial.

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Also will be cool if you will make a tutorials for advanced algorithms and solving some problems on this topics(algorithms) . Good luck !

»
6 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

what do you particularly mean by "easy-medium problems"... will it be Div.1 B-C or D-E? and will those problems be on CF only?

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Suggestions:

1) Posting source codes after streams.

2) Proving non-standard stuff. For easy/medium problems I don't think it will take up too much of the time to prove stuff along the way, and not just at the end or not at all. A lot of editorials do the "proof = readers practice" thing, which makes me think of this

3) As for which one I think post-contest streaming is the coolest.

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится +2 Проголосовать: не нравится

    I laughed so hard at the "proof = readers practice" comment. Even more irritating ones include "it is clear that ..." and "it can be proven that ...", without following up with any proof.

»
6 лет назад, # |
  Проголосовать: нравится +26 Проголосовать: не нравится

I think it will be most useful to explain exactly what goes through your head while solving a problem. When you read it, what does it remind you of (previous problems/algorithms)? Do you get immediately what algorithm/trick to use? What features about the problem made you think that? What approach will you try first? If it didn't work, why not? What alternate approach(es) will you try and why?

After seeing Petr and Endagorion's streams on YouTube, I think watching a 2+ hr video to gain knowledge for a few problems, without any timestamps for easy navigation, is too much effort for little benefit (as compared to reading editorials). The denser you make the videos with tips and info about your thought process, the livelier it will be (not doing a live contest at the time should also help take the pressure off).

One possible approach could also be to do the contest first without any explanations, and do a post-contest analysis (maybe even with another person).

Also please go for it.

»
6 лет назад, # |
  Проголосовать: нравится +27 Проголосовать: не нравится

I prefer blog over streams because it saves lots of time.

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится +46 Проголосовать: не нравится

    That's a perfectly valid point. I will still try streaming, hoping that it will be cool.

»
6 лет назад, # |
  Проголосовать: нравится -14 Проголосовать: не нравится

I prefer traditional contests. They are also attractive, aren't they?

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

It'd be nice if during the stream you can talk about your observation and how can you come up with those observation to solve the problem.

»
6 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

Please include dp problem. And why not youtube ?

»
6 лет назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

Thank you for all the comments and the discussion. The feedback means a lot :)

1) "why Twitch instead of Youtube?"

Twitch is meant for streaming, Youtube for uploading videos. The latter has an option to stream, but it's so bad that I can't even find live programming streams right now. Searching "live programming" or "programming stream" gives some 24/7 music and videos from old streams. They have "live" category, but it's impossible to search inside there. I don't know how someone would find me without typing "Errichto" in the search bar. And searching "programming" on Twitch leads to the programming category, where streams are sorted by views, and I can be quite high there. I think it's better for me to stream on Twitch and later upload on Youtube.

That's being said, I have zero experience in creating content for any platform. Are there more factors I should consider here? Is Twitch blocked in some countries where Youtube is fine?

2) "Posting source codes after streams."

ok

3) "timestamps for easy navigation"

Let's see after the stream. It makes sense if I solve a few hard problems, but otherwise it would be less useful and harder to do.

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I still prefer youtube because not everyone can't watch live, or twitch has such feature that allows the user to playback the stream?

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Could you provide the link of your youtube channel ? I really want to watch today's stream's replay .

»
6 лет назад, # |
  Проголосовать: нравится +12 Проголосовать: не нравится

4) "you should explain the way you think while solving a problem or some interesting tricks", "I think it will be most useful to explain exactly what goes through your head while solving a problem. When you read it, what does it remind you of (previous problems/algorithms)? Do you get immediately what algorithm/trick to use? What features about the problem made you think that? What approach will you try first? If it didn't work, why not? What alternate approach(es) will you try and why?"

Sure, this is what I mean it to be.

5) "Please include Computational Geometry", "DP problems", "advanced data structures"

I think that indeed it makes sense to sometimes choose a particular topic for a stream, so maybe I will try it one day. But first I prefer having more choice and just solving various problems. It's then easier to take them from one place, e.g. from POI.

6) "Old Polish contests seems good option, since a lot of them are interesting and they don't have English editorials."

I agree that it's more useful to solve problems without English editorials. The disadvantage is that many problems from Polish contests don't have a statement in Polish, so it's harder to present. Translating them in advance means a lot of work, while me reading it during a stream (and translating out loud) means that anybody missing that one minute of translation will not understand the problem. Any thoughts on that?

»
6 лет назад, # |
  Проголосовать: нравится +43 Проголосовать: не нравится

Something I'd like to see would be streaming problemsetting. Of course there's the big problem that problems set this way cannot really be used in contests, but I think it would be very interesting to watch, and it would be easier to have audience interaction when setting problems vs solving them (figuring out what kind of a story to write, how the problem could be made harder, etc.)

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

    That would be really interesting, also how to generate test cases and make sure that wrong solutions will fail.

    If you go through most of the problems set by you, and tell us the story behind the problems and how did you get its idea.

    I know that problem setting is much harder than just solving problems, but it'll be cool to watch how problem setters create such interesting problems.

»
6 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

I've updated the post with info about two streams for this weekend. The first one in the morning tomorrow (at least for Europe).

»
6 лет назад, # |
  Проголосовать: нравится -7 Проголосовать: не нравится

Just like to thank you for this :-)

»
6 лет назад, # |
  Проголосовать: нравится +18 Проголосовать: не нравится

Screen_Shot_2018_09_28_at_18_05_16

TRUE LOVE

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Thank you for you time i suggest dp problem with data structure and geometry and maybe something like solve 3 start gym

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Thanks a lot

»
6 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Although it's workday in china before our national holidays, I will try to follow your stream:)

»
6 лет назад, # |
Rev. 2   Проголосовать: нравится +7 Проголосовать: не нравится

Errichto the stream was amazing! I really enjoyed it.The best part for me was the debugging part as to how you debug your code ,the thought process,etc.

What I liked :
1.)The platform was codeforces.
2.)You really talked through the whole process on what you were thinking (during C sol).
3.)You answered all the questions and did not skip any of them.
4.)You too have skipped lectures for Programming (:P)

What I learned ,not getting frustated when you can't solve a problem eventually you will find your mistake.

Thanks for the stream.Love to watch more of them.

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится -18 Проголосовать: не нравится

    at some times the lectures for programming is important part. Because you must know theory for solve a problem .

»
6 лет назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

Can you please record a video and post it, because many who are willing might not be able to attend all streams like these due to timings or other duties.

»
6 лет назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

I missed it :( Can you please post the video on youtube or somewhere

»
6 лет назад, # |
Rev. 2   Проголосовать: нравится +29 Проголосовать: не нравится

Thank you everybody for watching and qwerty787788 for finding a tricky bug.

First few minutes (problem A): https://youtu.be/YsxRBA694E0, and then the whole stream in a bit lower quality: https://www.youtube.com/watch?v=8dnGUsITmtU. I will write some more thoughts later.

I only solved problems A-C from round 283: http://codeforces.com/contest/497.

»
6 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Your second stream might clash with topcoder SRM 738

  • »
    »
    6 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится +14 Проголосовать: не нравится

    I will start exactly when the SRM ends.

    EDIT: I updated the blog with info. I don't have much time today so I prefer to move POI problems for another day. I will do div1-hard topcoder problems instead.

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

So what have you decided if on Youtube please drop link or name of that channel or on Twitch ?

»
6 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

How does one access already streamed content in Twitch?

»
6 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Does anyone know when the next stream on youtube is live?