←back to thread

129 points arkohut | 5 comments | | HN request time: 0s | source
Show context
arkohut ◴[] No.42163979[source]
Memos is a privacy-focused passive recording project. It can automatically record screen content, build intelligent indices, and provide a convenient web interface to retrieve historical records.

This project draws heavily from two other projects: one called Rewind and another called Windows Recall. However, unlike both of them, Memos allows you to have complete control over your data, avoiding the transfer of data to untrusted data centers.

replies(1): >>42164954 #
walterbell ◴[] No.42164954[source]
> avoiding the transfer of data to untrusted data centers

In short order, this will create a large corpus of unsecured local data.

Is the user expected to secure the data independently?

Do Recall/Rewind help the user to filter recorded data for retention or deletion?

replies(4): >>42165007 #>>42168080 #>>42168647 #>>42170673 #
1. arkohut ◴[] No.42165007[source]
Rewind and Recall also store similar data locally but maybe not only locally. And Recall/Rewind allow data deletion, they can retain the most recent data based on time.
replies(2): >>42165062 #>>42166411 #
2. walterbell ◴[] No.42165062[source]
Thanks to PR debacle, Recall now encrypts the data in a VM, https://www.windowscentral.com/software-apps/windows-11/wind...
replies(1): >>42165117 #
3. arkohut ◴[] No.42165117[source]
If this is very important, I suppose I will implement encryption for stored data in future versions.

However, I still have a question about this: it seems that lots of hard disk is already encrypted. After all, I also store a large amount of personal photos, documents, bills, and other important information on my computer, and I haven’t meticulously encrypted all this data again. Should I be doing that?

replies(1): >>42165256 #
4. pstoll ◴[] No.42165256{3}[source]
It’s a question of risk.

Full disk encryption targets a different threat model - disk encryption protects against someone grabbing your computer.

Writing into an encrypted blob on disk adds a layer of protection against bad actors exfiltrating data by running code on the laptop.

Overall I really am amazed that this sort of thing is now possible and appreciate a privacy-aware / local compute and storage version of it!

5. patrickhogan1 ◴[] No.42166411[source]
Rewind and Recall are 2 separate projects and 2 separate installers. I use Rewind and I have several outbound network monitoring apps as well as local disk monitoring apps. Rewind does not send data offsite.

Rewind does glitch sometimes specifically with audio recording which is extremely annoying. You go back to an area where you thought you had audio notes only to find you didn’t - even though you had audio recording turned on the whole time. It has something to do with meeting detection. Which is silly bc disk space is cheap just auto record. I do like the concept of an open source version and I will look into this.