Skip to content

As someone who has developed several #ActivityPub software implementations ([Fedify], [Hollo], [BotKit], and [Hackers' Pub]), I believe one of the most frustrating features to implement in the #fediverse is #custom_emoji.

ActivityPub Test Kategorie
43 9 476
  • OF alternative fediverse?

    ActivityPub Test Kategorie fediverse
    12
    0 Stimmen
    12 Beiträge
    67 Aufrufe
    julian@community.nodebb.orgJ
    Tell me about it! There are some very cool people (i.e. thisismissem@hachyderm.io) working on content classification and tagging so that the burden of filtering out this kind of content isn't borne by server admins directly.
  • Voting in the threadiverse

    ActivityPub Test Kategorie fediverse
    18
    1
    0 Stimmen
    18 Beiträge
    95 Aufrufe
    julian@community.nodebb.orgJ
    snoopy@jlai.lu personally, since I create AP enabled software I am on the side of votes being public data. We already have enough issues with votes being out of sync with each other. Mixing in private voting is just asking for trouble. Emoji reactions are neat, although niche to those softwares that utilise it. They allow for greater expression which is nice. They're useless for deriving value (for ranking purposes) unless you assign value to them.
  • 0 Stimmen
    6 Beiträge
    24 Aufrufe
    julian@community.nodebb.orgJ
    Very interesting article! I have immense respect for jerry@infosec.exchange, he was one of the first people I found on the fediverse, and it's no wonder why, he's revered quite highly by others as being a generous and kind admin. I do want to point out one thing, and that is that Mastodon has some design decisions that make it rather resource and storage intensive. There are oodles of lighter software out there, some with even more features than Mastodon, and some with less. For example, snac.bsd.cafe (https://snac.bsd.cafe/) runs on Snac, which is fast as hell. I am going to guess that a not insignificant portion of Jerry's bill is caching assets. Mastodon likes to save everything it encounters, videos, images, avatars, everything... forever (though I imagine this is customisable). Most likely the assets are viewed a handful of times in one day and never seen again... but you'll pay to store it forever!
  • Backfilling Conversations: Two Major Approaches

    ActivityPub activitypub fep 7888 f228 171b
    26
    0 Stimmen
    26 Beiträge
    324 Aufrufe
    julian@community.nodebb.orgJ
    > One weakness I have noticed in NodeBB's current federation is that posts which are in reply to a topic (e.g. a Lemmy comment) show up as individual threads until (or if) the root post of that topic shows up in the local NodeBB. No, Lemmy does not implement either strategy, they rely on 1b12 only. If NodeBB is receiving parts of a topic that don't resolve up to the root-level post that might be something we can fix. I'll try to take a look at it.
  • I wrote a #FEP about actor statuses.

    ActivityPub Test Kategorie fep activitypub
    2
    1
    0 Stimmen
    2 Beiträge
    92 Aufrufe
    julian@community.nodebb.orgJ
    Man!!! That screenshot takes me back..
  • 0 Stimmen
    9 Beiträge
    211 Aufrufe
    julian@community.nodebb.orgJ
    I suppose you're right in a way. The context owner is not supposed to be set by someone other than the context owner. It's a fallback mechanism intended for better compatibility with Mastodon. When a group is addressed and it is one of the local NodeBB categories, it will assume control If it is another group that it knows about but isn't same origin to the author, then no category is assumed.
  • 0 Stimmen
    6 Beiträge
    58 Aufrufe
    julian@community.nodebb.orgJ
    phillycodehound@indieweb.social agreed, you've got a sale from me! cc andypiper@macaw.social
  • Reconciling ActivityPub Deletes with NodeBB deletion

    ActivityPub Test Kategorie activitypub
    16
    0 Stimmen
    16 Beiträge
    290 Aufrufe
    julian@community.nodebb.orgJ
    Angus, while I haven't made the appropriate changes to NodeBB's implementation yet, I did draft an FEP including the changes we discussed. https://github.com/julianlam/feps/blob/main/fep/15c5/fep-15c5.md It is not PR'd upstream yet, but I will do so in the coming days unless there are some concerns.