Show HN: Every great read I've come across, compiled into a knowledge graph
11–20 of 43 posts
Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#12Out of curiosity: "great reads" sounds kinda like a proper name / title (it's a plural being used as a singular), are these from lists-of-"great reads" / a layout for some datasource that has "great reads", or just a (large!) collection of things you've found over time? Or am I just over-thinking that "s"? Either way, this looks great. Randomly clicking a few entries finds stuff I wish I had found years earlier. Than…
Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#13Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#14Nice graph, have you considered making it a directed graph, and also assigning more explicit semantic meaning to the edges? So for example, using turtle syntax [1], instead of https://engineering.zalando.com/posts/2022/04/functional-tes... > http://example.com/graph-edge > https://www.testcontainers.org/ > have https://engineering.zalando.com/posts/2022/04/functional-tes... > http://purl.org/dc/terms/subject > https:…
Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#15Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#16Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#17Out of curiosity: "great reads" sounds kinda like a proper name / title (it's a plural being used as a singular), are these from lists-of-"great reads" / a layout for some datasource that has "great reads", or just a (large!) collection of things you've found over time? Or am I just over-thinking that "s"? Either way, this looks great. Randomly clicking a few entries finds stuff I wish I had found years earlier. Than…
This one is to the point. So, the collection was exported from my Pocket account. Whenever I find any interesting blogs, I save it there (with tags so that I can find them easily). The oldest entry dates back to 2017 and over time, I have accumulated about 700-ish articles.
Here's the backstory: https://twitter.com/nottherealpac/status/1545803998854205441
Hope this clarifies :)
Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#18Out of curiosity: "great reads" sounds kinda like a proper name / title (it's a plural being used as a singular), are these from lists-of-"great reads" / a layout for some datasource that has "great reads", or just a (large!) collection of things you've found over time? Or am I just over-thinking that "s"? Either way, this looks great. Randomly clicking a few entries finds stuff I wish I had found years earlier. Than…
> just a (large!) collection of things you've found over time This one is to the point. So, the collection was exported from my Pocket account. Whenever I find any interesting blogs, I save it there (with tags so that I can find them easily). The oldest entry dates back to 2017 and over time, I have accumulated about 700-ish articles. Here's the backstory: https://twitter.com/nottherealpac/status/1545803998854205441…
Anyway, thanks again! This looks like a lot of good stuff, it's clearly years of effort and I'm very glad you shared.
Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#19Re: Show HN: Every great read I've come across, compiled into a knowledge graph
#20Nice graph, have you considered making it a directed graph, and also assigning more explicit semantic meaning to the edges? So for example, using turtle syntax [1], instead of https://engineering.zalando.com/posts/2022/04/functional-tes... > http://example.com/graph-edge > https://www.testcontainers.org/ > have https://engineering.zalando.com/posts/2022/04/functional-tes... > http://purl.org/dc/terms/subject > https:…
Thank you. Honestly, working with GraphDB and SPARQL inspired me to create this. I did consider if I could create a "real" knowledge graph and even went as far as searching for in-memory graphdb that lives in client browser (maybe one that's built on top of IndexDB. I thought, hey if in-mem RDBMS like H2 exists, is there an in-mem GraphDB available? :D) so that I can query it using SPARQL, but couldn't find anything…