MIT physicists improve the precision of atomic clocks
1–10 of 43 posts
Re: MIT physicists improve the precision of atomic clocks
#2Asking partly out of curiosity, I have been toying with a future pet project ideas around portable atomic clocks, just to skip some of the headaches of distributed time sync altogether. Curious how folks who’ve worked on GPS or timing networks think about this.
Re: MIT physicists improve the precision of atomic clocks
#3Re: MIT physicists improve the precision of atomic clocks
#4I’ve spent a decent chunk of my career wrestling with time sync — NTP/PTP, GPS, timezones, all that fun stuff. For real world network time infrastructure, where do we actually hit diminishing returns with clock precision? Like, at what point does making clocks more precise stop helping in practice? Asking partly out of curiosity, I have been toying with a future pet project ideas around portable atomic clocks, just t…
For your precise question, it may already be there.
Re: MIT physicists improve the precision of atomic clocks
#5The very lengthy discussion around the concept was fascinating to me as a 23 year old college student who only knew it from one perspective.
Re: MIT physicists improve the precision of atomic clocks
#6I’ve spent a decent chunk of my career wrestling with time sync — NTP/PTP, GPS, timezones, all that fun stuff. For real world network time infrastructure, where do we actually hit diminishing returns with clock precision? Like, at what point does making clocks more precise stop helping in practice? Asking partly out of curiosity, I have been toying with a future pet project ideas around portable atomic clocks, just t…
Re: MIT physicists improve the precision of atomic clocks
#7When I was in anthropology, many of the cultures I studied had very vague concepts of time (sunrise/sunset, passage of stars and constellations, different seasons). One of my professors spent two weeks about how time was a Western construct and how people want to go to such great lengths to have such precise measurement of it. The very lengthy discussion around the concept was fascinating to me as a 23 year old colle…
Re: MIT physicists improve the precision of atomic clocks
#8"Improve" means nothing unless you give a number.
> we can demonstrate quantum-amplified time-reversal spectroscopy on an optical clock transition that achieves directly measured 2.4(7) dB metrological gain and 4.0(8) dB improvement in laser noise sensitivity beyond the standard quantum limit.
Re: MIT physicists improve the precision of atomic clocks
#9I’ve spent a decent chunk of my career wrestling with time sync — NTP/PTP, GPS, timezones, all that fun stuff. For real world network time infrastructure, where do we actually hit diminishing returns with clock precision? Like, at what point does making clocks more precise stop helping in practice? Asking partly out of curiosity, I have been toying with a future pet project ideas around portable atomic clocks, just t…
Re: MIT physicists improve the precision of atomic clocks
#10I’ve spent a decent chunk of my career wrestling with time sync — NTP/PTP, GPS, timezones, all that fun stuff. For real world network time infrastructure, where do we actually hit diminishing returns with clock precision? Like, at what point does making clocks more precise stop helping in practice? Asking partly out of curiosity, I have been toying with a future pet project ideas around portable atomic clocks, just t…
This past week I tried synchronizing the time of an embedded Linux board with a GPS PPS signal via GPIO. Turns out the kernel interrupt handler already delays the edge by 20 us compared to busy polling the state of the pin. Stuff then gets hard to measure at sub microsecond scales.