Perhaps for images they’d have to federate just the text and a small thumbnail, and then just the people interested would click through. I wonder if that’d be enough.
Moved to https://pandacap.azurewebsites.net.
Perhaps for images they’d have to federate just the text and a small thumbnail, and then just the people interested would click through. I wonder if that’d be enough.
Of note: ActivityPub (the protocol) has its own logo, seen in https://activitypub.rocks/ and other places. The protocol and the community are absolutely separate things, so this is really good.
I’ve never really linked the rainbow star icon, just because I don’t really like rainbows (IMO the ace flag is the prettiest but I might be biased). I’m also still not convinced that Meta’s icon is even supposed to represent the fediverse, as opposed to just a Threads feature that lets it connect to the fediverse. So overall I’m a fan of this proposal, although it does bug me that it uses 6-pointed stars in the font on the webpage and 5-pointed stars in most other typefaces. The 5-pointed stars create some nice negative space.
ActivityPub addressing is really somewhat complex and pretty much any server is going to abstract it with things like at-mentions, sometimes making different assumptions. When I reply to lemmy posts from my microblog.pub server, I sometimes need to make sure to include both the user (@elena@lemmy.world) and community (@fediverse@lemmy.world) if they happen to be on different domains. Otherwise my server’s addressing won’t send it to the right place. And I doubt other lemmy instances will see this post unless I tag them too.
@JupiterRowland@sh.itjust.works @fediverse@lemmy.world - https://socialhub.activitypub.rocks is a place where people discuss various ActivityPub implementations and potential improvements - primarily from a technological perspective (how the software is written), not as much from a cultural perspective (how users use the software), so it doesn’t directly answer your question, but it might still be helpful in some cases
@ChasingEnigma@lemmy.world DeviantArt - I like separation between art, literature, and regular status updates, and the ability to group posts in your inbox into folders by who posted them. Or, more realistically, any of the various furry sites that work on a similar model and have less potential for cultural conflict.
@carlnewton@feddit.uk one advantage to a system like this, is that you don’t need it to catch on in a bunch of different communities for it to work. It can catch on even in one place, and it will already be useful for the people there.
@prefetcher@sh.itjust.works Very nice! I might switch my single-user server to something like this someday - it’d be nice to have something I know how to make changes to. Also looks like the database and cache dependencies all run through ASP.NET Core stuff so they could be replaced (although I know from experience that just because you’re using Cosmos DB thru EF Core doesn’t mean you can write your schema the same way!)
@jaagruk@mander.xyz microblog.pub has RSS feeds. you do need to self-host it though. That’s what I’m running on this account if you want to see an example
I think the biggest issue is HTTP Signatures - they’re not part of the standard, they’re not well-documented, and without them your server won’t federate with anything and so you have no idea whether it works.
Plus sometimes an implementation works with Mastodon but not something else. I think Mastodon just uses certain headers when calculating the signature, but Bridgy Fed also includes the URL or something. The C# code I’d copied was programmed to exclude the URL always, so I had to change that, but it took a while to figure out that that was the issue.
@matcha_addict@lemy.lol @fediverse@lemmy.world