this post was submitted on 31 Aug 2024
68 points (87.0% liked)

Fediverse

27957 readers
239 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

I know they're quite different technically. But practically, what does ActivityPub unlock that was not previously possible with RSS and basic web tech stack?

I think I have an idea of the answer. RSS may provide a way for users to "subscribe" to content from a feed, equivalent of following and putting it in a unified feed.

But it does not have a way for users to interact with the poster, like comments or likes. This may be possible with a basic web stack though, but either users will have to make accounts on every person's site, or the site has to accept no user auth. (but this could be resolved with a identity provider standard, like disqus does)

I suppose another thing activityPub does is distribute content to multiple servers. Not sure if this is really desirable though?

Anyways, did I miss anything?

you are viewing a single comment's thread
view the rest of the comments
[–] Zak 24 points 1 month ago* (last edited 1 month ago) (3 children)

They're making requests at unknown intervals, often many times per day. Each IP address might represent multiple unique users, or one user might have multiple IPs.

[–] [email protected] 7 points 1 month ago

Or back in the days where Google Reader was a thing, one request from them could represent millions of readers.

[–] [email protected] 2 points 1 month ago

I'd argue it's still a better representation than subscriber count. It is similar to the disparity between YouTube's subscriber count vs video view count.

[–] [email protected] 1 points 1 month ago (2 children)

Deduplicate by IP/user-agent and you'll get a pretty accurate count. Some people might be moving between wifi and data, but for the most part you can account for that. Same process as fingerprinting a browser.

[–] Zak 5 points 1 month ago (1 children)

Yes, it's possible to get a rough estimate with some technical work, but AP makes it easy for anyone.

[–] [email protected] 1 points 1 month ago

AP doesn't really do this. A subscriber may be a dead account, or may be someone that hasn't checked your feed in months. Even a technical analysis would be difficult here.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

One single popular cloud service that fetches the data for the users and this stops being true.