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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Three dumb ideas I came up with that would make my life a lot easier

2 点作者 trump2016将近 9 年前
2 ideas for GPS (eg Google Maps), 1 idea for web browsers<p>I&#x27;d really appreciate it if you guys gave me some feedback on these ideas because I curious to see if I&#x27;m the only one who thinks they&#x27;re good or if they&#x27;re legitimately good ideas.<p>For GPS:<p>1. Allow users to control the speed that the GPS voice gives directions at. EX: Give directions X miles out from turn.<p>Sometimes the GPS will give directions to turn right, but I&#x27;m in the left lane and it&#x27;s just too far away. I end up having to either make a U-turn or have the GPS recalculate my route.<p>Literally everyone I&#x27;ve mentioned this to thinks this is a great idea. I&#x27;m not too sure about the other two.<p>2. Also, let the user change the frequency that directions are given (EX: at least every X minutes.) This would be helpful on long stretches of highway when the GPS isn&#x27;t saying anything anymore and you&#x27;re not sure if you&#x27;re going the right way anymore. (I mean, you probably are, but the fact that the GPS is no longer giving you directions is just a little bit anxiety-inducing sometimes.)<p>For web browsers:<p>3. Give users better control of deleting tabs. Right now on Chrome I have two options: close other tabs, or close tabs to the right. These are both pretty terrible in my opinion because if I want to save more than one tab it assumes that all the tabs I want to keep are grouped together. A better option would be to allow users to mark the tabs that they want to save so that when you say &quot;close other tabs,&quot; it just closes the tabs that aren&#x27;t marked. After closing the other tabs, the saved tabs automatically become unmarked.

2 条评论

lj3将近 9 年前
The problem with the first two is how would you communicate that to the user? You could make it a configurable option in a settings menu somewhere, but most people don&#x27;t bother with those. Even those that do bother with the settings probably only think of changing it when they&#x27;re actively getting directions, not after they&#x27;ve reached their destination, and so the setting never gets changed. That leaves making it an option while you&#x27;re trying to follow the directions, which is also a bad idea since you&#x27;re busy trying to drive.<p>I do agree that GPS apps should be more user friendly. Maybe an app with voice commands so you can ask questions? Like &quot;Am I still going the right way?&quot; or &quot;When&#x27;s the next turn?&quot; or &quot;Update me every mile&quot;<p>As for the last one: there are dozens of tab management extensions for chrome. I&#x27;m sure you can find one that does what you&#x27;re looking for.
brudgers将近 9 年前
This might make a better story if it were written up as a blog post and submitted as a link.<p>Good luck.