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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Mouse considered harmful for most daily usage

3 点作者 kscarlet超过 5 年前

2 条评论

rs23296008n1超过 5 年前
Harmful is wrong word: &quot;less effective&quot; is more realistic. The title of this post is clickbaity. The &quot;goto considered harmful&quot; was the start of this and the overall pattern has not improved with age.<p>Most mouse GUI actions don&#x27;t require complex curves even when they appear to. You can see this when you look at GUI recording and automation scripts generated or supported by tools such as Sikuli [1]. The better approaches don&#x27;t even require precise coordinates for most actions let one complex curves&#x2F;lines.<p>What the mouse does provide is a suitably generic input device that allows exploration and discovery. A strict CLI style user interface doesn&#x27;t tend to have this level of possibility without rapidly becoming overly simplistic. Readline support is a good attempt for most realistic use cases but still requires a learning curve.<p>Final note for people who think mice are intuitive: back in the day I had to train people on how to use the mouse button to click a onscreen button. The two events are not inherently obvious - they just appear so now because our culture has now adopted it. The bar has been raised.<p>[1] <a href="http:&#x2F;&#x2F;sikulix.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sikulix.com&#x2F;</a>
评论 #21295607 未加载
alpaca128超过 5 年前
The argument makes sense, however for some things a mouse is simply faster than anything else, including a keyboard - and more compatible. For example, I browse the web mainly via the keyboard thanks to Vim bindings, however often it&#x27;s simply faster to just click a link than doing it by hitting 3 keys. Not to mention many websites build their UI using some JS frameworks which somehow prevent the browser from recognizing any UI elements. This is especially frequent in cookie notifications and newsletter popups that usually can&#x27;t be clicked away without the mouse.<p>And while I prefer the keyboard for most interactions, most users would probably find the mouse more convenient because the mouse is almost always easy to use without memorising any shortcuts. Every website and program is fully accessible with the mouse, but the same can definitely not be said about the keyboard nowadays.
评论 #21293847 未加载