Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with activitypub, page 17

  1. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Sunday, 10-Feb-2019 13:59:12 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • ar.al🌻
    • G-Droid

    @aral @gdroid Perhaps focusing in #ActivityPub compatibility instead of #Mastodon-only is a way forward?

    In conversation Sunday, 10-Feb-2019 13:59:12 UTC from ecodigital.social permalink
  2. Fisher Root (fisherroot@mastodon.social)'s status on Thursday, 07-Feb-2019 12:23:25 UTC Fisher Root Fisher Root

    Cada vez más servicios, en su mayoría de código abierto y centrados en varios tipos de contenido, se van uniendo a la web social descentralizada, gracias al protocolo #ActivityPub.

    https://genbeta.com/redes-sociales-y-comunidades/servicios-fotos-video-blogging-redes-sociales-se-unen-activitypub-web-social-descentralizada

    #redsocial #socialmedia

    In conversation Thursday, 07-Feb-2019 12:23:25 UTC from mastodon.social permalink
  3. Michael Downey :xr: (downey@floss.social)'s status on Monday, 04-Feb-2019 10:06:05 UTC Michael Downey :xr: Michael Downey :xr:
    • Christine Lemmer-Webber

    Grateful to hear @cwebber talk about #copyleft & #decentralized tools like #ActivityPub at #CopyleftConf Brussels.

    #FreeSoftware #FLOSS #FOSS #OpenSource

    In conversation Monday, 04-Feb-2019 10:06:05 UTC from floss.social permalink

    Attachments


    1. https://ecodigital.social/system/media_attachments/files/000/587/292/original/799fd3a3577ebd40.jpeg
  4. switching.social (switchingsocial@mastodon.at)'s status on Sunday, 03-Feb-2019 17:03:41 UTC switching.social switching.social

    #Plume is a free open federated blogging platform for the Fediverse.

    You can find out more at:

    https://joinplu.me

    You can sign up at:

    https://fediverse.blog
    https://plume.mastodon.host
    https://cafe.sunbeam.city

    ...and many other instances listed at https://joinplu.me

    It's powered by ActivityPub, so you can follow Plume blogs from Mastodon, Friendica, Pleroma and other ActivityPub-powered social networks.

    #AlternativesAtoZ #Blogging #Blogs #Fediverse #ActivityPub #Medium

    In conversation Sunday, 03-Feb-2019 17:03:41 UTC from mastodon.at permalink

    Attachments


  5. Rev. Kellyn Delgado (revkellyn@social.gattai.net)'s status on Friday, 01-Feb-2019 16:55:24 UTC Rev. Kellyn Delgado Rev. Kellyn Delgado

    I tooted an idea a while back on an #ActivityPub federated #Podcasting app. Well I found a project called #PubCast. All there is is a Github page some code that doesn't actually work yet but I love the fact that it's being worked on.

    Expanding on my idea, they should add support for #WebTorrent too. Wouldn't it be awesome if anyone could setup their own podcast site and then people could follow via the #Fediverse or #RSS and stream via webtorrent so a popular show doesn't bring down their site?

    In conversation Friday, 01-Feb-2019 16:55:24 UTC from social.gattai.net permalink
  6. Raúl ☆彡 🎗️ (bgta@mastodont.cat)'s status on Thursday, 31-Jan-2019 20:41:09 UTC Raúl   ☆彡 🎗️ Raúl ☆彡 🎗️

    What #ActivityPub means for musicians. #tech

    http://kyefox.com/2019/01/30/what-activitypub-means-for-musicians/

    In conversation Thursday, 31-Jan-2019 20:41:09 UTC from mastodont.cat permalink
  7. AndStatus (andstatus@loadaverage.org)'s status on Thursday, 31-Jan-2019 15:59:37 UTC AndStatus AndStatus
    • Juanjo Faico
    • Rysiekúr Memesson
    • kaniini
    • maryjane :fediverso:
    • Dominique 🌓
    @rysiek Maybe it's the right time to start building (or completing implementation of) #ActivityPub compatible client to server API and not waste time on improvements of Mastodon's custom API ?!
    @dfeyer @kaniini @maryjane
    In conversation Thursday, 31-Jan-2019 15:59:37 UTC from loadaverage.org permalink
  8. cj 🇺🇸🇨🇭 (cj@mastodon.technology)'s status on Thursday, 31-Jan-2019 14:27:49 UTC cj 🇺🇸🇨🇭 cj 🇺🇸🇨🇭

    Let's get some facts down:
    - No single person created the #Fediverse
    - No single authority controls #ActivityPub
    - #ActivityStreams allow federating data
    - AS can be readily extended to have new kinds of data
    - Instances are the authorities on their own data

    Opinion:
    We should work towards having decentralized (instances) "AS/AP Authorities" who can extend the protocol and own the extensions, while federating these extensions so other devs can discover them in a centralized manner.

    In conversation Thursday, 31-Jan-2019 14:27:49 UTC from mastodon.technology permalink
  9. AndStatus (andstatus@loadaverage.org)'s status on Thursday, 31-Jan-2019 04:36:31 UTC AndStatus AndStatus
    in reply to
    • Juanjo Faico
    • AndStatus
    • jejune :abunhdhappy:
    @kaniini  Thank you, after several attempts I figured out the correct full URL for the "whoami" API endpoint:
    https://pleroma.site/users/AndStatus/inbox - and I got JSON response. Will parse it and return to You to move further, if you don't mind :-)

    However, this URL, looking like an actor's inbox, is conceptually incorrect for the "whoami" call as even #ActivityPub spec says: "The inbox is discovered through the inbox property of an actor's profile".
    This is why the "whoami" call should be the same for every user, and not the "inbox" of a concrete user/actor.
    I think :-)

    This is "whoami" call where the authenticated Actor receives his/her profile information, including URLs of endpoints!

    ?!
    In conversation Thursday, 31-Jan-2019 04:36:31 UTC from loadaverage.org permalink
  10. AndStatus (andstatus@loadaverage.org)'s status on Wednesday, 30-Jan-2019 15:55:20 UTC AndStatus AndStatus
    • Juanjo Faico
    • MMN-o ✅⃠
    • jejune :abunhdhappy:
    @kaniini I'm testing client to server #ActivityPub implementation of #Pleroma So far I cannot even complete user authorization step and get the authenticated Actor's endpoints (whoami / verify credentials...) at #Pleroma , because I don't know URL of the API point, see https://github.com/andstatus/andstatus/issues/499#issuecomment-457942709
    Could anybody help me?
    @mmn
    In conversation Wednesday, 30-Jan-2019 15:55:20 UTC from loadaverage.org permalink

    Attachments


  11. Christine Lemmer-Webber (cwebber@octodon.social)'s status on Tuesday, 29-Jan-2019 21:31:00 UTC Christine Lemmer-Webber Christine Lemmer-Webber

    The demo I'm working on at this hackathon is for a secure way of hosting content so that if your instance goes down, your content can survive, and if your content becomes popular, the whole network can help balance the work of hosting it. #activitypub #wizardstower2019

    In conversation Tuesday, 29-Jan-2019 21:31:00 UTC from octodon.social permalink
  12. switching.social (switchingsocial@mastodon.at)'s status on Tuesday, 29-Jan-2019 16:01:14 UTC switching.social switching.social

    #Osada is an ActivityPub-compatible social network which is sort of like the Swiss army knife of the Fediverse.

    It has lots of optional extra features including wikis, file storage, blogs, photo albums, calendars etc.

    You can find out more at the official site:

    https://zotlabs.com/osada

    You can follow the lead developer here:

    @mike

    (The same developer was also behind Friendica and Hubzilla, incidentally.)

    #AlternativesAtoZ #SocialNetworks #ActivityPub #Fediverse

    In conversation Tuesday, 29-Jan-2019 16:01:14 UTC from mastodon.at permalink
  13. AndStatus (andstatus@loadaverage.org)'s status on Saturday, 26-Jan-2019 13:08:40 UTC AndStatus AndStatus
    • Juanjo Faico
    #AndStatus Android client is ready for integration/developer's testing of the "client to server" #ActivityPub protocol.
    I created an alpha build of AndStatus for server developer, which allows to use AndStatus as a manual Server API testing tool.
    In order to move forward, past authorisation step, I need an account on a server that successfully authenticates/authorises a User. Servers that I'm aware of, didn't automate/implement the Client registration/User authorisation steps yet...

    More details and discussion are here: https://github.com/andstatus/andstatus/issues/499
    In conversation Saturday, 26-Jan-2019 13:08:40 UTC from loadaverage.org permalink

    Attachments


  14. Colegota El Villano (colegota@gnusocial.villanos.net)'s status on Thursday, 24-Jan-2019 21:31:35 UTC Colegota El Villano Colegota El Villano
    in reply to
    • Nextcloud
    • GNU Social
    • Nextcloud 📱☁️💻
    @nextcloud !gnusocial citizens? Are you sure?

    I like !nextcloud but I believe that needs #activitypub to that kind of federation.
    In conversation Thursday, 24-Jan-2019 21:31:35 UTC from gnusocial.villanos.net permalink
  15. A kind (of) writer (mareklach@mastodon.xyz)'s status on Monday, 21-Jan-2019 14:11:52 UTC A kind (of) writer A kind (of) writer

    Finally this happened!

    #Friendica 2019.01 release now officially supports #activitypub out of the gate.

    https://github.com/friendica/friendica/releases/tag/2019.01

    From their #changelong:

    ''The AP functionality was tested with Hubzilla, #Mastodon, #NextcloudSocial, #Osada, #PeerTube, with #Pixelfed and #Pleroma.''

    Another bunch of users to interact with... a more viable alternative to FB and #Diaspora, because #activitypub (and #zot) is the future of decentralised social net.

    Thank you guys,

    In conversation Monday, 21-Jan-2019 14:11:52 UTC from mastodon.xyz permalink
  16. Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 19-Jan-2019 08:34:26 UTC Strypey Strypey

    Hey fediverse admins, have you made sure your instance is being counted by https://the-federation.info/ ? I love being able to respond with that stats site URL when people say "nobody uses federated social networks" elsewhere on the web :) It now counts nodes running any one of 36 server apps, across 9 federation protocols, including #OStatus, and #ActivityPub, reporting about 2 1/2 million users.

    In conversation Saturday, 19-Jan-2019 08:34:26 UTC from mastodon.nzoss.nz permalink

    Attachments


  17. ( hellekin ) (how@ps.s10y.eu)'s status on Thursday, 17-Jan-2019 15:47:11 UTC ( hellekin ) ( hellekin )

    https://forum.enough.community/c/events/prepare-fosdem-2019 is now public for #ActivityPub round table preparation.

    I hope this will motivate people to get a bit more involved. It's only 2 weeks left to #FOSDEM2019, so I start worrying about the community's capacity to act collectively and bring something interesting at FOSDEM.

    In conversation Thursday, 17-Jan-2019 15:47:11 UTC from ps.s10y.eu permalink

    Attachments


  18. Rafael Bonifaz (rbonifaz@mastodon.social)'s status on Thursday, 17-Jan-2019 12:28:46 UTC Rafael Bonifaz Rafael Bonifaz

    ¿Alguien probó #activitypub en #Wordpress? Acá veo un plugin (beta), que esta dando soporte:
    https://wordpress.org/plugins/activitypub/

    Suena interesante, desde mi blog podría postear al fdiverso

    In conversation Thursday, 17-Jan-2019 12:28:46 UTC from mastodon.social permalink
  19. Adonay Felipe Nogueira (adfeno@ecodigital.social)'s status on Wednesday, 16-Jan-2019 08:57:46 UTC Adonay Felipe Nogueira Adonay Felipe Nogueira
    • Christine Lemmer-Webber
    • ElfLord
    • Caleb Herbert

    @cal @ElfLord As far as I can tell, at least for "privacy"-enabled/private" profiles in a #Mastodon instance, a third-party can only see publications already made visible to the person at some point before the visit. @cwebber can perhaps correct me on this but I think this is also part of the #ActivityPub #W3C #standard, which #Mastodon also follows.

    In conversation Wednesday, 16-Jan-2019 08:57:46 UTC from ecodigital.social permalink
  20. Strypey (strypey@mastodon.nzoss.nz)'s status on Wednesday, 16-Jan-2019 08:51:32 UTC Strypey Strypey

    Here's the "final" comment on #ActivityPub by the informal spokesperson on inter-operationg from the #Diaspora project:
    https://schub.io/blog/2019/01/13/activitypub-final-thoughts-one-year-later.html

    In conversation Wednesday, 16-Jan-2019 08:51:32 UTC from mastodon.nzoss.nz permalink
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.