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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tuning a Typewriter

59 点作者 hardmath123超过 6 年前

4 条评论

Leszek超过 6 年前
It&#x27;d also be interesting to explore other optimisation metrics, e.g. having common letters on the ends to allow the user to &#x27;blindly&#x27; move the pointer to one end or the other without a need for precision.<p>I&#x27;m also curious if e.g. 10 shifts is twice as bad as 5 shifts, it feels to me like there&#x27;s a drop-off in shifting cost after one shift.
评论 #18823179 未加载
benj111超过 6 年前
Optimisation: Make the character row into a ring.<p>It would also make it easier to find the optimal layout, as a few permutations are removed.
评论 #18829270 未加载
评论 #18823225 未加载
romwell超过 6 年前
Such an interesting problem!<p>And still relevant -- at least for those of us who still have the classic Dymo[1].<p>Also, this pun in the article made me chuckle:<p>&gt; The <i>ComfortablyNumb</i>ered typewriter.<p>[1]<a href="http:&#x2F;&#x2F;juliastainton.com&#x2F;2007&#x2F;05&#x2F;27&#x2F;dymo-label-maker-cest-bon&#x2F;" rel="nofollow">http:&#x2F;&#x2F;juliastainton.com&#x2F;2007&#x2F;05&#x2F;27&#x2F;dymo-label-maker-cest-bo...</a>
madcaptenor超过 6 年前
It would be interesting to see a two-dimensional version of this.