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

A question about #ActivityPub account migration.

General Discussion
5 3 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • @deadsuperhero

    Herve Family activitypub wordpress
    1
    0 Votes
    1 Posts
    2 Views
    @deadsuperheroWhat kind of customizations did you have in mind? What would you like your site to look like?I’ve learned to really appreciate the flexibility of the block-based themes in WordPress ; they offer a lot that was previously only available to folks comfortable with PHP. That said, this is mostly about layout and display. If you want to display custom data, you may still have to dive into code to get what you need. That is, unless someone else already developed it πŸ™‚The ActivityPub plugin includes more and more blocks that can help bring Fediverse functionality to your site, to create real Fediverse profiles for authors. If you have ideas of more things we could implement, please let us, either in the WordPress.org support forums for the plugin, on GitHub, or right here (you can ping @pfefferle or me any time!)
  • 0 Votes
    1 Posts
    12 Views
    App Update: We're preparing our new app for public beta release this week πŸš€ Yes, on both Android and iOS πŸ˜‰ #loops #loopsApp #tikTok #reels #activityPub
  • 0 Votes
    1 Posts
    17 Views
    Week in Fediverse 2025-10-24Servers- Betula v1.5.0- Vernissage Server v1.25.0- Mastodon v4.4.8- Ktistec v3.1.1- Wafrn v2025.10.01- Mobilizon v5.2.0- Misskey v2025.10.1- NeoDB v0.12.4- Merp Relay v0.3.0- comments: Server component for comment tracking systemsClients- IceCubesApp v2.0.8- Mangane v1.18.1- Photon v2.1.1- Blorp v1.9.26Tools and Plugins- Poduptime v5.5.4- Fediverse follows quiz- Vulpes Porto: Bot to post remotely or locally hosted photos daily at set timesFor developers- Fedialgo v1.2.23- apkit v0.3.3- roboherd v0.1.12Protocol- Server-Sent Events For the ActivityPub APIArticles- Understanding Decentralized Social Feed Curation on Mastodon- Fediverse Report #139-----#WeekInFediverse #Fediverse #ActivityPubPrevious edition: https://mitra.social/objects/0199f3d4-c2ce-a6c6-de48-dcb254582434
  • 0 Votes
    26 Posts
    112 Views
    @julian that might be it, yeah. languages outside of javascript generally don't make a distinction between null and undefined, and even in javascript these are used inconsistently. for example localStorage.getItem will return null for a missing key. practically speaking, the "intentionally" distinction is a distinction without a difference in most processing contexts.