deyna256's blog

By deyna256, history, 8 months ago, translation, In English

I didn't know. I thought I solved everything more or less equally. And I would've kept not knowing the truth if I hadn't built a tool to analyze it!

BetterForces is like Codeforces Profile, but with numbers and charts that actually help you train.

What I learned about myself (as example): I have 23 abandoned problems at rating 2400+. I tried, got WA 5 times, gave up. Now I have a list — can approach them systematically. My average rating on tree problems is higher than overall. That's my strength. Constructive algorithms? Disaster. Need to practice that.

Works for any handle: https://betterforces.deyna.xyz/

Open source, if you want to check it out or contribute: GitHub.

Star the repo to support me!

What metrics would you like to see in your profile?

  • Vote: I like it
  • +65
  • Vote: I do not like it

»
8 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been translated by deyna256 (original revision, translated revision, compare)

»
8 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by deyna256 (previous revision, new revision, compare).

»
8 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

It's actually very cool!

»
8 months ago, hide # |
 
Vote: I like it +15 Vote: I do not like it

Pretty cool metrics. Not sure how you would fix this, but some tags are inherently easier than others which might skew the median/mean solve on each tag.

»
8 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

Nicely done, But Because As and Bs are almost always math and implementation so you will find it's Avg and median around 1000s, What I think about is allowing the selection of the problems rate used in the calculation, like a range to select from i.e. 1200s to 2000s, This will prevent the calculation of As and Bs that are always math and implementation and will have more accurate readings.

»
8 months ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

I'm not sure if it's bugged or not, but it doesn't show Graphs for me. I would love to analyze that, because Graphs are my favorite.

Other than that, I love it. I think the GUI looks great

  • »
    »
    8 months ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    Thanks for the feedback! It's not a bug, "Tags Performance Radar" shows only top 10 tags by amount of solved tasks, that's why u don't see it there.

    Don't hesitate to suggest metrics or something else!

    Star the repo if you want to support me!

»
8 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

When i try to use it shows:{"status_code":429,"detail":"Too Many Requests"}, how to fix it?

»
8 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

The problem was not only with CodeforcesAPI restrictions; my API also had a small hourly rate limit. This has now been fixed.

Welcome to the new testers!