leading ai company
-
i wish this was fake https://twitter.com/elonmusk/status/1958854561579638960 oh my fucking god
"My codebase is way better because it has 300x as many lines of code" - that fucking moron, probably
-
i wish this was fake https://twitter.com/elonmusk/status/1958854561579638960 oh my fucking god
I think it's because grok ships the most bugs, so they have to ship the most patches.
-
i wish this was fake https://twitter.com/elonmusk/status/1958854561579638960 oh my fucking god
They're just fixing more shit, right?
-
"My codebase is way better because it has 300x as many lines of code" - that fucking moron, probably
There is no probably about it. He considers LOC to be the gold standard.
-
There is no probably about it. He considers LOC to be the gold standard.
i wonder how someone can choose the 10 most salient lines of code ever written
manually summarizing 6 months of commits seems also a thrilling job
-
i wonder how someone can choose the 10 most salient lines of code ever written
manually summarizing 6 months of commits seems also a thrilling job
I submit the fast inverse square root.
That code needs to be in a museum. -
No, he really is that stupid and clueless. How do you still not see that?
wrote last edited by [email protected]I'll be the first to admit that I fell for his (initially) near perfect PR that crafted the industry genius image he's still coasting on to this day. Of course that took a nosedive when he started calling a rescuer "pedo" for pointing out the stupidity of his rescue submarine idea. But it wasn't until he started talking about IT that I finally started to understand he wasn't an average CEO manipulating public opinion to his advantage, but an absolute moron who actually never had any idea of what he was talking about. Yes the dude is that stupid, but good PR is actually hard to completely take down.
-
i wish this was fake https://twitter.com/elonmusk/status/1958854561579638960 oh my fucking god
Add a comment.
Commit. -
i wish this was fake https://twitter.com/elonmusk/status/1958854561579638960 oh my fucking god
I just assume anything he says is either a lie or hallucination
-
i wish this was fake https://twitter.com/elonmusk/status/1958854561579638960 oh my fucking god
Incredibly misleading and/or stupid graphs are so funny to me. Because you ship out the most updates, doesn't mean it's the best, it means youre fixing and/or generating more bugs and issues.
Yeah, I updated my minecraft mod 20 times in a week, it doesn't mean it's a stellar mod, it's less than mediocre at best. It was primarily fixing bugs and a crash. Meanwhile the Create mod updates about once every three weeks or so on average, but that's because they properly playtest and bugfix and patch and do all that before they send out an actual update.
-
I'll be the first to admit that I fell for his (initially) near perfect PR that crafted the industry genius image he's still coasting on to this day. Of course that took a nosedive when he started calling a rescuer "pedo" for pointing out the stupidity of his rescue submarine idea. But it wasn't until he started talking about IT that I finally started to understand he wasn't an average CEO manipulating public opinion to his advantage, but an absolute moron who actually never had any idea of what he was talking about. Yes the dude is that stupid, but good PR is actually hard to completely take down.
wrote last edited by [email protected]Yeah, taking bolt cutters to a colo to forcibly remove half of Twitter's redundancy was a breaking the camel's back moment. He really thinks grandiose metaphorical displays like carrying a sink with him to a new job are more important than actually producing anything.
-
On the contrary, the rate of mobile app updates being high is more of a red flag of an app development team not having the situation under control, being forced to panic-ship fixes.
Why? I genuinely think that daily delivery in my field (b2b specialized software) would be a very good practice. Why in mobile apps it's not the truth?
-
There is no probably about it. He considers LOC to be the gold standard.
Elon Musk is a parody of himself
-
They're just fixing more shit, right?
Sure they are.
-
i wish this was fake https://twitter.com/elonmusk/status/1958854561579638960 oh my fucking god
That statement would make a lot more sense with a benchmark graph based on standardised tasks.
-
I just assume anything he says is either a lie or hallucination
I think Muskie is hallunicating. Lieing implies that he knows the truth. Muskie actually believes in his own fever dreams.
-
Add a comment.
Commit."Look how productive I am!"
-
It's really not that hard!
His rocket is not that hard
-
Why? I genuinely think that daily delivery in my field (b2b specialized software) would be a very good practice. Why in mobile apps it's not the truth?
Because the rate is more a sign of how often problems are found, rather than how many better new things you are applying.
-
Why? I genuinely think that daily delivery in my field (b2b specialized software) would be a very good practice. Why in mobile apps it's not the truth?
It's a bit different with mass market mobile applications because of the supply chain constraints - most notably the Apple reviewing process. Your next app release may for whatever reason they feel like unexpectedly take an additional week, so do ensure that your QA is in order before releasing.
Another significant factor is the lack of control you have over the software once released - any bugs you ship may potentially be out there for a long, long time.
Web applications don't have these constraints and can as such be deployed an infinite amount of times per day. The same goes for backend services, deploy to your hearts content.
This basically means that most larger mobile applications have adopted approximately weekly release cadences, and that we've had to get very good at using feature flagging to control our software in the wild, and avoid large impact of shipped bugs.