Live data from Hacker News

Show HN: An extension to track your Wikipedia adventures

chromewebstore.google.com

11–20 of 73 posts

Re: Show HN: An extension to track your Wikipedia adventures

#13
post #9

This is really cool! It would be super neat if the nodes were more interconnected, forming a fully connected graph rather than just a tree.

This is tracking the user's trajectory through the site, necessarily a tree, not the network structure of W itself.

How is the user journey through the site necessarily a tree? What prevents the user to create loops through their journey?

Re: Show HN: An extension to track your Wikipedia adventures

#16

This is really cool! It would be super neat if the nodes were more interconnected, forming a fully connected graph rather than just a tree.

That would be technically more "accurate", but it doesn't yield more useful information and ends up being harder to read.

Re: Show HN: An extension to track your Wikipedia adventures

#17
Have you tried out a tangled-tree visualization? [1] I've found it to be super useful when visualizing these sorts of relationships in a compact way, and it naturally sorts the data topologically.

[1] https://observablehq.com/@nitaku/tangled-tree-visualization-...

Re: Show HN: An extension to track your Wikipedia adventures

#19
Cool tool. Might be cool to make something wikipedia agnostic. Sometimes I manually create such a thing via obsidian but its kind of tedious. It's interesting how sometimes different starting sources read far apart in time lead to rabbitholes which cross paths.

This reminds me of a python scraper I wrote a while back when I was learning to program - Youtube rabbithole: https://github.com/BlairCurrey/youtube-rabbithole

It basically just follows the next recommended video, recording the path along the way. More about tracing the youtube algorithm than tracking your own journey.

Post reply on HN