Live data from Hacker News

DNS Toys (2022)

dns.toys

11–20 of 71 posts

Re: DNS Toys (2022)

#11
post #9
post #4

Odd that dig A0.0,0.0/0.0,90.0.aerial @dns.toys and dig A0.0,0.0/90.0,0.0.aerial @dns.toys both produce TXT "aerial distance = 10007.06 KM" The equatorial circumference is 40,075.017 km (24,901.461 mi), while the polar circumference is 40,007.863 km (24,859.734 mi). I guess there's no great harm in assuming the earth is hypothetically cow shaped, and it avoids that awkward series for shortest distance twixt points fo…

Oh interesting - those circumferences are actually closer than I assumed they would be!

Yeah, it's pretty minor stuff of no real import to many ... unless someone had a background in geodesy and had to measure fields on a oblate spheroid with fragmented moving plates girt by sloshing fluids.

Re: DNS Toys (2022)

#15
post #6

I like it. I just wish that dig were installed on every platform. I'm always annoyed that it isn't available on Windows and when I checked Debian doesn't have it by default (though easily installable.) OpenBSD and Mac OS X have it though so that's good.

Dog is cross platform and has some nice features, like json output.

https://dns.lookup.dog/

Re: DNS Toys (2022)

#16
How does this actually work? Finding it hard to believe someone bought domains for all combinations of those unit conversions

Re: DNS Toys (2022)

#17
post #16

How does this actually work? Finding it hard to believe someone bought domains for all combinations of those unit conversions

It works by querying a specific DNS resolver (dns.toys):

  dig +short TXT mumbai.weather @dns.google
  # NXDOMAIN
 
  dig +short TXT mumbai.weather @dns.toys  
  "Mumbai (IN)" "30.90C (87.62F)" "45.90% hu." "clearsky_day" "15:30, Sun"
  "Mumbai (IN)" "28.10C (82.58F)" "56.00% hu." "fair_day" "17:30, Sun"
  ...

Re: DNS Toys (2022)

#19
post #14

Earlier quoted context omitted.

dns clients come preinstalled on virtually any os

what dns clients does one have in windows 8 or windows 10 ?

`nslookup` for a command prompt utility, the `DnsClient` PowerShell module, and the DNS Client graphical utility.
Post reply on HN