Live data from Hacker News

Show HN: An ultra-light-weight tool to quickly test your ping

ping.projects.chrisjeakle.com

11–20 of 64 posts

Re: Show HN: An ultra-light-weight tool to quickly test your ping

#11
Sorry for being unappreciative but... is this... satire? I honestly don't know...

'easier way to test my ping than pulling up a terminal', ... so a non https website that needs javascript is better than terminal-shortcut + $ ping 8.8.8.8 (or whatever you want to ping, you also could set up an alias/function in your .bashrc to do something more complex)...

can I hit that point home: "easier way than pulling up my terminal", answer: a non-https javascript needing website!!!

>>> 'super simple: clone it to some device that's always on, compile it, set up some systemd stuff, and it's ready to rock on port 8180'

"super simple"... sounds... super simple... installing rust nightly as we speak to build it /s

this world of ours

Re: Show HN: An ultra-light-weight tool to quickly test your ping

#12

Sorry for being unappreciative but... is this... satire? I honestly don't know... 'easier way to test my ping than pulling up a terminal', ... so a non https website that needs javascript is better than terminal-shortcut + $ ping 8.8.8.8 (or whatever you want to ping, you also could set up an alias/function in your .bashrc to do something more complex)... can I hit that point home: "easier way than pulling up my term…

I for one welcome the era of PaaS (ping as a service).

Re: Show HN: An ultra-light-weight tool to quickly test your ping

#13

Sorry for being unappreciative but... is this... satire? I honestly don't know... 'easier way to test my ping than pulling up a terminal', ... so a non https website that needs javascript is better than terminal-shortcut + $ ping 8.8.8.8 (or whatever you want to ping, you also could set up an alias/function in your .bashrc to do something more complex)... can I hit that point home: "easier way than pulling up my term…

How was it possible to read "easier way to test my ping than pulling up a terminal" but not finish the sentence to "especially when I'm on my phone or any other device that doesn't have a terminal"?

Re: Show HN: An ultra-light-weight tool to quickly test your ping

#14

Sorry for being unappreciative but... is this... satire? I honestly don't know... 'easier way to test my ping than pulling up a terminal', ... so a non https website that needs javascript is better than terminal-shortcut + $ ping 8.8.8.8 (or whatever you want to ping, you also could set up an alias/function in your .bashrc to do something more complex)... can I hit that point home: "easier way than pulling up my term…

Definitely has a "but why?" vibe to it. OP probably learned a lot getting this up and that's usually what motivates me to learn.

Re: Show HN: An ultra-light-weight tool to quickly test your ping

#16

The times will be super different between initial load and retries, since the first request requires a potential DNS lookup, establishing a TCP connection, and potential TLS handshake, and only then the request can be performed. Follow-up requests don't require an additional connection. If you want timings only for TCP connection establishment, or only for the request, you can use the browsers navigation timing APIs…

Won’t the browser first do an OPTION before the test (GET) starts? The lookups should be cached.

Re: Show HN: An ultra-light-weight tool to quickly test your ping

#17
post #13

Sorry for being unappreciative but... is this... satire? I honestly don't know... 'easier way to test my ping than pulling up a terminal', ... so a non https website that needs javascript is better than terminal-shortcut + $ ping 8.8.8.8 (or whatever you want to ping, you also could set up an alias/function in your .bashrc to do something more complex)... can I hit that point home: "easier way than pulling up my term…

How was it possible to read "easier way to test my ping than pulling up a terminal" but not finish the sentence to "especially when I'm on my phone or any other device that doesn't have a terminal"?

especially when I'm on my phone or any other device that doesn't have a terminal

Mine does, and in fact I have used the ping command from it before. I highly recommend having a terminal app.

Post reply on HN