GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Steve Bate (steve@social.technoetic.com)'s status on Friday, 16-Aug-2024 17:51:28 JST Steve Bate Steve Bate

    "The inbox stream contains all activities received by the actor." (#ActivityPub Rec). However, AP/AS2 collections (including "special" ones like Inbox, Outbox, Followers, etc.) do not contain Objects or Activities. They contain URI *references*. That's why one Create/Note can be referenced by many inboxes. It may look like Collections contain Objects because of typical server JSON-LD serialization, but don't be fooled. It makes a difference for data lifecycle management and storage models.

    In conversation about 10 months ago from social.technoetic.com permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 17:51:21 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve collections can contain IDs or object representations.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 17:54:53 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve but yes, the definitive version of an object only lives in one place. All others are copies.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 22:39:59 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve so, I think you have a broken idea of the primacy of RDF in Activity Streams 2.0. We literally never talked about that lens on the format when creating it. The origin in AS1 is pure JSON. Whatever the Turtle representation of a Collection is, it is entirely accidental and unintended.

      In conversation about 10 months ago permalink
    • Embed this notice
      Steve Bate (steve@social.technoetic.com)'s status on Friday, 16-Aug-2024 22:40:00 JST Steve Bate Steve Bate
      in reply to
      • Evan Prodromou

      @evan How does work in RDF? Again, I'm talking about the underlying model, not the way it is serialized to JSON-LD for network communication. I'm also not discussing local caching/copying of remote AP/AS2 Objects (a different, but interesting topic).

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 22:42:28 JST Evan Prodromou Evan Prodromou
      in reply to
      • jonny (good kind)

      @steve @jonny you can't separate id and location in AP. It's a requirement. Every id has to be dereferenceable. That is a feature, not a bug.

      In conversation about 10 months ago permalink
    • Embed this notice
      Steve Bate (steve@social.technoetic.com)'s status on Friday, 16-Aug-2024 22:42:29 JST Steve Bate Steve Bate
      in reply to
      • Evan Prodromou
      • jonny (good kind)

      @jonny @evan Very true for RDF, in general. However, in an ActivityPub context (at least, as specified) identity and location are somewhat tightly coupled. Although not AP per se, some aspects of the typical authorization implementations also rely on it. There are grassroots efforts with the goal of separating identity and location in AP, but it's still in the early stages.

      In conversation about 10 months ago permalink
    • Embed this notice
      jonny (good kind) (jonny@neuromatch.social)'s status on Friday, 16-Aug-2024 22:42:30 JST jonny (good kind) jonny (good kind)
      in reply to
      • Evan Prodromou

      @steve @evan in rdf identity == location

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 22:44:57 JST Evan Prodromou Evan Prodromou
      in reply to
      • naturzukunft

      @naturzukunft @steve that is part of the problem domain. John was removed from the cc list specifically because the author wanted to withdraw access.

      In conversation about 10 months ago permalink
    • Embed this notice
      naturzukunft (naturzukunft@mastodon.social)'s status on Friday, 16-Aug-2024 22:44:58 JST naturzukunft naturzukunft
      in reply to

      @steve “That's why one Create/Note can be referenced by many inboxes”
      Theoretically, I agree with you. But that's up to the implementation. I'm not yet sure how I'm going to solve this. But at the moment, each actor has its own RDF “database”. That gives me a more secure feeling with SPARQL queries and export or migration are much easier to implement.
      At the moment I also have a memory for the public actor. How I solve this with the shared inbox remains to be seen.

      In conversation about 10 months ago permalink
    • Embed this notice
      naturzukunft (naturzukunft@mastodon.social)'s status on Friday, 16-Aug-2024 22:44:58 JST naturzukunft naturzukunft
      in reply to

      @steve but there is no update for me either. An object is always an ordered collection and the subject points to the latest entry. I will document this when I get the chance. Because if, for example, “CC” is changed, then I see inconsistencies.
      Version1 : Max and John are in CC
      Version 2 : Max is in CC
      ...

      In conversation about 10 months ago permalink
    • Embed this notice
      naturzukunft (naturzukunft@mastodon.social)'s status on Friday, 16-Aug-2024 22:44:58 JST naturzukunft naturzukunft
      in reply to

      @steve
      If there is exactly one object, then John no longer has access to the object after the update, or how else should I solve the access management. It is also possible that the object has changes after the update that John should not see.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 22:46:34 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve and yet it works literally millions of times per day.

      In conversation about 10 months ago permalink
    • Embed this notice
      Steve Bate (steve@social.technoetic.com)'s status on Friday, 16-Aug-2024 22:46:35 JST Steve Bate Steve Bate
      in reply to

      @naturzukunft@mastodon.socia Yes, I think the Update part of ActivityPub is effectively broken and should be fixed someday. That said, I understand why it wasn't covered well back then. It's a very complicated topic and they seemed to want to downplay the AP/AS2 RDF foundations. Fortunately, there are ways implementations can "work around" the issues.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 23:38:44 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve dude.

      In conversation about 10 months ago permalink
    • Embed this notice
      Steve Bate (steve@social.technoetic.com)'s status on Friday, 16-Aug-2024 23:38:45 JST Steve Bate Steve Bate
      in reply to
      • Evan Prodromou

      @evan I see *numerous* discussions about RDF in the transcripts from AS2 SocialWG meetings c. 2014-2015 and I see at least one tracked issue that references the discussions. Yes, AS1 used JSON. However, AS2 uses JSON-LD. Per the JSON-LD spec, "a JSON-LD document is both an RDF document and a JSON document and correspondingly represents an instance of an RDF data model." Based on that, isn't AS2 (and therefore AP) data literally an RDF data model? 🤔 https://www.w3.org/Social/track/issues/21

      In conversation about 10 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: www.w3.org
        ISSUE-21: Role of JSON-LD and RDF - Social Web Working Group Tracker
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Friday, 16-Aug-2024 23:43:35 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve so you cant see the actual delta when fetching an `Update`? i agree, thats probably useful for tracking changes. but its not broken.

      In conversation about 10 months ago permalink
    • Embed this notice
      Steve Bate (steve@social.technoetic.com)'s status on Friday, 16-Aug-2024 23:43:36 JST Steve Bate Steve Bate
      in reply to
      • Evan Prodromou

      @evan Yes, I acknowledged there are ways to work around it, some more "elegant" than others. Some servers, like Mastodon, don't have an inbox collection and don't store Activities (like old Update activities that would be effectively mutated by new ones when an Object is modified). They effectively just store the Objects and overwrite the data when the Objects are updated (and then synthesize new Create Activities on-demand for the pseudo-outbox).

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 00:01:45 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve the faction that was insistent on using as2 as rdf split off and became solid.

      you can use as2 as rdf, and there are many advantages, but the format was designed to work as json first, jsonld second, and rdf last. not the other way around.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 00:04:17 JST Evan Prodromou Evan Prodromou
      in reply to
      • James M Snell

      @steve

      if you enjoy spec archaeology, you might like looking at the original draft rfcs that @jasnell did in 2014 before as2 came to w3c as part of the opensocial merger. you can see as the revisions progress how the problem of extensibility was handled. james started with urls as properties, then used a subset of jsonld to make it work.

      https://datatracker.ietf.org/doc/html/draft-snell-activitystreams-00

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 00:15:02 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve not backwards compatible. add a `delta` or `patch` property to the `Update` activity if you want to remember the changes.

      In conversation about 10 months ago permalink
    • Embed this notice
      Steve Bate (steve@social.technoetic.com)'s status on Saturday, 17-Aug-2024 00:15:03 JST Steve Bate Steve Bate
      in reply to
      • Evan Prodromou

      @evan To be clear, I'm not saying Mastodon per se is broken wrt Updates. I'm saying change tracking is problematic in the AP recommendation. An Object URI will always reference the latest state of the Object, not the previous states for previous Updates (all referring to the same `object` URI). The Update could have had the changes as the Activity `object` and the target URI to update as, well, the `target`. Then the history of changes could have been preserved.

      In conversation about 10 months ago permalink
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Saturday, 17-Aug-2024 00:18:12 JST silverpill silverpill
      in reply to
      • Evan Prodromou
      • jonny (good kind)

      @evan @jonny @steve 'ap' URLs in FEP-ef61 are dereferenceable. Just like 'https' URLs, they are locations, but of a different kind. Instead of domain name system the naming authority is a cryptographic key.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 00:23:18 JST Evan Prodromou Evan Prodromou
      in reply to
      • silverpill
      • jonny (good kind)

      @silverpill @jonny @steve thats a very misleading protocol name and identifier; you should use a different one.

      In conversation about 10 months ago permalink
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Saturday, 17-Aug-2024 01:43:06 JST silverpill silverpill
      in reply to
      • Evan Prodromou
      • jonny (good kind)

      @evan @jonny @steve I can't think of a better name. This is a protocol for retrieving self-authenticating ActivityPub objects, 'ap' seems very appropriate.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 02:16:01 JST Evan Prodromou Evan Prodromou
      in reply to
      • silverpill
      • jonny (good kind)

      @silverpill @jonny @steve youre implying that this is the standard activitypub way to retrieve objects, which it is not. please change the name.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 02:28:15 JST Evan Prodromou Evan Prodromou
      in reply to

      @steve i think a better path would be to define a new activity type in an extension, like `Patch`. it could use the semantics you describe, and perhaps also support versioning (apply these changes to this version of an object, resulting in this next version). if it becomes popular, it can be added to as2.

      https://swicg.github.io/extensions-policy/

      In conversation about 10 months ago permalink
    • Embed this notice
      Steve Bate (steve@social.technoetic.com)'s status on Saturday, 17-Aug-2024 02:28:16 JST Steve Bate Steve Bate
      in reply to
      • Evan Prodromou

      @evan Yes, this would be for ActivityPub 2.0, if that ever happens.

      In conversation about 10 months ago permalink
    • Embed this notice
      naturzukunft (naturzukunft@mastodon.social)'s status on Saturday, 17-Aug-2024 02:31:13 JST naturzukunft naturzukunft
      in reply to
      • Evan Prodromou

      @evan @steve
      I take a very critical view of this!
      1. John writes a note “Russia has started the war”
      2. mike likes john's note
      3. John changes the note “Ukraine has started the war”
      4. now Mike likes a note that he may never see and that he even thinks is wrong.

      This is my understanding of the AP update process at the moment

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 02:31:13 JST Evan Prodromou Evan Prodromou
      in reply to
      • naturzukunft

      @naturzukunft @steve an astute observer can tell that john liked the object before the change. all the timestamps are there.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 03:12:30 JST Evan Prodromou Evan Prodromou
      in reply to
      • Marcus Rohrmoser 🌻
      • naturzukunft

      @mro @naturzukunft @steve well, people don't like software that keeps them from doing simple, commonsense things for dogmatic, exceptional reasons.

      A visible edit history gives the benefits you're going for without forbidding typo fixes.

      In conversation about 10 months ago permalink
    • Embed this notice
      Marcus Rohrmoser 🌻 (mro@digitalcourage.social)'s status on Saturday, 17-Aug-2024 03:12:31 JST Marcus Rohrmoser 🌻 Marcus Rohrmoser 🌻
      in reply to
      • Evan Prodromou
      • naturzukunft

      @naturzukunft @evan @steve Yes. https://Seppo.Social may offer no such update. Delete yes, but update, no. For the mentioned reason and others.

      Btw. rewriting the past is what Winston Smith did for a living in Orwell's 1984.

      In conversation about 10 months ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        Weiterleitung
        from Marcus.Rohrmoser.name
        Client-side redirect to ./about/.
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Saturday, 17-Aug-2024 03:50:08 JST silverpill silverpill
      in reply to
      • Evan Prodromou
      • jonny (good kind)

      @evan @jonny @steve Do you have any suggestions?

      'ap' URLs are used by at least two projects, so we can't change the URL scheme easily, but I can add a note to the FEP saying that recommended scheme may change in the future.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 04:33:40 JST Evan Prodromou Evan Prodromou
      in reply to
      • silverpill
      • jonny (good kind)

      @silverpill @jonny @steve

      ```
      evanp@Evans-MacBook-Pro mastodon % grep "^a" /usr/share/dict/words | shuf -n 1
      astroglia
      evanp@Evans-MacBook-Pro mastodon % grep "^p" /usr/share/dict/words | shuf -n 1
      parbuckle
      ```

      Astroglia Parbuckle.

      In conversation about 10 months ago permalink
    • Embed this notice
      Evan Prodromou (evan@cosocial.ca)'s status on Saturday, 17-Aug-2024 04:35:57 JST Evan Prodromou Evan Prodromou
      in reply to
      • silverpill
      • jonny (good kind)

      @silverpill @jonny @steve srsly tho, advanced portability?

      In conversation about 10 months ago permalink
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Saturday, 17-Aug-2024 07:49:50 JST silverpill silverpill
      in reply to
      • django
      • Evan Prodromou
      • jonny (good kind)

      @evan @jonny @steve Well, no, 'ap' stands for Activity Pub. FEP-ef61 is not a different protocol, it only adds new features to the existing one. Furthermore, these features can be implemented in backward compatible way (@nomad can confirm).

      The URI scheme is not set in stone, however. I agree that this is not a standard way to retrieve objects, and there might be other practical reasons to use a different scheme. I think it can be changed to 'nomad' as @django suggested, or perhaps to 'ap+nomad' or something like that.

      In conversation about 10 months ago permalink

Feeds

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

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.