TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I made a map of Reddit from 176M comments

8 pointsby anvakaabout 4 years ago

3 comments

anvakaabout 4 years ago
Each dot is a subreddit. &quot;countries&quot; are clusters of usually related subreddits. Relationship is determined based on Jaccard Similarity (users who post to A also post to B)<p>This was my hobby over past few years. I collected ~176 million unique pairs `(user, subreddit)` of comments, computed jaccard similarity, clustered a graph, performed a layout, created a webgl renderer and streaming svg parser, and today releasing it to the wild. Hope you enjoy it!<p>* The source code for the rendering is available here: <a href="https:&#x2F;&#x2F;github.com&#x2F;anvaka&#x2F;map-of-reddit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anvaka&#x2F;map-of-reddit</a><p>* To change the map - go here <a href="https:&#x2F;&#x2F;github.com&#x2F;anvaka&#x2F;map-of-reddit-data" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anvaka&#x2F;map-of-reddit-data</a>
评论 #26627102 未加载
TechBro8615about 4 years ago
This is really well done, nice job! It&#x27;s informative and fun to explore.
adamFeralabout 4 years ago
I&#x27;m working on a similar product