When 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…
Your professor was just wrong if they claimed time was a Western construct. Calendars, sundials, and other time keeping devices were created independently around the world. All you need to create a clock is realize that your oil lamp consumes its fuel in a somewhat consistent interval, or a similar observation for the time it takes drips of water to fill a cup. People figured it out.
MIT physicists improve the precision of atomic clocks
31–40 of 43 posts
Re: MIT physicists improve the precision of atomic clocks
#32I’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…
Ptp and careful hardware configuration keeps things synced to within nanoseconds
Re: MIT physicists improve the precision of atomic clocks
#33Earlier quoted context omitted.
Your professor was just wrong if they claimed time was a Western construct. Calendars, sundials, and other time keeping devices were created independently around the world. All you need to create a clock is realize that your oil lamp consumes its fuel in a somewhat consistent interval, or a similar observation for the time it takes drips of water to fill a cup. People figured it out.
I don't know how other cultures viewed time, but i think there is a big difference between being able to make a clock and running your life by a clock. Modern industrialized society is very regimented - work starts at an exact time, ends at an exact time, lunch is exactly an hour, etc. I suspect such notions would be much less useful in a non-industrial society.
Re: MIT physicists improve the precision of atomic clocks
#34When 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
#35They mention a "quantum noise limit", that must be the ultimate precision that is physically possible, right? What is this ultimate precision? I imagine that at some point, even the most modest relative motion at ordinary velocities would introduce measurable time dilation at fine enough clock precision.
Re: MIT physicists improve the precision of atomic clocks
#36I’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…
I guess very few systems have better absolute time than a few microseconds. Those systems are probably exclusively found in HFT and experimental physics. 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 mic…
Re: MIT physicists improve the precision of atomic clocks
#37I’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…
My understanding is that precise measurement of time is the basis of all other measurements: space, mass, etc. They are all defined by some unit of time. So increasing time precision increases potential precision in other measurements. Including of course information - often defined by the presence or absence of some alterable within a specific time. We invent new uses for things once we have them. A fun thought expe…
Re: MIT physicists improve the precision of atomic clocks
#38They mention a "quantum noise limit", that must be the ultimate precision that is physically possible, right? What is this ultimate precision? I imagine that at some point, even the most modest relative motion at ordinary velocities would introduce measurable time dilation at fine enough clock precision.
[1] https://journals.aps.org/pra/abstract/10.1103/PhysRevA.47.35...
Re: MIT physicists improve the precision of atomic clocks
#39Earlier quoted context omitted.
I guess very few systems have better absolute time than a few microseconds. Those systems are probably exclusively found in HFT and experimental physics. 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 mic…
10 MHz reference oscillators that are GPS locked are quite common. They're very useful in RF contexts where they're quite easy to find.
Re: MIT physicists improve the precision of atomic clocks
#40I’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…
I guess very few systems have better absolute time than a few microseconds. Those systems are probably exclusively found in HFT and experimental physics. 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 mic…
Even just triggering an GPT from an GPS PPS input counting cycles of an internal clock you could use a GPT to work out the error in the clock, and you only need to query it once a second.