Didn't Musk get rich solving complex problems? The ink isn't even dry yet and there is a rush to judgement, speculation, and wild assumptions that are simply shameful. How many cars did Tesla sell on the day after his investment?
People always do this with Elon... it doesn't matter if he's making cars, building rockets or taking on social media, the general consensus is that he doesn't know what he's doing and will fail. But, who's the richest man in the room? Who was right and who was wrong? People can hate on Elon all they want, but it's pure ignorance to think that we know any better. Let the man work his magic, I'm curious to see what he…
Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
321–330 of 1001 posts
Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#322I think most are missing that this is a code review + loyalty review. For sure a software engineer from Tesla, or even a manager, can get an idea of how valuable/productive a coder is without fully understanding the code in detail. How many PRs? What does the code do? How was it reviewed? What value does it bring to stakeholders (users, business revenue)? Sure enough this way you can get a rough idea of how much work…
I think most are missing that this is a code review + loyalty review.
I think most people realize that it's more than a code review, in fact I suspect that it's such a transparent loyalty review is exactly why so many people's feathers got ruffled. For sure a software engineer from Tesla, or even a manager, can get an idea of
how valuable/productive a coder is without fully understanding the code in
detail.
Yeah, maybe. But Musk is asking SWEs to print 50 pages of their code so he can personally can review it. Any halfway competent manager or exec should be able to see this is not a good way of reviewing performance in earnest.Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#323Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#324What could possibly go wrong.
Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#325Earlier quoted context omitted.
That’s because you can start a buncha stuff that ends up great and still be a raging narcissistic man-child. And a whole lot of people want to just overlook everything because “he makes a lot of money” or “I like this tech thing”
Or buy it off someone else after they start it, and then use them for non-consensual buggery (in the metaphorical sense, since only one of them is blonde enough for Musk's tastes).
Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#326All of this is so funny in general. It seems possible that Twitter might go the way of Tumblr in that goofy policy changes alienate the core userbase. I couldn’t imagine betting billions of dollars on a property that could basically just become a valuable-ish domain in the future.
Social networks don't have a particularly long life expectancy.
Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#327All of this is so funny in general. It seems possible that Twitter might go the way of Tumblr in that goofy policy changes alienate the core userbase. I couldn’t imagine betting billions of dollars on a property that could basically just become a valuable-ish domain in the future.
Nah, there’s nowhere else for cable news to pull hot takes from social media.
I think if someone created Twitter for journalists, pundits, wonks, and politicians -ONLY- maybe it would be a place to go? Like something that requires a journalism credential, or a TV host, or an actually office holder title. Sure there'd be crazies, but at least there'd be a source for hot takes.
Twitter could still exist for "citizen journalism", but the two wouldn't mix as heavily.
Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#328Earlier quoted context omitted.
Respectfully, very little of this seems to be operating by standard procedure. Have you seen the incoming CEO ask people to bring printouts of their code, ever?
Musk is reportedly looking to cut deadweight before Nov 1st when equity vests -- with layoffs possibly happening over the weekend. He might already have a basic idea of key teams and for non-key teams he might be looking to cut very fast. I absolutely have done things like this when acquiring companies - sat with people, asked them to basically interview for their own jobs while showing me the most important thing th…
This is builds the same dysfunctional system's that causing so many problems for Google - the people maintaining the vital systems won't have anything cool to show, but they will be the ones that made sure the bills kept getting paid.
> I can see why it might make sense to just tell people to print stuff out to demonstrate competency
All they are demonstrating their is their ability to sell themselves.
Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#329Re: Tesla engineers were on-site to evaluate the Twitter staff’s code, workers said
#330Earlier quoted context omitted.
What’s more funny is how people commonly believe like this their code is so special or different than everyone else’s. Reverse engineering a large code base is not anywhere as hard as most software engineers somehow believe. I was tasked with analyzing a large code base from a company that my employer had been an investor in and as part of their investment had been given IP rights, the company employees were floored…
Really interesting story, approximately how many lines of code were in that codebase? It's hard for me to imagine someone grokking a 10M+ line codebase without external help, but I've never tried it. I do agree with the assertion that most codebases are not as _special_ as they like to think.
10M is a pretty massive codebase like the entire linux kernel with all drivers is somewhere in that size. Most corporate systems aren’t that big and even for Linux you wouldn’t need to understand all drivers to understand the core kernel, I suspect the core kernel is maybe max 1M.