mindfulnotifier
mindfulnotifier copied to clipboard
Randomizing doesn't work well, maybe shuffle instead?
I don't know what's up with the randomizing algorithm, but I have many reminders that basically never show up. Maybe the pseudo-randomness isn't really a good type? Probably a "shuffle" sort of algorithm would be better, i.e. one that is non-random because it makes the order unpredictable but tends to go through all the reminders instead of true randomness which repeats some several times and others never.
Yes, agreed.