Forgot your password?
typodupeerror

Comment I'm curious. (Score 3, Interesting) 28

This sounds like it was written by someone who actually knows what they are doing, so I assume that they know better than I; but I am surprised to hear that it is impersonating a system dll; since (in all comparatively recent windows versions) system components are signed. Absolutely tons of fuckery you can do to them and around them; but if dpapi.dll doesn't have a signature that checks out the mechanisms that try to keep OSes up and running on marginal hardware subject to random power loss will likely eventually object and attempt a repair, even if there isn't any more paranoid EDR tooling in place.

Is the on-disk copy of dpapi.dll untouched and only the in-memory instance tampered with?

Comment In other news (Score 2) 92

The descendants of Ogg have renewed the ongoing lawsuit against the descendants of Zogg alleging that Ogg dropped a rock on Zoggs foot in a cave one fine day and it was really ouchie! Anthropologists are working around the clock trying to restore the cave paintings documenting the original complaint made to the tribal chief in 30,001 BCE.

Comment Re:when AI fails (Score 1) 59

The key is to use the AI more sensibly. Let it find things in code. Even let it look at possible bugs in the form of where does it "describe bug". Even let it propose changes. DO NOT let it make the changes, just show them. Do not just take it's word for it, take the shown code as a starting point but re-do it for maintainability after sanity checking it.

THEN it can be a useful tool.

Comment Re: humble opinion (Score 1) 61

The available information isn't terribly specific; but on the surface it doesn't sound any deeper into application internals than it already does.

You can certainly go deeper into etw trace hell; but Task Manager knows how much CPU time you are eating, your memory consumption metrics, your network traffic, and has a (currently less granular) look at your consumption of GPU time. It also having a view of consumed NPU time seems totally analogous for a new flavor of coprocessor. Only one that might involve gory poking at the application(though I'd assume would be more logically pulled from the GPU driver) would be distinguishing "GPU Neural Engine" from GPU utilization generally.

Comment Re: Correct alert? (Score 1) 121

BOTH screwed up. The system shouldn't have made the match and the human should have done a better job seeing that the match was wrong. I'll go one larger and say the people who created the procedures screwed up because they didn't make allowances for the possibility of the first two screw-ups.

Comment Re:Trust But Verify (Score 1) 121

The problem is, people have been over-trusting technology since technology was invented. Consider the '70s when corporate representatives were so fond on the phrase "But the computer says...". Yes, you could hear the bold italics in their voice, as if it was the infallible final word on everything.

If THE COMPUTER says you shoplifted, rest assured, some dolt in a suit will treat that like God's own word booming from the clouds.

Slashdot Top Deals

You can not win the game, and you are not allowed to stop playing. -- The Third Law Of Thermodynamics

Working...