Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

FOSDEM 2026 Social Web Speakers

General Discussion
11 5 44

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 1 Votes
    3 Posts
    20 Views
    以前から、東アジアにもFediConのようなイベントがあればいいなと言い続けてきました。独自のカンファレンスはまだ難しそうですが、小さな一歩として考えていることがあります。 @COSCUP@floss.social 2026(台北、8月8日〜9日)がコミュニティトラックの提案を受け付けています。FOSDEMのSocial Web devroomのような感じで、Social Webトラックを開けないかなと思っているところです。 まだ構想段階ですが、ActivityPubやフェディバース、ソーシャルウェブ全般に取り組んでいて、発表や共同オーガナイズに興味があるという方がいれば、ぜひ話しかけてください。 https://floss.social/@COSCUP/116152356550445285 #SocialWeb #ActivityPub #fediverse #フェディバース #COSCUP #fedidev
  • Hi, I'm coming to #FOSDEM next week.

    Uncategorized fosdem
    8
    0 Votes
    8 Posts
    23 Views
    @mellifluousbox I'll be there!
  • Hello, Threads!

    General Discussion activitypub threads ehlabs
    1
    0 Votes
    1 Posts
    8 Views
    Hello, Threads! Threads users should now be able to follow ehLabs users. It's been a long journey for Threads compatibility, but follows and displaying posts are working. I'm not sure how multimedia posts work, but one step at a time. #activitypub #threads #ehlabs
  • 0 Votes
    1 Posts
    14 Views
    This is an extension of the discussion from Topic removal from a category/community. In it, rimu@piefed.social shared the Lemmy federation primer which details that Delete(Object) is federated whenever a post is removed from a community. I needed a way to communicate when a topic/context (not the top-level post) is removed from a category/audience, but is not deleted. You might ask — how is removing a context different from deleting it? In this case, a removed context still exists and is still resolvable. A context can removed from an audience in NodeBB. Note that Lemmy and Piefed don't have a concept of an audience-less context, so if a context is removed from an audience, it would simply be deleted. No additional logic required. Anyhow — when a topic is moved into Uncategorized (which is a catch-all bucket for... you guessed it, uncategorized content), NodeBB will federate a Remove. It looks something like this: { id: '#activity/remove/', type: 'Remove', actor: '', to: [], cc: [, object: '', origin: '', } This is live on activitypub.space already. This goes hand-in-hand with topic moving, which would follow similar mechanisms, except it'd be a Move instead of a Remove. I will likely write an FEP with technical details for both Remove and Move, and will include existing behaviours (Delete(Object)) as well.