Skip to content

One of the things I love about fedi is the lack of central algorithm.

Uncategorized
  • 0 Stimmen
    6 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @julian@fietkau.social thanks for the me tion! @shauna@social.coop that's an interesting question, because it is directly related to one of the "hard problems" that fedi can't solve yet — federated private groups. I have some ideas on how to accomplish this, but there are lots of questions around how to implement this in the confines of some of the expectations of micro-blogging software like Mastodon. Expect some experimentation on this in 2025!
  • Using NodeBB for Drupal Comments?

    Uncategorized
    2
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @CWSmith you know what's funny is that ActivityPub might come to Drupal in 2025/2026. A project has been funded to do that, which means you could technically have NodeBB provide comments without having to directly tie it to Drupal... Although I guess that's not directly answering your question
  • Went and Broke Federation. Kinda.

    Uncategorized
    2
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @Kichae test against a new account on ActivityPub.academy, when you tag your account it should notify you and show up in world. Does that happen? If not, run NodeBB in dev mode (so AP logging is output to console) and try again. Let me know what NodeBB says when it receives the activity.
  • 0 Stimmen
    3 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @reiver@mastodon.social @eblu@hachyderm.io [image: 1740182719692-1000007446.jpg]
  • RTL

    Uncategorized
    5
    1
    0 Stimmen
    5 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @mario@hub.somaton.com the real solution is in the comments Here I was looking at whitelisting Unicode ranges, and looking up Unicode ranges for emoji
  • 0 Stimmen
    7 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @jupiter_rowland@hub.netzgemeinde.eu if you're seeing Hubzilla backfill "bit by bit" it is likely doing inReplyTo traversal, which is what NodeBB does if it cannot find a resolvable context.
  • New federated testing instance for NodeBB

    Uncategorized
    5
    0 Stimmen
    5 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @david@weaknotes.com in what way, that the category is cleared out regularly? I think that happens often already with users auto-deleting their posts. https://activitypub.academy is another example of a test instance that is regularly cleared. Either way I take no offense if try.nodebb.org gets blocked here and there
  • Sending a private message without cc causes a 500 error

    Uncategorized
    12
    0 Stimmen
    12 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @freamon thanks! Happy to look into handling Create(ChatMessage)... I think the error aside, NodeBB would drop it anyway since ChatMessage isn't an expected post type.