Earlier quoted context omitted.
By that (deeply silly) logic, 'having a GUI' is 'deliberate idle time'.
No. You'll notice that your browser doesn't sequentially wait for each character to show up on the screen before rendering the next character. The obvious thing to have done would be to have a single progress bar for all decompression operations requested in a single UI action. Darwin has had a process scheduler for some time now; they can be expected to make good use of it. It is infuriating to be waiting for animat…
The Finder’s GUI tax can be very expensive
121–125 of 125 posts
Re: The Finder’s GUI tax can be very expensive
#122Earlier quoted context omitted.
So just pop a click-anywhere "Saved!" notification.
Then users will keep clicking on save until that notification comes, when your save takes just a bit longer than usual.
Re: The Finder’s GUI tax can be very expensive
#123Earlier quoted context omitted.
Maybe so, but, as pointed out elsewhere in the thread, printing to stdout is much, much, much, much slower than printing to a file. The fact that stdout is a file descriptor can only explain a vanishingly small quantity of the time cost of using it.
> printing to stdout is much, much, much, much slower than printing to a file False dichotomy. stdout can very well be a file. What you mean is that printing to a terminal is slower than to a file.
Re: The Finder’s GUI tax can be very expensive
#124This will be sort of bluntly stated, but I challenge anyone to show me an example of where animation is a usability improvement over no animation at all. I understand how it may be visually pleasing, but I work on computers, not enjoy it as an art form. I do some UI design too and don't remember the last time I added animation. Can anyone find an exception?
Any animation that gives you "almost there" information about a gesture; fro example, holding your finger on the screen in Minecraft PE starts an animated circle. When the circle completes, the action is complete. It provides extra information.
Ditto for the "swipe right to delete" animations in iOS mail; the animation lets you know which side of the "show options vs delete" wall you're on, and how close to the edge.
Re: The Finder’s GUI tax can be very expensive
#125This will be sort of bluntly stated, but I challenge anyone to show me an example of where animation is a usability improvement over no animation at all. I understand how it may be visually pleasing, but I work on computers, not enjoy it as an art form. I do some UI design too and don't remember the last time I added animation. Can anyone find an exception?