Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SomethingScanning

Pages: [1]
1
I would like to propose an additional feature of the points system:
Rather than being a constant value, the number of points that a viewer earns can be modified as a function of time,
e.g. earned = base amount + time steps passed / constant
Where time steps is the interval when points are awarded (1 minute, 5 minutes, etc...), and constant is a user-defined number.
If possible, the function could be more complicated than a linear function, e.g. logarithm, Fibonacci sequence, etc...
For example: earned = ceiling( Fibonacci( time ) / time )
Where ceiling is the ceiling function, Fibonacci(n) is the n-th Fibonacci number, and time is a user-defined time step

In more general terms, under this proposed system the number of points earned, e, would equal f(t)
 e = f(t)
where t is the user-defined time step, and f is a strictly increasing function over the natural numbers

Pages: [1]