[16:44:49] Samwalton9: o/ [16:45:33] For Wikidata related question (in T115119), do you mean changes in item properties? [16:45:33] T115119: Create an event stream for a feed of changed links on Wikimedia projects - https://phabricator.wikimedia.org/T115119 [16:45:39] Samwalton9: ^ [16:46:19] o/ [16:46:35] I was thinking things like adding references to Wikidata statements [16:47:05] The answer might be a simple 'yes, obviously, it's an edit' [16:48:35] I see. [17:40:24] Anyone heard of Two Minute Papers? Seems cool: https://www.youtube.com/user/keeroyz/featured [18:27:58] bmansurov: now that we're working on this SIGIR submission, a mandatory announcement. I'm a big follower of https://cs.stanford.edu/people/widom/paper-writing.html for writing papers. There are many ways to write a good paper, but I have found that page very operationalizable. It also creates the submission from a group very consistent in presentation of content which I like, especially if one publishes frequently. [18:52:52] lzia: thanks [19:46:45] bmansurov: yo! [19:46:51] Pchelolo: o/ [19:46:53] re the links ticket [19:47:05] so I've read a bit more on the parent tickets [19:47:23] Maybe my super easy way could be not the right way [19:47:43] oh no, i just uploaded a patch [19:47:44] the parent task mentions references/external links [19:48:23] afaik the LinksUpdate will not tell whether the external link is a reference, or it's just an external link from the page [19:48:28] will that matter? [19:49:06] Pchelolo: at this time, it doesn't matter. [19:49:27] k. We can expand the schema later on and think how to get this info then [19:49:37] Pchelolo: in the future, we want to parse citations, but that's a new project. [19:49:44] one more q - how will the stream be consumed? [19:49:57] you want to expose it to public? [19:50:01] yes [19:50:08] Internet Archive is the main consumer [19:50:15] WMF needs the stream too [19:50:18] we have eventstreams that produce something like that for events [19:50:44] https://stream.wikimedia.org/v2/stream/revision-create [19:51:01] Yes, we need something similar [19:51:13] good. All seems to be in order :) [19:51:25] Do you wanna write the PHP part of it? [19:51:46] Pchelolo: sure [19:51:53] ok. gimme a sec [19:52:34] bmansurov: https://github.com/wikimedia/mediawiki-extensions-EventBus/blob/master/includes/EventBusHooks.php#L516 [19:52:43] thanks [19:53:07] this is where the code should go, I think it's all fairly self-explanatory [19:53:29] For testing just use eventbus vagrant role [19:53:41] Pchelolo: oh, do I need vagrant? [19:53:49] I have a local MW install [19:54:03] oh ok. then just install the extension [19:54:14] and log the event [19:54:24] ok [19:54:35] It's pretty simple to figure whether the event conforms to the schema [19:55:20] ok let me see