https://www.loudounfuneralchapel.com/obituaries/Kevin-Loch/#...
It’s one thing to volunteer your religious organization as a venue for a memorial, even for someone who wasn’t religious. It’s another to memorialize the person with an explicitly religious service.
"In lieu of traditional flowers, you may bring or send Lego flowers. Those assembled before the service will be part of the Memorial display. Assembly space will be provided for any unassembled flowers. Traditional and Lego flowers can be sent to the church 7/2 between 9-4."
https://www.brickfanatics.com/tributes-for-founder-lego-webs...
Rest in peace!
Edit: All these (great and much appreciated!) responses of alternatives are making me wonder if this should in fact be a standardized service that could then be offered as a public good in a similar way as pool.ntp.org.
Checking for generic Internet connectivity (i.e. not only having an IP address, but being able to reach public sites, these sites being non-cached, not-captive-portaled etc.) seems like a problem that too many apps, scripts, and devices are solving again and again.
I do like the curl-ability of that one a lot, though, and on my own computer I can just configure an alias or shell function for it :)
You can `curl https://ipinfo.io/` and get a JSON blob back with info on your current IP. If you pass an IP explicitly you can get info back on it, for example `curl https://ipinfo.io/104.26.7.98`. Easy to combine with jq also for use in scripts: `curl https://ipinfo.io/104.26.7.98 | jq -r '.ip'`
For personal use it's free, and they have reasonable pricing for large volume. No affiliation on my part, just a happy user.
This API endpoint has its dedicated stack and infrastructure to support unlimited lookups.
Also, for IPv6 connection use: https://v6.ipinfo.io/ip
PS: I am the DevRel of IPinfo.
[0] https://blog.apnic.net/2021/06/17/how-a-small-free-ip-tool-s...
Don’t have the command on hand but easily searchable
Cloudflare: https://ipv4.icanhazip.com + https://ipv6.icanhazip.com
Akamai: https://ipv4.whatismyip.akamai.com + https://ipv6.whatismyip.akamai.com
The problem with https://checkip.amazonaws.com is that it neither supports IPv6, nor claims that it will remain IPv4-only, so it's not clear what you'll get in the future.
Thanks Kevin.
Massive Aircraft Carrier made of Lego, 200,000 bricks, 350LB - https://news.ycombinator.com/item?id=415448 - Dec 2008 (3 comments)
RIP
So much for leaving a legacy with your domain name.
RIP Kevin Loch
If anyone is looking for an alternative site to check their v6 and v4 addresses, check out this one here:
It also works from the command line, like this:
$ curl ipkitten.com
4.2.2.2
I am sure that Kevin has saved engineers and other IT people tons of headache and time with his simple, helpful, and ad-free tools.I didn’t realize it was command line friendly!
Lots of solutions out there. I like wasab.is https://wasab.is
curl wasab.is curl wasab.is/json
I hope they give then to a charity/charitable person. I proposed to continue the service ad free, for free to them. Hopefully they accept my proposal. It would be such a shame for the service to become "enshittified" by some greedy company
dig @resolver1.opendns.com myip.opendns.com TXT +short
dig @ns1.google.com o-o.myaddr.l.google.com TXT +short
dig can be replaced with any DNS lookup utility (nslookup, drill, etc). dig -4 @resolver1.opendns.com myip.opendns.com A +short
dig -6 @resolver1.opendns.com myip.opendns.com AAAA +shortAll respect to the deceased, but there's always at least a tiny part of me that is suspicious of anything taking place on April 1.
Perhaps the downvoters would care to explain their actions?