map-of-reddit VS map-of-reddit-data

Compare map-of-reddit vs map-of-reddit-data and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
map-of-reddit map-of-reddit-data
108 8
586 89
- -
5.3 1.7
3 months ago about 1 year ago
JavaScript JavaScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

map-of-reddit

Posts with mentions or reviews of map-of-reddit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • Ask HN: Favourite Data Visualization Examples?
    4 projects | news.ycombinator.com | 30 Jan 2024
    https://www.reddit.com/r/dataisbeautiful/comments/i8saks/ive...

    https://www.reddit.com/r/dataisbeautiful/comments/ic2i0k/oc_...

    Stock chart as a landscape image

    And I also like these "races" basically a timelapse of a chart

    https://www.reddit.com/r/dataisbeautiful/comments/f68fzr/oc_...

    And whatever anvaka does, all can be tried out in the browser

    https://github.com/anvaka?tab=repositories&q=&type=&language...

    e.g. map of reddit:

    https://github.com/anvaka/map-of-reddit

    Video Demo: https://www.reddit.com/r/dataisbeautiful/comments/12pem68/oc...

    Similarly map of github

    https://github.com/anvaka/map-of-github

    Or package manager visualizations:

    https://github.com/anvaka/pm

    Google search completion visualizations

    https://github.com/anvaka/vs

  • Map of Reddit
    1 project | news.ycombinator.com | 17 Nov 2023
  • Ask HN: How to find potentials users for my startup
    1 project | news.ycombinator.com | 28 Sep 2023
  • Che lavoro fate?
    1 project | /r/Italia | 13 Jul 2023
  • Just when I thought the IQ could sink no lower...
    3 projects | /r/JusticeForJohnnyDepp | 11 Jul 2023
    Which has heavy dependencies on this:https://github.com/anvaka/map-of-reddit/tree/main
  • How r/ApolloApp appears on anvaka’s Reddit map
    1 project | /r/apolloapp | 11 Jun 2023
    Direct link to map: https://anvaka.github.io/map-of-reddit/
  • Reddit is Fun will shut down on June 30th in response to Reddit API changes
    3 projects | news.ycombinator.com | 8 Jun 2023
    https://anvaka.github.io/map-of-reddit gives a sense of the sheer number of nsfw subreddits, shown on the southern continent.

    Map is generated by clustering subreddits based oncommenters who comment on multiple subreddits, so I don't think you can infer much from the colored area, that's just background for each group of the graph.

  • Does Reddit have any place for talking controversial topics and voicing unpopular opinions left?
    1 project | /r/FreeSpeech | 29 May 2023
    Don't get demoralized by the comments below, while the corporate actions done by Reddit often causes division as it attempts more and more to become a sterile inclusive media mainstream, the very fact it exists as a forum for communities means that there will always be areas for discussion, even if it means having to focus on the smaller subs. I want to emphasise that the most important thing in any scenario is civility. You can pretty much go to any subreddit and say a controversial thing, and while there will obviously be a wave of comments berating it, as long as mods don't remove it there will nearly always be someone to have the intellectual discussion you're looking for. Even just trying to find a non-partisan subreddit like centrists will increase your chances exponentially. A.K.A, if you come approaching here describing the place as white genocide and porn, it's exactly what you'll find. Second of all, while communities that are dedicated to hot topic issues are banned, ones that are around political commentators are less so. And because of the subject matter, most of these attract posters who are wanting to voice their opinion on the topic rather than any dedication to the streamer. Hell, there have even been communities that have branched off completely off there original author to be their own separate entity entirely ( themotte.org and r/theschism both formed as a forum for sensitive issues in the slatestarcodex subreddit). A bunch of the time the users of each one overlap, which makes them easy to find if using websites like https://anvaka.github.io/map-of-reddit/ or https://subredditstats.com/subreddit-user-overlaps
  • Linux Software Map
    2 projects | news.ycombinator.com | 18 May 2023
    Would be cool to have a https://anvaka.github.io/map-of-reddit/ of that
  • Hundreds of millions of stars turned into a map of GitHub projects
    10 projects | news.ycombinator.com | 13 May 2023
    I love these things - to see everything sort of classified, and all at once, helps me find things I would never think to look for. Forgive me if this has been posted somewhere else, but if you want to see a reddit map, here it is: https://anvaka.github.io/map-of-reddit/?x=18083.096950551575...

map-of-reddit-data

Posts with mentions or reviews of map-of-reddit-data. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-29.
  • Justice or misogyny?
    1 project | /r/DeppVHeardNeutral | 12 Jul 2023
    Which utilizes OLD data pulled from the Reddit API and stored here:https://github.com/anvaka/map-of-reddit-data
  • Country labels are implemented now
    1 project | /r/MofR | 1 Apr 2021
    You should be able to see the names if you download the graph.svg file from the github. But please let me know if something doesn't look right or could be improved
  • A map of reddit is released
    3 projects | /r/MofR | 29 Mar 2021
    I would love to keep the map up to date, potentially following a mixed approach of OpenStreetMap-like contributions and automated refreshes. You can add new subreddits or update positions of existing ones by following these instructions.
  • Show HN: I made a map of Reddit from 176M comments
    3 projects | news.ycombinator.com | 29 Mar 2021
    Each dot is a subreddit. "countries" are clusters of usually related subreddits. Relationship is determined based on Jaccard Similarity (users who post to A also post to B)

    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!

    * The source code for the rendering is available here: https://github.com/anvaka/map-of-reddit

    * To change the map - go here https://github.com/anvaka/map-of-reddit-data

  • [OC] I've made an interactive map of reddit based on 176 million comments
    7 projects | /r/dataisbeautiful | 29 Mar 2021
    Indeed! I caught myself a few times wondering what a subreddit is doing in this country. Most of the time tracing connection helped to understand. I'm afraid not all placements are fitting, as data has so much "dimensions" to it. But I hope the collective wisdom and open source nature of the website will allow us to fix all discrepancies.

What are some alternatives?

When comparing map-of-reddit and map-of-reddit-data you can also consider the following projects:

kent - UCSC Genome Browser source tree. Stable branch: "beta".

w-gl - A simple WebGL renderer

map-of-github - Inspirational Mapping

github-explorer - Everything You Always Wanted To Know About GitHub (But Were Afraid To Ask)

Anime-Girls-Holding-Programming-Books - Anime Girls Holding Programming Books

map-of-github-data - This repository contains tiles and data for the map of github

reveddit - Review removed content on reddit. Uses the Pushshift API, built on code from removeddit.

sayit - Visualization of related subreddits

Anime-Girls-Holding-Programming-

Comcast - Simulating shitty network connections so you can build better systems.

Pushshift API - Pushshift API

FilePizza - :pizza: Peer-to-peer file transfers in your browser