• OsrsNeedsF2P
    link
    fedilink
    arrow-up
    118
    ·
    2 months ago

    The dumbest part is like, why? How much work is it really to keep goo.gl links around?

    In 2018, Google wanted developers to move to Firebase Dynamic Links that detect the user’s platform and sends them to either the web or an app. Google ended up also shutting down that service for devs.

    lmao

    • jarfil@beehaw.org
      link
      fedilink
      arrow-up
      35
      arrow-down
      1
      ·
      edit-2
      1 month ago

      How much work is it really to keep goo.gl links around?

      A lot.

      Goo.gl has a namespace for 10 billion entries, it used to keep tracking/analytics data for each link, with a user interface, and it would happily generate them for links to internal stuff.

      Just keeping it running would take some containers of server racks, plus updating the security, accounting for changing web standards, and so on.

      Keep in mind this isn’t some self-hosted url shortener with less than a million entries and a peak of 10K users/second, that you can slap onto a random server and keep it going. It’s a multiple orders of magnitude larger beast, requiring a multi-server architecture just to keep the database, plus more of the same for the analytics, admin interface… and users will expect it to return a result in a fraction of a second, worldwide.

      • Kissaki@beehaw.org
        link
        fedilink
        English
        arrow-up
        22
        ·
        2 months ago

        They could drop all the tracking though and only serve the public redirects. A much simpler product that would retain web links.

        • jarfil@beehaw.org
          link
          fedilink
          arrow-up
          2
          ·
          1 month ago

          I think they’ve dropped the tracking already. Still, where’s the money in that?

          They also can’t release the database, not without prior consent of the link creators, or risking exposing some login credentials some very smart people might’ve put in there.

            • jarfil@beehaw.org
              link
              fedilink
              arrow-up
              1
              ·
              1 month ago

              Google/Alphabet is a for-profit corporation, it makes no sense for them to do anything without some sort of profit.

    • jonne@infosec.pub
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      Yeah, shouldn’t be too hard to at least keep the existing links working in a read only state.