Stop squashing your commits. You're squashing your AI too
2 points by jannesblobel 9h ago 7 comments
How can a mutex in Wine be faster than a native one on Linux
3 points by lh_mouse 10h ago 1 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 2d ago 89 comments
Show HN: I Built a Privacy First Clipboard History Manager for macOS
1 ajmayafi 0 8/26/2025, 3:24:31 PM
Hello HN , I built Recall because I kept losing copied text while working. Existing clipboard managers felt bloated or unsafe so I designed Recall to be privacy first and simple:
- History clears automatically when the app is killed. - All data is stored locally on your Mac — nothing leaves your machine. - Minimal UI, works instantly with ⌘ + V.
It’s built with Electron + sqlite, lightweight enough for daily use, and packaged for macOS (both Intel + Apple Silicon).
You can try it here its 100% free: https://ajmayafi.gumroad.com/l/recall-macOS
Would love your feedback.
No comments yet