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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Google timer

218 点作者 bugsbunny4341超过 11 年前

37 条评论

marcamillion超过 11 年前
This totally freaked me out.<p>I clicked the link to be opened in a new tab - and continued what I was doing.<p>I heard that beeping sound, and was completely baffled where it was coming from (didn&#x27;t sound like it was coming from the speakers).<p>You should have seen me picking up papers on my desk listening to them. I listened to every potential port on my phone to see if it was giving off this sound.<p>I felt like I was going crazy while I was doing it, but I just couldn&#x27;t figure out the source of the sound. Thinking back, if a camera was in my office, that woulda been hella funny to watch.
评论 #6430374 未加载
评论 #6431246 未加载
评论 #6431847 未加载
评论 #6431571 未加载
评论 #6430194 未加载
评论 #6430629 未加载
martin-adams超过 11 年前
Interesting side effect. There&#x27;s this web site: <a href="http://www.online-stopwatch.com/timer/1hour/" rel="nofollow">http:&#x2F;&#x2F;www.online-stopwatch.com&#x2F;timer&#x2F;1hour&#x2F;</a><p>which comes up top of the google search results for &quot;timer for 1 hour&quot; for me. Now there is absolutely no way they can compete with Google&#x27;s own offering from an SEO perspective.<p>While this example is trivial to some extent, does it set a precedent that while you can advertise and compete with Google, they can always have the unfair advantage at being top of the list.
评论 #6429644 未加载
评论 #6429647 未加载
评论 #6429677 未加载
评论 #6429664 未加载
评论 #6429846 未加载
评论 #6429969 未加载
评论 #6429738 未加载
评论 #6430318 未加载
评论 #6429672 未加载
评论 #6430069 未加载
评论 #6430012 未加载
评论 #6429823 未加载
评论 #6429609 未加载
Lewton超过 11 年前
Yet again I am reminded that my google is not necessarily the same as &#x27;your&#x27; google<p>Just like how &quot;define: something&quot; doesn&#x27;t show a dictionary definiton for me anymore, a functionality i used all the time. And now can&#x27;t be sure whether was actually removed, or just removed for me!
评论 #6435061 未加载
评论 #6429967 未加载
评论 #6429923 未加载
评论 #6429852 未加载
评论 #6430211 未加载
评论 #6429997 未加载
评论 #6429877 未加载
评论 #6433099 未加载
评论 #6430730 未加载
评论 #6429879 未加载
评论 #6430427 未加载
评论 #6429790 未加载
评论 #6429878 未加载
unicornporn超过 11 年前
Nothing happens at that page for me. Could the reason be that I&#x27;m redirected to google.se (which does not have this feature, yet)?
评论 #6429642 未加载
评论 #6429602 未加载
评论 #6429963 未加载
thomasd超过 11 年前
Google probably review their top searches periodically to determine utility related keywords and custom fit solutions to them.<p>It seems that if they continue to do things this way, sooner or later, Google is likely to replace thousands of utility websites.<p>This seems like a change in their philosophy from sending users to other websites in as little time as possible, to using Google as a portal.<p>Interestingly, this change in philosophy by Yahoo from a search engine to a portal was what made Yahoo lose out to Google.
评论 #6429653 未加载
评论 #6429662 未加载
评论 #6429651 未加载
评论 #6430260 未加载
numair超过 11 年前
If you want to break it, search for &quot;timer for 23 hours 59 minutes 60 seconds&quot; ... For some reason the code seems to be configured to max out at 24 hours. I am too busy dealing with my own broken JavaScript code to take a look, but maybe someone here can view source and figure out why they made that decision?
评论 #6429636 未加载
评论 #6429723 未加载
评论 #6429614 未加载
评论 #6431736 未加载
spuz超过 11 年前
What am I supposed to be seeing? There is no special behaviour when I do this search.
jaggederest超过 11 年前
A script I use for this occasionally:<p><pre><code> #!&#x2F;usr&#x2F;bin&#x2F;env ruby done = Time.now + ARGV[0].to_i while(true) do sleep(10) `say &quot;Time&#x27;s up!&quot;` if Time.now &gt; done end </code></pre> Or the alarm clock version:<p><pre><code> #!&#x2F;usr&#x2F;bin&#x2F;env ruby require &#x27;time&#x27; done = Time.parse(ARGV[0]) while(true) do sleep(10) `say &quot;Time&#x27;s up!&quot;` if Time.now &gt; done end</code></pre>
评论 #6429612 未加载
waterlion超过 11 年前
TAKE OUT YOUR HEADPHONES<p>(I&#x27;m shouting both because it&#x27;s very important advice and because I&#x27;m now deaf)
评论 #6430615 未加载
miguelrochefort超过 11 年前
Pomodoro Bookmarklet (powered by Google timer):<p>1. Create new bookmarklet<p>2. Name: Pomodoro<p>3. URL: javascript:window.open(&quot;<a href="https://www.google.com/?gws_rd=cr#q=&quot;+((document.title.indexOf(&quot;25&quot;)&gt;-1" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;?gws_rd=cr#q=&quot;+((document.title.index...</a>)?&quot;&quot;:&quot;2&quot;)+&quot;5+minute+timer&amp;safe=off&quot;,&#x27;_self&#x27;);<p>4. Save<p>Click on the bookmarklet to toggle between &quot;Work&quot; and &quot;Break&quot; mode.
评论 #6430567 未加载
OrwellianChild超过 11 年前
Also works with<p><pre><code> timer &lt;time of day&gt; </code></pre> E.g. timer 7am<p>Original Reddit link that started it all: <a href="http://www.reddit.com/r/YouShouldKnow/comments/1j3pnv/ysk_use_google_as_a_stopwatch_with_its_set_timer/" rel="nofollow">http:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;YouShouldKnow&#x2F;comments&#x2F;1j3pnv&#x2F;ysk_us...</a>
MattBearman超过 11 年前
I don&#x27;t get anything special - Google Chrome on OSX
kylec超过 11 年前
It&#x27;s not perfect though, this link will start a timer for 1 minute, not 24 hours and 1 minute:<p><a href="https://www.google.com/#q=timer+23+hours+61+minutes" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;#q=timer+23+hours+61+minutes</a>
评论 #6433408 未加载
rane超过 11 年前
Noticed that Alfred&#x27;s default search URL for Google wouldn&#x27;t work with the timer: <a href="http://www.google.com/search?q=set+timer+for+10+seconds" rel="nofollow">http:&#x2F;&#x2F;www.google.com&#x2F;search?q=set+timer+for+10+seconds</a><p>It has to be <a href="https://www.google.com/#q=timer+for+10+seconds" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;#q=timer+for+10+seconds</a> so I made a custom search URL and can now use the timer through Alfred.
评论 #6430340 未加载
waster超过 11 年前
Actually this seems ridiculously convenient, if I&#x27;m sitting at my computer (which I almost always am). Easier than picking up my phone and setting a timer, even.
k-mcgrady超过 11 年前
Doesn&#x27;t work for me in Safari 6.1 or latest Chrome. (Strangely worked on google.co.uk but doesn&#x27;t work on .com)
27182818284超过 11 年前
Works better than timer &#x2F; alert functionality of Google Now which is horribly broken. (At first I thought it was just rounding errors, with 25 minutes being set to 24 minutes, but I can&#x27;t explain a 3 minute difference easily with rounding errors, which has happened to me. )
jsulak超过 11 年前
Can&#x27;t resist mentioning my small timer site from several years ago: <a href="http://clockster.net" rel="nofollow">http:&#x2F;&#x2F;clockster.net</a>. Takes RESTful urls, like <a href="http://clockster.net/3min30s" rel="nofollow">http:&#x2F;&#x2F;clockster.net&#x2F;3min30s</a>.
b4c0n超过 11 年前
I built something for this exact purpose a few weeks ago. Surprisingly, I would put it&#x27;s functionality in one of the top 10 things I use now.<p><a href="http://errk.se/remind_me_after/" rel="nofollow">http:&#x2F;&#x2F;errk.se&#x2F;remind_me_after&#x2F;</a>
drakaal超过 11 年前
Seems to be limited to 1 second short of 1 day. What good is that? I want a timer that counts down to my favorite console launch. (I am not saying which one because I figure if I choose the wrong console I won&#x27;t get any upvotes)
billwashere超过 11 年前
Yay, I broke it :-)<p><a href="https://www.google.com.au/?q=timer+for+23+hours+59+minutes+60+seconds#q=timer+for+23+hours+59+minutes+60+seconds" rel="nofollow">https:&#x2F;&#x2F;www.google.com.au&#x2F;?q=timer+for+23+hours+59+minutes+6...</a>
评论 #6430063 未加载
kip_超过 11 年前
Announced over 6 weeks ago at <a href="http://googlesystem.blogspot.com/2013/08/google-timer.html" rel="nofollow">http:&#x2F;&#x2F;googlesystem.blogspot.com&#x2F;2013&#x2F;08&#x2F;google-timer.html</a>
pax超过 11 年前
I had to reset all my <i>.google.</i> cookies to work logged with the Google user it works, but when I sign in with the secondary google apps for domains user it stops working for some reason
domness超过 11 年前
Fancy, however, I still prefer things like <a href="http://e.ggtimer.com/" rel="nofollow">http:&#x2F;&#x2F;e.ggtimer.com&#x2F;</a> as it allows other functions such as a Pomodoro timer.
评论 #6430459 未加载
bedhead超过 11 年前
This is what they&#x27;re working on while shutting down Reader? Guh. And yes, I will make a similar comment every time they roll out some inconsequential new product or feature.
lectrick超过 11 年前
Here&#x27;s your poached egg timer...<p><a href="https://www.google.com/#q=timer+for+3+minutes+30+seconds" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;#q=timer+for+3+minutes+30+seconds</a>
jpkeisala超过 11 年前
<a href="http://www.google.com/help/features.html" rel="nofollow">http:&#x2F;&#x2F;www.google.com&#x2F;help&#x2F;features.html</a>
Zweihander超过 11 年前
For the Google QA person who is inevitably reading this: &quot;timer for 23 hours and 59 minutes and 60 seconds&quot;
epaga超过 11 年前
For those of us Europeans where this doesn&#x27;t work: it works on Incognito Mode in Chrome.
评论 #6430716 未加载
ccozan超过 11 年前
you can combine this with the voice option from search, nice way to speak out loud and have this timer set. I&#x27;ve set up a custom shortcut for triggering voice search ( besides the Ctrl+Shift+.) and works like a charm.
oakaz超过 11 年前
just wrote something similar in 60 lines of JavaScript: <a href="http://requirebin.com/embed?gist=6668018" rel="nofollow">http:&#x2F;&#x2F;requirebin.com&#x2F;embed?gist=6668018</a>
evadne超过 11 年前
I really miss per-application volume control (like in Windows).
ozh超过 11 年前
Yet another case of Google inconsistencies.
sidcool超过 11 年前
Doesn&#x27;t work on Chrome for Android
wjk超过 11 年前
Doesnt work in my Nightly 27.0a1
Antiquarian超过 11 年前
No fortnight support?
peachlover超过 11 年前
doesn&#x27;t work as expected in Bulgaria