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 |