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

What if Stack Overflow, except federated?

PieFed Meta
27 16 40

Gli ultimi otto messaggi ricevuti dalla Federazione
  • From a technical POV it is theoretically possible but not tested.

    Most likely the various softwares would opt out of handling non-public content out of safety.

    It is something we'd want to work on in lockstep with all the various devs 🙂

    read more

  • Sorry, i don't know if it is possible. I haven't tried/tested private community on Piefed. I recall you can add username to community. However i wanted to react on switching private community to public. There are case where you want to do that.

    However, i think it is sensible and shouldn't be allowed or not decided by the mods team at least. I wouldn't recommend switching private to public is the software. Because there are thing we talk between ourselve, and they should stay that way.

    Maybe, it would require to delete the whole posts and comments history. Dunno, for me it requipe people approval. Or something like mastodon that hide your post from people that aren't in your friend circle and then everyone decide for themselve whatever is the community decision.

    read more

  • Are there plans to make private communities accessible/usable without an account on the same instance ?
    Is it possible to switch from private to public (and vice versa)?

    read more

  • As if multiple servers wasn't complicated enough, there are multiple apps and multiple web frontends you can use too! p.piefed.social is an installation of Photon.

    Log in with your piefed.social credentials.

    Like Blorp, it looks great on a phone and can be installed as a PWA.

    read more

  • Try https://b.piefed.social instead! Log in with the same username and password as piefed.social.

    It works best on a phone / tablet but on a desktop it's fine too once you switch to compact mode.

    It can be installed as a PWA.

    There are also lots of themes you can try at https://piefed.social/user/settings. Here are some screenshots of them - https://join.piefed.social/screenshots/

    read more

  • Oh so it is, I wasn't seeing it yesterday when I checked. Perhaps unpinning and re-pinning, or removing and re-allowing the ability to show on popular fixed it and I didn't notice it.

    Nonetheless, thank you for all the help!

    read more

  • Ok, it seems to be working now then. Let us know if you continue to see weirdness with the pinned posts.

    image

    read more

  • Oh we actually unpinned the main@piefed.ca post after I confirmed it was working and made that comment. It's the other one from main@lemmy.ca that is still pinned, but doesn't show up for users that aren't logged in

    read more
Post suggeriti
  • 0 Votes
    19 Posts
    90 Views
    @terminaltilt report vatnik accountsthey're always trying to sneak ina vatnik is someone who pushes kremlin disinfo narratives
  • Un server ActivityPub in un singolo file PHP?

    Fediverso fediverse
    1
    0 Votes
    1 Posts
    16 Views
    Un server ActivityPub in un singolo file PHP? Ecco come fare... Il post di @tofeo Qualsiasi programma per computer può essere progettato per essere eseguito da un singolo file, se la progettazione è abbastanza sbagliata! 🤣Volevo creare il server #Fediverse più semplice possibile, che potesse essere utilizzato come strumento didattico per mostrare come funziona ActivityPub / Mastodon.shkspr.mobi/blog/2024/02/activ…@fediversoRE: shkspr.mobi/blog/2024/02/activ…
  • 0 Votes
    1 Posts
    20 Views
    Running a community in the Fediverse means balancing openness with safety. Every year, @iftas takes the pulse of administrators, moderators, and community managers with their Annual Needs Assessment. This survey helps identify what’s working, where support is needed, and which tools can make a difference for those keeping decentralized spaces safe.The 2025 survey is now openTake part in the IFTAS Needs Assessment (5–10 minutes).Take the survey now(If you haven’t seen them before, you can also take a look at last year’s report)Last year’s responses represented moderators of over 4.3 million accounts across ActivityPub platforms. With WordPress now the largest group of federating instances, it’s especially important for our community of hosts, site admins, and moderators to be heard.Moderation in WordPress: From Site-Wide to Personal ControlsWe recently introduced a major update to the ActivityPub plugin for WordPress: personalized and site-wide moderation tools.Site administrators can now set domain, keyword, and actor-level blocks that protect the entire site.Individual users can fine-tune their own experience with personal blocks, managed directly from their profiles.Content is checked against both global and personal rules—so moderation works at every level.These improvements directly address needs raised in previous IFTAS surveys, making moderation more discoverable, flexible, and effective for WordPress communities in the Fediverse.Your Input MattersIFTAS uses the Needs Assessment to guide tools, policies, and advocacy that reflect the real-world challenges of moderators—especially those in under-resourced communities. The more representative the responses, the stronger the outcomes for everyone.If you’re running a federating WordPress site, please consider:Filling out the survey yourself.Sharing it with other admins, moderators, and community organizers.Reminding folks that it’s anonymous, quick, and impactful.Take the 2025 Fediverse Needs AssessmentTogether, we can keep building a safer, healthier Fediverse—one that reflects the needs of its communities.
  • 0 Votes
    9 Posts
    25 Views
    @julian yes. BadgeFed has an API. But the concept is really simple, it is a Note (or Document) that has an attachment. The attachment is a property of the ActivityPub object usually used for videos or images. In this case the attachment includes a full OpenBadge object.The only restriction is that the Note attributed (activitypub actor) MUST be the url in the OpenBadge issuer (issuer = actor). Also the recipient url from the OpenBadge SHOULD be mentioned in the Note.With this simple mechanism you can pretty much create a compatible badge that can be decentralized with BadgeFed.