by rpac0 on 7/9/22, 4:13 PM with 39 comments
by taurusnoises on 7/9/22, 11:08 PM
As something I will ever reference, it's basically useless. Which, I feel bad saying, because that suggests that I'm somehow considered in any way in this graph. But, the reason I mention it is because this and the rest of the "here's all my xyz knowledge/notes laid out for you to peruse" graphs and digital gardens are just bad ways of engaging with someone else's ideas.
The idea is there: start anywhere! Follow the meandering path! But, the experience is more: "well, I guess I need to start at the beginning again" (digital gardens) and "I guess I'll just pick a random node cuz they're all supposed to be equally interesting?" (the OP)
by mrwnmonm on 7/9/22, 6:54 PM
by personjerry on 7/9/22, 6:42 PM
by _fzslm on 7/9/22, 5:30 PM
(now my mind is just wandering, but some way to "aggregate" knowledge bases... maybe kind of like RSS but with full-text search and more hierarchical, with tags and multiple layers of navigation... that would be cool!)
by Groxx on 7/9/22, 6:15 PM
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. Thanks a ton for sharing! I'll have to poke around more :)
by xtiansimon on 7/12/22, 12:36 PM
How is it useful?
On the one hand, manually tagged data is the first phase of making data useful in many knowledge systems. On the other hand, algorithmically scraping resources and creating a graph from that data is going to be bananas complicated.
Here's what I'm curious about. Can your curated graph be used to pick out same clusters from a superset of links which include the second graph?
Sure, what I'm describing is a search problem. And it's about words whether they're in a string, vector, or graph structure. And that's all very interesting in it's own right. What's also interesting is a fuzzy search that's fuzzy in a graphy way. Is that a thing? I don't know, but I want to know.
by HyperSane on 7/10/22, 2:23 AM
by mikewarot on 7/10/22, 11:36 PM
I tried the search, and found none of the following terms:
markup, annotation, micrometer, logarithm, memex, forth, lisp, thread, lathe, precision
I see "good blogs" and there's no hint as to why they are good, etc.
by fourampers on 7/9/22, 5:28 PM
by zelphirkalt on 7/9/22, 10:30 PM
by glaucon on 7/10/22, 12:45 AM
I like the preview of the individual articles, it would be good if something similar happened when clicking on a tag node. For my taste that would be just a straightforward list of articles tagged in that way but I can imagine there might be other ways.
by workah0lic on 7/9/22, 4:59 PM
I had not thought of publicly documenting samples of algorithms I have used in the past. I have an internal library of one-liners and bash scripts but I should publish these
by pestatije on 7/10/22, 7:47 PM
by ahmedfromtunis on 7/9/22, 6:27 PM
Quick question: How did organizing data in this format help you?
by throwaway787544 on 7/10/22, 6:11 AM
by Hirrolot on 7/9/22, 9:33 PM
by laeri on 7/9/22, 6:32 PM
by abraxaz on 7/9/22, 6:07 PM
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://www.testcontainers.org/>
The semantics of http://purl.org/dc/terms/subject is given at the url itself, but in brief:
> A topic of the resource.
> Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary.
This would be similar to how wikidata expresses knowledge [2]:
<http://www.wikidata.org/entity/Q28315661> <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q750997>
Or in English:
"Go To Statement Considered Harmful"(Q28315661)'s "main subject"(P921) is "goto"(Q750997)
This also makes it easier to query [4], for example, you could get all articles covering a "goto" with the following SPARQL[5] query:
SELECT ?item WHERE { ?item <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q750997> }
May help to read the RDF primer [3] also.
[1]: https://www.w3.org/TR/turtle/
[2]: https://www.wikidata.org/wiki/Q28315661
[3]: https://www.w3.org/TR/rdf11-primer/
[4]: https://w.wiki/5RW2
by amelius on 7/9/22, 7:01 PM
by SergeAx on 7/11/22, 4:03 PM
by ano88888 on 7/10/22, 7:14 AM
by toomim on 7/9/22, 8:24 PM