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

NodeBB <> Lemmy federation issue (re: nullable image/icon)

Technical Discussion
26 4 105

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    3 Posts
    11 Views
    @pocketvj I've liked Friendica for that purpose so far. Of the various Fedi options I have tried it is closest in functionality. It lets you have granular control of who can see or interact with your posts, lets you organize your contacts, can make long posts if you want of like 200k characters, supports making groups, also has a nice rss feature where you can add rss feeds as if they were a contact so they show up in your timeline and can be easily reshared.Features it has that are better than facebook are: no ads, no algorithm randomly hiding your friends posts, can be self hosted so you control the moderation (no more random post going missing for reasons you cant figure out), can organize your timeline by subject matter in addition to by who's posting (you can create and organize saved filters by keywords and hashtags and other parameters to create multiple kinds of timelines), has an option to pick from different UI styles (there's a green style one that I love, it's so peaceful and relaxing), and ability to bridge to follow and post with people other social networks too, even ones beyond ActivityPub. And my favorite: an optional anti doomscrolling feature, you can choose "pagination" instead of infinite scroll.Differences anddisadvantages: At first your timelines are quiet until you start following more people because there's no Meta force injecting "suggested posts" at you constantly. Timeline may also be more quiet than you're used to because it doesnt have addictive UI tricks to keep people scrolling 24/7 (but if you struggle with addiction this is a benefit. I regained hours of my week back). Because it's built by volunteers the default UI isnt as slick. I recommend going in the display settings and using the "bookface" display option which makes it more close to how facebook looks. It lets you control more stuff than Meta does, and some people get intimidated by having so many settings options. Because it's not an invasive privacy predator, it's slightly harder to just look up people you know, no one is required to use a real name, so I recommend joining with a few other folks you know so you can hang out together as you start off.
  • 6 Votes
    1 Posts
    13 Views
    I've seen hints of backfill working really well, but hadn't seen good examples until recently. As more and more instances upgrade to the newer versions of Mastodon that support context, backfill from Mastodon instances will improve across the board. Today one of the most popular topics on my NodeBB instance was an update from the admin of The Forkiverse, a brand new up-and-coming instance. Despite following only one person from that instance, I was able to see every single reply from that instance, even from users I don't follow. Super stoked to see resolvable contexts and backfill working in the wild. Who says the Fediverse is quiet? Not me, anymore πŸ˜…
  • 0 Votes
    1 Posts
    9 Views
    EU is calling for comments on open source strategies. MAKE YOURSELF HEARD! Even non-EU citizens have a voice here. NOW is a time to stand up and stand out! YOU want to help the Fediverse? Here's just one way today that YOU can REALLY make a difference: The European Open Digital Ecosystem Strategy will set out: a strategic approach to the open source sector in the EU that addresses the importance of open source as a crucial contribution to EU technological sovereignty, security and competitiveness a strategic and operational framework to strengthen the use, development and reuse of open digital assets within the Commission, building on the results achieved under the 2020-2023 Commission Open Source Software Strategy. ec.europa.eu/info/law/better... #EU #open #foss #openSource #source #linux #activitypub #AP #fedi #fediverse
  • 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.