|
|
|
|
|
by a1exyz
3255 days ago
|
|
Im still learning/building. I will link you when I have something more substantial to show. For the first iteration, I am making it with d3.js - something like this: https://bl.ocks.org/mbostock/3127661b6f13f9316be745e77fdfb08...
where each note will be a point. The placement of the notes on screen will be generated by the classifier model. So all bookmarks should be in one cluster, all hobby aspirations in another cluster. I may even use k-means to cluster them. Then when a classification is incorrect, the user can drag the item to another location so that it is where it should be which will trigger a callback to re-train the classifier model so that it can continually improve. As far as the classification itself goes, check out this recent HN thread: https://news.ycombinator.com/item?id=14733562 Finally, Id love to hear about your iteration, what were you thinking? (feel free to pm me as well) |
|
My idea is quite in a different direction. My best solution so far is http://multikanban.com . It really is just a personally customized kanban board. But it lets me navigate through multiple boards, each board is a project/goal/collection of tasks (maybe like your 'categories'?). Inside each board I store several things, notes, bookmarks, etc. And due to it being a kanban it helps me in the progress of getting it done too. Getting it done might mean several things, for example I have a Kanban board for books I want to read, so getting something done there means I just read a book. It serves both the purpose to see what I want to do, and what I've done, ad it helps me prioritise it too. However, it has lots of limitations.
Even though I'm quite happy with that solution, I want to complement it with something more along the lines of blog/publishing. I do have a blog, but I barely write there. I want to find something in between the small notes and the long blog posts. Which serves the purpose of storing thoughts, links, and categorizing it with tags, but without each entry needing to be a post, as we are used to in common blogs. I'm still conceiving it...if that wasn't obvious yet haha