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 730
  • 0 Stimmen
    2 Beiträge
    1 Aufrufe
    julian@community.nodebb.orgJ
    squinky@teh.entar.net oh god that sounds nuts... also a weird sort of thing for the other server to do isn't it. Seems like just sending the message once would be enough!
  • FediForum October 2025 Tickets Are Now Out!

    Fediverse fediverse
    4
    1
    0 Stimmen
    4 Beiträge
    3 Aufrufe
    julian@community.nodebb.orgJ
    troyunrau@lemmy.ca fwiw the organizers are quite transparent with how the tickets are priced and where the money goes. Hosting a conference, even one that's online, does take money.
  • 0 Stimmen
    2 Beiträge
    11 Aufrufe
    julian@community.nodebb.orgJ
    rolle@mementomori.social I'm sorry this happened to you. It's so easy to hurl hurtful accusations with no accountability that one ought to treat them as you would treat drive by criticisms. I'm pretty far down the spectrum from a "tech bro" but I still got called one simply because NodeBB federated and dared to serve that content online (nevermind that every other fedi server does the same). In that scenario there was nothing I could do as an individual except wait for an instance mod to lay some facts out. Anything I said was instantly derided, even if it was the same thing. So if I reply with courtesy and I get back vitriol, why do I bother? I don't now. So maybe that's more tech bro-y.
  • OF alternative fediverse?

    ActivityPub Test Kategorie fediverse
    12
    0 Stimmen
    12 Beiträge
    151 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.
  • Organizers Log:

    ActivityPub Test Kategorie deso fedicon fediorigami fediverse
    2
    1
    0 Stimmen
    2 Beiträge
    90 Aufrufe
    julian@community.nodebb.orgJ
    reiver@mastodon.social that's the first time I've seen the FediOrigami logo, looks neat!
  • 0 Stimmen
    17 Beiträge
    509 Aufrufe
    julian@community.nodebb.orgJ
    @esoteric_programmer@social.stealthy.club that's likely because GtS handles summary as a content warning for everything. The whole summary and content warning business is in flux right now, so hopefully a standard will be set soon.
  • LW and Aussie.zone are now synchronized again

    ActivityPub Test Kategorie fediverse
    6
    2
    0 Stimmen
    6 Beiträge
    134 Aufrufe
    julian@community.nodebb.orgJ
    @kualdir@feddit.nl very slowly for quite a while.
  • Live testing of remote categories

    ActivityPub Test Kategorie activitypub nodebbactivityp
    63
    2
    0 Stimmen
    63 Beiträge
    2k Aufrufe
    julian@community.nodebb.orgJ
    @pfefferle@mastodon.social just wanted to poke you about this issue again. The latest updates to NodeBB now do a webfinger backcheck to ensure that the actor has a valid webfinger entry for their purported handle. If it does not, then the user is not properly created. Mastodon also does this. This check is probably for security as well as for preventing handle collisions. The multilingual plugin in conjunction with the ActivityPub plugin creates users that share the same handle, and that causes issues with federated content. For example, this article by @jonvt@vivaldi.com will load up just fine in Mastodon, but this japanese article by @akira@vivaldi.com will not, because that second article's attributedTo is https://vivaldi.com/ja/?author=176, which fails that check (the author's ID is actually https://vivaldi.com?author=176 as per the handle backcheck) cc @AltCode