Double Post
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: Double Post
Re: Double Post
Night for reals this time.
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: Double Post
Afternoon for reals this time.
- heuristically_alone
- Posts: 167
- Joined: Tue Aug 24, 2021 10:33 pm
Re: Double Post
Hows life?
If you think tough men are dangerous, wait til you see what weak men are capable of.
----
he/him/they
----
he/him/they
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: Double Post
Test test
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: Double Post
Test test
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
- The Snide Sniper
- Site Admin
- Posts: 139
- Joined: Wed Aug 18, 2021 12:47 am
Re: Double Post
Huh. I guess the scoreboard just wasn't prepared to take seconds into consideration.
If I disappear from the forum, I can still be reached via the "contact us" link at the bottom of the page.
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: Double Post
The old forum didn't show seconds, and this uses the same rules, so I made this one not take seconds into consideration as well.
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: Double Post
This version of the forum software includes seconds in the HTML even if they're not shown, and my program can see that (and the list of previously-seen posts includes seconds). I've explicitly included rounding the time down to the nearest minute as part of calculating the score.
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: Double Post
Code: Select all
$scores{$author} += (int($time/60) - int($last_time/60)) ** 2;
Code: Select all
$scores{$author} += (($time - $last_time)/60) ** 2;
- heuristically_alone
- Posts: 167
- Joined: Tue Aug 24, 2021 10:33 pm
Re: Double Post
Waiting for each minute seems to be an important part of the game, otherwise someone can just mass double post slowly incrementing their score in seconds.
If you think tough men are dangerous, wait til you see what weak men are capable of.
----
he/him/they
----
he/him/they
- heuristically_alone
- Posts: 167
- Joined: Tue Aug 24, 2021 10:33 pm
Re: Double Post
Hey. Points.
If you think tough men are dangerous, wait til you see what weak men are capable of.
----
he/him/they
----
he/him/they
Re: Double Post
Morning!
Re: Double Post
*squeak*
- chridd
- Scorekeeper-Keeper
- Posts: 157
- Joined: Tue Aug 24, 2021 8:02 pm
- Location: west coast US
- Contact:
Re: Double Post
See ya!
Re: Double Post
Dub.
Re: Double Post
Ling!