Archive for December, 2009
SCORE Computer : analysis on failure of the contest environment
Dec 15th
Well, firstly to whom doesn’t know yet, on the 4th of December my school hosted a programming contest called ‘SCORE Compute Contest’. It is just a basic programming contest that the competitor have to write a C program to solve given problems. To make this more fun and not IOI-like, the Head make an extra system for it, but that’s out of scope for this post.
I’ve been assigned to write a contest environment (i.e. grader). It is a system, mostly web-based, for the competitor to submit their solution to be compile and grade using the restricted environment (i.e., sandbox-ed). My code was MVC-based PHP code that I use very clear variable name, for I have little time and it must have as less bugs as possible.
The Flow of thought — then get interrupted!
Dec 10th
Have you ever face this before? When you were in the middle of your wonderful and flowing thought and was writing it down quickly. You know that this opportunity of getting this flowing thought is very low. But then your parents interrupted you, claiming that is is time to blah blah blah… So your flow of thought was interrupted, and it never come back again!
Well, my thought really flowing this afternoon. I was writing a rather hard essay, then I was interrupted and now I don’t know what to write any more — it’s all gone! How annoying!