You need to know where to look for said evidence, this is one new lead. Measure planet wobble for a few years and see if there’s anything. Other experiments can and will be carried in parallel in the meantime.
You need to know where to look for said evidence, this is one new lead. Measure planet wobble for a few years and see if there’s anything. Other experiments can and will be carried in parallel in the meantime.
I mean some people are benefiting from it
You say that as if machines don’t get dirty and still require a good amount of hygiene/cleaning to keep up
Don’t get me wrong though because I am also in favor of automation only because I believe it will make some parts of work more bearable, minus the job displacement problem caused by our current economic model…
Just fork it 🤓
It definitely feels like a knee jerk reaction, but there would be some merit to it: The Rust language feels apt to implement a kernel with. If I remember correctly that’s what Redox is trying to accomplish? https://redox-os.org/
Why would using it on PC degrade image quality, if anything a desktop with a good GPU would potentially beat a PS5 in terms of graphics?
An adapter will be required to plug the PSVR2 though, that information is already available. But once plugged it should work with SteamVR.
Some places are like that
Isn’t it supposed to be 30?
close but no (last panel doesn’t match?)
I’m fine with bank heists but please don’t loiter :(
edit: English not my first language yada yada, I confused “loitering” for “littering”… I’m fine with loitering after all
One workaround has been to spoof your Firefox user agent so Teams believes it’s Chrome, and would you believe it the feature worked. I don’t know if this trick is still relevant.
If you can avoid running batch files altogether then great, amazing. But there are projects out there using Rust that still depend on running those and that’s the focus of the issue… But yeah I cannot wait until the day I won’t hear about cmd.exe again.
To run a batch file, you must start the command interpreter; set lpApplicationName to cmd.exe and set lpCommandLine to the following arguments: /c plus the name of the batch file.
Because a batch file (.bat or .cmd) is basically a set of cmd.exe instructions I guess that’s why you can’t get away from it.
And as if making sense of this CreateProcessA
system call wasn’t funny enough, you also need to figure out how to safely prepare that lpCommandLine
for it following all of cmd.exe’s weird escaping rules… lol
It’s definitely not Rust’s fault, but it’s kinda Windows’ one and cmd.exe escape logic… It’s really difficult to write logic that will correctly escape any argument given to it, cmd.exe really is a pain to deal with :/
The Rust security team faced a significant challenge when dealing with cmd.exe’s complexity since they couldn’t find a solution that would correctly escape arguments in all cases.
As a result, they had to improve the robustness of the escaping code and modify the Command API. If the Command API cannot safely escape an argument while spawning the process, it returns an InvalidInput error.
“If you implement the escaping yourself or only handle trusted inputs, on Windows you can also use the CommandExt::raw_arg method to bypass the standard library’s escaping logic,” the Rust Security Response WG added.
I get that in situations where they can’t safely escape a parameter they’ll just stop with an error, which sound as sane as one could go with this!
It’s like piercings that healed except the hole is in the hands? I want to believe he did something so that they didn’t have to mutilate his hands every 35 times they did this… But at the same time the face he makes when they remove the nails is not reassuring me :/
I wouldn’t call that “messy and inefficient” but you do you. I’d be curious to know what’s a “clean and efficient” solution for you when it comes to routing packets around the planet :)
It’s like you’re sucking the fun out of us… Wait a minute
Ever heard of CREDIT? /s
Python with PyPI, C# with Nuget, Docker with Dockerhub, Java with Maven Central, hell even just regular Linux packages from dodgy repositories…
Supply chain attacks concern almost everything everyone everywhere.