TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tuning a Typewriter

59 pointsby hardmath123over 6 years ago

4 comments

Leszekover 6 years ago
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 未加载
benj111over 6 years ago
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 未加载
romwellover 6 years ago
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>
madcaptenorover 6 years ago
It would be interesting to see a two-dimensional version of this.