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

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

I created a new website to roast your codeforces profile.

codeforcesroaster.com

Preview

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

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

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

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

But hey, at least you’ve got 13 friends (probably out of pity)

didn't have to roast me in real life as well :(

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

why you must hurt me in that way

jokes aside it's impressive

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

Nah this thing's a menace!

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

Cool idea and a fun concept!

Just a heads-up though: your API key is exposed in the script, which isn’t ideal. You might want to secure that before someone else starts roasting your backend instead :v

Your code seems to agree with me aswell!

async function getDatafromDeepSeek(msg) {
    const apiKey = 'REDACTED'; // Never expose secret keys in production!
    const response = await fetch('https://api.deepseek.com/v1/chat/completions', {
        method: 'POST',
        headers: {
            'Content-Type': 'application/json',
            'Authorization': `Bearer ${apiKey}`
        },
        body: JSON.stringify({
            model: "deepseek-chat",
            messages: [{ role: "user", content: msg }]
        })
    });
    const data = await response.json();
    return data.choices[0].message.content;
}
»
11 месяцев назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится
  • Anongoat, you are the human embodiment of Dunning-Kruger meets gambler’s fallacy. You grind like a madman, yet your rating graph resembles a drunken spider’s web. You’ve solved enough 800s to rebuild the Great Wall of China, yet here you are, still a Specialist after all this time.

I am gonna cry.

amazing site tho

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

Nice project, although the roasting isn't exactly that accurate. Still fun though.

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

I'm devastated. Now do a CF motivator

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

Hey, its great. But after clicking roast me, try adding some sort of loading state to improve ux.

Other than that it brutally roasted me. LOL!

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

ShauryaH4X is non-existent.

I had double-check my existence.

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

Questioned my existence. So I tried with tourist and it questioned his existence too. Fix it

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

Interesting stuff. Btw, I think that it takes the number of submissions as the number of problems solved.

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

You’ve been oscillating between 3000 and 3600 like a metronome set to "chaos mode." At this point, your rating graph should come with a motion sickness warning.

72 submissions on 3400-rated problems, 18 correct – A 25% success rate on problems you should theoretically be good at? Yikes. Even a coin flip would be more consistent.

3500-rated problems: 79 submissions, 22 correct – At this point, you’re just brute-forcing your way to a red rating, aren’t you?

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

"I peaked in 2012 and have been chasing that high ever since"

Maybe focus less on collecting virtual acquaintances and more on not dropping 300 rating in a month.

It didn't need to be this accurate

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

It says — my rating is like watching a drunk person trying to climb stairs. Lol that's so funny and accurate

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

Question the existence is also a roast? 😭😭

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

I ran out of API credits unfortunately and I dont want to go into debt so this app is now unusable, sorry (maybe somebody can recreate this in the future ) from now your existance will gets questioned.

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

Non — existent issue ?

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

I wonder how it will roast tourist

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

I put my handle, but this roaster could not generate anything. Feels pretty therapeutic

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

Safin17 is non-existent.

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

When will I become pupil... :(

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

It says the profile is non-existant

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

Is it just me, or does the site just not work anymore?

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

I cant use it .