2025-08-09 00:00:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 00:01:16 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Quit: Leaving) |
2025-08-09 00:04:01 +0200 | fp | (~Thunderbi@2001-14ba-6e24-3000--19a.rev.dnainternet.fi) (Ping timeout: 248 seconds) |
2025-08-09 00:06:31 +0200 | tromp | (~textual@2001:1c00:3487:1b00:fc99:7338:6c62:cab) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-09 00:07:04 +0200 | ystael | (~ystael@user/ystael) (Ping timeout: 276 seconds) |
2025-08-09 00:11:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 00:12:32 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.) |
2025-08-09 00:18:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 00:30:22 +0200 | target_i | (~target_i@user/target-i/x-6023099) (Quit: leaving) |
2025-08-09 00:32:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 00:36:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-08-09 00:43:15 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) machinedgod |
2025-08-09 00:47:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 00:52:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 01:03:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 01:08:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 01:09:54 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 260 seconds) |
2025-08-09 01:11:45 +0200 | gmg | (~user@user/gehmehgeh) (Quit: Leaving) |
2025-08-09 01:18:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 01:25:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 01:34:23 +0200 | sprotte24 | (~sprotte24@p200300d16f43d300b160c6115250e1c1.dip0.t-ipconnect.de) (Quit: Leaving) |
2025-08-09 01:36:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 01:40:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 01:43:34 +0200 | athan | (~athan@syn-047-132-161-157.res.spectrum.com) (Quit: Konversation terminated!) |
2025-08-09 01:51:39 +0200 | <haskellbridge> | <orenty7> Hello everyone, |
2025-08-09 01:51:39 +0200 | <haskellbridge> | I started diving into GHC recently and, as a result, stumble upon dependent types discussions a lot. Apparently there's a lot of effort to make haskell dependently-typed, so the question is: why it wasn't from the beginning? |
2025-08-09 01:51:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 01:56:19 +0200 | <EvanR> | complexity increases a lot, for the user and the compiler |
2025-08-09 01:56:53 +0200 | <Leary> | Haskell was born from a committee of academics working on /lazy/ functional languages. The type system was secondary. Also, this was like thirty years ago; was there even precedent? |
2025-08-09 01:56:59 +0200 | <EvanR> | a lot of haskell people report not wanting to use dependent types |
2025-08-09 01:57:11 +0200 | ttybitnik | (~ttybitnik@user/wolper) (Quit: Fading out...) |
2025-08-09 01:58:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 02:09:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 02:10:18 +0200 | <haskellbridge> | <orenty7> EvanR, I haven't seen any posts against them. Could you please share a link? |
2025-08-09 02:10:43 +0200 | <EvanR> | this is anecdotal |
2025-08-09 02:10:47 +0200 | <haskellbridge> | <orenty7> Leary, iirc Coq/Rocq was developed slightly earlier, if that counts. The theory itself (MLTT) was published 10 years before |
2025-08-09 02:11:09 +0200 | <EvanR> | many people have tried dependent types and find it too difficult, unless there's some specific thing you're trying to accomplish |
2025-08-09 02:11:37 +0200 | <EvanR> | why this is is up for debate, tooling? fundamental problems? |
2025-08-09 02:11:49 +0200 | <EvanR> | marketing? xD |
2025-08-09 02:13:10 +0200 | <geekosaur> | I should mention that adding dependent types to Haskell does not mean shoving them down everyone's throats. Notwithstanding fears that the Prelude will become dependently typed |
2025-08-09 02:13:14 +0200 | <Leary> | orenty7: Contrary to popular belief, there's a difference between theorem provers and programming languages. |
2025-08-09 02:13:42 +0200 | <geekosaur> | (either it'll be a separate prelude like linear haskell uses, or it just won't happen at all) |
2025-08-09 02:14:50 +0200 | <geekosaur> | eisenber's thesis is about adding dependent types *without* breaking Haskell-as-we-know-it, and dependent types are intended as a support for people who want to do type level programming, not for theorem proving |
2025-08-09 02:15:03 +0200 | <geekosaur> | I think a lot of people misunderstand this |
2025-08-09 02:15:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 02:15:47 +0200 | <geekosaur> | *Eisenberg's |
2025-08-09 02:16:38 +0200 | ljdarj1 | (~Thunderbi@user/ljdarj) ljdarj |
2025-08-09 02:20:58 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds) |
2025-08-09 02:20:59 +0200 | ljdarj1 | ljdarj |
2025-08-09 02:23:47 +0200 | Lycurgus | (~juan@user/Lycurgus) Lycurgus |
2025-08-09 02:25:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 02:29:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-09 02:30:13 +0200 | acidjnk | (~acidjnk@p200300d6e717192225dcf845b9904c0e.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-08-09 02:30:20 +0200 | krei-se- | (~krei-se@p200300f1cf3e05010000000000009569.dip0.t-ipconnect.de) (Remote host closed the connection) |
2025-08-09 02:33:04 +0200 | krei-se | (~krei-se@p5dea101a.dip0.t-ipconnect.de) krei-se |
2025-08-09 02:37:50 +0200 | califax | (~califax@user/califx) (Remote host closed the connection) |
2025-08-09 02:38:16 +0200 | hiecaq | (~hiecaq@user/hiecaq) hiecaq |
2025-08-09 02:39:06 +0200 | califax | (~califax@user/califx) califx |
2025-08-09 02:40:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 02:45:19 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 02:52:39 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Quit: ljdarj) |
2025-08-09 02:52:59 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-08-09 02:56:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 02:58:59 +0200 | Square | (~Square@user/square) (Ping timeout: 244 seconds) |
2025-08-09 03:01:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 03:11:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 03:15:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 03:16:54 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 260 seconds) |
2025-08-09 03:19:54 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 03:20:07 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 03:20:35 +0200 | harveypwca | (~harveypwc@2601:246:d080:f6e0:27d6:8cc7:eca9:c46c) HarveyPwca |
2025-08-09 03:22:25 +0200 | Lycurgus | (~juan@user/Lycurgus) (Quit: irc.renjuan.org (juan@acm.org)) |
2025-08-09 03:23:48 +0200 | <hololeap> | for some reason when I call 'tick' from ascii-progress, it my program hangs |
2025-08-09 03:23:56 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 03:25:05 +0200 | <hololeap> | issues like this in haskell are very frustrating because I have no idea what to do |
2025-08-09 03:26:22 +0200 | <hololeap> | I am parsing the output of an external command, and I have the total number of lines precomputed. I'm just trying to show a progress bar that updates as each line is parsed |
2025-08-09 03:27:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 03:28:11 +0200 | <hololeap> | and, for those investigating, yes I have it wrapped inside displayConsoleRegions |
2025-08-09 03:28:27 +0200 | <hololeap> | I also have -threaded in ghc-options |
2025-08-09 03:30:25 +0200 | <hololeap> | I also have -threaded in ghc-options |
2025-08-09 03:30:28 +0200 | <hololeap> | oops sorry |
2025-08-09 03:30:48 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 03:31:02 +0200 | <hololeap> | I guess it's not 'tick'. I have no idea what it is |
2025-08-09 03:31:11 +0200 | <hololeap> | it just hangs for some reason |
2025-08-09 03:31:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 03:34:43 +0200 | <hololeap> | there's too many variables for something as simple as this. 1) use a streaming library 2) make sure you have hSetBuffering set to NoBuffering 3) make sure you're building with -threaded 4) make sure you're using laziness correctly 5) who knows |
2025-08-09 03:42:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 03:46:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 03:57:59 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 04:02:14 +0200 | jbalint_ | (~jbalint@syn-071-090-116-115.res.spectrum.com) |
2025-08-09 04:02:57 +0200 | jbalint | (~jbalint@syn-071-090-116-115.res.spectrum.com) (Ping timeout: 248 seconds) |
2025-08-09 04:02:59 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 04:13:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 04:18:06 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 04:20:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 04:25:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-08-09 04:29:31 +0200 | <hololeap> | ok. it looks like the issue is that I'm not using lineAsciiC from conduit correctly, and I'm not sure how it's supposed to be used |
2025-08-09 04:30:16 +0200 | <hololeap> | I want to split the ByteString stream into individual chunks that are split on '\n' |
2025-08-09 04:31:28 +0200 | arahael | (~arahael@user/arahael) arahael |
2025-08-09 04:31:42 +0200 | xff0x | (~xff0x@2405:6580:b080:900:3038:cd69:f604:d295) (Ping timeout: 276 seconds) |
2025-08-09 04:32:35 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-08-09 04:36:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 04:36:13 +0200 | <hololeap> | the issue was that I should have been using linesUnboundedAsciiC |
2025-08-09 04:36:21 +0200 | <hololeap> | sorry I got frustrated |
2025-08-09 04:36:37 +0200 | <hololeap> | the progress bar is still not working but at least it's no longer haning |
2025-08-09 04:36:42 +0200 | <hololeap> | *hanging |
2025-08-09 04:43:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 04:48:33 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-08-09 04:54:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 04:54:23 +0200 | xff0x | (~xff0x@2405:6580:b080:900:3038:cd69:f604:d295) |
2025-08-09 04:58:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 05:09:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 05:13:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 05:17:38 +0200 | jespada | (~jespada@2800:a4:234e:1000:35fb:ac29:3d39:de58) (Ping timeout: 272 seconds) |
2025-08-09 05:18:57 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-08-09 05:20:47 +0200 | jespada | (~jespada@2800:a4:224b:c500:cdb4:ad78:b267:4256) jespada |
2025-08-09 05:21:54 +0200 | aforemny | (~aforemny@2001:9e8:6cf7:6c00:9f22:b1e:aec8:ecc9) (Ping timeout: 260 seconds) |
2025-08-09 05:22:35 +0200 | aforemny | (~aforemny@2001:9e8:6cd0:db00:98b3:4d70:b9f7:f062) aforemny |
2025-08-09 05:24:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 05:28:55 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-08-09 05:29:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 05:31:05 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 05:31:19 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 05:36:33 +0200 | zfnmxt | (~zfnmxt@user/zfnmxt) zfnmxt |
2025-08-09 05:38:39 +0200 | fgarcia | (~lei@user/fgarcia) (Ping timeout: 260 seconds) |
2025-08-09 05:40:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 05:45:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 05:47:11 +0200 | marinelli | (~weechat@gateway/tor-sasl/marinelli) (Remote host closed the connection) |
2025-08-09 05:47:38 +0200 | euphores | (~SASL_euph@user/euphores) (Quit: Leaving.) |
2025-08-09 05:47:43 +0200 | marinelli | (~weechat@gateway/tor-sasl/marinelli) marinelli |
2025-08-09 05:55:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 05:56:53 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 05:57:07 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 06:00:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 06:11:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 06:17:23 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-08-09 06:17:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-08-09 06:21:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 06:21:49 +0200 | sam113101 | (~sam@modemcable200.189-202-24.mc.videotron.ca) (Ping timeout: 260 seconds) |
2025-08-09 06:24:47 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-08-09 06:25:05 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-08-09 06:26:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-08-09 06:27:56 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-08-09 06:28:15 +0200 | hellwolf | (~user@f4e3-1062-fdf8-cfab-0f00-4d40-07d0-2001.sta.estpak.ee) (Ping timeout: 252 seconds) |
2025-08-09 06:28:38 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-08-09 06:29:17 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-08-09 06:29:27 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-08-09 06:32:02 +0200 | hellwolf | (~user@7e2c-7670-28a5-bf31-0f00-4d40-07d0-2001.sta.estpak.ee) hellwolf |
2025-08-09 06:34:51 +0200 | fgarcia | (~lei@user/fgarcia) fgarcia |
2025-08-09 06:37:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 06:38:37 +0200 | euphores | (~SASL_euph@user/euphores) (Quit: Leaving.) |
2025-08-09 06:41:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 06:44:55 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-08-09 06:52:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 06:55:13 +0200 | haritz | (~hrtz@user/haritz) (Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in) |
2025-08-09 06:57:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 06:57:35 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-08-09 06:58:11 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-08-09 06:59:18 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-08-09 07:00:46 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) machinedgod |
2025-08-09 07:01:46 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 276 seconds) |
2025-08-09 07:03:39 +0200 | hiecaq | (~hiecaq@user/hiecaq) (Read error: Connection reset by peer) |
2025-08-09 07:04:33 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-08-09 07:07:56 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 07:10:05 +0200 | hiecaq | (~hiecaq@user/hiecaq) hiecaq |
2025-08-09 07:12:04 +0200 | poscat | (~poscat@user/poscat) (Read error: Connection reset by peer) |
2025-08-09 07:12:10 +0200 | poscat0x04 | (~poscat@user/poscat) poscat |
2025-08-09 07:12:15 +0200 | davidlbowman | (~dlb@user/davidlbowman) (Ping timeout: 276 seconds) |
2025-08-09 07:12:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 07:15:23 +0200 | cyphase | (~cyphase@user/cyphase) (Ping timeout: 245 seconds) |
2025-08-09 07:21:04 +0200 | driib318 | (~driib@vmi931078.contaboserver.net) (Ping timeout: 252 seconds) |
2025-08-09 07:22:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 07:24:36 +0200 | driib318 | (~driib@vmi931078.contaboserver.net) driib |
2025-08-09 07:27:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 07:30:49 +0200 | trickard_ | trickard |
2025-08-09 07:35:09 +0200 | cyphase | (~cyphase@user/cyphase) cyphase |
2025-08-09 07:36:24 +0200 | jreicher | (~user@user/jreicher) (Quit: In transit) |
2025-08-09 07:37:25 +0200 | sam113101 | (~sam@modemcable200.189-202-24.mc.videotron.ca) sam113101 |
2025-08-09 07:38:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 07:39:28 +0200 | arahael | (~arahael@user/arahael) (Ping timeout: 240 seconds) |
2025-08-09 07:42:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 07:49:24 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) |
2025-08-09 07:53:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 07:59:29 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-09 08:00:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 08:01:16 +0200 | jreicher | (~user@user/jreicher) jreicher |
2025-08-09 08:05:04 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 260 seconds) |
2025-08-09 08:11:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 08:15:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 08:15:53 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) |
2025-08-09 08:23:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 08:28:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 08:35:55 +0200 | Lycurgus | (~juan@user/Lycurgus) Lycurgus |
2025-08-09 08:39:03 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 08:43:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 08:54:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 08:58:14 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-08-09 08:59:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-08-09 09:00:04 +0200 | caconym747 | (~caconym@user/caconym) (Quit: bye) |
2025-08-09 09:00:45 +0200 | caconym747 | (~caconym@user/caconym) caconym |
2025-08-09 09:02:18 +0200 | takuan | (~takuan@d8D86B9E9.access.telenet.be) |
2025-08-09 09:03:02 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2025-08-09 09:09:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 09:12:24 +0200 | euphores | (~SASL_euph@user/euphores) (Quit: Leaving.) |
2025-08-09 09:13:15 +0200 | __monty__ | (~toonn@user/toonn) toonn |
2025-08-09 09:14:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 09:14:27 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Ping timeout: 276 seconds) |
2025-08-09 09:17:26 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 09:18:12 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-09 09:24:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 09:25:10 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-08-09 09:26:47 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla |
2025-08-09 09:27:12 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Ping timeout: 252 seconds) |
2025-08-09 09:29:07 +0200 | Lycurgus | (~juan@user/Lycurgus) (Quit: irc.renjuan.org (juan@acm.org)) |
2025-08-09 09:32:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 09:34:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 09:38:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 09:46:11 +0200 | acidjnk | (~acidjnk@p200300d6e7171928fc238d4166cf6145.dip0.t-ipconnect.de) acidjnk |
2025-08-09 09:49:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 09:53:47 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-08-09 09:54:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 10:01:06 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection) |
2025-08-09 10:05:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 10:06:21 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) |
2025-08-09 10:08:40 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 10:08:54 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 10:10:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 10:17:29 +0200 | sprotte24 | (~sprotte24@p200300d16f06b200cdd8e3c37a8b852f.dip0.t-ipconnect.de) |
2025-08-09 10:20:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 10:21:36 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-09 10:22:02 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 10:22:16 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 10:24:03 +0200 | __monty__ | (~toonn@user/toonn) (Quit: leaving) |
2025-08-09 10:25:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 10:27:34 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 260 seconds) |
2025-08-09 10:32:01 +0200 | FragByte | (~christian@user/fragbyte) (Quit: Quit) |
2025-08-09 10:34:00 +0200 | FragByte | (~christian@user/fragbyte) FragByte |
2025-08-09 10:35:02 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) lxsameer |
2025-08-09 10:43:10 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 10:47:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 10:52:11 +0200 | trickard_ | trickard |
2025-08-09 10:57:05 +0200 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
2025-08-09 10:58:35 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 11:01:55 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz) |
2025-08-09 11:03:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 11:14:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 11:20:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 11:21:41 +0200 | AlexNoo | (~AlexNoo@94.233.240.26) (Read error: Connection reset by peer) |
2025-08-09 11:24:22 +0200 | AlexZenon | (~alzenon@94.233.240.26) (Ping timeout: 276 seconds) |
2025-08-09 11:25:16 +0200 | anpad | (~pandeyan@user/anpad) (Quit: ZNC 1.8.2 - https://znc.in) |
2025-08-09 11:26:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 11:27:47 +0200 | anpad | (~pandeyan@user/anpad) anpad |
2025-08-09 11:28:02 +0200 | AlexNoo | (~AlexNoo@94.233.240.26) |
2025-08-09 11:28:46 +0200 | opencircuit | (~quassel@154.94.15.139) (Remote host closed the connection) |
2025-08-09 11:28:59 +0200 | opencircuit | (~quassel@154.94.15.139) |
2025-08-09 11:29:41 +0200 | AlexZenon | (~alzenon@94.233.240.26) |
2025-08-09 11:31:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 11:32:40 +0200 | Lycurgus | (~juan@user/Lycurgus) Lycurgus |
2025-08-09 11:35:14 +0200 | gmg | (~user@user/gehmehgeh) gehmehgeh |
2025-08-09 11:41:33 +0200 | krei-se- | (~krei-se@p3ee0fd0d.dip0.t-ipconnect.de) krei-se |
2025-08-09 11:42:07 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 11:42:13 +0200 | krei-se | (~krei-se@p5dea101a.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-08-09 11:45:07 +0200 | tabaqui | (~tabaqui@167.71.80.236) (Read error: Connection reset by peer) |
2025-08-09 11:45:45 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) |
2025-08-09 11:46:32 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 11:52:23 +0200 | YaShhhh | (~YaShhhh@150.107.26.14) |
2025-08-09 11:54:05 +0200 | YaShhhh | (~YaShhhh@150.107.26.14) (Client Quit) |
2025-08-09 11:54:30 +0200 | AlexNoo_ | (~AlexNoo@178.34.150.240) |
2025-08-09 11:55:22 +0200 | AlexNoo_ | (~AlexNoo@178.34.150.240) (Remote host closed the connection) |
2025-08-09 11:57:07 +0200 | AlexNoo_ | (~AlexNoo@178.34.150.240) |
2025-08-09 11:57:31 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 11:57:54 +0200 | AlexNoo | (~AlexNoo@94.233.240.26) (Ping timeout: 252 seconds) |
2025-08-09 11:58:22 +0200 | AlexNoo_ | (~AlexNoo@178.34.150.240) (Remote host closed the connection) |
2025-08-09 11:58:31 +0200 | AlexZenon | (~alzenon@94.233.240.26) (Ping timeout: 265 seconds) |
2025-08-09 11:58:46 +0200 | AlexNoo_ | (~AlexNoo@178.34.150.240) |
2025-08-09 11:59:52 +0200 | AlexNoo_ | (~AlexNoo@178.34.150.240) (Remote host closed the connection) |
2025-08-09 12:00:20 +0200 | AlexNoo_ | (~AlexNoo@178.34.150.240) |
2025-08-09 12:01:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 12:03:00 +0200 | AlexZenon | (~alzenon@178.34.150.240) |
2025-08-09 12:09:11 +0200 | Guest1731 | (~karenw@dudl-15-b2-v4wan-170016-cust2909.vm31.cable.virginm.net) |
2025-08-09 12:12:01 +0200 | AlexZenon | (~alzenon@178.34.150.240) (Ping timeout: 248 seconds) |
2025-08-09 12:13:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 12:14:23 +0200 | jreicher | (~user@user/jreicher) (Quit: In transit) |
2025-08-09 12:16:37 +0200 | AlexZenon | (~alzenon@178.34.150.240) |
2025-08-09 12:17:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 12:20:11 +0200 | Digit | (~user@user/digit) (Read error: Connection reset by peer) |
2025-08-09 12:21:48 +0200 | Digit | (~user@user/digit) Digit |
2025-08-09 12:27:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 12:32:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 12:36:34 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-08-09 12:37:05 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Ping timeout: 248 seconds) |
2025-08-09 12:41:33 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 12:43:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 12:47:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 12:52:25 +0200 | Rembane | (~Rembane@user/Rembane) (Quit: WeeChat 4.1.1) |
2025-08-09 12:52:31 +0200 | Lycurgus | (~juan@user/Lycurgus) (Quit: irc.renjuan.org (juan@acm.org)) |
2025-08-09 12:53:18 +0200 | Rembane | (~Rembane@user/Rembane) Rembane |
2025-08-09 12:59:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 13:00:04 +0200 | caconym747 | (~caconym@user/caconym) (Quit: bye) |
2025-08-09 13:01:13 +0200 | jreicher | (~user@user/jreicher) jreicher |
2025-08-09 13:02:15 +0200 | caconym747 | (~caconym@user/caconym) caconym |
2025-08-09 13:04:21 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 248 seconds) |
2025-08-09 13:05:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 13:07:42 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Quit: Leaving) |
2025-08-09 13:15:42 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 13:15:55 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 13:17:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 13:19:40 +0200 | gmg | (~user@user/gehmehgeh) (Quit: Leaving) |
2025-08-09 13:22:06 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 13:22:21 +0200 | Lord_of_Life_ | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
2025-08-09 13:22:59 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 260 seconds) |
2025-08-09 13:23:39 +0200 | Lord_of_Life_ | Lord_of_Life |
2025-08-09 13:28:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 13:29:26 +0200 | Square | (~Square@user/square) Square |
2025-08-09 13:29:36 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-08-09 13:33:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-08-09 13:38:20 +0200 | Guest1731 | karenw |
2025-08-09 13:38:28 +0200 | karenw | (~karenw@dudl-15-b2-v4wan-170016-cust2909.vm31.cable.virginm.net) (Changing host) |
2025-08-09 13:38:28 +0200 | karenw | (~karenw@user/karenw) karenw |
2025-08-09 13:40:53 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) machinedgod |
2025-08-09 13:42:55 +0200 | soverysour | (~soverysou@user/soverysour) soverysour |
2025-08-09 13:43:06 +0200 | soverysour | (~soverysou@user/soverysour) (Remote host closed the connection) |
2025-08-09 13:44:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 13:44:51 +0200 | AlexNoo_ | AlexNoo |
2025-08-09 13:48:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-09 13:48:50 +0200 | soverysour | (~soverysou@2a02:2f08:8505:7a00:18f9:8ce9:a2b8:2a4c) |
2025-08-09 13:48:50 +0200 | soverysour | (~soverysou@2a02:2f08:8505:7a00:18f9:8ce9:a2b8:2a4c) (Changing host) |
2025-08-09 13:48:50 +0200 | soverysour | (~soverysou@user/soverysour) soverysour |
2025-08-09 13:56:24 +0200 | soverysour | (~soverysou@user/soverysour) (Ping timeout: 260 seconds) |
2025-08-09 13:59:32 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 14:03:29 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-08-09 14:04:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 14:12:58 +0200 | takuan | (~takuan@d8D86B9E9.access.telenet.be) (Remote host closed the connection) |
2025-08-09 14:15:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 14:19:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 14:20:53 +0200 | sprotte24_ | (~sprotte24@p200300d16f06b200cdd8e3c37a8b852f.dip0.t-ipconnect.de) |
2025-08-09 14:20:56 +0200 | sprotte24_ | (~sprotte24@p200300d16f06b200cdd8e3c37a8b852f.dip0.t-ipconnect.de) (Remote host closed the connection) |
2025-08-09 14:21:05 +0200 | sprotte24 | (~sprotte24@p200300d16f06b200cdd8e3c37a8b852f.dip0.t-ipconnect.de) (Quit: Leaving) |
2025-08-09 14:23:44 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) lxsameer |
2025-08-09 14:29:00 +0200 | soverysour | (~soverysou@2a02:2f08:8505:7a00:18f9:8ce9:a2b8:2a4c) |
2025-08-09 14:29:00 +0200 | soverysour | (~soverysou@2a02:2f08:8505:7a00:18f9:8ce9:a2b8:2a4c) (Changing host) |
2025-08-09 14:29:00 +0200 | soverysour | (~soverysou@user/soverysour) soverysour |
2025-08-09 14:30:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 14:34:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 14:37:10 +0200 | meinside | (uid24933@id-24933.helmsley.irccloud.com) (Quit: Connection closed for inactivity) |
2025-08-09 14:41:53 +0200 | karenw | (~karenw@user/karenw) (Quit: Deep into that darkness peering...) |
2025-08-09 14:45:47 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 14:46:29 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 14:46:42 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 14:48:33 +0200 | soverysour | (~soverysou@user/soverysour) (Ping timeout: 276 seconds) |
2025-08-09 14:50:06 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 14:52:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 14:57:05 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 15:01:38 +0200 | sprotte24 | (~sprotte24@p200300d16f06b200cdd8e3c37a8b852f.dip0.t-ipconnect.de) |
2025-08-09 15:03:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 15:08:06 +0200 | ttybitnik | (~ttybitnik@user/wolper) ttybitnik |
2025-08-09 15:08:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 15:19:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 15:23:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-09 15:26:42 +0200 | trickard_ | trickard |
2025-08-09 15:32:23 +0200 | sprotte24 | (~sprotte24@p200300d16f06b200cdd8e3c37a8b852f.dip0.t-ipconnect.de) (Read error: Connection reset by peer) |
2025-08-09 15:34:35 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 15:35:15 +0200 | inline | (~inline@ip-005-146-197-054.um05.pools.vodafone-ip.de) (Quit: Leaving) |
2025-08-09 15:38:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 15:41:02 +0200 | harveypwca | (~harveypwc@2601:246:d080:f6e0:27d6:8cc7:eca9:c46c) (Quit: Leaving) |
2025-08-09 15:44:05 +0200 | ynzoqn | (~ynzoqn@user/ynzoqn) ynzoqn |
2025-08-09 15:45:12 +0200 | soverysour | (~soverysou@2a02:2f08:8505:7a00:18f9:8ce9:a2b8:2a4c) |
2025-08-09 15:45:12 +0200 | soverysour | (~soverysou@2a02:2f08:8505:7a00:18f9:8ce9:a2b8:2a4c) (Changing host) |
2025-08-09 15:45:12 +0200 | soverysour | (~soverysou@user/soverysour) soverysour |
2025-08-09 15:46:58 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 240 seconds) |
2025-08-09 15:48:28 +0200 | <haskellbridge> | <loonycyborg> hololeap: are you maintainer of gentoo's haskell overlay? |
2025-08-09 15:49:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 15:54:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 15:55:02 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 15:55:16 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 16:05:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 16:08:16 +0200 | trickard_ | trickard |
2025-08-09 16:09:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 16:12:58 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 240 seconds) |
2025-08-09 16:14:41 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
2025-08-09 16:17:15 +0200 | davidlbowman | (~dlb@user/davidlbowman) davidlbowman |
2025-08-09 16:17:19 +0200 | fevciadsohge^ | (~fevciadso@99-73-20-238.lightspeed.tukrga.sbcglobal.net) |
2025-08-09 16:22:02 +0200 | soverysour | (~soverysou@user/soverysour) (Remote host closed the connection) |
2025-08-09 16:23:23 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 16:26:07 +0200 | gmg | (~user@user/gehmehgeh) gehmehgeh |
2025-08-09 16:26:26 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Ping timeout: 248 seconds) |
2025-08-09 16:27:46 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 16:29:18 +0200 | puke | (~puke@user/puke) (Quit: puke) |
2025-08-09 16:29:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 16:33:30 +0200 | puke | (~puke@user/puke) puke |
2025-08-09 16:41:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 16:44:16 +0200 | Digit | (~user@user/digit) (Ping timeout: 252 seconds) |
2025-08-09 16:45:28 +0200 | Digit | (~user@user/digit) Digit |
2025-08-09 16:46:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 16:53:29 +0200 | ynzoqn | (~ynzoqn@user/ynzoqn) (Quit: Client closed) |
2025-08-09 16:56:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 17:00:14 +0200 | inline | (~inline@ip-005-146-197-054.um05.pools.vodafone-ip.de) Inline |
2025-08-09 17:00:30 +0200 | rembo10_ | (~rembo10@main.remulis.com) (Ping timeout: 276 seconds) |
2025-08-09 17:01:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 17:03:00 +0200 | rembo10 | (~rembo10@main.remulis.com) rembo10 |
2025-08-09 17:08:38 +0200 | takuan | (~takuan@d8D86B9E9.access.telenet.be) |
2025-08-09 17:12:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 17:16:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-08-09 17:20:37 +0200 | Taneb0 | (~Taneb@ip87-106-35-210.pbiaas.com) (Remote host closed the connection) |
2025-08-09 17:22:52 +0200 | ttybitnik | (~ttybitnik@user/wolper) (Quit: Fading out...) |
2025-08-09 17:25:33 +0200 | Taneb | (~Taneb@ip87-106-35-210.pbiaas.com) Taneb |
2025-08-09 17:27:34 +0200 | jespada | (~jespada@2800:a4:224b:c500:cdb4:ad78:b267:4256) (Ping timeout: 260 seconds) |
2025-08-09 17:28:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 17:29:59 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 17:30:07 +0200 | phma | (phma@2001:5b0:210d:1aa8:aefa:72b1:7a70:bfa2) (Read error: Connection reset by peer) |
2025-08-09 17:30:14 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 17:30:23 +0200 | jespada | (~jespada@2800:a4:2375:ff00:282e:e865:8a74:4c4a) jespada |
2025-08-09 17:32:10 +0200 | phma | (~phma@host-67-44-208-1.hnremote.net) |
2025-08-09 17:33:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-08-09 17:42:51 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 17:43:04 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 17:43:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 17:48:08 +0200 | pavonia | (~user@user/siracusa) (Quit: Bye!) |
2025-08-09 17:51:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 17:52:03 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-08-09 17:52:39 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Ping timeout: 260 seconds) |
2025-08-09 17:54:01 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 17:55:36 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) lxsameer |
2025-08-09 17:56:40 +0200 | <hololeap> | loonycyborg: more or less, yes |
2025-08-09 17:57:07 +0200 | user363627 | (~user@user/user363627) user363627 |
2025-08-09 17:58:19 +0200 | weary-traveler | (~user@user/user363627) (Ping timeout: 260 seconds) |
2025-08-09 17:58:38 +0200 | <haskellbridge> | <loonycyborg> I'm using it atm, even learned to use hackport a bit. |
2025-08-09 18:02:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 18:07:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 18:11:18 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) |
2025-08-09 18:17:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 18:18:21 +0200 | hiecaq | (~hiecaq@user/hiecaq) (Quit: ERC 5.6.0.30.1 (IRC client for GNU Emacs 30.1)) |
2025-08-09 18:19:24 +0200 | user363627 | (~user@user/user363627) (Quit: Konversation terminated!) |
2025-08-09 18:19:42 +0200 | user363627 | (~user@user/user363627) user363627 |
2025-08-09 18:20:01 +0200 | rekahsoft | (~rekahsoft@bras-base-orllon1103w-grc-15-174-95-4-83.dsl.bell.ca) (Ping timeout: 248 seconds) |
2025-08-09 18:21:35 +0200 | trickard_ | trickard |
2025-08-09 18:23:15 +0200 | rekahsoft | (~rekahsoft@bras-base-orllon1103w-grc-15-174-95-4-83.dsl.bell.ca) rekahsoft |
2025-08-09 18:23:21 +0200 | user363627 | (~user@user/user363627) (Client Quit) |
2025-08-09 18:23:38 +0200 | user363627 | (~user@user/user363627) user363627 |
2025-08-09 18:24:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 18:25:00 +0200 | fgarcia | (~lei@user/fgarcia) (Ping timeout: 276 seconds) |
2025-08-09 18:26:14 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-08-09 18:27:48 +0200 | <hololeap> | loonycyborg: if you have any questions, you can join #gentoo-haskell in libera |
2025-08-09 18:29:20 +0200 | <haskellbridge> | <loonycyborg> ye the thing is I use matrix more now and there's no generic bridge atm afaik. |
2025-08-09 18:29:36 +0200 | <haskellbridge> | <loonycyborg> like not every channel is bridged like this one |
2025-08-09 18:29:38 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 18:29:52 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 18:31:28 +0200 | <geekosaur> | on the one hand, other Haskell-related channels can be added to the bridge (chanops permitting). on the other, imo go where the action is |
2025-08-09 18:35:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 18:39:26 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 272 seconds) |
2025-08-09 18:40:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 18:45:48 +0200 | fp | (~Thunderbi@89-27-10-140.bb.dnainternet.fi) fp |
2025-08-09 18:46:03 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 18:46:17 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 18:48:28 +0200 | davidlbowman | (~dlb@user/davidlbowman) (Ping timeout: 240 seconds) |
2025-08-09 18:50:23 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 245 seconds) |
2025-08-09 18:51:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 18:53:55 +0200 | davidlbowman | (~dlb@user/davidlbowman) davidlbowman |
2025-08-09 18:54:14 +0200 | davidlbowman | (~dlb@user/davidlbowman) (Max SendQ exceeded) |
2025-08-09 18:56:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 18:57:25 +0200 | user363627 | (~user@user/user363627) (Remote host closed the connection) |
2025-08-09 18:58:16 +0200 | euphores | (~SASL_euph@user/euphores) (Quit: Leaving.) |
2025-08-09 18:58:26 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-08-09 19:00:18 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-08-09 19:02:29 +0200 | fgarcia | (~lei@user/fgarcia) fgarcia |
2025-08-09 19:03:19 +0200 | trickard_ | trickard |
2025-08-09 19:04:31 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-08-09 19:06:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 19:08:15 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-09 19:10:59 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 19:11:12 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 19:11:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 19:11:46 +0200 | euphores | (~SASL_euph@user/euphores) (Ping timeout: 248 seconds) |
2025-08-09 19:12:49 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 248 seconds) |
2025-08-09 19:18:21 +0200 | sprotte24 | (~sprotte24@p200300d16f06b200d8fbf471b925cf1f.dip0.t-ipconnect.de) |
2025-08-09 19:18:46 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 19:19:09 +0200 | ttybitnik | (~ttybitnik@user/wolper) ttybitnik |
2025-08-09 19:23:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-09 19:25:00 +0200 | euphores | (~SASL_euph@user/euphores) euphores |
2025-08-09 19:25:22 +0200 | harveypwca | (~harveypwc@2601:246:d080:f6e0:27d6:8cc7:eca9:c46c) HarveyPwca |
2025-08-09 19:34:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 19:35:51 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) |
2025-08-09 19:37:32 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Remote host closed the connection) |
2025-08-09 19:38:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-08-09 19:40:15 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) humasect |
2025-08-09 19:42:49 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) werneta |
2025-08-09 19:43:14 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
2025-08-09 19:44:26 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) lxsameer |
2025-08-09 19:44:58 +0200 | fp | (~Thunderbi@89-27-10-140.bb.dnainternet.fi) (Ping timeout: 240 seconds) |
2025-08-09 19:49:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 19:52:15 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection) |
2025-08-09 19:54:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 19:54:25 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-09 20:01:48 +0200 | fevciadsohge^ | (~fevciadso@99-73-20-238.lightspeed.tukrga.sbcglobal.net) (Remote host closed the connection) |
2025-08-09 20:05:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 20:11:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-08-09 20:13:04 +0200 | humasect | (~humasect@dyn-192-249-132-90.nexicom.net) (Quit: Leaving...) |
2025-08-09 20:18:49 +0200 | trickard | (~trickard@cpe-49-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
2025-08-09 20:19:04 +0200 | trickard_ | (~trickard@cpe-49-98-47-163.wireline.com.au) |
2025-08-09 20:21:49 +0200 | ljdarj1 | (~Thunderbi@user/ljdarj) ljdarj |
2025-08-09 20:23:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 20:25:32 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds) |
2025-08-09 20:25:32 +0200 | ljdarj1 | ljdarj |
2025-08-09 20:27:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 20:28:20 +0200 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
2025-08-09 20:34:49 +0200 | fp | (~Thunderbi@89-27-10-140.bb.dnainternet.fi) fp |
2025-08-09 20:37:17 +0200 | ljdarj1 | (~Thunderbi@user/ljdarj) ljdarj |
2025-08-09 20:38:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 20:40:49 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 248 seconds) |
2025-08-09 20:40:50 +0200 | ljdarj1 | ljdarj |
2025-08-09 20:42:16 +0200 | fp1 | (~Thunderbi@2001-14ba-6e24-3000--19a.rev.dnainternet.fi) fp |
2025-08-09 20:42:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 20:43:54 +0200 | Alleria | (~Alleria@user/alleria) Alleria |
2025-08-09 20:44:59 +0200 | haritz | (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) |
2025-08-09 20:44:59 +0200 | haritz | (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) (Changing host) |
2025-08-09 20:44:59 +0200 | haritz | (~hrtz@user/haritz) haritz |
2025-08-09 20:46:19 +0200 | fp | (~Thunderbi@89-27-10-140.bb.dnainternet.fi) (Ping timeout: 260 seconds) |
2025-08-09 20:46:19 +0200 | fp1 | fp |
2025-08-09 20:47:36 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) |
2025-08-09 20:51:02 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) machinedgod |
2025-08-09 20:52:00 +0200 | Lycurgus | (~juan@user/Lycurgus) Lycurgus |
2025-08-09 20:53:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 20:58:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 21:00:00 +0200 | caconym747 | (~caconym@user/caconym) (Quit: bye) |
2025-08-09 21:00:41 +0200 | caconym747 | (~caconym@user/caconym) caconym |
2025-08-09 21:07:54 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 260 seconds) |
2025-08-09 21:08:04 +0200 | fp | (~Thunderbi@2001-14ba-6e24-3000--19a.rev.dnainternet.fi) (Ping timeout: 260 seconds) |
2025-08-09 21:09:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 21:11:57 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 240 seconds) |
2025-08-09 21:12:32 +0200 | target_i | (~target_i@user/target-i/x-6023099) target_i |
2025-08-09 21:13:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 21:17:02 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) bitdex |
2025-08-09 21:24:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 21:29:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-08-09 21:40:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 21:43:14 +0200 | athan | (~athan@syn-047-132-161-157.res.spectrum.com) athan |
2025-08-09 21:47:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 21:48:24 +0200 | trickard_ | trickard |
2025-08-09 21:58:07 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 21:59:02 +0200 | rvalue- | (~rvalue@about/hackers/rvalue) rvalue |
2025-08-09 21:59:08 +0200 | rvalue | (~rvalue@about/hackers/rvalue) (Ping timeout: 245 seconds) |
2025-08-09 22:02:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 22:04:14 +0200 | rvalue- | rvalue |
2025-08-09 22:06:03 +0200 | harveypwca | (~harveypwc@2601:246:d080:f6e0:27d6:8cc7:eca9:c46c) (Quit: Leaving) |
2025-08-09 22:06:20 +0200 | Alleria | (~Alleria@user/alleria) (Quit: Textual IRC Client: www.textualapp.com) |
2025-08-09 22:06:34 +0200 | machinedgod | (~machinedg@d75-159-126-101.abhsia.telus.net) (Ping timeout: 276 seconds) |
2025-08-09 22:10:31 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) lxsameer |
2025-08-09 22:10:34 +0200 | manwithluck | (~manwithlu@2a09:bac5:5087:2432::39b:c0) (Remote host closed the connection) |
2025-08-09 22:13:35 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 22:14:50 +0200 | manwithluck | (~manwithlu@2a09:bac5:5087:2432::39b:c0) manwithluck |
2025-08-09 22:17:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-08-09 22:18:08 +0200 | fp | (~Thunderbi@89-27-10-140.bb.dnainternet.fi) fp |
2025-08-09 22:19:52 +0200 | fgarcia_ | (~lei@user/fgarcia) fgarcia |
2025-08-09 22:21:28 +0200 | fgarcia | (~lei@user/fgarcia) (Ping timeout: 240 seconds) |
2025-08-09 22:21:46 +0200 | fgarcia_ | fgarcia |
2025-08-09 22:22:34 +0200 | olivial | (~benjaminl@user/benjaminl) (Ping timeout: 260 seconds) |
2025-08-09 22:29:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 22:33:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 22:39:26 +0200 | phma | (~phma@host-67-44-208-1.hnremote.net) (Read error: Connection reset by peer) |
2025-08-09 22:39:36 +0200 | pavonia | (~user@user/siracusa) siracusa |
2025-08-09 22:41:35 +0200 | davidlbowman | (~dlb@user/davidlbowman) davidlbowman |
2025-08-09 22:44:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 22:45:09 +0200 | califax | (~califax@user/califx) (Read error: Connection reset by peer) |
2025-08-09 22:45:23 +0200 | califax | (~califax@user/califx) califx |
2025-08-09 22:48:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds) |
2025-08-09 22:53:40 +0200 | olivial | (~benjaminl@user/benjaminl) benjaminl |
2025-08-09 22:55:17 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-08-09 22:58:16 +0200 | phma | (phma@2001:5b0:2143:dfd8:b83b:dee:56e:9404) |
2025-08-09 22:59:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 23:01:39 +0200 | olivial | (~benjaminl@user/benjaminl) (Ping timeout: 260 seconds) |
2025-08-09 23:04:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 23:07:40 +0200 | Igloo | (~ian@81.2.99.210) (Ping timeout: 276 seconds) |
2025-08-09 23:09:16 +0200 | Igloo | (~ian@45.130.105.72) |
2025-08-09 23:09:18 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz) |
2025-08-09 23:10:48 +0200 | euphores | (~SASL_euph@user/euphores) (Ping timeout: 245 seconds) |
2025-08-09 23:15:20 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 23:15:29 +0200 | vanishingideal | (~vanishing@user/vanishingideal) (Ping timeout: 240 seconds) |
2025-08-09 23:19:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-08-09 23:23:52 +0200 | rvalue | (~rvalue@about/hackers/rvalue) (Quit: ZNC - https://znc.in) |
2025-08-09 23:25:58 +0200 | davidlbowman | (~dlb@user/davidlbowman) (Ping timeout: 240 seconds) |
2025-08-09 23:26:45 +0200 | fp1 | (~Thunderbi@2001-14ba-6e24-3000--19a.rev.dnainternet.fi) fp |
2025-08-09 23:26:54 +0200 | rvalue | (~rvalue@about/hackers/rvalue) rvalue |
2025-08-09 23:30:02 +0200 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |
2025-08-09 23:30:23 +0200 | fp | (~Thunderbi@89-27-10-140.bb.dnainternet.fi) (Ping timeout: 245 seconds) |
2025-08-09 23:30:24 +0200 | fp1 | fp |
2025-08-09 23:30:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 23:31:59 +0200 | jmcantrell | (~weechat@user/jmcantrell) (Ping timeout: 260 seconds) |
2025-08-09 23:33:54 +0200 | Igloo | (~ian@45.130.105.72) (Ping timeout: 260 seconds) |
2025-08-09 23:35:45 +0200 | olivial | (~benjaminl@user/benjaminl) benjaminl |
2025-08-09 23:35:49 +0200 | Igloo | (~ian@81.2.99.210) Igfoo |
2025-08-09 23:36:47 +0200 | phma | (phma@2001:5b0:2143:dfd8:b83b:dee:56e:9404) (Read error: Connection reset by peer) |
2025-08-09 23:38:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-08-09 23:40:44 +0200 | olivial | (~benjaminl@user/benjaminl) (Ping timeout: 260 seconds) |
2025-08-09 23:40:50 +0200 | phma | (phma@2001:5b0:215a:90b8:315e:5e7d:38f9:3cb8) |
2025-08-09 23:48:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-08-09 23:50:28 +0200 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-08-09 23:52:36 +0200 | lxsameer | (~lxsameer@Serene/lxsameer) (Ping timeout: 276 seconds) |
2025-08-09 23:53:02 +0200 | olivial | (~benjaminl@user/benjaminl) benjaminl |
2025-08-09 23:53:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-08-09 23:53:55 +0200 | tromp | (~textual@2001:1c00:3487:1b00:99b3:9a99:29d2:5644) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-08-09 23:57:41 +0200 | olivial | (~benjaminl@user/benjaminl) (Ping timeout: 248 seconds) |