this post was submitted on 14 Feb 2024
305 points (92.0% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] FutileRecipe@lemmy.world 0 points 2 years ago (1 children)

Twice the latency for DNS results? Care to give concrete examples? DNS is usually very fast. Twice as long as very fast is still pretty quick, in my opinion.

[โ€“] eager_eagle@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

I'm always on VPN, so latencies add up.

dig +stats @1.1.1.1 www.google.com | grep '[\d]+ msec'

gives me 10-20ms using a nearby vpn server

dig +stats @9.9.9.9 www.google.com | grep '[\d]+ msec'

gets me 30-50 ms, and not rarely >100ms.