I'm always on VPN, so latencies add up. bash dig +stats @1.1.1.1 www.google.com | grep '[\d]+ msec' gives me 10-20ms using a nearby vpn server bash dig +stats @9.9.9.9 www.google.com | grep '[\d]+ msec' gets me 30-50 ms, and not rarely >100ms.
https://github.com/nicman23/Automation-for-Molecular-Docking/blob/dc73355383fc3c9cb61df1f1ad4d2b1ba1a7001f/molport-downloader.sh#L13date
@JackBruhhh @reielectron does consume quite a bit more ram than it should.Either way, I don't really have much of a problem with it.
@devilish666 C++ (non-stupid):
include stdio.h
int main() {
puts("Hello, world!");
}