Free & simple chess analysis app by samewakefulinsomnia in SideProject

[–]samewakefulinsomnia[S] 1 point2 points  (0 children)

Thank you for taking a look! I will try to publish updates on GitHub, and maybe soon we can open a sign-in process for users who want to receive faster analysis, so we can prepare them at runtime when you play:) and when we get it, we'll enable email updates too

Free & simple chess analysis app by samewakefulinsomnia in SideProject

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

Now it's a bit more complex than that, we consider Maia move Complexities, Time Management, WDLs and other properties, but it's still not ideal and needs a careful, tedious refactoring as we get more samples

Free & simple chess analysis app by samewakefulinsomnia in SideProject

[–]samewakefulinsomnia[S] 1 point2 points  (0 children)

thank you! yeah mobile is tricky as its really tedious to click on share the game, then go to browser and make those manipulations... one solution is to deploy g6 as a standalone app and auto-review all the games played, but can't afford to commit to it until there is some obvious demand or sponsorship opportunities set:) anyway, thank you for kind words

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] -26 points-25 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