[01:01:29] gwicke: https://github.com/wikimedia/AhoCorasick [01:01:33] not useful in the end but a fun exercise [01:02:10] the FSS implementation says: [01:02:12] /* The algorithm implemented by these routines bears a startling resemblence [01:02:12] to one discovered by Beate Commentz-Walter, although it is not identical. [01:02:24] So I was close with "Cosima Wagner" ;) [01:03:32] nice ;) [01:03:48] human associative memory is a wondrous thing [01:04:11] haha. and we're pretty great at pattern recognition too :) [01:04:37] ...even when there isn't a pattern! [01:04:43] yeah, hooray for lossy compression [03:50:57] [[Tech]]; MyHempBook; /* Re-Print Book */ new section; https://meta.wikimedia.org/w/index.php?diff=12513113&oldid=12474152&rcid=6564189 [04:29:26] "There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. " getting a lot of these recently, https were supposed to make it safer, not more retarded .. [04:30:41] unlikely to be related to https [04:32:32] ahh Lord Tim has come back :D [04:33:43] happens a few times when i try to post in 'large' pages , session errors i.e ... [05:00:12] there were complaints on enwiki's village pump as well [05:00:26] so i added instrumentation, just to get a handle on the magnitude of the problem [05:00:44] it appears to happen between 2 to 5 times a minute: http://graphite.wikimedia.org/render/?width=586&height=308&_salt=1435294356.527&target=MediaWiki.edit.failures.session_loss.count&from=-7days [05:01:20] i have no historic data to compare that too [05:01:24] to [05:28:39] There is no doubt that it got way more frequent. Now we can see if/which fixes actually improve it. :) [08:30:48] mw does not allow saving by putting enter on edit summary, bug? [08:30:53] or just a new behavior or mw? [09:40:54] Revi: it doe [09:40:55] s [13:29:00] hey everyone [13:29:00] i am trying to setup the wiki api with my tech but we have an issue and hopefully you can help [13:29:00] its for a search engine... [13:29:00] https://en.wikipedia.org/w/api.php?action=query&list=search&srsearch=book&srprop=snippet&format=xml [13:29:00] with this format we are getting only a few results [13:29:00] and with this one: [13:29:00] https://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=content&rvparse=true&titles=book&format=xml [13:29:01] too many results [13:29:01] any suggestions on how can we limit the results or summarize ? [13:34:08] thomansfel, played with the "continue" parameter already? See https://www.mediawiki.org/wiki/API:Query [13:36:28] thomansfel: what sort of search engine? these API modules are unlikely to be those you're looking for; check https://www.mediawiki.org/wiki/API:Search_and_discovery#MediaWiki [13:39:28] thank you andre__ and Nemo_bis [13:39:48] the search engine is exactly like google [13:39:59] hence our desire to implement wiki results as well [13:40:10] will have my tech look into what both of you suggested [15:53:02] Revi: did you solve your doubt about saving with the enter button?