Live data from Hacker News

Show HN: Six Degrees of Wikipedia

sixdegreesofwikipedia.com

11–20 of 354 posts

Re: Show HN: Six Degrees of Wikipedia

#12
This is brilliant. For a long time I have had a 'motorway game' I play with my brother in law where we identify two cars on the road and then have to come up with the connection. So often you see badge engineered vans where one partner, e.g. Nissan rather than Renault, makes the van as seen, so you can match the other partner, e.g. Renault, in this game, since they are the same company, then the next vehicle, e.g. some Mercedes car, how do you get the link, and prove it when at motorway speed?

Clearly this app makes it effortless, you could find some supplier like Recaro actually make the seats in both, even the van. Or you could find some joint venture in Brazil that both companies share, who knows... So I look forward to using this app on the M4 some time soon!

Re: Show HN: Six Degrees of Wikipedia

#13
Creator 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 f1-micro instance)
All the code is open source[1] and I'm happy to answer any questions about building or maintaining it!

[1] https://github.com/jwngr/sdow

Re: Show HN: Six Degrees of Wikipedia

#14
post #7

This reminds me of that thing back around 2010 where if you clicked the first* link on any wikipedia page you'd eventually get to the article on philosophy or something. I forget which it was exactly, and I have no idea if it still works, but it was pretty fun back then trying to find a starting article that couldn't find the "philosophy" article. *Non-italicised because of the disambiguation suggestions

I thought it was that if you clicked the first link you'd get to WW2 or Hitler. Was a dumb game to play in the library at school at lunch

Re: Show HN: Six Degrees of Wikipedia

#16
This 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 "degrees from Hitler" score be added to the top of every article. I think it might be an interesting proxy for how esoteric a particular page is.

Re: Show HN: Six Degrees of Wikipedia

#18
post #9

Very cool. And a lot less degrees of freedom between my tests than I expected - so far everything has a legitimate 3 degrees when I expected much more. Higgs Boson to Taylor Swift in 3 steps, amazing. Not only that, but 91 ways to get there in just 3 steps. This basically quantifies what my wife and I jokingly refer to "rabbit-holing" online. She'll ask me what I'm reading and it will be something totally unrelated t…

something perhaps out of the box will lead to 4. Example: ancient language --- tv series

Re: Show HN: Six Degrees of Wikipedia

#19
post #7

This reminds me of that thing back around 2010 where if you clicked the first* link on any wikipedia page you'd eventually get to the article on philosophy or something. I forget which it was exactly, and I have no idea if it still works, but it was pretty fun back then trying to find a starting article that couldn't find the "philosophy" article. *Non-italicised because of the disambiguation suggestions

It's from the alt text of xkcd: https://xkcd.com/903/

Re: Show HN: Six Degrees of Wikipedia

#20
post #7

This reminds me of that thing back around 2010 where if you clicked the first* link on any wikipedia page you'd eventually get to the article on philosophy or something. I forget which it was exactly, and I have no idea if it still works, but it was pretty fun back then trying to find a starting article that couldn't find the "philosophy" article. *Non-italicised because of the disambiguation suggestions

It still works. Technically it can be any of the following 25 articles because once you hit Philosophy, it loops through:

  Philosophy > Knowledge > Fact > Education > Learning > Evidence > Logic 
  > Ancient Greek > Greek language > Modern Greek > Colloquialism 
  > Vernacular > Human > Neontology > Biology > Natural science > Science 
  > Latin > Classical language > Language > Communication > Subject (philosophy) 
  > Subjective consciousness > Consciousness > Quality (philosophy) > Philosophy
Post reply on HN