16:02:04 RRSAgent has joined #social 16:02:04 logging to https://www.w3.org/2018/02/14-social-irc 16:02:06 RRSAgent, make logs public 16:02:09 Meeting: Social Web Working Group Teleconference 16:02:09 Date: 14 February 2018 16:02:14 present+ 16:02:16 present+ 16:02:18 present+ 16:02:19 present+ 16:02:19 pesent+ 16:02:21 er 16:02:22 present+ 16:02:23 present+ 16:02:35 present+ eprodrom 16:03:05 chair: cwebber2 16:03:25 scribenick: bengo 16:03:54 cwebber2: why dont we get started with the agenda and main topic 16:03:55 cdchapman has joined #social 16:03:57 https://www.w3.org/wiki/SocialCG/2018-02-14#Topics 16:04:13 cwebber2: first major topic: ActivityStreams 2.0 @context, specifically the growth of the context 16:04:29 cwebber2: Why don't I frame the issue as it stands. Others can join in and correct me if I miss something. 16:04:45 cwebber2: Effectively, AS2 is being used as the primary vocabulary for ActivityPub 16:05:06 cwebber2: And for extensions. We have a couple extensions so far. In SocialWG we agreed to hand off extension process to the CG> 16:05:50 cwebber2: To give backstory. One of the discussions in SocialCG awhile ago (not with everyone here), is "How should we handle extnesions". What we agreed at the time (sandro to confirm): We'd have a fairly lax process. 16:06:03 s/extnesions/extensions/ 16:06:13 cwebber2: Wiki page to register extensions people want to work on. Discuss in SocailCG. Once the extension is put into use, we'd document it and put in the AS2 @context 16:06:24 cwebber2: But documentation for that specific term would be on the wiki pages. 16:06:29 sandro: Sounds right 16:07:28 cwebber2: Something else happening around that time... for the sake of preserving the integrity of messages on the network, servers wanted ability to know messages came from who it says. So Linked Data Signatures adopted by Mastodon. 16:08:05 eprodrom has joined #social 16:08:40 cwebber2: We were looking at the extensions as append-only. But the challenge was: Mastodon would cache the @context at build time of release, so if there was an older version of mastodon with older @context, and new version comes out with new @context/extension, the challenge was that the old server would actually see the new message and think the sig was invalid 16:09:04 cwebber2: because when doing the normalization of the document, there would be that extension property in the context, so it wouldn't put it in the normalized linked data 16:09:26 cwebber2: So at that point, sandro volunteered to freeze the @context at every time we added terms to the vocabulary. 16:09:47 https://github.com/w3c-dvcg/ld-signatures/issues/9#issuecomment-326720082 16:09:48 [sandhawke] I've now implemented this so people can experiment: 16:09:48 https://www.w3.org/ns/activitystreams-history/ 16:09:48 contains all (eight so far) versions of the jsonld version of the namespace document, with cache control max-age 1 year. 16:09:48 It's generated by a s... 16:09:48 sandro: I wrote a tiny script to expose each version in the context at a nice URL 16:10:00 https://www.w3.org/ns/activitystreams-history/ 16:10:11 sandro: CVS. But like any VCS, I just wrote a script to publish each tag in the VCS at a diff URL 16:10:38 cwebber2: There is output of that script. As you can see, there are two optional URLs for each. Via either the semantic-ish version or via the hash 16:10:55 eprodrom_ has joined #social 16:10:57 cwebber2: note we're not the only group thinking about this. JSON-LD mailing list too. 16:11:14 cwebber2: It's not a problem if you just don't know what a term is. But it is a problem for signatures. 16:11:29 "context" 16:11:37 cwebber2: So let's fast-forward to last meeting. Versioning got mentioned. Evan? 16:11:37 eprodrom: I was literally JUST thinking that 16:12:03 cwebber2: There may be concern that the vocabulary itself is versioned, but I intended just the @context document to be versioned. 16:12:15 cwebber2: Do we even want the AS2 @context and vocab to change often? or rare? 16:12:43 +1 whole summary cwebber2 16:13:03 eprodrom: link to what you're reading? 16:13:07 eprodrom: Hi! Let me just quote from AS2 spec (reads from spec that says to use a specific string as @context) 16:13:16 eprodrom: It's a SHOULD 16:13:40 eprodrom: What we are apparently now recommending is people should use *some other* URL as the @context. I think that that is a bad idea 16:13:52 eprodrom: Especially if we are going to have multiple @context strings on our networks. 16:14:07 eprodrom: Developers now have to look for not 1 string, but many. I think that is a problem. 16:14:18 https://www.w3.org/TR/activitystreams-core/#jsonld? 16:14:18 eprodrom: It means that people looking for AS2 documents are now finding other things. 16:14:45 eprodrom: I am co-author of this document and had no idea about these version strings. They are undocumented things. 16:15:05 eprodrom: The likely thing is that developers will not do that. They will copy what they find in Mastodon. I think we ahve a few different options here 16:15:17 eprodrom: one is documenting this versioning process. And do so in a way that minimizes chaos on the network 16:15:36 eprodrom: Or we can not do version strings, and commit to doing single @context strings, with the problems that that might cause. 16:15:43 eprodrom: And figure out something else [for signatures?] 16:16:01 eprodrom: I do not think that generating multiple @context strings based on version with minor additive changes is an effective way to do this. 16:16:13 q+ 16:16:16 q? 16:16:23 ack sandro 16:16:41 sandro: I agree with what Evan said, makes sense. When I set this up it was as an urgent experiment for Mastodon. 16:17:05 sandro: It was just to try it out. So far, it's working, it seems. I don't know first-hand. Maybe cwebber2 knows. 16:17:07 q+ 16:17:08 q+ 16:17:09 sandro: by what definition of working 16:17:31 sandro: In some ways this is a truce between just-JSON and LD folks. 16:17:36 q+ 16:17:46 sandro: And just-JSON people won't be doing Linked Data Signatures 16:18:01 sandro: In the LD world you would never just compare strings, you would dereference things first 16:18:09 ack eprodrom 16:18:44 eprodrom: Yeah but this is a SHOULD, and we're sort of saying 'ignore that SHOULD' because now we're doing this new thing to support LDS 16:18:57 eprodrom: It seems to me like we can do 1 of 3 things 16:18:59 eprodrom: 1) Throw out this SHOUDL 16:19:05 eprodrom: 2) Throw out supporting LDS 16:19:14 eprodrom: 3) Throw out adding extensions to @context 16:19:15 s/SHOUDL/SHOULD/ 16:19:16 +1 3 16:19:21 there's one more, which is something ajordan suggested last meeting 16:19:27 eprodrom: I would vastly support throwing out LDS 16:19:52 eprodrom: After that, the next best option is #3 since we have production code that would not like #2 16:20:03 q? 16:20:14 sandro: SHOULD is 'do this unless you have a good reason to do something else'. 16:20:22 sandro: I see LDS as a good reason. LDS trumps the SHOUDL 16:20:30 HODL 16:20:34 smh 16:20:38 ack cwebber 16:20:49 cwebber2: It might be worth looking at what Mastodon is actually doing 16:20:54 +1 16:20:57 http://sebsauvage.net/paste/?0e250b0818ce23ad#XdHVaPzEzdU0WgBrNZKi4IR3VG3p7Axj0f4u9JcX2OI= 16:20:59 cwebber2: Here is a paste of an actual AS2 option 16:21:03 cwebber2: In Mastodon 16:21:16 cwebber2: Mastodon not even using these versioned strings for @context 16:21:20 ping Gargron 16:21:38 cwebber2: They've just been adding to the context themselves. 16:21:57 cwebber2: They've been adding their own extensions in the @context *object*, not string. 16:22:07 cwebber2: I don't think it's a good long term option 16:22:09 q+ 16:22:11 cwebber2: ajordan has another option 16:22:45 cwebber2: As I understand it, option #4 is that we recommend @contexts are shipped and have an effective time-to-live before we recommend they update them 16:23:09 cwebber2: We can do via HTTP Headers 16:23:21 cwebber2: It adds one more thing that applications might have to put on a scheduler. And that may be too much 16:23:56 I'd like to respond, I have a lot of comments 16:24:08 cwebber2: option #5: If it's distasteful to put extensions in the AS2 @context, maybe we could have an extensions-specific vocabulary. 16:24:22 cwebber2: (and @context). And if you want to hang out in extension world, use that, or respect the TTL 16:24:25 ack ajordan 16:24:39 ajordan: awesome static 16:24:41 hold on 16:25:06 IRC it is 16:25:11 so 16:25:56 1) sandro's remark about only LD people caring about LDS strikes me as incorrect 16:26:25 because you can still have plain JSON consumers on the AP network who basically shove all the LD/LDS stuff into a corner and never touch it because there are Grues 16:26:39 sandro: I was oversimplifying slightly. My main point was you can't do LDS without a JSON-LD parser 16:26:39 sandro: yes that's true BUT 16:27:08 if you're relying on recognizing AS2 documents by the @context in plain JSON 16:27:20 your LDS will work fine 16:27:31 but it may never reach that part of the code because you don't recognize the @context! 16:27:40 q+ 16:27:52 yeah 16:27:56 sorry I'm slow typing 16:27:58 anyway 2) 16:28:15 you don't need a scheduler to require refreshes of the AS2 context 16:28:25 because you only need to refresh it if LDS validation fails 16:28:40 good point 16:28:41 who cares if you have an out-of-date context if the signature matches 16:29:02 so all you have to do is refetch *if* the signature fails AND *if* your cache is out of date 16:29:15 you can just do that in-band during a request-response cycle 16:29:20 *AND* if the CG adds things quickly whenever anyone needs them 16:29:27 q+ 16:29:44 yeah 16:29:56 sure 16:29:59 whatever works 16:30:07 ack eprodrom 16:30:48 eprodrom: The advantage of adding extensions to same @context that we keep using is that it's always the same 'thing'. 'thing' means same URL. 16:31:06 eprodrom: If we produce different URls, there is not the same advantage of adding to same context 16:31:23 eprodrom: By doing versioned context strings, we lose any advantage of adding extensions to that @context 16:31:47 eprodrom: It would be nice if mastodon did things differently (no versioned context strings?). 16:31:50 btw my third thing was a strawman proposal that I think might make everyone happy 16:32:00 ajordan: make that proposal! 16:32:04 eprodrom: I don't think we should recommend versioned context strings 16:32:22 sandro: I'm just suggesting in the rare case you are doing LDS 16:32:27 q? 16:32:33 cwebber2: you want me to just dump it while other people are talking? 16:32:39 eprodrom: MAYBE if we did it with downsides called out 16:32:39 ajordan: yes 16:32:50 +1 16:32:52 ajordan_ has joined #social 16:33:02 ajordan: I'll read it out 16:33:07 cwebber2: great 16:33:20 eprodrom: We're in a bad place if we stray into folk specifications 16:33:20 okay so basically here it is: 16:33:23 q? 16:33:43 cwebber2: Let's see what aj has 16:33:53 PROPOSED: add to https://www.w3.org/ns/activitystreams-history/ an explanation that this is pretty much only for LDS 16:34:20 eprodrom: So far aj seems like his proposals will just change mastodon. Do we have power/levers to do that? 16:34:32 eprodrom: e.g. members here could give PRs to mastodon 16:34:36 q? 16:34:37 q? 16:35:04 extensions go into individual @context documents that are pushed out pretty quick by the CG and considered experimental. everyone gets to reference those in their @contexts to ensure that LDS works. once things stabilize we can add that into the AS2 context 16:35:11 sandro: It would be great to find what works for mastodon. What would largely address your concern if the history document to say it's required for LDS 16:35:21 Well... Aardwolf is going to be doing a Mastodon-like implementation. I imagine that Rustodon will be doing the same. 16:35:26 but people can keep referencing the old "individual" @context while the network refreshes the main @context 16:35:41 q? 16:35:42 so LDS always works 16:35:55 but eventually you can drop the "individual" extension @context 16:35:59 sandro: As soon as they do change, LDS breaks. 16:36:10 wut 16:36:16 ack cwebber 16:36:18 ack bengo 16:36:23 scribe: bengo 16:36:28 sandro: are you telling me that you can't append to the @context without breaking LDS? 16:36:30 scribe: cwebber2 16:36:42 not modify, append 16:36:43 +1 16:37:14 -1 that's an anti-pattern 16:37:19 bengo: I was going to mostly suggest what ajordan_ has done, though I think let's look at what Mastodon has done which is add their own context items, do extensions at other URLs, that's what linked data is all about IMO. If an extension is used for a year or two years, that can fold into AS2 extensions 16:37:28 q+ 16:38:18 bengo: I like the idea that this is what linked data is for, and the cost is mostly larger documents which there are ways to get around things, and I want to support what ajordan_ is saying. I also am coming from a place of my own implementation, and I don't think versioned contexts is the way to go 16:38:46 bengo: I do have an implementation that does linked data things for certain things but not for others 16:39:02 sandro: so you're consuming content which has signatures you're supposed to check, but you aren't checking them? 16:39:12 bengo: true but I'm not sure you're supposed to check the signature 16:39:21 q+ 16:39:32 sandro: I'm not sure but I think if there are signatures and others aren't checking them that opens vulnerabilities 16:39:49 bengo: it doesn't apply much to my mostly-anonymous implementation, but it's a good check I'll review 16:40:51 sandro: going back to your previous point of develop extensions elsewhere, then eventually pull things in to vocabularies... that was the original vision for the semantic web and it didn't happen. the reason it failed is you move it into another place then people become dependent on *that* namespace, then you can't move it. You can't move things in RDF, you can't move a vocabulary. so the solution seems to be having fairly appendable vocabularies 16:40:55 bengo: or don't move things 16:41:21 scribenick: bengo 16:41:26 sandro: yes but then you end up with like 20 namespaces at the top of the document, which seems not what you want... we want one AS2 context and keep it simple. this happens in turtle documents for instance and it's a pain 16:41:30 q? 16:41:43 ack sandro 16:41:47 acj 16:41:49 ack eprodrom 16:42:33 q+ 16:42:36 eprodrom: I'd liek to propose that we document the versioned context strings, how they can be used, and what the downsides are 16:42:58 q+ to say yes let's document, can we brainstorm all the places that documentation needs to mentioned? 16:43:05 eprodrom: if we see a lot of implementations using those version strings, and there are a lot of those strings, then we can address that problem 16:43:15 q? 16:43:16 +1 16:43:18 ack cwebber 16:43:36 cwebber2: I agree with document what we're doing. But in a certain sense we don't know what we're doing. 16:44:01 cwebber2: We made these URLs for one reason, and they aren't even being used. 16:44:30 cwebber2: And the current thing being done by Mastodon is different. We don't know what they want. 16:44:39 cwebber2: Let's look at the proposals 16:44:59 cwebber2: #1) Keep extending AS2 document. And publish versioned URLs alongside. 16:45:23 Expires: header? 16:45:36 cwebber2: #2) Extend @context and vocabulary, but we suggest a TTL. And to refresh during conditions ajordan_ described: when signature failed and your context is old 16:45:39 q+ to clarify sandro's issue with my strawman 16:45:58 actually I'll just ask now since I'm IRC anyway 16:46:13 cwebber2: #3) Let's add extensions outside of AS2 @context. Put them in as sandro said 'the original semantic web vision' which sandro says is a pain point. And later we can maybe fold things in 16:46:17 q? 16:46:17 PROPOSAL-1: keep extending AS2 document and have versioned snapshots 16:46:17 PROPOSAL-2: extend context/vocab, and use TTL or sig-failing as a trigger to refresh 16:46:17 PROPOSAL-3: put extensions at at other URLs 16:46:19 cwebber2: Am I missing something? 16:46:44 cwebber2: Any corrections? 16:46:45 q+ to do straw poll 16:46:47 ack sandro 16:46:48 sandro, you wanted to say yes let's document, can we brainstorm all the places that documentation needs to mentioned? 16:46:53 q+ to say I don't think P-2 works 16:47:14 q+ 16:47:32 sandro: I don't think proposal #2 works. It still breaks. 16:47:38 (can you verify old signatures with #2)? 16:47:54 bengo, you should be able to, if it's append only 16:48:03 I was assuming we would encourage the TTL thing. since consumers would be refetching the main AS2 context we'd be able to drop "individual" contexts eventually 16:48:27 cwebber2: Anything other than append-only would be bad. 16:48:28 ^^^ about my strawman 16:48:52 "since consumers would be refetching" meaning LD consumers 16:48:58 and plain JSON consumers wouldn't care 16:49:14 sandro: Does signature include namespace doc or @context? 16:49:31 cwebber2: expanded to URIs first. Full-quads. 16:49:47 sandro: But the only things signed are the triples sent to you 16:50:06 cwebber2: So let's say you have a fresh AS2 doc before any of this was added. It should work because you're not using any next context terms. 16:50:23 sandro: So why didn't mastodon do it? (refresh when you get a bad signature) 16:50:27 cwebber2: It might not have been suggested 16:50:34 sandro: I think we did, but don't remember what happened 16:50:42 cwebber2: For mastodon specifically they were bundling at build-time. 16:50:59 q? 16:51:00 cwebber2: idk if they would be willing to change their behavior. They have new opinions since they've had a growing @context 16:51:11 cwebber2: reads ajordan last few chats 16:51:18 I'm -1 on #2 also 16:51:20 thx cwebber2 :P 16:51:23 q? 16:51:25 Do we need to keep discussing it? 16:51:28 ack ajordan_ 16:51:28 ajordan_, you wanted to clarify sandro's issue with my strawman 16:51:29 q- 16:51:35 that was it 16:51:51 q- 16:51:51 ack sandro 16:51:58 ack eprodrom 16:52:41 https://gitlab.com/snippets/1698865 16:52:42 eprodrom: First of all, I want to make sure I absolutely understand the problem. 16:53:05 eprodrom: I want to make sure, cwebber2, are you saying if the document at that @context URL changes, would the signature be different? 16:53:29 cwebber2: No because it doesn't use an extension 16:53:36 eprodrom: Will you make an example where the sigs would change? 16:53:42 cwebber2: yes I'll do in IRC 16:54:12 {"@context": "https://www.w3.org/ns/activitystreams", "id": "https://example.com/evanp", "type": "Person", "noBots": true} 16:54:13 [Amy Guy] ActivityStreams 2.0 Terms 16:55:11 cwebber2: So let's say you wanted to use the extension to disallow bots. That's a new term. And let's say two versions of mastodon et al that use AS2 16:55:57 cwebber2: New version of smilodon comes out after `noBots` was added. Old version on server A, new on server B. 16:56:32 cwebber2: Old server tries to expand above document using it's old context, so it drops noBots. So when the graph is signed, it doesn't have the noBots term in it 16:56:44 cwebber2: If sig is generated with context that DOES have nobots, the signature would be different 16:56:57 eprodrom: Wouldn't it resolve to _:noBots? 16:56:58 eprodrom: Not omitted 16:57:02 cwebber2: oh yes 16:57:12 cwebber2: Because AS2 has default context 16:58:04 eprodrom: If we used a versioned context. Then they'd get the correct expansion for noBots? 16:58:07 cwebber2: correct 16:58:19 q? 17:00:15 sandro: No one should ever sign a document that is not in the context 17:00:30 cwebber2: It would fail previously, but maybe not the case now that we have an '_' in there. 17:00:40 q? 17:00:41 q+ 17:00:52 (I failed to scribe the details there) 17:01:01 ack eprodrom 17:01:23 eprodrom: It seems like best practice is to update the @context document. Shipping past @contexts that never get updates is a bad idea. That's great guidance! 17:01:30 eprodrom: It's also something completely out of our control 17:01:31 +1 17:01:55 q+ 17:01:58 eprodrom: yes I -1'd propsal #2 earlier since it's out of our control 17:02:10 eprodrom: They aren't using caching correctly. That's why they get this problem. They're just not doing it right 17:02:27 cwebber2: An alternate suggestion: when this happens, is it severe? 17:02:32 q+ 17:02:50 cwebber2: Next agenda item might help with this. If might not be that severe, or implementers may change their behavior. 17:03:10 eprodrom: You can always validate something that's shared by going to the `id` URL for that item and seeing if it's there. 17:03:19 tantek has joined #social 17:03:34 eprodrom: Private networks, things that are not accessible, TOR. There are possibilities of not being able to get it, but it's a good first step to try. 17:03:47 eprodrom: And if you're doing LDS, you'll probably still be requesting something to get a public key 17:03:58 eprodrom: So we may also want to publish "ways of validating things" suggestions. 17:04:12 q? 17:04:12 eprodrom: would you feel the same about us not having control if we published an official CG spec-like thing that said "this is how you do signatures on AP"? and made refetching a MUST? 17:04:27 ack sandro 17:04:38 the point being that it would be some kind of spec we could point at instead of just a best practices thing in a wiki page or whatever 17:04:57 sandro: We're caught where we don't belong between LDS and Mastodon. There was failing in communication between them. 17:05:05 sandro++ 17:05:06 sandro has 56 karma in this channel (63 overall) 17:05:13 sandro: Seems like LDS should say "you must fetch context before failing a signature". And if Mastodon respected that, we wouldn't have this problem. 17:05:32 sandro: Maybe there is a good reason to do that (e.g. embedded offline devices), but we can't know that. 17:05:45 q? 17:05:47 q- 17:05:51 ack cwebber 17:05:51 cwebber, you wanted to do straw poll 17:05:54 cwebber2: Straw poll? 17:06:05 PROPOSAL-1: keep extending AS2 document and have versioned snapshots 17:06:05 PROPOSAL-2: extend context/vocab, and use TTL or sig-failing as a trigger to refresh 17:06:05 PROPOSAL-3: put extensions at at other URLs 17:06:15 +1 17:06:21 +1 it doesn't hurt to have URLs 17:06:43 assume everything is well documented 17:06:45 +1 17:06:45 eprodrom: (with documentation) 17:07:00 PROPOSAL-1: keep extending AS2 document and have versioned snapshots 17:07:00 cwebber2 : Let's vote on Proposal 1 17:07:03 (sry scribe fail) 17:07:04 +1 17:07:08 +1 17:07:09 +1 17:07:12 +0.5 / +1 17:07:30 (assuming it works for Mastodon, etc) 17:07:32 cwebber2: 0.5 because not all implementers here 17:07:37 PROPOSAL-2: extend context/vocab, and use TTL or sig-failing as a trigger to refresh 17:07:39 cwebber2 P2 17:07:41 -1 17:07:42 cwebber2 Proposal 2 17:07:43 +0 17:07:44 +1 if it works 17:07:44 -1 17:07:49 +0.5 17:08:30 scribenick: cwebber2 17:08:31 bengo: I'm more like a +0, I just don't think it's a whole solution 17:08:37 +0 - I don't know enough about LDS 17:08:37 sandro: can you explain explicitly? 17:08:59 eprodrom: if people are doing this correctly already we wouldn't have a problem, I don't see any value in trying to have even more prescriptive mechanisms they won'tt follow 17:09:06 eprodrom: people arent doing this already, can't guarantee they will in the future 17:09:21 also I don't think we can say people aren't doing this "correctly" 17:09:38 nobody said to refetch contexts so why would people think to do that 17:09:48 -1: I dont' like mutating the document. It can lead to ambiguity when adding terms that someone was using intentionally undefined 17:10:02 cwebber2: just to point out I'm not sure that askign for hashes is less prescriptive 17:10:08 I don't think "One context URL" is actually more gain than pain 17:10:09 why would someone use an intentionally undefined term...? 17:10:19 retrofitting old JSON APIs 17:10:57 cwebber2: One propsal, a little goofy: We could have content-addressed @contexts. And with special #fragments with SHA-sigs of the @context 17:11:22 PROPOSAL-3: put extensions at at other URLs 17:11:22 cwebber2 Proposal 3 17:11:25 -0.5 17:11:27 +1 17:11:38 (this is automatically what will happen with 'beta' extensions) 17:11:49 -0 17:12:05 -0.9 would make everyone use a messy list of URLs at the top of every document 17:12:14 +0 17:12:37 -0 for the proposal as listed because of sandro's ballooning @context concerns 17:13:11 PROPOSAL-4: {"as:noBots": true} 17:13:16 but I think we could solve that by "migrating" stuff to the AS2 context 17:13:31 by telling people to refetch 17:13:33 0 17:13:40 cwebber2: Just use the CURIE approach 17:13:54 -1 don't claim things in a namespace you don't govern 17:14:00 -0 implementers can do this already 17:14:00 -0.9 gives up much of niceness of AS2 17:14:15 cwebber2: Most enthusiasm for versioned thing 17:14:16 q+ 17:14:22 -1 breaks plain JSON if you try to change it 17:14:27 ack eprodrom 17:14:47 eprodrom: If we talk about adding to this @context, should that be in Issues on GitHub? 17:15:19 cwebber2: I have an action item saying that a git repository would be better than wiki for extensions, because issues/PRs/everything. In a way that matches other things we're doing. 17:15:53 cwebber2: Only W3C members can edit w3 wikis, not all community members 17:16:07 eprodrom: Can we just use existing repo for activitystreams? 17:16:11 cwebber2: I'm okay with that 17:16:27 sandro: I think there should be a repo per extension 17:16:59 cwebber2: Sounds like similar problems to Proposal #3 17:17:15 sandro: This isn't for machine-readable @context, but for discussing a new extension (human readable) 17:17:36 cwebber2: sandro means instead of having swicg/as2-extensions we'd have swicg/as2-nobot, swicg/as2-follower-migration, etc. on GitHub 17:17:52 eprodrom: I strongly feel it should be in same repo. That's where the document you're extending is. 17:18:08 q? 17:18:09 q+ 17:18:14 Perhaps same repo but different branches? 17:18:20 ack cwebbrer 17:18:25 ack cwebber2 17:18:32 https://github.com/w3c/activitystreams/issues/459 <-- for example 17:18:33 [evanp] #459 Add vcard to @context 17:18:48 cwebber2: I'm sold on evans suggestion. We do need one repo for discoverability reasons. 17:18:59 cwebber2: If we're changing the context anyway, it might as well be in that repo 17:19:09 folks can fork AS2 to develop/edit an extension, then PR back in 17:19:14 can we give people collaborator access to the AS2 repo? 17:19:22 sandro: How do I propos an extension? What are the steps? 17:19:34 sandro: Make a PR? And revise my PR based on issues? 17:19:57 cwebber2: Sounds like a process that implementors would already be familiar with 17:20:16 eprodrom: Yeah a single property would start as an issue, then PR, discussion on PR. 17:20:24 eprodrom: A whole repo for noBots seems like a lot 17:20:58 NO 17:21:07 eprodrom: A bigger thing with a whole new ontology: sure use a new repo. Make and develop that repo, use as separate @context string. At some point we suck it into AS2 @context. 17:21:11 -1 if you use it as a separate namespace YOU CANNOT MOVE IT 17:21:24 q? 17:21:26 separate context or separate namespace? 17:21:54 cwebber2: Evan has a proposal 17:22:02 sandro: why can't you move it? if you have people refetch contexts 17:22:34 cwebber2: We should notify jasnell 17:22:35 You can't move the RDF namespace, because people write code & data which uses those URLs 17:22:42 HTTP 30x 17:22:48 sandro: but context and namespace are not the same, right? 17:23:00 PROPOSED: Discuss and curate ActivityStreams extensions in the ActivityStreams git(hub) repository, with normal issues / PRs, etc 17:23:11 +1 17:23:35 tantek :) 17:24:22 +1 for extensions developed by CG. Also supportive of extensions outside the CG in diff repos 17:24:52 Maybe W3C IT will learn to maintain a scalable web service after 20 years 17:25:36 sknebel has joined #social 17:25:44 while true; curl tantek.com/micropub; done 17:26:46 cwebber2: I want the CG to be welcoming. That should be a priority 17:26:51 +1 assuming we keep it as welcoming as possible 17:26:55 +1 17:27:06 cwebber2: Sounds resolved? 17:27:08 -0 17:27:40 not -1 but I just don't like the "you can't write to your own spec" if you have edits over a long period of time 17:27:44 though maybe I missed something 17:27:48 it's not the worst in the world 17:29:02 is there a reason why we can't have a repo for extensions and just give people write access liberally? 17:29:18 Nope 17:29:20 Go make that 17:29:23 sandro: If they want to put it in their own repo, that's fine. If they want a block of text, cool too. But they need to link from our centralized registry 17:29:36 repeat? 17:29:52 cwebber2: Is clarifying it's okay for people to write their own spec in another repo, and we link from our extension to them. Is that okay with you? 17:30:03 -1 to them needing a "really good reason". It is sufficient that they want it. 17:30:24 uhh IIUC sure 17:30:38 tantek has changed the topic to: https://www.w3.org/wiki/SocialCG/2018-02-14 Chat Logs: https://chat.indieweb.org/social/today 17:30:59 +0 17:31:17 cwebber2: Let's resolve this, with condition of if we see a red flag from jasnell 17:31:22 cwebber2: Is that fair? 17:31:25 Sounds good to me 17:31:27 +1 17:31:28 I don't quite understand what's going on but it doesn't matter a huge amount and your proposal seems better so 17:31:38 let's do it 17:31:41 RESOLVED (pending acceptance from jasnell): Discuss and curate ActivityStreams extensions in the ActivityStreams git(hub) repository, with normal issues / PRs, etc 17:32:06 cwebber2: Bumping last agenda item to next week. 17:32:16 sandro: can we chat for a couple of seconds? 17:32:19 sandro: Are you writing something chris? 17:32:20 That was my question! 17:32:28 cwebber2: Making new git repo? 17:32:37 cwebber2: I'll make a PR and jasnell can sign off 17:32:39 bye 17:32:45 bye, thanks all 17:32:46 What new git repo? 17:32:49 trackbot, end meeting 17:32:49 Zakim, list attendees 17:32:49 As of this point the attendees have been ajordan, aaronpk, cwebber, eprodrom, ben_thatmustbeme, bengo, rhiaro, sandro 17:32:52 eprodrom: not a new git repo 17:32:55 same git repo 17:32:56 new PR 17:32:57 (I could have mis-scribed) 17:32:57 RRSAgent, please draft minutes 17:32:57 I have made the request to generate https://www.w3.org/2018/02/14-social-minutes.html trackbot 17:32:58 I thought we just agreed to use the AS2 repo 17:32:58 RRSAgent, bye 17:32:58 I see no action items