You're completely taking things I'm saying out of context, either due to deliberate malice or low reading comprehension.
Since I had to correct you earlier after quoting me erroneously as saying "80% faster" instead of "80% slower", and then having to show you the math as to why this is important, I'll go with the low reading comprehension rather than deliberate malice.
Also, this is further backed up by your writing ability. One doesn't "say nonsense". One "speaks nonsense". English may not be your first language, so if that's the case it's understandable.
Absolutely, people can say anything on the Internet and I could just be a guy talking nonsense in his mom's basement.
However, you're free to look up my corporation: Wolf of Blog Street, Inc. Delaware.
View attachment 313824
There's a snippet from one of my hosting accounts. Just to backup that I do in fact work with substantial technology.
As to whether or not I'm a good dev. Well. I posted some pretty complicated parsing code above. Can you even understand it? Hint: It's impossible to have chatgpt to do that. It's far too difficult.
Feel free to post something you've written other than a few lines of numexpr that could just as easily have been done with chatgpt.
Nasa in fact use Python for satellite data processing and analysis.
SpaceX use it for self-landing.
Not much more needs to be said on that really. I'm also repeating myself.
And as for your comment about me saying "just use a vps".
No, that's not what I said. Not even close.
Please, READ what I say. Scroll up and actually read it before mis-quoting me.
I said that hardware is cheap in 2024 and it is far more commercially viable to spin up more VPS's than it is to spend months re-writing your codebase in a low level language, then having the headache of maintaining that.
If a company spent all its time trying to optimize every bit of code they would go bankrupt. Instead of all that, it's easier to just scale the hardware.
I also explained to you, MULTIPLE times, that for the vast majority of large applications they are Network and File IO bound. Not CPU. You don't need to write massive systems in C. It's not practical to maintain. This is why companies rarely do it. They write individual parts in lower level languages. Netflix uses Python and Java. Facebook uses PHP, C++, Erlang and Go.
Oh dear god.
So a company is going to spend millions refactoring its code, changing its developers and dealing with the absolute nightmare of having it all work as before, just for some micro-optimizations?
When..
AGAIN..
Most applications are not CPU bound.
They are File and Network IO bound. I think that's maybe 12 or 13 times I've said that now?
It's like I'm speaking a language you don't understand.