2025/04/21

2025-04-21 00:00:46 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 00:02:30 +0200 <monochrom> I would look for a blob way. Then I would look for a base64 way.
2025-04-21 00:04:09 +0200 <monochrom> Then I would look for a uuencode way haha. (Remember that one?)
2025-04-21 00:08:26 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net)
2025-04-21 00:12:13 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 00:16:49 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 00:18:22 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 00:19:40 +0200j1n37(~j1n37@user/j1n37) (Ping timeout: 260 seconds)
2025-04-21 00:21:04 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 00:23:04 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 00:26:29 +0200xff0x(~xff0x@2405:6580:b080:900:ca3b:798b:8bc0:807d) (Ping timeout: 248 seconds)
2025-04-21 00:27:29 +0200xff0x(~xff0x@2405:6580:b080:900:5015:f99f:d5b4:74f7)
2025-04-21 00:28:37 +0200olivial(~benjaminl@user/benjaminl) (Ping timeout: 248 seconds)
2025-04-21 00:29:14 +0200olivial(~benjaminl@user/benjaminl) benjaminl
2025-04-21 00:34:30 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 00:39:21 +0200acidjnk(~acidjnk@p200300d6e71c4f4138062549a387e2a7.dip0.t-ipconnect.de) acidjnk
2025-04-21 00:39:41 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-04-21 00:39:45 +0200mceresa(~mceresa@user/mceresa) (Ping timeout: 248 seconds)
2025-04-21 00:39:51 +0200 <haskellbridge> <Liamzee> also, nice gossip from the miso channel, dmjio wants to go isomorphic multiplatform
2025-04-21 00:40:03 +0200 <haskellbridge> <Liamzee> i have a react native book coming in the mail
2025-04-21 00:40:31 +0200gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2025-04-21 00:42:07 +0200 <haskellbridge> <Liamzee> maybe one day i'll have a miso book coming in the mail (although honestly the need for a book suggests some level of failure)
2025-04-21 00:42:48 +0200j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-04-21 00:45:52 +0200KicksonButt(~quassel@187.21.174.221) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2025-04-21 00:47:21 +0200 <geekosaur> not necessarily, it just means someone saw a potential profit opportunity
2025-04-21 00:47:45 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2025-04-21 00:47:54 +0200euleritian(~euleritia@dynamic-176-006-141-238.176.6.pool.telefonica.de)
2025-04-21 00:48:13 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 00:49:22 +0200 <geekosaur> also I don't think you can claim "failure" on a developer's part for "if it can't be copy-pasted from the web then it's too hard" on lazy coders' parts
2025-04-21 00:50:28 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 00:50:42 +0200 <haskellbridge> <Liamzee> iirc that's more symptomatic what went wrong with react
2025-04-21 00:51:27 +0200 <haskellbridge> <Liamzee> i.e, it used to be simple, then react hooks (whatever that is) got added, and eventually the ecosystem became verbose and difficult to understand, contrary to its original goals
2025-04-21 00:52:29 +0200j1n37(~j1n37@user/j1n37) (Ping timeout: 245 seconds)
2025-04-21 00:52:53 +0200 <haskellbridge> <Liamzee> not sure whether it's a good thing or a bad thing that i'm falling in love, slowly, with monadic do :(
2025-04-21 00:52:55 +0200 <geekosaur> "programming complexity tends toward a maximum" 😛
2025-04-21 00:53:06 +0200 <haskellbridge> <Liamzee> hahaha
2025-04-21 00:54:27 +0200 <haskellbridge> <Liamzee> i just realized today you can get rid of liftIO by instead of liftIO-ing every line in the block, you create a subsidiary do block and liftIO the do block
2025-04-21 00:54:33 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 00:55:22 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 00:55:28 +0200 <haskellbridge> <Liamzee> and honestly being able to lisp-format (i.e, arguments are on separate lines) in a sig-whitespace language using ML syntax is delicious
2025-04-21 01:00:35 +0200 <haskellbridge> <hellwolf> re formatting, how do y'all handle indentation? I use emacs and typing tab will cycle through possible indentation positions, but sometimes it is not the prettiest option I am getting and I haven't bothered to fix them.
2025-04-21 01:00:38 +0200 <haskellbridge> ... long message truncated: https://kf8nh.com/_heisenbridge/media/kf8nh.com/pkkDJUpyhVGomXGaeRvsiDbe/t50EK87prhk (5 lines)
2025-04-21 01:03:24 +0200 <monochrom> I also use emacs haskell-mode, it gives me what I want most of the time, and I just manually override for the minority of times.
2025-04-21 01:05:09 +0200 <monochrom> It is not that much manual overriding because for example if I want 10 lines consecutively to be indented by 12, at most the 1st line needs manual override.
2025-04-21 01:06:04 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 01:07:10 +0200 <EvanR> hellwolf: I'm operating under a definition of "indentation" which makes the position irrelevant, so if something needs to be indented more it goes at the next tab stop
2025-04-21 01:07:37 +0200 <EvanR> while attempt to align the next line with something on the previous line is not filed under indentation
2025-04-21 01:08:12 +0200 <monochrom> heh
2025-04-21 01:08:16 +0200JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-04-21 01:08:23 +0200 <EvanR> and if you allow autoformatters, is impossible
2025-04-21 01:09:01 +0200xff0x(~xff0x@2405:6580:b080:900:5015:f99f:d5b4:74f7) (Quit: xff0x)
2025-04-21 01:09:41 +0200 <EvanR> how to redefine your way out of a problem
2025-04-21 01:09:50 +0200 <haskellbridge> <hellwolf> that's what emacs haskell-mode does, effectively
2025-04-21 01:10:27 +0200 <JuanDaugherty> outdent, align, indent
2025-04-21 01:10:41 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 01:11:01 +0200 <EvanR> insert outsert
2025-04-21 01:11:28 +0200 <monochrom> Yeah I don't even write like "f x y do print foo". I make it "f x y do" one line, "print foo" next line indented +4. BTW it also eliminates the "looks like string of words" problem.
2025-04-21 01:12:07 +0200 <JuanDaugherty> god forbind hs should read like st
2025-04-21 01:12:12 +0200 <JuanDaugherty> *forbid
2025-04-21 01:12:31 +0200 <haskellbridge> <hellwolf> st?
2025-04-21 01:12:39 +0200 <JuanDaugherty> smalltalk
2025-04-21 01:12:42 +0200 <EvanR> haskell poetry?
2025-04-21 01:12:44 +0200xff0x(~xff0x@2405:6580:b080:900:38fd:c123:25a:a4e9)
2025-04-21 01:13:15 +0200 <haskellbridge> <hellwolf> Haskell code visual looks quite dense though. Sometimes I find it overwhelming
2025-04-21 01:13:18 +0200 <monochrom> Eh, I am not against reading like other languages. Except COBOL.
2025-04-21 01:13:31 +0200 <monochrom> Haskell reads like Curry too, you know.
2025-04-21 01:14:16 +0200 <JuanDaugherty> yeah was thinking cobol and st are the ones and both rurn up noses
2025-04-21 01:14:21 +0200 <haskellbridge> <hellwolf> Do you really use "do" with blockarguments on
2025-04-21 01:14:41 +0200 <JuanDaugherty> as old and wierd
2025-04-21 01:14:57 +0200 <JuanDaugherty> and worse than that for cobol igess
2025-04-21 01:15:09 +0200 <EvanR> old, weird, and worse
2025-04-21 01:15:20 +0200 <monochrom> I do.
2025-04-21 01:15:23 +0200 <JuanDaugherty> but i've seen hs that read well
2025-04-21 01:15:44 +0200mceresa(~mceresa@user/mceresa) mceresa
2025-04-21 01:15:49 +0200 <monochrom> But really 99% of the time it's more like "withFile name mode \h -> do"
2025-04-21 01:15:53 +0200 <JuanDaugherty> prosey
2025-04-21 01:16:17 +0200 <monochrom> (I happen to not need runST all that often.)
2025-04-21 01:16:34 +0200 <EvanR> algorithms that can be written in equational form end up really nice in haskell
2025-04-21 01:16:56 +0200 <EvanR> like the signed binary real number arthimetic algorithms
2025-04-21 01:17:16 +0200 <EvanR> or many other examples
2025-04-21 01:17:49 +0200 <JuanDaugherty> it's definitely not a popular style
2025-04-21 01:19:06 +0200 <JuanDaugherty> in hs, whereas its intrinsic in cobol and st
2025-04-21 01:19:20 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 01:19:55 +0200 <haskellbridge> <hellwolf> I mean, you can always write in brackets and pretend to be popular style
2025-04-21 01:20:23 +0200 <monochrom> > map(f)(repeat(0))
2025-04-21 01:20:24 +0200 <lambdabot> error:
2025-04-21 01:20:24 +0200 <lambdabot> • Ambiguous type variable ‘b0’ arising from a use of ‘show_M516857686844...
2025-04-21 01:20:24 +0200 <lambdabot> prevents the constraint ‘(Show b0)’ from being solved.
2025-04-21 01:20:35 +0200mceresa(~mceresa@user/mceresa) (Ping timeout: 265 seconds)
2025-04-21 01:20:43 +0200 <monochrom> Oops. should have deleted the "> "
2025-04-21 01:20:52 +0200 <haskellbridge> <hellwolf> I mean curly brackets too
2025-04-21 01:21:12 +0200 <monochrom> Did you know: Landin's paper really wrote like "f(x)(y)". :)
2025-04-21 01:21:53 +0200EvanR(~EvanR@user/evanr) (Ping timeout: 248 seconds)
2025-04-21 01:21:57 +0200 <haskellbridge> <hellwolf> the next 700 brackets
2025-04-21 01:22:05 +0200 <monochrom> I think old Moggi papers, old Gordon papers, etc., too. Basically the theoretical functional people back then.
2025-04-21 01:22:10 +0200 <monochrom> hehe
2025-04-21 01:23:17 +0200 <monochrom> hahaha that's brilliant
2025-04-21 01:26:39 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-04-21 01:33:38 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 265 seconds)
2025-04-21 01:35:05 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-04-21 01:37:09 +0200sprotte24_(~sprotte24@p200300d16f1d2600548a4c6cd24df652.dip0.t-ipconnect.de) (Quit: Leaving)
2025-04-21 01:37:48 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 01:38:36 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-04-21 01:42:34 +0200Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2025-04-21 01:42:54 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 01:43:39 +0200j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-04-21 01:45:26 +0200__jmcantrell__(~weechat@user/jmcantrell) jmcantrell
2025-04-21 01:45:55 +0200talismanick(~user@2601:644:937c:ed10::ae5) talismanick
2025-04-21 01:47:44 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 01:49:26 +0200inca(~inca@71.30.233.213)
2025-04-21 01:53:39 +0200j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-04-21 01:55:15 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 01:56:49 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 01:59:52 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 02:01:12 +0200j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-04-21 02:05:00 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 02:07:36 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds)
2025-04-21 02:13:10 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 02:13:11 +0200tremon(~tremon@83.80.159.219) (Quit: getting boxed in)
2025-04-21 02:18:06 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-04-21 02:20:30 +0200euleritian(~euleritia@dynamic-176-006-141-238.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2025-04-21 02:20:42 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 02:30:42 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 02:35:28 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 02:38:35 +0200JuanDaugherty(~juan@user/JuanDaugherty) (Quit: praxis.meansofproduction.biz (juan@acm.org))
2025-04-21 02:46:09 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 02:46:14 +0200EvanR(~EvanR@user/evanr) EvanR
2025-04-21 02:47:54 +0200otto_s(~user@p4ff27d26.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-04-21 02:49:40 +0200otto_s(~user@p5de2ffcb.dip0.t-ipconnect.de)
2025-04-21 02:50:19 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 02:54:02 +0200acidjnk(~acidjnk@p200300d6e71c4f4138062549a387e2a7.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
2025-04-21 02:57:42 +0200xff0x(~xff0x@2405:6580:b080:900:38fd:c123:25a:a4e9) (Quit: xff0x)
2025-04-21 03:00:27 +0200pera(~pera@user/pera) (Quit: leaving)
2025-04-21 03:02:37 +0200xff0x(~xff0x@2405:6580:b080:900:a8f6:15fc:e58:fdd9)
2025-04-21 03:03:42 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 03:07:01 +0200xff0x(~xff0x@2405:6580:b080:900:a8f6:15fc:e58:fdd9) (Ping timeout: 248 seconds)
2025-04-21 03:10:47 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-04-21 03:17:28 +0200prdak(~Thunderbi@user/prdak) prdak
2025-04-21 03:20:41 +0200ethantwardy(~user@user/ethantwardy) ethantwardy
2025-04-21 03:21:34 +0200 <haskellbridge> <Bowuigi> I'm glad that syntax didn't stay lol
2025-04-21 03:22:21 +0200prdak(~Thunderbi@user/prdak) (Ping timeout: 276 seconds)
2025-04-21 03:22:21 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 03:23:43 +0200j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2025-04-21 03:26:45 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 03:28:10 +0200ethantwardy(~user@user/ethantwardy) (Ping timeout: 252 seconds)
2025-04-21 03:29:59 +0200ethantwardy(~user@user/ethantwardy) ethantwardy
2025-04-21 03:29:59 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 03:38:37 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 03:40:01 +0200 <geekosaur> you see it with a lot of Haskell newcomers' code 😛
2025-04-21 03:40:59 +0200Buliarous(~gypsydang@46.232.210.139) (Remote host closed the connection)
2025-04-21 03:41:29 +0200Buliarous(~gypsydang@46.232.210.139) Buliarous
2025-04-21 03:43:01 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 03:56:26 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 04:00:53 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 04:02:28 +0200hiredman(~hiredman@frontier1.downey.family) hiredman
2025-04-21 04:12:11 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 04:12:39 +0200Sciencentistguy8(~sciencent@hacksoc/ordinary-member) sciencentistguy
2025-04-21 04:12:49 +0200j1n37-(~j1n37@user/j1n37) j1n37
2025-04-21 04:13:48 +0200j1n37(~j1n37@user/j1n37) (Ping timeout: 252 seconds)
2025-04-21 04:15:06 +0200Sciencentistguy(~sciencent@hacksoc/ordinary-member) (Ping timeout: 272 seconds)
2025-04-21 04:15:07 +0200Sciencentistguy8Sciencentistguy
2025-04-21 04:15:23 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2025-04-21 04:16:33 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 04:17:24 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-04-21 04:28:10 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 04:32:57 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-04-21 04:46:27 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 04:53:30 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 04:57:44 +0200 <haskellbridge> <Liamzee> hmmm, talking to miso dev, this is actually a fairly interesting use case for haskell, no?
2025-04-21 04:58:03 +0200 <haskellbridge> <Liamzee> allow an eDSL for user use on a social platform
2025-04-21 04:58:36 +0200 <haskellbridge> <Liamzee> -xNoImplicitPrelude + Miso,
2025-04-21 05:01:12 +0200takuan(~takuan@d8D86B601.access.telenet.be)
2025-04-21 05:01:28 +0200hgolden(~hgolden@2603:8000:9d00:3ed1:88e0:76ff:fe9c:b21e) (Remote host closed the connection)
2025-04-21 05:01:59 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 05:06:25 +0200inca(~inca@71.30.233.213) (Ping timeout: 244 seconds)
2025-04-21 05:07:34 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 05:08:18 +0200hgolden(~hgolden@2603:8000:9d00:3ed1:88e0:76ff:fe9c:b21e) hgolden
2025-04-21 05:20:17 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 05:20:19 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net)
2025-04-21 05:20:38 +0200poscat(~poscat@user/poscat) (Remote host closed the connection)
2025-04-21 05:22:31 +0200poscat(~poscat@user/poscat) poscat
2025-04-21 05:23:42 +0200poscat(~poscat@user/poscat) (Remote host closed the connection)
2025-04-21 05:24:31 +0200amadaluzia(~amadaluzi@user/amadaluzia) (Remote host closed the connection)
2025-04-21 05:24:37 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 05:25:09 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 248 seconds)
2025-04-21 05:25:49 +0200poscat(~poscat@user/poscat) poscat
2025-04-21 05:28:15 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2025-04-21 05:30:19 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 276 seconds)
2025-04-21 05:31:32 +0200aforemny(~aforemny@2001:9e8:6ce3:aa00:a40a:58f0:a79e:fd07) aforemny
2025-04-21 05:32:35 +0200aforemny_(~aforemny@2001:9e8:6cc5:7e00:c2ee:f0f2:a86a:9c12) (Ping timeout: 268 seconds)
2025-04-21 05:38:22 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 05:42:41 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 05:54:48 +0200inca(~inca@71.30.233.213)
2025-04-21 05:55:21 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 05:59:40 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 06:00:31 +0200inca(~inca@71.30.233.213) (Ping timeout: 252 seconds)
2025-04-21 06:01:23 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 06:04:55 +0200pavonia(~user@user/siracusa) (Quit: Bye!)
2025-04-21 06:06:35 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-04-21 06:12:12 +0200inca(~inca@71.30.233.213)
2025-04-21 06:16:52 +0200inca(~inca@71.30.233.213) (Ping timeout: 265 seconds)
2025-04-21 06:18:04 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 06:24:59 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-04-21 06:29:01 +0200inca(~inca@71.30.233.213)
2025-04-21 06:38:41 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 06:43:27 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-04-21 06:55:22 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 06:59:48 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 07:04:29 +0200__jmcantrell__(~weechat@user/jmcantrell) (Quit: WeeChat 4.6.1)
2025-04-21 07:04:59 +0200dinxx84(~dinxx@197.210.227.33)
2025-04-21 07:05:02 +0200mrmr(~mrmr@user/mrmr) (Ping timeout: 244 seconds)
2025-04-21 07:06:51 +0200__jmcantrell__(~weechat@user/jmcantrell) jmcantrell
2025-04-21 07:07:20 +0200__jmcantrell__(~weechat@user/jmcantrell) (Client Quit)
2025-04-21 07:10:59 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 07:11:30 +0200mceresa(~mceresa@user/mceresa) mceresa
2025-04-21 07:15:00 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-04-21 07:15:18 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 07:20:10 +0200mceresa(~mceresa@user/mceresa) (Ping timeout: 276 seconds)
2025-04-21 07:22:46 +0200mrmr(~mrmr@user/mrmr) mrmr
2025-04-21 07:24:33 +0200floyza(~gavin@h69-11-148-150.kndrid.broadband.dynamic.tds.net) gdown
2025-04-21 07:25:19 +0200mceresa(~mceresa@user/mceresa) mceresa
2025-04-21 07:27:23 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 07:30:10 +0200mceresa(~mceresa@user/mceresa) (Ping timeout: 272 seconds)
2025-04-21 07:32:05 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-04-21 07:32:30 +0200dinxx84(~dinxx@197.210.227.33) (Ping timeout: 240 seconds)
2025-04-21 07:33:09 +0200inca(~inca@71.30.233.213) (Ping timeout: 244 seconds)
2025-04-21 07:42:38 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net)
2025-04-21 07:44:46 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 07:49:17 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds)
2025-04-21 07:49:18 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 07:51:36 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds)
2025-04-21 08:00:51 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 08:01:42 +0200inca(~inca@71.30.233.213)
2025-04-21 08:07:37 +0200Googulator92(~Googulato@94-21-172-228.pool.digikabel.hu) (Quit: Client closed)
2025-04-21 08:07:54 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-04-21 08:08:09 +0200Googulator92(~Googulato@94-21-172-228.pool.digikabel.hu)
2025-04-21 08:08:17 +0200inca(~inca@71.30.233.213) (Ping timeout: 244 seconds)
2025-04-21 08:18:28 +0200puke(~puke@user/puke) (Quit: puke)
2025-04-21 08:18:56 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 08:20:33 +0200floyza(~gavin@h69-11-148-150.kndrid.broadband.dynamic.tds.net) (Remote host closed the connection)
2025-04-21 08:21:01 +0200inca(~inca@71.30.233.213)
2025-04-21 08:22:01 +0200Googulator92(~Googulato@94-21-172-228.pool.digikabel.hu) (Quit: Client closed)
2025-04-21 08:22:15 +0200Googulator92(~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu)
2025-04-21 08:23:24 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 08:30:10 +0200tromp(~textual@2001:1c00:3487:1b00:700b:fe2:71b0:9324)
2025-04-21 08:34:57 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 08:39:31 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 08:42:18 +0200poscat(~poscat@user/poscat) (Remote host closed the connection)
2025-04-21 08:44:09 +0200poscat(~poscat@user/poscat) poscat
2025-04-21 08:44:33 +0200werneta(~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 248 seconds)
2025-04-21 08:45:29 +0200poscat(~poscat@user/poscat) (Remote host closed the connection)
2025-04-21 08:48:42 +0200poscat(~poscat@user/poscat) poscat
2025-04-21 08:51:13 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 08:55:55 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-04-21 08:58:04 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2025-04-21 09:00:01 +0200caconym(~caconym@user/caconym) (Quit: bye)
2025-04-21 09:00:02 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de)
2025-04-21 09:01:45 +0200caconym(~caconym@user/caconym) caconym
2025-04-21 09:02:18 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 09:03:35 +0200Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2025-04-21 09:06:57 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 09:19:12 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 09:20:43 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 252 seconds)
2025-04-21 09:21:22 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2025-04-21 09:23:32 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 09:26:41 +0200wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2025-04-21 09:27:46 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 09:28:34 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2025-04-21 09:28:46 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 09:28:52 +0200j1n37-(~j1n37@user/j1n37) (Ping timeout: 276 seconds)
2025-04-21 09:32:06 +0200mceresa(~mceresa@user/mceresa) mceresa
2025-04-21 09:33:19 +0200rvalue(~rvalue@user/rvalue) (Ping timeout: 245 seconds)
2025-04-21 09:34:40 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 09:34:55 +0200rvalue(~rvalue@user/rvalue) rvalue
2025-04-21 09:36:40 +0200tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz)
2025-04-21 09:39:55 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 09:50:09 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 09:50:36 +0200Googulator92(~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) (Quit: Client closed)
2025-04-21 09:50:58 +0200Googulator92(~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu)
2025-04-21 09:52:08 +0200Ikosit(~Ikosit@user/ikosit) (Quit: The Lounge - https://thelounge.chat)
2025-04-21 09:57:03 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-04-21 09:57:15 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 10:03:18 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 10:08:10 +0200septimi(~sepi@87-92-72-195.bb.dnainternet.fi)
2025-04-21 10:08:16 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 10:15:17 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 10:16:32 +0200__monty__(~toonn@user/toonn) toonn
2025-04-21 10:20:07 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 10:27:55 +0200Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla
2025-04-21 10:31:30 +0200weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-04-21 10:31:53 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 10:36:50 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-04-21 10:50:00 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 10:54:26 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 10:57:23 +0200tromp(~textual@2001:1c00:3487:1b00:700b:fe2:71b0:9324) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-04-21 11:01:16 +0200amadaluzia(~amadaluzi@user/amadaluzia) amadaluzia
2025-04-21 11:02:11 +0200sprotte24(~sprotte24@p200300d16f24580070b20176ff3a786c.dip0.t-ipconnect.de)
2025-04-21 11:02:57 +0200acidjnk(~acidjnk@p200300d6e71c4f087dcc14080b492174.dip0.t-ipconnect.de) acidjnk
2025-04-21 11:04:17 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 11:07:13 +0200econo_(uid147250@id-147250.tinside.irccloud.com) (Quit: Connection closed for inactivity)
2025-04-21 11:09:17 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-04-21 11:13:44 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 272 seconds)
2025-04-21 11:14:53 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de)
2025-04-21 11:15:36 +0200madjestic(~madjestic@37.109.147.147) madjestic
2025-04-21 11:18:12 +0200CiaoSen(~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) CiaoSen
2025-04-21 11:20:33 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 11:23:00 +0200 <madjestic> hey folks, does user svenpanne lurk here sometimes?
2025-04-21 11:25:08 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 11:29:47 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds)
2025-04-21 11:29:53 +0200Ikosit(~Ikosit@user/ikosit) Ikosit
2025-04-21 11:30:05 +0200mceresa(~mceresa@user/mceresa) (Remote host closed the connection)
2025-04-21 11:31:10 +0200Square3(~Square@user/square) Square
2025-04-21 11:35:55 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-04-21 11:38:52 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 11:39:01 +0200CiaoSen(~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Quit: CiaoSen)
2025-04-21 11:39:05 +0200manwithluck(~manwithlu@2a09:bac1:5b80:20::49:196) (Ping timeout: 272 seconds)
2025-04-21 11:40:04 +0200manwithluck(~manwithlu@2a09:bac5:5081:2dc::49:f6) manwithluck
2025-04-21 11:41:53 +0200kmein(~weechat@user/kmein) (Quit: ciao kakao)
2025-04-21 11:44:00 +0200kmein(~weechat@user/kmein) kmein
2025-04-21 11:45:57 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 11:49:31 +0200puke(~puke@user/puke) puke
2025-04-21 11:49:46 +0200amadaluzia_(~amadaluzi@user/amadaluzia) amadaluzia
2025-04-21 11:50:59 +0200prdak(~Thunderbi@user/prdak) prdak
2025-04-21 11:53:47 +0200 <haskellbridge> <hellwolf> > you see it with a lot of Haskell newcomers' code 😛
2025-04-21 11:53:48 +0200 <haskellbridge> I think hlint at least warns about necesssary brackets
2025-04-21 11:53:51 +0200acidjnk(~acidjnk@p200300d6e71c4f087dcc14080b492174.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-04-21 11:54:13 +0200 <haskellbridge> <hellwolf> But I have turned it off:
2025-04-21 11:54:13 +0200 <haskellbridge> ... long message truncated: https://kf8nh.com/_heisenbridge/media/kf8nh.com/IRiKaRqglWhrTmwogFnMQyxU/YasBvWsOikw (3 lines)
2025-04-21 11:55:20 +0200prdak(~Thunderbi@user/prdak) (Ping timeout: 252 seconds)
2025-04-21 11:58:05 +0200wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2025-04-21 11:58:12 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 11:59:45 +0200Ikosit(~Ikosit@user/ikosit) (Ping timeout: 276 seconds)
2025-04-21 12:01:53 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Ping timeout: 248 seconds)
2025-04-21 12:02:57 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 12:03:08 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-04-21 12:05:20 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 12:05:30 +0200hellwolf(~user@403b-ac98-abe0-43b9-0f00-4d40-07d0-2001.sta.estpak.ee) (Ping timeout: 260 seconds)
2025-04-21 12:10:43 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 12:10:52 +0200hellwolf(~user@df56-1a33-0fb6-67d2-0f00-4d40-07d0-2001.sta.estpak.ee) hellwolf
2025-04-21 12:13:33 +0200 <ski> doesn't seem to be registered, madjestic
2025-04-21 12:16:17 +0200zmt01(~zmt00@user/zmt00) (Ping timeout: 248 seconds)
2025-04-21 12:19:38 +0200j1n37-(~j1n37@user/j1n37) j1n37
2025-04-21 12:20:14 +0200j1n37(~j1n37@user/j1n37) (Ping timeout: 272 seconds)
2025-04-21 12:21:52 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 12:26:07 +0200Vajb(~Vajb@n83sqe30rcw6481fyv6-1.v6.elisa-mobile.fi) (Ping timeout: 252 seconds)
2025-04-21 12:26:14 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-04-21 12:26:19 +0200Vajb(~Vajb@n83sqe30rcw6481fyv6-1.v6.elisa-mobile.fi)
2025-04-21 12:32:10 +0200xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 276 seconds)
2025-04-21 12:39:29 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 12:45:10 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
2025-04-21 12:45:28 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de)
2025-04-21 12:45:51 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2025-04-21 12:46:07 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 12:46:33 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 12:47:51 +0200dhil(~dhil@5.151.29.139) dhil
2025-04-21 12:47:51 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
2025-04-21 12:48:17 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de)
2025-04-21 12:48:39 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2025-04-21 12:48:51 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 12:51:55 +0200j1n37(~j1n37@user/j1n37) j1n37
2025-04-21 12:52:45 +0200j1n37-(~j1n37@user/j1n37) (Ping timeout: 260 seconds)
2025-04-21 12:52:45 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
2025-04-21 12:53:22 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 12:56:38 +0200srazkvt(~sarah@user/srazkvt) srazkvt
2025-04-21 12:57:31 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds)
2025-04-21 12:59:39 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 13:03:56 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-04-21 13:04:17 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 13:06:20 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 13:07:57 +0200madjestic(~madjestic@37.109.147.147) (Ping timeout: 244 seconds)
2025-04-21 13:08:39 +0200Buliarous(~gypsydang@46.232.210.139) (Remote host closed the connection)
2025-04-21 13:09:11 +0200Buliarous(~gypsydang@46.232.210.139) Buliarous
2025-04-21 13:11:49 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 13:15:04 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 13:17:02 +0200inca(~inca@71.30.233.213) (Ping timeout: 244 seconds)
2025-04-21 13:17:50 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-04-21 13:18:12 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de)
2025-04-21 13:20:25 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-04-21 13:21:24 +0200JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-04-21 13:22:17 +0200madjestic(~madjestic@37.109.147.147)
2025-04-21 13:23:22 +0200 <madjestic> ski: thanks!
2025-04-21 13:26:46 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds)
2025-04-21 13:30:18 +0200xff0x(~xff0x@ai066236.d.east.v6connect.net)
2025-04-21 13:30:53 +0200Ikosit(~Ikosit@user/ikosit) Ikosit
2025-04-21 13:32:08 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 13:33:54 +0200ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-04-21 13:36:32 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 13:41:35 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net)
2025-04-21 13:47:21 +0200acidjnk(~acidjnk@p200300d6e71c4f08445cea1ba17aeda3.dip0.t-ipconnect.de) acidjnk
2025-04-21 13:47:59 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 13:52:50 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-04-21 13:55:13 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds)
2025-04-21 13:56:02 +0200madjestic(~madjestic@37.109.147.147) (Ping timeout: 265 seconds)
2025-04-21 14:05:02 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 14:07:17 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Ping timeout: 248 seconds)
2025-04-21 14:07:35 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de)
2025-04-21 14:12:27 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-04-21 14:14:51 +0200zmt00(~zmt00@user/zmt00) zmt00
2025-04-21 14:16:42 +0200inca(~inca@71.30.233.213)
2025-04-21 14:23:45 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 14:28:12 +0200weary-traveler(~user@user/user363627) user363627
2025-04-21 14:29:04 +0200inca(~inca@71.30.233.213) (Ping timeout: 244 seconds)
2025-04-21 14:29:05 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 14:29:31 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer)
2025-04-21 14:29:43 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 14:31:19 +0200JuanDaughertyColinRobinson
2025-04-21 14:34:05 +0200inca(~inca@71.30.233.213)
2025-04-21 14:38:13 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2025-04-21 14:39:06 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de)
2025-04-21 14:39:44 +0200jespada(~jespada@r179-25-155-68.dialup.adsl.anteldata.net.uy) jespada
2025-04-21 14:39:55 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 14:44:39 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-04-21 14:49:24 +0200pavonia(~user@user/siracusa) siracusa
2025-04-21 14:50:18 +0200septimi(~sepi@87-92-72-195.bb.dnainternet.fi) (Quit: WeeChat 4.6.1)
2025-04-21 14:56:54 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 14:59:29 +0200ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-04-21 15:01:29 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-04-21 15:01:43 +0200ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 252 seconds)
2025-04-21 15:01:43 +0200ljdarj1ljdarj
2025-04-21 15:03:36 +0200bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2025-04-21 15:05:38 +0200madjestic(~madjestic@37.109.147.147)
2025-04-21 15:06:14 +0200euleritian(~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Ping timeout: 245 seconds)
2025-04-21 15:06:49 +0200euleritian(~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de)
2025-04-21 15:08:18 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 15:09:38 +0200septimi(9f60f4cb70@2a03:6000:1812:100::14dd)
2025-04-21 15:09:39 +0200son0p(~ff@2800:e6:4001:f995:7f79:d961:a77:e30d) (Ping timeout: 252 seconds)
2025-04-21 15:11:00 +0200sp1ff(~user@c-67-160-173-55.hsd1.wa.comcast.net) (Read error: Connection reset by peer)
2025-04-21 15:13:27 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 15:13:48 +0200AlexZenon(~alzenon@178.34.150.128) (Ping timeout: 244 seconds)
2025-04-21 15:14:04 +0200ColinRobinson(~juan@user/JuanDaugherty) (Quit: praxis.meansofproduction.biz (juan@acm.org))
2025-04-21 15:14:48 +0200AlexNoo(~AlexNoo@178.34.150.128) (Ping timeout: 252 seconds)
2025-04-21 15:18:00 +0200AlexZenon(~alzenon@94.233.240.73)
2025-04-21 15:21:54 +0200madjestic(~madjestic@37.109.147.147) (Ping timeout: 276 seconds)
2025-04-21 15:23:33 +0200septimi(9f60f4cb70@2a03:6000:1812:100::14dd) (Changing host)
2025-04-21 15:23:33 +0200septimi(9f60f4cb70@user/septimi) septimi
2025-04-21 15:24:38 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 15:24:45 +0200rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2025-04-21 15:25:17 +0200rvalue(~rvalue@user/rvalue) rvalue
2025-04-21 15:31:33 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 15:41:27 +0200euleritian(~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de) (Read error: Connection reset by peer)
2025-04-21 15:42:39 +0200jbalint(~jbalint@2600:6c44:117f:e98a:40bb:52ad:62b8:5122) (Ping timeout: 252 seconds)
2025-04-21 15:42:54 +0200inca(~inca@71.30.233.213) (Ping timeout: 245 seconds)
2025-04-21 15:44:33 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 15:45:49 +0200euleritian(~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de)
2025-04-21 15:45:57 +0200acidjnk(~acidjnk@p200300d6e71c4f08445cea1ba17aeda3.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2025-04-21 15:49:16 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-04-21 16:02:21 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 16:03:04 +0200inca(~inca@71.30.233.213)
2025-04-21 16:06:51 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 16:09:20 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 16:09:46 +0200amadaluzia_(~amadaluzi@user/amadaluzia) (Quit: Hi, this is Paul Allen. I'm being called away to London for a few days. Meredith, I'll call you when I get back. Hasta la vista, baby.)
2025-04-21 16:12:42 +0200inca(~inca@71.30.233.213) (Ping timeout: 244 seconds)
2025-04-21 16:13:12 +0200j1n37-(~j1n37@user/j1n37) j1n37
2025-04-21 16:14:09 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-04-21 16:14:33 +0200j1n37(~j1n37@user/j1n37) (Ping timeout: 276 seconds)
2025-04-21 16:18:35 +0200target_i(~target_i@user/target-i/x-6023099) target_i
2025-04-21 16:25:49 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 16:29:30 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net)
2025-04-21 16:29:54 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess
2025-04-21 16:30:20 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 16:35:12 +0200hidjgr(~hidjgr@user/hidjgr) (Quit: WeeChat 4.6.0)
2025-04-21 16:35:24 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 260 seconds)
2025-04-21 16:38:39 +0200euleritian(~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de) (Ping timeout: 272 seconds)
2025-04-21 16:41:07 +0200prdak(~Thunderbi@user/prdak) prdak
2025-04-21 16:41:19 +0200euleritian(~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de)
2025-04-21 16:43:38 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 16:45:37 +0200prdak(~Thunderbi@user/prdak) (Ping timeout: 272 seconds)
2025-04-21 16:48:46 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-04-21 16:59:30 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 17:03:45 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 17:10:16 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 17:12:54 +0200AlexNoo(~AlexNoo@94.233.240.73)
2025-04-21 17:14:41 +0200L29Ah(~L29Ah@wikipedia/L29Ah) ()
2025-04-21 17:16:26 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-04-21 17:17:36 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2025-04-21 17:17:56 +0200L29Ah(~L29Ah@wikipedia/L29Ah) ()
2025-04-21 17:19:01 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net)
2025-04-21 17:19:40 +0200L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-04-21 17:21:06 +0200madjestic(~madjestic@37.109.147.147)
2025-04-21 17:23:37 +0200Googulator92(~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) (Quit: Client closed)
2025-04-21 17:24:02 +0200Googulator92(~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu)
2025-04-21 17:24:36 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds)
2025-04-21 17:24:59 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net)
2025-04-21 17:25:25 +0200machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-04-21 17:28:28 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 17:29:22 +0200inca(~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds)
2025-04-21 17:29:59 +0200prdak(~Thunderbi@user/prdak) prdak
2025-04-21 17:30:46 +0200prdak1(~Thunderbi@user/prdak) prdak
2025-04-21 17:31:34 +0200amadaluzia(~amadaluzi@user/amadaluzia) (Ping timeout: 252 seconds)
2025-04-21 17:31:53 +0200amadaluzia(~amadaluzi@user/amadaluzia) amadaluzia
2025-04-21 17:33:09 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 17:34:30 +0200prdak(~Thunderbi@user/prdak) (Ping timeout: 252 seconds)
2025-04-21 17:34:30 +0200prdak1prdak
2025-04-21 17:39:45 +0200amadaluzia(~amadaluzi@user/amadaluzia) (Remote host closed the connection)
2025-04-21 17:45:53 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 17:48:24 +0200EvanR(~EvanR@user/evanr) (Remote host closed the connection)
2025-04-21 17:48:44 +0200EvanR(~EvanR@user/evanr) EvanR
2025-04-21 17:50:34 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 17:58:37 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2025-04-21 18:01:09 +0200tremon(~tremon@83.80.159.219) tremon
2025-04-21 18:02:40 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 18:04:12 +0200__jmcantrell__(~weechat@user/jmcantrell) jmcantrell
2025-04-21 18:07:22 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-04-21 18:11:17 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 18:15:32 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-04-21 18:16:17 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-04-21 18:21:26 +0200prdak(~Thunderbi@user/prdak) (Ping timeout: 252 seconds)
2025-04-21 18:24:58 +0200euleritian(~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Ping timeout: 244 seconds)
2025-04-21 18:26:03 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 18:27:49 +0200tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net)
2025-04-21 18:28:24 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 18:31:49 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2025-04-21 18:32:53 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-04-21 18:34:31 +0200euleritian(~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de)
2025-04-21 18:36:14 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 245 seconds)
2025-04-21 18:38:19 +0200__jmcantrell__(~weechat@user/jmcantrell) (Ping timeout: 245 seconds)
2025-04-21 18:46:06 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-04-21 18:46:34 +0200euleritian(~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Ping timeout: 272 seconds)
2025-04-21 18:47:43 +0200euleritian(~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de)
2025-04-21 18:53:05 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-04-21 18:56:12 +0200euleritian(~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Read error: Connection reset by peer)
2025-04-21 18:56:24 +0200euleritian(~euleritia@p5b00a7f4.dip0.t-ipconnect.de)
2025-04-21 19:04:18 +0200merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn