Oh, the CEO’s pay is secure from day one of the fiscal year. They’re trying to pay the cleaning staff with this.
Comment on Google's goo․gl links will stop working in August 2025
Moonrise2473@feddit.it 5 months ago
How much money they can save for this?
Probably with the saved money can’t even pay one single day of salary for the CEO
halm@leminal.space 5 months ago
metaStatic@kbin.earth 5 months ago
What cleaning staff? Cleaning is just another part of your job now, this is purely for the shareholders.
halm@leminal.space 5 months ago
Accurate 😬
jarfil@beehaw.org 5 months ago
URL shorteners in general, or just Google?
wiki.archiveteam.org/index.php/URLTeam
Goo.gl has a namespace for 10 billion entries, it used to keep tracking for each link, with a user interface.
How much money would you say it takes to even maintain a system like that, plus update its security, not to mention account for changing web standards, at that scale?
jonne@infosec.pub 5 months ago
Probably like $50/month in cloud resources if you turned off all the extra stuff and only did redirects and kept it around in read only mode. You’d need to do some dev work up front and price that in as well, obviously.
jarfil@beehaw.org 5 months ago
$50/month would barely scratch the surface.
Let’s take a conservative approach, and say there are:
Now you’re looking at 100GB of raw data to put into a database, that needs to return 100K answers/second, in less than 50ms each, worldwide, 24/7.
What is your estimated cloud cost for something like 256GB of RAM, 128 cores, 10Gbps connect, replicated across several zones, and 1TB/day outgoing transfer?
That’s only for the redirect responses I read-only mode, nothing else. You will also need some maintenance to keep it 24/7, for when the server catches fire, or gets obsoleted, and when new exploits come up against your software stack.