Peeter Aleksander Randla

Results 32 comments of Peeter Aleksander Randla

I am aware of the fairness issues, I tried that (embedding C code in Python using `ctypes`) once myself and only got points deducted after the end of a week-long...

I tried implementing this in our fork [here](https://github.com/e-i-o/cms/commit/33b299467408883b7cfca834939fbf947f12d2b7). However, I think this is not exactly ideal: as the box directory is now owned by the isolate user, they can always...

regarding lack of demand, we use GroupSum at least a few times per year, and it really isn't that big of a maintenance burden IMO (well, GroupSumCheck might be a...

it's a contest-specific PDF that needs to be translated. here's the 2023 IOI notice for example: https://ioi2023.hu/wp-content/uploads/2023/08/d1-notice-ISC.pdf

attachments can't be translated. notices are much more like statements than attachments, so imo it would be more logical to allow statements to be attached to contests instead of tasks...

> What about presenting the subtask as "Sample subtask" instead of "Subtask 0"? In that case i think it should be made toggleable somewhere. i wouldn't want to assume that...

oh, i might have been unclear. i would like there to be a toggle for whether subtask 0 (or "sample subtask") exists or not. when false, numbering should still start...

Undid some of the rounding; now scores are still computed as precise floats as far as possible and only rounded for display. I'll make a new issue to discuss rounding...

actually, the scores in the ranking are still computed from rounded subtask scores (when using max over subtask scoring). fixing that requires more refactoring though; it's not a 2-line change.

I reviewed the RWS code and I can't find any reason why it'd sometimes not send existing events. The only explanation that seems likely to me is if there were...