Been hearing a little about Nostr. Apparently it’s a protocol?

How did it differ from fediverse stuff like ActivityPub protocol?

What is the community size or population of Nostr users compared to Lemmy or Mastodon?

Do you use it?

  • Alien Surfer@lemmy.worldOP
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Good info thanks. I was looking for a technical answer but seem to be getting a few political polarized responses instead. I’d no idea.

    Anyway, I’ll have to look up what a “map-reduce query” is. :)

    Do you think there’s potential for a large, popular, and fast relay to become a sort of gatekeeper, with big centralized dominance? Like if Meta setup thousands of fast relays everywhere and started injecting advertisement attachments to user messages? Or collect info on each key so they can eventually ID and track you? Even if the user message are E2E encrypted, a relay could probably still attach an advertisement payload into the message somehow, no?

    I really don’t know what I’m talking about. Just chatting really.

    • plisken@lemmy.fmhy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      MapReduce is term pertaining to a software data retrieval architecture/process (also known as divide-and-conquer). The simple version is that instead of asking one super big database that knows “everything” you ask multiple smaller databases the same question i.e. “what all posts do you have from [email protected]?” (this is “mapping” a query to mutliple sources) and each database returns 0 or more results, then the query interface joins the results together (“reduce”) to a single response. This is common in “big data” because you can more efficiently optimize the query by parallelizing it across many machines/workers/nodes. There are additional optimizations that can be implemented such as caching common queries or data-sharding (items a-f on node 1, items g - k on node 2…).

      I don’t think Nostr protocol is immune to the development of big centralized popular instances. Especially if something like Threads integrates and becomes the “default” client with millions of users over night. Users, in general, will always gravitate towards content and community. But, I think Nostr has a slight edge over ActivityPub in handling that problem by the user having no direct dependence on any one particular host.

      I’ll have to read more into the Nostr protocol specifically as it pertains to privacy, tracking and content injection (ads).

      I’m by no means an authority on ActivityPub nor Nostr, I apologize if that may have been surmised. I too am just chatting.