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
  • @julian@fietkau.social

    Moved Uncategorized activitypub fediverse webfinger
    3
    0 Votes
    3 Posts
    14 Views
    @nick Mit anderen Worten: https://wrong.webfinger-canary.fietkau.software/canary ist die ActivityPub-ID des Accounts, @​ canary​ @ correct.webfinger-canary.fietkau.software ist das Handle.Ich hab mir das auch nicht ausgedacht, ich mache bloß Werbung dafür. 😄 Vielleicht hilft dir Mastodons Beschreibung: https://docs.joinmastodon.org/admin/config/#web_domainGetestet habe ich das teils mit eigenen Accounts, teils durch Nachfragen bei Freunden.Ansonsten noch Fragen? Bin gespannt auf deine Implementation!
  • 1 Votes
    5 Posts
    28 Views
    @liaizon yes
  • 0 Votes
    1 Posts
    9 Views
    Week in Fediverse 2026-03-06Servers- Hollo v0.7.5- Lemmy v0.19.16- Ktistec v3.3.2- Stegodon v1.8.1- GoToSocial v0.21.1- ActivityPub for WordPress v8.0.0- gathio v1.6.2- Misskey v2026.3.0- Castopod v1.15.5- flohmarkt v0.16.1- NodeBB v4.9.1- PieFed v1.6.9- Lemmy Development Update February 2026- FediProfile: A linktree for the fediverse - ActivityPub enabled profilesClients- Sengi v1.9.0- Summit v1.79.1- Blorp v1.10.8Tools and Plugins- Poduptime v6.3.0- share.joinmastodon.org: Share widget for MastodonProtocol- FEP-82f6: Actor statuses (Final comments)Articles- Gotosocial Reverse Proxy With Wireguard- FR#156 – Share Where?-----#WeekInFediverse #Fediverse #ActivityPubPrevious edition: https://mitra.social/objects/019ca0a0-4fce-c180-89e4-071244c530a4
  • 0 Votes
    9 Posts
    39 Views
    @pfefferle @evan @darius would break all norway instances 😰
  • 0 Votes
    1 Posts
    13 Views
    Every major version is a milestone, and 8.0.0 is no exception. Your WordPress blog just became a two-way street in the Fediverse. Visitors can like and boost your posts directly on your site. Media from federated replies is handled more reliably, and new block patterns make it easy to drop ActivityPub features into your pages.Like and Boost, Right From Your BlogThe Fediverse Reactions block now has optional Like and Boost action buttons, inline with each reaction group. When a visitor clicks one, a modal opens where they can enter their Fediverse handle or copy the post URL to interact from their home server.The plugin remembers the visitor’s profile in their browser, so the second time around it’s even faster. And for folks who aren’t familiar with how the Fediverse works, each modal now includes a collapsible “Why do I need to enter my profile?” help section that explains the open social web in plain language.This dramatically lowers the friction for cross-platform engagement.Block Patterns and TemplatesSetting up a Fediverse-ready profile page used to mean manually assembling Follow Me, Extra Fields, and Followers blocks. Not anymore.We’ve added a “Fediverse” block pattern category with four pre-configured layouts:Author Profile with Follow, a compact profile card.Fediverse Follow Page, a full-page follow experience.Author Header with Follow, great for author archive headers.Fediverse Sidebar, drop it into any sidebar or widget area.If you’re running a block theme on WordPress 6.7+, there’s also a new Author Archive (Fediverse) block theme template ready to go.Publish Smarter With Post Format SuggestionsA new pre-publish panel now analyzes your post content and suggests an appropriate post format when your object type is set to “Post Format.” Got a post that’s mostly images? It’ll nudge you toward the Image format. A video post? Video format.This matters because media-focused Fediverse platforms like Pixelfed and Vernissage display Notes differently than Articles, so choosing the right format means your content looks its best everywhere it lands.Community SnippetsWe’ve added a snippets/ folder to the GitHub repository, a home for lightweight, community-contributed extensions that don’t belong in the core plugin but are too useful to lose. The first batch includes:FediBlog Tag, automatically adds #FediBlog to standard blog posts for better Fediverse discovery.Locale from Tags, derives post locale from taxonomy tags.Bot Account, marks your profile as automated and displays a “BOT” badge in the Fediverse.Blockless ActivityPub, renders Fediverse reactions as pure server-side HTML, no JS required.Photon CDN, serves cached remote media through Jetpack’s Photon CDN for faster delivery.Got a snippet of your own? Check out the snippets folder and send a PR.Smarter Media CachingUnder the hood, we’ve rebuilt how the plugin handles remote media, avatars, emoji, images, audio, and video from across the Fediverse. Instead of importing everything into the WordPress Media Library at insert time, media is now wrapped in custom blocks and cached lazily at render time.What does that mean for you? Faster processing of incoming content, less disk usage, and better rendering of audio and video attachments. Original remote URLs are preserved in block attributes, so caches can be regenerated without data loss. If you’re using Jetpack’s Site Accelerator, that works too, the new system is built filter-first.For site admins, there are new CLI commands to keep things tidy:wp activitypub cache statuswp activitypub cache clearMinimum PHP 7.4With WordPress 7.0 deprecating PHP 7.2 and 7.3, we’ve raised the minimum requirement to PHP 7.4. This lets us clean up compatibility polyfills and use more modern PHP features going forward. If you’re still on an older version, update your PHP before updating the plugin.ChangelogAddedAdd a help section to interaction dialogs explaining the Fediverse and why entering a profile is needed.Add a notice on the Settings page to easily switch from legacy template mode to automatic mode.Add a pre-publish suggestion that recommends a post format for better compatibility with media-focused Fediverse platforms.Add a Site Health check that warns when plugins are causing too many federation updates.Add backwards compatibility for the ACTIVITYPUB_DISABLE_SIDELOADING constant and activitypub_sideloading_enabled filter from version 7.9.1.Add bot account snippet that marks ActivityPub profiles as automated accounts, displaying a “BOT” badge on Mastodon and other Fediverse platforms.Add Cache namespace for remote media caching with CLI commands, improved MIME validation, and filter-based architecture.Add federation of video poster images set in the WordPress video block.Add Locale from Tags community snippet.Add optional Like and Boost action buttons to the Fediverse Reactions block, allowing visitors to interact with posts from their own server.Add pre-built Fediverse block patterns for easy profile, follow page, and sidebar setup.Add snippet for blockless fediverse reactions.Add wp activitypub fetch CLI command for fetching remote URLs with signed HTTP requests.ChangedImproved active user counting for NodeInfo to include all federated content types and comments.Improve language map resolution to strictly follow the ActivityStreams spec.Superseded outbox activities are now removed instead of kept, reducing clutter in the outbox.The minimum required PHP version is now 7.4.FixedAccept incoming activities from servers that use standalone key objects for HTTP Signatures.Fix a crash on servers where WordPress uses FTP instead of direct file access for media caching.Fix a crash when receiving posts from certain federated platforms that send multilingual content.Fix automatic cleanup of old activities failing silently on sites with large numbers of outbox, inbox, or remote post items.Fix comment count to properly exclude likes, shares, and notes.Fix follow button redirect from Mastodon not being recognized.Fix modal overlay not covering the full screen on block themes.Fix outbox invalidation canceling pending Accept/Reject responses to QuoteRequests for the same post.Fix QuoteRequest handler to derive responding actor from post author instead of inbox recipient.Fix reactions block buttons inheriting theme background color on classic themes.Fix reactions block layout on small screens and remove unwanted button highlight when clicking action buttons.Fix signature verification rejecting valid requests that use lowercase algorithm names in the Digest header.Fix soft-deleted posts being served instead of a tombstone when the post is re-saved.Improve compatibility with federated services that use a URL reference for the actor’s public key.Improve handling of all public audience identifiers when sending activities to followers and relays.Prevent private recipient lists from being shared when sending activities to other servers.Get ItDownload from WordPress.org or grab it on GitHub. Remember to check your PHP version first — 7.4 or higher is now required.A huge thank you to everyone who contributed code, testing, bug reports, and ideas to this release. Special thanks to @kraft, @jeremy, and @futtta for their snippet contributions.Update, try out those Like and Boost buttons, and let us know what you think — what’s the feature you’ve been waiting for? What would you like to see next?
  • 1 Votes
    3 Posts
    23 Views
    Honestly, I hadn’t thought about that. I was planning to wait and see how Mastodon handles it and adapt to their approach. The DM as accept idea is really interesting. It could work.
  • 0 Votes
    1 Posts
    13 Views
    Glimmers of hope in dark times, #fediverse! Look at the #delightful responses to this #poll asking how people experience our emerging fedi..https://social.coop/@smallcircles/116154415408228188A #SocialMedia landscape of small villages, scattered with occasional larger cities, is the general perception thus far and that is a wonderful difference when contrasting to corporate ad-driven influencer-dominated platforms we have today.It would be nice if some of the people who voted Ghost Town gave their impression and needs they have wrt the fediverse.. cc @mikeymikey Also ghost-towners, check out @FediThing reply to the poll's thread:https://social.chinwag.org/@FediThing/116159075105561569And @nicol reply at:https://social.coop/@nicol/116159026520231736If you didn't vote yet, do so now. And consider adding your boost. It is literally about uplifting our online social universe. 🌻 #SX #SocialCoding #SocialWeb #ActivityPub
  • 0 Votes
    3 Posts
    15 Views
    @hardtech@corteximplant.com how about NodeBB 😅
  • 0 Votes
    169 Posts
    322 Views
    @johannab No, not at all snarky. 💕What is so interesting is to discern between the technical and social, and I think that most people have a very functional-technical perspective of what it means to communicate online, so to say. Consider it merely as extra channels to interact with others, more choice to connect.But of course our online social network is much more than merely a channel, and we have to 'project our social' somehow over these thin copper and fiberglass wires, while we try to make sense and interpret the social signals that come from other remote places.I think we underestimate the impact of communicating online, and the narrow 'social bandwidth' that our current networking tools support. Then we translate online situations to how we would behave offline and get wrong expectations, misconceptions, and subequenctly miscommunications.We are still all youngers online, still all learning the ropes, while we do social networking offline for 1,000's of years already.
  • 1 Votes
    5 Posts
    38 Views
    @mmassimoromano @hongminhee @COSCUP si li ho conosciuti al fosdem, mi piacerebbe andarci ma è un po' fuorimano 😅
  • 0 Votes
    1 Posts
    13 Views
    Week in Fediverse 2026-02-27Servers- Bookwyrm v0.8.5- Gush! v0.0.31- Hollo v0.7.4- flohmarkt v0.16.0- Mastodon v4.5.7- Wafrn v2026.02.02- GoToSocial v0.21.0- Loops v1.0.0-beta.10- Ktistec v3.3.1- Mitra v4.19.0- Stegodon v1.8.0- Hometown v1.2.0- gathio v1.6.1- Castopod v1.15.5- NodeBB v4.9.0- PieFed v1.6.7Clients- Pachli v3.4.0- tooi v0.22.0- Summit v1.78.1- Photon v2.3.0- Blorp v1.10.3- Phanpy changelogTools and Plugins- Poduptime v6.2.1- Fediverse invitationFor developers- Fedify v2.0Protocol- FEP-a427: Server Domain Migration- FEP-fc48: Generic ActivityPub serverArticles- Self-Hosting Pixelfed: Federated Instagram Without the Algorithm-----#WeekInFediverse #Fediverse #ActivityPubPrevious edition: https://mitra.social/objects/019c7c6f-742a-7930-2413-73b1d9611c99
  • 0 Votes
    4 Posts
    19 Views
    @tbachner 👍
  • 0 Votes
    6 Posts
    39 Views
    @hongminhee@hollo.social ah yes, implements would be a good thing to support. It would allow you to cache the value temporarily (maybe a quick recheck every 7 days or so) so as to avoid needing a double knock at all. Caching based on first knock success also works. I wonder if sending HTTP 426 is doable too... 🤔 https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/426
  • Hey #wordpress folks.

    Uncategorized wordpress activitypub
    2
    0 Votes
    2 Posts
    11 Views
    @peach there’s no built-in AI. The idea is to build the APIs/adapters so you can use AI if you want, but nothing requires it.https://make.wordpress.org/core/2025/12/04/ai-as-a-wordpress-fundamental/#comment-48213
  • 0 Votes
    8 Posts
    55 Views
    👋 @hongminhee@hollo.social maybe @admin@spark.box464.social can provide an account? @mayel@sunbeam.city ​@_elena@mastodon.social
  • 0 Votes
    18 Posts
    114 Views
    @joel @mastoblaster I think I fixed it. Both notification relay side and app side. I'll publish an updated beta (with other fixes, too) later today.
  • 0 Votes
    1 Posts
    11 Views
    "Fedify 2.0.0 está aqui!Esta é a maior atualização da história do Fedify. Destaques:**Arquitetura modular** – O pacote monolítico `@fedify/fedify` foi dividido em pacotes independentes e focados: `@fedify/vocab`, `@fedify/vocab-runtime`, `@fedify/vocab-tools`, `@fedify/webfinger` e outros. Pacotes menores, imports mais limpos e a possibilidade de estender o ActivityPub com tipos de vocabulário personalizados.**Painel de depuração em tempo real** – O novo pacote `@fedify/debugger` oferece um dashboard ao vivo em `/__debug__/` que mostra todo o tráfego de federação: traces, detalhes das atividades, verificação de assinaturas e logs correlacionados. Basta envolver seu objeto `Federation` e pronto.**Suporte a relay do ActivityPub** – Suporte nativo a relays via `@fedify/relay` e o comando CLI `fedify relay`. Compatível com os protocolos Mastodon-style e LitePub-style (FEP-ae0c).**Entrega ordenada de mensagens** – A nova opção `orderingKey` resolve o problema do "post zumbi", quando um `Delete` chega antes do seu `Create`. Atividades com a mesma chave são entregues garantidamente na ordem FIFO.**Tratamento de falhas permanentes** – `setOutboxPermanentFailureHandler()` permite reagir quando uma inbox remota retorna 404 ou 410, possibilitando limpar seguidores inacessíveis em vez de tentar reenviar indefinidamente.Outras novidades incluem negociação de conteúdo no nível do middleware, `@fedify/lint` para regras compartilhadas de linting, `@fedify/create` para scaffolding rápido de projetos, arquivos de configuração para a CLI, suporte nativo à CLI em Node.js/Bun e diversos fixes de bugs.Esta versão conta com contribuições significativas de participantes do OSSCA da Coreia. Agradecemos imensamente a todos envolvidos!Trata-se de uma release major com breaking changes. Consulte o guia de migração antes de atualizar.Notas completas da release: https://github.com/fedify-dev/fedify/discussions/580#Fedify #ActivityPub #fediverso #fedidev #TypeScript"@fediverse @tecnologia @academicos @internet (pode seguir para acompanhar os assuntos ou marcar para amplificar a postagem até no #lemmy tb)@fedify https://hollo.social/@fedify/019c8521-92ef-7d5f-be4d-c50eae575742
  • 0 Votes
    7 Posts
    53 Views
    @stefan@stefanbohacek.online Thanks!
  • 0 Votes
    6 Posts
    45 Views
    @julian yeah, heavy on people who look more at the 'growth hackability' coefficient and profitability, than moral compass or the amount of soul you have to sell.But there are roughly 2 crowds on HN. A sizable group is comparable to value-aligned folks you find here on the fediverse. They are the ones making critical notes, and ensure many of the good articles pop up on the front page.And as a humane tech activist it is relatively easy to 'bump' the positive messages that blissful unaware devs need to see, to raise awareness on things. Esp. if you are in Europe it is relatively easy to get things to the front page that highlight the big problems of our modern tech.
  • 0 Votes
    21 Posts
    85 Views
    @thisismissem ironically, I am debating rolling back the summary generation logic for NodeBB because sending the first 500 chars means fewer people go off-site to read the rest of the post. I was able to get much more engagement by sending the entire darn thing in summary.

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti