Show HN: An extension to track your Wikipedia adventures
11–20 of 73 posts
Re: Show HN: An extension to track your Wikipedia adventures
#12The concept reminds of https://browser.horse/ a bit, which has the concept of "trails" that track any links you visit. Great for research projects.
Re: Show HN: An extension to track your Wikipedia adventures
#13This 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.
Re: Show HN: An extension to track your Wikipedia adventures
#14Re: Show HN: An extension to track your Wikipedia adventures
#15This is great! Will try to give a try later
Re: Show HN: An extension to track your Wikipedia adventures
#16This is really cool! It would be super neat if the nodes were more interconnected, forming a fully connected graph rather than just a tree.
Re: Show HN: An extension to track your Wikipedia adventures
#17[1] https://observablehq.com/@nitaku/tangled-tree-visualization-...
Re: Show HN: An extension to track your Wikipedia adventures
#18I do find it ironic though that wikipedia is one of the major sites with the least amount of user tracking, and then users decide to implement the tracking themselves.
Re: Show HN: An extension to track your Wikipedia adventures
#19This 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.