Nemeski@lemm.ee to privacy@lemmy.ca · 8 days agoMicrosoft Recall screenshots credit cards and Social Security numbers, even with the "sensitive information" filter enabledwww.tomshardware.comexternal-linkmessage-square91fedilinkarrow-up1444arrow-down15
arrow-up1439arrow-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 · 8 days agomessage-square91fedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up16·7 days ago 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-squaredependencyinjection@discuss.tchncs.delinkfedilinkarrow-up6·7 days agoYeah 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.
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·7 days agoFor a site called boring sql I found that very interesting and informative. Thank you for sharing!
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).
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.
deletes are difficult
For a site called boring sql I found that very interesting and informative. Thank you for sharing!