this post was submitted on 17 Oct 2025
526 points (99.4% liked)

xkcd

13511 readers
272 users here now

A community for a webcomic of romance, sarcasm, math, and language.

founded 2 years ago
MODERATORS
 

xkcd #3156: Planetary Rings

Title text:

If you don't know where you are on Earth, the angle of satellite dishes can help constrain your latitude. If some of them are pointing straight up, you're probably near the Equator, right under the ring.

Transcript:

Transcript will show once it’s been added to explainxkcd.com

Source: https://xkcd.com/3156/

explainxkcd for #3156

you are viewing a single comment's thread
view the rest of the comments
[–] Pencilnoob@lemmy.world 10 points 5 days ago* (last edited 5 days ago)

Wow thanks so much!

Yes, so I'm taking every telescope/radio/radar reading I'm allowed to redistribute and then collecting them into a time series database and fetching the most recent reading for each sat into a text file. That's the TLE download in the public API. Then I use Rust WASM to propagate those readings into positions that are synced with the viewer time. This allows us to very roughly forecast where they will be for the next couple days.

It's cool because it's too much data to transfer over the network, so we only transfer the most recent reading and then calculate positions live in the browser.