Discord is entirely down right now, both the website and the app itself. Amusingly, a lot of the sites that normally track outages are also down, which made me think it was my internet at first. Downdetector, monitortheinternet, etc. Lots of other big sites that are down: Patreon, npmjs, DigitalOcean, Coinbase, Zendesk, Medium, GitLab (502), Fiverr, Upwork, Udemy Edit: 15 min later, looks like things are starting to…
Doordash too. My first order. On my wife's birthday. Ah, well. This too shall pass.
Cloudflare was down
311–320 of 499 posts
Re: Cloudflare was down
#312Don't use Namecheap and Cloudflare at the same time.
Namecheap is using cloudflare. So if cloudflare is down, you can't change DNS settings on Namecheap as well!
Re: Cloudflare was down
#313"All systems operational" What's the point of a status page if it doesn't reflect the real status... It's either the status page goes down with everything else or the status page is wrong. Great. EDIT: Looks like it's accurate now, 20 minutes later.
IBM Cloud status is pretty much always green... although we have issues pretty much every week.
Re: Cloudflare was down
#314Re: Cloudflare was down
#315It really defies the original vision of the internet to have so many services depend on a single company. Almost every news site I was reading dropped off at once. I thought for a second that I lost internet in my own house.
Re: Cloudflare was down
#316Our TPU management page is also down: https://www.tensorfork.com/tpus Seems cloudflare took out a good chunk of the internet temporarily. Doesn’t HN use cloudflare? Why did it survive? (I haven’t looked for about a year, but I seem to remember HN being proxied behind CF at one point.)
HN went off Cloudflare a couple years ago. https://news.ycombinator.com/item?id=18188832 https://news.ycombinator.com/item?id=21799045
Re: Cloudflare was down
#317We can't keep going on like this. The vulnerability of centralised internet infrastructure is a huge problem for everyone. Somebody, somewhere, really ought to sort it all out
Be the change you want to see in the world :) There are no somebodys somewheres. One question is how to do DDoS protection without somebody like Cloudflare. Some new protocol for edge caching, perhaps?
a) complexity: trick your servers into doing something hard
b) volumetric: overwelm your servers with a lot of traffic
c) volumetric part two: overwelm your servers with a lot of requests, so you respond with a lot of traffic
A and C are things you can work on your self --- try to limit the amount of work your server does in response to requests, and/or make resource consuming responses require resource consuming requests; and monitor and fix hotspots as they're found.
B is tricky, there's two ways to solve volumentric attack; either have enough bandwidth to drop the packets on your end, or convince the other end to drop the packets (usually called null routing). Null routes work great, but usually drop all packets to a particular destination IP, which means you need to move your service to another IP if you want it to stay online; that's hard to do if your IP needs to stay fixed for a meaningful time (TTL for glue records at TLDs is usually at least a day); and IP space is limited, so if your attackers are quick at moving attacks, you could run out of IPs to use. Some attacks are going above 1 Tbps though, so that's a lot of bandwidth if you need to accept and drop; and of course, the more bandwidth people get so they can weather attacks, the more bandwidth that can be used to attack others if it's not well secured.
Re: Cloudflare was down
#318Re: Cloudflare was down
#319It really defies the original vision of the internet to have so many services depend on a single company. Almost every news site I was reading dropped off at once. I thought for a second that I lost internet in my own house.
I consider DNS and the way how top level domains are handled to be one of the weakest parts of our current Internet design. We REALLY need a truly decentralized, distributed DNS system that is not owned by private entities.