TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Artificial waiting in user interfaces (2016)

16 点作者 monort将近 6 年前

6 条评论

cVwEq将近 6 年前
Reminds me of an experience I had in a college C++ course.<p>The professor was notorious for being a real tough grader. For my final project, I wrote a command line file encryption&#x2F;decryption program. But, it encrypted and decrypted practically instantaneously. Since we had to demonstrate the program real-time in the computer lab to him, I was worried he wouldn&#x27;t believe it actually did anything. So I added a delay and a progress bar for effect.<p>When I demonstrated the program, as the progress bar was going, the professor audibly said &quot;oh good!&quot; I was thinking in my head &quot;oh yeah!&quot; So I guess the effect worked.<p>He still docked me 5% points because the final decrypted file had an extra newline at the end. LOL
killbot5000将近 6 年前
It seems like this is being used as a cheap tactic to avoid giving users meaningful and accurate feedback. Eg the loan approval example, if the user was presented with the details of what got them the approval instantly, it might be more convincing than an instantaneous response with no rational. The artificial wait just gives the space for the user to make up a cause for the delay and walk away with a completely incorrect perception about how the system works, which is great if your goal is to manipulate people’s behavior using psychological tricks.
ldarby将近 6 年前
The first thing I do on a new windows PC (and android phones nowadays) is turn off all the animations, menu fades etc. for an instant performance boost.<p>I wish I could also disable those lightbox image loaders on web pages that slowly fade in images, as if the webmaster was worried that displaying it too quickly might give someone a heart attack or something.<p>The public has been duped into accepting slow interfaces, and it pisses me off!
phonypc将近 6 年前
I don&#x27;t like the restaurant analogies. If it were possible to cook a steak to your liking in a single minute, you might worry the first few times that it was just being prepared ahead of time, not cooked fresh. But that should pass when you eat the steak and enjoy it.<p>Similarly, it might take some adjusting to really fast UIs, but I feel like we&#x27;d be better off adjusting rather than this nonsense.
评论 #20373934 未加载
userbinator将近 6 年前
I suspect the more people know about this, the more likely they are to not like being delayed, but then again, general &quot;bloatyness&quot; seems to have taken over (and maybe even using this as an excuse) in UIs, and a certain group of people seem intent on trying to manipulate and otherwise persuade users to be less knowledgeable...<p>The right mindset shouldn&#x27;t be &quot;[assuming] it must have been really hard to get that information&quot;, but rather &quot;we now have computers that can do <i>billions</i> of operations per second, and it takes <i>how long</i> to do <i>what</i>!?&quot; Every time I come across a webapp that is probably making me wait, maybe just to show a UI, that&#x27;s what comes to mind.
azhenley将近 6 年前
This is an interesting psychological effect. Sure, it wastes time but people seem to expect&#x2F;need it in order to trust a system.<p>There has been some research on effectively using wait time, such as doing small educational tasks while something loads, that I wonder if they could be integrated for a win-win. For example: <i>Wait-Learning: Leveraging Wait Time for Second Language Education</i> (<a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;citation.cfm?id=2702267" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;citation.cfm?id=2702267</a>)