| 00:47:25 | <tzt> | https://components.news/not-your-keys-not-your-songs-nina-protocol/ |
| 01:14:23 | | MrMcNugg1 quits [Ping timeout: 248 seconds] |
| 01:17:02 | | etnguyen03 quits [Client Quit] |
| 01:20:33 | | etnguyen03 (etnguyen03) joins |
| 01:39:04 | | gatagoto (gatagoto) joins |
| 02:04:02 | | etnguyen03 quits [Remote host closed the connection] |
| 03:35:47 | | c3manu leaves |
| 03:44:57 | | MrMcNuggets (MrMcNuggets) joins |
| 04:07:28 | | DogsRNice quits [Read error: Connection reset by peer] |
| 06:01:24 | | nulldata quits [Ping timeout: 268 seconds] |
| 06:05:42 | | nulldata (nulldata) joins |
| 06:29:35 | | benjins3 quits [Ping timeout: 248 seconds] |
| 07:34:40 | | h|ignition quits [Ping timeout: 272 seconds] |
| 07:36:16 | | h|ignition (h) joins |
| 07:41:38 | | h|ignition quits [Ping timeout: 272 seconds] |
| 07:42:35 | | h|ignition (h) joins |
| 08:02:27 | | simon816 quits [Quit: ZNC 1.10.2 - https://znc.in] |
| 08:04:40 | | BennyOtt quits [Quit: Bye] |
| 08:04:44 | | gatagoto quits [Ping timeout: 268 seconds] |
| 08:07:54 | | BennyOtt (BennyOtt) joins |
| 08:10:43 | | simon816 (simon816) joins |
| 08:29:22 | | benjins3 joins |
| 09:14:55 | | ThreeHM quits [Ping timeout: 248 seconds] |
| 09:18:13 | | ThreeHM (ThreeHeadedMonkey) joins |
| 11:00:20 | | Bleo18260072271962345522201107 quits [Quit: The Lounge - https://thelounge.chat] |
| 11:03:11 | | Bleo18260072271962345522201107 joins |
| 11:17:35 | | superkuh quits [Ping timeout: 248 seconds] |
| 11:18:22 | | BennyOtt quits [Ping timeout: 268 seconds] |
| 11:21:39 | | BennyOtt (BennyOtt) joins |
| 11:38:35 | | superkuh joins |
| 11:47:26 | | superkuh_ joins |
| 11:49:03 | | superkuh quits [Ping timeout: 248 seconds] |
| 11:50:54 | | superkuh joins |
| 11:52:17 | | superkuh_ quits [Ping timeout: 268 seconds] |
| 12:00:18 | | superkuh quits [Ping timeout: 268 seconds] |
| 12:01:03 | | superkuh joins |
| 12:06:00 | | superkuh_ joins |
| 12:07:11 | | superkuh quits [Ping timeout: 248 seconds] |
| 12:10:45 | | superkuh joins |
| 12:12:31 | | superkuh_ quits [Ping timeout: 248 seconds] |
| 12:15:40 | | superkuh_ joins |
| 12:17:34 | | superkuh quits [Ping timeout: 268 seconds] |
| 12:27:48 | | nine quits [Quit: See ya!] |
| 12:28:01 | | nine joins |
| 12:48:15 | | superkuh_ quits [Ping timeout: 248 seconds] |
| 13:19:44 | | HackMii_ quits [Remote host closed the connection] |
| 13:20:05 | | HackMii (hacktheplanet) joins |
| 13:28:34 | | superkuh joins |
| 13:49:27 | | superkuh quits [Ping timeout: 268 seconds] |
| 13:49:53 | | superkuh joins |
| 14:27:41 | | superkuh quits [Ping timeout: 268 seconds] |
| 14:29:46 | | superkuh joins |
| 15:04:40 | | superkuh_ joins |
| 15:05:19 | <klea> | TIL nixpkgs uses IA's WBM. |
| 15:05:51 | | superkuh quits [Ping timeout: 248 seconds] |
| 15:20:43 | | superkuh_ quits [Ping timeout: 268 seconds] |
| 15:20:44 | | superkuh joins |
| 15:27:22 | | Umbire (Umbire) joins |
| 16:09:26 | | pseudorizer quits [Ping timeout: 268 seconds] |
| 16:15:28 | | ScenarioPlanet0 (ScenarioPlanet) joins |
| 16:17:19 | | ScenarioPlanet quits [Ping timeout: 248 seconds] |
| 16:17:20 | | ScenarioPlanet0 is now known as ScenarioPlanet |
| 16:18:54 | | pseudorizer (pseudorizer) joins |
| 17:28:54 | | eroc1990 joins |
| 17:31:19 | | superkuh_ joins |
| 17:32:48 | | eroc1990 quits [Client Quit] |
| 17:33:01 | | eroc1990 joins |
| 17:33:18 | | superkuh quits [Ping timeout: 268 seconds] |
| 17:40:39 | | eroc1990 quits [Client Quit] |
| 17:57:21 | | superkuh_ quits [Ping timeout: 268 seconds] |
| 17:58:08 | | superkuh joins |
| 18:18:56 | | ThreeHM quits [Read error: Connection reset by peer] |
| 18:21:43 | | ThreeHM (ThreeHeadedMonkey) joins |
| 18:30:30 | | gatagoto (gatagoto) joins |
| 18:41:06 | <nicolas17> | parsing cdx files from archivebot items |
| 18:41:32 | <nicolas17> | header is " CDX N b a m s k r M S V g" |
| 18:41:54 | <nicolas17> | after careful analysis I determined that fields r and M are the only ones that can have their value missing, so they have a "-" |
| 18:42:17 | <nicolas17> | if fields[6] == '-': fields[6] = None |
| 18:42:19 | <nicolas17> | if fields[7] == '-': fields[7] = None |
| 18:42:21 | <nicolas17> | why does this damn number keep showing up everywhere T_T |
| 18:44:07 | <klea> | if fields["r"] == "-": fields["r"] = None |
| 18:44:08 | <klea> | (repeat but with "M" in place of "r") |
| 18:44:22 | <klea> | There you go, no more 6-7. |
| 18:44:43 | <nicolas17> | well my next step is |
| 18:44:45 | <nicolas17> | cur.execute("insert into cdx values(?,?,?,?,?,?,?,?,?,?,?)", fields) |
| 18:45:20 | <nicolas17> | "A work colleague had to bring her ~11yo daughter to the office one day, and she asked what was 52 + 15, dude answered earnestly wanting to help the kid, she just did the hands back" |
| 18:56:05 | <Umbire> | owned |
| 18:58:38 | <klea> | You shouldn't assume the CDX value order will always remain the same~ |
| 18:59:09 | <klea> | And this seems like it belongs in -ot-ot. |
| 19:00:35 | <nicolas17> | klea: 6-7 belongs here |
| 19:01:03 | <klea> | Yeah, I guess. |
| 19:01:19 | <nicolas17> | and I'm checking my assumptions :P if header != ' CDX N b a m s k r M S V g': raise RuntimeError |
| 19:01:43 | <klea> | Ah, great. |
| 19:02:11 | <jinn6> | there will always be 6 |
| 19:02:14 | <jinn6> | even if there is no 7 |
| 19:02:24 | <jinn6> | (because cannibalism is not ok) |
| 19:03:35 | | klea noms on 6. |
| 19:03:56 | | jinn6 tastes stale |
| 19:11:21 | <steering> | huhuhu 676767 |
| 19:24:14 | | Erebus quits [Remote host closed the connection] |
| 19:24:28 | | Erebus (Erebus) joins |
| 19:25:16 | | Erebus quits [Excess Flood] |
| 19:26:21 | | Erebus (Erebus) joins |
| 20:02:31 | | Erebus quits [Client Quit] |
| 20:03:03 | | Erebus (Erebus) joins |
| 20:06:02 | | Erebus quits [Client Quit] |
| 20:06:27 | | Erebus (Erebus) joins |
| 20:09:25 | | Erebus quits [Remote host closed the connection] |
| 20:09:41 | | Erebus (Erebus) joins |
| 20:15:42 | | Erebus quits [Remote host closed the connection] |
| 20:15:57 | | Erebus (Erebus) joins |
| 20:20:58 | | Erebus quits [Remote host closed the connection] |
| 20:21:14 | | Erebus (Erebus) joins |
| 20:25:47 | | Erebus quits [Remote host closed the connection] |
| 20:26:03 | | Erebus (Erebus) joins |
| 21:19:17 | | Erebus quits [Remote host closed the connection] |
| 21:19:32 | | Erebus (Erebus) joins |
| 21:53:06 | | nine quits [Quit: See ya!] |
| 21:53:20 | | nine joins |
| 21:56:31 | | jinn6 quits [Ping timeout: 248 seconds] |
| 21:57:32 | | jinn6 (jinn6) joins |
| 22:11:15 | | etnguyen03 (etnguyen03) joins |
| 22:40:35 | | etnguyen03 quits [Client Quit] |
| 23:04:25 | | etnguyen03 (etnguyen03) joins |
| 23:24:35 | | etnguyen03 quits [Client Quit] |
| 23:33:21 | | Hackerpcs quits [Quit: Hackerpcs] |
| 23:34:17 | | Hackerpcs (Hackerpcs) joins |
| 23:50:51 | <nicolas17> | realization |
| 23:51:06 | <nicolas17> | Fusl: where in Austria are you? >.> |
| 23:51:56 | <nicolas17> | https://akademy.kde.org/2026/ |