2025-07-02 00:03:41 +0200 | Nosrep | (~jimothy@user/nosrep) Nosrep |
2025-07-02 00:05:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 00:07:09 +0200 | rat-with-hat | (~rat-with-@24-113-114-97.wavecable.com) (Ping timeout: 260 seconds) |
2025-07-02 00:11:06 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-07-02 00:12:08 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 00:12:25 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 00:14:16 +0200 | __monty__ | (~toonn@user/toonn) (Quit: leaving) |
2025-07-02 00:15:15 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 00:18:48 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 00:20:25 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 00:21:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 00:23:27 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 00:24:22 +0200 | tromp | (~textual@2001:1c00:3487:1b00:b1aa:8d38:f5c5:573b) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-07-02 00:26:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-07-02 00:28:54 +0200 | <Square3> | I have this usecase: I want to make a haskell service available to a java service. Both services will be deployed together in a single container. As the message payloads get a bit large I'm planning to switch the existing json-rpc approach to a binary one. Preferably I want the haskell domain model act as the master blueprint, so schema first approaches preferably avoided. Anyone see a simple solution? |
2025-07-02 00:29:01 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-07-02 00:32:14 +0200 | <geekosaur> | https://flora.pm/packages/@hackage/cborg ? |
2025-07-02 00:32:29 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 00:32:45 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 00:34:14 +0200 | fp | (~Thunderbi@hof1.kyla.fi) fp |
2025-07-02 00:37:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 00:37:14 +0200 | <Square3> | geekosaur, thanks. Last I checked cborg sends field keys in full. If I could avoid that it would be a bonus. Also I'm unsure how to export types to the consumer in a automated way. |
2025-07-02 00:38:59 +0200 | <EvanR> | at some point there was a way to interface with java from haskell, java-bridge |
2025-07-02 00:39:15 +0200 | <EvanR> | which might come in handy for being able to load and call javacode |
2025-07-02 00:40:53 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 248 seconds) |
2025-07-02 00:42:19 +0200 | <Square3> | EvanR, That would've been neat. Seems that java-bridge hasn't been updated since 2013 so feels a bit risky. |
2025-07-02 00:43:13 +0200 | <EvanR> | high risk: it probably doesn't work anymore |
2025-07-02 00:43:21 +0200 | <EvanR> | high reward: you fix it and everyone calls you a hero |
2025-07-02 00:43:52 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 00:44:06 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 00:48:23 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 00:52:17 +0200 | <Square3> | Sounds like a sizable undertaking |
2025-07-02 00:55:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 00:57:26 +0200 | yin | (~yin@user/zero) zero |
2025-07-02 00:57:51 +0200 | <yin> | cabal run doesn't handle SIGTERM as i would expect |
2025-07-02 00:58:01 +0200 | <yin> | where can i learn about this? |
2025-07-02 01:00:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-07-02 01:01:57 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 01:05:28 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 01:05:57 +0200 | <geekosaur> | yin: probably ask in #hackage |
2025-07-02 01:11:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 01:12:03 +0200 | <yin> | geekosaur: ty |
2025-07-02 01:12:24 +0200 | <yin> | i probably should be running the executable directly anyways |
2025-07-02 01:13:07 +0200 | <geekosaur> | cabal list-bin target |
2025-07-02 01:16:06 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 01:17:36 +0200 | j1n37 | (~j1n37@user/j1n37) (Quit: Ich bin der Welt abhanden gekommen) |
2025-07-02 01:18:03 +0200 | ttybitnik | (~ttybitnik@user/wolper) (Remote host closed the connection) |
2025-07-02 01:18:22 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 01:26:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 01:31:21 +0200 | mud | (~mud@user/kadoban) kadoban |
2025-07-02 01:31:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-07-02 01:32:05 +0200 | fp | (~Thunderbi@hof1.kyla.fi) (Ping timeout: 248 seconds) |
2025-07-02 01:32:32 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 01:32:42 +0200 | kadobanana | (~mud@user/kadoban) (Ping timeout: 276 seconds) |
2025-07-02 01:35:08 +0200 | sprotte24 | (~sprotte24@p200300d16f410c0084acb3f434374a5d.dip0.t-ipconnect.de) (Quit: Leaving) |
2025-07-02 01:35:30 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 01:36:41 +0200 | ljdarj1 | (~Thunderbi@user/ljdarj) ljdarj |
2025-07-02 01:37:31 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 01:37:50 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 01:38:06 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 01:40:17 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds) |
2025-07-02 01:40:17 +0200 | ljdarj1 | ljdarj |
2025-07-02 01:40:54 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 01:41:34 +0200 | sprotte24_ | (~sprotte24@p200300d16f410c0084acb3f434374a5d.dip0.t-ipconnect.de) (Read error: Connection reset by peer) |
2025-07-02 01:42:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 01:43:10 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 01:43:26 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 01:43:33 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-07-02 01:44:04 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-07-02 01:44:49 +0200 | mud | (~mud@user/kadoban) (Ping timeout: 248 seconds) |
2025-07-02 01:46:06 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 272 seconds) |
2025-07-02 01:47:21 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 01:47:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-07-02 01:50:06 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-07-02 01:50:08 +0200 | acidjnk | (~acidjnk@p200300d6e70b6652a8324a10ff3c377c.dip0.t-ipconnect.de) (Ping timeout: 268 seconds) |
2025-07-02 01:52:11 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) tmciver |
2025-07-02 01:53:08 +0200 | mud | (~mud@user/kadoban) kadoban |
2025-07-02 01:53:30 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 01:53:45 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 01:55:12 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.) |
2025-07-02 01:56:55 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 01:58:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 02:02:17 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 02:02:45 +0200 | Square | (~Square@user/square) Square |
2025-07-02 02:03:50 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 02:04:05 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 02:04:18 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 02:04:33 +0200 | jespada | (~jespada@r190-135-224-140.dialup.adsl.anteldata.net.uy) (Ping timeout: 276 seconds) |
2025-07-02 02:04:46 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 02:05:16 +0200 | kimjetwav | (~user@2607:fea8:25a3:a100:794c:5924:b309:3338) kimjetwav |
2025-07-02 02:05:23 +0200 | FANTOM | (~fantom@33be818f.skybroadband.com) (Ping timeout: 244 seconds) |
2025-07-02 02:08:35 +0200 | kadobanana | (~mud@user/kadoban) kadoban |
2025-07-02 02:09:06 +0200 | mud | (~mud@user/kadoban) (Ping timeout: 276 seconds) |
2025-07-02 02:10:33 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 244 seconds) |
2025-07-02 02:11:04 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-07-02 02:11:18 +0200 | notzmv | (~umar@user/notzmv) notzmv |
2025-07-02 02:12:58 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 02:13:00 +0200 | poscat0x04 | (~poscat@user/poscat) (Ping timeout: 276 seconds) |
2025-07-02 02:14:09 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 248 seconds) |
2025-07-02 02:15:44 +0200 | notzmv | (~umar@user/notzmv) (Remote host closed the connection) |
2025-07-02 02:15:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 02:16:34 +0200 | ephilalethes | (~noumenon@113.51-175-156.customer.lyse.net) (Quit: Leaving) |
2025-07-02 02:19:58 +0200 | ephilalethes | (~noumenon@113.51-175-156.customer.lyse.net) noumenon |
2025-07-02 02:21:19 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-07-02 02:22:11 +0200 | mud | (~mud@user/kadoban) kadoban |
2025-07-02 02:22:53 +0200 | kadobanana | (~mud@user/kadoban) (Ping timeout: 245 seconds) |
2025-07-02 02:24:06 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-07-02 02:24:50 +0200 | vanishingideal | (~vanishing@user/vanishingideal) vanishingideal |
2025-07-02 02:27:51 +0200 | Square | (~Square@user/square) (Ping timeout: 252 seconds) |
2025-07-02 02:29:15 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
2025-07-02 02:30:14 +0200 | machinedgod | (~machinedg@d162-157-250-39.abhsia.telus.net) machinedgod |
2025-07-02 02:31:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 02:34:33 +0200 | mud | (~mud@user/kadoban) (Ping timeout: 245 seconds) |
2025-07-02 02:34:38 +0200 | kadobanana | (~mud@user/kadoban) kadoban |
2025-07-02 02:36:27 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 02:37:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-07-02 02:39:58 +0200 | kadobanana | (~mud@user/kadoban) (Ping timeout: 252 seconds) |
2025-07-02 02:40:05 +0200 | mud | (~mud@user/kadoban) kadoban |
2025-07-02 02:40:34 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 02:40:37 +0200 | rat-with-hat | (~rat-with-@24-113-114-97.wavecable.com) |
2025-07-02 02:42:08 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 02:45:12 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Read error: Connection reset by peer) |
2025-07-02 02:45:27 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 02:45:40 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
2025-07-02 02:47:34 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 260 seconds) |
2025-07-02 02:47:35 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 02:52:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-07-02 02:54:28 +0200 | tmciver | (~tim@syn-198-255-177-240.res.spectrum.com) (Ping timeout: 244 seconds) |
2025-07-02 02:54:34 +0200 | trickard | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-07-02 02:54:47 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-07-02 03:02:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 03:04:17 +0200 | <yin> | oh no. now i'm having another problem. i get no logs from it. can this be because of buffering? |
2025-07-02 03:05:15 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-07-02 03:06:48 +0200 | <yin> | cabal run had no problem with this |
2025-07-02 03:07:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 03:07:49 +0200 | xff0x | (~xff0x@2405:6580:b080:900:4cc8:3950:ac73:12bf) (Ping timeout: 252 seconds) |
2025-07-02 03:08:54 +0200 | <geekosaur> | buffering might be it |
2025-07-02 03:09:28 +0200 | leah2 | (~leah@vuxu.org) (Ping timeout: 276 seconds) |
2025-07-02 03:10:23 +0200 | <geekosaur> | you might use script(1) if you want logging to file + terminal |
2025-07-02 03:13:51 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 03:14:41 +0200 | troydm | (~troydm@user/troydm) troydm |
2025-07-02 03:15:23 +0200 | <yin> | that did it, thanks |
2025-07-02 03:16:55 +0200 | <yin> | i had tried stdbuf but i guess haskell doesn't use standard C library buffering |
2025-07-02 03:16:59 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 03:17:29 +0200 | <yin> | script -qec did the trick |
2025-07-02 03:18:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 03:22:00 +0200 | <geekosaur> | nope, the buffering is itself written in Haskell and the RTS only uses "raw" syscalls |
2025-07-02 03:22:30 +0200 | leah2 | (~leah@vuxu.org) leah2 |
2025-07-02 03:25:10 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-07-02 03:25:26 +0200 | <yin> | haskell is allergic to C and i like it |
2025-07-02 03:26:47 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-07-02 03:28:24 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 276 seconds) |
2025-07-02 03:31:41 +0200 | j1n37- | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 03:32:30 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 03:33:07 +0200 | machinedgod | (~machinedg@d162-157-250-39.abhsia.telus.net) (Ping timeout: 268 seconds) |
2025-07-02 03:33:30 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-07-02 03:34:54 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 03:36:47 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 03:39:04 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 03:41:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 03:43:02 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 03:43:24 +0200 | machinedgod | (~machinedg@d172-219-249-147.abhsia.telus.net) machinedgod |
2025-07-02 03:43:33 +0200 | machinedgod | (~machinedg@d172-219-249-147.abhsia.telus.net) (Read error: Connection reset by peer) |
2025-07-02 03:46:34 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 03:48:53 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-07-02 03:51:44 +0200 | ft | (~ft@p3e9bc301.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-07-02 03:52:31 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 03:53:24 +0200 | ft | (~ft@p4fc2a38d.dip0.t-ipconnect.de) ft |
2025-07-02 03:57:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-07-02 03:58:34 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Quit: Leaving...) |
2025-07-02 03:59:11 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 03:59:27 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 04:00:32 +0200 | ephilalethes | (~noumenon@113.51-175-156.customer.lyse.net) (Quit: Leaving) |
2025-07-02 04:01:13 +0200 | latticepolytope | (~user@user/isekaijin) isekaijin |
2025-07-02 04:04:51 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 04:08:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 04:12:15 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 04:13:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-07-02 04:19:50 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
2025-07-02 04:23:04 +0200 | vanishingideal | (~vanishing@user/vanishingideal) (Ping timeout: 268 seconds) |
2025-07-02 04:24:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 04:28:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 04:29:49 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-07-02 04:31:59 +0200 | td_ | (~td@i5387092C.versanet.de) (Ping timeout: 260 seconds) |
2025-07-02 04:33:23 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Read error: Connection reset by peer) |
2025-07-02 04:33:47 +0200 | td_ | (~td@i53870938.versanet.de) td_ |
2025-07-02 04:36:43 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-07-02 04:37:57 +0200 | rat-with-hat | (~rat-with-@24-113-114-97.wavecable.com) (Ping timeout: 276 seconds) |
2025-07-02 04:39:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 04:40:44 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 260 seconds) |
2025-07-02 04:44:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-07-02 04:53:28 +0200 | nschoe | (~nschoe@82-65-202-30.subs.proxad.net) (Ping timeout: 276 seconds) |
2025-07-02 04:54:38 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 04:55:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 04:58:35 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 04:59:34 +0200 | ensyde | (~ensyde@c-73-147-64-74.hsd1.va.comcast.net) ensyde |
2025-07-02 05:02:14 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 05:02:48 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-07-02 05:08:26 +0200 | aforemny | (~aforemny@i577B12B5.versanet.de) aforemny |
2025-07-02 05:09:19 +0200 | aforemny_ | (~aforemny@i577B13AF.versanet.de) (Ping timeout: 244 seconds) |
2025-07-02 05:10:50 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-07-02 05:11:04 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-07-02 05:11:13 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 05:12:24 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 268 seconds) |
2025-07-02 05:13:22 +0200 | m5zs7k | (aquares@web10.mydevil.net) (Ping timeout: 248 seconds) |
2025-07-02 05:13:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 05:14:56 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 05:18:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-07-02 05:29:31 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 05:32:26 +0200 | m5zs7k | (aquares@web10.mydevil.net) m5zs7k |
2025-07-02 05:34:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 05:36:05 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-07-02 05:36:18 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-07-02 05:36:25 +0200 | troydm | (~troydm@user/troydm) (Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset) |
2025-07-02 05:39:31 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 05:39:46 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 05:43:44 +0200 | tabaqui | (~tabaqui@167.71.80.236) tabaqui |
2025-07-02 05:45:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 05:49:51 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 05:50:09 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 05:50:33 +0200 | monochrom | (~trebla@216.138.220.146) (Quit: ZNC 1.9.1+deb2build2 - https://znc.in) |
2025-07-02 05:50:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-07-02 05:57:41 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-07-02 05:59:40 +0200 | qqe | (~qqq@185.54.20.5) (Quit: Lost terminal) |
2025-07-02 06:01:06 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 06:06:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-07-02 06:06:21 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 06:07:20 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-07-02 06:07:33 +0200 | trickard_ | (~trickard@cpe-50-98-47-163.wireline.com.au) |
2025-07-02 06:09:20 +0200 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
2025-07-02 06:09:23 +0200 | monochrom | (trebla@216.138.220.146) |
2025-07-02 06:09:39 +0200 | chexum | (~quassel@gateway/tor-sasl/chexum) chexum |
2025-07-02 06:11:03 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 06:14:20 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 06:16:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 06:17:56 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 06:21:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-07-02 06:21:51 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-07-02 06:24:49 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 06:32:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 06:34:22 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-07-02 06:35:14 +0200 | gorignak | (~gorignak@user/gorignak) (Quit: quit) |
2025-07-02 06:35:29 +0200 | gorignak | (~gorignak@user/gorignak) gorignak |
2025-07-02 06:35:32 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 272 seconds) |
2025-07-02 06:39:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-07-02 06:41:15 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-07-02 06:41:29 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 260 seconds) |
2025-07-02 06:47:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-07-02 06:47:11 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-07-02 06:47:54 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 260 seconds) |
2025-07-02 06:48:33 +0200 | lisbeths | (uid135845@id-135845.lymington.irccloud.com) lisbeths |
2025-07-02 06:51:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |