Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices tagged with activitypub, page 17

  1. rapnie (rapnie@mastodon.technology)'s status on Sunday, 05-Aug-2018 12:29:26 EDT rapnie rapnie

    Chess over #ActivityPub by using #Mastodon

    https://castling.club/

    HN upvote now: https://news.ycombinator.com/item?id=17691936

    In conversation Sunday, 05-Aug-2018 12:29:26 EDT from mastodon.technology permalink
  2. Stéphan Kochen (kosinus@mastodon.social)'s status on Saturday, 04-Aug-2018 14:13:42 EDT Stéphan Kochen Stéphan Kochen

    You can now challenge someone to game of #chess over toots! https://castling.club/ 💪

    It's actually a standalone server in the #fediverse, implementing #activitypub all by itself. 😃

    In conversation Saturday, 04-Aug-2018 14:13:42 EDT from mastodon.social permalink
  3. Strypey (strypey@mastodon.nzoss.nz)'s status on Thursday, 02-Aug-2018 14:40:40 EDT Strypey Strypey
    • Zatnosk :blobwizard_sun:

    @zatnosk I spoke to Matt Slater from #CommunityForge at Open 2018, and he is working on implementing #ActivityPub, so they can inter-operate with any mutual credit platforms that do the same. Federation is not a focus for the Loomio team. They're targeting a different use case I guess

    In conversation Thursday, 02-Aug-2018 14:40:40 EDT from mastodon.nzoss.nz permalink
  4. Mayel - ghost account (mayel@social.coop)'s status on Thursday, 02-Aug-2018 04:38:26 EDT Mayel - ghost account Mayel - ghost account
    • cj 🇺🇸🇨🇭

    @cj

    It always is! Thanks a lot for giving it thought and documentating the issues :)

    This still will require hardcoding the extensions pre-compilation, right? That's fine for most use cases but wouldn't work for a "generic #ActivityPub server" that can support any activities/objects as in: https://social.coop/@mayel/100469525067581562

    In conversation Thursday, 02-Aug-2018 04:38:26 EDT from social.coop permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      New status by mayel
      By Mayel from social.coop
  5. Vi Jay Suskind (tuxether@floss.social)'s status on Wednesday, 01-Aug-2018 05:55:44 EDT Vi Jay Suskind Vi Jay Suskind

    An early look at the #activitypub based social link aggregation platform #anancus. You can find the source code at https://gitlab.com/tuxether/anancus

    In conversation Wednesday, 01-Aug-2018 05:55:44 EDT from floss.social permalink
  6. bhaugen (bhaugen@social.coop)'s status on Tuesday, 31-Jul-2018 09:56:36 EDT bhaugen bhaugen
    • ar.al🌻
    • Mayel - ghost account
    • ivan
    • Lynn Foster
    • Dion Moult
    • Doug Blank

    What are the candidates for an #agent-centric #ActivityPub ?

    * @dsblank 's https://github.com/dsblank/activitypub
    * @aral et al's https://source.ind.ie/indienet
    * #pleroma (I see lots of single-person instances)
    * https://github.com/tsileo/microblog.pub

    What else? What did I miss?

    @mayel
    @bernini @lynnfoster
    @thinkMoult
    sorry if I missed somebody else who is interested in this issue.

    In conversation Tuesday, 31-Jul-2018 09:56:36 EDT from social.coop permalink

    Attachments

    1. Invalid filename.
      dsblank/activitypub
      from GitHub
      activitypub - A general Python ActivityPub library
    2. Unable to connect to tls://source.ind.ie:443. Error: php_network_getaddresses: getaddrinfo failed: Name or service not known
      Indienet
      from GitLab
      Autonomy in the digital age.
  7. Mayel - ghost account (mayel@social.coop)'s status on Tuesday, 31-Jul-2018 09:21:30 EDT Mayel - ghost account Mayel - ghost account
    in reply to
    • INACTIVE
    • ar.al🌻
    • Christine Lemmer-Webber
    • bhaugen

    PS. We've been talking with @bhaugen and others about the need for a generic agent-centric #ActivityPub server, so that instead of signing up to a bunch of different servers, a user could have their indentity and data all in one place, and all the apps they use (clients, but if necessary server-side "plugins" as well) would interact with the activity/objects types that they support.

    What do you think?

    cc @cwebber @aaronpk @deadsuperhero @aral

    In conversation Tuesday, 31-Jul-2018 09:21:30 EDT from social.coop permalink
  8. Mayel - ghost account (mayel@social.coop)'s status on Tuesday, 31-Jul-2018 09:00:41 EDT Mayel - ghost account Mayel - ghost account
    • Zatnosk :blobwizard_sun:
    • bhaugen

    @zatnosk

    Yeah I agree, would be happy to classify things that way, only most apps so far are both server and client.

    Been talking with @bhaugen and others about the need for a generic agent-centric #ActivityPub server, so that instead of signing up to a bunch of different servers, a user could have their indentity and data all in one place, and all the apps they use (clients, but if necessary server-side "plugins" as well) would interact with the activity/objects types that they support.

    In conversation Tuesday, 31-Jul-2018 09:00:41 EDT from social.coop permalink
  9. Mayel - ghost account (mayel@social.coop)'s status on Tuesday, 31-Jul-2018 08:31:28 EDT Mayel - ghost account Mayel - ghost account
    in reply to

    Besides specific apps, here's a list of #ActivityPub libraries:

    * Flask/Python ActivityPub server: https://github.com/rowanlupton/pylodon
    * Tornado/Python: https://github.com/dsblank/activitypub
    * Python: https://github.com/tsileo/little-boxes
    * C# ActivityPub server: https://git.puckipedia.com/kroeg
    * Python example: https://github.com/tOkeshu/activitypub-example
    * Rust, Lightweight Mastodon- and GNU social-compatible ActivityPub and OStatus server: https://github.com/Arkanosis/microstatus
    * Rust: https://github.com/rustodon/rustodon
    * Go: https://github.com/go-fed/activity

    In conversation Tuesday, 31-Jul-2018 08:31:28 EDT from social.coop permalink

    Attachments

    1. Invalid filename.
      rustodon/rustodon
      from GitHub
      rustodon - A Mastodon-compatible, ActivityPub-speaking server in Rust
    2. Invalid filename.
      rowanlupton/pylodon
      from GitHub
      pylodon - Flask-based ActivityPub server
    3. Invalid filename.
      dsblank/activitypub
      from GitHub
      activitypub - A general Python ActivityPub library
    4. Invalid filename.
      tsileo/little-boxes
      from GitHub
      little-boxes - Tiny ActivityPub framework written in Python, both database and server agnostic.
    5. Invalid filename.
      gitea: Gitea Service
      Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go
    6. Invalid filename.
      tOkeshu/activitypub-example
      from GitHub
      activitypub-example - An ActivityPub server implementation example
    7. Invalid filename.
      Arkanosis/microstatus
      from GitHub
      microstatus - Lightweight Mastodon- and GNU social-compatible ActivityPub and OStatus server implementation
    8. Invalid filename.
      go-fed/activity
      from GitHub
      activity - ActivityStreams & ActivityPub in golang, oh my!
  10. Mayel - ghost account (mayel@social.coop)'s status on Tuesday, 31-Jul-2018 08:29:08 EDT Mayel - ghost account Mayel - ghost account

    I've started putting together a list of #fediverse apps, focused on implementations of #ActivityPub, documenting their status and what tech stack they're (being) built with: https://ethercalc.org/fediverse-stacks

    This is a publicly editable doc, so would appreciate corrections/additions, and feedback especially from fediverse devs, but also from instance admins and users:

    - What app/implementation/stack did you try?
    - Pros/cons you encountered
    - What stack & libraries would you choose if starting today?

    In conversation Tuesday, 31-Jul-2018 08:29:08 EDT from social.coop permalink
  11. dansup (dansup@mastodon.social)'s status on Tuesday, 31-Jul-2018 03:15:54 EDT dansup dansup

    ActivityPub was only finished in March of this year, its awesome to see so many new implementations. The summer isn't over yet 😉

    #activitypub #federation #theSummerofActivityPub

    In conversation Tuesday, 31-Jul-2018 03:15:54 EDT from mastodon.social permalink
  12. Björn Schießle 🌍 🇪🇺 (bjoern@mastodon.social)'s status on Tuesday, 31-Jul-2018 02:12:04 EDT Björn Schießle 🌍 🇪🇺 Björn Schießle 🌍 🇪🇺

    It is really exciting to see all this projects based on #ActivityPub. Great to see the raise of all this free, federated and open solutions. I have the feeling that we might be at a turning point where we can finally build the momentum to regain control over the internet. https://mastodon.at/@switchingsocial/100464510004807543

    In conversation Tuesday, 31-Jul-2018 02:12:04 EDT from mastodon.social permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      New status by switchingsocial
      By switching.social from mastodon.at
  13. Björn Schießle 🌍 🇪🇺 (bjoern@mastodon.social)'s status on Monday, 30-Jul-2018 16:49:57 EDT Björn Schießle 🌍 🇪🇺 Björn Schießle 🌍 🇪🇺

    It is really exciting to see all this projects based on #ActivityPub. Great to see the raise of all this free, federated and open solutions. I have the feeling that we might be at turning point where we can finally build the momentum to regain control over the internet. https://mastodon.at/@switchingsocial/100464510004807543

    In conversation Monday, 30-Jul-2018 16:49:57 EDT from mastodon.social permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      New status by switchingsocial
      By switching.social from mastodon.at
  14. switching.social (switchingsocial@mastodon.at)'s status on Monday, 30-Jul-2018 12:06:06 EDT switching.social switching.social
    • Mastodon
    • Anfora
    • Calendar.social notifications
    • Vi Jay Suskind
    • CloutStream
    • Prismo △
    • pixelfed
    • Funkwhale
    • Chocobozzz
    • GetTogether.Community

    There's an amazing number of #ActivityPub #alternatives now available or under development:

    Twitter -> @Mastodon and #Pleroma

    Instagram -> @pixelfed and @anfora

    YouTube -> #PeerTube ( @Chocobozzz )

    Soundcloud -> @funkwhale

    MeetUp -> @GetTogetherComm

    Medium -> #Plume ( @BaptisteGelez )

    Reddit -> @prismo and Anancus ( @tuxether )

    LinkedIn -> @cloutstream

    Google Calendar -> @calendar_social

    Anything missing from the list? What else is needed?

    #Federation #Fediverse

    In conversation Monday, 30-Jul-2018 12:06:06 EDT from mastodon.at permalink
  15. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Sunday, 29-Jul-2018 14:32:44 EDT lnxw48a1 lnxw48a1
    • William Casarin ✅
    @jb55 It isn't using #ActivityPub (yet?), but I think your description resembles #Hubzilla.
    In conversation Sunday, 29-Jul-2018 14:32:44 EDT from nu.federati.net permalink
  16. Taru Luojola (stoori@social.coop)'s status on Sunday, 29-Jul-2018 08:17:38 EDT Taru Luojola Taru Luojola

    Has anyone yet witnessed a real-life drinking establishment with the name ActivityPub?

    #activitypub

    In conversation Sunday, 29-Jul-2018 08:17:38 EDT from social.coop permalink
  17. Doug Blank (dsblank@mastodon.social)'s status on Sunday, 29-Jul-2018 07:56:53 EDT Doug Blank Doug Blank

    I now have a basic stub of an #activitypub microblog.pub Python library working with choice of database (mongo, sql, redis, etc) and choice of framework (flask or tornado):

    https://github.com/dsblank/activitypub/tree/master/apps/blog

    How could a generic AP library be useful?

    In conversation Sunday, 29-Jul-2018 07:56:53 EDT from mastodon.social permalink
  18. cj 🇺🇸🇨🇭 (cj@mastodon.technology)'s status on Wednesday, 25-Jul-2018 16:28:32 EDT cj 🇺🇸🇨🇭 cj 🇺🇸🇨🇭

    The #golang #ActivityPub go-fed library now has a website. It has a 1999 landing page, a tutorial held up by smoke and mirrors, and Go documentation autogenerated by gnomes.

    The server hosting it is tiny so please don't hug it to death.

    https://go-fed.org/

    Still not convinced? How about a stupid slogan:

    "Why wait 'til tomorrow? go-fed.today!"

    In conversation Wednesday, 25-Jul-2018 16:28:32 EDT from mastodon.technology permalink
  19. bhaugen (bhaugen@social.coop)'s status on Monday, 23-Jul-2018 09:19:34 EDT bhaugen bhaugen

    #activitypub

    Is there a full list of apps using the AP protocol? I don't mean AP site implementations like Mastadon and Pleroma, I mean specialized apps like:
    * https://joinpeertube.org/en/home/
    * https://medium.com/we-distribute/prismo-is-a-decentralized-link-sharing-app-powered-by-activitypub-f03bfe1cf935
    * https://github.com/deiu/solid-plume
    * https://pixelfed.social/
    * https://write.as/

    Are those accurate? Any others?

    In conversation Monday, 23-Jul-2018 09:19:34 EDT from social.coop permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Home · PeerTube
      from PeerTube
    2. File without filename could not get a thumbnail source.
      PixelFed
      from PixelFed
      Federated Image Sharing
    3. Invalid filename.
      Prismo is a decentralized link-sharing app powered by ActivityPub
      from Medium
      Soon, the fediverse might have their own decentralized competitor to Reddit and Hacker News
    4. Invalid filename.
      deiu/solid-plume
      from GitHub
      solid-plume - Plume, a Solid blog platform!
  20. dansup (dansup@mastodon.social)'s status on Saturday, 21-Jul-2018 22:19:34 EDT dansup dansup

    "This document is dedicated to all citizens of planet Earth. You deserve freedom of communication; we hope we have contributed in some part, however small, towards that goal and right."

    https://www.w3.org/TR/activitypub/ #activitypub #fediverse

    In conversation Saturday, 21-Jul-2018 22:19:34 EDT from mastodon.social permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.