Hacker News new | ask | show | jobs
by wingerlang 545 days ago
I've shared ScreenMemory [0] before, but I just released a 2.0 redesign so why not. It records your (macOS) screen and gives a calendar / timeline to explore. You can then revisit what you did. I use it daily and mainly to go through my day before standups, it's incredibly how much side-tracking I do and completely forget each day.

Tech is quite simple, all native frameworks from Apple. OCR included!

[0] https://screenmemory.app

1 comments

Very cool, a bit like (total) recall for Windows, except I see you keep the data local ;)
Yep, very similar. A host of tools similar have come (and gone) in the past year alone from what I've seen. Most of them seems to focus on the AI aspect though.

Fun fact, while the app is only a bit over a year old, I was doing something similar with a simple cron job nearly a decade ago: https://jontelang.com/blog/2015/08/15/automating-screenshots...

I love simple solutions. I am doing something similar-but not so similar. I got tired of Loom and needed something simpler, and I made VideoBackr.com that can record your screen for share directly in the browser. I just made a cronjob to encode/compress the videos once a minute, works like a charm though there's a little delay :)