2025/08/09

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