Posts by mczachurski@mastodon.social
(DIR) Post #AR4o3NZODEcMl58fFA by mczachurski@mastodon.social
2022-12-28T18:45:49Z
1 likes, 0 repeats
Small POC of client for @pixelfed. I'm not happy with animations and with exif metadata which are stored in files downloaded from server.
(DIR) Post #B4ORAvGv8Ccq46qPI0 by mczachurski@mastodon.social
2026-03-18T16:09:16Z
0 likes, 0 repeats
@wakest I found the issue was caused by Mitra not exposing /.well-known/host-meta. In such cases, I implemented a fallback to the default WebFinger endpoint. Account resolution works, and follow/like activities will likely work as well. However, posting statuses and boosts to Mitra will not work, because it does not expose a sharedInbox. As a result, delivery would have to be performed separately for each recipient inbox, which is less efficient and does not scale well. 🤔 @silverpill
(DIR) Post #B5QSmplWaSP43wEg08 by mczachurski@mastodon.social
2026-04-17T16:57:41Z
2 likes, 3 repeats
I’m looking for input from ActivityPub experts. Vernissage supports reading and exchanging EXIF metadata from photos (currently visible only in supporting systems). Would it be reasonable (if explicitly enabled by the user) to automatically embed this metadata as HTML in outgoing ActivityPub posts, so other platforms could render it within the status content? This could eliminate the need for manual copying. Curious whether this is considered a good practice or an anti-pattern. 🤔
(DIR) Post #B5SnCf33RW7Hkgwp9s by mczachurski@mastodon.social
2026-04-17T18:52:04Z
0 likes, 0 repeats
@pfefferle Yes, but I don’t think Mastodon, Fredrica, or GoToSocial will ever do that. 🥺
(DIR) Post #B5SnCffh7r1bgX1gO0 by mczachurski@mastodon.social
2026-04-18T15:36:57Z
0 likes, 0 repeats
@pfefferle Could you send a link to a photo from Vernissage that’s visible in WordPress? I’d really like to see what it looks like 🤩
(DIR) Post #B5SnCgcXb462d2Yg6q by mczachurski@mastodon.social
2026-04-18T18:13:09Z
0 likes, 0 repeats
@pfefferle I understand. I’ll implement FEP once it gets approved. For now, I’m only using the extension. It would be great if it gets approved soon - then more platforms might adopt it.
(DIR) Post #B5SnChb9xgaNf2v5ay by mczachurski@mastodon.social
2026-04-19T12:49:34Z
0 likes, 0 repeats
@pfefferle @silverpill I understand your point, but it feels unusual to implement something that is not yet approved - especially in a system that already works and exchanges this information. Any change would require me to release new versions and ensure backward compatibility each time, which is quite a lot of work. I would prefer to wait for a finalized FEP and implement something stable and clearly justified.
(DIR) Post #B5U6YeA1W3bNeoMeuW by mczachurski@mastodon.social
2026-04-20T11:38:58Z
0 likes, 0 repeats
@silverpill Okay, I understand. I implemented this FEP, and it has already been deployed to production.I also added a section to the FEP with information about the services that have implemented it so far - currently only Vernissage. It would be great if you could also add your WordPress implementation there, @pfefferle.Thanks for the information. PR: https://codeberg.org/fediverse/fep/pulls/826