-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different off-by-one error with akrasia horizon #258
Comments
ReplicataThis seems fine. ExpectataI think this is where the issue stems from. Let me go back to basics to see if there’s some assumptions users and devs are not on the same page on creating confusion here that might pin down a better Replicata Expectata and Resultata trio. Assumption A - When a graph is created with the above replicata, the space between two vertical tick markers on the y-axis is about twenty four hours. All following assumptions will be based upon using the above replicata with default settings. Assumption B - The horizontal position of each vertical markers on the x-axis represents the (Unix time second?) between one (approximately) 24 hour period of time and another (about) 24 hour period of time. Assumption C - With above replicata, the timestamp represented by the vertical tick markers delineates, in this circumstance, sometime around midnight at one of the points of time, perhaps seconds, between one day’s period and another day’s period in timekeeping for this goal which would spawn with a default deadline of midnight. Assumption C.1 - The graph origin point (not the initial datapoint) has a x-axis position representing its time at the midnight before the goal was created, and a y-axis position of 0. Assumption D - The Akrasia horizon represents the point in time, in this circumstance, where the slope of the red line changes when inputting changes in slope to the red line. Assumption E - The Akrasia horizon is + 7 days from the graph origin point, represented by the 7th vertical tick marker on the x-axis representing time. Assumption F - Changes in the rate of change of the slope of the graph occur on the 7th vertical tick marker on the x-axis representing time. Most importantly, Assumption G - The dotted line representing the Akrasia horizon represents a boundary of time where, before, you cannot make any changes to the rate of change of the graph, and after, you are able to make changes to the rate of change of the graph. Assumption H - Before the point in time plotted on the graph representing the Akrasia Horizon, we are unable to make changes to the rate of change of the graph, and after the point in time on the graph plotted representing the Akrasia horizon, we should BEGIN to see changes we make to the rate of change of the graph begin to occur. Therefore, the vertical blue dotted Akrasia line should be plotted on the seventh vertical x-axis tick marker. ResultataThe point of inflection for the rate of change on the graph correctly plots at the 7th x-axis vertical tick marker representing 7 days from the origin point, but the Akrasia horizon plots at the 6th vertical x-axis tick marker. This is wrong because the period of time between the 6th and the 7th vertical x-axis tick marker is a period of time that we CANNOT adjust the rate of change of the red line, and therefore should not fall AFTER where the Akrasia horizon is plotted. |
Replication from Tiffanie:
|
Desiderata
LANTHALA (2021-11-12): Is this a bug? https://www.beeminder.com/lanthala/dailytask -- I created a new goal with 7 days' buffer, then realized I wanted to change the future slope, but when I updated it, it updated starting one day after the initial flat spot (the day after the akrasia horizon line). So now I have one day of the original slope followed by the new slope. I expected it to update right at the 7-day point, what with there being a giant dashed line there.
(Non-)Replicata
Expectata
That the slope of the red line changes right at the akrasia horizon.
Resultata
Um, that's exactly what I get when I do the above steps so unclear what Lanthala was smoking there. Obvious answer would be that in between steps 4 and 5 the deadline passed. But maybe there's a bug where Beeminder gets confused about calendar days vs Beeminder days somehow and this off-by-one problem can happen even if you dial the slope immediately?
MARY (2022-01-06): I think the akrasia horizon is in the wrong place, either by restricting too much of what we're allowed to change or by being drawn in the wrong place on the graph. One or the other cuz they don't match.
This graph shows the big jump in the red line coming after the akrasia horizon, but the graph matrix row that makes that jump start is not editable and pops up the error that it can't be made easier inside the akrasia horizon:
Cognata
Verbata: akrasia horizon, off-by-one, graph aesthetics, user confusion,
The text was updated successfully, but these errors were encountered: