flamingos-cant

An interactive tragedy.

  • 130 Posts
  • 242 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • i apparently cannot figure out ascii shrugs, nvm

    ¯\\\_(ツ)\_/¯ => ¯\_(ツ)_/¯

    Just so we’re clear, what this crawler does is go through all servers that use ActivityPub known to it, and congregate that data to a list of known services (Lemmy, Mastodon, Piefed etc.). How is does that is by querying a standardised end point to get the instance info (.well-known/nodeinfo which will then point to a different path to get the actual info).

    For instance, here’s what it will collect for feddit.uk:

    nodeinfo json
    // curl -s https://feddit.uk/nodeinfo/2.1 | jq
    {
      "version": "2.1",
      "software": {
        "name": "lemmy",
        "version": "0.19.10-feddit",
        "repository": "https://github.com/LemmyNet/lemmy",
        "homepage": "https://join-lemmy.org/"
      },
      "protocols": [
        "activitypub"
      ],
      "usage": {
        "users": {
          "total": 4184,
          "activeHalfyear": 718,
          "activeMonth": 485
        },
        "localPosts": 25750,
        "localComments": 122835
      },
      "openRegistrations": true,
      "services": {
        "inbound": [],
        "outbound": []
      },
      "metadata": {}
    }
    

    The important stat here is the localPosts, which is all the posts made by local users in any community, local or remote. It does not include posts by users from remote instances made in local communities. You can also see this data on the instance sidebar in lemmy-ui.

    lemmy.zip going down will only reduce aggregated stats for total posts by 47,280, as that’s what they report for their localPosts.





  • The amount of things learned from the comments under memes is probably a bit high, but I’ll send a commit to fix this in a minute.

    Who needs an issues tracker when you have a meme tracker, eh?

    Does Lemmy look at the mods URL again when it decides to refresh a community (or when it receives an Update / Group)

    Yes to both. Updating a community and fetching a new community are identical operations in Lemmy.











  • Every time someone suggests the EU should make their own social media platform, a little part of me dies. You know it would be slow, have weird Guidelines, have 100k downloads and a 3-star rating before disappearing in six months. It would scream “official and out of touch.” What we actually need is private investors, devs who’ve worked on real stuff before (bonus points if they’ve been at US companies as they’d already have experience), and a sane CEO. That’s it.

    Democracies are dying because most people now get their information from social media companies that have every incentive to push misinformation. There’s a reason the only profitable social media companies* (Meta, ByteDance, Google) are all evil and it’s not because they’re not European.

    * Apparently Pinterest is profitable and I don’t know enough about them to call them evil

    We need a solid alternative to X or Reddit (first) — not another Instagram clone.
    Pics are cute, but people wanna talk first. We need a clean, simple, centralized app that’s actually nice to use, has clear but not overbearing rules, and doesn’t try to shove privacy/eco stuff in your face as a personality trait. And keep the EU out of it. Let actual devs with experience run the show and let the platform evolve like a normal product.

    Instagram has 2 billion MAUs, this is purely OP projecting their own preferences. Twitter and platforms like it are actually very niche, they just hold a disproportionate sway over online culture.