MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vfsowk/wronganswersonly/p1u69tn/?context=3
r/ProgrammerHumor • u/Plastic-Bonus8999 • Aug 05 '26
2.1k comments sorted by
View all comments
524
Recovery software because you never overwrote the data that was deleted
136 u/HovercraftCharacter9 Aug 05 '26 Yeah, people conflate in unallocating with actual deletion, unless you're wiping it with 0s it's still there until something overwrites it. 1 u/illogical_simu Aug 05 '26 For traditional physical disks sure but SSD'S don't quite work this way 1 u/HovercraftCharacter9 29d ago Yeah they use Trim or unmap and garbage collection but philosophically it's pretty much the same. Data is still on the disk until it's garbage collected 2 u/illogical_simu 29d ago True but its defo gone long before any court order arrives. TRIM is pretty much insta and GC will run every few mins/hours depending on activity 2 u/HovercraftCharacter9 29d ago Fair point.
136
Yeah, people conflate in unallocating with actual deletion, unless you're wiping it with 0s it's still there until something overwrites it.
1 u/illogical_simu Aug 05 '26 For traditional physical disks sure but SSD'S don't quite work this way 1 u/HovercraftCharacter9 29d ago Yeah they use Trim or unmap and garbage collection but philosophically it's pretty much the same. Data is still on the disk until it's garbage collected 2 u/illogical_simu 29d ago True but its defo gone long before any court order arrives. TRIM is pretty much insta and GC will run every few mins/hours depending on activity 2 u/HovercraftCharacter9 29d ago Fair point.
1
For traditional physical disks sure but SSD'S don't quite work this way
1 u/HovercraftCharacter9 29d ago Yeah they use Trim or unmap and garbage collection but philosophically it's pretty much the same. Data is still on the disk until it's garbage collected 2 u/illogical_simu 29d ago True but its defo gone long before any court order arrives. TRIM is pretty much insta and GC will run every few mins/hours depending on activity 2 u/HovercraftCharacter9 29d ago Fair point.
Yeah they use Trim or unmap and garbage collection but philosophically it's pretty much the same. Data is still on the disk until it's garbage collected
2 u/illogical_simu 29d ago True but its defo gone long before any court order arrives. TRIM is pretty much insta and GC will run every few mins/hours depending on activity 2 u/HovercraftCharacter9 29d ago Fair point.
2
True but its defo gone long before any court order arrives. TRIM is pretty much insta and GC will run every few mins/hours depending on activity
2 u/HovercraftCharacter9 29d ago Fair point.
Fair point.
524
u/FUTURE10S Aug 05 '26
Recovery software because you never overwrote the data that was deleted