Maybe I’m too European to understand your point, but my phone selling my call and message history would be just as outrageous.
Maybe I’m too European to understand your point, but my phone selling my call and message history would be just as outrageous.
Is the user aware that the data they synchronize to their car, a machine that they own, is sold by the car manufacturer to advertisers? Do they explicitly agree to the selling of their data, when selecting what connectivity they want?
Can you blame the user for making a choice, when they’re not told the consequences of that choice?
Interesting, I did not expect them to meet SIL4 standards, that’s not an easy achievement.
Sounds a lot like flattening with extra steps to me
I recently had GCC give me the error “returning to the gate for a mechanical issue”, fun stuff as well
Did you reboot your PC after installing? Games often included DirectX redistributables which required a reboot to fully install.
To be fair, the stock image has the telltale signs of being AI generated. Details are warped in a fashion that a photo or human drawing wouldn’t have.
Either way, I don’t get the controversy. Some person broke the Shutterstock anti-AI ToU, and someone at Disney bought the image for their design, possibly not knowing it was AI generated.
Depends on what undefined
we’re talking about. JavaScript undefined is just a value for undefined variables.
In C undefined behavior could be anything, ranging from reading in random garbage to time travel or summoning eldritch terrors.
Mattermost, it might not be the best feature-wise, but it’s open source, and a university can host it’s own server with SSO
That’s not entirely true. OverlayFS supports page cache sharing for files in image layers. If your images share the same base image layer, then it should share libc and friends in the page cache.
https://docs.docker.com/storage/storagedriver/overlayfs-driver/#overlayfs-and-docker-performance
Does the People(Vec) even work if you don’t specify the type inside the Vec?
Can’t you just use the get_or_init
method instead of get
inside the push_log
method? This would initialize the cell on first use. You’d still need a Mutex inside of it to acquire a mutable reference to the vector.
To add on to this, if you’re using some random RAM stick picked out of the gutter, then it might be worth it to run memtest86+. Bad RAM sectors can give some weird unpredictable issues.
Yes, but windows is an entire operating system, with an antivirus included
Still, who pays 419$ for an antivirus?
I don’t think oli-obk has any say in this as they stated the following:
Because this crate is owned by dtolnay and he may do with it as he wishes. My personal opinions on the topic are irrelevant.
What’s weird about the C++ one? At least that one is the same in a bunch of languages
On most, if not all, modern Android phones you can just unlock the bootloader from the dev menu. No rooting required.
It has some good parts, such as the ability to use for loops, and the fact you can kind of avoid using it as much thanks to it’s webassembly support