Rounding Percentages
tavianator.com
Rounding Percentages
1–10 of 30 posts
Re: Rounding Percentages
#2Re: Rounding Percentages
#3Re: Rounding Percentages
#4Not sure how much I like this. With this algorithm, the user would never see 100% displayed, because at that point the UI would change to remove the progress bar entirely. Whereas seeing 100% feels oddly satisfying, even if inaccurate.
If the UI automatically transitions to a totally new screen after completion, I'm never going to see 100% anyways, unless the app does the exact infuriating thing in TFA, which is render 100% (at 99.whatever) and then do some fsync/cleanup and actually be frozen showing 100% which is the contrapositive of oddly satisfying, it's unsurprisingly unsatisfying.
Re: Rounding Percentages
#5The label on the progress bar should be "12345 out of 23456 files copied" and not 53% for this reason.
That way you can see if it hanged even if the progress is very slow.
Besides - the percentage label is redundant - the bar shows it graphically anyway.
Re: Rounding Percentages
#6Re: Rounding Percentages
#7> Is it actually done? Or did it download 999/1000 bytes and then hang? The label on the progress bar should be "12345 out of 23456 files copied" and not 53% for this reason. That way you can see if it hanged even if the progress is very slow. Besides - the percentage label is redundant - the bar shows it graphically anyway.
Re: Rounding Percentages
#8Re: Rounding Percentages
#9> Is it actually done? Or did it download 999/1000 bytes and then hang? The label on the progress bar should be "12345 out of 23456 files copied" and not 53% for this reason. That way you can see if it hanged even if the progress is very slow. Besides - the percentage label is redundant - the bar shows it graphically anyway.
You can't see if this is 99% or not.
All digits even become difficult with large numbers: 175.464.272 of 175.484.272 downloaded (i.e. not 100%).
Re: Rounding Percentages
#10> Is it actually done? Or did it download 999/1000 bytes and then hang? The label on the progress bar should be "12345 out of 23456 files copied" and not 53% for this reason. That way you can see if it hanged even if the progress is very slow. Besides - the percentage label is redundant - the bar shows it graphically anyway.
Problem is the rounding in the text: 12.1 MB of 12.1 MB downloaded. You can't see if this is 99% or not. All digits even become difficult with large numbers: 175.464.272 of 175.484.272 downloaded (i.e. not 100%).