yegle 4 hours ago

This was added in 2004. Before this change, the error message was:

> If too many of these happen, someone will be paged. If you still see this after half an hour, send mail to xxxxxxxxxxx@google.com

(For curious folks working for Hooli, the magic number is 472481)

crgk 6 hours ago

I’m getting an imgur error page, but it seems this post is meant to be an image of a Google error page?

I’ve reached the error page of the image of the error page for the error page. We’re too deep.

  • Tiberium 6 hours ago

    Imgur really hates VPNs, and will show that bogus error page if you're not using a "nice" connection.

    • andrepd 5 hours ago

      Lol, so meta.

      Also: very sad, but it would be great if it was just imgur doing this; it's the whole internet.

  • bhaney 6 hours ago

    Now to refresh this comment until HN randomly goes down

    • bryanrasmussen 3 hours ago

      You have reached the error reply to your valued comment. Please send this comment in an email to all your relatives or a bunny will die.

      • Tijdreiziger an hour ago

        FW: FW: FW: FW: FW: Very Important !!!

exiguus 2 hours ago

Error page of the error page made me smile. Somehow, this makes total sense to me. Consider a reverse proxy where the origin is down and displaying the 'real' error page is not possible because of that. Alternatively, imagine a CloudFront function or Lambda experiencing the same issue, or encountering so many redirects that it interrupts and simply shows the error page of the error page. Nonetheless, I agree that you shouldn't see this issue very often.

SchwKatze 6 hours ago

You found the easter egg gem!

The fact that google's engineers cared about doing that it's pretty funny

  • henry700 6 hours ago

    Probably done over a decade ago. Today we wouldn't see this

    • hnlmorg 4 hours ago

      That explains why we aren’t talking about it today then.

      • fnordpiglet 4 hours ago

        Source code isn’t written afresh every day. The point was the code was written at a different era and the current era wouldn’t produce this sort of code, and presumably you wouldn’t see anything but a generic 500. This is likely because product managers can’t stand free thought and action amongst engineers as it doesn’t appease their bean counter overlords sufficiently.

        • hnlmorg 4 hours ago

          You don’t know when that was written.

zaik 5 hours ago

Confuse your coworkers by telling them you "won Gmail once".

  • RandomBacon 2 hours ago

    They'll just think you're going senile and politely agree, telling you to go back and surf the information superhighway.

mister_mort 6 hours ago

Always leave a message in "impossible" code paths, you never know who might read it in the end.

rc_mob 5 hours ago

You have 7 different gmail accounts eh?

  • Alex3917 5 hours ago

    Yeah unfortunately they are tricky to get rid of once you have them. In theory I can forward the email from one account to another, but in practice it's hard to think through all the weird security issues that might arise from doing so.

  • dpedu 3 hours ago

    I've got one I made as a teen, a more professional sounding mature address, one for school, two for two separate google apps domains, and one for work. They pile up over time.

larrymcp 5 hours ago

The funny thing is, this error message is hardly less useful than the recent trend of error messages which say only, "Something went wrong".

  • hinkley 5 hours ago

    Have you never dealt with customers reporting errors?

    Something went wrong is what they will tell you and expect an answer. Doesn’t matter how fancy and detailed the error, you will get back, “it’s broken fix it.”

    • hnlmorg 4 hours ago

      Back in the early days of my career and supporting end users, I used to constantly get people say:

         “xxx doesn’t work. I just get an error”
      
      They would never tell me what the error message actually was. And when I asked, the reply often was

         “I don’t remember. I’ve closed it now”. 
      
      It used to wind me up rotten. I can forget non-technical people not understanding the error message. But common sense should have kicked in that the error message is important to share with the person trying to fix said error.
      • rkagerer 4 hours ago

        Maybe all errors should be presented with a simple, distinctive and memorable theme - e.g. show a pig photo in that one maybe they'll remember "I got the pig error"

        • Xss3 3 hours ago

          Could make cute pictures and brighten support staffs day. 'I got a pig telling a chicken that the barn is closed??'

          • netsharc 2 hours ago

            I was thinking celebrities, but then people will misidentify them.

            Each micro-service (in 2025?!?!) would have different pictures of a particular celebrity, for different errors.. so if the user says e.g. "I see Taylor Swift doing..." the support can say "Let me forward you to the S3 people!".

          • tough 3 hours ago

            lmfao this is genius and would work better than text

        • lostlogin 3 hours ago

          That’s a good idea - and even technical users would find that more memorable than 1198854 versus a 1197854 error.

        • hinkley 34 minutes ago

          I think you're going to find people mistaking one animal for another.

        • JadeNB 3 hours ago

          > Maybe all errors should be presented with a simple, distinctive and memorable theme - e.g. show a pig photo in that one maybe they'll remember "I got the pig error"

          This sounds like the thing that they do in parking garages where each level will have a color, an image, or sometimes even a musical theme. (Which is to say, it sounds like a good idea!)

      • magicalhippo 2 hours ago

        You can dunk on lay people all you want, personally I'm a lot more furious about fellow programmers who thinks it's OK to show an error that says "file not found" without any context like the filename.

        Like, help a brother out!

  • pphysch 5 hours ago

    What would you expect? IME these are mostly unforeseen 500 errors, logged internally, and not something a client can do anything about (or should know anything about, for security reasons).