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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Simple typing speed test with Knockoutjs and Nodejs

14 点作者 broody大约 11 年前

4 条评论

andridk大约 11 年前
Nice. A couple of suggestions.<p>&quot;Enter&quot; ends the phrase on the last word. &quot;Space&quot; feels weird when you&#x27;re done typing.<p>Auto select the input box after selecting a phrase. I was half-way through the exercise before realizing the page wasn&#x27;t registering my input.
评论 #7654359 未加载
taspeotis大约 11 年前
The scoreboard seems to be sorted by words-per-minute in lexicographic order.<p>Although it&#x27;s not impossible to make that same kind of mistake with a strongly typed language, I&#x27;m glad my day job involves C#.
yulaow大约 11 年前
There is a bug. I use the us-international version of my keyboard so to print &#x27; i have to click &quot;&#x27;&quot; + &quot;space&quot; (because otherwise the input buffer awaits for me to insert a vocal to make something like é á ó ú í all used in my language)<p>When in your program I have to write &quot;one&#x27;s&quot; for example, I CAN&#x27;T. When I press &quot;&#x27;&quot; and then &quot;space&quot; your textfield just blocks me and vibrates... and I can&#x27;t go forward.<p>Long story short: for a user with us-international keyboard mapping it is impossible to insert the char &quot;&#x27;&quot; and probably many others like &quot; ~ ` ^ that with that mapping require to press &quot;space&quot; after them
评论 #7655270 未加载
diggan大约 11 年前
Simple and fun for a while. Annoying that &quot;submitting&quot; a word with space makes my brain want to delete two characters instead of one if the last one is wrong.<p>Example, I spell &quot;Charactet&quot; instead of &quot;Character&quot;. Space submits the word and creates &quot;Charactet &quot; in my brain so to correct this, I do two backspaces. Result is &quot;Charact&quot; instead of expected &quot;Characte&quot;.