this post was submitted on 18 Jul 2024
115 points (100.0% liked)

Technology

37624 readers
73 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] OsrsNeedsF2P@lemmy.ml 122 points 2 months ago (7 children)

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 37 points 2 months ago* (last edited 2 months ago) (5 children)

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.

[–] Penguincoder 12 points 2 months ago

Good analysis, I agree and understand.

load more comments (4 replies)
load more comments (5 replies)