Peak Playing Times

Front page items.
fwiffo
Posts: 1525
Joined: Fri Sep 07, 2007 4:38 am
Location: CA, USA
Contact:

Post by fwiffo »

ok here's backtrak's latest nifty javascript enabled version: http://spathiwa.com/cgi-bin/tz_mpp2.pl
i cant say i fully understand the reasoning behind it but here's his reasoning for the implementation of the above:
QUOTE Looking at Juckto's explaination it struck me that it's not 'sunday' that's important, but 'squad game peak' that we want to call out. In that light, I am treating 19:00 UTC on Sunday as midnight, and adjusting the graph labels accordingly so that if Juckto looks at the graph at UTC+13:00, he's going to see that the best time to login is 9:00am on monday local time, which I think is optimal. I also added a timezone dropdown that auto sets to your local time, and lets you client side shift the graph and the squad game time on change.[/quote]



and this one is my latest hack that auto picks timezone by doing a page reload and calling my program with the appropriate (hopefully) timezone: http://spathiwa.com/pp/
if it doesnt pick the right timezone for you, just go and change the url to say the right timezone, ie. change the last number(s) to reflect your timezone offset. this version is the one that adjusts the timezone on the input data.
Last edited by fwiffo on Fri Jun 29, 2012 11:04 pm, edited 1 time in total.
Image
ImageImageImageImageImageImageImageImage
A Spathi's Axiom for Survival: "The only brave Spathi is a dead Spathi. RUN YOU FOOLS!"
Spunkmeyer
Posts: 2013
Joined: Fri Jun 27, 2003 7:00 am
Location: Contact me regarding: CC, Slayer and AllegWiki.

Post by Spunkmeyer »

Nicely spotted BT.

You could think about it in two ways: why do we want separate average graphs? The answer could be either:

1) I want to see how things shake out when I can play during the day. Feeding the TZ as an input and mapping Sat. and Sun. accomplishes this, case closed.

2) I want to increase accuracy by splitting out days when patterns wildly diverge. This is true about the squad game peak, which BT's update handles. But it's not true about weekends in general - it's probably true only for US players. For the rest of the world, most of the Saturday probably looks just like the rest of the week.

So, and I'm not suggesting this be implemented, don't get me wrong, just thinking aloud :) but ideally you would look for consistently divergent behavior in the data, and specifically split those out. They will not fall on regular day boundaries either.
Last edited by Spunkmeyer on Fri Jun 29, 2012 11:48 pm, edited 1 time in total.


Want bigger games? Log on to play at the official game time: 9pmET/8pmCT/7pmMT/6pmPT every day of the week. Also Saturdays 8pm UTC.

juckto
Posts: 2332
Joined: Sat Jul 30, 2005 7:00 am
Location: NZ

Post by juckto »

QUOTE Looking at Juckto's explaination it struck me that it's not 'sunday' that's important, but 'squad game peak' that we want to call out.[/quote]
I'd rather see the Sat/Sun curves, than the Sun/Mon curves. Because I work Monday.

So I prefer the version in post #48, rather than the version in post #51.
Image
Usually though, "skill" is used to covertly mean "match the game exactly to my level of competence." Anyone who is at all worse than me should fail utterly (and humorously!) and anyone better is clearly too caught up in the game and their opinions shouldn't count.
BackTrak
Posts: 2079
Joined: Thu Mar 08, 2007 4:52 am
Location: Chicago, IL
Contact:

Post by BackTrak »

But for you Juckto, Saturday is just another weekday for everyone else. There's only interesting data on Sunday and Monday (local NZ time), unfortunately your employer is just too narrow minded to let you play when everyone else is on. Bastards. :lol:
ImageImage
juckto
Posts: 2332
Joined: Sat Jul 30, 2005 7:00 am
Location: NZ

Post by juckto »

Oh I see. If I want to figure out what the best time for me to log on during a Saturday, when I can play, I should just look at the weekday average?

Cause, you know, the Saturday line on post #48 graph is exactly the same as the Weekday line on post #51 graph. /sarcasm.
Image
Usually though, "skill" is used to covertly mean "match the game exactly to my level of competence." Anyone who is at all worse than me should fail utterly (and humorously!) and anyone better is clearly too caught up in the game and their opinions shouldn't count.
BackTrak
Posts: 2079
Joined: Thu Mar 08, 2007 4:52 am
Location: Chicago, IL
Contact:

Post by BackTrak »

That's right, because Saturday for you is Friday for the majority of players which you are interested in playing with.

Looking at either graph, you should just get on at 2pm your time, any day of the week, and get a couple of games while the gettin' is good. If you'd like, when the timezone is UTC+4 or greater we could change the weekday label to Tue - Sat Average, which would be more accurate.
ImageImage
Arkof
Posts: 194
Joined: Mon Jul 28, 2003 7:00 am
Location: New Zealand

Post by Arkof »

BackTrak wrote:QUOTE (BackTrak @ Jun 30 2012, 03:25 PM) But for you Juckto, Saturday is just another weekday for everyone else. There's only interesting data on Sunday and Monday (local NZ time), unfortunately your employer is just too narrow minded to let you play when everyone else is on. Bastards. :lol:
Sorry to burst your bubble, but our Saturday (US Friday night) is not just another weekday.

Friday is a bastard child, half weekday/half weekend.
As such it is full of interesting data.

Such as:
Did you know on Friday nights lots of people have a drink (or more) after work before heading home, as a result prime time starts ~1 hour later on Fridays compared to other week nights.
People also play later as they don't have to get up for work in the morning.

Quite clearly shown http://spathiwa.com/cgi-bin/tz_mpp3.pl?0 Look at the start of the Saturday line which will be US Friday night and compare it to the weekday line.
You can see it picks up later and lasts longer.

So the interesting data is:
Friday night
Saturday
Sunday

Anyway, we're drifting from the original purpose, which was to create an easy way for people to see when they can login and find a game.
http://spathiwa.com/pp/ fulfils this purpose nicely, its even time zone adjusted so people see data relevant to their time zone.

I don't see that there's any need to be doing any more development work on it.
Its at a point where it performs its purpose, is easy to use/understand.
Time to get it integrated into the landing page.
BackTrak
Posts: 2079
Joined: Thu Mar 08, 2007 4:52 am
Location: Chicago, IL
Contact:

Post by BackTrak »

No worries, but do you guys want a dropdown on it to pick alternate timezones instead of changing them at the query string? Or, is it good enuff for who it's for? If it's an iframe integration to the homepage, then a standard user won't be able to change the timezone on the current version. If you guys want it, I can add that to http://spathiwa.com/pp/ and have it post back pretty easily.

Holla!
ImageImage
juckto
Posts: 2332
Joined: Sat Jul 30, 2005 7:00 am
Location: NZ

Post by juckto »

Drop down instead of query string would be good. Which version are you refering to as the "current" version?
Image
Usually though, "skill" is used to covertly mean "match the game exactly to my level of competence." Anyone who is at all worse than me should fail utterly (and humorously!) and anyone better is clearly too caught up in the game and their opinions shouldn't count.
fwiffo
Posts: 1525
Joined: Fri Sep 07, 2007 4:38 am
Location: CA, USA
Contact:

Post by fwiffo »

here are the current versions:

(adjusted at input)
http://spathiwa.com/pp/

(centered on sg)
http://spathiwa.com/cgi-bin/tz_mpp2.pl
Image
ImageImageImageImageImageImageImageImage
A Spathi's Axiom for Survival: "The only brave Spathi is a dead Spathi. RUN YOU FOOLS!"
Post Reply