distant plant

@distant plant@microblog.lakora.us
0 Post – 13 Comments
Joined 11 months ago

Software developer + ellipse tool's number one fan. He/him. Hosted in Azure with microblog.pub.

@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.

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.

2 more...

@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!)

@ALostInquirer@lemm.ee I think part of it is the "branding" of Mastodon - if everyone someone follows uses a Mastodon server, they might just think of "Mastodon" as the social network they want to join, and never really consider that other people on the network might be using something like Firefish or Pixelfed or microblog.pub. After all, most Mastodon servers' web UIs look pretty much the same and the default Mastodon name and graphics are often pretty prominent.

I don't think this is usually an issue, but there are some Mastodon instances out there whose names are `mastodon.[something] and I think that can mislead people into thinking that's the one they "should" join just because it seems "official".

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.

@schizo@forum.uncomfortable.business @fediverse@lemmy.world

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

@haui_lemmy@lemmy.giftedmc.com I've implemented the "log in with Microsoft", "log in with Google", etc buttons in ASP.NET Core + Identity before - most of them just use OAuth2, which works pretty much the same way no matter what provider you're using.

OpenID Connect is an authorization layer built on top of OAuth2, so it could give you information about the user beyond just "they logged in and here's an access token". Maybe an OpenID Connect provider would be helpful in this use case - it seems to be designed to solve a problem much like this.

@ZeroCool@feddit.ch Kind of reminds me of how music streaming services give you playlists that other people put together. Neat idea

@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

@Crul@lemm.ee @thegiddystitcher@lemm.ee neat, I never realized that micro.blog could federate itself in addition to crossposting to mastodon.

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.

@fediverse@lemmy.world

@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