2025-04-21 00:00:46 +0200 | merijn | (~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 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) |
2025-04-21 00:12:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 00:16:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 00:18:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 00:19:40 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 260 seconds) |
2025-04-21 00:21:04 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 00:23:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 00:26:29 +0200 | xff0x | (~xff0x@2405:6580:b080:900:ca3b:798b:8bc0:807d) (Ping timeout: 248 seconds) |
2025-04-21 00:27:29 +0200 | xff0x | (~xff0x@2405:6580:b080:900:5015:f99f:d5b4:74f7) |
2025-04-21 00:28:37 +0200 | olivial | (~benjaminl@user/benjaminl) (Ping timeout: 248 seconds) |
2025-04-21 00:29:14 +0200 | olivial | (~benjaminl@user/benjaminl) benjaminl |
2025-04-21 00:34:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 00:39:21 +0200 | acidjnk | (~acidjnk@p200300d6e71c4f4138062549a387e2a7.dip0.t-ipconnect.de) acidjnk |
2025-04-21 00:39:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-21 00:39:45 +0200 | mceresa | (~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 +0200 | gmg | (~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 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-04-21 00:45:52 +0200 | KicksonButt | (~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 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-04-21 00:47:54 +0200 | euleritian | (~euleritia@dynamic-176-006-141-238.176.6.pool.telefonica.de) |
2025-04-21 00:48:13 +0200 | j1n37 | (~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 +0200 | merijn | (~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 +0200 | j1n37 | (~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 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 00:55:22 +0200 | merijn | (~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 +0200 | merijn | (~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 +0200 | JuanDaugherty | (~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 +0200 | xff0x | (~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 +0200 | merijn | (~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 +0200 | xff0x | (~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 +0200 | mceresa | (~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 +0200 | merijn | (~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 +0200 | mceresa | (~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 +0200 | EvanR | (~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 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 01:33:38 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 265 seconds) |
2025-04-21 01:35:05 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds) |
2025-04-21 01:37:09 +0200 | sprotte24_ | (~sprotte24@p200300d16f1d2600548a4c6cd24df652.dip0.t-ipconnect.de) (Quit: Leaving) |
2025-04-21 01:37:48 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 01:38:36 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-21 01:42:34 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.) |
2025-04-21 01:42:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 01:43:39 +0200 | j1n37 | (~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 +0200 | talismanick | (~user@2601:644:937c:ed10::ae5) talismanick |
2025-04-21 01:47:44 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 01:49:26 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 01:53:39 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-04-21 01:55:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 01:56:49 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 01:59:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 02:01:12 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-04-21 02:05:00 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 02:07:36 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds) |
2025-04-21 02:13:10 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 02:13:11 +0200 | tremon | (~tremon@83.80.159.219) (Quit: getting boxed in) |
2025-04-21 02:18:06 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 02:20:30 +0200 | euleritian | (~euleritia@dynamic-176-006-141-238.176.6.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 02:20:42 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 02:30:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 02:35:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 02:38:35 +0200 | JuanDaugherty | (~juan@user/JuanDaugherty) (Quit: praxis.meansofproduction.biz (juan@acm.org)) |
2025-04-21 02:46:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 02:46:14 +0200 | EvanR | (~EvanR@user/evanr) EvanR |
2025-04-21 02:47:54 +0200 | otto_s | (~user@p4ff27d26.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-04-21 02:49:40 +0200 | otto_s | (~user@p5de2ffcb.dip0.t-ipconnect.de) |
2025-04-21 02:50:19 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 02:54:02 +0200 | acidjnk | (~acidjnk@p200300d6e71c4f4138062549a387e2a7.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-04-21 02:57:42 +0200 | xff0x | (~xff0x@2405:6580:b080:900:38fd:c123:25a:a4e9) (Quit: xff0x) |
2025-04-21 03:00:27 +0200 | pera | (~pera@user/pera) (Quit: leaving) |
2025-04-21 03:02:37 +0200 | xff0x | (~xff0x@2405:6580:b080:900:a8f6:15fc:e58:fdd9) |
2025-04-21 03:03:42 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 03:07:01 +0200 | xff0x | (~xff0x@2405:6580:b080:900:a8f6:15fc:e58:fdd9) (Ping timeout: 248 seconds) |
2025-04-21 03:10:47 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 03:17:28 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 03:20:41 +0200 | ethantwardy | (~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 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 276 seconds) |
2025-04-21 03:22:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 03:23:43 +0200 | j1n37 | (~j1n37@user/j1n37) (Read error: Connection reset by peer) |
2025-04-21 03:26:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 03:28:10 +0200 | ethantwardy | (~user@user/ethantwardy) (Ping timeout: 252 seconds) |
2025-04-21 03:29:59 +0200 | ethantwardy | (~user@user/ethantwardy) ethantwardy |
2025-04-21 03:29:59 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 03:38:37 +0200 | merijn | (~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 +0200 | Buliarous | (~gypsydang@46.232.210.139) (Remote host closed the connection) |
2025-04-21 03:41:29 +0200 | Buliarous | (~gypsydang@46.232.210.139) Buliarous |
2025-04-21 03:43:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 03:56:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 04:00:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 04:02:28 +0200 | hiredman | (~hiredman@frontier1.downey.family) hiredman |
2025-04-21 04:12:11 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 04:12:39 +0200 | Sciencentistguy8 | (~sciencent@hacksoc/ordinary-member) sciencentistguy |
2025-04-21 04:12:49 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-04-21 04:13:48 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 252 seconds) |
2025-04-21 04:15:06 +0200 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) (Ping timeout: 272 seconds) |
2025-04-21 04:15:07 +0200 | Sciencentistguy8 | Sciencentistguy |
2025-04-21 04:15:23 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) |
2025-04-21 04:16:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 04:17:24 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-21 04:28:10 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 04:32:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 04:46:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 04:53:30 +0200 | merijn | (~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 +0200 | takuan | (~takuan@d8D86B601.access.telenet.be) |
2025-04-21 05:01:28 +0200 | hgolden | (~hgolden@2603:8000:9d00:3ed1:88e0:76ff:fe9c:b21e) (Remote host closed the connection) |
2025-04-21 05:01:59 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 05:06:25 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 244 seconds) |
2025-04-21 05:07:34 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 05:08:18 +0200 | hgolden | (~hgolden@2603:8000:9d00:3ed1:88e0:76ff:fe9c:b21e) hgolden |
2025-04-21 05:20:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 05:20:19 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) |
2025-04-21 05:20:38 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-04-21 05:22:31 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-04-21 05:23:42 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-04-21 05:24:31 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) (Remote host closed the connection) |
2025-04-21 05:24:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 05:25:09 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 248 seconds) |
2025-04-21 05:25:49 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-04-21 05:28:15 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection) |
2025-04-21 05:30:19 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 276 seconds) |
2025-04-21 05:31:32 +0200 | aforemny | (~aforemny@2001:9e8:6ce3:aa00:a40a:58f0:a79e:fd07) aforemny |
2025-04-21 05:32:35 +0200 | aforemny_ | (~aforemny@2001:9e8:6cc5:7e00:c2ee:f0f2:a86a:9c12) (Ping timeout: 268 seconds) |
2025-04-21 05:38:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 05:42:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 05:54:48 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 05:55:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 05:59:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 06:00:31 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 252 seconds) |
2025-04-21 06:01:23 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 06:04:55 +0200 | pavonia | (~user@user/siracusa) (Quit: Bye!) |
2025-04-21 06:06:35 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 06:12:12 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 06:16:52 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 265 seconds) |
2025-04-21 06:18:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 06:24:59 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-21 06:29:01 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 06:38:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 06:43:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 06:55:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 06:59:48 +0200 | merijn | (~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 +0200 | dinxx84 | (~dinxx@197.210.227.33) |
2025-04-21 07:05:02 +0200 | mrmr | (~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 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 07:11:30 +0200 | mceresa | (~mceresa@user/mceresa) mceresa |
2025-04-21 07:15:00 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-21 07:15:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 07:20:10 +0200 | mceresa | (~mceresa@user/mceresa) (Ping timeout: 276 seconds) |
2025-04-21 07:22:46 +0200 | mrmr | (~mrmr@user/mrmr) mrmr |
2025-04-21 07:24:33 +0200 | floyza | (~gavin@h69-11-148-150.kndrid.broadband.dynamic.tds.net) gdown |
2025-04-21 07:25:19 +0200 | mceresa | (~mceresa@user/mceresa) mceresa |
2025-04-21 07:27:23 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 07:30:10 +0200 | mceresa | (~mceresa@user/mceresa) (Ping timeout: 272 seconds) |
2025-04-21 07:32:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 07:32:30 +0200 | dinxx84 | (~dinxx@197.210.227.33) (Ping timeout: 240 seconds) |
2025-04-21 07:33:09 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 244 seconds) |
2025-04-21 07:42:38 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) |
2025-04-21 07:44:46 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 07:49:17 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds) |
2025-04-21 07:49:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 07:51:36 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-04-21 08:00:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 08:01:42 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 08:07:37 +0200 | Googulator92 | (~Googulato@94-21-172-228.pool.digikabel.hu) (Quit: Client closed) |
2025-04-21 08:07:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 08:08:09 +0200 | Googulator92 | (~Googulato@94-21-172-228.pool.digikabel.hu) |
2025-04-21 08:08:17 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 244 seconds) |
2025-04-21 08:18:28 +0200 | puke | (~puke@user/puke) (Quit: puke) |
2025-04-21 08:18:56 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 08:20:33 +0200 | floyza | (~gavin@h69-11-148-150.kndrid.broadband.dynamic.tds.net) (Remote host closed the connection) |
2025-04-21 08:21:01 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 08:22:01 +0200 | Googulator92 | (~Googulato@94-21-172-228.pool.digikabel.hu) (Quit: Client closed) |
2025-04-21 08:22:15 +0200 | Googulator92 | (~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) |
2025-04-21 08:23:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 08:30:10 +0200 | tromp | (~textual@2001:1c00:3487:1b00:700b:fe2:71b0:9324) |
2025-04-21 08:34:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 08:39:31 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 08:42:18 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-04-21 08:44:09 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-04-21 08:44:33 +0200 | werneta | (~werneta@syn-071-083-160-242.res.spectrum.com) (Ping timeout: 248 seconds) |
2025-04-21 08:45:29 +0200 | poscat | (~poscat@user/poscat) (Remote host closed the connection) |
2025-04-21 08:48:42 +0200 | poscat | (~poscat@user/poscat) poscat |
2025-04-21 08:51:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 08:55:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 08:58:04 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-04-21 09:00:01 +0200 | caconym | (~caconym@user/caconym) (Quit: bye) |
2025-04-21 09:00:02 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) |
2025-04-21 09:01:45 +0200 | caconym | (~caconym@user/caconym) caconym |
2025-04-21 09:02:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 09:03:35 +0200 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
2025-04-21 09:06:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 09:19:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 09:20:43 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 252 seconds) |
2025-04-21 09:21:22 +0200 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
2025-04-21 09:23:32 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 09:26:41 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-04-21 09:27:46 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 09:28:34 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 09:28:46 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 09:28:52 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 276 seconds) |
2025-04-21 09:32:06 +0200 | mceresa | (~mceresa@user/mceresa) mceresa |
2025-04-21 09:33:19 +0200 | rvalue | (~rvalue@user/rvalue) (Ping timeout: 245 seconds) |
2025-04-21 09:34:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 09:34:55 +0200 | rvalue | (~rvalue@user/rvalue) rvalue |
2025-04-21 09:36:40 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz) |
2025-04-21 09:39:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 09:50:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 09:50:36 +0200 | Googulator92 | (~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) (Quit: Client closed) |
2025-04-21 09:50:58 +0200 | Googulator92 | (~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) |
2025-04-21 09:52:08 +0200 | Ikosit | (~Ikosit@user/ikosit) (Quit: The Lounge - https://thelounge.chat) |
2025-04-21 09:57:03 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-21 09:57:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 10:03:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 10:08:10 +0200 | septimi | (~sepi@87-92-72-195.bb.dnainternet.fi) |
2025-04-21 10:08:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 10:15:17 +0200 | merijn | (~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 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 10:27:55 +0200 | Tuplanolla | (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) Tuplanolla |
2025-04-21 10:31:30 +0200 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
2025-04-21 10:31:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 10:36:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 10:50:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 10:54:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 10:57:23 +0200 | tromp | (~textual@2001:1c00:3487:1b00:700b:fe2:71b0:9324) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-04-21 11:01:16 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) amadaluzia |
2025-04-21 11:02:11 +0200 | sprotte24 | (~sprotte24@p200300d16f24580070b20176ff3a786c.dip0.t-ipconnect.de) |
2025-04-21 11:02:57 +0200 | acidjnk | (~acidjnk@p200300d6e71c4f087dcc14080b492174.dip0.t-ipconnect.de) acidjnk |
2025-04-21 11:04:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 11:07:13 +0200 | econo_ | (uid147250@id-147250.tinside.irccloud.com) (Quit: Connection closed for inactivity) |
2025-04-21 11:09:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 11:13:44 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 272 seconds) |
2025-04-21 11:14:53 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) |
2025-04-21 11:15:36 +0200 | madjestic | (~madjestic@37.109.147.147) madjestic |
2025-04-21 11:18:12 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) CiaoSen |
2025-04-21 11:20:33 +0200 | merijn | (~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 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 11:29:47 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds) |
2025-04-21 11:29:53 +0200 | Ikosit | (~Ikosit@user/ikosit) Ikosit |
2025-04-21 11:30:05 +0200 | mceresa | (~mceresa@user/mceresa) (Remote host closed the connection) |
2025-04-21 11:31:10 +0200 | Square3 | (~Square@user/square) Square |
2025-04-21 11:35:55 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-21 11:38:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 11:39:01 +0200 | CiaoSen | (~Jura@2a02:8071:64e1:da0:5a47:caff:fe78:33db) (Quit: CiaoSen) |
2025-04-21 11:39:05 +0200 | manwithluck | (~manwithlu@2a09:bac1:5b80:20::49:196) (Ping timeout: 272 seconds) |
2025-04-21 11:40:04 +0200 | manwithluck | (~manwithlu@2a09:bac5:5081:2dc::49:f6) manwithluck |
2025-04-21 11:41:53 +0200 | kmein | (~weechat@user/kmein) (Quit: ciao kakao) |
2025-04-21 11:44:00 +0200 | kmein | (~weechat@user/kmein) kmein |
2025-04-21 11:45:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 11:49:31 +0200 | puke | (~puke@user/puke) puke |
2025-04-21 11:49:46 +0200 | amadaluzia_ | (~amadaluzi@user/amadaluzia) amadaluzia |
2025-04-21 11:50:59 +0200 | prdak | (~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 +0200 | acidjnk | (~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 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 252 seconds) |
2025-04-21 11:58:05 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer) |
2025-04-21 11:58:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 11:59:45 +0200 | Ikosit | (~Ikosit@user/ikosit) (Ping timeout: 276 seconds) |
2025-04-21 12:01:53 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Ping timeout: 248 seconds) |
2025-04-21 12:02:57 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 12:03:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 12:05:20 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 12:05:30 +0200 | hellwolf | (~user@403b-ac98-abe0-43b9-0f00-4d40-07d0-2001.sta.estpak.ee) (Ping timeout: 260 seconds) |
2025-04-21 12:10:43 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 12:10:52 +0200 | hellwolf | (~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 +0200 | zmt01 | (~zmt00@user/zmt00) (Ping timeout: 248 seconds) |
2025-04-21 12:19:38 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-04-21 12:20:14 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 272 seconds) |
2025-04-21 12:21:52 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 12:26:07 +0200 | Vajb | (~Vajb@n83sqe30rcw6481fyv6-1.v6.elisa-mobile.fi) (Ping timeout: 252 seconds) |
2025-04-21 12:26:14 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-21 12:26:19 +0200 | Vajb | (~Vajb@n83sqe30rcw6481fyv6-1.v6.elisa-mobile.fi) |
2025-04-21 12:32:10 +0200 | xff0x | (~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 276 seconds) |
2025-04-21 12:39:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 12:45:10 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Read error: Connection reset by peer) |
2025-04-21 12:45:28 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) |
2025-04-21 12:45:51 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 12:46:07 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 12:46:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 12:47:51 +0200 | dhil | (~dhil@5.151.29.139) dhil |
2025-04-21 12:47:51 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Read error: Connection reset by peer) |
2025-04-21 12:48:17 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) |
2025-04-21 12:48:39 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 12:48:51 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 12:51:55 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 12:52:45 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 260 seconds) |
2025-04-21 12:52:45 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Read error: Connection reset by peer) |
2025-04-21 12:53:22 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 12:56:38 +0200 | srazkvt | (~sarah@user/srazkvt) srazkvt |
2025-04-21 12:57:31 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds) |
2025-04-21 12:59:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 13:03:56 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-21 13:04:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 13:06:20 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 13:07:57 +0200 | madjestic | (~madjestic@37.109.147.147) (Ping timeout: 244 seconds) |
2025-04-21 13:08:39 +0200 | Buliarous | (~gypsydang@46.232.210.139) (Remote host closed the connection) |
2025-04-21 13:09:11 +0200 | Buliarous | (~gypsydang@46.232.210.139) Buliarous |
2025-04-21 13:11:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 13:15:04 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 13:17:02 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 244 seconds) |
2025-04-21 13:17:50 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-04-21 13:18:12 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) |
2025-04-21 13:20:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 13:21:24 +0200 | JuanDaugherty | (~juan@user/JuanDaugherty) JuanDaugherty |
2025-04-21 13:22:17 +0200 | madjestic | (~madjestic@37.109.147.147) |
2025-04-21 13:23:22 +0200 | <madjestic> | ski: thanks! |
2025-04-21 13:26:46 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds) |
2025-04-21 13:30:18 +0200 | xff0x | (~xff0x@ai066236.d.east.v6connect.net) |
2025-04-21 13:30:53 +0200 | Ikosit | (~Ikosit@user/ikosit) Ikosit |
2025-04-21 13:32:08 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 13:33:54 +0200 | ljdarj | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-21 13:36:32 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 13:41:35 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) |
2025-04-21 13:47:21 +0200 | acidjnk | (~acidjnk@p200300d6e71c4f08445cea1ba17aeda3.dip0.t-ipconnect.de) acidjnk |
2025-04-21 13:47:59 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 13:52:50 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 13:55:13 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds) |
2025-04-21 13:56:02 +0200 | madjestic | (~madjestic@37.109.147.147) (Ping timeout: 265 seconds) |
2025-04-21 14:05:02 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 14:07:17 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Ping timeout: 248 seconds) |
2025-04-21 14:07:35 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) |
2025-04-21 14:12:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-21 14:14:51 +0200 | zmt00 | (~zmt00@user/zmt00) zmt00 |
2025-04-21 14:16:42 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 14:23:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 14:28:12 +0200 | weary-traveler | (~user@user/user363627) user363627 |
2025-04-21 14:29:04 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 244 seconds) |
2025-04-21 14:29:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 14:29:31 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 14:29:43 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 14:31:19 +0200 | JuanDaugherty | ColinRobinson |
2025-04-21 14:34:05 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 14:38:13 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-04-21 14:39:06 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) |
2025-04-21 14:39:44 +0200 | jespada | (~jespada@r179-25-155-68.dialup.adsl.anteldata.net.uy) jespada |
2025-04-21 14:39:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 14:44:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 14:49:24 +0200 | pavonia | (~user@user/siracusa) siracusa |
2025-04-21 14:50:18 +0200 | septimi | (~sepi@87-92-72-195.bb.dnainternet.fi) (Quit: WeeChat 4.6.1) |
2025-04-21 14:56:54 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 14:59:29 +0200 | ljdarj1 | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-21 15:01:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 15:01:43 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 252 seconds) |
2025-04-21 15:01:43 +0200 | ljdarj1 | ljdarj |
2025-04-21 15:03:36 +0200 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
2025-04-21 15:05:38 +0200 | madjestic | (~madjestic@37.109.147.147) |
2025-04-21 15:06:14 +0200 | euleritian | (~euleritia@dynamic-176-006-137-041.176.6.pool.telefonica.de) (Ping timeout: 245 seconds) |
2025-04-21 15:06:49 +0200 | euleritian | (~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de) |
2025-04-21 15:08:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 15:09:38 +0200 | septimi | (9f60f4cb70@2a03:6000:1812:100::14dd) |
2025-04-21 15:09:39 +0200 | son0p | (~ff@2800:e6:4001:f995:7f79:d961:a77:e30d) (Ping timeout: 252 seconds) |
2025-04-21 15:11:00 +0200 | sp1ff | (~user@c-67-160-173-55.hsd1.wa.comcast.net) (Read error: Connection reset by peer) |
2025-04-21 15:13:27 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 15:13:48 +0200 | AlexZenon | (~alzenon@178.34.150.128) (Ping timeout: 244 seconds) |
2025-04-21 15:14:04 +0200 | ColinRobinson | (~juan@user/JuanDaugherty) (Quit: praxis.meansofproduction.biz (juan@acm.org)) |
2025-04-21 15:14:48 +0200 | AlexNoo | (~AlexNoo@178.34.150.128) (Ping timeout: 252 seconds) |
2025-04-21 15:18:00 +0200 | AlexZenon | (~alzenon@94.233.240.73) |
2025-04-21 15:21:54 +0200 | madjestic | (~madjestic@37.109.147.147) (Ping timeout: 276 seconds) |
2025-04-21 15:23:33 +0200 | septimi | (9f60f4cb70@2a03:6000:1812:100::14dd) (Changing host) |
2025-04-21 15:23:33 +0200 | septimi | (9f60f4cb70@user/septimi) septimi |
2025-04-21 15:24:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 15:24:45 +0200 | rvalue | (~rvalue@user/rvalue) (Read error: Connection reset by peer) |
2025-04-21 15:25:17 +0200 | rvalue | (~rvalue@user/rvalue) rvalue |
2025-04-21 15:31:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 15:41:27 +0200 | euleritian | (~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 15:42:39 +0200 | jbalint | (~jbalint@2600:6c44:117f:e98a:40bb:52ad:62b8:5122) (Ping timeout: 252 seconds) |
2025-04-21 15:42:54 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 245 seconds) |
2025-04-21 15:44:33 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 15:45:49 +0200 | euleritian | (~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de) |
2025-04-21 15:45:57 +0200 | acidjnk | (~acidjnk@p200300d6e71c4f08445cea1ba17aeda3.dip0.t-ipconnect.de) (Ping timeout: 252 seconds) |
2025-04-21 15:49:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds) |
2025-04-21 16:02:21 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 16:03:04 +0200 | inca | (~inca@71.30.233.213) |
2025-04-21 16:06:51 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 16:09:20 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 16:09:46 +0200 | amadaluzia_ | (~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 +0200 | inca | (~inca@71.30.233.213) (Ping timeout: 244 seconds) |
2025-04-21 16:13:12 +0200 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-04-21 16:14:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-21 16:14:33 +0200 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 276 seconds) |
2025-04-21 16:18:35 +0200 | target_i | (~target_i@user/target-i/x-6023099) target_i |
2025-04-21 16:25:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 16:29:30 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) |
2025-04-21 16:29:54 +0200 | Unicorn_Princess | (~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess |
2025-04-21 16:30:20 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 16:35:12 +0200 | hidjgr | (~hidjgr@user/hidjgr) (Quit: WeeChat 4.6.0) |
2025-04-21 16:35:24 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 260 seconds) |
2025-04-21 16:38:39 +0200 | euleritian | (~euleritia@dynamic-176-000-197-067.176.0.pool.telefonica.de) (Ping timeout: 272 seconds) |
2025-04-21 16:41:07 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 16:41:19 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) |
2025-04-21 16:43:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 16:45:37 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 272 seconds) |
2025-04-21 16:48:46 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 16:59:30 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 17:03:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 17:10:16 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 17:12:54 +0200 | AlexNoo | (~AlexNoo@94.233.240.73) |
2025-04-21 17:14:41 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2025-04-21 17:16:26 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
2025-04-21 17:17:36 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 17:17:56 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) () |
2025-04-21 17:19:01 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) |
2025-04-21 17:19:40 +0200 | L29Ah | (~L29Ah@wikipedia/L29Ah) L29Ah |
2025-04-21 17:21:06 +0200 | madjestic | (~madjestic@37.109.147.147) |
2025-04-21 17:23:37 +0200 | Googulator92 | (~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) (Quit: Client closed) |
2025-04-21 17:24:02 +0200 | Googulator92 | (~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) |
2025-04-21 17:24:36 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds) |
2025-04-21 17:24:59 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) |
2025-04-21 17:25:25 +0200 | machinedgod | (~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod |
2025-04-21 17:28:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 17:29:22 +0200 | inca | (~inca@h213.233.30.71.dynamic.ip.windstream.net) (Ping timeout: 252 seconds) |
2025-04-21 17:29:59 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 17:30:46 +0200 | prdak1 | (~Thunderbi@user/prdak) prdak |
2025-04-21 17:31:34 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) (Ping timeout: 252 seconds) |
2025-04-21 17:31:53 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) amadaluzia |
2025-04-21 17:33:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 17:34:30 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 252 seconds) |
2025-04-21 17:34:30 +0200 | prdak1 | prdak |
2025-04-21 17:39:45 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) (Remote host closed the connection) |
2025-04-21 17:45:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 17:48:24 +0200 | EvanR | (~EvanR@user/evanr) (Remote host closed the connection) |
2025-04-21 17:48:44 +0200 | EvanR | (~EvanR@user/evanr) EvanR |
2025-04-21 17:50:34 +0200 | merijn | (~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 +0200 | tremon | (~tremon@83.80.159.219) tremon |
2025-04-21 18:02:40 +0200 | merijn | (~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 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 18:11:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 18:15:32 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich |
2025-04-21 18:16:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 18:21:26 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 252 seconds) |
2025-04-21 18:24:58 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Ping timeout: 244 seconds) |
2025-04-21 18:26:03 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 18:27:49 +0200 | tzh | (~tzh@c-76-115-131-146.hsd1.or.comcast.net) |
2025-04-21 18:28:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 18:31:49 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
2025-04-21 18:32:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 18:34:31 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) |
2025-04-21 18:36:14 +0200 | peterbecich | (~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 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 18:46:34 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Ping timeout: 272 seconds) |
2025-04-21 18:47:43 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) |
2025-04-21 18:53:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 18:56:12 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 18:56:24 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 19:04:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 19:05:19 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-04-21 19:05:47 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) |
2025-04-21 19:08:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 19:09:11 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) amadaluzia |
2025-04-21 19:12:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 19:16:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-04-21 19:18:34 +0200 | sixfourtwelve | glassofethanol |
2025-04-21 19:19:23 +0200 | acidjnk | (~acidjnk@p200300d6e71c4f08445cea1ba17aeda3.dip0.t-ipconnect.de) acidjnk |
2025-04-21 19:20:27 +0200 | glassofethanol | sixfourtwelve |
2025-04-21 19:21:09 +0200 | sixfourtwelve | (~ethanmorg@82.18.82.103) (Quit: leaving) |
2025-04-21 19:21:27 +0200 | sixfourtwelve | (~ethanmorg@82.18.82.103) sixfourtwelve |
2025-04-21 19:21:38 +0200 | <haskellbridge> | <Liamzee> just wanted to say that i spent 24 hours using postgresql simple and now I understand why people care so much about type safety because of the untyped nature of generated sql queries |
2025-04-21 19:23:41 +0200 | <EvanR> | which is kind of silly because postgres has a type system |
2025-04-21 19:27:06 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Read error: Connection reset by peer) |
2025-04-21 19:27:19 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) |
2025-04-21 19:29:41 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 19:30:24 +0200 | <Rembane> | @Liamzee How did the types or lack thereof in sql bite you? |
2025-04-21 19:30:24 +0200 | <lambdabot> | Unknown command, try @list |
2025-04-21 19:30:30 +0200 | <Rembane> | Oh well |
2025-04-21 19:31:24 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-04-21 19:32:31 +0200 | <EvanR> | also whether type safety in general is important, people somehow access SQL in untyped languages all day |
2025-04-21 19:34:05 +0200 | euleritian | (~euleritia@p5b00a7f4.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
2025-04-21 19:34:14 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) |
2025-04-21 19:34:29 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 19:34:33 +0200 | inca | (~inca@dynamic-acs-24-154-101-99.zoominternet.net) |
2025-04-21 19:35:53 +0200 | <Rembane> | YMMV? |
2025-04-21 19:47:01 +0200 | madjestic | (~madjestic@37.109.147.147) (Ping timeout: 248 seconds) |
2025-04-21 19:47:32 +0200 | __jmcantrell__ | (~weechat@user/jmcantrell) jmcantrell |
2025-04-21 19:47:35 +0200 | madjestic | (~madjestic@37.109.147.147) |
2025-04-21 19:47:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 19:52:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 19:54:41 +0200 | jacopovalanzano | (~jacopoval@cpc151911-cove17-2-0-cust105.3-1.cable.virginm.net) |
2025-04-21 19:55:08 +0200 | Guest49 | (~Guest49@astrolabe.plus.com) |
2025-04-21 20:03:38 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 20:08:28 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 20:09:53 +0200 | JuanDaugherty | (~juan@user/JuanDaugherty) JuanDaugherty |
2025-04-21 20:10:22 +0200 | dhil | (~dhil@5.151.29.139) (Ping timeout: 244 seconds) |
2025-04-21 20:11:27 +0200 | floyza | (~gavin@h69-11-148-150.kndrid.broadband.dynamic.tds.net) gdown |
2025-04-21 20:13:22 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 20:16:31 +0200 | JuanDaugherty | (~juan@user/JuanDaugherty) (Quit: praxis.meansofproduction.biz (juan@acm.org)) |
2025-04-21 20:18:20 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Quit: Leaving) |
2025-04-21 20:18:57 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 20:19:13 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 20:20:28 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) wootehfoot |
2025-04-21 20:22:35 +0200 | gmg | (~user@user/gehmehgeh) gehmehgeh |
2025-04-21 20:23:29 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 260 seconds) |
2025-04-21 20:29:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 20:31:22 +0200 | prasad | (~Thunderbi@c-73-246-138-70.hsd1.in.comcast.net) |
2025-04-21 20:34:15 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 20:36:12 +0200 | mceresa | (~mceresa@user/mceresa) mceresa |
2025-04-21 20:37:29 +0200 | <hellwolf> | https://www.twitch.tv/typetheoryforall <-- some live content coming |
2025-04-21 20:40:24 +0200 | inca | (~inca@dynamic-acs-24-154-101-99.zoominternet.net) (Ping timeout: 252 seconds) |
2025-04-21 20:42:44 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 20:45:13 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 20:47:21 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 265 seconds) |
2025-04-21 20:51:39 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 20:52:05 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 20:56:10 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 252 seconds) |
2025-04-21 21:00:06 +0200 | caconym | (~caconym@user/caconym) (Quit: bye) |
2025-04-21 21:00:45 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 21:00:47 +0200 | caconym | (~caconym@user/caconym) caconym |
2025-04-21 21:03:14 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 21:04:58 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 252 seconds) |
2025-04-21 21:08:00 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds) |
2025-04-21 21:14:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 21:19:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 21:20:13 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 21:21:12 +0200 | anselmschueler | (~quassel@user/schuelermine) schuelermine |
2025-04-21 21:23:11 +0200 | EvanR | (~EvanR@user/evanr) (Quit: Leaving) |
2025-04-21 21:24:24 +0200 | EvanR | (~EvanR@user/evanr) EvanR |
2025-04-21 21:27:43 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-04-21 21:28:47 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 252 seconds) |
2025-04-21 21:30:26 +0200 | takuan | (~takuan@d8D86B601.access.telenet.be) (Remote host closed the connection) |
2025-04-21 21:31:59 +0200 | wootehfoot | (~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer) |
2025-04-21 21:33:15 +0200 | schuelermine | (~quassel@user/schuelermine) schuelermine |
2025-04-21 21:33:15 +0200 | anselmschueler | (~quassel@user/schuelermine) (Ping timeout: 244 seconds) |
2025-04-21 21:34:08 +0200 | connrs | (~connrs@user/connrs) (Remote host closed the connection) |
2025-04-21 21:34:16 +0200 | connrs | (~connrs@user/connrs) connrs |
2025-04-21 21:43:13 +0200 | madjestic | (~madjestic@37.109.147.147) (Ping timeout: 248 seconds) |
2025-04-21 21:46:12 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 21:47:30 +0200 | tromp | (~textual@2001:1c00:3487:1b00:81b9:54c7:add1:2ebe) |
2025-04-21 21:50:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
2025-04-21 21:54:25 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 276 seconds) |
2025-04-21 21:56:42 +0200 | Betinho | (~Betinho@190.180.172.0) |
2025-04-21 21:57:29 +0200 | Betinho | (~Betinho@190.180.172.0) (Quit: ..) |
2025-04-21 22:02:53 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 22:03:11 +0200 | schuelermine | (~quassel@user/schuelermine) (Remote host closed the connection) |
2025-04-21 22:04:33 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) (Read error: Connection reset by peer) |
2025-04-21 22:04:41 +0200 | euleritian | (~euleritia@dynamic-176-000-200-060.176.0.pool.telefonica.de) (Ping timeout: 265 seconds) |
2025-04-21 22:04:57 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) amadaluzia |
2025-04-21 22:07:58 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 22:14:04 +0200 | notdabs | (~Owner@2600:1700:69cf:9000:887e:630e:324f:f9fb) |
2025-04-21 22:14:47 +0200 | euleritian | (~euleritia@dynamic-176-000-001-244.176.0.pool.telefonica.de) |
2025-04-21 22:15:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 22:17:28 +0200 | amadaluzia | (~amadaluzi@user/amadaluzia) (Ping timeout: 272 seconds) |
2025-04-21 22:20:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-04-21 22:22:51 +0200 | prdak | (~Thunderbi@user/prdak) prdak |
2025-04-21 22:28:46 +0200 | Miroboru | (~myrvoll@178-164-114.82.3p.ntebredband.no) (Quit: Lost terminal) |
2025-04-21 22:31:01 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 22:32:06 +0200 | ChanServ | +o litharge |
2025-04-21 22:32:06 +0200 | litharge | -bo *!*@2600:1700:69cf:9000:7ccb:83a5:ed49:91cf litharge |
2025-04-21 22:34:43 +0200 | <jacopovalanzano> | xD |
2025-04-21 22:35:08 +0200 | <jacopovalanzano> | o/ |
2025-04-21 22:38:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
2025-04-21 22:42:25 +0200 | srazkvt | (~sarah@user/srazkvt) (Quit: Konversation terminated!) |
2025-04-21 22:45:49 +0200 | __jmcantrell__ | (~weechat@user/jmcantrell) (Ping timeout: 260 seconds) |
2025-04-21 22:46:31 +0200 | nadja | (~dequbed@banana-new.kilobyte22.de) (Quit: bye!) |
2025-04-21 22:49:43 +0200 | <Rembane> | \o |
2025-04-21 22:50:09 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 22:51:03 +0200 | Square3 | (~Square@user/square) (Ping timeout: 244 seconds) |
2025-04-21 22:52:39 +0200 | ljdarj1 | (~Thunderbi@user/ljdarj) ljdarj |
2025-04-21 22:54:40 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
2025-04-21 22:56:49 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 276 seconds) |
2025-04-21 22:56:49 +0200 | ljdarj1 | ljdarj |
2025-04-21 23:05:45 +0200 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
2025-04-21 23:05:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 23:05:54 +0200 | <haskellbridge> | <magic_rb> I hope its being recorded |
2025-04-21 23:07:47 +0200 | madjestic | (~madjestic@37.109.147.147) |
2025-04-21 23:10:25 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 23:12:51 +0200 | dolio | (~dolio@130.44.140.168) dolio |
2025-04-21 23:16:18 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 23:18:55 +0200 | Googulator92 | (~Googulato@2a01-036d-0106-2077-315b-d519-517f-afe7.pool6.digikabel.hu) (Quit: Client closed) |
2025-04-21 23:19:12 +0200 | <jacopovalanzano> | ...with all the Elon nazi jokes, you would think tesla cars had gas pedals.... |
2025-04-21 23:19:24 +0200 | Googulator92 | (~Googulato@94-21-172-228.pool.digikabel.hu) |
2025-04-21 23:21:26 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-04-21 23:23:44 +0200 | <EvanR> | ... |
2025-04-21 23:32:43 +0200 | Miroboru | (~myrvoll@178-164-114.82.3p.ntebredband.no) Miroboru |
2025-04-21 23:34:24 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 23:34:53 +0200 | Miroboru | (~myrvoll@178-164-114.82.3p.ntebredband.no) (Client Quit) |
2025-04-21 23:38:56 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds) |
2025-04-21 23:39:58 +0200 | notdabs | (~Owner@2600:1700:69cf:9000:887e:630e:324f:f9fb) (Quit: Leaving) |
2025-04-21 23:44:21 +0200 | prdak1 | (~Thunderbi@user/prdak) prdak |
2025-04-21 23:46:40 +0200 | prdak | (~Thunderbi@user/prdak) (Ping timeout: 260 seconds) |
2025-04-21 23:47:36 +0200 | nadja | (~dequbed@banana-new.kilobyte22.de) dequbed |
2025-04-21 23:47:36 +0200 | nadja | (~dequbed@banana-new.kilobyte22.de) (Client Quit) |
2025-04-21 23:47:48 +0200 | nadja | (~dequbed@banana-new.kilobyte22.de) dequbed |
2025-04-21 23:49:24 +0200 | prdak1 | (~Thunderbi@user/prdak) (Ping timeout: 260 seconds) |
2025-04-21 23:51:17 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-04-21 23:53:06 +0200 | tromp | (~textual@2001:1c00:3487:1b00:81b9:54c7:add1:2ebe) (Quit: My iMac has gone to sleep. ZZZzzz…) |
2025-04-21 23:55:49 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |