A reasonable ActivityPub / ActivityStreams API to schedule something to be posted in the future might be — to HTTP POST something to an account's outbox with the `published` field set to a date-time in the future.
A reasonable ActivityPub / ActivityStreams API to schedule something to be posted in the future might be — to HTTP POST something to an account's outbox with the `published` field set to a date-time in the future.
The ActivityPub specification does not have an example of the "sharedInbox" field in use.
Although it does say "An optional endpoint..." — I suspect a lot of people won't know (with confidence) that it can go under the "endpoints" field. For example:
"endpoints": {
"sharedInbox": "https://social.example/inbox"
},
Especially if the person is still trying to understand ActivityPub, and isn't aware of the "endpoints" field yet.
Previews in ActivityPub / ActivityStreams is what should bind the disparate software and user-experiences on the Fediverse.
Not the ActivityStreams 'Note'.
...
Previews using 'icon', 'image', 'name', 'summary', etc.
Federated Badges! Very early stages but cool to see new ideas outside of a social media timelines.
#Fediverse #FediDevs #ActivityPub
https://badges.vocalcat.com/record/20
What about the Fediverse or Mastodon, etc, frustrates you or confuses you?
ActivityPub outboxes are the new RSS / Atom / WebFeed.
You can just read from them to get a JSON feed of someone's posts.
I.e., you do NOT have to implement the full suite of Fediverse protocols, or Follow, or run your own server, or anything else to get someone's posts on the Fediverse — just read from their outbox.
Dicen el el amor entra por los ojos.
Recuerda que tengo este listado en el que el único requisito es ser hablar español y ser (o haber vivido parte de tu vida) en LATAM. El objetivo es encontrar a más gente dentro de "la red de Mastodon" que hable español y que sea de Latinoamérica. Si bien es cierto que el grueso de los hispanohablantes son españoles y que esto no debería ser un problema real, lo cierto es que las diferencias horarias y culturales hacen que la integración sea más difícil.
Además, siempre es bueno tener con quien cotorrear con el meme de "Sáquenme de Latinoamérica".
Solicita ingresar en la lista. Lo único es que antes revisa que en Preferencias>Perfil Público>Privacidad y Alcance tengas activadas las casillas de descubrimiento.
Is any Fediverse software using or generating the 'View' activity-type?
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-view
You could create view-counts on posts, profiles, etc, using this.
Of course, there are privacy concerns with this.
And, also, what counts as a "view".
Although, I sometimes use a "Like" to indicate I viewed something. If a 'View' was something manual (such a pressing a button) that could be more semantically clean.
To me, it feels like the Activity Types should have been past-tense verbs, rather than present-tense verbs.
I.e.:
• "Accepted" rather than "Accept"
• "Added" rather than "Add"
• "Announced" rather than "Announce"
• "Arrived" rather than "Arrive"
• "Blocked" rather than "Block"
• "Created" rather than "Create"
• etc
Present-tense verbs feel like commands.
Past-tense verbs feel like events.
Activities are events not commands.
@reiver i built on #fedialgo to make a customizable feed algorithm that is pretty much how i interact with #mastodon these days. it's available as an #npm package.
here's the demo app: https://github.com/michelcrypt4d4mus/fedialgo_demo_app_foryoufeed
this is what the demo app looks like:
I've seen multiple call outs from our fediverse leadership for monetary contributions. If there ever was a time, it is NOW to show your support at all levels.
Your local instance administrators need money to keep it running.
Your favorite app developers need money to fund their work.
Platforms themselves need funding.
And, reach out to the people that keep your feeds running and say thank you.
They need to hear it. #FediThankYou
I’ve put together a list of great #raspberrypi folks/accounts to follow on #fedidevs https://fedidevs.com/s/ODM/ please give the list a follow if you want to keep up to date with all the news.
For previous threads on Fediverse Labelers see:
https://mastodon.social/@reiver/113825206793984884
And:
https://mastodon.social/@reiver/113822862806430217
.
Fediverse Labeler update:
I have been working on site that anyone can use to see Fediverse Labelers in action.
I am hoping to get it done soon. (Maybe by the weekend or next week.)
3/
This screen mock-up only shows text-labels.
Other types of labels can exist — image labels of different types, virtual object labels, space-time labels, etc.
And labels can have different use-case (in addition to human-readable text) — more on that later.
2/
For discussion on some of the technical / programming side of Fediverse Labelers, see:
https://mastodon.social/@reiver/113822893896346873
.
1/
More on Fediverse Labelers —
Here is how text-labels from multiple Fediverse Labelers could appear in an application on a person's profile.
...
In this example, the application pulled in 7 labels from 4 different Fediverse Labelers.
I made a Starter Pack for One Piece fanartists on FediDevs !
If you wish to be featured on (you need to enable discoverability in your parameters though) just @ me ! Same thing if you wish to be removed, of course.
4/
Fediverse Custom Feeds are a powerful technology!
And are one piece in creating a "plug-in" system for the Fediverse.
3/
The UI/UX part of a Fediverse Custom Feed is making apps understand what to do with a Actor type="Feed" actor.
For example — when the user "Follows" an Actor type="Feed" actor, then the app could make the content from that actor show up next to the home-feed, as an alternative feed.