Earlier quoted context omitted.
That will be the case once H1-Bs are reformed and universal healthcare becomes real. Until then, this is an unrealistic and cruel position.
I generally agree with you and do believe that having the ability to just quit a job is a privilege (regardless of what industry you’re in) for the reasons you mentioned (other reasons include your age (harder to get a job if you’re over 40 b/c of ageism), family responsibilities, part of the country you live in) BUT I do want to push back a little bit on current Twitter employees just a bit. It is absolutely true th…
Twitter Is DDOSing Itself
661–670 of 1001 posts
Re: Twitter Is DDOSing Itself
#662Earlier quoted context omitted.
This. I'd bet substantial amounts of money that the evil scraper idea is the result of a) another issue + b) paranoia + c) Musk thinking he understands better than anybody else.
This is a really ignorant take to dismiss scrapers. LLMs operate by having petabytes of conversational training data. Scraping is how OpenAI trained GPT. It’s how all their copycats are trying to do the same. Elon can be a monumental asshat, and he can be self-DDOS’ing, and can be accurate about scraping at the same time. It’s why every single social media platform is heading toward becoming a walled garden.
Re: Twitter Is DDOSing Itself
#663Earlier quoted context omitted.
Without knowing much about the people I opt to approach this with a bit more empathy. Things are shitty for lots of people. Now is not the time to judge people.
Why assume anything at all about them? Maybe they believe in the product they are building and don't mind putting in the extra work?
Re: Twitter Is DDOSing Itself
#664Can we please recognize that this is a holiday weekend and Elon rammed a big release forcing his engineers to come in and iterate multiple patches over the last 12 hours.
Re: Twitter Is DDOSing Itself
#665Earlier quoted context omitted.
I'm curious about this: When you were experiencing this, why didn't you quit? I truly feel bummed for the people remaining at Twitter who are miserable but for whatever reason feel they can't just quit.
https://www.vice.com/en/article/n7z5px/twitter-employees-on-...
Re: Twitter Is DDOSing Itself
#666Earlier quoted context omitted.
The people at Twitter who understood the system and could predict the side effects were all fired or left. My guess is Elon said "the site's too slow!" Engineers noticed that the home feed request was slow. They didn't understand how it worked, had no tools to profile it, and were given an unrealistic deadline to fix it. So about the only thing they could do was issue multiple, parallel requests and hope that at leas…
> The people at Twitter who understood the system But this is Scaling-101 stuff. It's not some super complex or unique system going wrong. At least according to the article, it's a classic case of bad retry logic leading to a death spiral. https://en.wikipedia.org/wiki/Thundering_herd_problem
Re: Twitter Is DDOSing Itself
#667Can we please recognize that this is a holiday weekend and Elon rammed a big release forcing his engineers to come in and iterate multiple patches over the last 12 hours.
What holiday is it?
Its the weekend before the 4th of July, the independence day for USA - many employers give employees Monday and Tuesday off, creating a potential four day break during what is typically very good weather - that being said Twitter is presumably (still) an international company with people in all different holiday areas.
Re: Twitter Is DDOSing Itself
#668Earlier quoted context omitted.
Why do people oppose Twitter? It's a social network, you can choose not to use it.
Putting the personality of the owner aside, they have been running an experiment for the last few months on how to operate a tech company, overworking your engineers and treating them like replaceable automata. Do you want them to succeed and set that as an example for others to follow?
If you work for a large US tech company, you are replacable automata. How do people not know this? Am I the crazy one here?
Re: Twitter Is DDOSing Itself
#669Re: Twitter Is DDOSing Itself
#670Earlier quoted context omitted.
> The people at Twitter who understood the system But this is Scaling-101 stuff. It's not some super complex or unique system going wrong. At least according to the article, it's a classic case of bad retry logic leading to a death spiral. https://en.wikipedia.org/wiki/Thundering_herd_problem
This has absolutely nothing to do with the thundering herd problem.
Ironic that someone saying it's scaling 101 follows up the comment with a completely wrong explanation.