Reminds me of the Crowdstrike incident last year.
Oh man, these global outages are really getting out of hand. A few days after the recent AWS and Azure outages, I suddenly noticed that I couldn’t reach certain webpages anymore. And I genuinely didn’t even bother trying to debug, because I just assumed that it’s another global outage.
In the evening, I did look into it and noticed that my router was at fault (presumably DNS got bugged by a recent update). That was just wild to me, that I genuinely deemed it more likely that several major webpages went offline together than that my home setup is fucky.
To be fair, it’s never DNS ;]
Weird. Didn’t notice because Cloudflare blocks my real user traffic because I have the audacity to use a VPN and Firefox with privacy extensions that block like maybe two of their arsenal of fingerprinting tools.
It reminds me more of the AWS outage last month.
It’s probably not half of the Internet, but the fact that it’s so many very visible sites should be a warning sign to everyone that the Internet is nowadays too reliant on a few points of failure (which can cause other problems, e.g. censorship).
From a security perspective when you consider this, along with our reliance on mobile phones, POS systems, digital payment processors, iot devices, cell phone providers, etc etc.
Sooner or later someone with ill intent is going to savagely fist fuck the whole fucking ecosystem to death and take a shit on the flaming wreckage.
Law enforcement neither understands nor gives a fuck about tech for the most part, unless you’re dealing with high end espionage type shit. Good luck getting officers dunning and Krueger to take action on anything suspicious when they think their ability to use an iPhone means they’re the greatest thing to happen to tech since the microprocessor.
The makers of consumer tech products could give a fuck about security. Wireless providers similarly could not give a squirt of fucking piss about security as long as you’re paying your monthly bills and they can harvest data. Politicians only care insofar as they’re able to use tech to push their moral bullshit, control and police peoples’ actions. It goes on and on and on and on.
We are reliant on all manner of tech products, both hardware and software, to participate in modern life, and yet the political apparatus treats it all like it’s disposable, as if it’s 1996 and it doesn’t matter if all of this goes to shit.
We are a naked, drunk 16 year old girl at a frat house with a sign that says “fuck me, I’m wasted” around our necks and we’re pretending like there are no consequences to this, or worse yet that nothing bad will happen.
The Spider Jerusalem of the tech world. But I want to slap some of my colleagues. The number of times I caught some making everybody administrator so they don’t have to deal with security is too high.
Does spider Jerusalem eat Palestine flies?
There’s some malicious satisfaction watching centralized internet burning in dumpster fire while your self hosted stuff is still up
hell yea
Isn’t cloudflare a pretty common part of remotely accessing your server? I don’t use it but I’ve seen lots of people talk about it and recommend using them.
yes. it also prevents attacks. it’s basically a necessity these days.
if you host your own stuff and get any traffic you’ll get DDoSed by bots. cloudflare prevents this by detaching your DNS from your IP and distributing requests.
just port forwarding on your home network these days… and you’ll get dozens of attacks per hour.
the internet is not ‘nice’ anymore. services like cloudflare are a necessity for any active services beyond personal use. long gone are the days you could host a web server from your bedroom.
Maybe you guys are hosting more than me but I’ve got a few ports forwarded and don’t see any unusual activity. I guess I’m just lucky.
I do use it myself (free tier only) but it’s out of ease and convenience. I’m ready to abandon it but I like the security it brings. My stuff is just personal garbage with no strict uptime requirement - if I lose public access I still have Tailscale and a VPN to my router as backup.
So, it’s a deal with the devil for sure, but it’s one I wore protection for when signing.
Never replace your code monkeys with clankers, boys.
Lemmy.world was affected too, how come? ಠ_ಠ
Because .world definitely uses Cloudflare? https://checkforcloudflare.selesti.com/?q=lemmy.world
the silver lining to this cloud. lol
Seems like it.
Reminds me of the Cloudflare incident this year.
And the Cloudflare incident also this year.
Clownflare is going just great.
🔥 Everything is fine 🔥
Reminds me of the Cloudflare incident this year.
And the Cloudflare incident also this year.
Were those as big as this one? Somehow I missed them.
I’m learning about this one right now, so I guess I basically missed this one, too, while being online for hours…
Are they vibe-coding or something?
Probably
Either that or DNS :)
Or BGP
The world’s richest man can’t even keep his own website up and accessible. But the guys hosting the fedi in their garage are just fine. Lol
Lemmy.ca was down
tbf, the scales are slightly different
I mean, isn’t that part of the point? Decentralization to smaller systems
Can I rent some space in your garage?
Use cloud services, they said. To prevent outages, they said.
There are a lot of IT departments though that get to throw up their hands and say “can’t fix it, it’s a cloud issue!” and watch as management, who pushed for cloud in the first place, sucks it up because they don’t want to lose face for their decision.
(Yes I know some still get yelled at regardless and told to fix a 3rd party service)
(Yes I know some still get yelled at regardless and told to fix a 3rd party service)
Man I feel this. Once some drunk asshat hit a telephone pole and it killed the fiber line to a call center for the company I worked for. Hilariously the backup Internet was on the same pole… Additionally… It was a hemispherical call center meaning it served everyone in the western hemisphere.
Anyway… All internet was down for the call center for like 8 hours. So no calls were being answered. No orders being placed etc.
Being on the Helpdesk at the time…I took so many “our Internet is down” calls. Which after a couple hours it turned into “fix the internet or I’m calling your boss” lol
Which then turned into “fix the internet or I’m calling their boss”
From my pov it was hilarious.
Someone in upper management got fired for consolidating all the call centers. Then they moved to wireless Internet via cell towers as a backup.
But as we all know. That’s just fiber based at the tower. Lol
So yeah fun times of “go do someone else’s job”
Still to this day idk why it took so long… you’d think an sla would be in place. ¯\_(ツ)_/¯
It’ll be fun, they said.
Your cat won’t die, they said.
“trust is” says marketing.
maybe if big tech stopped firing all their engineers and investing in ai, this could have been prevented.
Can’t say I noticed anything tbh
Lots of small sites were down. Including lemmy.zip
Maybe it’s regional
Anyone have a decent guide on migrating from CF tunnels over to a proper reverse proxy? I hate networking 😓
Check out traefik, not sure how easy or the process to switch but configuring it is relatively easy
I’m not sure this is what I’m looking for, I appreciate it though!
I’m hoping for something where the only thing I need to have on someone elses system is DNS entries, ideally.
I know I can use duckdns to automatically update my dns entries when my public IP expires (residential conn), and I know how to handle setting up DNS entries themselves(I hate dns 😓) but I’m just not sure how to configure nginx or apache. As it stands the only “get this thing on the web” tool I’m actually proficient with is streamlit, which I can’t use with my selfhosted tools.
That’s how I use it, cloudflare handles my DNS and traefik does all the routing, I’d have to look again (been a year since I set it up) but it dynamically updates with my IP
Oh amazing, thank you, I’ll take a look at the docs this afternoon 😊
I used these guides to get set up https://www.simplehomelab.com/
Yes and they keep doing this every other week it feels like.
I don’t know what’s gone wrong but they need to get real people making their code again (I’m assuming they have taken the leash off cursor in all their repos, because it feels like it!!!).
Seriously, please stop taking down the internet.
And second seriously we need a new alien age technology that can stop us having to route all of our traffic through one service.
It’s so funny :P just months ago one of my most used forums adopted cloudflare and many asked “Are you sure?”. Well…












