https://www.sixdegreesofwikipedia.com/?source=Six%20Degrees%...
Show HN: Six Degrees of Wikipedia
71–80 of 354 posts
Re: Show HN: Six Degrees of Wikipedia
#72What determines a "path"? "Philosophy" is connected to "Ethiopia" through "Sexism", but I couldn't find that phrase on either page. https://www.sixdegreesofwikipedia.com/?source=Philosophy&tar...
Same, New Zealand to Faroe Islands through Italy. Maybe both New Zealand and the Faroes reference Italy?
If you view-source the Italy page, you can find a link to both of those countries.
Re: Show HN: Six Degrees of Wikipedia
#73What determines a "path"? "Philosophy" is connected to "Ethiopia" through "Sexism", but I couldn't find that phrase on either page. https://www.sixdegreesofwikipedia.com/?source=Philosophy&tar...
Re: Show HN: Six Degrees of Wikipedia
#74I was getting interesting results until I noticed a pattern involving the presence of "Wayback machine" as the only connecting dot between really different things. That adds noise, since articles now automatically use the wayback machine for "archived" links, thus generating many paths that do not really connect topics, just because the text "wayback machine" is part of the link text. It may be an interesting exercis…
I considered this and may eventually add an option to ignore those kinds of pages, but I ultimately felt like the current mode remains more true to my goal for the project which is to traverse the links as any human would be able to. By the way, the two pages with the most incoming links are "Geographic coordinate system" (1,047,096 incoming links) and "International Standard Book Number" (955,957 incoming links).
Re: Show HN: Six Degrees of Wikipedia
#75Does anyone know what the "diameter" of the wikipedia graph is? In other words, what is the longest shortest path between two wikipedia articles?
Re: Show HN: Six Degrees of Wikipedia
#76This makes the "How many clicks to Hitler" game much faster. For those uninitiated, the game was to click the "Random Article" link in the sidebar and count how many links it took to get to Hitler. It is really interesting to see just how big of an event WWII was. Every country article has a section on their involvement or why they were not involved. After playing with it more, this is pretty fun. I vote that a "degr…
Re: Show HN: Six Degrees of Wikipedia
#77There's only one path from Mersenne Prime to Bolivia, if anybody was wondering. Mersenne Prime -> French People -> Bolivia.
Re: Show HN: Six Degrees of Wikipedia
#78EDIT - I noticed this also applies to the Notes section.
Re: Show HN: Six Degrees of Wikipedia
#79Creator here. Six Degrees of Wikipedia is a side project I've been sporadically hacking on over the past few years. It was an interesting technical challenge and it's fun to play with the end result. Here's the tech stack: * Frontend: React (Create React App) * Backend: Python Flask * Database: SQLite * Web (frontend) hosting: Firebase Hosting * Server (backend) hosting: Google Compute Engine (it runs fine on a tiny…