• 1 Post
  • 150 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • And the best possible outcome is they contact you and buy it for some much larger amount than you paid for it.

    I wouldn’t touch this with a 10 foot pole. Squatting on domains that contain a trademark with the purpose of forcing a company to pay you out for it is illegal. There would need to be intent, but just going to court over something like that would NOT be worth it.


  • I had a similar thing happen where my last name was also part of a trademark for a huge institution. As soon as I registered a domain with the name in it, I got an email from their legal department demanding I forfeit the domain to them or they would take legal action.

    I replied that the domain was my surname, and that it wasn’t being used commercially at all, much less in the industry they’re in, and I actually got an email back saying they’d back off as long as I didn’t try to pull any funny business.















  • You clearly don’t understand a single thing about how the internet works and are very confused. Let me help you out.

    how you self host a CDN hosted by fastly???

    You don’t? The website is what would be self hosted. Not Fastly.

    When did I resolve the Hostname to a DNS record? … I resolved it’s domain to an IPv4 address which points entirely to a fastly server

    Right there. You resolved the host record, probably an A record or ANAME for the website (dev.to) into an IPv4 address, using DNS.

    It’s not a resource that get’s delivered by CDN, it’s the whole fucking website they are serving, which is a service they sell and that’s not self hosting.

    Here’s what you’re critically misunderstanding about this. Just because you resolve the record for a website and the IP that’s returned belongs to fastly does not mean fastly is hosting the content. You literally haven’t done anything to prove that the website isn’t self-hosted on a computer in some guys garage. You’re making assumptions based on ignorance and using those assumptions to gatekeep self hosting because you don’t even know what you don’t know. It’s very possible that site isn’t self hosted, but so far you haven’t actually found any proof of that like you think you have.

    If you think a domain is a hostname and an IPv4 address is a DNS record

    A domain can have several host records of different types including one at the root of the domain. What you’re resolving isn’t “a domain” it’s a single record for that domain, and its associated IP address is contained in the DNS record. If you’d like to familiarize yourself with this system, try this: https://www.dummies.com/book/technology/information-technology/networking/general-networking/dns-for-dummies-292922/

    It’s clear that you’re a hobbyist with very little understanding of how the internet and self hosting works on a fundamental level and that’s ok. But I recommend instead of wasting your energy being confidently wrong very publicly for the purpose of gatekeeping, you use that energy to learn how these things actually work instead.



  • Of course it would be self hosting. If the website isn’t hosted on fastly, and is hosted by an individual, that would be the definition of self hosting. You’re also assuming that Fastly is caching responses, do you know that for certain?

    Literally all you’ve done so far is resolve the host name to a DNS record. You think you’ve done something, but you haven’t.