this post was submitted on 27 Mar 2025
936 points (91.1% liked)

Fediverse memes

2992 readers
295 users here now

Memes about the Fediverse.

Rules

General
  1. Be respectful
  2. Post on topic
  3. No bigotry or hate speech
  4. Memes should not be personal attacks towards other users
  5. We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
    • Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
  6. This is not the place to start flamewars between Lemmy, Mbin and Piefed.

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Irelephant@lemm.ee 10 points 11 months ago

A pds can do a lot more than people suggest, but its not very effective.

Essentially, atproto has three distinct parts:

  • A PDS, stores your posts, user, and handles authentication
  • A relay, crawls every pds, and creates a "firehose" of data to build stuff with
  • An AppView, an app built with data from the relay. bsky.app is an appview, flushes.app is another. whtwnd.com is a blogging appview

The relay is the main "centralised" part of the network, but its possible to use the network without it. whtwnd, for example, crawls PDSs directly, without a relay.

There's more to it, but thats the basics.