rem
rem copied to clipboard
An open source approach to locally record and enable searching everything you view on your Mac.
Hi! I wanted to try out the app and clicked »Start Remembering«, use my Computer for like 10 Minutes, clicked »Stop Remembering« and then »Open Timeline«. It open a fullscreen,...
rem should index all text via embedding store. We could use something like https://github.com/asg017/sqlite-vss If we go this route we should fork / open a PR to add the extension...
I've been poking at the screenshot capture with the goal of trying to be able to filter to _only_ the foreground application, and I noticed that what's being captured even...
**What I Did**: Tried to allow screensharing permissions **What Happened**: When I was prompted to allow screen-sharing I already had a System Settings dialog open, so macOS couldn't open the...
We can get better performance in terms of efficiency of rendering along with smaller file sizes. Just swapping out h264_videotoolbox appears to "work" but we need a way to extract...
As described above - seems like something stops working in this situation
added https://github.com/sindresorhus/LaunchAtLogin-Modern note: used the version that works on macOS 13.0+ since the min deployment target for the project is 14.0
@jasonjmcghee have you thought about doing any sort of compression? Rewind touts some ["tradesecret" compression algo](https://help.rewind.ai/en/articles/6706118-how-does-rewind-compression-work#h_3e66696255) that they use. Some simple ideas that come to mind:\ [sqlite's zipvfs extension](https://sqlite.org/zipvfs/doc/trunk/www/index.wiki) -...
What if there was a concept of "hooks". Users could setup a trigger given certain criteria for something to happen given certain data (text, images, etc) --- In general, I...
For example, frames without associated video: ``` sqlite> select * from video_chunks order by id desc limit 2; 10|/Users/jason/Library/Application Support/today.jason.rem/output-1703765761.890883.mp4 9|/Users/jason/Library/Application Support/today.jason.rem/output-1703765749.5049071.mp4 sqlite> select * from frames order by id...