- 0 Posts
- 12 Comments
wkk@lemmy.worldto Technology@lemmy.world•The ‘Profound’ Experience of Seeing a New ColorEnglish8·5 months agoI saw the following meme the other day on that topic which I found amazing:
On the other hand I hope my point was clear about pink being perceived as a color when it doesn’t exist as a singular wavelength on the electromagnetic spectrum: something the person I was responding to was seemingly arguing that it then invalidates what we might call a “color”. By his logic “pink” shouldn’t be considered a color, which I disagree with!
wkk@lemmy.worldto Technology@lemmy.world•The ‘Profound’ Experience of Seeing a New ColorEnglish42·5 months agoDid you know we only experience pink as our red and blue cell receptors being stimulated at the same time? There is no pink wavelength.
I mean some people are benefiting from it
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.
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.
wkk@lemmy.worldto Technology@lemmy.world•Critical Rust flaw enables Windows command injection attacksEnglish2·1 year agoIf 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.
wkk@lemmy.worldto Technology@lemmy.world•Critical Rust flaw enables Windows command injection attacksEnglish1·1 year agoTo 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 thatlpCommandLine
for it following all of cmd.exe’s weird escaping rules… lol
wkk@lemmy.worldto Technology@lemmy.world•Critical Rust flaw enables Windows command injection attacksEnglish9·1 year agoIt’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!
wkk@lemmy.worldto Technology@lemmy.world•User reports Google Maps proposed a sponsored detour to a tripEnglish1·2 years agodeleted by creator
wkk@lemmy.worldto Technology@lemmy.world•User reports Google Maps proposed a sponsored detour to a tripEnglish282·2 years agoYou’re right that this is not generating monetary gains
But it’s generating outrage towards Google when what you accuse them of doing isn’t the reality, that’s pretty disingenuous
Not defending Google as a whole, but let’s keep honest about the current developments
The day sponsored trips are the default is the day I’m dropping Maps
wkk@lemmy.worldto Technology@lemmy.world•User reports Google Maps proposed a sponsored detour to a tripEnglish12·2 years agoPlease change “added a sponsored detour” to “proposed a sponsored detour” and it won’t be as misleading anymore
Off topic but speaking about generational things I see you opposed indie games to Minecraft/Genshin when I still vividly remember the days when Minecraft was very much indie x)