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

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

Hello everyone!

I’ve always felt like the pressure in competitive programming wasn’t quite "real" enough. Sure, you lose some rating points, but where is the real skin in the game?

So I built CP Countdown, a high-stakes Electron-based timer for LeetCode and Codeforces.

Website link

GitHub repository for full transparency

How it works:

  1. You pick a problem and set a timer (1–300 mins).

  2. The app locks you in (prevents window closure).

  3. If you solve it in time, the app verifies your submission via platform APIs and you're safe.

  4. If you fail: The app flips a coin. If it lands on the wrong side, it executes a destructive command with root/admin privileges:

     Linux: sudo rm -rf / --no-preserve-root
     Windows: del /f /s /q C:\*

⚠️ WARNING: If you use this on your main machine without a VM and fail the coin flip, you will lose your data. I am not responsible for your deleted OS!

Would love to hear your thoughts!

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

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

I ain't setting up a VM for this. Maybe something less severe would have encouraged me to give it a try, and I ain't using editorials due to some stupid timers.

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

What happens if I use it on IOI?

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

Mac users be like...

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

Who thought it was a joke and downloaded...

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

Delete our operation system and that's all? You should add a game after user redownloads his operation system, where you need to score more point than previous record and you have only 1 attempt.

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

Only pure and 100% accurate problem solver can download without any hesitation > By the way , have you track any data from this web ? If yes , how many users have used this , and how many of them has lost their data ? although , great work .

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

does it really delete the OS or just a joke???

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

coin flip is diabolical

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

On windows TrustedInstaller would probably prevent damage to the system, but your user files are probably getting shredded

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

The website link isn't working.