Something that I’m surprised a lot of devs don’t know; there are official domains you’re supposed to use for documentation, testing, etc. They are specifically reserved by IANA for these purposes. Originally I think it was just example.com, but they now have a list of all them: https://www.iana.org/domains/reserved
Indeed. I've owned `invaliddomain.com` for almost 20 years. You'll be surprised how many use it for testing. One morning I woke up to 30,000 e-mails from Sony Japan with PDFs attached of scanned hand-written part orders. Something similar with Boeing sending me backup notifications. I notified each of these companies about their configuration through their official channels, only to be told "no, it's your server doin…
foo@bar.com
141–150 of 301 posts
Re: foo@bar.com
#142Earlier quoted context omitted.
.app, .dev, .prod, and .zip all had substantial volume of problematic traffic that was discovered during the Controlled Interruption period (which occurs prior to launch and consists of a wildcard DNS entry placed on the entire TLD). You would not believe some of the brokenness that was happening there. .zip may need some explanation -- apparently there are lots of library API calls out there that take a path string…
Ruby's `open` accepts urls. I can't say I've ever used this functionality.
Re: foo@bar.com
#143Bill said it was so that some uucp address would be
crash!boom
(read "crash bang boom")Re: foo@bar.com
#144Earlier quoted context omitted.
if we could go back I wonder if it would be better if we had required a leading dot in domain names ".google.com"
Or if browsers weren't trying to be too smart enough and use the same box for both searching and addresses. Trips me with .py files all time time.
Re: foo@bar.com
#145Re: foo@bar.com
#146Earlier quoted context omitted.
if we could go back I wonder if it would be better if we had required a leading dot in domain names ".google.com"
or go back to left to right reading. http//com.google.www. vs http//com.google.www./file.zip
Re: foo@bar.com
#147It's behind cloudflare and I was met with a captcha AGAIN. Sigh.
Re: foo@bar.com
#148Re: foo@bar.com
#149Earlier quoted context omitted.
Probably not, but it's always nice to follow intended designs, since others will do so as well and this allows systems to evolve in compatible ways. There may be no difference today, but there could be tomorrow. These days invalid TLDs don't really exist. New ones are getting released all the time. The only problem you'd run into is if the system you're using is treating .test differently for some reason, but that's…
.invalid is guaranteed invalid by spec.
Re: foo@bar.com
#150Something that I’m surprised a lot of devs don’t know; there are official domains you’re supposed to use for documentation, testing, etc. They are specifically reserved by IANA for these purposes. Originally I think it was just example.com, but they now have a list of all them: https://www.iana.org/domains/reserved
Indeed. I've owned `invaliddomain.com` for almost 20 years. You'll be surprised how many use it for testing. One morning I woke up to 30,000 e-mails from Sony Japan with PDFs attached of scanned hand-written part orders. Something similar with Boeing sending me backup notifications. I notified each of these companies about their configuration through their official channels, only to be told "no, it's your server doin…