Earlier quoted context omitted.
I also thought that was wrong. One idea is a progress window if the task takes more than a few seconds, plus some visual indicator for success.
This isn't a dichotomy. It's possible to make a fast-performing GUI for this task. The GUI is slow due to poor engineering.
The Finder’s GUI tax can be very expensive
11–20 of 125 posts
Re: The Finder’s GUI tax can be very expensive
#12Re: The Finder’s GUI tax can be very expensive
#13Re: The Finder’s GUI tax can be very expensive
#14"Finder (nee Archive Utility) should just execute the task without any visual feedback" -- no.
I agree there should be visual feedback, but maybe more of a compromise. E.g. bundle all unzip tasks into 1 single progress bar and rotate text strings for informing which task is underway. The "dancing" modal is quite ridiculous.
Re: The Finder’s GUI tax can be very expensive
#15Re: The Finder’s GUI tax can be very expensive
#16TaxAct and TurboTax, for example, both operate on (in the typical case) kilobyte scale data requiring trivial math. They also make both saving the data and calculating taxes take 5+ wall-clock seconds when they actually require milliseconds and nanoseconds respectively. This is largely because (non-technical) users don't trust your computer did the math right if the answer comes back instantly. (I also suspect there is an element of "Wait if it is so easy to calculate my taxes why am I paying you to do that.")
Re: The Finder’s GUI tax can be very expensive
#17I wonder whether this is not an example of a UI interaction which is slow on purpose, to emphasize how much work the OS is doing for you. TaxAct and TurboTax, for example, both operate on (in the typical case) kilobyte scale data requiring trivial math. They also make both saving the data and calculating taxes take 5+ wall-clock seconds when they actually require milliseconds and nanoseconds respectively. This is lar…
Re: The Finder’s GUI tax can be very expensive
#18If someone is looking for an alternative with a GUI, I use The Unarchiver [0] and I'm generally happy with it. I don't usually have to expand lots of small files like the OP, so I don't know how it compares with that task. [0] http://unarchiver.c3.cx/unarchiver
The same author is also responsible for another program, Xee, which is a great, no nonsense image viewer. The 3.x version costs a few bucks, but the last 2.x version can still be downloaded for free.
Re: The Finder’s GUI tax can be very expensive
#19They should make the UI idiom feeding your file a mushroom and then double the icon size on completion.
Re: The Finder’s GUI tax can be very expensive
#20Windows explorer unzip is even worse. Recently in a VM I tried unzipping boost 1.62.0 using explorer in Windows 10. It said it would take over 3 hours. The same file was decompressed on the command line in about a minute using 7zip on the same VM.