2025-04-03 00:00:44 +0200 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
2025-04-03 00:01:48 +0200 | AlexZenon | (~alzenon@178.34.150.194) |
2025-04-03 00:03:09 +0200 | <EvanR> | dragon algorithm (Steele90) prints out a float in decimal and bellerophon undoes it (Clinger90) |
2025-04-03 00:03:14 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-03 00:07:51 +0200 | <EvanR> | Steele and White's paper bases the description of the printing problem (the shortest decimal representation which could be read back in to get the original correct value) on a hypothetical algorithm that would read in a string and get the closest float approximation |
2025-04-03 00:08:29 +0200 | <EvanR> | but people working on an IEEE standard for scheme were wondering if any such algorithm existed |
2025-04-03 00:08:43 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 245 seconds) |
2025-04-03 00:10:23 +0200 | <EvanR> | Clinger worked on it and in a first draft, supposed that Steel and White's algorithm existed, and possibly use it as a fallback in case the efficient part of his algorithm failed (guess and check) |
2025-04-03 00:10:38 +0200 | <EvanR> | until somebody mentioned that that's probably problematic |
2025-04-03 00:12:45 +0200 | <EvanR> | (e.g. if you have a float that is known to be close to the closest approximation of the decimal number, then you can try to print out a few floats around it to see if they work better) |
2025-04-03 00:13:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 00:15:45 +0200 | tabaqui | (~tabaqui@167.71.80.236) (Ping timeout: 248 seconds) |
2025-04-03 00:17:22 +0200 | <EvanR> | Theorem 5 of Clinger: For n >= 5, no finite automaton computes the significand of the best n-bit binary floating approximation to f x 10^e where f and e are presented in base 10 |
2025-04-03 00:18:15 +0200 | visilii | (~visilii@85.94.26.83) (Read error: Connection reset by peer) |
2025-04-03 00:18:57 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-04-03 00:18:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 00:19:29 +0200 | visilii | (~visilii@85.172.76.90) |
2025-04-03 00:29:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 00:29:41 +0200 | ljdarj1 | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-03 00:33:09 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 268 seconds) |
2025-04-03 00:33:09 +0200 | ljdarj1 | ljdarj |
2025-04-03 00:33:16 +0200 | __monty__ | (~toonn@user/toonn) (Quit: leaving) |
2025-04-03 00:33:25 +0200 | juri_ | (~juri@implicitcad.org) (Ping timeout: 248 seconds) |
2025-04-03 00:34:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-03 00:41:22 +0200 | dyniec | (~dyniec@dybiec.info) (Killed (lithium.libera.chat (Nickname regained by services))) |
2025-04-03 00:41:47 +0200 | dyniec_ | (~dyniec@dybiec.info) dyniec |
2025-04-03 00:41:49 +0200 | dyniec_ | (~dyniec@dybiec.info) (Client Quit) |
2025-04-03 00:43:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 00:43:11 +0200 | dyniec | (~dyniec@dybiec.info) dyniec |
2025-04-03 00:48:14 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-03 00:52:33 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-03 00:54:27 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) (Ping timeout: 244 seconds) |
2025-04-03 00:58:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 01:00:35 +0200 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) TheCoffeMaker |
2025-04-03 01:01:22 +0200 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) (Read error: Connection reset by peer) |
2025-04-03 01:04:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-03 01:04:47 +0200 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) TheCoffeMaker |
2025-04-03 01:06:46 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.) |
2025-04-03 01:11:13 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 245 seconds) |
2025-04-03 01:14:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 01:15:33 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f85dc3c06db59cdfece.dip0.t-ipconnect.de) (Ping timeout: 246 seconds) |
2025-04-03 01:18:47 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-03 01:19:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 01:22:06 +0200 | Square2 | (~Square@user/square) Square |
2025-04-03 01:23:54 +0200 | justsomeguy | (~justsomeg@user/justsomeguy) justsomeguy |
2025-04-03 01:25:27 +0200 | Sgeo | (~Sgeo@user/sgeo) Sgeo |
2025-04-03 01:25:39 +0200 | Square | (~Square4@user/square) (Ping timeout: 252 seconds) |
2025-04-03 01:29:33 +0200 | Square2 | (~Square@user/square) (Remote host closed the connection) |
2025-04-03 01:30:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 01:30:54 +0200 | Square | (~Square@user/square) Square |
2025-04-03 01:35:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 01:42:42 +0200 | lisbeths | (uid135845@id-135845.lymington.irccloud.com) lisbeths |
2025-04-03 01:42:58 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-04-03 01:44:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 01:45:13 +0200 | justsomeguy | (~justsomeg@user/justsomeguy) (Quit: WeeChat 3.6) |
2025-04-03 01:48:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 01:59:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 02:02:16 +0200 | sprotte24 | (~sprotte24@p200300d16f105300edc0583ef9378a6d.dip0.t-ipconnect.de) (Quit: Leaving) |
2025-04-03 02:06:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 02:08:16 +0200 | otto_s | (~user@p4ff27ad6.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-04-03 02:10:10 +0200 | otto_s | (~user@p5b044be5.dip0.t-ipconnect.de) |
2025-04-03 02:17:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 02:22:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 02:22:42 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
2025-04-03 02:33:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 02:33:29 +0200 | xff0x | (~xff0x@2405:6580:b080:900:8220:3efc:a503:ef) (Quit: xff0x) |
2025-04-03 02:34:38 +0200 | califax | (~califax@user/califx) (Remote host closed the connection) |
2025-04-03 02:36:09 +0200 | califax | (~califax@user/califx) califx |
2025-04-03 02:38:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 02:46:15 +0200 | <troydm> | I'm trying to use HLS with package dependency that is installed using cabal v1-install and HLS fails to start because of that with message like this |
2025-04-03 02:46:36 +0200 | <troydm> | After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling |
2025-04-03 02:46:51 +0200 | <troydm> | to be more specific |
2025-04-03 02:47:32 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-03 02:48:05 +0200 | <troydm> | I've git cloned latest Eurtepea, installed it as instructed using v1-install and now I'm trying to use it in project that works fine with cabal v1-build, but HLS seems to be not working |
2025-04-03 02:48:34 +0200 | <troydm> | is there any specific way to solve this issue, like instructing HLS to use v1 package definitions? |
2025-04-03 02:48:40 +0200 | <troydm> | or it won't work? |
2025-04-03 02:49:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 02:49:38 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod |
2025-04-03 02:53:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 02:54:23 +0200 | xff0x | (~xff0x@2405:6580:b080:900:26c2:538c:cacb:10a4) |
2025-04-03 02:55:44 +0200 | <Leary> | troydm: v1-* should be considered deprecated; rather than trying to make HLS work with v1-*, I suggest you make that dependency work with modern cabal. At a guess, you just need a source override for it: https://cabal.readthedocs.io/en/3.10/cabal-project.html#specifying-packages-from-remote-version-co… |
2025-04-03 03:02:09 +0200 | hattckory | (~hattckory@bras-base-toroon4524w-grc-30-70-27-118-207.dsl.bell.ca) (Ping timeout: 248 seconds) |
2025-04-03 03:03:01 +0200 | <troydm> | Leary: yeah I know,but Euterpea is a big library, and make it work with modern format would be a bit challenge for me, besides the point of using it with HSoM I'll guess, for now I'll skip using HLS, maybe I'll come back to this issue when I'll have more freetime |
2025-04-03 03:03:42 +0200 | xff0x | (~xff0x@2405:6580:b080:900:26c2:538c:cacb:10a4) (Ping timeout: 246 seconds) |
2025-04-03 03:04:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 03:04:40 +0200 | Smiles | (uid551636@id-551636.lymington.irccloud.com) Smiles |
2025-04-03 03:04:41 +0200 | hattckory | (~hattckory@70.27.118.207) |
2025-04-03 03:08:41 +0200 | <EvanR> | wow euterpea is still working |
2025-04-03 03:08:58 +0200 | <Leary> | troydm: I don't know what challenge you're envisioning; it'll probably "just work". |
2025-04-03 03:09:18 +0200 | Square | (~Square@user/square) (Ping timeout: 244 seconds) |
2025-04-03 03:09:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-03 03:12:37 +0200 | notdabs | (~Owner@2600:1700:69cf:9000:6913:74bc:c005:815d) (Read error: Connection reset by peer) |
2025-04-03 03:13:21 +0200 | EvanR | (~EvanR@user/evanr) (Quit: Leaving) |
2025-04-03 03:14:30 +0200 | EvanR | (~EvanR@user/evanr) EvanR |
2025-04-03 03:20:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 03:20:31 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) werneta |
2025-04-03 03:24:04 +0200 | <haskellbridge> | <alexfmpe> tried it, built just fine with "cabal build all --allow-newer" |
2025-04-03 03:24:53 +0200 | <haskellbridge> | <alexfmpe> there's also a PR bumping bounds and cabal format |
2025-04-03 03:25:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 03:27:13 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 248 seconds) |
2025-04-03 03:31:29 +0200 | anpad | (~pandeyan@user/anpad) (Quit: ZNC 1.8.2 - https://znc.in) |
2025-04-03 03:36:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 03:40:20 +0200 | juri_ | (~juri@implicitcad.org) juri_ |
2025-04-03 03:42:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 03:53:51 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
2025-04-03 03:54:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 03:59:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 04:10:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 04:12:26 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-03 04:14:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 04:21:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 04:22:56 +0200 | weary-traveler | (~user@user/user363627) (Quit: Konversation terminated!) |
2025-04-03 04:23:12 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-04-03 04:26:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-03 04:33:18 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 246 seconds) |
2025-04-03 04:33:49 +0200 | zungi | (~tory@user/andrewchawk) andrewchawk |
2025-04-03 04:37:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 04:37:19 +0200 | sp1ff | (~user@c-67-160-173-55.hsd1.wa.comcast.net) (Read error: Connection reset by peer) |
2025-04-03 04:42:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 04:45:53 +0200 | XZDX_ | XZDX |
2025-04-03 04:53:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 04:57:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 05:01:38 +0200 | toby-bro | (~toby-bro@user/toby-bro) (Ping timeout: 245 seconds) |
2025-04-03 05:08:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 05:13:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 05:24:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 05:25:54 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) (Ping timeout: 252 seconds) |
2025-04-03 05:29:46 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 05:40:14 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 05:42:51 +0200 | anpad | (~pandeyan@user/anpad) anpad |
2025-04-03 05:43:46 +0200 | Smiles | (uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
2025-04-03 05:44:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 05:50:11 +0200 | sand-witch | (~m-mzmz6l@vmi833741.contaboserver.net) |
2025-04-03 05:51:44 +0200 | lisbeths | (uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
2025-04-03 05:53:47 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-04-03 05:54:10 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-04-03 05:56:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 05:59:40 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-03 06:05:11 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 06:06:40 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-04-03 06:07:33 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 244 seconds) |
2025-04-03 06:17:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 06:17:03 +0200 | j1n37- | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-04-03 06:20:45 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-03 06:22:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-03 06:25:44 +0200 | tavare | (~tavare@150.129.88.189) tavare |
2025-04-03 06:25:44 +0200 | tavare | (~tavare@150.129.88.189) (Changing host) |
2025-04-03 06:25:44 +0200 | tavare | (~tavare@user/tavare) tavare |
2025-04-03 06:25:47 +0200 | tavare | (~tavare@user/tavare) (Remote host closed the connection) |
2025-04-03 06:28:04 +0200 | <haskellbridge> | <Liamzee> wanna see something silly? Well, it's not that silly, but it looks like it needs improvement |
2025-04-03 06:28:05 +0200 | <haskellbridge> | <Liamzee> https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/pidigits-ghc-6.html |
2025-04-03 06:31:56 +0200 | michalz | (~michalz@185.246.207.200) |
2025-04-03 06:32:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 06:37:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-03 06:37:44 +0200 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) (Ping timeout: 244 seconds) |
2025-04-03 06:40:13 +0200 | <haskellbridge> | <Liamzee> grrr, swapping to foldr isn't helping |
2025-04-03 06:40:43 +0200 | <haskellbridge> | <Liamzee> https://benchmarksgame-team.pages.debian.net/benchmarksgame/performance/pidigits.html |
2025-04-03 06:44:55 +0200 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) TheCoffeMaker |
2025-04-03 06:48:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 06:49:28 +0200 | zungi | (~tory@user/andrewchawk) (Remote host closed the connection) |
2025-04-03 06:52:12 +0200 | sand-witch | (~m-mzmz6l@vmi833741.contaboserver.net) (Ping timeout: 244 seconds) |
2025-04-03 06:53:59 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-03 06:54:37 +0200 | sand-witch | (~m-mzmz6l@vmi833741.contaboserver.net) |
2025-04-03 06:59:55 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-03 07:01:20 +0200 | takuan | (~takuan@d8D86B601.access.telenet.be) |
2025-04-03 07:04:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 07:11:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-03 07:22:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 07:23:13 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Quit: WeeChat 4.6.0) |
2025-04-03 07:26:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 07:37:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 07:42:18 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 276 seconds) |
2025-04-03 07:43:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-03 07:43:42 +0200 | internatetional | (~nate@2001:448a:20a3:c2e5:1ff:2f99:87a6:53fc) internatetional |
2025-04-03 07:50:34 +0200 | hattckory | (~hattckory@70.27.118.207) (Ping timeout: 260 seconds) |
2025-04-03 07:53:32 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 07:54:30 +0200 | hattckory | (~hattckory@bras-base-toroon4524w-grc-30-70-27-118-207.dsl.bell.ca) |
2025-04-03 07:55:49 +0200 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
2025-04-03 07:57:04 +0200 | internatetional | (~nate@2001:448a:20a3:c2e5:1ff:2f99:87a6:53fc) (Ping timeout: 245 seconds) |
2025-04-03 07:59:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 08:02:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 08:04:27 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds) |
2025-04-03 08:06:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 08:09:59 +0200 | ash3en | (~Thunderbi@149.222.146.133) ash3en |
2025-04-03 08:18:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 08:22:41 +0200 | hattckory | (~hattckory@bras-base-toroon4524w-grc-30-70-27-118-207.dsl.bell.ca) (Ping timeout: 248 seconds) |
2025-04-03 08:23:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-03 08:29:00 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Ping timeout: 264 seconds) |
2025-04-03 08:31:26 +0200 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (Remote host closed the connection) |
2025-04-03 08:31:38 +0200 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) statusbot |
2025-04-03 08:33:26 +0200 | ash3en | (~Thunderbi@149.222.146.133) (Quit: ash3en) |
2025-04-03 08:33:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 08:35:18 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) ChaiTRex |
2025-04-03 08:38:46 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-03 08:49:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 08:49:57 +0200 | ft | (~ft@p508db463.dip0.t-ipconnect.de) (Quit: leaving) |
2025-04-03 08:50:36 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Ping timeout: 264 seconds) |
2025-04-03 08:56:08 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) ChaiTRex |
2025-04-03 08:56:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-03 08:59:26 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f85b83e99c39f07048e.dip0.t-ipconnect.de) acidjnk |
2025-04-03 09:00:03 +0200 | caconym | (~caconym@user/caconym) (Quit: bye) |
2025-04-03 09:00:55 +0200 | caconym | (~caconym@user/caconym) caconym |
2025-04-03 09:06:48 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Ping timeout: 264 seconds) |
2025-04-03 09:06:50 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) CiaoSen |
2025-04-03 09:08:57 +0200 | fp1 | (~Thunderbi@wireless-86-50-141-186.open.aalto.fi) fp |
2025-04-03 09:16:47 +0200 | Lord_of_Life_ | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
2025-04-03 09:17:19 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 268 seconds) |
2025-04-03 09:17:38 +0200 | fp1 | (~Thunderbi@wireless-86-50-141-186.open.aalto.fi) (Ping timeout: 252 seconds) |
2025-04-03 09:18:09 +0200 | Lord_of_Life_ | Lord_of_Life |
2025-04-03 09:19:25 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod |
2025-04-03 09:19:37 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) ChaiTRex |
2025-04-03 09:26:04 +0200 | XZDX | (~xzdx@user/XZDX) (Remote host closed the connection) |
2025-04-03 09:27:45 +0200 | longlongdouble | (~longlongd@2405:201:5c16:894:2d75:fd2d:c031:9b09) |
2025-04-03 09:27:57 +0200 | longlongdouble | (~longlongd@2405:201:5c16:894:2d75:fd2d:c031:9b09) (Client Quit) |
2025-04-03 09:36:29 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-04-03 09:43:02 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) |
2025-04-03 09:43:25 +0200 | emmanuelux | (~emmanuelu@user/emmanuelux) (Read error: Connection reset by peer) |
2025-04-03 09:47:32 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 268 seconds) |
2025-04-03 09:48:47 +0200 | gmg | (~user@user/gehmehgeh) gehmehgeh |
2025-04-03 09:52:45 +0200 | fr33domlover | (~fr33domlo@towards.vision) (Ping timeout: 252 seconds) |
2025-04-03 09:56:17 +0200 | alp | (~alp@2001:861:8ca0:4940:21f1:de68:c2b4:1933) |
2025-04-03 09:59:11 +0200 | andreas303 | (andreas303@is.drunk.and.ready-to.party) (Quit: fBNC - https://bnc4free.com) |
2025-04-03 10:13:42 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2025-04-03 10:17:34 +0200 | kuribas | (~user@2a02:1808:47:c51c:9dbb:a01f:9505:4ce) kuribas |
2025-04-03 10:19:09 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz) |
2025-04-03 10:28:34 +0200 | forell | (~forell@user/forell) forell |
2025-04-03 10:34:05 +0200 | <haskellbridge> | <Liamzee> bleh, it looks like it's a broken benchmark, because like 80% of the time in either JS or HS is spent writing to the console |
2025-04-03 10:39:06 +0200 | arahael | (~arahael@user/arahael) (Ping timeout: 276 seconds) |
2025-04-03 10:39:23 +0200 | nckx | (nckx@libera/staff/owl/nckx) (Ping timeout: 608 seconds) |
2025-04-03 10:42:35 +0200 | <haskellbridge> | <Bowuigi> Yeah the Rust solution uses a huge buffer and then writes everything |
2025-04-03 10:44:21 +0200 | chele | (~chele@user/chele) chele |
2025-04-03 10:51:58 +0200 | andreas303 | (andreas303@is.drunk.and.ready-to.party) andreas303 |
2025-04-03 11:03:29 +0200 | dhil | (~dhil@2a0c:b381:52e:3600:1d11:9b3a:d09a:e2f8) dhil |
2025-04-03 11:04:44 +0200 | comerijn | (~merijn@77.242.116.146) merijn |
2025-04-03 11:06:24 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 244 seconds) |
2025-04-03 11:09:12 +0200 | comerijn | (~merijn@77.242.116.146) (Ping timeout: 252 seconds) |
2025-04-03 11:09:40 +0200 | Googulator | (~Googulato@2a01-036d-0106-211a-ac5d-24c1-ad5e-7f2b.pool6.digikabel.hu) (Quit: Client closed) |
2025-04-03 11:10:11 +0200 | Googulator | (~Googulato@2a01-036d-0106-211a-ac5d-24c1-ad5e-7f2b.pool6.digikabel.hu) |
2025-04-03 11:21:42 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-04-03 11:27:51 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 276 seconds) |
2025-04-03 11:32:50 +0200 | kuribas` | (~user@ip-188-118-57-242.reverse.destiny.be) kuribas |
2025-04-03 11:34:34 +0200 | kuribas | (~user@2a02:1808:47:c51c:9dbb:a01f:9505:4ce) (Ping timeout: 260 seconds) |
2025-04-03 11:34:36 +0200 | thuna` | (~thuna`@user/thuna/x-1480069) (Ping timeout: 244 seconds) |
2025-04-03 11:41:48 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) lxsameer |
2025-04-03 11:52:24 +0200 | ubert | (~Thunderbi@2a02:8109:ab8a:5a00:a8be:5729:753e:3d1c) ubert |
2025-04-03 11:53:51 +0200 | tabaqui | (~tabaqui@167.71.80.236) tabaqui |
2025-04-03 11:55:49 +0200 | cyphase | (~cyphase@user/cyphase) (Read error: Connection reset by peer) |
2025-04-03 11:57:06 +0200 | cyphase | (~cyphase@user/cyphase) cyphase |
2025-04-03 12:05:03 +0200 | gehmehgeh | (~user@user/gehmehgeh) gehmehgeh |
2025-04-03 12:05:41 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f85b83e99c39f07048e.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-04-03 12:06:12 +0200 | gmg | (~user@user/gehmehgeh) (Ping timeout: 264 seconds) |
2025-04-03 12:08:57 +0200 | JuanDaugherty | (~juan@user/JuanDaugherty) JuanDaugherty |
2025-04-03 12:14:44 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-04-03 12:21:24 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 260 seconds) |
2025-04-03 12:23:54 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 252 seconds) |
2025-04-03 12:24:45 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-04-03 12:34:28 +0200 | Square | (~Square4@user/square) Square |
2025-04-03 12:43:43 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 245 seconds) |
2025-04-03 12:44:42 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-04-03 12:47:48 +0200 | ash3en | (~Thunderbi@149.222.146.133) ash3en |
2025-04-03 12:54:15 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 252 seconds) |
2025-04-03 12:54:50 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-04-03 13:00:04 +0200 | caconym | (~caconym@user/caconym) (Quit: bye) |
2025-04-03 13:02:02 +0200 | comerijn | (~merijn@77.242.116.146) merijn |
2025-04-03 13:02:18 +0200 | caconym | (~caconym@user/caconym) caconym |
2025-04-03 13:03:44 +0200 | sprotte24 | (~sprotte24@p200300d16f073800c87c3ce3c3ac2331.dip0.t-ipconnect.de) |
2025-04-03 13:05:05 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 265 seconds) |
2025-04-03 13:07:22 +0200 | vhns | (~vhns@140.238.186.144) (Remote host closed the connection) |
2025-04-03 13:18:20 +0200 | xff0x | (~xff0x@2405:6580:b080:900:4999:ed25:622a:4144) |
2025-04-03 13:18:50 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection) |
2025-04-03 13:19:39 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f05d9fc6a647f9af022.dip0.t-ipconnect.de) acidjnk |
2025-04-03 13:23:18 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Ping timeout: 245 seconds) |
2025-04-03 13:27:41 +0200 | __monty__ | (~toonn@user/toonn) toonn |
2025-04-03 13:28:46 +0200 | Smiles | (uid551636@id-551636.lymington.irccloud.com) Smiles |
2025-04-03 13:42:36 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-04-03 14:01:41 +0200 | bramh9 | (~bramh@user/bramh) bramh |
2025-04-03 14:01:46 +0200 | bramh | (~bramh@user/bramh) (Ping timeout: 272 seconds) |
2025-04-03 14:01:47 +0200 | bramh9 | bramh |
2025-04-03 14:02:29 +0200 | exfalsoquodlibet | (a7085e0f71@2a03:6000:1812:100::13a3) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | bgtdsword | (b968c1779f@user/titibandit) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | raghavgururajan | (ea769b8000@user/raghavgururajan) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | lane | (809450f172@2a03:6000:1812:100::1300) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | samhh_ | (7569f027cf@2a03:6000:1812:100::e4) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | ymherklotz | (cb2c9cfbdd@2a03:6000:1812:100::29a) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | b0o | (0e4a0bf4c9@2a03:6000:1812:100::1bf) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | stureplan | (22e45d5caf@user/stureplan) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | bheesham | (3aa22d8375@2a03:6000:1812:100::e40) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | ursa-major | (114efe6c39@2a03:6000:1812:100::11f3) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | eso | (a0662dfd5e@2a03:6000:1812:100::1266) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | akspecs | (00cc8321af@sourcehut/user/akspecs) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | ggb | (a62ffbaf4f@2a03:6000:1812:100::3ac) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | uint64_t | (ec7b9bb9f3@2a03:6000:1812:100::139b) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | whereiseveryone | (206ba86c98@2a03:6000:1812:100::2e4) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | fgaz | (1ff9197ed6@2a03:6000:1812:100::11ea) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | shreyasminocha | (51fdc93eda@user/shreyasminocha) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | probie | (cc0b34050a@user/probie) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | sm2n | (ae95cb1267@user/sm2n) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | pmk | (6afe4476a1@2a03:6000:1812:100::26d) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | lucyy | (228ee8f0ce@user/lucyy) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | fvr | (ef3e56ca8b@2a03:6000:1812:100::3c4) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | rselim | (ce261f06ff@user/milesrout) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | smiesner | (b0cf5acf8c@user/smiesner) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | evanrelf | (3addc196af@2a03:6000:1812:100::f0) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | aniketd | (32aa4844cd@2a03:6000:1812:100::dcb) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | fn_lumi | (3d621153a5@2a03:6000:1812:100::df7) (Remote host closed the connection) |
2025-04-03 14:02:29 +0200 | arcadewise | (52968ed80d@2a03:6000:1812:100::3df) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | bsima1 | (9d7e39c8ad@2a03:6000:1812:100::dd) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | chaitlatte0 | (ea29c0bb16@user/chaitlatte0) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | Guest5227 | (644f1bed9a@user/jmcantrell) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | JoelMcCracken | (5ea8252fbb@2a03:6000:1812:100::10e3) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | jleightcap | (7bc4014b62@user/jleightcap) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | thatonelutenist | (8216c46202@2a03:6000:1812:100::fb3) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | jkoshy | (99b9359beb@user/jkoshy) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | jakzale | (6291399afa@user/jakzale) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | filwisher | (2e6936c793@2a03:6000:1812:100::170) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | sus | (1b7af6299f@user/zeromomentum) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | Ankhers | (e99e97ef8e@2a03:6000:1812:100::2a2) (Remote host closed the connection) |
2025-04-03 14:02:30 +0200 | henrytill | (e0180937c3@2a03:6000:1812:100::e8c) (Remote host closed the connection) |
2025-04-03 14:02:31 +0200 | samhh | (7569f027cf@2a03:6000:1812:100::e4) (Remote host closed the connection) |
2025-04-03 14:02:31 +0200 | lukec | (9dfd4d094e@2a03:6000:1812:100::10e) (Remote host closed the connection) |
2025-04-03 14:02:31 +0200 | cpli | (77fc530071@2a03:6000:1812:100::252) (Remote host closed the connection) |
2025-04-03 14:02:32 +0200 | simendsjo | (34b0550437@2a03:6000:1812:100::1441) (Remote host closed the connection) |
2025-04-03 14:02:33 +0200 | RussetParrotBear | (45ce440a48@2a03:6000:1812:100::e2) (Remote host closed the connection) |
2025-04-03 14:02:49 +0200 | duncan | (c6181279e3@user/meow/duncan) (Remote host closed the connection) |
2025-04-03 14:04:53 +0200 | filwisher | (2e6936c793@2a03:6000:1812:100::170) |
2025-04-03 14:04:53 +0200 | lukec | (9dfd4d094e@2a03:6000:1812:100::10e) |
2025-04-03 14:04:53 +0200 | bsima1 | (9d7e39c8ad@2a03:6000:1812:100::dd) |
2025-04-03 14:04:54 +0200 | evanrelf | (3addc196af@2a03:6000:1812:100::f0) evanrelf |
2025-04-03 14:04:54 +0200 | fgaz | (1ff9197ed6@2a03:6000:1812:100::11ea) fgaz |
2025-04-03 14:04:54 +0200 | pmk | (6afe4476a1@2a03:6000:1812:100::26d) pmk |
2025-04-03 14:04:55 +0200 | RussetParrotBear | (45ce440a48@2a03:6000:1812:100::e2) |
2025-04-03 14:04:55 +0200 | lane | (809450f172@2a03:6000:1812:100::1300) lane |
2025-04-03 14:04:55 +0200 | smiesner | (b0cf5acf8c@user/smiesner) smiesner |
2025-04-03 14:04:55 +0200 | eso | (a0662dfd5e@2a03:6000:1812:100::1266) jeso |
2025-04-03 14:04:55 +0200 | aniketd | (32aa4844cd@2a03:6000:1812:100::dcb) aniketd |
2025-04-03 14:04:55 +0200 | ggb | (a62ffbaf4f@2a03:6000:1812:100::3ac) ggb |
2025-04-03 14:04:56 +0200 | henrytill | (e0180937c3@2a03:6000:1812:100::e8c) henrytill |
2025-04-03 14:04:56 +0200 | chaitlatte0 | (ea29c0bb16@user/chaitlatte0) chaitlatte0 |
2025-04-03 14:04:57 +0200 | thatonelutenist | (8216c46202@2a03:6000:1812:100::fb3) thatonelutenist |
2025-04-03 14:04:57 +0200 | jkoshy | (99b9359beb@user/jkoshy) jkoshy |
2025-04-03 14:04:57 +0200 | b0o | (0e4a0bf4c9@2a03:6000:1812:100::1bf) b0o |
2025-04-03 14:04:57 +0200 | bheesham | (04d095ca04@2a03:6000:1812:100::e40) bheesham |
2025-04-03 14:04:57 +0200 | cpli | (77fc530071@2a03:6000:1812:100::252) cpli |
2025-04-03 14:04:58 +0200 | whereiseveryone | (206ba86c98@2a03:6000:1812:100::2e4) whereiseveryone |
2025-04-03 14:04:58 +0200 | samhh | (7569f027cf@2a03:6000:1812:100::e4) samhh |
2025-04-03 14:04:58 +0200 | jleightcap | (7bc4014b62@user/jleightcap) jleightcap |
2025-04-03 14:04:58 +0200 | lucyy | (228ee8f0ce@user/lucyy) lucyy |
2025-04-03 14:04:58 +0200 | fvr | (ef3e56ca8b@2a03:6000:1812:100::3c4) fvr |
2025-04-03 14:04:58 +0200 | bgtdsword | (b968c1779f@user/titibandit) titibandit |
2025-04-03 14:04:59 +0200 | fn_lumi | (3d621153a5@2a03:6000:1812:100::df7) fn_lumi |
2025-04-03 14:04:59 +0200 | shreyasminocha | (51fdc93eda@user/shreyasminocha) shreyasminocha |
2025-04-03 14:04:59 +0200 | simendsjo | (34b0550437@2a03:6000:1812:100::1441) simendsjo |
2025-04-03 14:04:59 +0200 | uint64_t | (ec7b9bb9f3@2a03:6000:1812:100::139b) k_hachig |
2025-04-03 14:05:00 +0200 | akspecs | (00cc8321af@sourcehut/user/akspecs) akspecs |
2025-04-03 14:05:00 +0200 | jakzale | (6291399afa@user/jakzale) jakzale |
2025-04-03 14:05:00 +0200 | sus | (1b7af6299f@user/zeromomentum) zeromomentum |
2025-04-03 14:05:00 +0200 | arcadewise | (52968ed80d@2a03:6000:1812:100::3df) l3gacyb3ta |
2025-04-03 14:05:00 +0200 | exfalsoquodlibet | (a7085e0f71@2a03:6000:1812:100::13a3) |
2025-04-03 14:05:00 +0200 | ymherklotz | (cb2c9cfbdd@2a03:6000:1812:100::29a) ymherklotz |
2025-04-03 14:05:01 +0200 | jmcantrell | (644f1bed9a@user/jmcantrell) jmcantrell |
2025-04-03 14:05:01 +0200 | stureplan | (22e45d5caf@user/stureplan) stureplan |
2025-04-03 14:05:01 +0200 | probie | (cc0b34050a@user/probie) probie |
2025-04-03 14:05:01 +0200 | Ankhers | (e99e97ef8e@2a03:6000:1812:100::2a2) Ankhers |
2025-04-03 14:05:02 +0200 | JoelMcCracken | (5ea8252fbb@2a03:6000:1812:100::10e3) JoelMcCracken |
2025-04-03 14:05:02 +0200 | rselim | (ce261f06ff@user/milesrout) milesrout |
2025-04-03 14:05:04 +0200 | raghavgururajan | (ea769b8000@user/raghavgururajan) raghavgururajan |
2025-04-03 14:05:04 +0200 | duncan | (c6181279e3@user/meow/duncan) duncan |
2025-04-03 14:05:04 +0200 | ursa-major | (114efe6c39@2a03:6000:1812:100::11f3) ursa-major |
2025-04-03 14:05:06 +0200 | sm2n | (ae95cb1267@user/sm2n) sm2n |
2025-04-03 14:06:41 +0200 | samhh_ | (7569f027cf@2a03:6000:1812:100::e4) samhh |
2025-04-03 14:07:54 +0200 | nckx | (nckx@libera/staff/owl/nckx) nckx |
2025-04-03 14:10:20 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Ping timeout: 265 seconds) |
2025-04-03 14:11:30 +0200 | dhil | (~dhil@2a0c:b381:52e:3600:1d11:9b3a:d09a:e2f8) (Ping timeout: 246 seconds) |
2025-04-03 14:11:40 +0200 | gehmehgeh | gmg |
2025-04-03 14:12:17 +0200 | sprotte24 | (~sprotte24@p200300d16f073800c87c3ce3c3ac2331.dip0.t-ipconnect.de) (Quit: Leaving) |
2025-04-03 14:13:16 +0200 | Googulator | (~Googulato@2a01-036d-0106-211a-ac5d-24c1-ad5e-7f2b.pool6.digikabel.hu) (Quit: Client closed) |
2025-04-03 14:13:42 +0200 | Googulator | (~Googulato@2a01-036d-0106-211a-ac5d-24c1-ad5e-7f2b.pool6.digikabel.hu) |
2025-04-03 14:15:42 +0200 | ash3en | (~Thunderbi@149.222.146.133) (Ping timeout: 246 seconds) |
2025-04-03 14:17:50 +0200 | JuanDaugherty | ColinRobinson |
2025-04-03 14:19:18 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) |
2025-04-03 14:19:45 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) (Client Quit) |
2025-04-03 14:22:09 +0200 | alp | (~alp@2001:861:8ca0:4940:21f1:de68:c2b4:1933) (Ping timeout: 248 seconds) |
2025-04-03 14:25:01 +0200 | dhil | (~dhil@2a0c:b381:52e:3600:1d11:9b3a:d09a:e2f8) dhil |
2025-04-03 14:32:58 +0200 | ash3en | (~Thunderbi@149.222.146.133) ash3en |
2025-04-03 14:37:44 +0200 | ColinRobinson | Lycurgus |
2025-04-03 14:38:07 +0200 | Lycurgus | (~juan@user/JuanDaugherty) (Changing host) |
2025-04-03 14:38:07 +0200 | Lycurgus | (~juan@user/Lycurgus) Lycurgus |
2025-04-03 14:38:23 +0200 | kuribas` | (~user@ip-188-118-57-242.reverse.destiny.be) (Read error: Connection reset by peer) |
2025-04-03 14:46:30 +0200 | longlongdouble | (~longlongd@2405:201:5c16:894:2d75:fd2d:c031:9b09) |
2025-04-03 14:46:49 +0200 | longlongdouble | (~longlongd@2405:201:5c16:894:2d75:fd2d:c031:9b09) (Client Quit) |
2025-04-03 14:48:17 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-04-03 14:49:25 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 248 seconds) |
2025-04-03 14:50:09 +0200 | Lycurgus | (~juan@user/Lycurgus) (Quit: praxis.meansofproduction.biz (juan@acm.org)) |
2025-04-03 14:55:05 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-04-03 15:01:37 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
2025-04-03 15:09:17 +0200 | wlhn | (~wlhn@2001-14ba-4e04-ccf0-9803-c364-b8d-97b4.rev.dnainternet.fi) wlhn |
2025-04-03 15:14:29 +0200 | ircbrowse_tom_ | (~ircbrowse@user/tomsmeding/bot/ircbrowse-tom) (ZNC 1.9.0+deb2build3 - https://znc.in) |
2025-04-03 15:14:52 +0200 | ircbrowse_tom | (~ircbrowse@user/tomsmeding/bot/ircbrowse-tom) ircbrowse_tom |
2025-04-03 15:14:53 +0200 | Server | +Cnt |
2025-04-03 15:15:04 +0200 | rncwnd_ | (~quassel@2a01:4f8:221:27c6::1) |
2025-04-03 15:15:23 +0200 | TimWolla_ | (~timwolla@2a01:4f8:150:6153:beef::6667) TimWolla |
2025-04-03 15:15:26 +0200 | ski | (~ski@remote11.chalmers.se) (Ping timeout: 244 seconds) |
2025-04-03 15:15:34 +0200 | drlkf | (~drlkf@chat-1.drlkf.net) drlkf |
2025-04-03 15:15:34 +0200 | _[_________]_ | (~oos95GWG@user/oos95GWG) oos95GWG |
2025-04-03 15:15:54 +0200 | walt | (~ggVGc@a.lowtech.earth) |
2025-04-03 15:16:49 +0200 | remsen | (ianremsen@tilde.team) remsense |
2025-04-03 15:16:56 +0200 | astroanax | (~astroanax@cosmic.voyage) |
2025-04-03 15:17:10 +0200 | Taneb | (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) Taneb |
2025-04-03 15:17:22 +0200 | ski | (~ski@remote11.chalmers.se) |
2025-04-03 15:17:25 +0200 | dpk | (~dpk@jains.nonceword.org) (Killed (NickServ (GHOST command used by [dpk]))) |
2025-04-03 15:17:30 +0200 | [dpk] | dpk |
2025-04-03 15:17:41 +0200 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) (Quit: Bye) |
2025-04-03 15:17:41 +0200 | aristid_ | (sid1599@id-1599.uxbridge.irccloud.com) |
2025-04-03 15:17:41 +0200 | tritlo_ | (sid58727@id-58727.hampstead.irccloud.com) |
2025-04-03 15:17:41 +0200 | edmundnoble__ | (sid229620@id-229620.helmsley.irccloud.com) |
2025-04-03 15:17:42 +0200 | swistak | (~swistak@185.21.216.141) (Quit: bye bye) |
2025-04-03 15:17:42 +0200 | TimWolla_ | TimWolla |
2025-04-03 15:17:45 +0200 | aristid | (sid1599@id-1599.uxbridge.irccloud.com) (Read error: Connection reset by peer) |
2025-04-03 15:17:45 +0200 | tapas | (sid467876@id-467876.ilkley.irccloud.com) (Read error: Connection reset by peer) |
2025-04-03 15:17:45 +0200 | tritlo | (sid58727@id-58727.hampstead.irccloud.com) (Read error: Connection reset by peer) |
2025-04-03 15:17:45 +0200 | edmundnoble_ | (sid229620@id-229620.helmsley.irccloud.com) (Read error: Connection reset by peer) |
2025-04-03 15:17:45 +0200 | Pent | (sid313808@id-313808.lymington.irccloud.com) (Read error: Connection reset by peer) |
2025-04-03 15:17:45 +0200 | remmie | (ianremsen@tilde.team) (Quit: ZNC 1.8.1 - https://znc.in) |
2025-04-03 15:17:46 +0200 | YuutaW | (~YuutaW@2404:f4c0:f9c3:502::100:17b7) (Ping timeout: 268 seconds) |
2025-04-03 15:17:46 +0200 | [_________] | (~oos95GWG@user/oos95GWG) (Ping timeout: 268 seconds) |
2025-04-03 15:17:46 +0200 | ggVGc | (~ggVGc@a.lowtech.earth) (Remote host closed the connection) |
2025-04-03 15:17:46 +0200 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) (Ping timeout: 268 seconds) |
2025-04-03 15:17:46 +0200 | poscat | (~poscat@user/poscat) (Ping timeout: 268 seconds) |
2025-04-03 15:17:46 +0200 | aristid_ | aristid |
2025-04-03 15:17:46 +0200 | tritlo_ | tritlo |
2025-04-03 15:17:46 +0200 | edmundnoble__ | edmundnoble_ |
2025-04-03 15:17:46 +0200 | sus0 | (thelounge@user/zeromomentum) (Quit: Ping timeout (120 seconds)) |
2025-04-03 15:17:46 +0200 | op_4 | (~tslil@user/op-4/x-9116473) (Ping timeout: 248 seconds) |
2025-04-03 15:17:47 +0200 | op_4_ | op_4 |
2025-04-03 15:17:47 +0200 | rncwnd | (~quassel@2a01:4f8:221:27c6::1) (Quit: No Ping reply in 180 seconds.) |
2025-04-03 15:17:47 +0200 | end | (~end@user/end/x-0094621) (Quit: end) |
2025-04-03 15:17:47 +0200 | ircbrowse_tom_ | (~ircbrowse@user/tomsmeding/bot/ircbrowse-tom) (Quit: ZNC 1.9.0+deb2build3 - https://znc.in) |
2025-04-03 15:17:47 +0200 | hc | (~hc@mail.hce.li) (Read error: Connection reset by peer) |
2025-04-03 15:17:47 +0200 | Pent_ | Pent |
2025-04-03 15:17:48 +0200 | sus01 | sus0 |
2025-04-03 15:17:49 +0200 | tapas_ | tapas |
2025-04-03 15:17:49 +0200 | remsen | remmie |
2025-04-03 15:20:23 +0200 | a_fantom | (~fantom@2.219.56.221) (Ping timeout: 244 seconds) |
2025-04-03 15:21:15 +0200 | fantom | (~fantom@2.219.56.221) |
2025-04-03 15:25:30 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) (Ping timeout: 252 seconds) |
2025-04-03 15:25:42 +0200 | Googulator | (~Googulato@2a01-036d-0106-211a-ac5d-24c1-ad5e-7f2b.pool6.digikabel.hu) (Ping timeout: 240 seconds) |
2025-04-03 15:27:45 +0200 | end | (~end@user/end/x-0094621) end^ |
2025-04-03 15:29:48 +0200 | AlexZenon | (~alzenon@178.34.150.194) (Ping timeout: 272 seconds) |
2025-04-03 15:32:27 +0200 | tabemann_ | (~tabemann@2600:1700:7990:24e0:eb48:5118:6a44:9814) |
2025-04-03 15:34:41 +0200 | tabemann | (~tabemann@2600:1700:7990:24e0:5768:9309:1e8f:df4b) (Ping timeout: 248 seconds) |
2025-04-03 15:36:59 +0200 | AlexZenon | (~alzenon@178.34.150.194) |
2025-04-03 15:46:33 +0200 | ash3en | (~Thunderbi@149.222.146.133) (Ping timeout: 276 seconds) |
2025-04-03 15:46:44 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-04-03 15:47:24 +0200 | ash3en | (~Thunderbi@149.222.146.133) ash3en |
2025-04-03 15:47:36 +0200 | gmg | (~user@user/gehmehgeh) (Ping timeout: 264 seconds) |
2025-04-03 15:48:28 +0200 | gmg | (~user@user/gehmehgeh) gehmehgeh |
2025-04-03 15:48:51 +0200 | AlexZenon | (~alzenon@178.34.150.194) (Ping timeout: 252 seconds) |
2025-04-03 15:48:53 +0200 | Smiles | (uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
2025-04-03 15:48:57 +0200 | rstromlund | (~user@user/rstromlund) rstromlund |
2025-04-03 15:51:13 +0200 | AlexZenon | (~alzenon@178.34.150.194) |
2025-04-03 15:54:27 +0200 | ash3en | (~Thunderbi@149.222.146.133) (Ping timeout: 268 seconds) |
2025-04-03 16:00:37 +0200 | longlongdouble | (~longlongd@2405:201:5c16:894:2d75:fd2d:c031:9b09) |
2025-04-03 16:01:21 +0200 | tabaqui | (~tabaqui@167.71.80.236) (Ping timeout: 248 seconds) |
2025-04-03 16:02:12 +0200 | longlongdouble | (~longlongd@2405:201:5c16:894:2d75:fd2d:c031:9b09) (Client Quit) |
2025-04-03 16:02:22 +0200 | _[_________]_ | (~oos95GWG@user/oos95GWG) (Quit: _[_________]_) |
2025-04-03 16:02:30 +0200 | [_________] | (~oos95GWG@user/oos95GWG) oos95GWG |
2025-04-03 16:08:07 +0200 | hattckory | (~hattckory@bras-base-toroon4524w-grc-30-70-27-118-207.dsl.bell.ca) |
2025-04-03 16:11:18 +0200 | ash3en | (~Thunderbi@149.222.146.133) ash3en |
2025-04-03 16:15:25 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) |
2025-04-03 16:16:27 +0200 | hattckory | (~hattckory@bras-base-toroon4524w-grc-30-70-27-118-207.dsl.bell.ca) (Ping timeout: 276 seconds) |
2025-04-03 16:24:58 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) (Quit: WeeChat 4.5.2) |
2025-04-03 16:27:04 +0200 | pavonia | (~user@user/siracusa) (Quit: Bye!) |
2025-04-03 16:27:28 +0200 | toby-bro | (~toby-bro@user/toby-bro) toby-bro |
2025-04-03 16:30:26 +0200 | hattckory | (~hattckory@70.27.118.207) |
2025-04-03 16:30:30 +0200 | comerijn | (~merijn@77.242.116.146) (Ping timeout: 265 seconds) |
2025-04-03 16:30:39 +0200 | Digitteknohippie | (~user@user/digit) Digit |
2025-04-03 16:31:45 +0200 | Digit | (~user@user/digit) (Ping timeout: 248 seconds) |
2025-04-03 16:34:36 +0200 | califax_ | (~califax@user/califx) califx |
2025-04-03 16:35:00 +0200 | califax | (~califax@user/califx) (Ping timeout: 264 seconds) |
2025-04-03 16:35:10 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
2025-04-03 16:35:36 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Ping timeout: 264 seconds) |
2025-04-03 16:35:50 +0200 | califax_ | califax |
2025-04-03 16:37:42 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) ChaiTRex |
2025-04-03 16:38:15 +0200 | merijn | (~merijn@77.242.116.146) merijn |
2025-04-03 16:38:50 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) sim590 |
2025-04-03 16:44:49 +0200 | comonad | (~comonad@p200300d0274ac2004a3b1ffc163e1801.dip0.t-ipconnect.de) (Quit: WeeChat 4.6.0-dev) |
2025-04-03 16:49:56 +0200 | sprotte24 | (~sprotte24@p200300d16f073800ec483cc7828fc8d9.dip0.t-ipconnect.de) |
2025-04-03 16:56:05 +0200 | notdabs | (~Owner@2600:1700:69cf:9000:e1c8:559a:8f15:80b) |
2025-04-03 16:57:40 +0200 | Sgeo | (~Sgeo@user/sgeo) Sgeo |
2025-04-03 16:59:58 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-04-03 17:01:38 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Ping timeout: 245 seconds) |
2025-04-03 17:04:54 +0200 | DrachenMaus | (~dragonmau@user/dragonmaus) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
2025-04-03 17:05:44 +0200 | DragonMaus | (~dragonmau@user/dragonmaus) DragonMaus |
2025-04-03 17:18:18 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) |
2025-04-03 17:18:44 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f05d9fc6a647f9af022.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-04-03 17:26:46 +0200 | ash3en | (~Thunderbi@149.222.146.133) (Quit: ash3en) |
2025-04-03 17:47:46 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-04-03 17:58:06 +0200 | euphores | (~SASL_euph@user/euphores) (Quit: Leaving.) |
2025-04-03 18:01:20 +0200 | gmg | (~user@user/gehmehgeh) (Quit: Leaving) |
2025-04-03 18:04:03 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-04-03 18:05:07 +0200 | chele | (~chele@user/chele) (Quit: Leaving) |
2025-04-03 18:05:56 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) tzh |
2025-04-03 18:05:58 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f05c47cfd219ef4d968.dip0.t-ipconnect.de) acidjnk |
2025-04-03 18:05:59 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
2025-04-03 18:11:27 +0200 | <EvanR> | the read instance for floats seems to accept an infinite amount of digits |
2025-04-03 18:11:45 +0200 | <EvanR> | even if it would output Infinity it consumes as much as could be part of the number |
2025-04-03 18:11:49 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) |
2025-04-03 18:11:56 +0200 | <EvanR> | security implications xD |
2025-04-03 18:21:11 +0200 | jacopovalanzano | (~jacopoval@cpc151911-cove17-2-0-cust105.3-1.cable.virginm.net) |
2025-04-03 18:22:40 +0200 | <__monty__> | Like what, DOS? |
2025-04-03 18:25:48 +0200 | <EvanR> | if you don't know how long the input is and tried to read a float, yeah |
2025-04-03 18:27:23 +0200 | merijn | (~merijn@77.242.116.146) (Ping timeout: 268 seconds) |
2025-04-03 18:28:34 +0200 | Digitteknohippie | Digit |
2025-04-03 18:46:41 +0200 | sam113101 | (~sam@modemcable220.199-203-24.mc.videotron.ca) (Read error: Connection reset by peer) |
2025-04-03 18:47:00 +0200 | sam113101 | (~sam@modemcable220.199-203-24.mc.videotron.ca) sam113101 |
2025-04-03 18:48:56 +0200 | potatoespotatoes | (~quassel@user/potatoespotatoes) () |
2025-04-03 18:49:19 +0200 | tromp | (~textual@2001:1c00:3487:1b00:f90e:e520:180f:b437) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-04-03 18:49:29 +0200 | potatoespotatoes | (~quassel@130.44.147.204) |
2025-04-03 18:49:30 +0200 | potatoespotatoes | (~quassel@130.44.147.204) (Changing host) |
2025-04-03 18:49:30 +0200 | potatoespotatoes | (~quassel@user/potatoespotatoes) potatoespotatoes |
2025-04-03 18:53:20 +0200 | __jmcantrell__ | (~weechat@user/jmcantrell) jmcantrell |
2025-04-03 18:55:15 +0200 | Square2 | (~Square@user/square) Square |
2025-04-03 18:56:39 +0200 | finsternis | (~X@23.226.237.192) (Read error: Connection reset by peer) |
2025-04-03 18:59:01 +0200 | Square | (~Square4@user/square) (Ping timeout: 248 seconds) |
2025-04-03 19:00:16 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 252 seconds) |
2025-04-03 19:09:25 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-03 19:14:21 +0200 | dhil | (~dhil@2a0c:b381:52e:3600:1d11:9b3a:d09a:e2f8) (Ping timeout: 265 seconds) |
2025-04-03 19:16:54 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) (Quit: WeeChat 4.6.0) |
2025-04-03 19:20:38 +0200 | <monochrom> | It was written in a simpler time, and since then no one has got around to improve it. |
2025-04-03 19:21:11 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) sim590 |
2025-04-03 19:21:24 +0200 | <int-e> | > read ('"':repeat ' ') :: () |
2025-04-03 19:21:26 +0200 | <lambdabot> | *Exception: Prelude.read: no parse |
2025-04-03 19:21:30 +0200 | <int-e> | EvanR: it's so much worse |
2025-04-03 19:21:43 +0200 | <int-e> | huh |
2025-04-03 19:21:54 +0200 | <int-e> | > read ('"':repeat ' ') :: Int |
2025-04-03 19:22:00 +0200 | <lambdabot> | mueval-core: Time limit exceeded |
2025-04-03 19:22:08 +0200 | <EvanR> | lol |
2025-04-03 19:22:10 +0200 | <int-e> | did I manage to find an instance that is not lex-based |
2025-04-03 19:22:18 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) (Quit: WeeChat 4.6.0) |
2025-04-03 19:22:44 +0200 | simon_ | (~simon@209-15-185-101.resi.cgocable.ca) |
2025-04-03 19:22:58 +0200 | <int-e> | (evidently, but it surprised me) |
2025-04-03 19:23:14 +0200 | simon_ | sim590 |
2025-04-03 19:24:01 +0200 | tromp | (~textual@2001:1c00:3487:1b00:c12c:62c3:725c:e71d) |
2025-04-03 19:24:14 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) (Client Quit) |
2025-04-03 19:24:34 +0200 | simon1 | (~simon@209-15-185-101.resi.cgocable.ca) |
2025-04-03 19:24:42 +0200 | simon1 | (~simon@209-15-185-101.resi.cgocable.ca) (Client Quit) |
2025-04-03 19:24:46 +0200 | <EvanR> | > read " 2" :: Int |
2025-04-03 19:24:47 +0200 | <lambdabot> | 2 |
2025-04-03 19:24:53 +0200 | <EvanR> | > read " ()" :: () |
2025-04-03 19:24:55 +0200 | <lambdabot> | () |
2025-04-03 19:24:58 +0200 | simon1 | (~simon@209-15-185-101.resi.cgocable.ca) |
2025-04-03 19:25:01 +0200 | <EvanR> | > read " ()" :: () |
2025-04-03 19:25:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 19:25:03 +0200 | <lambdabot> | () |
2025-04-03 19:25:22 +0200 | EvanR | studies int-e command again |
2025-04-03 19:25:26 +0200 | <EvanR> | 's |
2025-04-03 19:25:30 +0200 | <int-e> | yeah, the Read instance for () is not derived. it does readPrec = parens (paren (return ())) |
2025-04-03 19:26:24 +0200 | <monochrom> | Haha that's cute. |
2025-04-03 19:26:33 +0200 | <EvanR> | > read "\"2" :: Int |
2025-04-03 19:26:34 +0200 | <monochrom> | > read "((((()))))" :: () |
2025-04-03 19:26:35 +0200 | <lambdabot> | *Exception: Prelude.read: no parse |
2025-04-03 19:26:35 +0200 | ubert | (~Thunderbi@2a02:8109:ab8a:5a00:a8be:5729:753e:3d1c) (Quit: ubert) |
2025-04-03 19:26:36 +0200 | <lambdabot> | () |
2025-04-03 19:26:45 +0200 | <EvanR> | what's with the initial double quote |
2025-04-03 19:26:57 +0200 | <monochrom> | > read "((( (( ))) ) )" :: () |
2025-04-03 19:26:58 +0200 | <lambdabot> | () |
2025-04-03 19:27:01 +0200 | <monochrom> | Neat. |
2025-04-03 19:27:01 +0200 | <int-e> | it initiates a string token |
2025-04-03 19:27:12 +0200 | <int-e> | EvanR: ^ |
2025-04-03 19:27:17 +0200 | <EvanR> | ? |
2025-04-03 19:27:21 +0200 | <monochrom> | > read "\"hello\"" :: String |
2025-04-03 19:27:23 +0200 | <lambdabot> | "hello" |
2025-04-03 19:27:41 +0200 | <int-e> | derived read instances are built on top of Text.Read.Lex.lex |
2025-04-03 19:27:44 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) lxsameer |
2025-04-03 19:28:00 +0200 | <int-e> | which recognizes Haskell-like tokens. And that includes string literals. |
2025-04-03 19:28:09 +0200 | <EvanR> | oh you were probing the String parser |
2025-04-03 19:28:16 +0200 | <EvanR> | not () |
2025-04-03 19:28:28 +0200 | <int-e> | EvanR: well Int is not String |
2025-04-03 19:28:37 +0200 | <EvanR> | nor () |
2025-04-03 19:28:45 +0200 | <EvanR> | () is not string |
2025-04-03 19:28:55 +0200 | <int-e> | EvanR: I tested two things. I expected () to fail the same way that Int does, I was wrong. |
2025-04-03 19:28:58 +0200 | simon1 | (~simon@209-15-185-101.resi.cgocable.ca) (Client Quit) |
2025-04-03 19:29:12 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) |
2025-04-03 19:29:36 +0200 | <int-e> | You'll probably agree that Int isn't String either. |
2025-04-03 19:29:42 +0200 | <EvanR> | so all the derived Read instances use lex, and then process the result? |
2025-04-03 19:30:09 +0200 | tromp | (~textual@2001:1c00:3487:1b00:c12c:62c3:725c:e71d) (Ping timeout: 260 seconds) |
2025-04-03 19:30:11 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-04-03 19:30:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 19:30:31 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) (Client Quit) |
2025-04-03 19:30:33 +0200 | <EvanR> | instead of something more efficient for that type |
2025-04-03 19:31:00 +0200 | <monochrom> | It was a simpler time. :) |
2025-04-03 19:31:32 +0200 | <int-e> | EvanR: right, and a lot of (most?) non-derived instances too (the instance for Int isn't derived either) |
2025-04-03 19:32:07 +0200 | <int-e> | I just didn't know that () is an exception to the rule. |
2025-04-03 19:32:19 +0200 | <EvanR> | :t Text.Read.Lex.lex |
2025-04-03 19:32:21 +0200 | <lambdabot> | Text.ParserCombinators.ReadP.ReadP Text.Read.Lex.Lexeme |
2025-04-03 19:32:37 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 248 seconds) |
2025-04-03 19:32:39 +0200 | <EvanR> | is that in base or the text package |
2025-04-03 19:34:25 +0200 | <enikar> | ReadP is in base, anyway |
2025-04-03 19:34:48 +0200 | <monochrom> | It's base, even though the module name says "Text". |
2025-04-03 19:35:05 +0200 | <monochrom> | In fact, the text package says Data.Text rather than Text. |
2025-04-03 19:35:36 +0200 | <monochrom> | But I'm up for renaming Data.Text to Text.Data.Text hehe |
2025-04-03 19:35:54 +0200 | ft | (~ft@p508db463.dip0.t-ipconnect.de) ft |
2025-04-03 19:35:56 +0200 | <monochrom> | I also wouldn't mind Text.Data.Text.Data |
2025-04-03 19:37:27 +0200 | EvanR | moves it all to Prelude |
2025-04-03 19:38:33 +0200 | inca | (~inca@syn-150-221-047-017.biz.spectrum.com) |
2025-04-03 19:40:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 19:44:50 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla |
2025-04-03 19:45:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 19:47:25 +0200 | sim590 | (~simon@209-15-185-101.resi.cgocable.ca) |
2025-04-03 19:56:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 19:57:00 +0200 | tabaqui | (~tabaqui@167.71.80.236) tabaqui |
2025-04-03 20:01:46 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-03 20:03:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 20:03:35 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f05c47cfd219ef4d968.dip0.t-ipconnect.de) (Ping timeout: 268 seconds) |
2025-04-03 20:06:40 +0200 | inca | (~inca@syn-150-221-047-017.biz.spectrum.com) (Ping timeout: 268 seconds) |
2025-04-03 20:09:58 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 245 seconds) |
2025-04-03 20:10:06 +0200 | cheater | (~Username@user/cheater) (Quit: Going offline, see ya! (www.adiirc.com)) |
2025-04-03 20:12:02 +0200 | laxmik | (~laxmik@dynamic-2a00-1028-838a-582e-1fea-709e-7606-44f4.ipv6.o2.cz) laxmik |
2025-04-03 20:12:11 +0200 | <juri_> | ok, now i have a pure haskell implementation of a multi-head attention mechanism. |
2025-04-03 20:12:23 +0200 | laxmik | michals |
2025-04-03 20:12:41 +0200 | michals | (~laxmik@dynamic-2a00-1028-838a-582e-1fea-709e-7606-44f4.ipv6.o2.cz) (Client Quit) |
2025-04-03 20:13:06 +0200 | laxmik | (~laxmik@dynamic-2a00-1028-838a-582e-1fea-709e-7606-44f4.ipv6.o2.cz) laxmik |
2025-04-03 20:14:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 20:17:01 +0200 | laxmik | (~laxmik@dynamic-2a00-1028-838a-582e-1fea-709e-7606-44f4.ipv6.o2.cz) (Client Quit) |
2025-04-03 20:19:05 +0200 | JamesMowery17 | (~JamesMowe@ip68-228-212-232.ph.ph.cox.net) (Ping timeout: 252 seconds) |
2025-04-03 20:19:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-03 20:20:47 +0200 | Square | (~Square4@user/square) Square |
2025-04-03 20:22:23 +0200 | Square2 | (~Square@user/square) (Ping timeout: 252 seconds) |
2025-04-03 20:24:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 20:24:49 +0200 | thuna` | (~thuna`@user/thuna/x-1480069) thuna` |
2025-04-03 20:25:47 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Ping timeout: 268 seconds) |
2025-04-03 20:28:04 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) tzh |
2025-04-03 20:28:06 +0200 | op_4 | (~tslil@2a01:4f8:c0c:7952::1) (Remote host closed the connection) |
2025-04-03 20:28:40 +0200 | op_4 | (~tslil@user/op-4/x-9116473) op_4 |
2025-04-03 20:29:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-03 20:31:45 +0200 | hseg | (~gesh@46.120.20.180) hseg |
2025-04-03 20:32:26 +0200 | <hseg> | I'm getting a linking error when building hlint (but not when building anything else) |
2025-04-03 20:32:31 +0200 | <hseg> | /usr/bin/ld.bfd: /home/gesh/.local/share/ghcup/ghc/9.8.4/lib/ghc-9.8.4/lib/../lib/x86_64-linux-ghc-9.8.4/rts-1.0.2/libHSrts-1.0.2_thr.a(Globals.thr_o):(.bss+0x0): multiple definition of `ghc_unique_counter64 |
2025-04-03 20:32:43 +0200 | <hseg> | (snipped to relevant bits) |
2025-04-03 20:36:47 +0200 | <hseg> | (also I've been getting /usr/bin/ld.bfd: warning: type and size of dynamic symbol `pandoczmcrossrefzm0zi3zi19zmAqoLIuL1eLNL3PjILO8ygUzmpandoczmcrossrefzminternal_TextziPandocziCrossRefziReferencesziTypes_zdfDefaultReferences_closure' are not defined, but that seems a different issue) |
2025-04-03 20:37:23 +0200 | <EvanR> | holy manglers batman |
2025-04-03 20:39:07 +0200 | <hseg> | demangling the obvious bits, it's pandoc-crossref-0.3.19-AqoLIuL1eLNL3PjILO8ygU-pandoc-crossref-internal_Text.Pandoc.CrossRef.References.Types_zdfDefaultReferences_closure |
2025-04-03 20:39:12 +0200 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Ping timeout: 264 seconds) |
2025-04-03 20:39:17 +0200 | <int-e> | hseg: zd = $ |
2025-04-03 20:39:35 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2025-04-03 20:39:41 +0200 | <hseg> | ah |
2025-04-03 20:39:48 +0200 | <int-e> | (which ghc likes to use for internally generated identifiers) |
2025-04-03 20:40:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 20:40:58 +0200 | <hseg> | Hrm. Probably refers to the Default References instance in https://github.com/lierdakil/pandoc-crossref/blob/master/lib-internal/Text/Pandoc/CrossRef/Referen… ? |
2025-04-03 20:41:30 +0200 | <hseg> | the hlint link error bothers me more, tbh |
2025-04-03 20:42:27 +0200 | <EvanR> | the irony of "multiple definition of ghc_unique_counter64" |
2025-04-03 20:43:23 +0200 | <hseg> | lol yeah |
2025-04-03 20:43:37 +0200 | <int-e> | hseg: hmm shouldn't ld also tell you the other source(s) of that symbol? |
2025-04-03 20:44:16 +0200 | <hseg> | https://0x0.st/82Ga.txt full error text |
2025-04-03 20:44:23 +0200 | <int-e> | libHSrts-1.0.2_thr.a(Globals.thr_o) sounds about right for its definition |
2025-04-03 20:45:15 +0200 | <hseg> | ah -- it tries linking against both x86_64-linux-ghc-9.8.4 and ...-c895? |
2025-04-03 20:45:26 +0200 | <int-e> | wait why is this mixing 9.8.4 and 9.12.2 stuff? |
2025-04-03 20:45:31 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 20:45:34 +0200 | <hseg> | still am confused by what that -c895 thing is |
2025-04-03 20:45:46 +0200 | <hseg> | it's not mixing 9.8.4 and 9.12.2 |
2025-04-03 20:45:59 +0200 | <hseg> | it's compiling ghc-lib-parser 9.12.2 on ghc 9.8.4 |
2025-04-03 20:46:13 +0200 | <hseg> | (so it can parse stuff ghc 9.12.2 can) |
2025-04-03 20:47:47 +0200 | acidjnk_new3 | (~acidjnk@p200300d6e71c4f05c47cfd219ef4d968.dip0.t-ipconnect.de) acidjnk |
2025-04-03 20:47:47 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 20:47:55 +0200 | <int-e> | let me guess. 9.12.2 doesn't have https://gitlab.haskell.org/ghc/ghc/-/commit/595013d41464c1e328369bb81ce0ea2814e91b68 |
2025-04-03 20:48:04 +0200 | <int-e> | so 9.8.4 breaks it |
2025-04-03 20:48:38 +0200 | <hseg> | Oh, wait, is that what https://gitlab.haskell.org/ghc/ghc/-/issues/25576 is? |
2025-04-03 20:48:46 +0200 | <hseg> | thought it wasn't relevant |
2025-04-03 20:49:35 +0200 | <int-e> | apparently, though that's for compiling ghc, not ghc-lib-parser |
2025-04-03 20:50:16 +0200 | toby-bro | (~toby-bro@user/toby-bro) (Ping timeout: 272 seconds) |
2025-04-03 20:50:38 +0200 | <int-e> | (well, linking to ghc-lib-parser; the clash only happens when linking to an RTS that defines ghc_unique_counter64) |
2025-04-03 20:51:31 +0200 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
2025-04-03 20:51:48 +0200 | <hseg> | hrm. perhaps if I try bumping the ghc-lib-parser version? |
2025-04-03 20:52:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-03 20:53:18 +0200 | <hseg> | will have to wait for another day, computer's about to turn off |
2025-04-03 20:53:25 +0200 | <hseg> | thanks! |
2025-04-03 20:54:56 +0200 | <int-e> | can confirm that ghc-9.12.2 does not include that fix |
2025-04-03 20:55:31 +0200 | <int-e> | so not sure whether ghc-lib-parser has a chance of picking it up before ghc-9.12.3 |
2025-04-03 20:56:09 +0200 | <int-e> | hseg: IIUC you could downgrade to ghc-9.8.3 or upgrade to 9.10+ instead |
2025-04-03 20:56:57 +0200 | <hseg> | hrm. 9.10 isn't an option -- some of the stuff I'm building hasn't been ported yet |
2025-04-03 20:57:56 +0200 | <hseg> | Can also try using ghc-lib-parser < 9.12 if that works |
2025-04-03 20:58:09 +0200 | <hseg> | will need to see if that works |
2025-04-03 20:58:23 +0200 | <int-e> | nah I think you'd have to downgrade all the way to 9.8 |
2025-04-03 20:58:39 +0200 | <int-e> | or maybe that's a "yeah, but" |
2025-04-03 20:58:53 +0200 | <hseg> | mm. will check, this is an annoying build matrix problem |
2025-04-03 20:58:58 +0200 | <hseg> | gtg, though |
2025-04-03 20:59:04 +0200 | <hseg> | thanks! |
2025-04-03 21:00:02 +0200 | caconym | (~caconym@user/caconym) (Quit: bye) |
2025-04-03 21:00:44 +0200 | caconym | (~caconym@user/caconym) caconym |
2025-04-03 21:02:08 +0200 | pavonia | (~user@user/siracusa) siracusa |
2025-04-03 21:02:26 +0200 | son0p | (~ff@2800:e6:4001:f995:7f79:d961:a77:e30d) son0p |
2025-04-03 21:03:17 +0200 | hseg | (~gesh@46.120.20.180) (Ping timeout: 248 seconds) |
2025-04-03 21:03:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 21:06:06 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 272 seconds) |
2025-04-03 21:06:24 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod |
2025-04-03 21:06:51 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection) |
2025-04-03 21:07:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-03 21:18:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 21:20:30 +0200 | jmcantrell | (644f1bed9a@user/jmcantrell) (Killed (lithium.libera.chat (Nickname regained by services))) |
2025-04-03 21:20:30 +0200 | __jmcantrell__ | jmcantrell |
2025-04-03 21:20:40 +0200 | jmcantrell_ | (644f1bed9a@user/jmcantrell) jmcantrell |
2025-04-03 21:20:40 +0200 | smalltalkman | (uid545680@id-545680.hampstead.irccloud.com) (Quit: Connection closed for inactivity) |
2025-04-03 21:23:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 21:25:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 21:26:19 +0200 | AlexNoo_ | (~AlexNoo@178.34.162.115) |
2025-04-03 21:28:01 +0200 | AlexZenon | (~alzenon@178.34.150.194) (Ping timeout: 252 seconds) |
2025-04-03 21:29:53 +0200 | AlexNoo | (~AlexNoo@178.34.150.194) (Ping timeout: 248 seconds) |
2025-04-03 21:29:58 +0200 | AlexNoo_ | AlexNoo |
2025-04-03 21:30:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-03 21:31:37 +0200 | rvalue- | (~rvalue@user/rvalue) rvalue |
2025-04-03 21:31:52 +0200 | rvalue | (~rvalue@user/rvalue) (Ping timeout: 244 seconds) |
2025-04-03 21:33:02 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-04-03 21:38:35 +0200 | rvalue- | rvalue |
2025-04-03 21:41:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 21:44:09 +0200 | hattckory | (~hattckory@70.27.118.207) (Ping timeout: 260 seconds) |
2025-04-03 21:45:02 +0200 | op_4 | (~tslil@user/op-4/x-9116473) (Remote host closed the connection) |
2025-04-03 21:46:23 +0200 | op_4 | (~tslil@user/op-4/x-9116473) op_4 |
2025-04-03 21:47:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-03 21:48:39 +0200 | michalz | (~michalz@185.246.207.200) (Remote host closed the connection) |
2025-04-03 21:54:08 +0200 | target_i | (~target_i@user/target-i/x-6023099) target_i |
2025-04-03 21:56:15 +0200 | notdabs | (~Owner@2600:1700:69cf:9000:e1c8:559a:8f15:80b) (Quit: Leaving) |
2025-04-03 21:59:11 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 22:03:21 +0200 | AlexZenon | (~alzenon@178.34.162.115) |
2025-04-03 22:04:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 22:08:28 +0200 | AlexNoo_ | (~AlexNoo@178.34.162.245) |
2025-04-03 22:10:29 +0200 | AlexZenon | (~alzenon@178.34.162.115) (Ping timeout: 248 seconds) |
2025-04-03 22:12:19 +0200 | AlexNoo | (~AlexNoo@178.34.162.115) (Ping timeout: 260 seconds) |
2025-04-03 22:14:56 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 22:15:15 +0200 | kimiamania | (~65804703@user/kimiamania) (Quit: PegeLinux) |
2025-04-03 22:16:37 +0200 | kimiamania | (~65804703@user/kimiamania) kimiamania |
2025-04-03 22:17:31 +0200 | AlexNoo_ | AlexNoo |
2025-04-03 22:19:48 +0200 | AlexZenon | (~alzenon@178.34.162.245) |
2025-04-03 22:20:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 22:26:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 22:28:48 +0200 | hgolden | (~hgolden@2603:8000:9d00:3ed1:1b03:b08c:d961:6530) (Remote host closed the connection) |
2025-04-03 22:28:57 +0200 | AlexZenon | (~alzenon@178.34.162.245) (Read error: Connection reset by peer) |
2025-04-03 22:31:07 +0200 | hgolden | (~hgolden@2603:8000:9d00:3ed1:1b03:b08c:d961:6530) hgolden |
2025-04-03 22:31:35 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 22:32:10 +0200 | cheater | (~Username@user/cheater) cheater |
2025-04-03 22:42:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 22:46:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-03 22:48:38 +0200 | hiecaq | (~hiecaq@user/hiecaq) (Read error: Connection reset by peer) |
2025-04-03 22:50:03 +0200 | AlexZenon | (~alzenon@178.34.162.245) |
2025-04-03 22:53:41 +0200 | toby-bro | (~toby-bro@user/toby-bro) toby-bro |
2025-04-03 22:55:59 +0200 | comonad | (~comonad@p200300d0274ac2004a3b1ffc163e1801.dip0.t-ipconnect.de) |
2025-04-03 22:56:06 +0200 | comonad | (~comonad@p200300d0274ac2004a3b1ffc163e1801.dip0.t-ipconnect.de) (Client Quit) |
2025-04-03 22:56:22 +0200 | comonad | (~comonad@p200300d0274ac2004a3b1ffc163e1801.dip0.t-ipconnect.de) |
2025-04-03 22:57:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 22:57:42 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer) |
2025-04-03 23:02:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-03 23:13:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 23:14:59 +0200 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
2025-04-03 23:18:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-03 23:18:23 +0200 | myme | (~myme@2a01:799:d5e:5f00:ece1:5fda:8ec3:3560) (Ping timeout: 252 seconds) |
2025-04-03 23:19:29 +0200 | myme | (~myme@2a01:799:d5e:5f00:8f18:9cf4:29f5:943f) myme |
2025-04-03 23:22:05 +0200 | gmg | (~user@user/gehmehgeh) gehmehgeh |
2025-04-03 23:27:18 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-03 23:27:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 23:27:51 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 252 seconds) |
2025-04-03 23:34:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-03 23:36:38 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-03 23:45:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-03 23:45:56 +0200 | __monty__ | (~toonn@user/toonn) (Quit: leaving) |
2025-04-03 23:46:14 +0200 | target_i | (~target_i@user/target-i/x-6023099) (Quit: leaving) |
2025-04-03 23:50:31 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |