malfple / keyboard-layout-battles

GNU General Public License v3.0
5 stars 2 forks source link

Improve comfort selection and solve rating volatility #15

Closed malfple closed 5 months ago

malfple commented 5 months ago

A lot of pairs actually have similar comfort levels, so there should be a third option, or maybe provide a slider

malfple commented 5 months ago

In addition, maybe increase the threshold between speed times so that there are more draws (very close scores are sometimes not accurate)

malfple commented 5 months ago

Add info to pause after every space to re-memorize the movement. It is better to make mistake than type slow Add info in battle history page for the scores, currently it's not very user-presentable Can increase number of word pairs and decrease repetition

malfple commented 5 months ago

Add marquee in battle page

malfple commented 5 months ago

Set glicko c constant to a low number

semilin commented 5 months ago

How are speed wins calculated currently? If outliers in word times aren't accounted for they should be. I'd suggest either using the median or doing a trimmed mean.

malfple commented 5 months ago

@semilin it is currently taking the sum of the 3 fastest times out of 9 I'm thinking of just taking the fastest now. I'm against taking the median and removing outliers because it makes familiar translations to have even a higher advantage over awkward translations.

semilin commented 5 months ago

Okay, I think that makes more sense than median. I'm in favor of just taking the fastest speed.