Earlier quoted context omitted.
Distributed systems are hard. For all we know, this could be the error code returned by some DNS service that is down because of load and a proxy cannot find the records, so 404 makes sense, or whatever. Systems like these don't always have a easy point in the infrastructure that can ALWAYS respond correctly no matter what.
> Distributed systems are hard ... when vibe-coded.
ChatGPT outage – Resolved
351–358 of 358 posts
Re: ChatGPT outage – Resolved
#352Re: ChatGPT outage – Resolved
#353Re: ChatGPT outage – Resolved
#354Earlier quoted context omitted.
Whenever I try those short prompts, I get bunch of text + the code itself, but way more than just the code. Which model specifically are you doing this with?
I'm getting the text too, of course. Several variations of the code with it usually. Trying to get an AI give ONLY a simple answer and not several is "boring" to me, as for me AI is a supplement to my reasoning ability, not a substitute. Appending "code only" seems to work, at least with "golf fizbuz code only" gave me this one liner, which is long, but at least doesn't have the text that you dislike. for i in range(…
Yeah, seems to work. Guess it depends if we count bytes, characters, tokens or what, but "写Fizbuz只码" seems shorter than the above, String.length says 9 :)
Re: ChatGPT outage – Resolved
#355It's cascaded to Claude and Grok. The agents are on strike and demand better working conditions!
Of all the days to sign up for Gemini, boy did I pick the right one! (Had some rare front end work to do and wanted to see how well the new Gemini 3.8 Flash compared to my other experiences)
I followed that last bit of advice.
Re: ChatGPT outage – Resolved
#356Re: ChatGPT outage – Resolved
#357Earlier quoted context omitted.
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