Live data from Hacker News

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

ping.projects.chrisjeakle.com

51–60 of 64 posts

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

#51
post #21

Earlier quoted context omitted.

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.

Why do you highly recommend it? Don't think I've ever thought while using a phone "damn I wish I had a Linux terminal handy"

[deleted]

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

#52

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…

Fair enough. I think technical users probably don't need this site, but I think there is value to be had (even for those technical users!). For a bit of context: I found myself using this site via my xbox's web browser to make sure my wifi latency is acceptable where I put the xbox. Also, my spouse and I just moved to a new place, so I used this site on my phone to get a quick idea of the latency on wifi in my spouse…

> so I used this site on my phone to get a quick idea of the latency on wifi in my spouse's office.

Sure you did. But there's a whole category of phone apps called Wifi Heat maps, that would actually be "super simple" for a non-techie to use.

People are commenting on your use of javascript, where you are arguing that you built a super simple solution. As many already pointed out, the ping command is already there and is more "super simple" to use than to self host a website to get a skewed HTTP "ping" from some cloud service...

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

#53
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"?

I mean most of us techies know better ways.

On your phone you run for example Fing

Fing iOS: https://apps.apple.com/us/app/fing-network-scanner/id4309211...

Fing Android: https://play.google.com/store/apps/details?id=com.overlook.a...

With Fing App’s free tools and utilities help you:

• Scan networks with Fing’s Wi-Fi & LAN network scanner and discover all devices connected to any network

• Get the most accurate device recognition of IP address, MAC address, device name, model, vendor and manufacturer

• Run WiFi and Cellular internet speed tests, download speed and upload speed analysis and latency

• Browse internet outages in your area, ISP ratings, reviews and speed statistics

• Advanced device analysis of NetBIOS, UPnP, SNMP and Bonjour names, properties and device types

• Includes port scanning, device ping, traceroute and DNS lookup

• Receive network security and device alerts to your phone and email

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

#54
post #47

Earlier quoted context omitted.

I mean I know what my phone is. I just do not want to use that interface for those sort of tasks. Tiny little screen, virtual keyboard that tries to hard to be clever, etc. Even browsing the web to read wikis and documents and stuff is a complete pain half the time.

How I miss my galaxy S3! I'd hook it up to a proper display using an MHL cable then connect a Bluetooth keyboard. It was a sweet setup and the assorted tools (plus root shell) actually came in very handy. It could fill in for a laptop quite nicely. These days it seems there's no legitimate alternative to MHL... can any phones directly connect to a display anymore via wire? Or is the only option screencasting to a sma…

A lot of phones can be connected to an external display via USB-C. Better supported than MHL (how many incompatible standards was MHL? 4?).

Samsung has "Dex", their android desktop interface.

Linux phones can generally offer a full DE, either the pinephone or Librem, or compatible phones that have a video out where you can install something likke postmarketos.

Most phones also support miracast, and you can plug in a mouse/keyboard. I think the Charging in + keyboard + mouse + video out is clearer with USB-C.

Sent from my Galaxy S4 ;)

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

#55
post #42

Earlier quoted context omitted.

> Don't think I've ever thought while using a phone "damn I wish I had a Linux terminal handy" Then maybe it's not for you, but some of us absolutely have had that thought and find it incredibly useful.

Again, why is it "incredibly" useful?

You need to diagnose something on your laptop that has stopped accepting input or with a blank screen. plug in your Android phone, enable USB tethering, ssh in.

You are on holidays, your need to help someone (or yourself) with some server issues. Use your teminal to ping them, ssh, etc. Later, no Internet at your rental house. No computers. Fire up the terminal,diagnose the issue. nmap the network if you need to find the IP of something (also, to check for cameras? IDK).

It's just a huge toolbox, batteries included. You might not need it. It can certainly come handy, especially if you have no Internet to download the corresponding app.

I don't use it often, but when I do, it's much better to have it than not having it.

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

#56
post #42

Earlier quoted context omitted.

> Don't think I've ever thought while using a phone "damn I wish I had a Linux terminal handy" Then maybe it's not for you, but some of us absolutely have had that thought and find it incredibly useful.

Again, why is it "incredibly" useful?

FWIW This ping/latency tool is a great tool and impressively terse, I've had to implement it myself several times the last 20 years for reasons. So I am glad someone actually shipped a tool for it.

To answer your question: I think your point of view need to change. The need we want to full fill is to do computer stuff, we have a pretty neat computer in our hand it is clear we want to use it as such.

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

#58

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…

This isn’t Shark Tank. OP built something to share, not looking for seed funding or a Nobel. Relax!

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

#59
This is super cool! I like the ability to review previous results. Not sure why people are getting so hung up on how ping in the terminal is so much simpler.

Not sure if this is desired, but if at some point alerting was built into this, that would be awesome.

---

On a related note, I currently use the following tools to monitor my network:

- bash-uptime[1] -- BASH script I wrote for simple (for me) icmp/http monitoring.

- iPerf3 server so I can test my bandwidth speeds over the LAN or Wireguard

- Nfcapd/nfdump to ingest netflow from my firewall and router and give me the ability to search that netflow with nfdump (I have a multi-arch Docker image for Nfcapd that I maintain[2])

- Syslog-ng to ingest logs and write them to my filesystem with some scripts I use to search the logs quickly via grep

- Gotify for all my network-related notifications

[1] https://github.com/heywoodlh/bash-uptime

[2] https://hub.docker.com/r/heywoodlh/nfcapd

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

#60
post #43

Earlier quoted context omitted.

I’m against slavery. I’m also against putting political messages into software

Why?

Same reason most people don't like banner ads. It's extra fluff the user didn't ask for, unrelated to the stuff they actually want to see. It's not the case here, but oftentimes the political messages can be large and distracting, think Notepad++. That's reason enough to dislike them, without getting into any of the "purity" arguments.
Post reply on HN