Live data from Hacker News

ChatGPT outage – Resolved

chatgpt.com

271–280 of 358 posts

Re: ChatGPT outage – Resolved

#271

Looking at this thread, there's a correlation between comment quality and LLMs going down. https://en.wikipedia.org/wiki/Eternal_September

> Usenet and the Internet were generally the domain of dedicated computer professionals and hobbyists; new users joined slowly, in small numbers, and learned to observe the social conventions of online interaction without having much of an impact on the experienced users.

Then the Internet grow explosion happens to a small communuity. Oh boy how do we know what kind of monster it is today.

Re: ChatGPT outage – Resolved

#272
GitHub Copilot itself is up but it is having problems with "Grok Copilot Model Provider". No mention of OpenAI or Claude.

Does this mean that GitHub has its own infrastructure for OpenAI and Claude? And that it distills prompts to Grok?

Re: ChatGPT outage – Resolved

#273
post #270

Earlier quoted context omitted.

On the other spectrum, shortest JS fizzbuzz (62 characters): for(i=0;++i Anyone can beat it? (any language accepted)

you can flip it and save a few bytes, but not valid fizzbuzz then: for(i=100;i--;console.log(i%5?f||i:f+'Buzz'))f=i%3?'':'Fizz'

> but not valid fizzbuzz then

Well, if we let that requirement be broken, I'll present an even shorter JS version:

    1

Re: ChatGPT outage – Resolved

#275

Looking at this thread, there's a correlation between comment quality and LLMs going down. https://en.wikipedia.org/wiki/Eternal_September

People have been posting this same comment since I first joined this website in 2012. Even then they were lamenting quality, come on.

Re: ChatGPT outage – Resolved

#276

GitHub Copilot itself is up but it is having problems with "Grok Copilot Model Provider". No mention of OpenAI or Claude. Does this mean that GitHub has its own infrastructure for OpenAI and Claude? And that it distills prompts to Grok?

Maybe the Copilot infra for OpenAI and Claude is via Azure?

Re: ChatGPT outage – Resolved

#279
post #116

The obvious question: is there a single point of failure / common piece of infrastructure involved with failures across all these providers? Its interesting that codex/gpt-app are screwed because their APIs (including auth) fail, but gpt web still appears to be working.

Colossus data center ?

My guess is Cloudflare
Post reply on HN