[07:08:47] [[Tech]]; Mkulawin; /* Memory leak */ Reply; https://meta.wikimedia.org/w/index.php?diff=27714120&oldid=27709655&rcid=33102835 [09:42:13] Seddon, do you use: discord, telegram,matrix, sip, xmpp, mumble, something else [09:42:27] Seddon, any updates on that phab task ? [15:34:53] Lucas_WMDE: what do I need to do to make T290147 happen? [15:34:54] T290147: Enable interwiki links to/from Wikitech - https://phabricator.wikimedia.org/T290147 [15:37:50] taavi: I’m currently trying to do that together with joelyrookewmde on a normal wiki… let me get back to you for wikitech :'D [20:14:26] What's the easiest way to download a complete-history dump of English Wikipedia? https://datasets.orbopengraph.com/wikimedia/enwiki/20241001/ lists a whole bunch of files and I'd rather not have to click on one at a time. [20:23:05] you're going to have to download multiple files [20:23:43] I get that; my question is if there's a nice command line shortcut for me to do so [20:29:39] | grep? :P [20:29:53] If you look at the source, they're not full urls, they're relative [20:29:57] So you'd need to do some reconstruction [20:30:54] wget -qO- https://datasets.orbopengraph.com/wikimedia/enwiki/20241001/ | grep -Eo "enwiki-20241001-pages-meta-history1.*.7z\"" [20:30:57] gets you somewhere near etc [20:31:07] That was the kind of thing I was looking for, thanks