Page 2 of 3
Posted: Fri Dec 30, 2005 4:23 pm
by mamun
Yup, a disappointment
Hallooo, Can't we get back the old format?
Posted: Sat Dec 31, 2005 8:29 am
by Solaris
The link to the solver's AuthorInfo is useful in the new format. We can easily go for "The Name of the Solver" along with the link to his/her "AuthorInfo".
Posted: Sun Jan 01, 2006 1:50 pm
by Mohammad Mahmudur Rahman
Suppose some 1000 people solved a problem. You're ranked around 500. Now if you want to know all the people with a better timing than you, You'll have to click all those 500 links, what a terrible thing to do. Which was just the matter of a glance in the old format. & obviously you could see the detailed author info by searching the author's name if necessary in that format.
Posted: Sun Jan 01, 2006 2:08 pm
by Solaris
I was refering to some thing like this :
<a href="link to AuthorInfo">Name of the Solver</a>
In this case we can have the positives of both the older version and the current version. But offcourse this should not be my headache, and there are good people thinking about what is best for this wonderful site. Just consider it as a suggestion.
Posted: Mon Jan 16, 2006 1:48 am
by Krzysztof Duleba
Posted: Mon Jan 16, 2006 2:11 pm
by Mohammad Mahmudur Rahman
Nice job.

Posted: Mon Jan 16, 2006 5:37 pm
by tobby
This is just great! Thank you!
Posted: Mon Jan 16, 2006 6:13 pm
by Solaris
Its just ... GREAT
Posted: Thu Jan 19, 2006 10:15 pm
by Krzysztof Duleba
Glad to hear that.
Now the site is mirrored on a much faster host, it should definitely improve load balance.
Posted: Mon Feb 06, 2006 7:48 am
by hoho
I agree with the previous people.
The old format is better than new one.
to administrators
Posted: Mon Feb 20, 2006 8:23 am
by Ferdous
why are you, the administrators, are callous to the voice of us demanding the old format?
Re: to administrators
Posted: Mon Feb 20, 2006 9:05 am
by sumankar
Ferdous wrote:why are you, the administrators, are callous to the voice of us demanding the old format?
When you make a request, you ask very, very politely
You're probably ruining any chances of getting what you want.
Re: to administrators
Posted: Mon Feb 20, 2006 1:37 pm
by misof
Ferdous wrote:why are you, the administrators, are callous to the voice of us demanding the old format?
AFAIK the problem with the old format is that the current UVa servers were not able to handle the load of the additional queries necessary to make it.
And while I think that this could be handled (e.g., caching, query optimizations, etc.), the maintainers of the UVa judge probably lack the necessary time and manpower to do it.
Posted: Mon Feb 20, 2006 2:29 pm
by Krzysztof Duleba
My site handles id -> name mapping with no additional load for UVA server, so it can be done.
Hmm
Posted: Mon Feb 20, 2006 4:54 pm
by shahriar_manzoor
I don't understand these things well but it seems that the extra load requred is handeled by your site. If your program was located on UVa server the load would have been on UVa setver.
The submission history only contains user ID so some load should be required to map it with original names although those can be optimized, I don't know how as I know nothing about how UVa works (As I told before I am not actually an admin). Also abednego has sme nice tools on UVa. It is possible to put a link to all of them on UVa site provided they don't dramatically increase load.
Krzysztof Duleba wrote:My site handles id -> name mapping with no additional load for UVA server, so it can be done.