Page 4 of 5
Re: Server down?
Posted: Mon Feb 21, 2011 3:55 pm
by imabuddha
Java, write once - debug everywhere.

Re: Server down?
Posted: Tue Feb 22, 2011 10:53 am
by wms
Ugh, sorry about the NFA being broken. Will fix tonight.
Re: Server down?
Posted: Tue Feb 22, 2011 11:09 am
by gaius
Wow, WMS, did I read somewhere that you actually have a day job? Your response time to these things is amazing!
Re: Server down?
Posted: Tue Feb 22, 2011 11:23 am
by hyperpape
He's referenced the day job several times here on L19. They apparently are such jerks that they don't let him work on his more important KGS projects while at the office. The nerve!
Re: Server down?
Posted: Tue Feb 22, 2011 2:43 pm
by wms
Yes, I have a day job, that's why we need to wait until tonight to fix the NFA build. Too bad! Also I have go club tonight, so it will be delayed a few more hours. I'm that selfish that I'll put my own go playing before everybody else's.

Re: Server down?
Posted: Tue Feb 22, 2011 3:08 pm
by stalkor
*points at wms's avatar* but...BUT...what about the kids!!^^
Re: Server down?
Posted: Tue Feb 22, 2011 4:02 pm
by SpongeBob
stalkor wrote:*points at wms's avatar* but...BUT...what about the kids!!^^
They play on KGS, too?
Re: Server down?
Posted: Tue Feb 22, 2011 4:15 pm
by stalkor
maybe so:)
also i had a question about kgs, is there a stats page where we can see the total amounts of games played in a month on kgs or stats like how many percent were blitz or not, free or simul or ranked or rengo?
Re: Server down?
Posted: Tue Feb 22, 2011 4:48 pm
by wms
stalkor wrote:maybe so:)
also i had a question about kgs, is there a stats page where we can see the total amounts of games played in a month on kgs or stats like how many percent were blitz or not, free or simul or ranked or rengo?
Not that I know of. But a database query or two is easy enough:
Code: Select all
mysql> select count(*), game_type from games where id between unix_timestamp('2011-01-01') * 1000 and unix_timestamp('2011-02-01') * 1000 group by game_type with rollup;
+----------+---------------+
| count(*) | game_type |
+----------+---------------+
| 1320 | demonstration |
| 21536 | review |
| 100 | rengo_review |
| 3628 | teaching |
| 903 | simul |
| 992 | rengo |
| 258454 | free |
| 537952 | ranked |
| 313 | tournament |
| 825198 | NULL |
+----------+---------------+
10 rows in set (2.10 sec)
I was going to break down by blitz also, but noticed that I no longer save the speed of the game in the database. I'd have to crawl through the SGF files to get that information, and that would be a lot more work.
Re: Server down?
Posted: Tue Feb 22, 2011 4:58 pm
by Javaness
I am sorry that I put a milkshake and cookie into the database, but it looked hungry
Re: Server down?
Posted: Tue Feb 22, 2011 5:57 pm
by Tommie
OK, seems I am not the only one who tries to play on KGS - to n o avail.
And BTW, yes, WMS is awesome !
And, today I could try Tygem, Cyberoro or whatever else there is ....
Re: Server down?
Posted: Tue Feb 22, 2011 6:05 pm
by Phelan
Re-downloading from the site worked for me.
Re: Server down?
Posted: Tue Feb 22, 2011 6:46 pm
by Fedya
Will the Java Web Start handle it properly when the correctly signed version of the -nfa client is posted, or will I have to download it directly from the site?
And since Java Web Start doesn't want to let me download the file to where I want it, will I have to be finicky about where to save the file if I have to download it from the web site?
And if I decide to change to Cgoban being my default SGF handler, do I just run the cgoban.jnlp file?
Re: Server down?
Posted: Wed Feb 23, 2011 2:56 am
by stalkor
wms wrote:stalkor wrote:maybe so:)
also i had a question about kgs, is there a stats page where we can see the total amounts of games played in a month on kgs or stats like how many percent were blitz or not, free or simul or ranked or rengo?
Not that I know of. But a database query or two is easy enough:
Code: Select all
mysql> select count(*), game_type from games where id between unix_timestamp('2011-01-01') * 1000 and unix_timestamp('2011-02-01') * 1000 group by game_type with rollup;
+----------+---------------+
| count(*) | game_type |
+----------+---------------+
| 1320 | demonstration |
| 21536 | review |
| 100 | rengo_review |
| 3628 | teaching |
| 903 | simul |
| 992 | rengo |
| 258454 | free |
| 537952 | ranked |
| 313 | tournament |
| 825198 | NULL |
+----------+---------------+
10 rows in set (2.10 sec)
I was going to break down by blitz also, but noticed that I no longer save the speed of the game in the database. I'd have to crawl through the SGF files to get that information, and that would be a lot more work.
thats a looot of games, in fact thats 1 game every 3.3 seconds!
Re: Server down?
Posted: Wed Feb 23, 2011 8:50 am
by Chew Terr
Javaness wrote:I am sorry that I put a milkshake and cookie into the database, but it looked hungry
If you give a MySQL a cookie...