Almost everything on computers is perceptually slower than it was in 1983
1–10 of 349 posts
Re: Almost everything on computers is perceptually slower than it was in 1983
#2Then again, computers do so many things in the millisecond range and faster that maybe what we observe IS only a small fraction of the total.
Re: Almost everything on computers is perceptually slower than it was in 1983
#3Re: Almost everything on computers is perceptually slower than it was in 1983
#4I agree with this. A properly and well designed keyboard interface is faster than any mouse. On the other hand, a properly designed mouse interface can be fast too. Both need to be applied when it makes sense.
I can also resonate with the GMaps example; people find it rather ridiculous that I prefer to use pen and map to plan routes but GMaps simply does not cover the complex demands of holiday routes with family.
Re: Almost everything on computers is perceptually slower than it was in 1983
#5Given the speed of modern computers, I'm fascinated by the fact that so many processes complete in human-scale time (seconds-minutes), rather than milliseconds or years+, depending on problem complexity. If times for compute tasks have some power law distribution (a big if...), I'd expect a very small part of that distribution to overlap with the 'seconds' range. Then again, computers do so many things in the millise…
Re: Almost everything on computers is perceptually slower than it was in 1983
#6Given the speed of modern computers, I'm fascinated by the fact that so many processes complete in human-scale time (seconds-minutes), rather than milliseconds or years+, depending on problem complexity. If times for compute tasks have some power law distribution (a big if...), I'd expect a very small part of that distribution to overlap with the 'seconds' range. Then again, computers do so many things in the millise…
There is plenty of interesting computation we could and would do if what now requires a year would only require a second.
Re: Almost everything on computers is perceptually slower than it was in 1983
#7It is frustrating that I've got a machine on my desk more powerful than supercomputers a generation ago, and it locks up and can't refresh the screen as fast as my relatively slow typing on a regular basis...
Re: Almost everything on computers is perceptually slower than it was in 1983
#8Re: Almost everything on computers is perceptually slower than it was in 1983
#9Re: Almost everything on computers is perceptually slower than it was in 1983
#10This! I once took over programming a point of sale system that our (internal to the company) users were complaining about. Turns out there was no concept of tab sequence, you had to use the mouse for everything. I asked the previous programmer to show me how to use the form he created, and he started typing a phone number using the top row of the keyboard instead of the numpad. But hey, it had lots of javascript!
Not paying attention to tab order in an enterprise app is a cardinal sin though.