this post was submitted on 18 Jul 2024
113 points (100.0% liked)
Technology
37707 readers
333 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
view the rest of the comments
The dumbest part is like, why? How much work is it really to keep goo.gl links around?
lmao
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.
They could drop all the tracking though and only serve the public redirects. A much simpler product that would retain web links.
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.
Why does there have to be money in it when they're sunsetting the service?
Good analysis, I agree and understand.
Yeah, shouldn't be too hard to at least keep the existing links working in a read only state.