Earlier quoted context omitted.
Am I not understanding something? When I linked Obama to Uruguay, Myanmar came up (the only surprising one). https://www.sixdegreesofwikipedia.com/?source=Uruguay&target... I went to the Uruguayan wiki page and found nothing on Myanmar and nothing relating to Uruguay on the Myanmar page. Awesome project btw, great idea.
It's a directed graph. Your source is Uruguay and your destination is Obama. You'll find Obama on the midpoints. Opposite direction: no Myanmar https://www.sixdegreesofwikipedia.com/?source=Uruguay&target...
Show HN: Six Degrees of Wikipedia
251–260 of 354 posts
Re: Show HN: Six Degrees of Wikipedia
#252Re: Show HN: Six Degrees of Wikipedia
#253Not sure if you deliberately designed it this way, but I noticed when spot checking some results that it includes the bibliography section links as connections. This seems like it may not be desirable. Example, I did a search that went from the Crusades to Buzz Aldrin and I noticed that Routledge was the first hop from the Crusades. It strikes me as odd that Routledge (a publishing company) would be mentioned on the…
A few years ago I made something similar ( http://ratewith.science/ ) that only uses bi-directional links, that is pages that both link to each other, and this gives much more interesting results. When two Wikipedia pages both link to each other they are usually related in some reasonable way, but unidirectional links give you things like Wikipedia -> California, which only exists because Wikipedia is headquartered i…
Re: Show HN: Six Degrees of Wikipedia
#254Earlier quoted context omitted.
Just adding "Could you" to the start (and change first sentence's . to ?) would make a world of difference
If you can automatically detect sentences where adding "Could you" would make the author sound more tactful, then why not just mentally add them and assume that the author intended to sound that tactful? This is a slight modification of the principle of charity, something I think is incredibly important and underemphasized, especially for online text communication.
It costs nothing to be polite.
Re: Show HN: Six Degrees of Wikipedia
#255Re: Show HN: Six Degrees of Wikipedia
#256Earlier quoted context omitted.
It's a suggestion, not a request and a good one at that. So who should be saying 'thank you' here (if anyone)?
There’s a human being at the other end of the line. They have feelings. This is their baby, which they’ve gestated for multiple years. Rational fundamentalism is not the one ring to rule them all. There is room for love and compassion in the world. I know (painfully well) that Internet forums (and this one in particular) anything but empower empathy, but that doesn’t make it any less true or valuable. There is room f…
Re: Show HN: Six Degrees of Wikipedia
#257Earlier quoted context omitted.
> why not just mentally add them and assume that the author intended to sound that tactful? Because, that could be the wrong action to take. Could you, Would you, Will you, I want you to, You should, The project is stupid unless you, etc. Therefore, the author should communicate well enough to be understood.
Based on the thread here, many people interpreted the comment as a well-intended feature request, but instead of requesting the commenter to change their comment, it seems like it would’ve been fine to just use that charitable interpretation.
Re: Show HN: Six Degrees of Wikipedia
#258Earlier quoted context omitted.
It's a directed graph. Your source is Uruguay and your destination is Obama. You'll find Obama on the midpoints. Opposite direction: no Myanmar https://www.sixdegreesofwikipedia.com/?source=Uruguay&target...
Which is kind of weird since he is using bi directional BFS.
[1] https://github.com/jwngr/sdow/blob/f0b5a9ebe47ea0eca49d8220a...
Re: Show HN: Six Degrees of Wikipedia
#259Creator 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…
Really cool. I'm interested to know how the graph is build. Did you use any third party components.
[1] https://github.com/jwngr/sdow/blob/master/website/src/compon...
Re: Show HN: Six Degrees of Wikipedia
#260Creator 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…
Thanks for the cool hack. Its nice.
How about representing the destination page as a circle around the whole graph, instead of a node? so that all the paths can be drawn in different directions but still reaching the same page. I somehow feel that it might look more beautiful.