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.

Uncategorized
43 9 0

Diese Artikel könnten Dich auch interessieren.

  • Here's an idea.

    Uncategorized activitypub
    7
    0 Stimmen
    7 Beiträge
    12 Aufrufe
    julian@community.nodebb.orgJ
    benpate@mastodon.social Emissary interested? Har Har Har
  • OF alternative fediverse?

    Uncategorized fediverse
    12
    0 Stimmen
    12 Beiträge
    24 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

    Uncategorized fediverse
    18
    1
    0 Stimmen
    18 Beiträge
    34 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
    26 Beiträge
    51 Aufrufe
    julian@community.nodebb.orgJ
    trwnh@mastodon.social but as:Public is not a dereferenceable URL. Needs to be special cased anyway. End of the day nothing changes, it needs special handling for all the cases anyway. cc silverpill@mitra.social
  • Backfilling Conversations: Two Major Approaches

    ActivityPub activitypub fep 7888 f228 171b
    26
    0 Stimmen
    26 Beiträge
    100 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.
  • Should I present a topic at FediCon?

    Uncategorized fedicon activitypub fosdem
    3
    0 Stimmen
    3 Beiträge
    16 Aufrufe
    julian@community.nodebb.orgJ
    rwg@aoir.social I'm not actually sure! You'll have to ask reiver@mastodon.social about that one. Let me know too!
  • 0 Stimmen
    9 Beiträge
    66 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.
  • Pleroma Webfinger compatibility

    ActivityPub activitypub pleroma webfinger
    10
    0 Stimmen
    10 Beiträge
    90 Aufrufe
    julian@community.nodebb.orgJ
    trwnh@mastodon.social before, I was not sending Accept at all, now I am sending application/jrd+json.