gloosx 3 days ago

>Google CEO says over 25% of new Google code is generated by AI

>One of the largest outages in the history of Google follows

It's probably just a coincidence vibe-bros... :P

mrtksn 3 days ago

It's not limited to Google, now I wonder if this is actually a Cloudflare/other CDN/International Infra issue or is it that so many services use Google Cloud stuff and they are gone too because of it.

  • mahdihabibi 3 days ago

    I think all affected websites run on google infra somehow, it's not a cloudflare problem .

    (I love how we are using abreviated "infra" bcz we can't google how to write the full word)

    • elashri 3 days ago

      It is funny because this is one of the very few words I learned while a kid to construct it from other parts.

      So it is "infra" + "structure" but structure is common word so I need to remember how to write "infra" only.

      The most bizarre one is the word "yesterday" which I memorized as "yes" + "ter" + "day" and don't ask me why "ter" because I don't remember.

      • jraph 3 days ago

        How do you manage "Wednesday"?

        • elashri 2 days ago

          I don't, for that I usually rely on search engine or autocorrect. I hate the fact that it is not pronounced as it is written. Because I always go with "Wenesday" on my own.

          • jraph 2 days ago

            Ah, yet it's easy!

            The day of Wednes. Wednes, old spelling of wedness, the state of being wed.

            (So my comment is not totally useless, I'll link to the actual etymology for the ones who are now curious - my sibling comment already alluded to it)

            https://en.wiktionary.org/wiki/Wednesday#Etymology

          • card_zero 2 days ago

            I'm generally for spelling reform, but I like Wednesday's reference to Odin/Woden. Maybe respell it Wedensday and pronounce it like that too.

        • mahdihabibi 2 days ago

          I'd go all iso format when it comes to that. do you mean "Wed SEP 3"?

  • kuylar 3 days ago

    I feel like it's an issue in the Google infrastructure as all services which are down seem to be related to Google.

    Another example is the HN API, which runs on Firebase.

    • Sanctor 3 days ago

      Spotify as well. I believe they switched from on-premises to Google cloud in 2023.

ryzvonusef 3 days ago

https://x.com/netblocks/status/1963507222685573522

    > ℹ Note: Multiple online services including Google Search and YouTube are currently experiencing international outages; incident not related to country-level internet disruptions or filtering #GoogleDown
  • ryzvonusef 3 days ago

    Currently working fine for me in Pakistan. Btw, you can run https://api.webprobe.org/scan/ in a spare tab in the background and it will periodically check the status of such websites and update the NetBlocks status.

keyme 3 days ago

Even connectivitycheck.gstatic.com doesn't seem to be responding, making Androids think they don't have internet access.

hvenev 3 days ago

Our GCP VMs are also not responding (europe-west4-a and us-central1-b).

edit: Seems to be a network problem. We can't connect to them from Bulgaria, but we can connect to them from the US.

can16358p 3 days ago

All down here (Turkey).

zenmac 3 days ago

DNS maybe?

Hmmm maybe that is why www.youtube.com wasn't resolving, but youtube.com is.

Had to change my /etc/hosts to get mpv youtube working today.

modinfo 3 days ago

No. It works for me.

64 bytes from lhr35s10-in-f14.1e100.net (216.58.206.46): icmp_seq=1 ttl=110 time=47.9 ms

  • vtemian 3 days ago

    PING google.com (172.217.17.142): 56 data bytes

    Request timeout for icmp_seq 0

    Request timeout for icmp_seq 1

    Request timeout for icmp_seq 2

Liriel 3 days ago

Can confirm issues! I can't log in for a google meet call at all.

vaglonk 3 days ago

Everything Google related is down (Gmail, docs, youtube, google, etc.).

Is this the end?

cbg0 3 days ago

Google Apps and cloud status page down in Romania.

ahmetozer 3 days ago

mee too Edit: Firstly their ingresses are not respondable Followup, this impacts all of the traffic which is originated from balkans.

qpiox 3 days ago

Probably the rest of the Balkans too.

  • mzajc 3 days ago

    Still up in Slovenia for now.

pupileater 3 days ago

in Hungary: YouTube is down, other Google services (search, workspace) seem OK as of now.

polmolea 3 days ago

Seems like it. Youtube as well

ddorian43 3 days ago

Yes, google, youtube, gmail

dipierro 3 days ago

Armenia, down as well.

  • texeltexel2009 3 days ago

    Can confirm, from Yerevan - Armenia. Internet slow, then slows down to a halt in a matter of 10 seconds. Then it'll work in a burtst of another 10 seconds, and go back to nothing at all, and stay like that for minutes at a time. Internet on a National level is fast. Any connection to the outside seems to go through a bottleneck.

akafazov 3 days ago

Down in Bulgaria too.

jamwil 3 days ago

Seems ok in Canada.

adontz 3 days ago

Same in Georgia

  • adontz 3 days ago

    In particular the following are not accessible ajax.googleapis.com fonts.gstatic.com gmail.com google.com www.googletagmanager.com www.youtube.com

splitroute 3 days ago

the initial handshake of the connection in the affected countries is going through all the way obviously so the problem is not google services. the issue is in the interim path

I guess either this is an internet exchange collocation, ISP tier 1 fuckup or some of the non-existent agencies were instructed to sabotage connections. Or they did some interception fuckup.

neoaggelos 3 days ago

same from Greece, ping works (intermittently), curl returns 502

    $ ping google.gr 
    PING google.gr (142.251.140.67) 56(84) bytes of data.
    64 bytes from sof04s06-in-f3.1e100.net (142.251.140.67): icmp_seq=1 ttl=111 time=35.1 ms
    64 bytes from sof04s06-in-f3.1e100.net (142.251.140.67): icmp_seq=2 ttl=111 time=47.7 ms
    ^C
    --- google.gr ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1001ms

    $ curl google.gr -v
    *   Trying 142.251.140.67:80...
    * Connected to google.gr (142.251.140.67) port 80 (#0)
    > GET / HTTP/1.1
    > Host: google.gr
    > User-Agent: curl/7.81.0
    > Accept: */*
    > 
    ^C