Goodbye ssh access
Goodbye ssh access
Or right click the back button
I think it would help if people used the cross posting feature
Just wanted to mention at this point that the quantum computers in this post are the so-called superconducting quantum computers. There are also other architectures like ion and neutral atom quantum computers which are basically steel tubes with viewports that contain a ultra high vacuum. Lasers are used to control the ions or atoms.
There’s also photon quantum computers, but they are even more different and not in a really advanced stage yet.
Given that you probably are using pointers, and occasionally you are allocating memory, smart pointers handle deallocation for you. And yes, you can do it yourself but it is prone to errors and maybe sometimes you forget a case and memory doesn’t get deallocated and suddenly there is a leak in the program.
When you’re there, shared_ptr is used when you want to store the pointer in multiple locations, unique_ptr when you only want to have one instance of the pointer (you can move it around though).
Smart pointers are really really nice, I do recommend getting used to them (and all other features from c++11 forward).
He quit because real life problems were affecting his ability to make money. Welcome to reality. What’s his takeaway? He stopped his poor life social experiment because he wanted to focus on his health, but if we try to focus on our health, we simply aren’t making money.
He stopped at the top of the rabbit hole, he should’ve gone in.
Adding to what DmMacniel said, it’s a hardware interface, often accessed via a USB port (which after all, is the universal serial bus).
As a computer science problem it ends at position = window center / 2 - object width / 2
In what sense for bad?
That’s wild! I would have liked to join LD again as well, it’s been ages. But life getting in the way.