Vlad
Pavel
Js ate up all the ram
no, that's just normal requirements for modern programs: if it serves more than 10 users, than in needs at least 128gb ram (256 is good)
Pavel
and the bot definitely serves more than 10 users
Anonymous
ey since this is now a javascript group - here is an epic website i made chandradeepdey.com
Diego
btw 2^256 is O(1)
Yeah because it's done by hardware and the numbers always have the same amount of digits
Anonymous
Diego
I think it only changes with non-primitive numerics like C#'s decimal, but I don't know what .NET does with that
Огни
april fools day
say that here is more js than c++ programmers and admins desided to change title
Diego
And vectors are GPU accelerated, I don't think that the CPU has dedicated hardware for such constructs
Vlad
Called simd
Pavel
nope) Youtube loaded slower than I saw the url
and everybody should remember dQw...XcQ
Diego
It does
Ohh okay, thank you
Anonymous
and everybody should remember dQw...XcQ
i also have sandstorm.chandradeepdey.com for people with different tastes
R
Why is it js programming?
zelika
wait, was this group c/c++? Am i wrong?
R
Yes it is c++ group
R
Who changed it to js?
Dima
it is js group now
zelika
Yes it is c++ group
oh thx i just thought i have security problems on telegram
R
Js is not even a real programming language.
Diego
Heey, btw, I've got a question I've been working with C++ for a bit, and in my latest projects I've encountered across very frustrating problems Could anyone please explain to me why does C++ need so much redundancy with class members? For example, how member variable declarations also need a definition that adds nothing meaningful, like >Someclass.h class Someclass{ public: uint32_t someint; And then >Someclass.cpp #include "Someclass.h" uint32_t Someclass::someint; What is prohibiting the compiler from doing such things itself?
R
it is js group now
How can you suddenly change it?
Diego
Js is not even a real programming language.
It's turing complete and widely used lmao I don't see why it's not a real programming language I used to think this too but it's kinda just wrong
Diego
It's not a fast, pre-compiled and optimized language that should be used for backend or desktop for sure, but it's very much a real programming language
Hadaward 'Solly'
i wonder...
Hadaward 'Solly'
hmmm... my calendar looks funny...
Diego
Ok fine. But why the group topic has been changed?
ah Because JavaScript is the future and C++ is dead, JavaScript will rule the world
Anonymous
How can you suddenly change it?
Because he's an admin
Dima
Hadaward 'Solly'
javaScript is the future of real-time, distributed systems
H
it is js group now
yeah I expected that change . because just js programmers change statements without knowing what they did and fortunately their code work :)))))))))
Diego
Did you know that there's a current ongoing project that plans to fully replace C++? It's basically compiled JavaScript, it's great and hella fast Microsoft has announced that they'll stop supporting .NET in favor of this new technology
Diego
Honestly the single thing I'll never forgive in JavaScript '4' + '2' = 6 and 4 + 2 = 42
Pavel
Heey, btw, I've got a question I've been working with C++ for a bit, and in my latest projects I've encountered across very frustrating problems Could anyone please explain to me why does C++ need so much redundancy with class members? For example, how member variable declarations also need a definition that adds nothing meaningful, like >Someclass.h class Someclass{ public: uint32_t someint; And then >Someclass.cpp #include "Someclass.h" uint32_t Someclass::someint; What is prohibiting the compiler from doing such things itself?
Now about why Because of how program is being compiled/linked you need only one place where you decide where you want to store this object (related to ODR), compiler compiles only one translation unit at a time so it can't know how many times this variable is being defined in other translation units. Inline enables it to say, "hey, I don't care which definition is the right one from the colliding ones of this variable/function, use any of them"
R
April 1st
Diego
But I still like it better than Java
Vlad
But I still like it better than Java
Java ain't as bad as js is. At least it's statically typed. Typical enterprise java code is bs I agree. But it's just a matter of how you use it
Anonymous
Yeah
H
wtf c++?? we hate cpp programmers, they never sleep and always talking about 1 byte optimization ...😐
Anonymous
it's Apr 2 here
Vlad
Where are "one byte optimizations" there?
Light
😂
Anonymous
wtf c++?? we hate cpp programmers, they never sleep and always talking about 1 byte optimization ...😐
Did you ever write any line of C++ which made you to doing the optimization for 1 byte? common that's not right.
Dima
its funny how sarcasm is being taken seriously
E
There's only 1 array in the code right? And I'm using the equal to operator
no bro when you write A[i] is different I [a]. than you have tow different array
Anonymous
its funny how sarcasm is being taken seriously
I just joking .. nothing is serious.
Dima
yep it was for php framework
Dima
it was called boost fans
Dima
bruh
Diego
You must have joined while drunk I guess
Maanik
Same 😂
Dima
I’ve never joined it but I am admin somehow
Dima
my lucky day
Diego
Or your subconscious simply recognized the vast superiority of JavaScript and PHP over literally everything else