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? |