this entire RAM shortage and energy crisis could've been avoided by writing/rewriting all this AI hubbub in C/C++ instead of Python, you know.
>>107689032this is what the chinese do
kill yourself fr0gsl0p avatar, get rangebanned
>he thinks all those complex calculations really happens on the Python sideLol, lmao even!Just look at any math lib in Python and you will see C++ everywhere. The heavy lifting is being done by C++. Python is just the scripting language to prompt C code.Also, just by saying C/C++ like if it were the same thing, I know right away that you have no idea what you're talking about.
>>107689077my dad works at anthropic
>>107689113my dad is a male prostitute and i'm his biggest (male) customer.
>>107689032I always thought this tooDoesn't everyone know python is slow as shit?
>>107689123zourik comics aren't real life anon
>>107689032C/C++This shit is already esoteric as fuck to the people who supposedly know what they're doing, I can only imagine how much worse it would be without writing it in what is basically plain English.
>>107689032>post frog>be a moronwhy does this happen so often?
>>107689157it's tensors... barely graduate mathphysicists have been dealing with this stuff since more than a century on chalkboards
>>107689183Post your models then.
>tfw TensorFlow lostPython scripts are so full of accidental sync point footguns that could have been elegantly sidestepped. When you profile them it looks like the CPU is battling the GPU in olympic level pingpong
>>107689201Nah, I prefer solving systems of non-linear partial differential equations in Hilbert spaces on chalkboards over implementing and optimizing some rudimentary tensor algorithms in constrained character grid arrays.Let the world burn, shit coders are gonna fuck everything up anyways
>>107689113My nephew works at Rockstar No, he actually does but away from game dev
>>107689214Programmers like writing code. They don't like rigid having to encode their program in some rigid structure. Imperative always wins against declarative for things that aren't UI.
>>107689285>Programmers are lazyyeah no shit now go smoke some meth and endure the suffering of building something good
clearly we need to go back to assembly
>>107689032Why can't we just use SSD as ram instead.
>>107689051>getting rangebanned by posting a frog
>>107689305Well we need some level of abstraction otherwise programs will take years to write.
>>107689314practice makes perfect
>>107689311windows has supported disk swap since 1990, anon
>>107689293You can either make things or you can spend time criticizing others for how they made something. One is much healthier for you.
>>107689305Unironically yesIf AI was written in assembly we'd be so fucking hyper-optimized gigaturboricetuned my German heart would explode
>>107689336If AI was written in assembly we wouldn't have any (all the better)
>>107689351Wo ein Wille ist, ist auch ein Weg.
>>107689077Wait until he learns what CPython is programmed in.>The answer will blow your mind
>>107689358you said that in '45 too
>>107689362Rust?
>>107689032isn't it embarrassing being this retarded?
>>107689032Python is just a glue of a bunch of C++ programs.It is WAY too slow to do any sort of processing.You literally can't write an NES emulator on it that runs in realtime on a modern machine without using some fancy weird variations
>>107689517anon i ran a nes emulator on a 486
>>107689032This problem was long in the making. The programming languages we're using for the majority of web services are not memory efficient. Go is a good step, but it still uses more memory than C++/Rust.
>>107689077> C/C++ like if it were the same thingThey basically are. Semantically they are pretty much the same language. C++ just has a bunch of syntactic sugar on top.
>>107689566Python is a scripting language>>107689627C++ is for indians.
>>107689627I hate to be the acktually guy, but they really aren't. They only are because your C compiler is also your C++ compiler so a lot of incestuous behavior just happens naturally. I will give you that C++ tries to align with C on stuff like struct initializers (still not perfect) and C11 basically just copies the C++ memory model, so ya. Either way both languages are shit and OP is retarded.
>>107689544Nesticle can run even on a 386DX (as long it has zero wait states).But python is just fucking slow.
>>107689032Nope. Try again
So, is OpenAI actually running python in those datacenters? Surely not, right? RIGHT?
>>107689328part of being a swe is critizing dogshit solutions and telling the person 'lmao no' to their commit request.