[06:36:44] halfak: if I were building a tool and needed blame functionality to find out the date when some text was added, is there an API that would let me get that? [11:39:30] Emufarmers: someone uses wikiwho IIRC [16:07:08] YuviPanda, bad news [16:09:22] Ironholds: go on [16:09:42] YuviPanda, I'm writing a python module [16:09:49] an actual, generalised-ish python module for parsing cirrus logs [16:10:16] nice :) [16:13:44] Ironholds: are those logs json? [16:14:16] YuviPanda, nope [16:14:31] see spot re.compile. re.compile fast. re.compile often. Spot is good module. [16:16:17] Ironholds: so re.compile is only a win ifyou reuse it lots. [16:16:25] otherwise it's a net loss. [16:16:39] YuviPanda, agreed [16:16:54] hence why the module re.compiles once on loading and then refers to those objects in iterated checks [16:17:05] I'm a C++ programmer, don't tell me about reusing regex objects ;p [16:17:39] heh [16:18:11] which reminds me: ottomata1, when do we get Jessie on stat1002? [16:18:17] papa needs gcc 4.9.0 [16:18:25] Ironholds reuse regex objects. [16:18:25] 4.8.2 is great but not C++11-compliant [16:18:26] :D [16:18:44] thi is seriously the only reason this is python and not C++ [16:18:45] Couldn't help [16:18:51] that and "reading gzipped files is less of a PITA" [16:28:26] import gzip [16:31:11] harej, quite [20:08:55] Is Quarry working for anyone? I'm looking at some of my queries that were previously returning results, and now they just say "Query status: complete" without displaying anthing. [20:09:58] * harej is consumed by multiclass problems :( [20:13:17] Yuviiiiiii. Y U sleep. [20:45:46] 10Quarry: Seeing all of created queries in one page - https://phabricator.wikimedia.org/T98688#1394177 (10matej_suchanek) [20:45:50] 10Quarry: List of users all published queries - https://phabricator.wikimedia.org/T88920#1394178 (10matej_suchanek) [20:45:54] 10Quarry: Provide the ability to view the queries submitted by a particular user - https://phabricator.wikimedia.org/T71174#1394179 (10matej_suchanek) [20:45:58] 10Quarry: Show all published queries in profile - https://phabricator.wikimedia.org/T77948#1394180 (10matej_suchanek) [20:46:58] 10Quarry: Show all published queries in profile - https://phabricator.wikimedia.org/T77948#832247 (10matej_suchanek) [23:49:35] I am using a one-vs-rest classifier and I am somehow getting worse results than when I just made my own shit up involving thresholds