Nemeski@lemm.ee to privacy@lemmy.ca · 4 天前Microsoft Recall screenshots credit cards and Social Security numbers, even with the "sensitive information" filter enabledwww.tomshardware.comexternal-linkmessage-square91fedilinkarrow-up1441arrow-down15cross-posted to: privacy@lemmy.mltechnology@lemmy.zippcmasterrace@lemmit.online
arrow-up1436arrow-down1external-linkMicrosoft Recall screenshots credit cards and Social Security numbers, even with the "sensitive information" filter enabledwww.tomshardware.comNemeski@lemm.ee to privacy@lemmy.ca · 4 天前message-square91fedilinkcross-posted to: privacy@lemmy.mltechnology@lemmy.zippcmasterrace@lemmit.online
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up16·4 天前 As a software engineer, in any of our corporate applications when a user hits delete we toggle an archived flag, but the data is still there. What many people don’t realize is that this is how some low level data stores work as well. Even regular ol’ file systems do this (basically).
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·4 天前For a site called boring sql I found that very interesting and informative. Thank you for sharing!
minus-squaredependencyinjection@discuss.tchncs.delinkfedilinkarrow-up6·4 天前Yeah I was shocked when I first started and was questing this behaviour with the owner and lead engineer. They assured me it complies with GDPR as after a period of time we will anonymise the data.
What many people don’t realize is that this is how some low level data stores work as well. Even regular ol’ file systems do this (basically).
deletes are difficult
For a site called boring sql I found that very interesting and informative. Thank you for sharing!
Yeah I was shocked when I first started and was questing this behaviour with the owner and lead engineer.
They assured me it complies with GDPR as after a period of time we will anonymise the data.