|
|
|
|
|
by IanCal
20 days ago
|
|
This gives you a distribution unrelated to active use, puts users in the same bucket (with the same number you’re going to have the same users in the first 10%) and links combinations together. Often problems are more complex than they seem at first sight and I have found it’s a good approach to think “what am I missing” rather than “lots of people must be making very obviously bad decisions” and reach the latter conclusion only after more work. Usually I’ve missed something. |
|
Is that a problem?
> puts users in the same bucket (with the same number you’re going to have the same users in the first 10%) and links combinations together.
Are you trying to do a bunch of separate staged rollouts at the same time?
> Often problems are more complex than they seem at first sight and I have found it’s a good approach to think “what am I missing” rather than “lots of people must be making very obviously bad decisions” and reach the latter conclusion only after more work. Usually I’ve missed something.
They said it gets you 80% of the way there, and that seems fitting with the replies they got.