Live data from Hacker News

Twitter Is DDOSing Itself

sfba.social

191–200 of 1001 posts

Re: Twitter Is DDOSing Itself

#191

Earlier quoted context omitted.

When someone says, "certain topics will get you banned" that doesn't make me judge the platform, that makes me judge the person. People are going to assume it's something you don't want to name, if you won't name it.

I'm LGBT and my spouse is trans. I don't believe you should silence anti-trans rhetoric. I believe you should engage it. The ability for /r/conservative to ban my counter arguments is just as harmful as Mastodon shutting down the anti-trans positions. Conversation is what moves us forward and is how we find commonality. I grew up religious and conservative. I changed a lot of my viewpoints through friendly conversati…

As a trans woman living in a conservative area, I get where you're coming from but I seriously disagree. The hardest pill for me to swallow through all of this has been realizing that some people will never change no matter how much you engage them. The only way I maintain my sanity is to do whatever I can to reduce my exposure to that kind of thing so I don't end up engaging with it.. because it just never goes well.

I realize it's a complicated issue, and I'm never a fan of banning speech. But not all speech deserves a response.

Re: Twitter Is DDOSing Itself

#192

This is why you always use exponential backoff.

I wonder if exponential backoff should be the default behaviour for request libraries/APIs.

Their default of “just go ham on that API” feels like the same footgun of “by default this Humongous Database is wide open.”

Re: Twitter Is DDOSing Itself

#195

Earlier quoted context omitted.

25 years of products being honed for shareholder value, instead of customer or user value. We may be at peak consumer tolerance for anti-pattern, in-app purchase, subscription-model, ad-packed, data-siphoning, dopamine driven, gated experiences.

> We may be at peak consumer tolerance for anti-pattern, in-app purchase, subscription-model, ad-packed, data-siphoning, dopamine driven, gated experiences. As much as I want this to be true, I think this sentiment is really only popular on tech-savvy forums like HN. Most people don't use ad blockers, and I've had people get mad at me when I suggest that they do (directly in response to something where they are compl…

> and I've had people get mad at me when I suggest that they do. lol that's a new one, why?

Re: Twitter Is DDOSing Itself

#196

Could this be the reason for the rate limiting? Elon thinks the server usage is scrapers when in reality it's just bad code causing a self DDOS?

Ask him whether he wrote the code himself that is DDOS-ing Twitter. I wouldn't be surprised if he had that much hubris.

Re: Twitter Is DDOSing Itself

#198
post #59

Anybody knows if these requests were happening before the login only change? Because it would be hilarious if huge scrapping operation was a bug in their javascript.

I can say for sure that a certain flow ("back" from Profile view or similar) would trigger an infinite redirecting loop on Firefox on my Android device, with probably dozens of requests over a couple of seconds until rate limiting kicked in. Maybe there were many of these little bugs which together looked like some kind of DDOS or scraping.

Re: Twitter Is DDOSing Itself

#200

It's not a self ddos if twitter isn't going down. You can see in the video twitter is properly handling the load and is returning HTTP 429 when the client is sending too many requests. Hitting the rate limiter or requesting a post is light weight. It's not like it's spamming login requests which require a lot of resources due to key stretching.

2 Nines is sufficient at scale?
Post reply on HN