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

Автор Mitpro, 5 месяцев назад, По-английски

Idea:

We can access HTML pages like https://codeforces.me/contestRegistrants/*/page/*, it has registrants and the rating. We can loop all the registrant pages, exclude out of competition users and store them to cache. After done, we can predict the expected rank, from it, we can predict delta from our rank! That can reduce API access and improve speed

I tried to implement it but couldn't, it would be very helpful if any of you are able to implement the idea :)

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

»
5 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

I tried doing it using claude, while it did actually work, it got my ip temporarily banned and it showed a 403 Forbidden error

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

It doesn't reduce API access, you access the pages any way so you need API access. And I didn't get the point on how you predict the delta, since the users can choose not to participate(which is a more frequent case than you think), or can perform significantly better or worse. And if you say predicting the delta while the users are participating, it is just what carrot does.