top | item 39772485

Show HN: Personal Knowledge Base Visualization

150 points| raphaelty | 1 year ago |github.com

My personal knowledge base is hosted on GitHub at https://raphaelsty.github.io/knowledge/. It scans the documents I like every day using GitHub Action, Zotero, HackerNews upvote and Github Likes. It's not yet optimized for smartphones. It cost me $5 to host it for a year.

24 comments

order
[+] Nuzzerino|1 year ago|reply
Just my two cents: If you're saving enough documents to where you need something like this, you're spending too much time bookmarking and not enough time actually making use of the knowledge contained in there. I'm sure it's an improvement for those people though.

Would be even better if AI systems were integrated with hypergraphs of the sort, which was an approach some AGI projects were taking 1-2 decades ago.

[+] cttet|1 year ago|reply
For me bookmarking does not mean that I want to read the article, it usually mean that I think it may be useful for certain task in the future want it to be in my search result some times. Since sometimes I want to read in depth about something that I read briefly long ago, it is really hard for me to find it back.
[+] number6|1 year ago|reply
Knowledge Management sometimes is just elaborated procrastinating
[+] raphaelty|1 year ago|reply
I did develop this when I was PhD student in NLP. I think it's fine to learn to develop a personal search system if you want to learn.
[+] Terretta|1 year ago|reply
> you're spending too much time bookmarking and not enough time actually making use of the knowledge

Exactly!

Just like if you are always writing in a journal like DaVinci, Curie, Darwin, or Edison, you're spending too much time reliving the past instead of inventing the future.

[+] DaSHacka|1 year ago|reply
> Just my two cents: If you're saving enough documents to where you need something like this, you're spending too much time bookmarking and not enough time actually making use of the knowledge contained in there.

I completely disagree, I keep running into the opposite problem: Having to retread ground on old projects because I didn't document what I did and forgot over time.

I even notice other people have this issue. I recently took over a project from a friend, but because he didn't document anything, I'm essentially starting from scratch.

I have never once regretted writing something down, but I constantly regret not writing something down.

[+] raphaelty|1 year ago|reply
Author here, I like the idea to have a public and personal search-engine. I'd love to deep dive in some people bookmarks such as expert in NLP field in order to get clue / a point of view on problem I want to solve but those informations are not available most of the time
[+] junto|1 year ago|reply
Not sure if it’s just on mobile but the demo completely destroys the back button.
[+] nkko|1 year ago|reply
Kudos to the developer for sharing this impressive personal knowledge base project! I love seeing the passion and technical creativity of this community. Experimenting with tools for surfacing serendipitous insights and connecting ideas is what moves us forward. Keep up the great work - I look forward to seeing how you evolve and refine this system further!
[+] big_Brain69|1 year ago|reply
Loved it. Great job. Looking forward to new updates.
[+] personjerry|1 year ago|reply
How do you make it useful though?
[+] raphaelty|1 year ago|reply
It upload content some of my friends like (github stars) and they have very good taste, so when I'm looking for a document / information on a new topic in machine learning or databases I like to give it a chance
[+] JellyBeanThief|1 year ago|reply
Ridiculous how easy Asturiano makes it to say "3d? Ah go on then, why not."
[+] raphaelty|1 year ago|reply
Amazed by 3d-force-graph js library
[+] cttet|1 year ago|reply
Looks great! I wonder is it API based or utilising a local LLM?
[+] raphaelty|1 year ago|reply
The ask button is provided by chatgpt api here