2025-06-30 00:00:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-06-30 00:04:11 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 00:05:46 +0200 | <probie> | What's a good way to make an IO function run once. e.g. `myFunction >> myFunction = myFunction`. All that immediately comes to mind is using `unsafePerformIO` to make a top-level IORef. (context: binding to a C library that needs exactly 1 init call) |
2025-06-30 00:05:57 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 00:06:03 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 00:06:27 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 00:06:27 +0200 | benkard | mulk |
2025-06-30 00:07:56 +0200 | <glguy> | probie: Basically what you're thinking: https://github.com/haskell-cryptography/HsOpenSSL/blob/master/OpenSSL.hs#L82-L108 |
2025-06-30 00:08:18 +0200 | <glguy> | some libraries already detect if their init functions are called multiple times |
2025-06-30 00:10:51 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 00:11:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 00:12:06 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 00:12:15 +0200 | <EvanR> | a top level IORef which can only be written once ... aka an IVar might help |
2025-06-30 00:12:29 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 00:15:24 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 00:15:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 00:18:12 +0200 | <probie> | I'd consider an IVar if they were in base. But this is just some minor-book keeping so that any potential user of my library doesn't have to care that the original c library crashes if init is called twice |
2025-06-30 00:18:37 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 00:19:00 +0200 | <glguy> | They'll only care in the rare chance that something else links in the original C library |
2025-06-30 00:19:09 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 00:19:44 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 00:21:48 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-06-30 00:26:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 00:29:36 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 00:30:02 +0200 | target_i | (~target_i@user/target-i/x-6023099) (Quit: leaving) |
2025-06-30 00:30:23 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
2025-06-30 00:30:24 +0200 | benkard | mulk |
2025-06-30 00:31:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-06-30 00:31:27 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 276 seconds) |
2025-06-30 00:31:56 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) tmciver |
2025-06-30 00:33:02 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.) |
2025-06-30 00:36:20 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 00:36:33 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 00:42:11 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 00:42:28 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
2025-06-30 00:42:32 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 00:43:14 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 00:45:38 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 00:47:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 00:47:23 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 00:49:48 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 00:49:55 +0200 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
2025-06-30 00:51:02 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 00:51:07 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 00:54:28 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 00:54:44 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection) |
2025-06-30 00:55:04 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 00:55:35 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 00:55:40 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 00:55:42 +0200 | benkard | mulk |
2025-06-30 00:58:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 01:00:03 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 01:01:40 +0200 | sprotte24 | (~sprotte24@p200300d16f2eb8002500640e39f42dff.dip0.t-ipconnect.de) (Quit: Leaving) |
2025-06-30 01:04:24 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:04:35 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 01:04:58 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 245 seconds) |
2025-06-30 01:05:10 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 01:05:34 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 260 seconds) |
2025-06-30 01:05:59 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) tmciver |
2025-06-30 01:07:08 +0200 | tremon | (~tremon@83.80.159.219) (Quit: getting boxed in) |
2025-06-30 01:08:25 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:08:51 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 01:08:51 +0200 | benkard | mulk |
2025-06-30 01:12:26 +0200 | trickard_ | trickard |
2025-06-30 01:14:28 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:15:53 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 265 seconds) |
2025-06-30 01:15:53 +0200 | benkard | mulk |
2025-06-30 01:16:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 01:19:35 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 01:20:01 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 01:21:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-06-30 01:22:15 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:24:40 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 244 seconds) |
2025-06-30 01:26:12 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:26:45 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 01:26:45 +0200 | benkard | mulk |
2025-06-30 01:31:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 01:33:42 +0200 | ttybitnik | (~ttybitnik@user/wolper) (Remote host closed the connection) |
2025-06-30 01:35:03 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:35:37 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 01:35:37 +0200 | benkard | mulk |
2025-06-30 01:35:57 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 01:36:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 01:39:11 +0200 | d34db33f | (~d34db33f@user/d34db33f) (Remote host closed the connection) |
2025-06-30 01:40:38 +0200 | acidjnk | (~acidjnk@p200300d6e70b669525dec1312200b270.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-06-30 01:41:59 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:42:09 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 01:42:09 +0200 | benkard | mulk |
2025-06-30 01:43:49 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 01:46:32 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:46:49 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 265 seconds) |
2025-06-30 01:46:49 +0200 | benkard | mulk |
2025-06-30 01:47:33 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 01:47:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 01:51:17 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 01:51:39 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 265 seconds) |
2025-06-30 01:51:39 +0200 | benkard | mulk |
2025-06-30 01:51:47 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 01:52:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-06-30 01:56:05 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-06-30 01:58:01 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:02:48 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-06-30 02:02:57 +0200 | jespada | (~jespada@r179-25-68-191.dialup.adsl.anteldata.net.uy) (Ping timeout: 248 seconds) |
2025-06-30 02:03:11 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 02:03:36 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:04:58 +0200 | vanishingideal | (~vanishing@user/vanishingideal) (Ping timeout: 252 seconds) |
2025-06-30 02:08:05 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:08:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 02:08:52 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds) |
2025-06-30 02:11:11 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 02:12:43 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 244 seconds) |
2025-06-30 02:13:01 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 02:13:34 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) tmciver |
2025-06-30 02:13:36 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 02:14:35 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:19:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 02:19:54 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:19:55 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds) |
2025-06-30 02:19:58 +0200 | Jeanne-Kamikaze | (~jeannekam@static-23-234-92-147.cust.tzulo.com) Jeanne-Kamikaze |
2025-06-30 02:20:01 +0200 | benkard | mulk |
2025-06-30 02:20:33 +0200 | mud | (~mud@user/kadoban) kadoban |
2025-06-30 02:21:18 +0200 | kadobanana | (~mud@user/kadoban) (Ping timeout: 276 seconds) |
2025-06-30 02:23:35 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 02:24:23 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 02:25:04 +0200 | jetchisel | (~jetchisel@user/jetchisel) (Quit: Unfortunately time is always against us -- [Morpheus]) |
2025-06-30 02:26:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 02:27:24 +0200 | xff0x | (~xff0x@2405:6580:b080:900:6c6f:d601:8f7b:365d) (Ping timeout: 244 seconds) |
2025-06-30 02:27:52 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:29:06 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 02:32:55 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds) |
2025-06-30 02:33:11 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 02:33:23 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 244 seconds) |
2025-06-30 02:34:39 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 02:35:41 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:38:19 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 260 seconds) |
2025-06-30 02:40:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 02:41:08 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:41:30 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 02:42:02 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-06-30 02:42:20 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-06-30 02:42:43 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 268 seconds) |
2025-06-30 02:43:21 +0200 | jmorris | (uid604645@id-604645.hampstead.irccloud.com) jmorris |
2025-06-30 02:45:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-06-30 02:45:41 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-06-30 02:46:22 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 02:48:36 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 02:50:40 +0200 | inline | (~inline@ip-005-146-196-116.um05.pools.vodafone-ip.de) (Quit: Leaving) |
2025-06-30 02:50:57 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 02:52:46 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 02:54:50 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-06-30 02:55:46 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) tmciver |
2025-06-30 02:55:56 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 02:56:51 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:00:49 +0200 | wbooze | (~user@ip-005-146-196-116.um05.pools.vodafone-ip.de) Inline |
2025-06-30 03:01:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 03:01:48 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection) |
2025-06-30 03:02:07 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 03:03:18 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
2025-06-30 03:03:43 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:05:04 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Quit: ljdarj) |
2025-06-30 03:05:57 +0200 | wbooze_ | (~inline@ip-005-146-196-116.um05.pools.vodafone-ip.de) Inline |
2025-06-30 03:07:14 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:08:18 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 245 seconds) |
2025-06-30 03:11:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 03:12:03 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 03:13:55 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 03:14:07 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 03:16:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 03:16:58 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:17:56 +0200 | inline__ | (~inline@ip-005-146-196-116.um05.pools.vodafone-ip.de) Inline |
2025-06-30 03:20:48 +0200 | wbooze_ | (~inline@ip-005-146-196-116.um05.pools.vodafone-ip.de) (Ping timeout: 245 seconds) |
2025-06-30 03:21:35 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 03:22:59 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 03:23:04 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:25:32 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-06-30 03:27:00 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:27:30 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-06-30 03:27:30 +0200 | benkard | mulk |
2025-06-30 03:27:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 03:28:07 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
2025-06-30 03:29:43 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 03:31:52 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 03:32:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-06-30 03:35:04 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:37:16 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 03:39:44 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 03:40:22 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 03:40:24 +0200 | ski | (~ski@remote11.chalmers.se) (Remote host closed the connection) |
2025-06-30 03:42:10 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 03:42:37 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:43:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 03:45:48 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 03:49:35 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 265 seconds) |
2025-06-30 03:49:37 +0200 | ski | (~ski@remote11.chalmers.se) ski |
2025-06-30 03:49:57 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:50:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-06-30 03:50:23 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 245 seconds) |
2025-06-30 03:51:11 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) tmciver |
2025-06-30 03:54:52 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 03:54:54 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-06-30 03:54:58 +0200 | benkard | mulk |
2025-06-30 04:00:01 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds) |
2025-06-30 04:00:49 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:01:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 04:02:25 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 04:03:40 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 04:04:01 +0200 | Jeanne-Kamikaze | (~jeannekam@static-23-234-92-147.cust.tzulo.com) (Remote host closed the connection) |
2025-06-30 04:05:26 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:05:52 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds) |
2025-06-30 04:05:52 +0200 | benkard | mulk |
2025-06-30 04:06:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 04:08:27 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 244 seconds) |
2025-06-30 04:09:38 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 252 seconds) |
2025-06-30 04:10:22 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 04:11:26 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:11:59 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 04:15:46 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 04:15:49 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-06-30 04:17:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 04:18:25 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:19:53 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 04:21:31 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 244 seconds) |
2025-06-30 04:22:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-06-30 04:22:45 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-06-30 04:23:07 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 04:23:27 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
2025-06-30 04:24:23 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 04:25:29 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:27:36 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 04:28:29 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 04:29:01 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:29:54 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 04:30:20 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 04:32:56 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 04:33:17 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 04:33:27 +0200 | td_ | (~td@i53870934.versanet.de) (Ping timeout: 252 seconds) |
2025-06-30 04:33:45 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 04:34:12 +0200 | MaybeMonad | (~MaybeMona@user/MaybeMonad) (Ping timeout: 252 seconds) |
2025-06-30 04:35:19 +0200 | td_ | (~td@i53870930.versanet.de) td_ |
2025-06-30 04:36:50 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 04:37:38 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:38:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 04:38:55 +0200 | emmanuelux | (~emmanuelu@user/emmanuelux) (Quit: Leaving) |
2025-06-30 04:42:12 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:42:55 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 276 seconds) |
2025-06-30 04:42:55 +0200 | benkard | mulk |
2025-06-30 04:43:09 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 260 seconds) |
2025-06-30 04:46:12 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 272 seconds) |
2025-06-30 04:46:34 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) tmciver |
2025-06-30 04:47:24 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 04:47:30 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 252 seconds) |
2025-06-30 04:48:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 04:49:20 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:53:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 04:54:00 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 04:54:54 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 04:55:24 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 04:56:57 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 04:59:52 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:00:10 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 05:00:14 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 268 seconds) |
2025-06-30 05:00:14 +0200 | benkard | mulk |
2025-06-30 05:02:22 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 05:02:45 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 05:04:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 05:04:49 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:04:52 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 05:04:59 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 265 seconds) |
2025-06-30 05:04:59 +0200 | benkard | mulk |
2025-06-30 05:05:06 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 276 seconds) |
2025-06-30 05:06:10 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 05:09:18 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 05:09:25 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 05:09:29 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 05:09:31 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:09:43 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 05:09:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-06-30 05:09:55 +0200 | benkard | mulk |
2025-06-30 05:09:59 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 260 seconds) |
2025-06-30 05:10:43 +0200 | aforemny | (~aforemny@2001:9e8:6cf9:b500:8f3f:3813:bdc7:284b) aforemny |
2025-06-30 05:12:14 +0200 | aforemny_ | (~aforemny@2001:9e8:6cdb:9800:69b2:84ea:7158:964e) (Ping timeout: 265 seconds) |
2025-06-30 05:14:04 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 05:14:54 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:18:58 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:19:58 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 268 seconds) |
2025-06-30 05:20:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 05:23:05 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:23:07 +0200 | jmorris | (uid604645@id-604645.hampstead.irccloud.com) (Quit: Connection closed for inactivity) |
2025-06-30 05:23:42 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 05:27:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 05:27:39 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-06-30 05:28:10 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:28:16 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Quit: Ping timeout (120 seconds)) |
2025-06-30 05:28:27 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 05:32:30 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 05:33:07 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:33:42 +0200 | a_fantom | (~fantom@33be818f.skybroadband.com) (Ping timeout: 244 seconds) |
2025-06-30 05:37:30 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 05:37:38 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 05:38:03 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:38:19 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 05:41:10 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 05:42:29 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 05:43:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-06-30 05:43:39 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:45:20 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 05:47:55 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:48:39 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-06-30 05:48:39 +0200 | benkard | mulk |
2025-06-30 05:49:04 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 05:53:16 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 05:53:19 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-06-30 05:53:31 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:53:55 +0200 | benkard | mulk |
2025-06-30 05:54:07 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 05:55:36 +0200 | arahael | (~arahael@user/arahael) arahael |
2025-06-30 05:58:26 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 05:58:34 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-06-30 05:58:35 +0200 | benkard | mulk |
2025-06-30 05:59:35 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 05:59:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 06:01:14 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 06:02:42 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:02:55 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 06:02:55 +0200 | benkard | mulk |
2025-06-30 06:03:19 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Read error: Connection reset by peer) |
2025-06-30 06:04:24 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 252 seconds) |
2025-06-30 06:05:02 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 06:05:39 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 06:06:34 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 06:06:59 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 06:07:27 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 268 seconds) |
2025-06-30 06:07:41 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:09:42 +0200 | trickard_ | trickard |
2025-06-30 06:09:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 06:09:56 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 06:10:16 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-06-30 06:11:22 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:11:56 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 06:11:56 +0200 | benkard | mulk |
2025-06-30 06:12:58 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 272 seconds) |
2025-06-30 06:15:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 06:15:50 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:16:04 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 06:16:04 +0200 | benkard | mulk |
2025-06-30 06:17:19 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 06:19:03 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection) |
2025-06-30 06:19:23 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 06:20:34 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 06:20:37 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-06-30 06:20:42 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:21:06 +0200 | benkard | mulk |
2025-06-30 06:25:11 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:25:25 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-06-30 06:25:25 +0200 | benkard | mulk |
2025-06-30 06:25:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 06:29:48 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 06:30:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 06:31:11 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:35:17 +0200 | benkard | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:35:34 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 06:35:34 +0200 | benkard | mulk |
2025-06-30 06:39:08 +0200 | Square | (~Square@user/square) (Ping timeout: 245 seconds) |
2025-06-30 06:40:12 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 265 seconds) |
2025-06-30 06:40:38 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:41:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 06:45:12 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 06:45:33 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) mulk |
2025-06-30 06:46:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-06-30 06:46:40 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
2025-06-30 06:50:10 +0200 | mulk | (~mulk@p5b2dc83b.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
2025-06-30 06:57:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 07:00:30 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 07:03:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-06-30 07:04:38 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 07:06:43 +0200 | shawwwn | (sid6132@id-6132.helmsley.irccloud.com) (Ping timeout: 252 seconds) |
2025-06-30 07:09:20 +0200 | hook54321 | (sid149355@user/hook54321) (Ping timeout: 272 seconds) |
2025-06-30 07:09:24 +0200 | michalz | (~michalz@185.246.207.203) |
2025-06-30 07:11:02 +0200 | shawwwn | (sid6132@id-6132.helmsley.irccloud.com) shawwwn |
2025-06-30 07:13:59 +0200 | michalz | (~michalz@185.246.207.203) (Remote host closed the connection) |
2025-06-30 07:14:56 +0200 | hook54321 | (sid149355@user/hook54321) hook54321 |
2025-06-30 07:15:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 07:16:29 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 07:17:15 +0200 | michalz | (~michalz@185.246.207.205) |
2025-06-30 07:19:58 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 07:20:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 07:28:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 07:33:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 07:45:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 07:49:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-06-30 07:56:03 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2025-06-30 08:00:35 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 08:00:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 08:03:37 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 08:05:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 08:08:23 +0200 | GdeVolpi1 | GdeVolpiano |
2025-06-30 08:09:01 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 08:09:39 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 08:09:44 +0200 | ensyde | (~ensyde@c-73-147-64-74.hsd1.va.comcast.net) ensyde |
2025-06-30 08:12:22 +0200 | Nosrep | (~jimothy@user/nosrep) (Ping timeout: 252 seconds) |
2025-06-30 08:12:42 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 08:14:29 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 260 seconds) |
2025-06-30 08:15:40 +0200 | mulk | (~mulk@p5b112e4e.dip0.t-ipconnect.de) mulk |
2025-06-30 08:16:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 08:17:04 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 08:17:14 +0200 | rembo10 | (~rembo10@main.remulis.com) (Quit: ZNC 1.9.1 - https://znc.in) |
2025-06-30 08:18:46 +0200 | rembo10 | (~rembo10@main.remulis.com) rembo10 |
2025-06-30 08:20:29 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 08:21:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-06-30 08:22:08 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 08:24:30 +0200 | sord937 | (~sord937@gateway/tor-sasl/sord937) sord937 |
2025-06-30 08:25:24 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 08:30:53 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 08:31:38 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 08:32:23 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 08:32:35 +0200 | Nosrep | (~jimothy@user/nosrep) Nosrep |
2025-06-30 08:36:11 +0200 | kadobanana | (~mud@user/kadoban) kadoban |
2025-06-30 08:37:00 +0200 | mud | (~mud@user/kadoban) (Ping timeout: 276 seconds) |
2025-06-30 08:39:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 08:39:58 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 245 seconds) |
2025-06-30 08:40:37 +0200 | <haskellbridge> | <Axman6> @unmtl StateT Claims (LogicT IO) |
2025-06-30 08:41:02 +0200 | <haskellbridge> | <Axman6> D: am I too matrix for lambdabot? |
2025-06-30 08:41:15 +0200 | <Axman6> | @unmtl StateT Claims (LogicT IO) |
2025-06-30 08:41:15 +0200 | <lambdabot> | err: `StateT Claims (LogicT IO)' is not applied to enough arguments, giving `/\A. Claims -> LogicT IO (A, Claims)' |
2025-06-30 08:41:20 +0200 | <Axman6> | @unmtl StateT Claims (LogicT IO) a |
2025-06-30 08:41:20 +0200 | <lambdabot> | Claims -> LogicT IO (a, Claims) |
2025-06-30 08:46:42 +0200 | Nosrep | (~jimothy@user/nosrep) (Ping timeout: 248 seconds) |
2025-06-30 08:46:44 +0200 | FANTOM | (~fantom@33be818f.skybroadband.com) |
2025-06-30 08:50:13 +0200 | ft | (~ft@p3e9bc0bf.dip0.t-ipconnect.de) (Quit: leaving) |
2025-06-30 08:50:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 08:51:09 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) CiaoSen |
2025-06-30 08:52:06 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 08:55:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-06-30 08:59:11 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 09:00:02 +0200 | caconym7 | (~caconym@user/caconym) (Quit: bye) |
2025-06-30 09:00:42 +0200 | caconym7 | (~caconym@user/caconym) caconym |
2025-06-30 09:00:52 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 09:03:58 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 09:06:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 09:07:04 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 09:11:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 09:13:17 +0200 | __monty__ | (~toonn@user/toonn) toonn |
2025-06-30 09:18:25 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 09:24:08 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 09:25:04 +0200 | acidjnk | (~acidjnk@p200300d6e70b669525dec1312200b270.dip0.t-ipconnect.de) acidjnk |
2025-06-30 09:34:12 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 09:34:36 +0200 | chele | (~chele@user/chele) chele |
2025-06-30 09:35:53 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Ping timeout: 268 seconds) |
2025-06-30 09:36:39 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 09:36:50 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-06-30 09:37:05 +0200 | <probie> | Axman6: If you want to do it from Matrix, precede it with a newline |
2025-06-30 09:41:22 +0200 | tcard | (~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (Remote host closed the connection) |
2025-06-30 09:41:42 +0200 | tcard | (~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) tcard |
2025-06-30 09:42:41 +0200 | kadobanana | (~mud@user/kadoban) (Ping timeout: 248 seconds) |
2025-06-30 09:45:35 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 09:45:55 +0200 | kadobanana | (~mud@user/kadoban) kadoban |
2025-06-30 09:48:43 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 245 seconds) |
2025-06-30 09:49:16 +0200 | <tomsmeding> | Axman6: and put a . on the first line otherwise the newline will get swallowed |
2025-06-30 09:49:33 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 09:49:39 +0200 | <haskellbridge> | <Axman6> D: |
2025-06-30 09:50:22 +0200 | mud | (~mud@user/kadoban) kadoban |
2025-06-30 09:50:44 +0200 | kadobanana | (~mud@user/kadoban) (Ping timeout: 260 seconds) |
2025-06-30 09:55:13 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 09:57:02 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 09:57:02 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 10:00:08 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 10:00:22 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 10:02:00 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 252 seconds) |
2025-06-30 10:03:07 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 10:07:09 +0200 | __monty__ | (~toonn@user/toonn) (Quit: leaving) |
2025-06-30 10:16:36 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) lortabac |
2025-06-30 10:16:48 +0200 | Fischmie- | (~Fischmiep@user/Fischmiep) (Quit: ZNC - https://znc.in) |
2025-06-30 10:18:27 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 10:19:40 +0200 | Fischmiep | (~Fischmiep@user/Fischmiep) Fischmiep |
2025-06-30 10:20:39 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 10:20:40 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 10:20:54 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Read error: Connection reset by peer) |
2025-06-30 10:24:24 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 10:25:12 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 10:25:23 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 245 seconds) |
2025-06-30 10:28:43 +0200 | arahael | (~arahael@user/arahael) (Ping timeout: 276 seconds) |
2025-06-30 10:29:30 +0200 | fp | (~Thunderbi@2001:708:20:1406::10c5) fp |
2025-06-30 10:31:19 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 252 seconds) |
2025-06-30 10:35:46 +0200 | dhil | (~dhil@5.151.29.137) dhil |
2025-06-30 10:37:14 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 10:38:22 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 10:39:23 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 252 seconds) |
2025-06-30 10:39:53 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 10:40:49 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 10:41:08 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 10:49:44 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 272 seconds) |
2025-06-30 10:49:54 +0200 | trickard_ | trickard |
2025-06-30 10:51:49 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 10:52:17 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 10:55:43 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 10:57:30 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 11:00:45 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 11:02:24 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz) |
2025-06-30 11:02:50 +0200 | kadobanana | (~mud@user/kadoban) kadoban |
2025-06-30 11:02:52 +0200 | mud | (~mud@user/kadoban) (Ping timeout: 252 seconds) |
2025-06-30 11:03:18 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 11:05:12 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 276 seconds) |
2025-06-30 11:06:10 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 11:07:37 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 11:11:17 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 11:14:45 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 11:18:50 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-06-30 11:20:26 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 11:31:39 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) CiaoSen |
2025-06-30 11:31:50 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 252 seconds) |
2025-06-30 11:32:11 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 11:33:07 +0200 | kaskal- | (~kaskal@2a02:8388:15bf:c200:6b44:aaf4:76f8:8b1) (Quit: ZNC - https://znc.in) |
2025-06-30 11:33:28 +0200 | kaskal | (~kaskal@2a02:8388:15bf:c200:2968:f867:8a66:34b3) kaskal |
2025-06-30 11:35:04 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 11:36:08 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 11:38:21 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 11:45:28 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 272 seconds) |
2025-06-30 11:47:07 +0200 | Digitteknohippie | (~user@user/digit) Digit |
2025-06-30 11:48:48 +0200 | Digit | (~user@user/digit) (Ping timeout: 244 seconds) |
2025-06-30 11:51:14 +0200 | trickard_ | trickard |
2025-06-30 11:57:40 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 12:03:17 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 12:05:50 +0200 | MaybeMonad | (~MaybeMona@user/MaybeMonad) MaybeMonad |
2025-06-30 12:08:53 +0200 | fp | (~Thunderbi@2001:708:20:1406::10c5) (Ping timeout: 248 seconds) |
2025-06-30 12:17:34 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 260 seconds) |
2025-06-30 12:22:18 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 12:22:32 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 12:23:57 +0200 | inline__ | inline |
2025-06-30 12:24:26 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 12:24:58 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 244 seconds) |
2025-06-30 12:25:12 +0200 | arahael | (~arahael@user/arahael) arahael |
2025-06-30 12:27:10 +0200 | jahkosha | (~jahkosha@user/jahkosha) jahkosha |
2025-06-30 12:27:36 +0200 | jahkosha | (~jahkosha@user/jahkosha) (Remote host closed the connection) |
2025-06-30 12:28:35 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 12:29:00 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 12:30:41 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 12:33:07 +0200 | Lord_of_Life_ | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
2025-06-30 12:34:10 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 252 seconds) |
2025-06-30 12:34:26 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 248 seconds) |
2025-06-30 12:34:29 +0200 | Lord_of_Life_ | Lord_of_Life |
2025-06-30 12:35:30 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Ping timeout: 272 seconds) |
2025-06-30 12:35:33 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 252 seconds) |
2025-06-30 12:36:24 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 12:36:29 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 12:38:34 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 260 seconds) |
2025-06-30 12:38:40 +0200 | Digitteknohippie | Digit |
2025-06-30 12:39:57 +0200 | califax | (~califax@user/califx) (Remote host closed the connection) |
2025-06-30 12:40:16 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 12:41:48 +0200 | califax | (~califax@user/califx) califx |
2025-06-30 12:45:33 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 12:48:39 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 12:51:31 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 12:51:56 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 12:52:12 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 12:54:19 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 260 seconds) |
2025-06-30 12:55:30 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 12:56:14 +0200 | rvalue | (~rvalue@about/hackers/rvalue) (Read error: Connection reset by peer) |
2025-06-30 12:56:47 +0200 | rvalue | (~rvalue@about/hackers/rvalue) rvalue |
2025-06-30 12:59:01 +0200 | MaybeMonad | (~MaybeMona@user/MaybeMonad) (Ping timeout: 248 seconds) |
2025-06-30 13:00:05 +0200 | fp | (~Thunderbi@2001:708:20:1406::10c5) fp |
2025-06-30 13:01:40 +0200 | jespada | (~jespada@r186-48-26-10.dialup.adsl.anteldata.net.uy) jespada |
2025-06-30 13:02:38 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
2025-06-30 13:03:50 +0200 | comerijn | (~merijn@77.242.116.146) merijn |
2025-06-30 13:05:42 +0200 | ftzm8 | (~ftzm@085080227187.dynamic.telenor.dk) ftzm |
2025-06-30 13:06:00 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Client Quit) |
2025-06-30 13:06:32 +0200 | ftzm | (~ftzm@085080234104.dynamic.telenor.dk) (Ping timeout: 272 seconds) |
2025-06-30 13:06:33 +0200 | ftzm8 | ftzm |
2025-06-30 13:06:45 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 276 seconds) |
2025-06-30 13:11:10 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 13:11:38 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) |
2025-06-30 13:13:58 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 13:17:09 +0200 | ensyde | (~ensyde@c-73-147-64-74.hsd1.va.comcast.net) (Ping timeout: 248 seconds) |
2025-06-30 13:21:40 +0200 | xff0x | (~xff0x@2405:6580:b080:900:eeca:2e63:9b20:a17f) |
2025-06-30 13:23:17 +0200 | Digitteknohippie | (~user@user/digit) Digit |
2025-06-30 13:23:22 +0200 | swistak | (~swistak@185.21.216.141) (Quit: bye bye) |
2025-06-30 13:23:40 +0200 | swistak | (~swistak@185.21.216.141) |
2025-06-30 13:24:16 +0200 | Digit | (~user@user/digit) (Ping timeout: 265 seconds) |
2025-06-30 13:27:23 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Read error: Connection reset by peer) |
2025-06-30 13:28:53 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 13:32:26 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 13:34:24 +0200 | acidjnk | (~acidjnk@p200300d6e70b669525dec1312200b270.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-06-30 13:36:03 +0200 | Digitteknohippie | Digit |
2025-06-30 13:40:10 +0200 | img | (~img@user/img) (Quit: ZNC 1.8.2 - https://znc.in) |
2025-06-30 13:41:28 +0200 | img | (~img@user/img) img |
2025-06-30 13:45:17 +0200 | comerijn | (~merijn@77.242.116.146) (Ping timeout: 252 seconds) |
2025-06-30 13:47:59 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-06-30 13:50:51 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection) |
2025-06-30 13:51:36 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-06-30 13:51:55 +0200 | sord937 | (~sord937@gateway/tor-sasl/sord937) (Ping timeout: 244 seconds) |
2025-06-30 13:51:56 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 13:53:26 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-06-30 13:54:57 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 13:56:03 +0200 | trickard_ | trickard |
2025-06-30 13:59:28 +0200 | fp1 | (~Thunderbi@wireless-86-50-140-9.open.aalto.fi) fp |
2025-06-30 14:00:36 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 14:01:03 +0200 | fp | (~Thunderbi@2001:708:20:1406::10c5) (Ping timeout: 252 seconds) |
2025-06-30 14:01:03 +0200 | fp1 | fp |
2025-06-30 14:01:31 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 14:07:36 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 14:09:51 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 14:16:02 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 14:19:08 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 245 seconds) |
2025-06-30 14:20:00 +0200 | acidjnk | (~acidjnk@p200300d6e70b669525dec1312200b270.dip0.t-ipconnect.de) acidjnk |
2025-06-30 14:22:46 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 14:23:34 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 14:24:45 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
2025-06-30 14:27:08 +0200 | haritz | (~hrtz@152.37.64.162) |
2025-06-30 14:27:08 +0200 | haritz | (~hrtz@152.37.64.162) (Changing host) |
2025-06-30 14:27:08 +0200 | haritz | (~hrtz@user/haritz) haritz |
2025-06-30 14:28:08 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 14:28:49 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 260 seconds) |
2025-06-30 14:31:17 +0200 | fp | (~Thunderbi@wireless-86-50-140-9.open.aalto.fi) (Ping timeout: 248 seconds) |
2025-06-30 14:33:53 +0200 | fp | (~Thunderbi@wireless-86-50-140-9.open.aalto.fi) fp |
2025-06-30 14:34:33 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 14:39:12 +0200 | ensyde | (~ensyde@c-73-147-64-74.hsd1.va.comcast.net) ensyde |
2025-06-30 14:41:22 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 14:46:35 +0200 | trickard_ | trickard |
2025-06-30 14:48:21 +0200 | rvalue- | (~rvalue@about/hackers/rvalue) rvalue |
2025-06-30 14:49:27 +0200 | rvalue | (~rvalue@about/hackers/rvalue) (Ping timeout: 276 seconds) |
2025-06-30 14:49:31 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 14:50:48 +0200 | __monty__ | (~toonn@user/toonn) toonn |
2025-06-30 14:52:38 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Quit: WeeChat 4.5.2) |
2025-06-30 14:52:47 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) lortabac |
2025-06-30 14:55:12 +0200 | rvalue- | rvalue |
2025-06-30 15:05:27 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 15:05:53 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 248 seconds) |
2025-06-30 15:08:30 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 15:09:15 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 15:11:15 +0200 | trickard_ | trickard |
2025-06-30 15:13:04 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-06-30 15:14:25 +0200 | ensyde | (~ensyde@c-73-147-64-74.hsd1.va.comcast.net) (Ping timeout: 248 seconds) |
2025-06-30 15:14:48 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 276 seconds) |
2025-06-30 15:19:21 +0200 | jespada | (~jespada@r186-48-26-10.dialup.adsl.anteldata.net.uy) (Ping timeout: 276 seconds) |
2025-06-30 15:22:27 +0200 | jespada | (~jespada@179.26.248.242) jespada |
2025-06-30 15:24:08 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 15:24:28 +0200 | myme | (~myme@2a01:799:d5e:5f00:33d5:753e:da5c:fb23) (Ping timeout: 276 seconds) |
2025-06-30 15:25:01 +0200 | myme | (~myme@2a01:799:d5e:5f00:b35a:74:d167:4c1e) myme |
2025-06-30 15:25:04 +0200 | ttybitnik | (~ttybitnik@user/wolper) ttybitnik |
2025-06-30 15:25:41 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 15:25:46 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Ping timeout: 276 seconds) |
2025-06-30 15:26:34 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 260 seconds) |
2025-06-30 15:30:18 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 15:33:32 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 15:34:44 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 260 seconds) |
2025-06-30 15:41:09 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 15:41:22 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 15:44:31 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 15:46:59 +0200 | oxapentane | (~oxapentan@user/oxapentane) (Remote host closed the connection) |
2025-06-30 15:47:34 +0200 | oxapentane | (~oxapentan@user/oxapentane) oxapentane |
2025-06-30 15:48:27 +0200 | <yin> | hls fails with the diagnostic error "Locading the module XXX failed. It may not be listed in your .cabal file!" |
2025-06-30 15:48:54 +0200 | <yin> | this is the cabal file https://paste.jrvieira.com/1751291328014 |
2025-06-30 15:49:27 +0200 | ystael | (~ystael@user/ystael) ystael |
2025-06-30 15:49:37 +0200 | <yin> | i get this error on all Verse.XXX modules |
2025-06-30 15:51:37 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 15:55:08 +0200 | <tomsmeding> | yin: not sure if this is it, but exposed-modules takes a list without commas |
2025-06-30 15:55:16 +0200 | <tomsmeding> | just whitespace-separated |
2025-06-30 15:55:44 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-06-30 15:56:38 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 245 seconds) |
2025-06-30 16:00:19 +0200 | <yin> | what? first time I'm hearing about this |
2025-06-30 16:01:08 +0200 | <tomsmeding> | apparently cabal supports both? TIL |
2025-06-30 16:01:20 +0200 | <tomsmeding> | do you have a hie.yaml? |
2025-06-30 16:01:44 +0200 | <tomsmeding> | have you tried closing your editor, running `rm -rf ~/.cache/ghcide`, running `cabal build`, and then reopening your editor? |
2025-06-30 16:02:08 +0200 | <tomsmeding> | (the HLS equivalent of "have you tried to turn it off and on again") |
2025-06-30 16:02:19 +0200 | <yin> | https://paste.jrvieira.com/1751292105319 |
2025-06-30 16:02:35 +0200 | <yin> | good idea. trying that |
2025-06-30 16:02:40 +0200 | <tomsmeding> | yin: if you have a hie.yaml then HLS trusts that blindly |
2025-06-30 16:02:40 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 16:02:46 +0200 | <tomsmeding> | you only have ./app in there so only ./app is known |
2025-06-30 16:03:11 +0200 | <tomsmeding> | yin: try removing line 3 and 4 of hie.yaml, leaving just "cradle: cabal:" with a newline in between |
2025-06-30 16:03:28 +0200 | <tomsmeding> | you can also try removing hie.yaml entirely |
2025-06-30 16:03:52 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-06-30 16:05:05 +0200 | <yin> | that worked |
2025-06-30 16:05:11 +0200 | <yin> | ty |
2025-06-30 16:06:53 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 16:07:54 +0200 | MaybeMonad | (~MaybeMona@user/MaybeMonad) MaybeMonad |
2025-06-30 16:09:23 +0200 | <yin> | i can't remember why i generated hie.yml in the first place |
2025-06-30 16:10:42 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 276 seconds) |
2025-06-30 16:13:59 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 16:14:44 +0200 | ZLima12 | (~zlima12@user/meow/ZLima12) (Remote host closed the connection) |
2025-06-30 16:15:53 +0200 | ZLima12 | (~zlima12@user/meow/ZLima12) ZLima12 |
2025-06-30 16:17:18 +0200 | j1n37 | (~j1n37@user/j1n37) (Quit: Ich bin der Welt abhanden gekommen) |
2025-06-30 16:18:07 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 16:18:57 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 248 seconds) |
2025-06-30 16:19:33 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 16:26:46 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 244 seconds) |
2025-06-30 16:33:25 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 16:34:01 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds) |
2025-06-30 16:35:36 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 16:35:45 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 16:38:44 +0200 | trickard_ | trickard |
2025-06-30 16:43:29 +0200 | fp | (~Thunderbi@wireless-86-50-140-9.open.aalto.fi) (Ping timeout: 248 seconds) |
2025-06-30 16:43:51 +0200 | MaybeMonad | (~MaybeMona@user/MaybeMonad) (Ping timeout: 268 seconds) |
2025-06-30 16:44:37 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection) |
2025-06-30 16:44:56 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 16:45:13 +0200 | Square | (~Square@user/square) Square |
2025-06-30 16:45:49 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 265 seconds) |
2025-06-30 16:45:56 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 16:50:19 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 16:51:40 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 16:53:03 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
2025-06-30 16:57:17 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 16:59:49 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 17:02:18 +0200 | arahael | (~arahael@user/arahael) (Ping timeout: 252 seconds) |
2025-06-30 17:03:04 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-06-30 17:04:55 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 17:09:16 +0200 | Ranhir | (~Ranhir@157.97.53.139) (Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/) |
2025-06-30 17:10:02 +0200 | Guest59 | (~Guest59@pool-100-36-178-27.washdc.fios.verizon.net) |
2025-06-30 17:11:17 +0200 | Guest59 | (~Guest59@pool-100-36-178-27.washdc.fios.verizon.net) (Client Quit) |
2025-06-30 17:11:33 +0200 | patri | (~patri@pool-100-36-178-27.washdc.fios.verizon.net) |
2025-06-30 17:14:21 +0200 | lortabac | (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Quit: WeeChat 4.5.2) |
2025-06-30 17:15:14 +0200 | pat67 | (~pat67@pool-100-36-178-27.washdc.fios.verizon.net) pat67 |
2025-06-30 17:15:30 +0200 | acidjnk | (~acidjnk@p200300d6e70b669525dec1312200b270.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-06-30 17:15:36 +0200 | pat67 | (~pat67@pool-100-36-178-27.washdc.fios.verizon.net) (Client Quit) |
2025-06-30 17:16:00 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 17:16:33 +0200 | pat67 | (~pat67@pool-100-36-178-27.washdc.fios.verizon.net) pat67 |
2025-06-30 17:16:44 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 17:18:49 +0200 | pat67 | (~pat67@pool-100-36-178-27.washdc.fios.verizon.net) (Client Quit) |
2025-06-30 17:18:57 +0200 | patri | (~patri@pool-100-36-178-27.washdc.fios.verizon.net) (Quit: Client closed) |
2025-06-30 17:19:52 +0200 | AlexNoo | (~AlexNoo@5.139.232.110) (Quit: Leaving) |
2025-06-30 17:20:14 +0200 | AlexZenon | (~alzenon@5.139.232.110) (Quit: ;-) |
2025-06-30 17:26:05 +0200 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
2025-06-30 17:28:37 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 276 seconds) |
2025-06-30 17:29:22 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 272 seconds) |
2025-06-30 17:29:47 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-06-30 17:31:39 +0200 | hiredman | (~hiredman@frontier1.downey.family) hiredman |
2025-06-30 17:33:54 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 276 seconds) |
2025-06-30 17:34:56 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 17:37:07 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
2025-06-30 17:40:57 +0200 | Pixi__ | (~Pixi@user/pixi) Pixi |
2025-06-30 17:41:25 +0200 | ttybitnik | (~ttybitnik@user/wolper) (Remote host closed the connection) |
2025-06-30 17:44:24 +0200 | Pixi` | (~Pixi@user/pixi) (Ping timeout: 260 seconds) |
2025-06-30 17:44:46 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 17:49:45 +0200 | acidjnk | (~acidjnk@p200300d6e70b66275d7f857c8192c0ec.dip0.t-ipconnect.de) acidjnk |
2025-06-30 17:50:53 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 17:52:49 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 17:53:07 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 17:55:16 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-06-30 17:55:46 +0200 | Ranhir | (~Ranhir@157.97.53.139) Ranhir |
2025-06-30 17:55:54 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 260 seconds) |
2025-06-30 17:58:42 +0200 | vanishingideal | (~vanishing@user/vanishingideal) (Ping timeout: 248 seconds) |
2025-06-30 18:02:53 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-06-30 18:03:32 +0200 | patri | (~patri@pool-100-36-178-27.washdc.fios.verizon.net) |
2025-06-30 18:04:51 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-06-30 18:07:17 +0200 | AlexNoo | (~AlexNoo@5.139.232.110) |
2025-06-30 18:10:02 +0200 | nacation | (~m-3l4s76@user/nacation) nacation |
2025-06-30 18:10:47 +0200 | patri | (~patri@pool-100-36-178-27.washdc.fios.verizon.net) (Changing host) |
2025-06-30 18:10:47 +0200 | patri | (~patri@user/patri) patri |
2025-06-30 18:14:10 +0200 | patri_ | (~patri@user/patri) patri |
2025-06-30 18:14:12 +0200 | patri | (~patri@user/patri) (Quit: Client closed) |
2025-06-30 18:14:17 +0200 | Nosrep | (~jimothy@user/nosrep) Nosrep |
2025-06-30 18:14:19 +0200 | patri_ | patri |
2025-06-30 18:14:36 +0200 | patri | (~patri@user/patri) (Read error: Connection reset by peer) |
2025-06-30 18:15:02 +0200 | patri | (~patri@user/patri) patri |
2025-06-30 18:21:52 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) tzh |
2025-06-30 18:22:02 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 18:24:54 +0200 | ensyde | (~ensyde@c-73-147-64-74.hsd1.va.comcast.net) ensyde |
2025-06-30 18:28:02 +0200 | trickard_ | trickard |
2025-06-30 18:29:44 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 260 seconds) |
2025-06-30 18:31:18 +0200 | ensyde | (~ensyde@c-73-147-64-74.hsd1.va.comcast.net) (Ping timeout: 252 seconds) |
2025-06-30 18:33:41 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 18:33:54 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 18:34:41 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 18:35:00 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 18:38:18 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 18:38:28 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 18:45:07 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-06-30 18:48:05 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 18:51:45 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 18:53:12 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 18:56:18 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 18:58:48 +0200 | AlexNoo | (~AlexNoo@5.139.232.110) (Quit: Leaving) |
2025-06-30 19:03:31 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 276 seconds) |
2025-06-30 19:08:20 +0200 | nacation | (~m-3l4s76@user/nacation) (Remote host closed the connection) |
2025-06-30 19:09:13 +0200 | wbrawner | (~wbrawner@static.205.41.78.5.clients.your-server.de) (Read error: Connection reset by peer) |
2025-06-30 19:09:23 +0200 | nacation | (~m-3l4s76@user/nacation) nacation |
2025-06-30 19:09:33 +0200 | wbrawner | (~wbrawner@static.205.41.78.5.clients.your-server.de) wbrawner |
2025-06-30 19:09:48 +0200 | Pixi__ | Pixi |
2025-06-30 19:14:49 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 19:19:31 +0200 | hseg | (~gesh@46.120.20.122) |
2025-06-30 19:19:45 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 19:24:45 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Ping timeout: 252 seconds) |
2025-06-30 19:25:16 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 272 seconds) |
2025-06-30 19:26:08 +0200 | euphores | (~SASL_euph@user/euphores) (Quit: Leaving.) |
2025-06-30 19:28:04 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 260 seconds) |
2025-06-30 19:28:34 +0200 | AlexNoo | (~AlexNoo@5.139.232.110) |
2025-06-30 19:28:39 +0200 | tromp | (~textual@2001:1c00:3487:1b00:d0eb:4473:460a:4944) |
2025-06-30 19:30:10 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 19:31:09 +0200 | jespada | (~jespada@179.26.248.242) (Quit: My Mac has gone to sleep. ZZZzzz…) |
2025-06-30 19:32:55 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 19:34:25 +0200 | poscat0x04 | (~poscat@user/poscat) poscat |
2025-06-30 19:36:24 +0200 | poscat | (~poscat@user/poscat) (Ping timeout: 260 seconds) |
2025-06-30 19:37:18 +0200 | jespada | (~jespada@179.26.248.242) jespada |
2025-06-30 19:38:23 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 19:39:31 +0200 | AlexZenon | (~alzenon@5.139.232.110) |
2025-06-30 19:41:08 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 19:41:09 +0200 | ft | (~ft@p3e9bc301.dip0.t-ipconnect.de) ft |
2025-06-30 19:41:19 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 19:43:39 +0200 | trickard_ | trickard |
2025-06-30 19:46:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-06-30 19:46:28 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-06-30 19:47:33 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 252 seconds) |
2025-06-30 19:50:58 +0200 | caubert | (~caubert@user/caubert) (Ping timeout: 276 seconds) |
2025-06-30 19:51:43 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-06-30 19:57:07 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 19:58:33 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 252 seconds) |
2025-06-30 19:58:54 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 20:03:03 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-06-30 20:03:16 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-06-30 20:03:46 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-06-30 20:09:25 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 20:12:42 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 20:14:14 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 20:15:10 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 20:16:28 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 20:18:14 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla |
2025-06-30 20:18:59 +0200 | <haskellbridge> | <Kyle Butt> Trying to reach as wide an audience as possible: I am seeking to take over maintainership of the cql and cql-io packages: https://discourse.haskell.org/t/taking-over-cql-and-cql-io/12397 |
2025-06-30 20:20:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-06-30 20:22:27 +0200 | caubert | (~caubert@user/caubert) caubert |
2025-06-30 20:25:56 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 20:26:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 20:26:40 +0200 | califax | (~califax@user/califx) (Remote host closed the connection) |
2025-06-30 20:26:46 +0200 | eron | (~eron@177.95.127.170) lidenbrock |
2025-06-30 20:27:38 +0200 | sprotte24 | (~sprotte24@p200300d16f383100e04d61c54c10fc45.dip0.t-ipconnect.de) |
2025-06-30 20:27:51 +0200 | califax | (~califax@user/califx) califx |
2025-06-30 20:28:47 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds) |
2025-06-30 20:29:25 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 20:30:54 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 20:31:36 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Read error: Connection reset by peer) |
2025-06-30 20:31:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 20:36:26 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-06-30 20:39:27 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-06-30 20:41:11 +0200 | <[exa]> | Kyle Butt: good luck there |
2025-06-30 20:42:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-06-30 20:44:54 +0200 | <[exa]> | Kyle Butt: btw it's super useful to link everything you claim in the post (important additions); and also great to have some kind of a proof that you tried to contact and waited for a while (open an issue in the repository or so, so that it can be seen as hanging, AND link it to discourse) |
2025-06-30 20:46:00 +0200 | rat-with-hat | (~rat-with-@24-113-114-97.wavecable.com) |
2025-06-30 20:46:01 +0200 | eron | (~eron@177.95.127.170) (Quit: Client closed) |
2025-06-30 20:47:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-06-30 20:50:13 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-06-30 20:50:29 +0200 | mulk | (~mulk@p5b112e4e.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-06-30 20:51:15 +0200 | <[exa]> | Kyle Butt: I see the link there, perfect :) |