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 791
  • 0 Stimmen
    2 Beiträge
    18 Aufrufe
    julian@community.nodebb.orgJ
    reiver@mastodon.social teamwork makes the dream work! deadsuperhero@social.wedistribute.org
  • 0 Stimmen
    2 Beiträge
    19 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.
  • 0 Stimmen
    6 Beiträge
    111 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!
  • what fediverse software is similar to lemmy?

    ActivityPub Test Kategorie fediverse
    7
    0 Stimmen
    7 Beiträge
    135 Aufrufe
    julian@community.nodebb.orgJ
    There's NodeBB if you want a forum/BBS style UX for the threadiverse!
  • Bounce Helps You Switch Networks

    Fediverse fediverse
    2
    1
    0 Stimmen
    2 Beiträge
    56 Aufrufe
    julian@community.nodebb.orgJ
    Hey deadsuperhero@lemmy.world have you tried updating to the latest NodeBB? You can post to Lemmy communities from there too!
  • Pixelfed Uptick in Monthly Active Users

    ActivityPub Test Kategorie fediverse
    39
    1
    0 Stimmen
    39 Beiträge
    464 Aufrufe
    julian@community.nodebb.orgJ
    jgrim@discuss.online Pixelfed has no versioning? That's concerning that you have to live on the bleeding edge if you don't want to be outdated. I do see there are tags, which at least shows some versioning?
  • 0 Stimmen
    7 Beiträge
    209 Aufrufe
    julian@community.nodebb.orgJ
    liquidparasyte@app.wafrn.net you can do it, there's nothing stopping you from doing it and re-delivering to any new recipients.
  • 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