←back to thread

634 points david927 | 1 comments | | HN request time: 0.476s | source

What are you working on? Any new ideas that you're thinking about?
1. absurdcornbread ◴[] No.41364340[source]
Removing duplicate annotations from the Kindle clippings.txt file.

I like to annotate (highlight and create notes) when I read on my Kindle, and then I take those annotations and throw them into Obsidian. The issue is that if you ever mess up a highlight or note and then delete it, it doesn't actually get removed from the Kindle clippings file. So this project will remove all of the "incorrect" clippings.

I have the de-duplication algorithm working extremely well and right now I'm working on creating the web app using python/django