Search

Items tagged with: fedify


The media in this post is not displayed to visitors. To view it, please go to the original post.

I can't explain how excited I am to be able to speak with @evan@cosocial.ca tomorrow, May 27th at 14:00 US Eastern time (UTC-4).

If you don't know Evan, he is co-editor of ActivityPub, the W3C standard for decentralized social networking used by platforms such as #Mastodon , #Bonfire , #GoToSocial , #Peertube , #Owncast , #Loops , #PixelFed , #Emissary , #Fedify , #FlohMarkt , #Lemmy , #Piefed , #WriteFreely , #Friendica , #GNUSocial , #Threads , #NodeBB , #Funkwhale , #Gancio , #Mobilizon , #BookWyrm , and MANY MANY MANY MORE + whatever YOU create next!

I've been speaking with folks and they've given him a very special nickname. You'll have to tune in tomorrow of catch the #VOD to catch it.

#livestream stream.firesidefedi.live

#vodcast tubefree.org/@firesidefedi

Or follow everything directly with @ozoned@stream.firesidefedi.live and @firesidefedi@tubefree.org

And follow @when@freestreamers.btfree.org for listings of future episodes!


Drafting a proposal to add API support in #Fedify for the ActivityPub Media Upload extension, the SocialCG-incubated #C2S companion that lets clients upload media via a dedicated endpoints.uploadMedia endpoint, separate from the outbox.

The sketched API mirrors the outbox listeners shipped in Fedify 2.2: setMediaUploader(path, callback) paired with .authorize(). Return a vocab.Object for 201 Created, or a URL for 202 Accepted.

This is still an early design draft. Feedback on the shape, semantics, and edge cases is very welcome:

github.com/fedify-dev/fedify/i…

#ActivityPub #Fedify #fediverse #fedidev


Naru, the Korean version of #Neocities, reportedly added an #ActivityPub implementation in just an hour using #Fedify. If you also want to implement ActivityPub quickly, give Fedify a try!

hackers.pub/@jihyeok/019da3d9-…


If you'd like to preview the #tutorial I'm writing on building a small federated image sharing service, similar to @pixelfed@mastodon.social, with @fedify@hollo.social and @nuxt@webtoo.ls, here it is:

pr-731-0.fedify.pages.dev/tuto…

If you'd like to give feedback after reading it, please leave a comment on the following PR:

github.com/fedify-dev/fedify/p…

#Fedify #fedidev #ActivityPub #Nuxt #Pixelfed


Honestly, I don't really care what strategy other #ActivityPub implementations follow to comply with the spec. (I solved it in #Fedify by just using a proper JSON-LD processor.) It's just a bit annoying that I always send valid JSON-LD documents, but whenever I encounter an interoperability bug where the other side can't process them, I'm the one who has to send them a patch to fix it. 😩