Skip to content

ActivityPub

55 Topics 373 Posts
  • Mainstream adoption of ActivityPub vs. DIY indie hacking

    40
    0 Votes
    40 Posts
    207 Views
    evan@cosocial.caE
    @hamishcampbell @ricmac @evanprodromou @julian Thanks for your kind words. I won't interrupt your discussion with Julian anymore. I hope you reach some accord!
  • Reconciling ActivityPub Deletes with NodeBB deletion

    13
    0 Votes
    13 Posts
    32 Views
    julian@community.nodebb.orgJ
    I can look into putting together an FEP for this. It would solidify the concepts and open it up for wider discussion if necessary.
  • Updates to the world page

    15
    2
    0 Votes
    15 Posts
    46 Views
    nutomic@lemmy.mlN
    In principle that sounds like a problem with NodeBB or other platforms you are using. Lemmy doesnt do anything special to fetch remote communities. But if you notice any error responses served by Lemmy you can open an issue.
  • Live testing of remote categories

    63
    2
    0 Votes
    63 Posts
    478 Views
    julian@community.nodebb.orgJ
    @AltCode all three flipboard remote categories seem to be working now
  • 0 Votes
    26 Posts
    181 Views
    liaizon@social.wake.stL
    @thisismissem damn @Sarahp killing it with the fediverse coverage lately!
  • 0 Votes
    14 Posts
    108 Views
    julian@community.nodebb.orgJ
    @trwnh@mastodon.social sure, makes sense. That to/cc already exist in the wild as arrays means one less thing to worry about with multiple cross posts.
  • Hey @julian, can you help me with a quick debugging session?

    6
    0 Votes
    6 Posts
    35 Views
    julian@community.nodebb.orgJ
    @raphael@mastodon.communick.com great!
  • Hastags

    4
    0 Votes
    4 Posts
    23 Views
    C
    @julian Thanks, tells me what I needed to know. Even on Mastodon I only really use Hashtags on posts and not on replies so that tracks for personal usage.
  • Are Flipboard collections(?) AP groups?

    6
    0 Votes
    6 Posts
    25 Views
    julian@community.nodebb.orgJ
    Thanks for the confirmation @jsonculverhouse@flipboard.social, any chance we could have the post list the magazine as a recipient, so that a backreference is established? See: https://community.nodebb.org/post/104013 @mike@flipboard.social mentioned you, but a typo got in the way
  • @activitypub

    7
    0 Votes
    7 Posts
    47 Views
    julian@community.nodebb.orgJ
    @kirk@social.coop just wanted to drop a note that your two issues have not been forgotten
  • Test from PieFed!

    9
    0 Votes
    9 Posts
    72 Views
    G
    Yep, everything works!
  • Domain name change

    16
    0 Votes
    16 Posts
    98 Views
    ?
    I think you're right
  • Organizing the many worlds you're part of through NodeBB

    7
    0 Votes
    7 Posts
    19 Views
    julian@community.nodebb.orgJ
    @Kichae said in Organizing the many worlds you're part of through NodeBB: > But man, do I ever desperately want the bulletin board experience in /world. It really feels like what the fediverse was always meant to be, to me. I've been inspired by some teaser images from @johnonolan@mastodon.xyz's Ghost blog, which physically segregates microblogging content apart from long-form content (e.g. blogs). Forum topics fit somewhere in the middle, although since title and body are present we tend to align more with long-form content. It's a really neat idea I'd like to play around with more.
  • Forum specific UX for remote categories

    12
    0 Votes
    12 Posts
    56 Views
    K
    @AltCode One significant potential issues with listing all followed categories in the same kind of layout as /categories is the below-the-fold effect, or the page-2 effect as one might have called it in earlier times. Whatever categories end up falling below a certain scroll distance will just never been seen by most users. If you follow a lot of categories, the ones that end up closer to the bottom of the list than the top will just end up ignored. It doesn't encourage participation, and it also doesn't discourage following a lot of categories that you don't actually care about. And follow relationships are very important under ActivityPub, since they dictate content flow. Bringing in a lot of remote content that no one on the local forum is actually reading or engaging with is very wasteful. An easily accessible compact list might be better, with different sorting options so that users can choose to have categories with new content float to the top. Usually with forum categories, you want the ordering to be static, but that expectation won't necessarily be there for just a list.
  • Categories following Federated Accounts?

    14
    0 Votes
    14 Posts
    86 Views
    eeeee@community.nodebb.orgE
    My first experience with Federation was with Calckey, (fork of Miskey.) I liked some things about it, but there were forks of forks and I never knew in the end which variant of it was best to use
  • 0 Votes
    9 Posts
    51 Views
    ?
    I asked in that issue whether Lemmy finds community via to/cc (it does). Does PieFed do the same? Yes - PieFed does the same. It looks in 'audience', then 'cc', then 'to'. It has to, to support all the platforms that haven't adopted 'audience. It's a convenient field, but PieFed won't be affected if Lemmy goes through with removing it. Would this also open up the possibility of a topic/context being part of multiple audiences/communities? Not at present. If you do something like cc: [community1, community2] it will only go to community1 (on both Lemmy and PieFed). There's so many activities that are effectively duplicates, both in normal operation and when platforms are bugged (both Lemmy and Mastodon have gone through phases of sending the same activity multiple times), that you need a way to make sure you're only processing one. On PieFed, this is done by having a UNIQUE constraint of the 'ap_id' column of the Post table (the ap_id of your post is https://community.nodebb.org/post/103806), so it means you can't have the same post in more than one community.
  • Pre-FEP: Quote posts, quote policies and quote controls

    3
    0 Votes
    3 Posts
    65 Views
    dumspterqueer@socialhub.activitypub.rocksD
    Just wanna add to this convo that we've been working with interaction policies in GoToSocial for a while now, and the protocol extension described here is extensible to include a canQuote property on an interaction policy: https://docs.gotosocial.org/en/latest/federation/interaction_policy/Reply, Like, and Announce controls and approvals etc are already running in GoToSocial since v0.17.0 last year. It would be pretty neato if Mastodon could reuse the interaction policy properties and approval flow for quote posts, insofar as that's possible. Have discussed this in the Mastodon discord with Claire as well, but just putting it here too.
  • FEP Search Tool prototype

    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • Strange Follow request difference

    6
    2
    0 Votes
    6 Posts
    32 Views
    eeeee@community.nodebb.orgE
    Yea, odd, I made a second account on mysite and that follows and unfollows normally. So its a mystery why my first Admin account is doing it differently. Maybe one day we will figure out whats altering the behaviour
  • 0 Votes
    35 Posts
    403 Views
    eeeee@community.nodebb.orgE
    That sounds good