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

Is there already an ActivityPub vocabulary for job openings, or cvs?

General Discussion
15 3 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    3 Posts
    3 Views
    @HausAmWestbahnhof My blog has been federated for years, and not only do I still have a Mastodon account, which is what I use primarily, but I also continue to use my Friendica account, which I use to write structured and formatted texts that I don't publish on the blog, long replies to accounts I follow, and also to automatically reshare my blog posts.A federated blog used in conjunction with a Mastodon account is like a camper used in conjunction with a scooter: with the former, you can take your home around the world; with the latter, you use it to get around town or to a village festival. And a Friendica account has the same advantage. Except that instead of being a scooter, it's like a dirt bike (amphibious. With a small tent on top 🀣): a little less agile than a scooter, but very versatile.@pfefferle
  • 0 Votes
    1 Posts
    5 Views
    Volker Grassmuck (@vgrass https://vgrass.de/) asks:"How can ActivityPub and AtProto join hands so both can fight the Romans rather than each other?"Now here's a question! That makes a great subject for a FediForum session. We are non-partisan with respect to protocols, and want the entire open social web to succeed. And as it is an unconference, the discussion can branch out over several sessions if needed if an action plan were to emerge!#AtProto #ActivityPub
  • 0 Votes
    1 Posts
    10 Views
    Mastodon has a concept called "pinned statuses", which is a special collection attached to a Person actor. https://docs.joinmastodon.org/spec/activitypub/#featured It wasn't readily known how this collection is updated and federated (not without code achaeology), but claire@social.sitedethib.com recently shared some additional info :smiley: The actor itself will issue an Add activity targeting the collection with the status in object. This activity is sent to all followers of the actor. No activity is sent if the actor has no remote followers. A Remove is sent when a pinned post is unpinned. This is what the Add looks like: { "@context": "https://www.w3.org/ns/activitystreams", "type": "Add", "actor": "https://example.org/users/testUser", "target": "https://example.org/users/testUser/collections/featured", "object": "https://example.org/users/testUser/statuses/115266412340579560" } The corresponding Remove is identical except for type, which is of course, Remove.
  • 0 Votes
    11 Posts
    45 Views
    @evan @phi > We have some ad hoc ways to move from one to the other, but they aren't built into the SMTP or IMAP specsyes they are, though? in IMAP, you can just copy your messages and folders from one inbox to another. in SMTP, we have email forwarding.using your own DNS name can make things easier, but the main challenge in fedi is that we don't have a common storage/access abstraction (equivalent to IMAP folders), and we don't recognize HTTP redirects (equivalent to SMTP forwarding).