Goofed Home

Conversation

$$20090
https://mitra.social/users/silverpill posted on Mar 29, 2026 18:26
In reply to: https://crib.social/objects/5ce791b6-7a28-47b7-a8cb-80224f45a8c1

@taoeffect It is useful if you want a micro-blog account that is not tied to a single server / domain name.

https://mitra.social/objects/019d3ad8-d819-e844-b158-e7f63bb4093d

$$20095
https://mitra.social/users/silverpill posted on Mar 29, 2026 18:34
In reply to: https://mitra.social/objects/019d3ad8-d819-e844-b158-e7f63bb4093d

@taoeffect There is a caveat, of course. It can communicate with Mastodon and other Fediverse servers, but only a few of them are capable of distinguishing decentralized accounts from regular ones.

https://mitra.social/objects/019d3ae0-227e-89db-55a2-e68171b2f376

Conversation

$$18380
https://mitra.social/users/silverpill posted on Mar 26, 2026 21:21
In reply to: https://micro.glasshoundcomputing.com/users/jeremiah/statuses/01KMNJZKJAKEK9V4SM470EHGN9

@jeremiah ActivityPub relays can help with that

https://joinfediverse.wiki/Relays

https://mitra.social/objects/019d2c06-3d1e-8afd-2f45-de8a7a7963db

Conversation

$$18353
https://mitra.social/users/silverpill posted on Mar 26, 2026 20:33
In reply to: https://social.coop/users/smallcircles/statuses/116294643635350502

@smallcircles

There are a couple of #ActivityPub projects that focus on providing the good tools that abstract away the complexities of wire-level network comms

You're talking to a developer of such project.

There is no "wire chaos", where did you get this idea from?

@fedify

https://mitra.social/objects/019d2bda-99b3-052d-436e-7f9454eef2e7

Conversation

$$17290
https://mastodon.xyz/users/Profpatsch posted on Mar 24, 2026 22:27

New post: Can we have a more “social” media?

https://profpatsch.de/essays/a-more-social-media

On advertising, the Fediverse, and what a more human social web could look like.

Special mentions: @smallcircles, @phnt, @happy-programming

#fediverse #activitypub #socialmedia

https://mastodon.xyz/users/Profpatsch/statuses/116286505445503914

4 posts in conversation

$$18343
https://mitra.social/users/silverpill posted on Mar 26, 2026 20:04
In reply to: https://mastodon.xyz/users/Profpatsch/statuses/116295916338801699

@Profpatsch You need to create a new signature because the request target is changing. It is a part of a signature base, so the initial signature becomes invalid when the client follows a redirect.

@liaizon

https://mitra.social/objects/019d2bbf-4e34-02b9-d5b8-f60aa8a20aa1
$$18344
https://mitra.social/users/silverpill posted on Mar 26, 2026 20:11
In reply to: https://mastodon.xyz/users/Profpatsch/statuses/116295929200084083

@Profpatsch @liaizon The guide recommends limiting the response size, to prevent DoS.

I also found this in your SECURITY.md:

https://codeberg.org/Profpatsch/Profpatsch/src/commit/249aa389a2023814b328af8fc795750fd28d995d/users/Profpatsch/activitypub-go/security.md#response-body-size-limits

https://mitra.social/objects/019d2bc5-a5db-85e0-512e-5c68cbe6e6b4

Conversation

$$17915
https://mitra.social/users/silverpill posted on Mar 25, 2026 21:19
In reply to: https://social.coop/users/smallcircles/statuses/116289081276061888

@smallcircles Fediverse is not like email because ActivityPub has many different message types. What kind of client API developers use is irrelevant.

https://mitra.social/objects/019d26dd-a36f-81b0-18fb-c548472c1dcb

Conversation

$$15435
https://hollo.social/@hongminhee posted on Mar 21, 2026 04:32

So, an interesting issue came up in the #Fedify repo that I’ve been thinking about: #629.

You know how every #fediverse server uses schema:PropertyValue in actor attachment for profile metadata fields (like “Website”, “GitHub”, etc.)? Turns out, strict #AS2 validators like browser.pub reject it, because the AS2 spec says attachment should only contain Object or Link—and PropertyValue is a schema.org type, not an Activity Streams 2.0 type.

The thing is, we can’t just drop the type like we did with Endpoints (#576), because Mastodon and others rely on seeing "type": "PropertyValue" to render profile fields. But at the same time, it’s technically not spec-compliant.

I’m leaning towards writing a #FEP to formalize this existing practice rather than trying to invent a new type (like toot:PropertyValue extending Object), which would be a nightmare to migrate across the whole fediverse.

What do you all think? Has anyone else run into this? Would love to hear thoughts from implementers and spec folks.

#fedidev #ActivityPub #ActivityStreams #ActivityStreams2 #AS2 #PropertyValue

https://hollo.social/@hongminhee/019d0eaa-637d-70e4-b110-fb96d4f2cf24

$$15676
https://mitra.social/users/silverpill posted on Mar 21, 2026 20:04
In reply to: https://hollo.social/@hongminhee/019d0eaa-637d-70e4-b110-fb96d4f2cf24

@hongminhee +1 for formalizing the existing practice in a FEP.

PropertyValue is covered in FEP-fb2a, but it proposes an alternative representation which implementers must support:

https://codeberg.org/fediverse/fep/src/branch/main/fep/fb2a/fep-fb2a.md

https://mitra.social/objects/019d11ff-88e3-33c6-e87b-7b330d1c7cf3

Conversation

$$14388
https://mitra.social/users/silverpill posted on Mar 18, 2026 14:14
In reply to: https://hollo.social/@hongminhee/019d0145-f751-7607-b581-62285e4bfb51

@hongminhee It only includes the standard AP context. Do you have a workaround for that as well?

https://mitra.social/objects/019d014c-1524-b491-a1e3-9dc8416bf4c5

Conversation

$$14128
https://hollo.social/@hongminhee posted on Mar 18, 2026 06:00

Just had to add a workaround to #Fedify for http://joinmastodon.org/ns, a JSON-LD context URL that has never actually served a JSON-LD document. Mastodon has always inlined the term definitions, but some implementations put it as a bare URL in their @context, so Fedify’s JSON-LD processor tries to fetch it and gets a 404 Not Found. Now Fedify ships a bundled copy of a context that never existed in the first place.

https://github.com/fedify-dev/fedify/pull/631

#fedidev #ActivityPub #JSONLD

https://hollo.social/@hongminhee/019cff88-7329-7bae-af27-93c248a6c0c6

$$14381
https://mitra.social/users/silverpill posted on Mar 18, 2026 14:00
In reply to: https://hollo.social/@hongminhee/019cff88-7329-7bae-af27-93c248a6c0c6

@hongminhee Can Fedify process this post?

https://mitra.social/.well-known/apgateway/did:key:z6MkumzpDj1cYZD2GrBbVT86xL6CfPuyqWZAEXMfSqN9j3hf/objects/019ce2d7-6367-ef68-9810-6a5548c8ca1d

https://mitra.social/objects/019d013f-d79f-ff43-4456-1190ebaa3da7

Conversation

$$11640
https://mitra.social/users/silverpill posted on Mar 13, 2026 22:20
In reply to: https://mastodon.tymoon.eu/users/shinmera/statuses/116223973541850487

@shinmera There is only a proposal:

https://fediverse.codeberg.page/fep/fep/a427/

https://mitra.social/objects/019ce949-47b1-059a-9e5e-013e756b6113

$$11707
https://social.coop/users/django posted on Mar 13, 2026 23:54
In reply to: https://mastodon.tymoon.eu/users/shinmera/statuses/116223973541850487

@shinmera GoToSocial has a Mastodon migration tool, I see it’s archived though https://github.com/VyrCossont/slurp/

https://social.coop/users/django/statuses/116224562613871233
$$11745
https://social.hostnetwork.xyz/users/fox posted on Mar 14, 2026 00:46
In reply to: https://mastodon.tymoon.eu/users/shinmera/statuses/116223973541850487

@shinmera when my main acces domain moved from mastodon to social I just changed the settings and made everything redirect there. Probably only broke the I stances that can't handle webfinger and the alias domain stuff thingy

https://social.hostnetwork.xyz/users/fox/statuses/116224766046380407

Conversation

$$10996
https://mitra.social/users/silverpill posted on Mar 12, 2026 19:38
In reply to: https://activitypub.space/post/1545

@julian @Edent dansup? No, it is not his site.

https://mitra.social/objects/019ce38e-9ba5-cf3c-e31b-158190f1c117

$$10999
https://social.coop/users/django posted on Mar 12, 2026 19:45
In reply to: https://mitra.social/objects/019ce38e-9ba5-cf3c-e31b-158190f1c117

@technical-discussion @julian @Edent @silverpill I think it is @melvincarvalho

https://social.coop/users/django/statuses/116217919251689766
$$11181
https://mastodon.social/users/melvincarvalho posted on Mar 13, 2026 09:42
In reply to: https://social.coop/users/django/statuses/116217919251689766

@django @technical-discussion @julian @Edent @silverpill yes socialdocs is something i help look after. Anything needed?

https://mastodon.social/users/melvincarvalho/statuses/116221211731515385
Create New Post