Progress Bars Are Lying To You
0 up · 0 down · 0 ratings
Description
Why are progress bars lying to you? When you copy files, your system knows how many files there are and how much data you're moving, so they should be accurate, shouldn't they? If a process or an update starts in the background, that can cause your transfer speed to drop dramatically, and a progress bar has no way to predict that. Even with nothing going on in the background, you can still run into trouble when you're copying a combination of large files and teeny-weeny files. Program installs tend to be a little bit better, but they're still flawed because many installers run on a checklist. In reality, each step can take a different amount of time. Decompressing a massive game file, for instance, takes way longer than changing a couple of registry entries, but many installers treat both as equal progress. As it turns out, their main purpose is to reduce your anxiety, giving you visual feedback that your system [music] hasn't crashed.
Progress Bars Are Lying To You opens with a quick critique of how progress bars often misrepresent transfer speed, noting that background processes can skew the perceived progress. The speaker explains that when files are copied, the system estimates how many files and how much data are involved, but the estimate can be off if the transfer speed changes during the operation. He then highlights the common flaw in installers that treat all steps as equal progress, even though decompressing a large game file takes longer than updating registry entries. The video demonstrates how this mismatch can cause the bar to lag or jump, and offers a visual solution to reduce user anxiety by providing real‑time feedback. By the end, viewers see a clearer picture of how progress bars can be improved for smoother performance.
The comments reveal a community that values accurate progress feedback and appreciates the video’s focus on real‑time updates. Users praise the clarity of the explanation and note that the video addresses a common pain point in installers. Some commenters mention their own experiences with background processes and the importance of a responsive UI. Overall sentiment is positive, with several high‑liked comments indicating strong engagement.
Topics · review · pc · tech · linus · computer · performance · cpu · video
Questions answered
- What causes progress bars to misrepresent transfer speed?
- Background processes and uneven step durations can skew the perceived progress of file transfers.
- How can installers improve progress bar accuracy?
- By treating each step as a separate progress event and providing real‑time feedback during the transfer.