Live data from Hacker News

“Reportedly, Elon stack-ranked Twitter engineers by LoC and fired the bottom X%”

twitter.com

21–24 of 24 posts

Re: “Reportedly, Elon stack-ranked Twitter engineers by LoC and fired the bottom X%”

#21
post #4

https://www.folklore.org/StoryView.py?story=Negative_2000_Li... : “He […] had completely rewritten the region engine using a simpler, more general algorithm which, after some tweaking, made region operations almost six times faster. As a by-product, the rewrite also saved around 2,000 lines of code. He was just putting the finishing touches on the optimization when it was time to fill out the management form for the…

I had the exact same thing with an older job. About 15 years ago I got hired to finish a PHP project that the original developer had basically run off screaming from, and oh boy was it a super amateurish mess. No use of the OOP system, and very little in the way of "structured" coding, it just ran from the top of the page to the bottom. (I call this style "long drop programming", your code starts from the top, rapidly proceeds down, and that the bottom is a dead programmer in a noose. Oh and lots and lots of just bad SQL practice. SQL injections, joining tables in memory instead of the DB etc.

So I went through the main pages and rewrote much of the logic as single SQL queries, admittedly rather complex ones, reorganized the code and broke it out into functional modules. The resulting code was about 1/3 of the size of the original.

About a month into the task, I got dragged into management where a very confused project manager asked me why my LOC was negative. I told them "Because I actually know what I am doing". The guy seemed unconvinced until I showed them the original code and mine, and the benchmarks of the two. So I ended up the only guy in a team of 30 coders excempt from their idiotic LOC rules.

And then a month later the 2007 stock market crash happened and that company almost immediately curled its toes and died. Possibly for the best.

Re: “Reportedly, Elon stack-ranked Twitter engineers by LoC and fired the bottom X%”

#23
post #14
post #2

... which likely means he's gotten rid everyone who worked on particularly challenging things, like security, privacy, performance, & reliability. - @mcmillen

What’s their source for this? I can believe Elon being that stupid but still just seems like hearsay right now.

Especially since Elon himself tweeted in 2019, in response to someone asking him how many LoC went into a Tesla:

“The less code, the better! 1 point for adding a line of code, but 2 points for deleting a line. Bloatware is the devil.”

Re: “Reportedly, Elon stack-ranked Twitter engineers by LoC and fired the bottom X%”

#24

Earlier quoted context omitted.

Twitter had an accessibility team? Their website is a nightmare, who were they making it accessible for?

This reminds me of the hundreds of similar, highly paid positions at Netflix. Netflix allows 4 (four!) subtitle languages to be selected from by users, essentially saying "fuck you" to anyone who would like subtitles in the other 50-70 languages that are available. It's the opposite of "accessibility". Someone at Netflix came up with this system. A designer designed the UI for it. A programmer coded this up. Someone…

> Netflix allows 4 (four!) subtitle languages to be selected from by users, essentially saying "fuck you" to anyone who would like subtitles in the other 50-70 languages that are available.

I think you're judging a little harshly without appreciating the nuance that's gone into deciding what to surface to users:

See https://help.netflix.com/en/node/101798

Post reply on HN