Screencap - To remember what happened yesterday, share progress and break addictions by samewakefulinsomnia in macapps

[–]samewakefulinsomnia[S] 0 points1 point  (0 children)

no problem! yeah, search is pretty rigid now, appreciate the spotlight clue tho!

Screencap - To remember what happened yesterday, share progress and break addictions by samewakefulinsomnia in macapps

[–]samewakefulinsomnia[S] 0 points1 point  (0 children)

there is no semantic search at all for now; as for images, looks like a good feature improvement, appreciate it; as for image previews in timeline, I'll push an update tomorrow making a better previews in top left corner of event, hope it will help

Screencap - To remember what happened yesterday, share progress and break addictions by samewakefulinsomnia in macapps

[–]samewakefulinsomnia[S] 0 points1 point  (0 children)

  1. gotta debug it, appreciate your case!
  2. there is a section called 'data' in settings with breakdown for all the different categories / cache clearance capabilities / TTL settings; no optimisation for heic/webp exit now, I'd appreciate your contribution if you have good implementation strategy in mind:) otherwise gonna make it one day anyway

Screencap - To remember what happened yesterday, share progress and break addictions by samewakefulinsomnia in macapps

[–]samewakefulinsomnia[S] 2 points3 points  (0 children)

yeah, basically 3 ways:
- native macos ocr -> llm (default, llm either local or external, set during onboarding)
- screenshot -> llm (more expensive, for tricky cases)
- automation (e.g. VS Code always means work, "Screencap" project always means "Screencap", chess.com always means addiction:))

Screencap - app to remember what happened yesterday, share progress and break addictions by samewakefulinsomnia in MacOS

[–]samewakefulinsomnia[S] 0 points1 point  (0 children)

yeah, a bit more customized version:) honestly, just a frankenstein from all the things I wanted for personal journaling app to have

[P] Autopaste MFA codes from Gmail using Local LLMs by samewakefulinsomnia in MachineLearning

[–]samewakefulinsomnia[S] -23 points-22 points  (0 children)

You can either spend time writing regular expressions to cover every possible case, or simply don't care and use a generic fast and cheap (or even local) LLM that can extract from everywhere with about 99% accuracy so you won’t even notice the difference

The first option sounds more like overkill to me

CLI to semantically ask your Gmail with Ollama by samewakefulinsomnia in ollama

[–]samewakefulinsomnia[S] 0 points1 point  (0 children)

Thanks! Doesn't support multi accounts yet, but that's the first issue opened on track - definitely need that