I’m building a Raspberry Pi workshop sensor hub that keeps raw readings only briefly in RAM, then writes a permanent record when I physically press an “archive” button. I’m wondering whether that makes data minimization a hardware feature rather than another privacy setting buried in software.
The trade-off is real. Forgetful storage limits exposure and persistent writes, but it makes intermittent faults harder to debug. Power loss can also discard unsaved readings, and a post-incident investigation may have less evidence. An archive action gives me a deliberate boundary, though it cannot preserve anything lost before synchronization.
That feels different from cloud-connected gadgets built around persistent device state, where retention can become the default architecture. Would other makers trust an intentionally forgetful device, or prefer complete logs for troubleshooting and accountability?