Earlier quoted context omitted.
There is nothing that prevents you from recovering from a bad data file load in Rust. The programmer who wrote that code chose to crash.
That's exactly my point. There should be no such thing as choosing to crash if you want reliable software. Choosing to crash is idiomatic in Rust but not in managed languages in which exceptions are the standard way to handle errors.
Cloudflare was down
431–440 of 560 posts
Re: Cloudflare was down
#432Re: Cloudflare was down
#433Re: Cloudflare was down
#434Earlier quoted context omitted.
The excuse: >A change made to how Cloudflare's Web Application Firewall parses requests caused Cloudflare's network to be unavailable for several minutes this morning. >The change was deployed by our team to help mitigate the industry-wide vulnerability disclosed this week in React Server Components. >We will share more information as we have it today. https://www.cloudflarestatus.com/incidents/lfrm31y6sw9q
It's quite an unfortunate coincidence that React has indirectly been the reason for two recent issues at Cloudflare haha
Re: Cloudflare was down
#435Earlier quoted context omitted.
A lot of words for a 'might'. We don't know what caused the downtime.
Not this time; but the rewrite was certainly implicated in the previous one. They actually had two versions deployed; in response to unexpected configuration file size, the old version degraded gracefully, while the new version failed catastrophically.
Re: Cloudflare was down
#436Re: Cloudflare was down
#437Looking forward to the post mortem on this one. We weren't affected (just using the CDN), and people are saying they weren't affected who are using Cloudflare Workers (a previous culprit which we've since moved off), so I wonder what service / API was actually affected that brought down multiple websites with a 500 but not all of them. Wise was just down which is a pretty big one. Also odd how some websites were down…
Re: Cloudflare was down
#438Their uptime over the year is likely faring worse than your average hosting company, DNS provider or CDN.
Re: Cloudflare was down
#439A change made to how Cloudflare's Web Application Firewall parses requests caused Cloudflare's network to be unavailable for several minutes this morning. This was not an attack; the change was deployed by our team to help mitigate the industry-wide vulnerability disclosed this week in React Server Components. We will share more information as we have it today.
Re: Cloudflare was down
#440Earlier quoted context omitted.
Because it doesn't use cloudflare duh.?
From their response headers, it seems like the request is coming from NGINX directly. How do they defend themselves against DOS attacks?