Transatlantic ping faster than sending a pixel to the screen? (2012)
1–10 of 31 posts
Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#2Another one is https://news.ycombinator.com/item?id=702713
Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#3This is a classic and wonderful way to learn and think about the junction of physics and computers. Another one is https://news.ycombinator.com/item?id=702713
Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#4Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#5Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#6This is a classic and wonderful way to learn and think about the junction of physics and computers. Another one is https://news.ycombinator.com/item?id=702713
Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#7This is a classic and wonderful way to learn and think about the junction of physics and computers. Another one is https://news.ycombinator.com/item?id=702713
Imgur has has become so horrible that it loaded all recommendations first and it had still not loaded the main content before I closed the tab. I wish this was hosted somewhere else.
Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#8I really hope at the later part of this decade we start focusing on latency computing instead of bandwidth. From Display, Input, Output and Network, and down to OS and Software. I had always hoped VR would forced those optimisation due to VR being a latency sensitive, as John Carmack was doing at the time. But VR never happened.
Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#9Polling as an example may be an effective way to lower latency, e.g. Linux NAPI.
Increasing buffer sizes may also decrease latency because data can be processed in bursts, see buffer starvation. But if data comes in at a higher rate than can be processed, buffers fill up and are horrible for latency.
Re: Transatlantic ping faster than sending a pixel to the screen? (2012)
#10If you wait around and rely on things that move extremely slowly compared to the light speed of fiber and near light speed of electrical signals, waiting around for a crystal to turn and align itself to a voltage is going to take an eternity in comparison.
So yeah, no shit it's slower to display a pixel.