• 1 Post
  • 1.13K Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • I never said a single tool causes issues. I said abandoning existing tools to only use the new thing is a problem.

    And I said - when the hell has that ever happened? Ever?

    See people who want to only use the newest frameworks, to the point of re-building projects when they come out. See people who fixate on a single design pattern and insist on using it in every application.

    I’m talking about development tools not platforms and libraries. An LLM is not replacing a framework. It’s not replacing… Anything really.


















  • You got the basic idea from other posters, but there’s also a lot of weird crap in there as well.

    Basically you only need multiple IPs when dealing with services that only really operate on “well known ports”. DNS and SMTP being the usual culprits. For most home users there this is no big deal - even if you wanted to host those services it’s unlikely that you would need more than one ip to do so. HTTP solved this in '97 with HTTP/1.1 which allowed for host headers, which let’s a single server host multiple sites.

    This isn’t something new that nginx solved. 😂