2022/09/04

2022-09-04 00:06:42 +0000notzmv(~zmv@user/notzmv) (Ping timeout: 264 seconds)
2022-09-04 00:12:10 +0000fhn(~fhn@2.58.185.24) (Ping timeout: 252 seconds)
2022-09-04 00:12:49 +0000Hayek(~andreas@2603-8000-cc01-3e3b-f45d-d05d-dc2d-c51a.res6.spectrum.com) ()
2022-09-04 00:13:08 +0000pi2(~pi@173.209.64.74) (Ping timeout: 268 seconds)
2022-09-04 00:14:16 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-04 00:14:17 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-04 00:14:17 +0000wroathe(~wroathe@user/wroathe)
2022-09-04 00:14:39 +0000pavonia(~user@user/siracusa)
2022-09-04 00:14:49 +0000jakalx(~jakalx@base.jakalx.net) ()
2022-09-04 00:17:05 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-04 00:18:24 +0000neceve(~neceve@2.26.93.14) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2022-09-04 00:19:07 +0000neceve(~neceve@2.26.93.14)
2022-09-04 00:24:52 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-04 00:25:19 +0000nate4(~nate@98.45.169.16) (Ping timeout: 252 seconds)
2022-09-04 00:25:20 +0000cyanide3dinner(~cyanide4d@103.195.203.97) (Remote host closed the connection)
2022-09-04 00:27:05 +0000pi2(~pi@173.209.64.74)
2022-09-04 00:28:19 +0000Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-09-04 00:30:31 +0000neceve(~neceve@2.26.93.14) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2022-09-04 00:34:39 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 244 seconds)
2022-09-04 00:34:50 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 00:35:31 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de) (Quit: Lost terminal)
2022-09-04 00:36:31 +0000nilradical(~nilradica@user/naso)
2022-09-04 00:39:11 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 00:44:32 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-04 00:44:32 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-04 00:44:32 +0000wroathe(~wroathe@user/wroathe)
2022-09-04 00:44:57 +0000Kaipei(~Kaiepi@142.68.249.28)
2022-09-04 00:46:32 +0000Kaiepi(~Kaiepi@142.68.249.28) (Ping timeout: 244 seconds)
2022-09-04 00:46:37 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-04 00:47:10 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 00:48:28 +0000nate4(~nate@98.45.169.16)
2022-09-04 00:48:40 +0000Kaipei(~Kaiepi@142.68.249.28) (Remote host closed the connection)
2022-09-04 00:49:48 +0000_xor(~xor@74.215.182.83) (Quit: bbiab)
2022-09-04 00:53:11 +0000nate4(~nate@98.45.169.16) (Ping timeout: 252 seconds)
2022-09-04 00:53:55 +0000nilradical(~nilradica@user/naso) ()
2022-09-04 01:02:14 +0000kayvank(~user@52-119-115-185.PUBLIC.monkeybrains.net)
2022-09-04 01:02:37 +0000 <apache2> qrpnxz: geekosaur: in addition to -O2 this is pretty good at finding and explaining UB: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
2022-09-04 01:03:41 +0000kenaryn(~aurele@cre71-h03-89-88-44-27.dsl.sta.abo.bbox.fr) (Quit: leaving)
2022-09-04 01:04:05 +0000 <apache2> I never had much luck wit the staticanalyzer, but supposedly that works https://clang.llvm.org/docs/ClangStaticAnalyzer.html
2022-09-04 01:04:30 +0000 <geekosaur> the article linked describes some of the limitations of the static analyzer
2022-09-04 01:05:08 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 244 seconds)
2022-09-04 01:05:52 +0000 <apache2> according to the website it was last updated 2016
2022-09-04 01:05:59 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 01:06:10 +0000 <apache2> not sure if they abandoned the website or the tool
2022-09-04 01:06:31 +0000 <apache2> it never seemed to find any problems when I ran on it relatively large codebases that definitely had problems
2022-09-04 01:06:53 +0000 <apache2> which article are you talking about geekosaur ?
2022-09-04 01:07:14 +0000pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Quit: WeeChat 3.5)
2022-09-04 01:07:30 +0000 <geekosaur> https://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.html
2022-09-04 01:08:11 +0000 <geekosaur> granting it's from 2011, but they won't have been able to address the aspects that require runtime instrumentation that the article talks about, because it's a static analyzer
2022-09-04 01:08:15 +0000 <apache2> I wonder when UBsan is from
2022-09-04 01:08:19 +0000 <apache2> I think it's more recent
2022-09-04 01:09:24 +0000mmfds(~mmfds@cpc110681-lewi19-2-0-cust485.2-4.cable.virginm.net)
2022-09-04 01:10:37 +0000 <apache2> I wonder who thought it was actually a good idea to turn a left shift of an int into 'oh yeah that's ub lets just ignore that'
2022-09-04 01:10:55 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection)
2022-09-04 01:11:01 +0000 <geekosaur> https://a.tmp.ninja/Dyhbjrmm.png
2022-09-04 01:11:27 +0000 <apache2> that was the image I was ocmmenting on :)
2022-09-04 01:11:42 +0000 <darkling> "It's hard to work out what actual useful behaviour is here. Let's just ignore it."
2022-09-04 01:11:44 +0000mmfds(~mmfds@cpc110681-lewi19-2-0-cust485.2-4.cable.virginm.net) (Client Quit)
2022-09-04 01:12:25 +0000 <apache2> I think a very sensible definition would be "let's pretend the compiler said implementation-defined, and pass it off to the cheapest SHL instruction we can find"
2022-09-04 01:12:30 +0000 <darkling> Or, more likely, "$major_compiler[0] does one thing and $major_compiler[1] does another thing. Let's fudge it."
2022-09-04 01:12:45 +0000 <darkling> (I've been on standards committees before...)
2022-09-04 01:13:07 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 248 seconds)
2022-09-04 01:13:18 +0000 <apache2> darkling: quite possible some sadist just decided to cause maximum havoc, hoping people would discover the error of their weays
2022-09-04 01:13:20 +0000 <apache2> ways
2022-09-04 01:13:20 +0000 <darkling> Actually, I suspect that most of the UB in the C spec is of that nature.
2022-09-04 01:13:43 +0000 <geekosaur> I suspect this one is retaining compatibility with ones complement
2022-09-04 01:13:52 +0000 <geekosaur> which has been dead for how long now?
2022-09-04 01:14:03 +0000 <darkling> 50+ years?
2022-09-04 01:14:49 +0000 <geekosaur> I can also see it doing something that in most intended situations would be optimized away but in some optimizes into an infinite loop (cf. monochrom's example)
2022-09-04 01:14:54 +0000 <darkling> ... longer than C, but maybe not longer than its immediate predecessors.
2022-09-04 01:15:15 +0000 <darkling> I think the multiple-behaviours thing is more likely.
2022-09-04 01:15:29 +0000 <geekosaur> can't recall how long BCPL was around
2022-09-04 01:16:10 +0000 <darkling> It wasn't originally standardised, two compiler writers made different, reasonable, and unreconcilable decisions, and the result was punted into UB for the emergent standard.
2022-09-04 01:17:02 +0000albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-09-04 01:17:06 +0000 <darkling> Three things you should never see being made: Laws, standards and sausages. (For very similar reasons)
2022-09-04 01:17:36 +0000 <monochrom> :)
2022-09-04 01:17:37 +0000 <apache2> what I don't understand is why the compiler doesn't emit a warning saying "yeah look I just ignore line 555 because of paragraph so and so in the spec"
2022-09-04 01:17:42 +0000 <geekosaur> 55 years ago, it seems. so maybe that did shape it
2022-09-04 01:18:07 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 01:18:21 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-04 01:18:42 +0000 <monochrom> I understand. It's probably 3 levels deep into the code optimizer, where it speaks an entirely different language, for starters.
2022-09-04 01:20:09 +0000 <monochrom> If you create a new C compiler today from scratch, you can bake that helpfulness into your code optimizer since day one, yes.
2022-09-04 01:20:22 +0000 <monochrom> For existing compilers, it's 30 years too late.
2022-09-04 01:20:33 +0000 <darkling> Only 30?
2022-09-04 01:21:02 +0000 <apache2> like compiling for a 64bit 2s complement platform platform, the compiler sees "int a = 1 << 16;" and reasons: "int is 63bits plus the sign, but the spec says not to expect that int can hold values larger than 2^15-1, so this would overflow. so the reasonable thing to do here is to just ignore the whole program."
2022-09-04 01:21:09 +0000 <darkling> Oh, no... LLVM's newer.
2022-09-04 01:21:16 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Client Quit)
2022-09-04 01:21:44 +0000 <geekosaur> but how do you know the optimizer is operating on C code instead of LLVM IR?
2022-09-04 01:22:11 +0000 <darkling> Oh, the optimiser almost certainly isn't working on a C AST.
2022-09-04 01:22:19 +0000 <monochrom> And your new C compiler should probably be written in Haskell. Because to accomodate such an epic cross-cutting concern, you need all the help from algebraic effects and attribute grammars...
2022-09-04 01:22:54 +0000 <darkling> I mean, maaaybe a few bits are, but it's mostly going to be at some intermediate representation between a C AST and actual machine code.
2022-09-04 01:23:07 +0000 <darkling> There might even be multiple layers in there.
2022-09-04 01:23:28 +0000 <geekosaur> ghc optimizes at Core and Cmm levels
2022-09-04 01:23:30 +0000 <darkling> monochrom: My head asplode. ;)
2022-09-04 01:23:53 +0000 <monochrom> I simply try not to imagine >:)
2022-09-04 01:23:59 +0000 <dolio> The level it's operating on might even have more well defined semantics than C.
2022-09-04 01:24:06 +0000nate4(~nate@98.45.169.16)
2022-09-04 01:24:29 +0000 <apache2> when it's making that decision that "int a = 1 << 15; int b = a << 1;" means it can get rid of b, but not a, it seems conceivable that it could pull itself together enough to call exit(1)
2022-09-04 01:25:19 +0000 <apache2> if not, someone could probably revisit the design if they wanted to.
2022-09-04 01:25:20 +0000 <monochrom> I concur with exit(1) :)
2022-09-04 01:26:08 +0000neceve_(~neceve@2.26.93.14)
2022-09-04 01:26:25 +0000 <apache2> alternatively it could translate it to a call to exit(1) instead of completely ignoring it; that would be a lot easier to debug.
2022-09-04 01:27:04 +0000 <geekosaur> abort()
2022-09-04 01:27:27 +0000 <geekosaur> so you can attach a debugger more easily
2022-09-04 01:28:15 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-04 01:28:27 +0000 <monochrom> No. exit(0). Why make people's lives easier
2022-09-04 01:28:29 +0000 <darkling> De...bugger? I don't understand.
2022-09-04 01:28:56 +0000 <monochrom> Actually make it _exit(0) so stdio.h buffers aren't flushed, for extra credits.
2022-09-04 01:29:01 +0000 <darkling> Doesn't everyone use printf and a disassembler?
2022-09-04 01:29:41 +0000 <monochrom> I use fprintf(stderr
2022-09-04 01:29:51 +0000 <darkling> Mr. Fancy-pants. :)
2022-09-04 01:29:52 +0000 <monochrom> but yeah!
2022-09-04 01:30:09 +0000 <monochrom> Sometimes I use gcc -S
2022-09-04 01:31:01 +0000 <darkling> I once spent 6 weeks debugging a weird problem that was later diagnosed as "yeah, the Dialog library in the stdlib is crap. Don't use it."
2022-09-04 01:31:22 +0000 <monochrom> haha yikes
2022-09-04 01:31:42 +0000 <darkling> That was before ready access to the intertubes, so there wasn't even a good online community.
2022-09-04 01:32:11 +0000 <darkling> OTOH, I learned a *lot* about turning assembly language back into C. :)
2022-09-04 01:33:08 +0000 <darkling> (I can still distinguish a switch from a bunch of ifs, even in x86 -- an assmbly language I never learned)
2022-09-04 01:33:11 +0000 <monochrom> I can turn some GHC-generated asm back to Haskell in simple toy cases :)
2022-09-04 01:33:20 +0000 <darkling> *hat-tip*
2022-09-04 01:34:40 +0000 <monochrom> Hrm, interesting, does it mean that "switch" is often compiled to a jump table? jmp regxxx[regyyy]?
2022-09-04 01:36:02 +0000 <darkling> It was more about where the conditionals went, and how the jump to the next one is done.
2022-09-04 01:36:27 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 268 seconds)
2022-09-04 01:36:32 +0000 <darkling> It's been a while since I delved that deep, but it was pretty obvious, even across different compilers and architectures.
2022-09-04 01:36:43 +0000 <monochrom> That's interesting.
2022-09-04 01:37:04 +0000 <monochrom> Compiler forensics :)
2022-09-04 01:37:49 +0000 <darkling> Yeah. It'd be interesting if the same differences still show up in something with less history, like LLVM.
2022-09-04 01:38:11 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 248 seconds)
2022-09-04 01:38:30 +0000 <darkling> (Although there's still a load of useful prior art that could leak through from papers and textbooks)
2022-09-04 01:39:27 +0000tom(~chenqisu1@183.217.201.192)
2022-09-04 01:40:41 +0000luffy(~chenqisu1@183.217.201.192) (Remote host closed the connection)
2022-09-04 01:40:51 +0000tomGuest3065
2022-09-04 01:44:26 +0000 <darkling> I'm pretty sure you could identify the language and compiler from assembly code even if you didn't look at the symbol table or standard library implementations in the object code.
2022-09-04 01:45:15 +0000 <darkling> (Although you might have to guess at the compiler from things like the register allocation strategies)
2022-09-04 01:45:52 +0000razetime(~quassel@117.254.35.90)
2022-09-04 01:46:26 +0000 <darkling> I think I'm turning into a pumpkin. Or possibly six white mice. G'night o/
2022-09-04 01:46:26 +0000zaquest(~notzaques@5.130.79.72) (Remote host closed the connection)
2022-09-04 01:46:28 +0000nate4(~nate@98.45.169.16) (Ping timeout: 244 seconds)
2022-09-04 01:47:40 +0000zaquest(~notzaques@5.130.79.72)
2022-09-04 01:48:17 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-04 01:49:06 +0000califax(~califax@user/califx)
2022-09-04 02:04:41 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds)
2022-09-04 02:05:23 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-09-04 02:09:10 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-04 02:09:38 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 02:10:42 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-09-04 02:11:46 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (Remote host closed the connection)
2022-09-04 02:12:36 +0000nate4(~nate@98.45.169.16)
2022-09-04 02:15:57 +0000notzmv(~zmv@user/notzmv)
2022-09-04 02:16:25 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 252 seconds)
2022-09-04 02:17:42 +0000nate4(~nate@98.45.169.16) (Ping timeout: 268 seconds)
2022-09-04 02:18:55 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-09-04 02:20:47 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 02:22:27 +0000neceve_(~neceve@2.26.93.14) (Ping timeout: 248 seconds)
2022-09-04 02:24:57 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-04 02:25:24 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (Read error: Connection reset by peer)
2022-09-04 02:28:14 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-04 02:28:15 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-04 02:28:15 +0000wroathe(~wroathe@user/wroathe)
2022-09-04 02:31:12 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-04 02:34:03 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 02:39:09 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 252 seconds)
2022-09-04 02:42:22 +0000td_(~td@muedsl-82-207-238-133.citykom.de) (Ping timeout: 268 seconds)
2022-09-04 02:43:33 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-04 02:43:56 +0000td_(~td@muedsl-82-207-238-053.citykom.de)
2022-09-04 02:47:38 +0000nate4(~nate@98.45.169.16)
2022-09-04 02:50:17 +0000Kaiepi(~Kaiepi@142.68.249.28)
2022-09-04 02:52:20 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Killed (NickServ (Forcing logout FinnElija -> finn_elija)))
2022-09-04 02:52:20 +0000finn_elija(~finn_elij@user/finn-elija/x-0085643)
2022-09-04 02:52:20 +0000finn_elijaFinnElija
2022-09-04 02:52:36 +0000nate4(~nate@98.45.169.16) (Ping timeout: 244 seconds)
2022-09-04 02:53:17 +0000radhika(uid560836@id-560836.helmsley.irccloud.com)
2022-09-04 03:07:54 +0000nate4(~nate@98.45.169.16)
2022-09-04 03:10:25 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-04 03:18:10 +0000vglfr(~vglfr@145.224.94.248)
2022-09-04 03:19:58 +0000Feuermagier(~Feuermagi@user/feuermagier)
2022-09-04 03:26:50 +0000jero98772(~jero98772@2800:484:1d80:d8ce:efcc:cbb3:7f2a:6dff) (Remote host closed the connection)
2022-09-04 03:27:14 +0000johnw(~johnw@76-234-69-149.lightspeed.frokca.sbcglobal.net) (Quit: ZNC - http://znc.in)
2022-09-04 03:29:48 +0000vglfr(~vglfr@145.224.94.248) (Ping timeout: 244 seconds)
2022-09-04 03:40:24 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 03:40:36 +0000cristianorocha(~cristiano@2804:108c:c9a9:cd01:9f82:aa32:57c:7335) (Quit: WeeChat 3.5)
2022-09-04 03:43:45 +0000mixfix41(~sdeny9ee@user/mixfix41)
2022-09-04 03:45:05 +0000Guest3065(~chenqisu1@183.217.201.192) (Remote host closed the connection)
2022-09-04 03:45:29 +0000poscat(~poscat@2408:8206:4823:10b5:cd89:a947:c49f:4bc1) (Quit: Bye)
2022-09-04 03:49:21 +0000poscat(~poscat@114.245.109.231)
2022-09-04 03:50:04 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-04 04:00:24 +0000shailangsa_(~shailangs@host86-185-98-81.range86-185.btcentralplus.com) ()
2022-09-04 04:02:11 +0000xff0x(~xff0x@2405:6580:b080:900:e333:df19:b280:4b33) (Ping timeout: 248 seconds)
2022-09-04 04:03:49 +0000xff0x(~xff0x@2405:6580:b080:900:8078:5180:5b44:3de)
2022-09-04 04:08:15 +0000vglfr(~vglfr@145.224.94.171)
2022-09-04 04:12:26 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2022-09-04 04:13:02 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-04 04:14:14 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds)
2022-09-04 04:17:27 +0000kenran(~kenran@200116b82b87a000f45f214c45d3c1c3.dip.versatel-1u1.de)
2022-09-04 04:27:50 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (Remote host closed the connection)
2022-09-04 04:28:22 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com)
2022-09-04 04:40:35 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 244 seconds)
2022-09-04 04:42:49 +0000frost(~frost@user/frost)
2022-09-04 04:48:32 +0000zebrag(~chris@user/zebrag) (Read error: Connection reset by peer)
2022-09-04 04:49:21 +0000zebrag(~chris@user/zebrag)
2022-09-04 04:49:22 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 244 seconds)
2022-09-04 04:50:03 +0000kenran(~kenran@200116b82b87a000f45f214c45d3c1c3.dip.versatel-1u1.de) (Quit: WeeChat info:version)
2022-09-04 04:50:47 +0000ChanServ(ChanServ@services.libera.chat) (shutting down)
2022-09-04 04:55:58 +0000shailangsa(~shailangs@host86-185-98-81.range86-185.btcentralplus.com)
2022-09-04 05:01:11 +0000ChanServ(ChanServ@services.libera.chat)
2022-09-04 05:01:11 +0000silver.libera.chat+o ChanServ
2022-09-04 05:01:43 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Quit: segfaultfizzbuzz)
2022-09-04 05:02:56 +0000phma(~phma@2001:5b0:212a:c678:14e3:c738:ac7d:1d76) (*.net *.split)
2022-09-04 05:02:56 +0000Colere(~colere@about/linux/staff/sauvin) (*.net *.split)
2022-09-04 05:02:56 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split)
2022-09-04 05:02:56 +0000hays(rootvegeta@fsf/member/hays) (*.net *.split)
2022-09-04 05:02:56 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split)
2022-09-04 05:02:56 +0000kadobanana(~mud@user/kadoban) (*.net *.split)
2022-09-04 05:02:56 +0000mmaruseacph2(~mihai@198.199.98.239) (*.net *.split)
2022-09-04 05:02:56 +0000bcmiller(~bm3719@66.42.95.185) (*.net *.split)
2022-09-04 05:02:56 +0000wagle(~wagle@quassel.wagle.io) (*.net *.split)
2022-09-04 05:02:56 +0000sudden(~cat@user/sudden) (*.net *.split)
2022-09-04 05:02:56 +0000malte(~malte@mal.tc) (*.net *.split)
2022-09-04 05:02:56 +0000kraftwerk28_(~kraftwerk@178.62.210.83) (*.net *.split)
2022-09-04 05:02:56 +0000oats(~thomas@user/oats) (*.net *.split)
2022-09-04 05:02:56 +0000xerox__(~edi@user/edi) (*.net *.split)
2022-09-04 05:02:56 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split)
2022-09-04 05:02:56 +0000lbseale_(~quassel@user/ep1ctetus) (*.net *.split)
2022-09-04 05:02:56 +0000aku_(~aku@163.172.137.34) (*.net *.split)
2022-09-04 05:02:56 +0000Clint(~Clint@user/clint) (*.net *.split)
2022-09-04 05:02:56 +0000Unode(~Unode@194.94.44.220) (*.net *.split)
2022-09-04 05:02:56 +0000turlando_(~turlando@user/turlando) (*.net *.split)
2022-09-04 05:02:56 +0000ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2022-09-04 05:02:56 +0000stilgart(~Christoph@chezlefab.net) (*.net *.split)
2022-09-04 05:02:56 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split)
2022-09-04 05:02:56 +0000drdo(~drdo@roach0.drdo.eu) (*.net *.split)
2022-09-04 05:02:56 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
2022-09-04 05:02:56 +0000kaskal(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split)
2022-09-04 05:02:56 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split)
2022-09-04 05:02:56 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz) (*.net *.split)
2022-09-04 05:02:56 +0000haasn(~nand@haasn.dev) (*.net *.split)
2022-09-04 05:02:56 +0000dolio(~dolio@130.44.130.54) (*.net *.split)
2022-09-04 05:02:56 +0000[exa](exa@user/exa/x-3587197) (*.net *.split)
2022-09-04 05:02:56 +0000melonai-(~mel@rnrd.eu) (*.net *.split)
2022-09-04 05:02:56 +0000fjmorazan(~quassel@user/fjmorazan) (*.net *.split)
2022-09-04 05:02:56 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member) (*.net *.split)
2022-09-04 05:02:56 +0000vgtw(~vgtw@user/vgtw) (*.net *.split)
2022-09-04 05:02:56 +0000echoreply(~echoreply@45.32.163.16) (*.net *.split)
2022-09-04 05:02:57 +0000ddb(~ddb@ipv6two.tilde.club) (*.net *.split)
2022-09-04 05:02:57 +0000micro(~micro@user/micro) (*.net *.split)
2022-09-04 05:02:57 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split)
2022-09-04 05:02:57 +0000juri_(~juri@84-19-175-179.pool.ovpn.com) (*.net *.split)
2022-09-04 05:02:57 +0000tristanC(~tristanC@user/tristanc) (*.net *.split)
2022-09-04 05:02:57 +0000Fischmiep(~Fischmiep@user/Fischmiep) (*.net *.split)
2022-09-04 05:02:57 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2022-09-04 05:02:57 +0000lisq(~quassel@lis.moe) (*.net *.split)
2022-09-04 05:02:57 +0000peutri_(~peutri@bobo.desast.re) (*.net *.split)
2022-09-04 05:02:57 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:02:57 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:02:57 +0000pierrot(~pi@user/pierrot) (*.net *.split)
2022-09-04 05:02:57 +0000megeve(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:02:57 +0000natto17(~natto@140.238.225.67) (*.net *.split)
2022-09-04 05:02:57 +0000jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-09-04 05:02:57 +0000koz_(~koz@121.99.240.58) (*.net *.split)
2022-09-04 05:02:57 +0000nonzen(~nonzen@user/nonzen) (*.net *.split)
2022-09-04 05:02:57 +0000saolsen(sid26430@id-26430.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:02:57 +0000tritlo(sid58727@user/tritlo) (*.net *.split)
2022-09-04 05:02:57 +0000jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:02:57 +0000darkstardev13(~darkstard@50.53.212.60) (*.net *.split)
2022-09-04 05:02:57 +0000remedan(~remedan@octo.cafe) (*.net *.split)
2022-09-04 05:02:57 +0000litharge(litharge@libera/bot/litharge) (*.net *.split)
2022-09-04 05:02:57 +0000ChanServ(ChanServ@services.libera.chat) (*.net *.split)
2022-09-04 05:02:57 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (*.net *.split)
2022-09-04 05:02:57 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-09-04 05:02:57 +0000califax(~califax@user/califx) (*.net *.split)
2022-09-04 05:02:57 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2022-09-04 05:02:57 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-09-04 05:02:57 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-09-04 05:02:57 +0000chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-09-04 05:02:57 +0000jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-09-04 05:02:57 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split)
2022-09-04 05:02:57 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32) (*.net *.split)
2022-09-04 05:02:57 +0000sm(~sm@plaintextaccounting/sm) (*.net *.split)
2022-09-04 05:02:57 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c) (*.net *.split)
2022-09-04 05:02:57 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split)
2022-09-04 05:02:57 +0000Deide1(~deide@user/deide) (*.net *.split)
2022-09-04 05:02:57 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split)
2022-09-04 05:02:57 +0000jludwig(~justin@user/jludwig) (*.net *.split)
2022-09-04 05:02:57 +0000nerdypepper(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-09-04 05:02:57 +0000noteness(~noteness@user/noteness) (*.net *.split)
2022-09-04 05:02:57 +0000bah(~bah@l1.tel) (*.net *.split)
2022-09-04 05:02:57 +0000cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2022-09-04 05:02:57 +0000Henkru(henkru@kapsi.fi) (*.net *.split)
2022-09-04 05:02:57 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net) (*.net *.split)
2022-09-04 05:02:57 +0000Philonous_(~Philonous@user/philonous) (*.net *.split)
2022-09-04 05:02:58 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf) (*.net *.split)
2022-09-04 05:02:58 +0000rembo10_(~rembo10@main.remulis.com) (*.net *.split)
2022-09-04 05:02:58 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split)
2022-09-04 05:02:58 +0000opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2022-09-04 05:02:58 +0000gff_(~gff@user/gff) (*.net *.split)
2022-09-04 05:02:58 +0000dfg(dfg@user/dfg) (*.net *.split)
2022-09-04 05:02:58 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
2022-09-04 05:02:58 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split)
2022-09-04 05:02:58 +0000glider(~glider@user/glider) (*.net *.split)
2022-09-04 05:02:58 +0000bollu(~bollu@159.65.151.13) (*.net *.split)
2022-09-04 05:02:58 +0000MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2022-09-04 05:02:58 +0000ell(~ellie@user/ellie) (*.net *.split)
2022-09-04 05:02:58 +0000Me-me(~me-me@user/me-me) (*.net *.split)
2022-09-04 05:02:58 +0000asivitz(uid178348@id-178348.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:02:58 +0000crns(~netcrns@user/crns) (*.net *.split)
2022-09-04 05:02:58 +0000bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2022-09-04 05:02:58 +0000gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2022-09-04 05:02:58 +0000Patternmaster(~georg@user/Patternmaster) (*.net *.split)
2022-09-04 05:02:58 +0000hololeap(~quassel@user/hololeap) (*.net *.split)
2022-09-04 05:02:58 +0000xff0x(~xff0x@2405:6580:b080:900:8078:5180:5b44:3de) (*.net *.split)
2022-09-04 05:02:58 +0000Kaiepi(~Kaiepi@142.68.249.28) (*.net *.split)
2022-09-04 05:02:58 +0000zaquest(~notzaques@5.130.79.72) (*.net *.split)
2022-09-04 05:02:58 +0000nurupo(~nurupo.ga@user/nurupo) (*.net *.split)
2022-09-04 05:02:58 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3) (*.net *.split)
2022-09-04 05:02:58 +0000jinsun_(~jinsun@user/jinsun) (*.net *.split)
2022-09-04 05:02:58 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df) (*.net *.split)
2022-09-04 05:02:58 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f) (*.net *.split)
2022-09-04 05:02:58 +0000peddie(~peddie@2001:470:69fc:105::25d) (*.net *.split)
2022-09-04 05:02:58 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0) (*.net *.split)
2022-09-04 05:02:58 +0000romes[m](~romesmatr@2001:470:69fc:105::2:1660) (*.net *.split)
2022-09-04 05:02:58 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56) (*.net *.split)
2022-09-04 05:02:58 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab) (*.net *.split)
2022-09-04 05:02:58 +0000Inoperable(~PLAYER_1@fancydata.science) (*.net *.split)
2022-09-04 05:02:58 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split)
2022-09-04 05:02:58 +0000mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2022-09-04 05:02:58 +0000gawen(~gawen@user/gawen) (*.net *.split)
2022-09-04 05:02:58 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com) (*.net *.split)
2022-09-04 05:02:58 +0000immae(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2022-09-04 05:02:58 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:02:58 +0000Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2022-09-04 05:02:58 +0000ajb_(~ajb@mimas.whatbox.ca) (*.net *.split)
2022-09-04 05:02:58 +0000megaTherion(~therion@unix.io) (*.net *.split)
2022-09-04 05:02:58 +0000darxun(sid504814@id-504814.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:02:58 +0000Techcable(~Techcable@user/Techcable) (*.net *.split)
2022-09-04 05:02:58 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
2022-09-04 05:02:58 +0000lechner(lechner@debian/lechner) (*.net *.split)
2022-09-04 05:02:58 +0000siers(~ij@user/ij) (*.net *.split)
2022-09-04 05:02:59 +0000drlkf(~drlkf@chat.drlkf.net) (*.net *.split)
2022-09-04 05:02:59 +0000hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2022-09-04 05:02:59 +0000arkeet(~arkeet@moriya.ca) (*.net *.split)
2022-09-04 05:02:59 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split)
2022-09-04 05:02:59 +0000Moyst__(~moyst@user/moyst) (*.net *.split)
2022-09-04 05:02:59 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split)
2022-09-04 05:02:59 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be) (*.net *.split)
2022-09-04 05:02:59 +0000vulpine(xfnw@tilde.team) (*.net *.split)
2022-09-04 05:02:59 +0000tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2022-09-04 05:02:59 +0000Teacup(~teacup@user/teacup) (*.net *.split)
2022-09-04 05:02:59 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split)
2022-09-04 05:02:59 +0000tubogram44(~tubogram@user/tubogram) (*.net *.split)
2022-09-04 05:02:59 +0000Axman6(~Axman6@user/axman6) (*.net *.split)
2022-09-04 05:02:59 +0000schuelermine[m](~schuelerm@user/schuelermine) (*.net *.split)
2022-09-04 05:02:59 +0000dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2022-09-04 05:02:59 +0000derelict(~derelict@user/derelict) (*.net *.split)
2022-09-04 05:02:59 +0000amir(sid22336@user/amir) (*.net *.split)
2022-09-04 05:02:59 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000Pent(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000qhong(~qhong@rescomp-21-400677.stanford.edu) (*.net *.split)
2022-09-04 05:02:59 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e) (*.net *.split)
2022-09-04 05:02:59 +0000mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2022-09-04 05:02:59 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000fendor[m](~fendormat@2001:470:69fc:105::fcbd) (*.net *.split)
2022-09-04 05:02:59 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f) (*.net *.split)
2022-09-04 05:02:59 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416) (*.net *.split)
2022-09-04 05:02:59 +0000jz99[m](~jz99matri@2001:470:69fc:105::1:d5f1) (*.net *.split)
2022-09-04 05:02:59 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90) (*.net *.split)
2022-09-04 05:02:59 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split)
2022-09-04 05:02:59 +0000Tisoxin(~ikosit@user/ikosit) (*.net *.split)
2022-09-04 05:02:59 +0000ilichu[m](~ilichumat@2001:470:69fc:105::2:6afb) (*.net *.split)
2022-09-04 05:02:59 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split)
2022-09-04 05:02:59 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d) (*.net *.split)
2022-09-04 05:02:59 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f) (*.net *.split)
2022-09-04 05:02:59 +0000Killy(~killy@2001:470:69fc:105::2:6ec1) (*.net *.split)
2022-09-04 05:02:59 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9) (*.net *.split)
2022-09-04 05:02:59 +0000aveltras[m](~aveltrasm@2001:470:69fc:105::3ef9) (*.net *.split)
2022-09-04 05:02:59 +0000nckx(~nckx@tobias.gr) (*.net *.split)
2022-09-04 05:02:59 +0000JimL(~quassel@89-162-2-132.fiber.signal.no) (*.net *.split)
2022-09-04 05:02:59 +0000jamestmartin(~james@jtmar.me) (*.net *.split)
2022-09-04 05:02:59 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000idnar(sid12240@debian/mithrandi) (*.net *.split)
2022-09-04 05:02:59 +0000V(~v@ircpuzzles/2022/april/winner/V) (*.net *.split)
2022-09-04 05:02:59 +0000rune(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000gdd1(~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5) (*.net *.split)
2022-09-04 05:02:59 +0000Flow(~none@gentoo/developer/flow) (*.net *.split)
2022-09-04 05:02:59 +0000krjst(~krjst@2604:a880:800:c1::16b:8001) (*.net *.split)
2022-09-04 05:02:59 +0000asm(~alexander@user/asm) (*.net *.split)
2022-09-04 05:02:59 +0000Guest1698(~Guest1698@20.83.116.49) (*.net *.split)
2022-09-04 05:02:59 +0000danso(danso@danso.ca) (*.net *.split)
2022-09-04 05:02:59 +0000andjjj23(~irc@107.170.228.47) (*.net *.split)
2022-09-04 05:02:59 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split)
2022-09-04 05:02:59 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:02:59 +0000tired(~tired@user/tired) (*.net *.split)
2022-09-04 05:02:59 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split)
2022-09-04 05:02:59 +0000sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2022-09-04 05:03:00 +0000sunarch(sid526836@user/sunarch) (*.net *.split)
2022-09-04 05:03:00 +0000mxs(~mxs@user/mxs) (*.net *.split)
2022-09-04 05:03:00 +0000dequbed(~dequbed@banana-new.kilobyte22.de) (*.net *.split)
2022-09-04 05:03:00 +0000scav(sid309693@user/scav) (*.net *.split)
2022-09-04 05:03:00 +0000parseval(sid239098@id-239098.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:00 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:00 +0000lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2022-09-04 05:03:00 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk) (*.net *.split)
2022-09-04 05:03:00 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1) (*.net *.split)
2022-09-04 05:03:00 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split)
2022-09-04 05:03:00 +0000raoul(~raoul@95.179.203.88) (*.net *.split)
2022-09-04 05:03:00 +0000jackhill(~jackhill@kalessin.dragonsnail.net) (*.net *.split)
2022-09-04 05:03:00 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2022-09-04 05:03:00 +0000koolazer(~koo@user/koolazer) (*.net *.split)
2022-09-04 05:03:00 +0000haveo_(~haveo@sl35.iuwt.fr) (*.net *.split)
2022-09-04 05:03:00 +0000eldritch(~eldritch@user/eldritch) (*.net *.split)
2022-09-04 05:03:00 +0000another-axel-bee(~axel-bee@alexbenishek.com) (*.net *.split)
2022-09-04 05:03:00 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:03:00 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:03:00 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:03:00 +0000jakalx(~jakalx@base.jakalx.net) (*.net *.split)
2022-09-04 05:03:00 +0000vglfr(~vglfr@145.224.94.171) (*.net *.split)
2022-09-04 05:03:00 +0000poscat(~poscat@114.245.109.231) (*.net *.split)
2022-09-04 05:03:00 +0000mixfix41(~sdeny9ee@user/mixfix41) (*.net *.split)
2022-09-04 05:03:00 +0000td_(~td@muedsl-82-207-238-053.citykom.de) (*.net *.split)
2022-09-04 05:03:00 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
2022-09-04 05:03:00 +0000razetime(~quassel@117.254.35.90) (*.net *.split)
2022-09-04 05:03:00 +0000Sgeo(~Sgeo@user/sgeo) (*.net *.split)
2022-09-04 05:03:00 +0000cheater(~Username@user/cheater) (*.net *.split)
2022-09-04 05:03:00 +0000biberu(~biberu@user/biberu) (*.net *.split)
2022-09-04 05:03:00 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2022-09-04 05:03:00 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split)
2022-09-04 05:03:00 +0000tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (*.net *.split)
2022-09-04 05:03:00 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2022-09-04 05:03:00 +0000cyphase(~cyphase@user/cyphase) (*.net *.split)
2022-09-04 05:03:00 +0000leah_(lp0@heathens.club) (*.net *.split)
2022-09-04 05:03:00 +0000AlexNoo(~AlexNoo@178.34.163.149) (*.net *.split)
2022-09-04 05:03:00 +0000Trattue(~Trattue@152.70.182.158) (*.net *.split)
2022-09-04 05:03:00 +0000Logio(em@kapsi.fi) (*.net *.split)
2022-09-04 05:03:00 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split)
2022-09-04 05:03:00 +0000gentauro(~gentauro@user/gentauro) (*.net *.split)
2022-09-04 05:03:00 +0000wolfshappen(~waff@irc.furworks.de) (*.net *.split)
2022-09-04 05:03:00 +0000arahael(~arahael@14-200-135-92.tpgi.com.au) (*.net *.split)
2022-09-04 05:03:00 +0000tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2022-09-04 05:03:00 +0000rodental(~rodental@38.146.5.222) (*.net *.split)
2022-09-04 05:03:00 +0000davean(~davean@davean.sciesnet.net) (*.net *.split)
2022-09-04 05:03:00 +0000sm[i]_(~user@li229-222.members.linode.com) (*.net *.split)
2022-09-04 05:03:00 +0000x88x88x(~x88x88x@149.28.53.172) (*.net *.split)
2022-09-04 05:03:00 +0000sander(~sander@user/sander) (*.net *.split)
2022-09-04 05:03:00 +0000cross_(~cross@spitfire.i.gajendra.net) (*.net *.split)
2022-09-04 05:03:00 +0000jespada_(~jespada@77.97.36.250) (*.net *.split)
2022-09-04 05:03:00 +0000auri_(~auri@fsf/member/auri) (*.net *.split)
2022-09-04 05:03:00 +0000quintasan_(~quassel@quintasan.pl) (*.net *.split)
2022-09-04 05:03:00 +0000SethTisue(sid14912@ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:03:00 +0000Taneb0(~Taneb@runciman.hacksoc.org) (*.net *.split)
2022-09-04 05:03:00 +0000zero(~z@user/zero) (*.net *.split)
2022-09-04 05:03:00 +0000telser_(~quassel@user/telser) (*.net *.split)
2022-09-04 05:03:00 +0000matijja`(~matijja@193.77.181.201) (*.net *.split)
2022-09-04 05:03:00 +0000drewolson(~drewolson@user/drewolson) (*.net *.split)
2022-09-04 05:03:00 +0000res0nat0r08449(~Fletch@dia.whatbox.ca) (*.net *.split)
2022-09-04 05:03:01 +0000jrm(~jrm@user/jrm) (*.net *.split)
2022-09-04 05:03:01 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2022-09-04 05:03:01 +0000statusbot4(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
2022-09-04 05:03:01 +0000adium(adium@user/adium) (*.net *.split)
2022-09-04 05:03:01 +0000michalz(~michalz@185.246.204.75) (*.net *.split)
2022-09-04 05:03:01 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-04 05:03:01 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split)
2022-09-04 05:03:01 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2022-09-04 05:03:01 +0000Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2022-09-04 05:03:01 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split)
2022-09-04 05:03:01 +0000dcoutts_(~duncan@host86-184-242-102.range86-184.btcentralplus.com) (*.net *.split)
2022-09-04 05:03:01 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split)
2022-09-04 05:03:01 +0000kmein(~weechat@user/kmein) (*.net *.split)
2022-09-04 05:03:01 +0000mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2022-09-04 05:03:01 +0000justache(~justache@user/justache) (*.net *.split)
2022-09-04 05:03:01 +0000andreas303(andreas303@ip227.orange.bnc4free.com) (*.net *.split)
2022-09-04 05:03:01 +0000geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-04 05:03:01 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split)
2022-09-04 05:03:01 +0000coldtom(~coldtom@coldrick.cc) (*.net *.split)
2022-09-04 05:03:01 +0000_________(~nobody@user/noodly) (*.net *.split)
2022-09-04 05:03:01 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
2022-09-04 05:03:01 +0000eL_Bart0(eL_Bart0@dietunichtguten.org) (*.net *.split)
2022-09-04 05:03:01 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi) (*.net *.split)
2022-09-04 05:03:01 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split)
2022-09-04 05:03:01 +0000tv(~tv@user/tv) (*.net *.split)
2022-09-04 05:03:01 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2022-09-04 05:03:01 +0000Hecate(~mariposa@user/hecate) (*.net *.split)
2022-09-04 05:03:01 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split)
2022-09-04 05:03:01 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2022-09-04 05:03:01 +0000thaumavorio(~thaumavor@thaumavor.io) (*.net *.split)
2022-09-04 05:03:01 +0000tessier(~treed@98.171.210.130) (*.net *.split)
2022-09-04 05:03:01 +0000Rembane(~Rembane@li346-36.members.linode.com) (*.net *.split)
2022-09-04 05:03:01 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split)
2022-09-04 05:03:01 +0000robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2022-09-04 05:03:01 +0000carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2022-09-04 05:03:01 +0000zebrag(~chris@user/zebrag) (*.net *.split)
2022-09-04 05:03:01 +0000nate4(~nate@98.45.169.16) (*.net *.split)
2022-09-04 05:03:01 +0000pi2(~pi@173.209.64.74) (*.net *.split)
2022-09-04 05:03:01 +0000pavonia(~user@user/siracusa) (*.net *.split)
2022-09-04 05:03:01 +0000nahcetan(~nate@98.45.169.16) (*.net *.split)
2022-09-04 05:03:01 +0000APic(apic@apic.name) (*.net *.split)
2022-09-04 05:03:01 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (*.net *.split)
2022-09-04 05:03:01 +0000son0p(~ff@181.136.122.143) (*.net *.split)
2022-09-04 05:03:01 +0000shriekingnoise(~shrieking@186.137.167.202) (*.net *.split)
2022-09-04 05:03:01 +0000Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net) (*.net *.split)
2022-09-04 05:03:01 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346) (*.net *.split)
2022-09-04 05:03:01 +0000TMA(tma@twin.jikos.cz) (*.net *.split)
2022-09-04 05:03:01 +0000sshine_(~simon@exocortex.online) (*.net *.split)
2022-09-04 05:03:02 +0000meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2022-09-04 05:03:02 +0000defanor(~defanor@tart.uberspace.net) (*.net *.split)
2022-09-04 05:03:02 +0000qwedfg_(~qwedfg@user/qwedfg) (*.net *.split)
2022-09-04 05:03:02 +0000anderson(~ande@user/anderson) (*.net *.split)
2022-09-04 05:03:02 +0000hexeme_(~hexeme@user/hexeme) (*.net *.split)
2022-09-04 05:03:02 +0000mrmr(~mrmr@user/mrmr) (*.net *.split)
2022-09-04 05:03:02 +0000xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2022-09-04 05:03:02 +0000finsternis(~X@23.226.237.192) (*.net *.split)
2022-09-04 05:03:02 +0000chronon(~chronon@user/chronon) (*.net *.split)
2022-09-04 05:03:02 +0000ystael(~ystael@user/ystael) (*.net *.split)
2022-09-04 05:03:02 +0000cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2022-09-04 05:03:02 +0000RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-09-04 05:03:02 +0000sloorush(~sloorush@52.187.184.81) (*.net *.split)
2022-09-04 05:03:02 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split)
2022-09-04 05:03:02 +0000loonycyborg_(loonycybor@chantal.wesnoth.org) (*.net *.split)
2022-09-04 05:03:02 +0000ncf(~n@monade.li) (*.net *.split)
2022-09-04 05:03:02 +0000Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2022-09-04 05:03:02 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split)
2022-09-04 05:03:02 +0000zachel(~zachel@user/zachel) (*.net *.split)
2022-09-04 05:03:02 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
2022-09-04 05:03:02 +0000xstill_(xstill@fimu/xstill) (*.net *.split)
2022-09-04 05:03:02 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp) (*.net *.split)
2022-09-04 05:03:02 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split)
2022-09-04 05:03:02 +0000LambdaDuck(~anka@ksit.fixme.fi) (*.net *.split)
2022-09-04 05:03:02 +0000martin02(~silas@141.84.69.76) (*.net *.split)
2022-09-04 05:03:02 +0000tomgus1(~tomgus1@176.254.19.153) (*.net *.split)
2022-09-04 05:03:02 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split)
2022-09-04 05:03:02 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2022-09-04 05:03:02 +0000maerwald(~maerwald@user/maerwald) (*.net *.split)
2022-09-04 05:03:02 +0000srk(~sorki@user/srk) (*.net *.split)
2022-09-04 05:03:02 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2022-09-04 05:03:02 +0000cynomys(~cynomys@user/cynomys) (*.net *.split)
2022-09-04 05:03:02 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split)
2022-09-04 05:03:02 +0000blades(~blades@204.48.29.163) (*.net *.split)
2022-09-04 05:03:02 +0000sweater1(~sweater@206.81.18.26) (*.net *.split)
2022-09-04 05:03:02 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split)
2022-09-04 05:03:02 +0000darkling(~darkling@savella.carfax.org.uk) (*.net *.split)
2022-09-04 05:03:02 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split)
2022-09-04 05:03:02 +0000c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2022-09-04 05:03:02 +0000macabre(~m@161.35.15.236) (*.net *.split)
2022-09-04 05:03:02 +0000mcglk(~mcglk@131.191.49.120) (*.net *.split)
2022-09-04 05:03:02 +0000heath(~heath@user/heath) (*.net *.split)
2022-09-04 05:03:02 +0000byorgey(~byorgey@155.138.238.211) (*.net *.split)
2022-09-04 05:03:03 +0000caubert(~caubert@user/caubert) (*.net *.split)
2022-09-04 05:03:03 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski) (*.net *.split)
2022-09-04 05:03:03 +0000tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2022-09-04 05:03:03 +0000df(~ben@justworks.xyz) (*.net *.split)
2022-09-04 05:03:03 +0000tstat(~tstat@user/tstat) (*.net *.split)
2022-09-04 05:03:03 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split)
2022-09-04 05:03:03 +0000simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2022-09-04 05:03:03 +0000kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2022-09-04 05:03:03 +0000energizer(~energizer@user/energizer) (*.net *.split)
2022-09-04 05:03:03 +0000noctux1(KOx7x4g3XX@karif.server-speed.net) (*.net *.split)
2022-09-04 05:03:03 +0000kosmikus(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2022-09-04 05:03:03 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split)
2022-09-04 05:03:03 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2022-09-04 05:03:03 +0000marienz(marienz@libera/staff/marienz) (*.net *.split)
2022-09-04 05:03:03 +0000tureba(~tureba@tureba.org) (*.net *.split)
2022-09-04 05:03:03 +0000hexology(~hexology@user/hexology) (*.net *.split)
2022-09-04 05:03:03 +0000Feuermagier(~Feuermagi@user/feuermagier) (*.net *.split)
2022-09-04 05:03:03 +0000Vajb(~Vajb@2001:999:705:3c86:e7ea:442b:1e01:22d8) (*.net *.split)
2022-09-04 05:03:03 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:03:03 +0000bonz060(~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
2022-09-04 05:03:03 +0000motherfsck(~motherfsc@user/motherfsck) (*.net *.split)
2022-09-04 05:03:03 +0000teddyc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2022-09-04 05:03:03 +0000inversed(~inversed@90.209.137.56) (*.net *.split)
2022-09-04 05:03:03 +0000nisstyre(wes@user/nisstyre) (*.net *.split)
2022-09-04 05:03:03 +0000siraben(~siraben@user/siraben) (*.net *.split)
2022-09-04 05:03:03 +0000famubu[m](~famubumat@2001:470:69fc:105::1081) (*.net *.split)
2022-09-04 05:03:03 +0000ericson2314(~ericson23@2001:470:69fc:105::70c) (*.net *.split)
2022-09-04 05:03:03 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b) (*.net *.split)
2022-09-04 05:03:03 +0000maralorn(~maralorn@2001:470:69fc:105::251) (*.net *.split)
2022-09-04 05:03:03 +0000geekosaur[m](~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-04 05:03:03 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3) (*.net *.split)
2022-09-04 05:03:03 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291) (*.net *.split)
2022-09-04 05:03:03 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split)
2022-09-04 05:03:03 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8) (*.net *.split)
2022-09-04 05:03:03 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2) (*.net *.split)
2022-09-04 05:03:03 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7) (*.net *.split)
2022-09-04 05:03:03 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172) (*.net *.split)
2022-09-04 05:03:03 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split)
2022-09-04 05:03:03 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:03 +0000edwtjo(~edwtjo@fsf/member/edwtjo) (*.net *.split)
2022-09-04 05:03:03 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2022-09-04 05:03:03 +0000swistak-(~swistak@185.21.216.141) (*.net *.split)
2022-09-04 05:03:03 +0000tnks(sid412124@id-412124.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:03 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-04 05:03:03 +0000acro(~acro@user/acro) (*.net *.split)
2022-09-04 05:03:04 +0000Yumemi_(~Yumemi@chamoin.net) (*.net *.split)
2022-09-04 05:03:04 +0000davl_(~davl@207.154.228.18) (*.net *.split)
2022-09-04 05:03:04 +0000_\_(~o@user/offon) (*.net *.split)
2022-09-04 05:03:04 +0000emanon42(~emanon42@103.120.19.44) (*.net *.split)
2022-09-04 05:03:04 +0000noctux(~noctux@user/noctux) (*.net *.split)
2022-09-04 05:03:04 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split)
2022-09-04 05:03:04 +0000Adeon(sid418992@id-418992.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split)
2022-09-04 05:03:04 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
2022-09-04 05:03:04 +0000TonyStone(~TonyStone@2603-7080-8607-c36a-64d5-91de-6fa5-ec29.res6.spectrum.com) (*.net *.split)
2022-09-04 05:03:04 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e) (*.net *.split)
2022-09-04 05:03:04 +0000L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2022-09-04 05:03:04 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000vito(sid1962@user/vito) (*.net *.split)
2022-09-04 05:03:04 +0000alinab(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b) (*.net *.split)
2022-09-04 05:03:04 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6) (*.net *.split)
2022-09-04 05:03:04 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039) (*.net *.split)
2022-09-04 05:03:04 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9) (*.net *.split)
2022-09-04 05:03:04 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (*.net *.split)
2022-09-04 05:03:04 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4) (*.net *.split)
2022-09-04 05:03:04 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729) (*.net *.split)
2022-09-04 05:03:04 +0000fgaz(~fgaz@2001:470:69fc:105::842) (*.net *.split)
2022-09-04 05:03:04 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32) (*.net *.split)
2022-09-04 05:03:04 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd) (*.net *.split)
2022-09-04 05:03:04 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284) (*.net *.split)
2022-09-04 05:03:04 +0000kadoban1(~kadoban@user/kadoban) (*.net *.split)
2022-09-04 05:03:04 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a) (*.net *.split)
2022-09-04 05:03:04 +0000unclechu(~unclechu@2001:470:69fc:105::354) (*.net *.split)
2022-09-04 05:03:04 +0000jmcantrell(~jmcantrel@user/jmcantrell) (*.net *.split)
2022-09-04 05:03:04 +0000ormaaj(~ormaaj@user/ormaaj) (*.net *.split)
2022-09-04 05:03:04 +0000surgeon(~surge9nma@2001:470:69fc:105::f585) (*.net *.split)
2022-09-04 05:03:04 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split)
2022-09-04 05:03:04 +0000haritz(~hrtz@user/haritz) (*.net *.split)
2022-09-04 05:03:04 +0000dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2022-09-04 05:03:04 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000dunj3(~dunj3@kingdread.de) (*.net *.split)
2022-09-04 05:03:04 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000ente`(~daemon@inferno.barfooze.de) (*.net *.split)
2022-09-04 05:03:04 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split)
2022-09-04 05:03:04 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2022-09-04 05:03:04 +0000ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-09-04 05:03:04 +0000dragestil(~znc@user/dragestil) (*.net *.split)
2022-09-04 05:03:04 +0000brprice(~brprice@user/brprice) (*.net *.split)
2022-09-04 05:03:04 +0000bw(sid2730@user/betawaffle) (*.net *.split)
2022-09-04 05:03:04 +0000chessai(sid225296@id-225296.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000nrr____(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:03:04 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party) (*.net *.split)
2022-09-04 05:03:04 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split)
2022-09-04 05:03:04 +0000shachaf(~shachaf@user/shachaf) (*.net *.split)
2022-09-04 05:03:04 +0000jjhoo(jahakala@user/jjhoo) (*.net *.split)
2022-09-04 05:03:04 +0000hltk(~hltk@hltk.fi) (*.net *.split)
2022-09-04 05:03:04 +0000shane(~shane@ana.rch.ist) (*.net *.split)
2022-09-04 05:03:04 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
2022-09-04 05:03:04 +0000hiredman(~hiredman@frontier1.downey.family) (*.net *.split)
2022-09-04 05:03:05 +0000stvc(~stvc@192.241.166.39) (*.net *.split)
2022-09-04 05:03:05 +0000hook54321(sid149355@user/hook54321) (*.net *.split)
2022-09-04 05:03:05 +0000Arsen(arsen@managarm/dev/Arsen) (*.net *.split)
2022-09-04 05:03:05 +0000grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000Dykam(Dykam@dykam.nl) (*.net *.split)
2022-09-04 05:03:05 +0000apache2(apache2@anubis.0x90.dk) (*.net *.split)
2022-09-04 05:03:05 +0000img(~img@user/img) (*.net *.split)
2022-09-04 05:03:05 +0000causal(~user@2001:470:ea0f:3:329c:23ff:fe3f:1e0e) (*.net *.split)
2022-09-04 05:03:05 +0000|beowulf|(florian@sourcemage/mage/beowulf) (*.net *.split)
2022-09-04 05:03:05 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split)
2022-09-04 05:03:05 +0000sviermsung(E3Ya4Aww1k@user/s4msung) (*.net *.split)
2022-09-04 05:03:05 +0000whatsupboy(~whatsupbo@user/scobydoo) (*.net *.split)
2022-09-04 05:03:05 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split)
2022-09-04 05:03:05 +0000agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000dispater-(~dispater@mail.brprice.uk) (*.net *.split)
2022-09-04 05:03:05 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000orcus(~orcus@user/brprice) (*.net *.split)
2022-09-04 05:03:05 +0000feliix42(~felix@gibbs.uberspace.de) (*.net *.split)
2022-09-04 05:03:05 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000integral(sid296274@user/integral) (*.net *.split)
2022-09-04 05:03:05 +0000kristjansson_(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000cln_(sid336875@id-336875.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000supersven(sid501114@id-501114.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split)
2022-09-04 05:03:05 +0000psydroid(~psydroid@user/psydroid) (*.net *.split)
2022-09-04 05:03:05 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4) (*.net *.split)
2022-09-04 05:03:05 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d) (*.net *.split)
2022-09-04 05:03:05 +0000duckie(~duckie@user/duckie) (*.net *.split)
2022-09-04 05:03:05 +0000chreekat(~chreekat@2001:470:69fc:105::16b5) (*.net *.split)
2022-09-04 05:03:05 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018) (*.net *.split)
2022-09-04 05:03:05 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split)
2022-09-04 05:03:05 +0000polykernel[m](~polykerne@user/polykernel) (*.net *.split)
2022-09-04 05:03:05 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60) (*.net *.split)
2022-09-04 05:03:05 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085) (*.net *.split)
2022-09-04 05:03:05 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split)
2022-09-04 05:03:05 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2022-09-04 05:03:05 +0000sabx(~sabbas@user/sabbas) (*.net *.split)
2022-09-04 05:03:05 +0000urdh(~urdh@user/urdh) (*.net *.split)
2022-09-04 05:03:05 +0000int-e(~noone@int-e.eu) (*.net *.split)
2022-09-04 05:03:05 +0000absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2022-09-04 05:03:05 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
2022-09-04 05:03:05 +0000AWizzArd(~code@gehrels.uberspace.de) (*.net *.split)
2022-09-04 05:03:05 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split)
2022-09-04 05:03:05 +0000rawles(~x@user/rawles) (*.net *.split)
2022-09-04 05:03:05 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:03:05 +0000edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2022-09-04 05:03:06 +0000dixie(~dixie@real.wilbury.sk) (*.net *.split)
2022-09-04 05:03:06 +0000xacktm(xacktm@user/xacktm) (*.net *.split)
2022-09-04 05:03:06 +0000acidsys(~crameleon@openSUSE/member/crameleon) (*.net *.split)
2022-09-04 05:03:06 +0000thonkpod_(~thonkpod@user/thonkpod) (*.net *.split)
2022-09-04 05:03:06 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:03:06 +0000simeon(~pi@dslb-088-071-128-104.088.071.pools.vodafone-ip.de) (*.net *.split)
2022-09-04 05:03:06 +0000drewr(~drew@user/drewr) (*.net *.split)
2022-09-04 05:03:06 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split)
2022-09-04 05:03:06 +0000frost(~frost@user/frost) (*.net *.split)
2022-09-04 05:03:17 +0000ChanServ(ChanServ@services.libera.chat)
2022-09-04 05:03:17 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net)
2022-09-04 05:03:17 +0000apache2(apache2@anubis.0x90.dk)
2022-09-04 05:03:17 +0000Dykam(Dykam@dykam.nl)
2022-09-04 05:03:17 +0000drewr(~drew@user/drewr)
2022-09-04 05:03:17 +0000litharge(litharge@libera/bot/litharge)
2022-09-04 05:03:17 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com)
2022-09-04 05:03:17 +0000grfn(sid449115@id-449115.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000simeon(~pi@dslb-088-071-128-104.088.071.pools.vodafone-ip.de)
2022-09-04 05:03:17 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000thonkpod_(~thonkpod@user/thonkpod)
2022-09-04 05:03:17 +0000acidsys(~crameleon@openSUSE/member/crameleon)
2022-09-04 05:03:17 +0000xacktm(xacktm@user/xacktm)
2022-09-04 05:03:17 +0000Arsen(arsen@managarm/dev/Arsen)
2022-09-04 05:03:17 +0000hook54321(sid149355@user/hook54321)
2022-09-04 05:03:17 +0000dixie(~dixie@real.wilbury.sk)
2022-09-04 05:03:17 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca)
2022-09-04 05:03:17 +0000Adeon(sid418992@id-418992.lymington.irccloud.com)
2022-09-04 05:03:17 +0000edwardk(sid47016@haskell/developer/edwardk)
2022-09-04 05:03:17 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com)
2022-09-04 05:03:17 +0000stvc(~stvc@192.241.166.39)
2022-09-04 05:03:17 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc)
2022-09-04 05:03:17 +0000noctux(~noctux@user/noctux)
2022-09-04 05:03:17 +0000emanon42(~emanon42@103.120.19.44)
2022-09-04 05:03:17 +0000AWizzArd(~code@gehrels.uberspace.de)
2022-09-04 05:03:17 +0000hiredman(~hiredman@frontier1.downey.family)
2022-09-04 05:03:17 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca)
2022-09-04 05:03:17 +0000shane(~shane@ana.rch.ist)
2022-09-04 05:03:17 +0000hltk(~hltk@hltk.fi)
2022-09-04 05:03:17 +0000jjhoo(jahakala@user/jjhoo)
2022-09-04 05:03:17 +0000hexology(~hexology@user/hexology)
2022-09-04 05:03:17 +0000tureba(~tureba@tureba.org)
2022-09-04 05:03:17 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp)
2022-09-04 05:03:17 +0000shachaf(~shachaf@user/shachaf)
2022-09-04 05:03:17 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2)
2022-09-04 05:03:17 +0000marienz(marienz@libera/staff/marienz)
2022-09-04 05:03:17 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2022-09-04 05:03:17 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi)
2022-09-04 05:03:17 +0000absence(torgeihe@hildring.pvv.ntnu.no)
2022-09-04 05:03:17 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu)
2022-09-04 05:03:17 +0000kosmikus(~kosmikus@nullzig.kosmikus.org)
2022-09-04 05:03:17 +0000int-e(~noone@int-e.eu)
2022-09-04 05:03:17 +0000noctux1(KOx7x4g3XX@karif.server-speed.net)
2022-09-04 05:03:17 +0000urdh(~urdh@user/urdh)
2022-09-04 05:03:17 +0000energizer(~energizer@user/energizer)
2022-09-04 05:03:17 +0000sabx(~sabbas@user/sabbas)
2022-09-04 05:03:17 +0000silver.libera.chat+o ChanServ
2022-09-04 05:03:17 +0000simpleauthority(~simpleaut@user/simpleauthority)
2022-09-04 05:03:17 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party)
2022-09-04 05:03:17 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net)
2022-09-04 05:03:17 +0000tstat(~tstat@user/tstat)
2022-09-04 05:03:17 +0000_\_(~o@user/offon)
2022-09-04 05:03:17 +0000df(~ben@justworks.xyz)
2022-09-04 05:03:17 +0000chessai(sid225296@id-225296.lymington.irccloud.com)
2022-09-04 05:03:17 +0000nrr____(sid20938@id-20938.lymington.irccloud.com)
2022-09-04 05:03:17 +0000tolt(~weechat-h@li219-154.members.linode.com)
2022-09-04 05:03:17 +0000bw(sid2730@user/betawaffle)
2022-09-04 05:03:17 +0000brprice(~brprice@user/brprice)
2022-09-04 05:03:17 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski)
2022-09-04 05:03:17 +0000dragestil(~znc@user/dragestil)
2022-09-04 05:03:17 +0000ringo__(~ringo@157.230.117.128)
2022-09-04 05:03:17 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com)
2022-09-04 05:03:17 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2022-09-04 05:03:17 +0000another-axel-bee(~axel-bee@alexbenishek.com)
2022-09-04 05:03:17 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000eldritch(~eldritch@user/eldritch)
2022-09-04 05:03:17 +0000haveo_(~haveo@sl35.iuwt.fr)
2022-09-04 05:03:17 +0000koolazer(~koo@user/koolazer)
2022-09-04 05:03:17 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2022-09-04 05:03:17 +0000jackhill(~jackhill@kalessin.dragonsnail.net)
2022-09-04 05:03:17 +0000raoul(~raoul@95.179.203.88)
2022-09-04 05:03:17 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5)
2022-09-04 05:03:17 +0000Axman6(~Axman6@user/axman6)
2022-09-04 05:03:17 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1)
2022-09-04 05:03:17 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk)
2022-09-04 05:03:17 +0000lambdabot(~lambdabot@haskell/bot/lambdabot)
2022-09-04 05:03:17 +0000caubert(~caubert@user/caubert)
2022-09-04 05:03:17 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000parseval(sid239098@id-239098.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000scav(sid309693@user/scav)
2022-09-04 05:03:17 +0000dequbed(~dequbed@banana-new.kilobyte22.de)
2022-09-04 05:03:17 +0000rawles(~x@user/rawles)
2022-09-04 05:03:17 +0000mxs(~mxs@user/mxs)
2022-09-04 05:03:17 +0000davl_(~davl@207.154.228.18)
2022-09-04 05:03:17 +0000Yumemi_(~Yumemi@chamoin.net)
2022-09-04 05:03:17 +0000acro(~acro@user/acro)
2022-09-04 05:03:17 +0000sunarch(sid526836@user/sunarch)
2022-09-04 05:03:17 +0000sclv(sid39734@haskell/developer/sclv)
2022-09-04 05:03:17 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de)
2022-09-04 05:03:17 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2022-09-04 05:03:17 +0000tired(~tired@user/tired)
2022-09-04 05:03:17 +0000tnks(sid412124@id-412124.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000swistak-(~swistak@185.21.216.141)
2022-09-04 05:03:17 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu)
2022-09-04 05:03:17 +0000andjjj23(~irc@107.170.228.47)
2022-09-04 05:03:17 +0000danso(danso@danso.ca)
2022-09-04 05:03:17 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2022-09-04 05:03:17 +0000Guest1698(~Guest1698@20.83.116.49)
2022-09-04 05:03:17 +0000asm(~alexander@user/asm)
2022-09-04 05:03:17 +0000edwtjo(~edwtjo@fsf/member/edwtjo)
2022-09-04 05:03:17 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000welterde(welterde@thinkbase.srv.welterde.de)
2022-09-04 05:03:17 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com)
2022-09-04 05:03:17 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da)
2022-09-04 05:03:17 +0000byorgey(~byorgey@155.138.238.211)
2022-09-04 05:03:17 +0000ente`(~daemon@inferno.barfooze.de)
2022-09-04 05:03:17 +0000carbolymer(~carbolyme@dropacid.net)
2022-09-04 05:03:17 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com)
2022-09-04 05:03:17 +0000dunj3(~dunj3@kingdread.de)
2022-09-04 05:03:17 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com)
2022-09-04 05:03:17 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com)
2022-09-04 05:03:17 +0000heath(~heath@user/heath)
2022-09-04 05:03:17 +0000kritzefitz(~kritzefit@debian/kritzefitz)
2022-09-04 05:03:17 +0000tubogram44(~tubogram@user/tubogram)
2022-09-04 05:03:17 +0000krjst(~krjst@2604:a880:800:c1::16b:8001)
2022-09-04 05:03:17 +0000mcglk(~mcglk@131.191.49.120)
2022-09-04 05:03:17 +0000macabre(~m@161.35.15.236)
2022-09-04 05:03:17 +0000c_wraith(~c_wraith@adjoint.us)
2022-09-04 05:03:17 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com)
2022-09-04 05:03:17 +0000dibblego(~dibblego@haskell/developer/dibblego)
2022-09-04 05:03:17 +0000haritz(~hrtz@user/haritz)
2022-09-04 05:03:17 +0000Flow(~none@gentoo/developer/flow)
2022-09-04 05:03:17 +0000gdd1(~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5)
2022-09-04 05:03:17 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com)
2022-09-04 05:03:17 +0000darkling(~darkling@savella.carfax.org.uk)
2022-09-04 05:03:17 +0000rune(sid21167@id-21167.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000V(~v@ircpuzzles/2022/april/winner/V)
2022-09-04 05:03:17 +0000idnar(sid12240@debian/mithrandi)
2022-09-04 05:03:17 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2022-09-04 05:03:17 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net)
2022-09-04 05:03:17 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp)
2022-09-04 05:03:17 +0000sweater1(~sweater@206.81.18.26)
2022-09-04 05:03:17 +0000blades(~blades@204.48.29.163)
2022-09-04 05:03:17 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de)
2022-09-04 05:03:17 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71)
2022-09-04 05:03:17 +0000cynomys(~cynomys@user/cynomys)
2022-09-04 05:03:17 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof)
2022-09-04 05:03:17 +0000srk(~sorki@user/srk)
2022-09-04 05:03:17 +0000Teacup(~teacup@user/teacup)
2022-09-04 05:03:17 +0000maerwald(~maerwald@user/maerwald)
2022-09-04 05:03:17 +0000tinwood(~tinwood@canonical/tinwood)
2022-09-04 05:03:17 +0000robbert-vdh(~robbert@robbertvanderhelm.nl)
2022-09-04 05:03:17 +0000vulpine(xfnw@tilde.team)
2022-09-04 05:03:17 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be)
2022-09-04 05:03:17 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de)
2022-09-04 05:03:17 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au)
2022-09-04 05:03:17 +0000Moyst__(~moyst@user/moyst)
2022-09-04 05:03:17 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001)
2022-09-04 05:03:17 +0000arkeet(~arkeet@moriya.ca)
2022-09-04 05:03:17 +0000hugo(znc@verdigris.lysator.liu.se)
2022-09-04 05:03:17 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-04 05:03:17 +0000siers(~ij@user/ij)
2022-09-04 05:03:17 +0000lechner(lechner@debian/lechner)
2022-09-04 05:03:17 +0000tomgus1(~tomgus1@176.254.19.153)
2022-09-04 05:03:17 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de)
2022-09-04 05:03:17 +0000martin02(~silas@141.84.69.76)
2022-09-04 05:03:17 +0000Techcable(~Techcable@user/Techcable)
2022-09-04 05:03:17 +0000LambdaDuck(~anka@ksit.fixme.fi)
2022-09-04 05:03:17 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com)
2022-09-04 05:03:17 +0000ajb_(~ajb@mimas.whatbox.ca)
2022-09-04 05:03:17 +0000megaTherion(~therion@unix.io)
2022-09-04 05:03:17 +0000Ranhir(~Ranhir@157.97.53.139)
2022-09-04 05:03:17 +0000darxun(sid504814@id-504814.tinside.irccloud.com)
2022-09-04 05:03:17 +0000immae(~immae@2a01:4f8:141:53e7::)
2022-09-04 05:03:17 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com)
2022-09-04 05:03:17 +0000xstill_(xstill@fimu/xstill)
2022-09-04 05:03:17 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net)
2022-09-04 05:03:17 +0000zachel(~zachel@user/zachel)
2022-09-04 05:03:17 +0000gawen(~gawen@user/gawen)
2022-09-04 05:03:17 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk)
2022-09-04 05:03:17 +0000mjacob(~mjacob@adrastea.uberspace.de)
2022-09-04 05:03:17 +0000jamestmartin(~james@jtmar.me)
2022-09-04 05:03:17 +0000JimL(~quassel@89-162-2-132.fiber.signal.no)
2022-09-04 05:03:17 +0000Igloo(~ian@matrix.chaos.earth.li)
2022-09-04 05:03:17 +0000ncf(~n@monade.li)
2022-09-04 05:03:17 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp)
2022-09-04 05:03:17 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de)
2022-09-04 05:03:17 +0000sloorush(~sloorush@52.187.184.81)
2022-09-04 05:03:17 +0000loonycyborg_(loonycybor@chantal.wesnoth.org)
2022-09-04 05:03:17 +0000RMSBach(~guygastin@137.184.131.156)
2022-09-04 05:03:17 +0000nckx(~nckx@tobias.gr)
2022-09-04 05:03:17 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241)
2022-09-04 05:03:17 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua)
2022-09-04 05:03:17 +0000hololeap(~quassel@user/hololeap)
2022-09-04 05:03:17 +0000Patternmaster(~georg@user/Patternmaster)
2022-09-04 05:03:17 +0000cods(~fred@82-65-232-44.subs.proxad.net)
2022-09-04 05:03:17 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2022-09-04 05:03:17 +0000gnyeki(~gnyeki@user/gnyeki)
2022-09-04 05:03:17 +0000bjobjo(~bjobjo@user/bjobjo)
2022-09-04 05:03:17 +0000crns(~netcrns@user/crns)
2022-09-04 05:03:17 +0000asivitz(uid178348@id-178348.tinside.irccloud.com)
2022-09-04 05:03:17 +0000Me-me(~me-me@user/me-me)
2022-09-04 05:03:17 +0000MironZ(~MironZ@nat-infra.ehlab.uk)
2022-09-04 05:03:17 +0000ell(~ellie@user/ellie)
2022-09-04 05:03:17 +0000bollu(~bollu@159.65.151.13)
2022-09-04 05:03:17 +0000glider(~glider@user/glider)
2022-09-04 05:03:17 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host)
2022-09-04 05:03:17 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de)
2022-09-04 05:03:17 +0000dfg(dfg@user/dfg)
2022-09-04 05:03:17 +0000gff_(~gff@user/gff)
2022-09-04 05:03:17 +0000opqdonut(opqdonut@pseudo.fixme.fi)
2022-09-04 05:03:17 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru)
2022-09-04 05:03:17 +0000rembo10_(~rembo10@main.remulis.com)
2022-09-04 05:03:17 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2022-09-04 05:03:17 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com)
2022-09-04 05:03:17 +0000Rembane(~Rembane@li346-36.members.linode.com)
2022-09-04 05:03:17 +0000tessier(~treed@98.171.210.130)
2022-09-04 05:03:17 +0000Philonous_(~Philonous@user/philonous)
2022-09-04 05:03:17 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net)
2022-09-04 05:03:17 +0000thaumavorio(~thaumavor@thaumavor.io)
2022-09-04 05:03:17 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2022-09-04 05:03:17 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net)
2022-09-04 05:03:17 +0000Henkru(henkru@kapsi.fi)
2022-09-04 05:03:17 +0000cjay(cjay@nerdbox.nerd2nerd.org)
2022-09-04 05:03:17 +0000Hecate(~mariposa@user/hecate)
2022-09-04 05:03:17 +0000bah(~bah@l1.tel)
2022-09-04 05:03:17 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2022-09-04 05:03:17 +0000tv(~tv@user/tv)
2022-09-04 05:03:17 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net)
2022-09-04 05:03:17 +0000noteness(~noteness@user/noteness)
2022-09-04 05:03:17 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi)
2022-09-04 05:03:17 +0000ystael(~ystael@user/ystael)
2022-09-04 05:03:17 +0000nerdypepper(~nerdypepp@user/nerdypepper)
2022-09-04 05:03:17 +0000chronon(~chronon@user/chronon)
2022-09-04 05:03:17 +0000eL_Bart0(eL_Bart0@dietunichtguten.org)
2022-09-04 05:03:17 +0000Inoperable(~PLAYER_1@fancydata.science)
2022-09-04 05:03:17 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-09-04 05:03:17 +0000_________(~nobody@user/noodly)
2022-09-04 05:03:17 +0000coldtom(~coldtom@coldrick.cc)
2022-09-04 05:03:17 +0000jludwig(~justin@user/jludwig)
2022-09-04 05:03:17 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net)
2022-09-04 05:03:17 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-04 05:03:17 +0000hays(rootvegeta@fsf/member/hays)
2022-09-04 05:03:17 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net)
2022-09-04 05:03:17 +0000kadobanana(~mud@user/kadoban)
2022-09-04 05:03:17 +0000mmaruseacph2(~mihai@198.199.98.239)
2022-09-04 05:03:17 +0000bcmiller(~bm3719@66.42.95.185)
2022-09-04 05:03:17 +0000wagle(~wagle@quassel.wagle.io)
2022-09-04 05:03:17 +0000malte(~malte@mal.tc)
2022-09-04 05:03:17 +0000sudden(~cat@user/sudden)
2022-09-04 05:03:17 +0000kraftwerk28_(~kraftwerk@178.62.210.83)
2022-09-04 05:03:17 +0000oats(~thomas@user/oats)
2022-09-04 05:03:17 +0000xerox__(~edi@user/edi)
2022-09-04 05:03:17 +0000aku_(~aku@163.172.137.34)
2022-09-04 05:03:17 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net)
2022-09-04 05:03:17 +0000lbseale_(~quassel@user/ep1ctetus)
2022-09-04 05:03:17 +0000Clint(~Clint@user/clint)
2022-09-04 05:03:17 +0000Unode(~Unode@194.94.44.220)
2022-09-04 05:03:17 +0000turlando_(~turlando@user/turlando)
2022-09-04 05:03:17 +0000ouroboros(~ouroboros@user/ouroboros)
2022-09-04 05:03:17 +0000stilgart(~Christoph@chezlefab.net)
2022-09-04 05:03:17 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de)
2022-09-04 05:03:17 +0000drdo(~drdo@roach0.drdo.eu)
2022-09-04 05:03:17 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net)
2022-09-04 05:03:17 +0000kaskal(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0)
2022-09-04 05:03:17 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru)
2022-09-04 05:03:17 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz)
2022-09-04 05:03:17 +0000haasn(~nand@haasn.dev)
2022-09-04 05:03:17 +0000dolio(~dolio@130.44.130.54)
2022-09-04 05:03:17 +0000[exa](exa@user/exa/x-3587197)
2022-09-04 05:03:17 +0000melonai-(~mel@rnrd.eu)
2022-09-04 05:03:17 +0000fjmorazan(~quassel@user/fjmorazan)
2022-09-04 05:03:17 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member)
2022-09-04 05:03:17 +0000vgtw(~vgtw@user/vgtw)
2022-09-04 05:03:17 +0000echoreply(~echoreply@45.32.163.16)
2022-09-04 05:03:17 +0000ddb(~ddb@ipv6two.tilde.club)
2022-09-04 05:03:17 +0000micro(~micro@user/micro)
2022-09-04 05:03:17 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net)
2022-09-04 05:03:17 +0000juri_(~juri@84-19-175-179.pool.ovpn.com)
2022-09-04 05:03:17 +0000tristanC(~tristanC@user/tristanc)
2022-09-04 05:03:17 +0000Fischmiep(~Fischmiep@user/Fischmiep)
2022-09-04 05:03:17 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1)
2022-09-04 05:03:17 +0000lisq(~quassel@lis.moe)
2022-09-04 05:03:17 +0000peutri_(~peutri@bobo.desast.re)
2022-09-04 05:03:17 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000pierrot(~pi@user/pierrot)
2022-09-04 05:03:17 +0000megeve(sid523379@id-523379.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000natto17(~natto@140.238.225.67)
2022-09-04 05:03:17 +0000jackdk(sid373013@cssa/jackdk)
2022-09-04 05:03:17 +0000koz_(~koz@121.99.240.58)
2022-09-04 05:03:17 +0000nonzen(~nonzen@user/nonzen)
2022-09-04 05:03:17 +0000tritlo(sid58727@user/tritlo)
2022-09-04 05:03:17 +0000saolsen(sid26430@id-26430.lymington.irccloud.com)
2022-09-04 05:03:17 +0000jmct(sid160793@id-160793.tinside.irccloud.com)
2022-09-04 05:03:17 +0000darkstardev13(~darkstard@50.53.212.60)
2022-09-04 05:03:17 +0000remedan(~remedan@octo.cafe)
2022-09-04 05:03:17 +0000andreas303(andreas303@ip227.orange.bnc4free.com)
2022-09-04 05:03:17 +0000justache(~justache@user/justache)
2022-09-04 05:03:17 +0000mcfrdy(~mcfrdy@user/mcfrdy)
2022-09-04 05:03:17 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca)
2022-09-04 05:03:17 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe)
2022-09-04 05:03:17 +0000aveltras[m](~aveltrasm@2001:470:69fc:105::3ef9)
2022-09-04 05:03:17 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-09-04 05:03:17 +0000Deide1(~deide@user/deide)
2022-09-04 05:03:17 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085)
2022-09-04 05:03:17 +0000surgeon(~surge9nma@2001:470:69fc:105::f585)
2022-09-04 05:03:17 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172)
2022-09-04 05:03:17 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab)
2022-09-04 05:03:17 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7)
2022-09-04 05:03:17 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2)
2022-09-04 05:03:17 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8)
2022-09-04 05:03:17 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9)
2022-09-04 05:03:17 +0000ormaaj(~ormaaj@user/ormaaj)
2022-09-04 05:03:17 +0000Killy(~killy@2001:470:69fc:105::2:6ec1)
2022-09-04 05:03:17 +0000jmcantrell(~jmcantrel@user/jmcantrell)
2022-09-04 05:03:17 +0000unclechu(~unclechu@2001:470:69fc:105::354)
2022-09-04 05:03:17 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a)
2022-09-04 05:03:17 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56)
2022-09-04 05:03:17 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60)
2022-09-04 05:03:17 +0000kadoban1(~kadoban@user/kadoban)
2022-09-04 05:03:17 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f)
2022-09-04 05:03:17 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-09-04 05:03:17 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2022-09-04 05:03:17 +0000polykernel[m](~polykerne@user/polykernel)
2022-09-04 05:03:17 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291)
2022-09-04 05:03:17 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3)
2022-09-04 05:03:17 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-09-04 05:03:17 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d)
2022-09-04 05:03:17 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4)
2022-09-04 05:03:17 +0000ilichu[m](~ilichumat@2001:470:69fc:105::2:6afb)
2022-09-04 05:03:17 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd)
2022-09-04 05:03:17 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32)
2022-09-04 05:03:17 +0000romes[m](~romesmatr@2001:470:69fc:105::2:1660)
2022-09-04 05:03:17 +0000fgaz(~fgaz@2001:470:69fc:105::842)
2022-09-04 05:03:17 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0)
2022-09-04 05:03:17 +0000Tisoxin(~ikosit@user/ikosit)
2022-09-04 05:03:17 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-09-04 05:03:17 +0000peddie(~peddie@2001:470:69fc:105::25d)
2022-09-04 05:03:17 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4)
2022-09-04 05:03:17 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f)
2022-09-04 05:03:17 +0000geekosaur[m](~geekosaur@xmonad/geekosaur)
2022-09-04 05:03:17 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-09-04 05:03:17 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-09-04 05:03:17 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df)
2022-09-04 05:03:17 +0000maralorn(~maralorn@2001:470:69fc:105::251)
2022-09-04 05:03:17 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2022-09-04 05:03:17 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9)
2022-09-04 05:03:17 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039)
2022-09-04 05:03:17 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90)
2022-09-04 05:03:17 +0000jinsun_(~jinsun@user/jinsun)
2022-09-04 05:03:17 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c)
2022-09-04 05:03:17 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-09-04 05:03:17 +0000chreekat(~chreekat@2001:470:69fc:105::16b5)
2022-09-04 05:03:17 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b)
2022-09-04 05:03:17 +0000duckie(~duckie@user/duckie)
2022-09-04 05:03:17 +0000ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-09-04 05:03:17 +0000sm(~sm@plaintextaccounting/sm)
2022-09-04 05:03:17 +0000jz99[m](~jz99matri@2001:470:69fc:105::1:d5f1)
2022-09-04 05:03:17 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416)
2022-09-04 05:03:17 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d)
2022-09-04 05:03:17 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6)
2022-09-04 05:03:17 +0000famubu[m](~famubumat@2001:470:69fc:105::1081)
2022-09-04 05:03:17 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4)
2022-09-04 05:03:17 +0000psydroid(~psydroid@user/psydroid)
2022-09-04 05:03:17 +0000finsternis(~X@23.226.237.192)
2022-09-04 05:03:17 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b)
2022-09-04 05:03:17 +0000Colere(~colere@about/linux/staff/sauvin)
2022-09-04 05:03:17 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f)
2022-09-04 05:03:17 +0000kmein(~weechat@user/kmein)
2022-09-04 05:03:17 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net)
2022-09-04 05:03:17 +0000dcoutts_(~duncan@host86-184-242-102.range86-184.btcentralplus.com)
2022-09-04 05:03:17 +0000xsarnik(xsarnik@lounge.fi.muni.cz)
2022-09-04 05:03:17 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2022-09-04 05:03:17 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-09-04 05:03:17 +0000Maxdamantus(~Maxdamant@user/maxdamantus)
2022-09-04 05:03:17 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br)
2022-09-04 05:03:17 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2022-09-04 05:03:17 +0000fendor[m](~fendormat@2001:470:69fc:105::fcbd)
2022-09-04 05:03:17 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3)
2022-09-04 05:03:17 +0000siraben(~siraben@user/siraben)
2022-09-04 05:03:17 +0000alinab(sid468903@id-468903.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000vito(sid1962@user/vito)
2022-09-04 05:03:17 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000supersven(sid501114@id-501114.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2022-09-04 05:03:17 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com)
2022-09-04 05:03:17 +0000JSharp(sid4580@id-4580.lymington.irccloud.com)
2022-09-04 05:03:17 +0000mustafa(sid502723@rockylinux/releng/mustafa)
2022-09-04 05:03:17 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2022-09-04 05:03:17 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net)
2022-09-04 05:03:17 +0000nisstyre(wes@user/nisstyre)
2022-09-04 05:03:17 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-09-04 05:03:17 +0000michalz(~michalz@185.246.204.75)
2022-09-04 05:03:17 +0000adium(adium@user/adium)
2022-09-04 05:03:17 +0000mrmr(~mrmr@user/mrmr)
2022-09-04 05:03:17 +0000statusbot4(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-09-04 05:03:17 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2022-09-04 05:03:17 +0000jrm(~jrm@user/jrm)
2022-09-04 05:03:17 +0000res0nat0r08449(~Fletch@dia.whatbox.ca)
2022-09-04 05:03:17 +0000drewolson(~drewolson@user/drewolson)
2022-09-04 05:03:17 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com)
2022-09-04 05:03:17 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com)
2022-09-04 05:03:17 +0000matijja`(~matijja@193.77.181.201)
2022-09-04 05:03:17 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000telser_(~quassel@user/telser)
2022-09-04 05:03:17 +0000feliix42(~felix@gibbs.uberspace.de)
2022-09-04 05:03:17 +0000integral(sid296274@user/integral)
2022-09-04 05:03:17 +0000zero(~z@user/zero)
2022-09-04 05:03:17 +0000orcus(~orcus@user/brprice)
2022-09-04 05:03:17 +0000cln_(sid336875@id-336875.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000kristjansson_(sid126207@id-126207.tinside.irccloud.com)
2022-09-04 05:03:17 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com)
2022-09-04 05:03:17 +0000hexeme_(~hexeme@user/hexeme)
2022-09-04 05:03:17 +0000anderson(~ande@user/anderson)
2022-09-04 05:03:17 +0000Taneb0(~Taneb@runciman.hacksoc.org)
2022-09-04 05:03:17 +0000SethTisue(sid14912@ilkley.irccloud.com)
2022-09-04 05:03:17 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000dispater-(~dispater@mail.brprice.uk)
2022-09-04 05:03:17 +0000agander_m(sid407952@id-407952.tinside.irccloud.com)
2022-09-04 05:03:17 +0000sa(sid1055@id-1055.tinside.irccloud.com)
2022-09-04 05:03:17 +0000quintasan_(~quassel@quintasan.pl)
2022-09-04 05:03:17 +0000qwedfg_(~qwedfg@user/qwedfg)
2022-09-04 05:03:17 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2022-09-04 05:03:17 +0000auri_(~auri@fsf/member/auri)
2022-09-04 05:03:17 +0000defanor(~defanor@tart.uberspace.net)
2022-09-04 05:03:17 +0000meejah(~meejah@rutas.meejah.ca)
2022-09-04 05:03:17 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001)
2022-09-04 05:03:17 +0000whatsupboy(~whatsupbo@user/scobydoo)
2022-09-04 05:03:17 +0000sshine_(~simon@exocortex.online)
2022-09-04 05:03:17 +0000sviermsung(E3Ya4Aww1k@user/s4msung)
2022-09-04 05:03:17 +0000TMA(tma@twin.jikos.cz)
2022-09-04 05:03:17 +0000jespada_(~jespada@77.97.36.250)
2022-09-04 05:03:17 +0000cross_(~cross@spitfire.i.gajendra.net)
2022-09-04 05:03:17 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725)
2022-09-04 05:03:17 +0000sander(~sander@user/sander)
2022-09-04 05:03:17 +0000|beowulf|(florian@sourcemage/mage/beowulf)
2022-09-04 05:03:17 +0000x88x88x(~x88x88x@149.28.53.172)
2022-09-04 05:03:17 +0000sm[i]_(~user@li229-222.members.linode.com)
2022-09-04 05:03:17 +0000inversed(~inversed@90.209.137.56)
2022-09-04 05:03:17 +0000davean(~davean@davean.sciesnet.net)
2022-09-04 05:03:17 +0000rodental(~rodental@38.146.5.222)
2022-09-04 05:03:17 +0000tomboy64(~tomboy64@user/tomboy64)
2022-09-04 05:03:17 +0000teddyc(theodorc@cassarossa.samfundet.no)
2022-09-04 05:03:17 +0000arahael(~arahael@14-200-135-92.tpgi.com.au)
2022-09-04 05:03:17 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e)
2022-09-04 05:03:17 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e)
2022-09-04 05:03:17 +0000qhong(~qhong@rescomp-21-400677.stanford.edu)
2022-09-04 05:03:17 +0000wolfshappen(~waff@irc.furworks.de)
2022-09-04 05:03:17 +0000Pent(sid313808@id-313808.lymington.irccloud.com)
2022-09-04 05:03:17 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346)
2022-09-04 05:03:17 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2022-09-04 05:03:17 +0000Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net)
2022-09-04 05:03:17 +0000gentauro(~gentauro@user/gentauro)
2022-09-04 05:03:17 +0000motherfsck(~motherfsc@user/motherfsck)
2022-09-04 05:03:17 +0000Logio(em@kapsi.fi)
2022-09-04 05:03:17 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu)
2022-09-04 05:03:17 +0000bonz060(~quassel@2001:bc8:47a4:a23::1)
2022-09-04 05:03:17 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com)
2022-09-04 05:03:17 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com)
2022-09-04 05:03:17 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com)
2022-09-04 05:03:17 +0000amir(sid22336@user/amir)
2022-09-04 05:03:17 +0000Trattue(~Trattue@152.70.182.158)
2022-09-04 05:03:17 +0000derelict(~derelict@user/derelict)
2022-09-04 05:03:17 +0000dminuoso(~dminuoso@user/dminuoso)
2022-09-04 05:03:17 +0000schuelermine[m](~schuelerm@user/schuelermine)
2022-09-04 05:03:17 +0000nurupo(~nurupo.ga@user/nurupo)
2022-09-04 05:03:17 +0000AlexNoo(~AlexNoo@178.34.163.149)
2022-09-04 05:03:17 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8)
2022-09-04 05:03:17 +0000phma(~phma@2001:5b0:212a:c678:14e3:c738:ac7d:1d76)
2022-09-04 05:03:17 +0000TonyStone(~TonyStone@2603-7080-8607-c36a-64d5-91de-6fa5-ec29.res6.spectrum.com)
2022-09-04 05:03:17 +0000leah_(lp0@heathens.club)
2022-09-04 05:03:17 +0000cyphase(~cyphase@user/cyphase)
2022-09-04 05:03:17 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-04 05:03:17 +0000shriekingnoise(~shrieking@186.137.167.202)
2022-09-04 05:03:17 +0000son0p(~ff@181.136.122.143)
2022-09-04 05:03:17 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2022-09-04 05:03:17 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-04 05:03:17 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 05:03:17 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2022-09-04 05:03:17 +0000tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net)
2022-09-04 05:03:17 +0000APic(apic@apic.name)
2022-09-04 05:03:17 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com)
2022-09-04 05:03:17 +0000causal(~user@2001:470:ea0f:3:329c:23ff:fe3f:1e0e)
2022-09-04 05:03:17 +0000Vajb(~Vajb@2001:999:705:3c86:e7ea:442b:1e01:22d8)
2022-09-04 05:03:17 +0000img(~img@user/img)
2022-09-04 05:03:17 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-09-04 05:03:17 +0000nahcetan(~nate@98.45.169.16)
2022-09-04 05:03:17 +0000biberu(~biberu@user/biberu)
2022-09-04 05:03:17 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex)
2022-09-04 05:03:17 +0000cheater(~Username@user/cheater)
2022-09-04 05:03:17 +0000pavonia(~user@user/siracusa)
2022-09-04 05:03:17 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-04 05:03:17 +0000pi2(~pi@173.209.64.74)
2022-09-04 05:03:17 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-04 05:03:17 +0000razetime(~quassel@117.254.35.90)
2022-09-04 05:03:17 +0000zaquest(~notzaques@5.130.79.72)
2022-09-04 05:03:17 +0000califax(~califax@user/califx)
2022-09-04 05:03:17 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 05:03:17 +0000td_(~td@muedsl-82-207-238-053.citykom.de)
2022-09-04 05:03:17 +0000Kaiepi(~Kaiepi@142.68.249.28)
2022-09-04 05:03:17 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-04 05:03:17 +0000nate4(~nate@98.45.169.16)
2022-09-04 05:03:17 +0000Feuermagier(~Feuermagi@user/feuermagier)
2022-09-04 05:03:17 +0000mixfix41(~sdeny9ee@user/mixfix41)
2022-09-04 05:03:17 +0000poscat(~poscat@114.245.109.231)
2022-09-04 05:03:17 +0000xff0x(~xff0x@2405:6580:b080:900:8078:5180:5b44:3de)
2022-09-04 05:03:17 +0000vglfr(~vglfr@145.224.94.171)
2022-09-04 05:03:17 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-04 05:03:17 +0000frost(~frost@user/frost)
2022-09-04 05:03:17 +0000zebrag(~chris@user/zebrag)
2022-09-04 05:03:21 +0000radhika(uid560836@id-560836.helmsley.irccloud.com) (Quit: Connection closed for inactivity)
2022-09-04 05:03:21 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99) (Max SendQ exceeded)
2022-09-04 05:03:21 +0000farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (Max SendQ exceeded)
2022-09-04 05:03:21 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net) (Max SendQ exceeded)
2022-09-04 05:03:45 +0000shailangsa(~shailangs@host86-185-98-81.range86-185.btcentralplus.com) (Max SendQ exceeded)
2022-09-04 05:04:01 +0000farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505)
2022-09-04 05:04:22 +0000pavonia_(~user@user/siracusa)
2022-09-04 05:04:31 +0000qwedfg_(~qwedfg@user/qwedfg) (Max SendQ exceeded)
2022-09-04 05:04:36 +0000nate1(~nate@98.45.169.16)
2022-09-04 05:04:39 +0000MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99)
2022-09-04 05:04:41 +0000pavonia(~user@user/siracusa) (Read error: Connection reset by peer)
2022-09-04 05:04:41 +0000nate4(~nate@98.45.169.16) (Read error: Connection reset by peer)
2022-09-04 05:04:50 +0000pavonia_pavonia
2022-09-04 05:05:08 +0000frost(~frost@user/frost) (*.net *.split)
2022-09-04 05:05:16 +0000frost(~frost@user/frost)
2022-09-04 05:05:20 +0000foul_owl(~kerry@174-21-65-36.tukw.qwest.net)
2022-09-04 05:05:27 +0000tubogram44(~tubogram@user/tubogram) (*.net *.split)
2022-09-04 05:05:27 +0000Axman6(~Axman6@user/axman6) (*.net *.split)
2022-09-04 05:05:32 +0000qwedfg(~qwedfg@user/qwedfg)
2022-09-04 05:05:38 +0000tubogram44(~tubogram@user/tubogram)
2022-09-04 05:05:38 +0000Axman6(~Axman6@user/axman6)
2022-09-04 05:06:21 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (*.net *.split)
2022-09-04 05:06:21 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-09-04 05:06:21 +0000califax(~califax@user/califx) (*.net *.split)
2022-09-04 05:06:21 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2022-09-04 05:06:21 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-09-04 05:06:21 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-09-04 05:06:21 +0000chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-09-04 05:06:21 +0000jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-09-04 05:06:25 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-04 05:06:25 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-04 05:06:25 +0000califax(~califax@user/califx)
2022-09-04 05:06:25 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex)
2022-09-04 05:06:25 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 05:06:25 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-04 05:06:25 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-04 05:06:25 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2022-09-04 05:06:33 +0000phma(~phma@2001:5b0:212a:c678:14e3:c738:ac7d:1d76) (*.net *.split)
2022-09-04 05:06:33 +0000Colere(~colere@about/linux/staff/sauvin) (*.net *.split)
2022-09-04 05:06:33 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split)
2022-09-04 05:06:33 +0000hays(rootvegeta@fsf/member/hays) (*.net *.split)
2022-09-04 05:06:34 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split)
2022-09-04 05:06:34 +0000kadobanana(~mud@user/kadoban) (*.net *.split)
2022-09-04 05:06:34 +0000mmaruseacph2(~mihai@198.199.98.239) (*.net *.split)
2022-09-04 05:06:34 +0000bcmiller(~bm3719@66.42.95.185) (*.net *.split)
2022-09-04 05:06:34 +0000wagle(~wagle@quassel.wagle.io) (*.net *.split)
2022-09-04 05:06:34 +0000malte(~malte@mal.tc) (*.net *.split)
2022-09-04 05:06:34 +0000sudden(~cat@user/sudden) (*.net *.split)
2022-09-04 05:06:34 +0000kraftwerk28_(~kraftwerk@178.62.210.83) (*.net *.split)
2022-09-04 05:06:34 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split)
2022-09-04 05:06:34 +0000oats(~thomas@user/oats) (*.net *.split)
2022-09-04 05:06:34 +0000xerox__(~edi@user/edi) (*.net *.split)
2022-09-04 05:06:34 +0000aku_(~aku@163.172.137.34) (*.net *.split)
2022-09-04 05:06:34 +0000lbseale_(~quassel@user/ep1ctetus) (*.net *.split)
2022-09-04 05:06:34 +0000Clint(~Clint@user/clint) (*.net *.split)
2022-09-04 05:06:34 +0000Unode(~Unode@194.94.44.220) (*.net *.split)
2022-09-04 05:06:34 +0000turlando_(~turlando@user/turlando) (*.net *.split)
2022-09-04 05:06:34 +0000ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2022-09-04 05:06:34 +0000stilgart(~Christoph@chezlefab.net) (*.net *.split)
2022-09-04 05:06:34 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split)
2022-09-04 05:06:34 +0000drdo(~drdo@roach0.drdo.eu) (*.net *.split)
2022-09-04 05:06:34 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
2022-09-04 05:06:34 +0000kaskal(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split)
2022-09-04 05:06:34 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split)
2022-09-04 05:06:34 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz) (*.net *.split)
2022-09-04 05:06:34 +0000haasn(~nand@haasn.dev) (*.net *.split)
2022-09-04 05:06:34 +0000dolio(~dolio@130.44.130.54) (*.net *.split)
2022-09-04 05:06:34 +0000[exa](exa@user/exa/x-3587197) (*.net *.split)
2022-09-04 05:06:34 +0000melonai-(~mel@rnrd.eu) (*.net *.split)
2022-09-04 05:06:34 +0000fjmorazan(~quassel@user/fjmorazan) (*.net *.split)
2022-09-04 05:06:34 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member) (*.net *.split)
2022-09-04 05:06:34 +0000vgtw(~vgtw@user/vgtw) (*.net *.split)
2022-09-04 05:06:34 +0000echoreply(~echoreply@45.32.163.16) (*.net *.split)
2022-09-04 05:06:34 +0000ddb(~ddb@ipv6two.tilde.club) (*.net *.split)
2022-09-04 05:06:34 +0000micro(~micro@user/micro) (*.net *.split)
2022-09-04 05:06:34 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split)
2022-09-04 05:06:34 +0000juri_(~juri@84-19-175-179.pool.ovpn.com) (*.net *.split)
2022-09-04 05:06:34 +0000Fischmiep(~Fischmiep@user/Fischmiep) (*.net *.split)
2022-09-04 05:06:34 +0000tristanC(~tristanC@user/tristanc) (*.net *.split)
2022-09-04 05:06:34 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2022-09-04 05:06:34 +0000lisq(~quassel@lis.moe) (*.net *.split)
2022-09-04 05:06:34 +0000peutri_(~peutri@bobo.desast.re) (*.net *.split)
2022-09-04 05:06:34 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:06:34 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:06:34 +0000pierrot(~pi@user/pierrot) (*.net *.split)
2022-09-04 05:06:34 +0000megeve(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:06:34 +0000jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-09-04 05:06:34 +0000natto17(~natto@140.238.225.67) (*.net *.split)
2022-09-04 05:06:34 +0000koz_(~koz@121.99.240.58) (*.net *.split)
2022-09-04 05:06:34 +0000tritlo(sid58727@user/tritlo) (*.net *.split)
2022-09-04 05:06:34 +0000saolsen(sid26430@id-26430.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:06:34 +0000jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:06:34 +0000nonzen(~nonzen@user/nonzen) (*.net *.split)
2022-09-04 05:06:34 +0000darkstardev13(~darkstard@50.53.212.60) (*.net *.split)
2022-09-04 05:06:34 +0000remedan(~remedan@octo.cafe) (*.net *.split)
2022-09-04 05:06:41 +0000coot(~coot@213.134.176.158)
2022-09-04 05:06:48 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (*.net *.split)
2022-09-04 05:06:48 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-09-04 05:06:48 +0000califax(~califax@user/califx) (*.net *.split)
2022-09-04 05:06:48 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2022-09-04 05:06:48 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-09-04 05:06:48 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-09-04 05:06:48 +0000chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-09-04 05:06:48 +0000jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-09-04 05:06:52 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-04 05:06:52 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-09-04 05:06:52 +0000califax(~califax@user/califx)
2022-09-04 05:06:52 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex)
2022-09-04 05:06:52 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 05:06:52 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-04 05:06:52 +0000chexum(~quassel@gateway/tor-sasl/chexum)
2022-09-04 05:06:52 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2022-09-04 05:07:09 +0000phma(~phma@2001:5b0:212a:c678:14e3:c738:ac7d:1d76)
2022-09-04 05:07:09 +0000Colere(~colere@about/linux/staff/sauvin)
2022-09-04 05:07:09 +0000pieguy128(~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca)
2022-09-04 05:07:09 +0000hays(rootvegeta@fsf/member/hays)
2022-09-04 05:07:09 +0000kjak(~kjak@pool-108-31-68-111.washdc.fios.verizon.net)
2022-09-04 05:07:09 +0000kadobanana(~mud@user/kadoban)
2022-09-04 05:07:09 +0000mmaruseacph2(~mihai@198.199.98.239)
2022-09-04 05:07:09 +0000bcmiller(~bm3719@66.42.95.185)
2022-09-04 05:07:09 +0000wagle(~wagle@quassel.wagle.io)
2022-09-04 05:07:09 +0000malte(~malte@mal.tc)
2022-09-04 05:07:09 +0000sudden(~cat@user/sudden)
2022-09-04 05:07:09 +0000kraftwerk28_(~kraftwerk@178.62.210.83)
2022-09-04 05:07:09 +0000oats(~thomas@user/oats)
2022-09-04 05:07:09 +0000xerox__(~edi@user/edi)
2022-09-04 05:07:09 +0000aku_(~aku@163.172.137.34)
2022-09-04 05:07:09 +0000tompaw_(~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net)
2022-09-04 05:07:09 +0000lbseale_(~quassel@user/ep1ctetus)
2022-09-04 05:07:09 +0000Clint(~Clint@user/clint)
2022-09-04 05:07:09 +0000Unode(~Unode@194.94.44.220)
2022-09-04 05:07:09 +0000turlando_(~turlando@user/turlando)
2022-09-04 05:07:09 +0000ouroboros(~ouroboros@user/ouroboros)
2022-09-04 05:07:09 +0000stilgart(~Christoph@chezlefab.net)
2022-09-04 05:07:09 +0000lambdap23(~lambdap@static.167.190.119.168.clients.your-server.de)
2022-09-04 05:07:09 +0000drdo(~drdo@roach0.drdo.eu)
2022-09-04 05:07:09 +0000Noinia(~Frank@77-162-168-71.fixed.kpn.net)
2022-09-04 05:07:09 +0000kaskal(~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0)
2022-09-04 05:07:09 +0000elkcl(~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru)
2022-09-04 05:07:09 +0000qrpnxz(~qrpnxz@fsf/member/qrpnxz)
2022-09-04 05:07:09 +0000haasn(~nand@haasn.dev)
2022-09-04 05:07:09 +0000dolio(~dolio@130.44.130.54)
2022-09-04 05:07:09 +0000[exa](exa@user/exa/x-3587197)
2022-09-04 05:07:09 +0000melonai-(~mel@rnrd.eu)
2022-09-04 05:07:09 +0000fjmorazan(~quassel@user/fjmorazan)
2022-09-04 05:07:09 +0000Sciencentistguy(~sciencent@hacksoc/ordinary-member)
2022-09-04 05:07:09 +0000vgtw(~vgtw@user/vgtw)
2022-09-04 05:07:09 +0000echoreply(~echoreply@45.32.163.16)
2022-09-04 05:07:09 +0000ddb(~ddb@ipv6two.tilde.club)
2022-09-04 05:07:09 +0000micro(~micro@user/micro)
2022-09-04 05:07:09 +0000Typedfern(~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net)
2022-09-04 05:07:09 +0000juri_(~juri@84-19-175-179.pool.ovpn.com)
2022-09-04 05:07:09 +0000tristanC(~tristanC@user/tristanc)
2022-09-04 05:07:09 +0000Fischmiep(~Fischmiep@user/Fischmiep)
2022-09-04 05:07:09 +0000xnbya2(~xnbya@2a01:4f8:c17:cbdd::1)
2022-09-04 05:07:09 +0000lisq(~quassel@lis.moe)
2022-09-04 05:07:09 +0000peutri_(~peutri@bobo.desast.re)
2022-09-04 05:07:09 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com)
2022-09-04 05:07:09 +0000ProofTechnique(sid79547@id-79547.ilkley.irccloud.com)
2022-09-04 05:07:09 +0000pierrot(~pi@user/pierrot)
2022-09-04 05:07:09 +0000megeve(sid523379@id-523379.hampstead.irccloud.com)
2022-09-04 05:07:09 +0000natto17(~natto@140.238.225.67)
2022-09-04 05:07:09 +0000jackdk(sid373013@cssa/jackdk)
2022-09-04 05:07:09 +0000koz_(~koz@121.99.240.58)
2022-09-04 05:07:09 +0000nonzen(~nonzen@user/nonzen)
2022-09-04 05:07:09 +0000tritlo(sid58727@user/tritlo)
2022-09-04 05:07:09 +0000saolsen(sid26430@id-26430.lymington.irccloud.com)
2022-09-04 05:07:09 +0000jmct(sid160793@id-160793.tinside.irccloud.com)
2022-09-04 05:07:09 +0000darkstardev13(~darkstard@50.53.212.60)
2022-09-04 05:07:09 +0000remedan(~remedan@octo.cafe)
2022-09-04 05:07:16 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split)
2022-09-04 05:07:16 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32) (*.net *.split)
2022-09-04 05:07:16 +0000sm(~sm@plaintextaccounting/sm) (*.net *.split)
2022-09-04 05:07:16 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c) (*.net *.split)
2022-09-04 05:07:16 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split)
2022-09-04 05:07:16 +0000Deide1(~deide@user/deide) (*.net *.split)
2022-09-04 05:07:16 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split)
2022-09-04 05:07:16 +0000jludwig(~justin@user/jludwig) (*.net *.split)
2022-09-04 05:07:17 +0000nerdypepper(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-09-04 05:07:17 +0000noteness(~noteness@user/noteness) (*.net *.split)
2022-09-04 05:07:17 +0000bah(~bah@l1.tel) (*.net *.split)
2022-09-04 05:07:17 +0000cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2022-09-04 05:07:17 +0000Henkru(henkru@kapsi.fi) (*.net *.split)
2022-09-04 05:07:17 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net) (*.net *.split)
2022-09-04 05:07:17 +0000Philonous_(~Philonous@user/philonous) (*.net *.split)
2022-09-04 05:07:17 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf) (*.net *.split)
2022-09-04 05:07:17 +0000rembo10_(~rembo10@main.remulis.com) (*.net *.split)
2022-09-04 05:07:17 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split)
2022-09-04 05:07:17 +0000opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2022-09-04 05:07:17 +0000gff_(~gff@user/gff) (*.net *.split)
2022-09-04 05:07:17 +0000dfg(dfg@user/dfg) (*.net *.split)
2022-09-04 05:07:17 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
2022-09-04 05:07:17 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split)
2022-09-04 05:07:17 +0000glider(~glider@user/glider) (*.net *.split)
2022-09-04 05:07:17 +0000bollu(~bollu@159.65.151.13) (*.net *.split)
2022-09-04 05:07:17 +0000MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2022-09-04 05:07:17 +0000ell(~ellie@user/ellie) (*.net *.split)
2022-09-04 05:07:17 +0000Me-me(~me-me@user/me-me) (*.net *.split)
2022-09-04 05:07:17 +0000asivitz(uid178348@id-178348.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:07:17 +0000crns(~netcrns@user/crns) (*.net *.split)
2022-09-04 05:07:17 +0000bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2022-09-04 05:07:17 +0000gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2022-09-04 05:07:17 +0000Patternmaster(~georg@user/Patternmaster) (*.net *.split)
2022-09-04 05:07:17 +0000hololeap(~quassel@user/hololeap) (*.net *.split)
2022-09-04 05:07:17 +0000Fischmiep(~Fischmiep@user/Fischmiep) (Max SendQ exceeded)
2022-09-04 05:07:32 +0000analoq(~yashi@user/dies) (Ping timeout: 255 seconds)
2022-09-04 05:08:08 +0000xff0x(~xff0x@2405:6580:b080:900:8078:5180:5b44:3de) (*.net *.split)
2022-09-04 05:08:08 +0000Kaiepi(~Kaiepi@142.68.249.28) (*.net *.split)
2022-09-04 05:08:08 +0000zaquest(~notzaques@5.130.79.72) (*.net *.split)
2022-09-04 05:08:08 +0000nurupo(~nurupo.ga@user/nurupo) (*.net *.split)
2022-09-04 05:08:08 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3) (*.net *.split)
2022-09-04 05:08:08 +0000jinsun_(~jinsun@user/jinsun) (*.net *.split)
2022-09-04 05:08:08 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df) (*.net *.split)
2022-09-04 05:08:08 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f) (*.net *.split)
2022-09-04 05:08:08 +0000peddie(~peddie@2001:470:69fc:105::25d) (*.net *.split)
2022-09-04 05:08:09 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0) (*.net *.split)
2022-09-04 05:08:09 +0000romes[m](~romesmatr@2001:470:69fc:105::2:1660) (*.net *.split)
2022-09-04 05:08:09 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56) (*.net *.split)
2022-09-04 05:08:09 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab) (*.net *.split)
2022-09-04 05:08:09 +0000Inoperable(~PLAYER_1@fancydata.science) (*.net *.split)
2022-09-04 05:08:09 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split)
2022-09-04 05:08:09 +0000mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2022-09-04 05:08:09 +0000gawen(~gawen@user/gawen) (*.net *.split)
2022-09-04 05:08:09 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com) (*.net *.split)
2022-09-04 05:08:09 +0000immae(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2022-09-04 05:08:09 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:08:09 +0000Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2022-09-04 05:08:09 +0000ajb_(~ajb@mimas.whatbox.ca) (*.net *.split)
2022-09-04 05:08:09 +0000megaTherion(~therion@unix.io) (*.net *.split)
2022-09-04 05:08:09 +0000darxun(sid504814@id-504814.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:08:09 +0000Techcable(~Techcable@user/Techcable) (*.net *.split)
2022-09-04 05:08:09 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
2022-09-04 05:08:09 +0000lechner(lechner@debian/lechner) (*.net *.split)
2022-09-04 05:08:09 +0000siers(~ij@user/ij) (*.net *.split)
2022-09-04 05:08:09 +0000drlkf(~drlkf@chat.drlkf.net) (*.net *.split)
2022-09-04 05:08:09 +0000hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2022-09-04 05:08:09 +0000arkeet(~arkeet@moriya.ca) (*.net *.split)
2022-09-04 05:08:09 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split)
2022-09-04 05:08:09 +0000Moyst__(~moyst@user/moyst) (*.net *.split)
2022-09-04 05:08:09 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split)
2022-09-04 05:08:09 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be) (*.net *.split)
2022-09-04 05:08:09 +0000vulpine(xfnw@tilde.team) (*.net *.split)
2022-09-04 05:08:09 +0000tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2022-09-04 05:08:09 +0000Teacup(~teacup@user/teacup) (*.net *.split)
2022-09-04 05:08:09 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split)
2022-09-04 05:08:32 +0000schuelermine[m](~schuelerm@user/schuelermine) (*.net *.split)
2022-09-04 05:08:32 +0000dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2022-09-04 05:08:32 +0000derelict(~derelict@user/derelict) (*.net *.split)
2022-09-04 05:08:32 +0000amir(sid22336@user/amir) (*.net *.split)
2022-09-04 05:08:32 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000Pent(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000qhong(~qhong@rescomp-21-400677.stanford.edu) (*.net *.split)
2022-09-04 05:08:32 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e) (*.net *.split)
2022-09-04 05:08:32 +0000mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2022-09-04 05:08:32 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000fendor[m](~fendormat@2001:470:69fc:105::fcbd) (*.net *.split)
2022-09-04 05:08:32 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f) (*.net *.split)
2022-09-04 05:08:32 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416) (*.net *.split)
2022-09-04 05:08:32 +0000jz99[m](~jz99matri@2001:470:69fc:105::1:d5f1) (*.net *.split)
2022-09-04 05:08:32 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90) (*.net *.split)
2022-09-04 05:08:32 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split)
2022-09-04 05:08:32 +0000Tisoxin(~ikosit@user/ikosit) (*.net *.split)
2022-09-04 05:08:32 +0000ilichu[m](~ilichumat@2001:470:69fc:105::2:6afb) (*.net *.split)
2022-09-04 05:08:32 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split)
2022-09-04 05:08:32 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d) (*.net *.split)
2022-09-04 05:08:32 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f) (*.net *.split)
2022-09-04 05:08:32 +0000Killy(~killy@2001:470:69fc:105::2:6ec1) (*.net *.split)
2022-09-04 05:08:32 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9) (*.net *.split)
2022-09-04 05:08:32 +0000aveltras[m](~aveltrasm@2001:470:69fc:105::3ef9) (*.net *.split)
2022-09-04 05:08:32 +0000nckx(~nckx@tobias.gr) (*.net *.split)
2022-09-04 05:08:32 +0000JimL(~quassel@89-162-2-132.fiber.signal.no) (*.net *.split)
2022-09-04 05:08:32 +0000jamestmartin(~james@jtmar.me) (*.net *.split)
2022-09-04 05:08:32 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000idnar(sid12240@debian/mithrandi) (*.net *.split)
2022-09-04 05:08:32 +0000V(~v@ircpuzzles/2022/april/winner/V) (*.net *.split)
2022-09-04 05:08:32 +0000rune(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000gdd1(~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5) (*.net *.split)
2022-09-04 05:08:32 +0000Flow(~none@gentoo/developer/flow) (*.net *.split)
2022-09-04 05:08:32 +0000krjst(~krjst@2604:a880:800:c1::16b:8001) (*.net *.split)
2022-09-04 05:08:32 +0000asm(~alexander@user/asm) (*.net *.split)
2022-09-04 05:08:32 +0000Guest1698(~Guest1698@20.83.116.49) (*.net *.split)
2022-09-04 05:08:32 +0000danso(danso@danso.ca) (*.net *.split)
2022-09-04 05:08:32 +0000andjjj23(~irc@107.170.228.47) (*.net *.split)
2022-09-04 05:08:32 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split)
2022-09-04 05:08:32 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:08:32 +0000tired(~tired@user/tired) (*.net *.split)
2022-09-04 05:08:32 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split)
2022-09-04 05:08:32 +0000sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2022-09-04 05:08:32 +0000sunarch(sid526836@user/sunarch) (*.net *.split)
2022-09-04 05:08:33 +0000mxs(~mxs@user/mxs) (*.net *.split)
2022-09-04 05:08:33 +0000dequbed(~dequbed@banana-new.kilobyte22.de) (*.net *.split)
2022-09-04 05:08:33 +0000scav(sid309693@user/scav) (*.net *.split)
2022-09-04 05:08:33 +0000parseval(sid239098@id-239098.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:08:33 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:08:33 +0000lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2022-09-04 05:08:33 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk) (*.net *.split)
2022-09-04 05:08:33 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1) (*.net *.split)
2022-09-04 05:08:33 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split)
2022-09-04 05:08:33 +0000raoul(~raoul@95.179.203.88) (*.net *.split)
2022-09-04 05:08:33 +0000jackhill(~jackhill@kalessin.dragonsnail.net) (*.net *.split)
2022-09-04 05:08:33 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2022-09-04 05:08:33 +0000koolazer(~koo@user/koolazer) (*.net *.split)
2022-09-04 05:08:33 +0000haveo_(~haveo@sl35.iuwt.fr) (*.net *.split)
2022-09-04 05:08:33 +0000eldritch(~eldritch@user/eldritch) (*.net *.split)
2022-09-04 05:08:33 +0000another-axel-bee(~axel-bee@alexbenishek.com) (*.net *.split)
2022-09-04 05:08:33 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:08:33 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:08:33 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:08:33 +0000jakalx(~jakalx@base.jakalx.net) (*.net *.split)
2022-09-04 05:08:36 +0000nurupo(~nurupo.ga@user/nurupo)
2022-09-04 05:08:52 +0000Fischmiep(~Fischmiep@user/Fischmiep)
2022-09-04 05:09:02 +0000analoq(~yashi@user/dies)
2022-09-04 05:09:10 +0000analoq(~yashi@user/dies) (*.net *.split)
2022-09-04 05:09:10 +0000Fischmiep(~Fischmiep@user/Fischmiep) (*.net *.split)
2022-09-04 05:09:10 +0000qwedfg(~qwedfg@user/qwedfg) (*.net *.split)
2022-09-04 05:09:10 +0000nate1(~nate@98.45.169.16) (*.net *.split)
2022-09-04 05:09:10 +0000zebrag(~chris@user/zebrag) (*.net *.split)
2022-09-04 05:09:10 +0000pi2(~pi@173.209.64.74) (*.net *.split)
2022-09-04 05:09:10 +0000nahcetan(~nate@98.45.169.16) (*.net *.split)
2022-09-04 05:09:10 +0000APic(apic@apic.name) (*.net *.split)
2022-09-04 05:09:10 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (*.net *.split)
2022-09-04 05:09:10 +0000son0p(~ff@181.136.122.143) (*.net *.split)
2022-09-04 05:09:10 +0000shriekingnoise(~shrieking@186.137.167.202) (*.net *.split)
2022-09-04 05:09:11 +0000Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net) (*.net *.split)
2022-09-04 05:09:11 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346) (*.net *.split)
2022-09-04 05:09:11 +0000TMA(tma@twin.jikos.cz) (*.net *.split)
2022-09-04 05:09:11 +0000sshine_(~simon@exocortex.online) (*.net *.split)
2022-09-04 05:09:11 +0000meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2022-09-04 05:09:11 +0000defanor(~defanor@tart.uberspace.net) (*.net *.split)
2022-09-04 05:09:11 +0000anderson(~ande@user/anderson) (*.net *.split)
2022-09-04 05:09:11 +0000hexeme_(~hexeme@user/hexeme) (*.net *.split)
2022-09-04 05:09:11 +0000mrmr(~mrmr@user/mrmr) (*.net *.split)
2022-09-04 05:09:11 +0000xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2022-09-04 05:09:11 +0000finsternis(~X@23.226.237.192) (*.net *.split)
2022-09-04 05:09:11 +0000chronon(~chronon@user/chronon) (*.net *.split)
2022-09-04 05:09:11 +0000ystael(~ystael@user/ystael) (*.net *.split)
2022-09-04 05:09:11 +0000cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2022-09-04 05:09:11 +0000RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-09-04 05:09:11 +0000sloorush(~sloorush@52.187.184.81) (*.net *.split)
2022-09-04 05:09:11 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split)
2022-09-04 05:09:11 +0000loonycyborg_(loonycybor@chantal.wesnoth.org) (*.net *.split)
2022-09-04 05:09:11 +0000ncf(~n@monade.li) (*.net *.split)
2022-09-04 05:09:11 +0000Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2022-09-04 05:09:11 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split)
2022-09-04 05:09:11 +0000zachel(~zachel@user/zachel) (*.net *.split)
2022-09-04 05:09:11 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
2022-09-04 05:09:11 +0000xstill_(xstill@fimu/xstill) (*.net *.split)
2022-09-04 05:09:11 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp) (*.net *.split)
2022-09-04 05:09:11 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split)
2022-09-04 05:09:11 +0000LambdaDuck(~anka@ksit.fixme.fi) (*.net *.split)
2022-09-04 05:09:11 +0000martin02(~silas@141.84.69.76) (*.net *.split)
2022-09-04 05:09:11 +0000tomgus1(~tomgus1@176.254.19.153) (*.net *.split)
2022-09-04 05:09:11 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split)
2022-09-04 05:09:11 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2022-09-04 05:09:11 +0000maerwald(~maerwald@user/maerwald) (*.net *.split)
2022-09-04 05:09:11 +0000srk(~sorki@user/srk) (*.net *.split)
2022-09-04 05:09:11 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2022-09-04 05:09:11 +0000cynomys(~cynomys@user/cynomys) (*.net *.split)
2022-09-04 05:09:11 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split)
2022-09-04 05:09:11 +0000blades(~blades@204.48.29.163) (*.net *.split)
2022-09-04 05:09:11 +0000sweater1(~sweater@206.81.18.26) (*.net *.split)
2022-09-04 05:09:11 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split)
2022-09-04 05:09:11 +0000darkling(~darkling@savella.carfax.org.uk) (*.net *.split)
2022-09-04 05:09:11 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split)
2022-09-04 05:09:11 +0000c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2022-09-04 05:09:11 +0000macabre(~m@161.35.15.236) (*.net *.split)
2022-09-04 05:09:11 +0000mcglk(~mcglk@131.191.49.120) (*.net *.split)
2022-09-04 05:09:12 +0000heath(~heath@user/heath) (*.net *.split)
2022-09-04 05:09:12 +0000byorgey(~byorgey@155.138.238.211) (*.net *.split)
2022-09-04 05:09:12 +0000caubert(~caubert@user/caubert) (*.net *.split)
2022-09-04 05:09:12 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski) (*.net *.split)
2022-09-04 05:09:12 +0000tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2022-09-04 05:09:12 +0000df(~ben@justworks.xyz) (*.net *.split)
2022-09-04 05:09:12 +0000tstat(~tstat@user/tstat) (*.net *.split)
2022-09-04 05:09:12 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split)
2022-09-04 05:09:12 +0000simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2022-09-04 05:09:12 +0000kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2022-09-04 05:09:12 +0000energizer(~energizer@user/energizer) (*.net *.split)
2022-09-04 05:09:12 +0000noctux1(KOx7x4g3XX@karif.server-speed.net) (*.net *.split)
2022-09-04 05:09:12 +0000kosmikus(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2022-09-04 05:09:12 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split)
2022-09-04 05:09:12 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2022-09-04 05:09:12 +0000marienz(marienz@libera/staff/marienz) (*.net *.split)
2022-09-04 05:09:12 +0000tureba(~tureba@tureba.org) (*.net *.split)
2022-09-04 05:09:12 +0000hexology(~hexology@user/hexology) (*.net *.split)
2022-09-04 05:09:36 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com) (Ping timeout: 259 seconds)
2022-09-04 05:10:09 +0000Feuermagier(~Feuermagi@user/feuermagier) (*.net *.split)
2022-09-04 05:10:09 +0000Vajb(~Vajb@2001:999:705:3c86:e7ea:442b:1e01:22d8) (*.net *.split)
2022-09-04 05:10:09 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:10:09 +0000bonz060(~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
2022-09-04 05:10:09 +0000motherfsck(~motherfsc@user/motherfsck) (*.net *.split)
2022-09-04 05:10:09 +0000teddyc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2022-09-04 05:10:09 +0000inversed(~inversed@90.209.137.56) (*.net *.split)
2022-09-04 05:10:09 +0000nisstyre(wes@user/nisstyre) (*.net *.split)
2022-09-04 05:10:09 +0000siraben(~siraben@user/siraben) (*.net *.split)
2022-09-04 05:10:09 +0000famubu[m](~famubumat@2001:470:69fc:105::1081) (*.net *.split)
2022-09-04 05:10:09 +0000ericson2314(~ericson23@2001:470:69fc:105::70c) (*.net *.split)
2022-09-04 05:10:09 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b) (*.net *.split)
2022-09-04 05:10:09 +0000maralorn(~maralorn@2001:470:69fc:105::251) (*.net *.split)
2022-09-04 05:10:09 +0000geekosaur[m](~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-04 05:10:09 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3) (*.net *.split)
2022-09-04 05:10:09 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291) (*.net *.split)
2022-09-04 05:10:09 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split)
2022-09-04 05:10:09 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8) (*.net *.split)
2022-09-04 05:10:09 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2) (*.net *.split)
2022-09-04 05:10:09 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7) (*.net *.split)
2022-09-04 05:10:09 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172) (*.net *.split)
2022-09-04 05:10:09 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split)
2022-09-04 05:10:09 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:10:09 +0000edwtjo(~edwtjo@fsf/member/edwtjo) (*.net *.split)
2022-09-04 05:10:09 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2022-09-04 05:10:09 +0000swistak-(~swistak@185.21.216.141) (*.net *.split)
2022-09-04 05:10:09 +0000tnks(sid412124@id-412124.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:10:09 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split)
2022-09-04 05:10:09 +0000acro(~acro@user/acro) (*.net *.split)
2022-09-04 05:10:09 +0000Yumemi_(~Yumemi@chamoin.net) (*.net *.split)
2022-09-04 05:10:09 +0000davl_(~davl@207.154.228.18) (*.net *.split)
2022-09-04 05:10:09 +0000_\_(~o@user/offon) (*.net *.split)
2022-09-04 05:10:09 +0000emanon42(~emanon42@103.120.19.44) (*.net *.split)
2022-09-04 05:10:09 +0000noctux(~noctux@user/noctux) (*.net *.split)
2022-09-04 05:10:09 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split)
2022-09-04 05:10:09 +0000Adeon(sid418992@id-418992.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:10:09 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split)
2022-09-04 05:10:09 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
2022-09-04 05:10:22 +0000TonyStone(~TonyStone@2603-7080-8607-c36a-64d5-91de-6fa5-ec29.res6.spectrum.com) (*.net *.split)
2022-09-04 05:10:22 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e) (*.net *.split)
2022-09-04 05:10:23 +0000L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2022-09-04 05:10:23 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000vito(sid1962@user/vito) (*.net *.split)
2022-09-04 05:10:23 +0000alinab(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b) (*.net *.split)
2022-09-04 05:10:23 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6) (*.net *.split)
2022-09-04 05:10:23 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039) (*.net *.split)
2022-09-04 05:10:23 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9) (*.net *.split)
2022-09-04 05:10:23 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (*.net *.split)
2022-09-04 05:10:23 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4) (*.net *.split)
2022-09-04 05:10:23 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729) (*.net *.split)
2022-09-04 05:10:23 +0000fgaz(~fgaz@2001:470:69fc:105::842) (*.net *.split)
2022-09-04 05:10:23 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32) (*.net *.split)
2022-09-04 05:10:23 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd) (*.net *.split)
2022-09-04 05:10:23 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284) (*.net *.split)
2022-09-04 05:10:23 +0000kadoban1(~kadoban@user/kadoban) (*.net *.split)
2022-09-04 05:10:23 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a) (*.net *.split)
2022-09-04 05:10:23 +0000unclechu(~unclechu@2001:470:69fc:105::354) (*.net *.split)
2022-09-04 05:10:23 +0000jmcantrell(~jmcantrel@user/jmcantrell) (*.net *.split)
2022-09-04 05:10:23 +0000ormaaj(~ormaaj@user/ormaaj) (*.net *.split)
2022-09-04 05:10:23 +0000surgeon(~surge9nma@2001:470:69fc:105::f585) (*.net *.split)
2022-09-04 05:10:23 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split)
2022-09-04 05:10:23 +0000haritz(~hrtz@user/haritz) (*.net *.split)
2022-09-04 05:10:23 +0000dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2022-09-04 05:10:23 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000dunj3(~dunj3@kingdread.de) (*.net *.split)
2022-09-04 05:10:23 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000ente`(~daemon@inferno.barfooze.de) (*.net *.split)
2022-09-04 05:10:23 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split)
2022-09-04 05:10:23 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2022-09-04 05:10:23 +0000ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-09-04 05:10:23 +0000dragestil(~znc@user/dragestil) (*.net *.split)
2022-09-04 05:10:23 +0000brprice(~brprice@user/brprice) (*.net *.split)
2022-09-04 05:10:23 +0000bw(sid2730@user/betawaffle) (*.net *.split)
2022-09-04 05:10:23 +0000chessai(sid225296@id-225296.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000nrr____(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party) (*.net *.split)
2022-09-04 05:10:23 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split)
2022-09-04 05:10:23 +0000shachaf(~shachaf@user/shachaf) (*.net *.split)
2022-09-04 05:10:23 +0000jjhoo(jahakala@user/jjhoo) (*.net *.split)
2022-09-04 05:10:23 +0000hltk(~hltk@hltk.fi) (*.net *.split)
2022-09-04 05:10:23 +0000shane(~shane@ana.rch.ist) (*.net *.split)
2022-09-04 05:10:23 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
2022-09-04 05:10:23 +0000hiredman(~hiredman@frontier1.downey.family) (*.net *.split)
2022-09-04 05:10:23 +0000stvc(~stvc@192.241.166.39) (*.net *.split)
2022-09-04 05:10:23 +0000hook54321(sid149355@user/hook54321) (*.net *.split)
2022-09-04 05:10:23 +0000Arsen(arsen@managarm/dev/Arsen) (*.net *.split)
2022-09-04 05:10:23 +0000grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:10:23 +0000Dykam(Dykam@dykam.nl) (*.net *.split)
2022-09-04 05:10:23 +0000apache2(apache2@anubis.0x90.dk) (*.net *.split)
2022-09-04 05:10:31 +0000Feuermagier(~Feuermagi@user/feuermagier)
2022-09-04 05:10:31 +0000Vajb(~Vajb@2001:999:705:3c86:e7ea:442b:1e01:22d8)
2022-09-04 05:10:31 +0000S11001001(sid42510@id-42510.ilkley.irccloud.com)
2022-09-04 05:10:31 +0000bonz060(~quassel@2001:bc8:47a4:a23::1)
2022-09-04 05:10:31 +0000motherfsck(~motherfsc@user/motherfsck)
2022-09-04 05:10:31 +0000teddyc(theodorc@cassarossa.samfundet.no)
2022-09-04 05:10:31 +0000inversed(~inversed@90.209.137.56)
2022-09-04 05:10:31 +0000nisstyre(wes@user/nisstyre)
2022-09-04 05:10:31 +0000famubu[m](~famubumat@2001:470:69fc:105::1081)
2022-09-04 05:10:31 +0000ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-09-04 05:10:31 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b)
2022-09-04 05:10:31 +0000maralorn(~maralorn@2001:470:69fc:105::251)
2022-09-04 05:10:31 +0000geekosaur[m](~geekosaur@xmonad/geekosaur)
2022-09-04 05:10:31 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3)
2022-09-04 05:10:31 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291)
2022-09-04 05:10:31 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-09-04 05:10:31 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8)
2022-09-04 05:10:31 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2)
2022-09-04 05:10:31 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7)
2022-09-04 05:10:31 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172)
2022-09-04 05:10:31 +0000heartburn(~gass@2a00:d880:3:1::b1e4:b241)
2022-09-04 05:10:31 +0000conjunctive(sid433686@id-433686.helmsley.irccloud.com)
2022-09-04 05:10:31 +0000edwtjo(~edwtjo@fsf/member/edwtjo)
2022-09-04 05:10:31 +0000bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2022-09-04 05:10:31 +0000swistak-(~swistak@185.21.216.141)
2022-09-04 05:10:31 +0000tnks(sid412124@id-412124.helmsley.irccloud.com)
2022-09-04 05:10:31 +0000ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2022-09-04 05:10:31 +0000acro(~acro@user/acro)
2022-09-04 05:10:31 +0000Yumemi_(~Yumemi@chamoin.net)
2022-09-04 05:10:31 +0000davl_(~davl@207.154.228.18)
2022-09-04 05:10:31 +0000_\_(~o@user/offon)
2022-09-04 05:10:31 +0000leeb(~leeb@tk2-243-31079.vs.sakura.ne.jp)
2022-09-04 05:10:31 +0000emanon42(~emanon42@103.120.19.44)
2022-09-04 05:10:31 +0000noctux(~noctux@user/noctux)
2022-09-04 05:10:31 +0000Adeon(sid418992@id-418992.lymington.irccloud.com)
2022-09-04 05:10:31 +0000spider_(~spider@vps-951ce37a.vps.ovh.ca)
2022-09-04 05:10:31 +0000Vq(~vq@90-227-195-41-no77.tbcn.telia.com)
2022-09-04 05:10:38 +0000famubu[m](~famubumat@2001:470:69fc:105::1081) (Ping timeout: 240 seconds)
2022-09-04 05:10:38 +0000maralorn(~maralorn@2001:470:69fc:105::251) (Ping timeout: 240 seconds)
2022-09-04 05:10:43 +0000TonyStone(~TonyStone@2603-7080-8607-c36a-64d5-91de-6fa5-ec29.res6.spectrum.com)
2022-09-04 05:10:43 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e)
2022-09-04 05:10:43 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2022-09-04 05:10:43 +0000cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2022-09-04 05:10:43 +0000vito(sid1962@user/vito)
2022-09-04 05:10:43 +0000alinab(sid468903@id-468903.helmsley.irccloud.com)
2022-09-04 05:10:43 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b)
2022-09-04 05:10:43 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6)
2022-09-04 05:10:43 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039)
2022-09-04 05:10:43 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9)
2022-09-04 05:10:43 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-09-04 05:10:43 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4)
2022-09-04 05:10:43 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-09-04 05:10:43 +0000fgaz(~fgaz@2001:470:69fc:105::842)
2022-09-04 05:10:43 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32)
2022-09-04 05:10:43 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd)
2022-09-04 05:10:43 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-09-04 05:10:43 +0000kadoban1(~kadoban@user/kadoban)
2022-09-04 05:10:43 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a)
2022-09-04 05:10:43 +0000unclechu(~unclechu@2001:470:69fc:105::354)
2022-09-04 05:10:43 +0000jmcantrell(~jmcantrel@user/jmcantrell)
2022-09-04 05:10:43 +0000ormaaj(~ormaaj@user/ormaaj)
2022-09-04 05:10:43 +0000surgeon(~surge9nma@2001:470:69fc:105::f585)
2022-09-04 05:10:43 +0000earthy(~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net)
2022-09-04 05:10:43 +0000haritz(~hrtz@user/haritz)
2022-09-04 05:10:43 +0000dibblego(~dibblego@haskell/developer/dibblego)
2022-09-04 05:10:43 +0000Boarders___(sid425905@id-425905.lymington.irccloud.com)
2022-09-04 05:10:43 +0000systemfault(sid267009@id-267009.uxbridge.irccloud.com)
2022-09-04 05:10:43 +0000dunj3(~dunj3@kingdread.de)
2022-09-04 05:10:43 +0000gonz_______(sid304396@id-304396.lymington.irccloud.com)
2022-09-04 05:10:43 +0000ente`(~daemon@inferno.barfooze.de)
2022-09-04 05:10:43 +0000dagit(~dagit@2001:558:6025:38:6476:a063:d05a:44da)
2022-09-04 05:10:43 +0000Kamuela(sid111576@id-111576.tinside.irccloud.com)
2022-09-04 05:10:43 +0000welterde(welterde@thinkbase.srv.welterde.de)
2022-09-04 05:10:43 +0000ringo__(~ringo@157.230.117.128)
2022-09-04 05:10:43 +0000dragestil(~znc@user/dragestil)
2022-09-04 05:10:43 +0000brprice(~brprice@user/brprice)
2022-09-04 05:10:43 +0000bw(sid2730@user/betawaffle)
2022-09-04 05:10:43 +0000nrr____(sid20938@id-20938.lymington.irccloud.com)
2022-09-04 05:10:43 +0000chessai(sid225296@id-225296.lymington.irccloud.com)
2022-09-04 05:10:43 +0000burakcank(burakcank@has.arrived.and.is.ready-to.party)
2022-09-04 05:10:43 +0000tomsmeding(~tomsmedin@2a01:4f8:c0c:5e5e::2)
2022-09-04 05:10:43 +0000shachaf(~shachaf@user/shachaf)
2022-09-04 05:10:43 +0000jjhoo(jahakala@user/jjhoo)
2022-09-04 05:10:43 +0000hltk(~hltk@hltk.fi)
2022-09-04 05:10:43 +0000shane(~shane@ana.rch.ist)
2022-09-04 05:10:43 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca)
2022-09-04 05:10:43 +0000hiredman(~hiredman@frontier1.downey.family)
2022-09-04 05:10:43 +0000stvc(~stvc@192.241.166.39)
2022-09-04 05:10:43 +0000hook54321(sid149355@user/hook54321)
2022-09-04 05:10:43 +0000Arsen(arsen@managarm/dev/Arsen)
2022-09-04 05:10:43 +0000grfn(sid449115@id-449115.helmsley.irccloud.com)
2022-09-04 05:10:43 +0000Dykam(Dykam@dykam.nl)
2022-09-04 05:10:43 +0000apache2(apache2@anubis.0x90.dk)
2022-09-04 05:10:45 +0000jmcantrell(~jmcantrel@user/jmcantrell) (Max SendQ exceeded)
2022-09-04 05:10:45 +0000ormaaj(~ormaaj@user/ormaaj) (Max SendQ exceeded)
2022-09-04 05:10:51 +0000img(~img@user/img) (*.net *.split)
2022-09-04 05:10:51 +0000causal(~user@2001:470:ea0f:3:329c:23ff:fe3f:1e0e) (*.net *.split)
2022-09-04 05:10:51 +0000|beowulf|(florian@sourcemage/mage/beowulf) (*.net *.split)
2022-09-04 05:10:51 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split)
2022-09-04 05:10:51 +0000sviermsung(E3Ya4Aww1k@user/s4msung) (*.net *.split)
2022-09-04 05:10:51 +0000whatsupboy(~whatsupbo@user/scobydoo) (*.net *.split)
2022-09-04 05:10:51 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split)
2022-09-04 05:10:51 +0000agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000dispater-(~dispater@mail.brprice.uk) (*.net *.split)
2022-09-04 05:10:51 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000orcus(~orcus@user/brprice) (*.net *.split)
2022-09-04 05:10:51 +0000feliix42(~felix@gibbs.uberspace.de) (*.net *.split)
2022-09-04 05:10:51 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000integral(sid296274@user/integral) (*.net *.split)
2022-09-04 05:10:51 +0000kristjansson_(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000cln_(sid336875@id-336875.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000supersven(sid501114@id-501114.ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split)
2022-09-04 05:10:51 +0000psydroid(~psydroid@user/psydroid) (*.net *.split)
2022-09-04 05:10:51 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4) (*.net *.split)
2022-09-04 05:10:51 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d) (*.net *.split)
2022-09-04 05:10:51 +0000duckie(~duckie@user/duckie) (*.net *.split)
2022-09-04 05:10:51 +0000chreekat(~chreekat@2001:470:69fc:105::16b5) (*.net *.split)
2022-09-04 05:10:51 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018) (*.net *.split)
2022-09-04 05:10:51 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split)
2022-09-04 05:10:51 +0000polykernel[m](~polykerne@user/polykernel) (*.net *.split)
2022-09-04 05:10:51 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60) (*.net *.split)
2022-09-04 05:10:51 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085) (*.net *.split)
2022-09-04 05:10:51 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split)
2022-09-04 05:10:51 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2022-09-04 05:10:51 +0000sabx(~sabbas@user/sabbas) (*.net *.split)
2022-09-04 05:10:51 +0000urdh(~urdh@user/urdh) (*.net *.split)
2022-09-04 05:10:51 +0000int-e(~noone@int-e.eu) (*.net *.split)
2022-09-04 05:10:51 +0000absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2022-09-04 05:10:51 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
2022-09-04 05:10:51 +0000AWizzArd(~code@gehrels.uberspace.de) (*.net *.split)
2022-09-04 05:10:51 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split)
2022-09-04 05:10:51 +0000rawles(~x@user/rawles) (*.net *.split)
2022-09-04 05:10:51 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split)
2022-09-04 05:10:51 +0000edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2022-09-04 05:10:52 +0000dixie(~dixie@real.wilbury.sk) (*.net *.split)
2022-09-04 05:10:52 +0000xacktm(xacktm@user/xacktm) (*.net *.split)
2022-09-04 05:10:52 +0000acidsys(~crameleon@openSUSE/member/crameleon) (*.net *.split)
2022-09-04 05:10:52 +0000thonkpod_(~thonkpod@user/thonkpod) (*.net *.split)
2022-09-04 05:10:52 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2022-09-04 05:10:52 +0000simeon(~pi@dslb-088-071-128-104.088.071.pools.vodafone-ip.de) (*.net *.split)
2022-09-04 05:10:52 +0000drewr(~drew@user/drewr) (*.net *.split)
2022-09-04 05:10:52 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split)
2022-09-04 05:10:52 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 05:10:54 +0000unclechu(~unclechu@2001:470:69fc:105::354) (Ping timeout: 264 seconds)
2022-09-04 05:10:54 +0000surgeon(~surge9nma@2001:470:69fc:105::f585) (Ping timeout: 264 seconds)
2022-09-04 05:10:58 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3) (Ping timeout: 240 seconds)
2022-09-04 05:10:58 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (Ping timeout: 240 seconds)
2022-09-04 05:10:58 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172) (Ping timeout: 240 seconds)
2022-09-04 05:11:11 +0000img(~img@user/img)
2022-09-04 05:11:11 +0000causal(~user@2001:470:ea0f:3:329c:23ff:fe3f:1e0e)
2022-09-04 05:11:11 +0000|beowulf|(florian@sourcemage/mage/beowulf)
2022-09-04 05:11:11 +0000nibelungen(~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725)
2022-09-04 05:11:11 +0000sviermsung(E3Ya4Aww1k@user/s4msung)
2022-09-04 05:11:11 +0000whatsupboy(~whatsupbo@user/scobydoo)
2022-09-04 05:11:11 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001)
2022-09-04 05:11:11 +0000SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2022-09-04 05:11:11 +0000sa(sid1055@id-1055.tinside.irccloud.com)
2022-09-04 05:11:11 +0000agander_m(sid407952@id-407952.tinside.irccloud.com)
2022-09-04 05:11:11 +0000dispater-(~dispater@mail.brprice.uk)
2022-09-04 05:11:11 +0000wafflepirate(sid467876@id-467876.ilkley.irccloud.com)
2022-09-04 05:11:11 +0000PotatoGim_(sid99505@id-99505.lymington.irccloud.com)
2022-09-04 05:11:11 +0000kristjansson_(sid126207@id-126207.tinside.irccloud.com)
2022-09-04 05:11:11 +0000cln_(sid336875@id-336875.ilkley.irccloud.com)
2022-09-04 05:11:11 +0000orcus(~orcus@user/brprice)
2022-09-04 05:11:11 +0000integral(sid296274@user/integral)
2022-09-04 05:11:11 +0000feliix42(~felix@gibbs.uberspace.de)
2022-09-04 05:11:11 +0000ysh____(sid6017@id-6017.ilkley.irccloud.com)
2022-09-04 05:11:11 +0000sooch_(sid533113@id-533113.hampstead.irccloud.com)
2022-09-04 05:11:11 +0000christiaanb(sid84827@id-84827.lymington.irccloud.com)
2022-09-04 05:11:11 +0000edmundnoble(sid229620@id-229620.helmsley.irccloud.com)
2022-09-04 05:11:11 +0000wallymathieu(sid533252@id-533252.uxbridge.irccloud.com)
2022-09-04 05:11:11 +0000AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2022-09-04 05:11:11 +0000supersven(sid501114@id-501114.ilkley.irccloud.com)
2022-09-04 05:11:11 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-09-04 05:11:11 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4)
2022-09-04 05:11:11 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d)
2022-09-04 05:11:11 +0000duckie(~duckie@user/duckie)
2022-09-04 05:11:11 +0000chreekat(~chreekat@2001:470:69fc:105::16b5)
2022-09-04 05:11:11 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-09-04 05:11:11 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-09-04 05:11:11 +0000polykernel[m](~polykerne@user/polykernel)
2022-09-04 05:11:11 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60)
2022-09-04 05:11:11 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085)
2022-09-04 05:11:11 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-09-04 05:11:11 +0000TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2022-09-04 05:11:11 +0000rawles(~x@user/rawles)
2022-09-04 05:11:11 +0000sabx(~sabbas@user/sabbas)
2022-09-04 05:11:11 +0000urdh(~urdh@user/urdh)
2022-09-04 05:11:11 +0000int-e(~noone@int-e.eu)
2022-09-04 05:11:11 +0000SIben(~SIben@ns3106586.ip-5-135-191.eu)
2022-09-04 05:11:11 +0000absence(torgeihe@hildring.pvv.ntnu.no)
2022-09-04 05:11:11 +0000AWizzArd(~code@gehrels.uberspace.de)
2022-09-04 05:11:11 +0000emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc)
2022-09-04 05:11:11 +0000totbwf(sid402332@id-402332.uxbridge.irccloud.com)
2022-09-04 05:11:11 +0000edwardk(sid47016@haskell/developer/edwardk)
2022-09-04 05:11:11 +0000dixie(~dixie@real.wilbury.sk)
2022-09-04 05:11:11 +0000xacktm(xacktm@user/xacktm)
2022-09-04 05:11:11 +0000acidsys(~crameleon@openSUSE/member/crameleon)
2022-09-04 05:11:11 +0000thonkpod_(~thonkpod@user/thonkpod)
2022-09-04 05:11:11 +0000hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2022-09-04 05:11:11 +0000simeon(~pi@dslb-088-071-128-104.088.071.pools.vodafone-ip.de)
2022-09-04 05:11:11 +0000drewr(~drew@user/drewr)
2022-09-04 05:11:11 +0000yushyin(w8oD1vlcZ2@mail.karif.server-speed.net)
2022-09-04 05:11:14 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4) (Ping timeout: 274 seconds)
2022-09-04 05:11:14 +0000duckie(~duckie@user/duckie) (Ping timeout: 274 seconds)
2022-09-04 05:11:14 +0000chreekat(~chreekat@2001:470:69fc:105::16b5) (Ping timeout: 274 seconds)
2022-09-04 05:11:14 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018) (Ping timeout: 274 seconds)
2022-09-04 05:11:14 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (Ping timeout: 274 seconds)
2022-09-04 05:11:14 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085) (Ping timeout: 274 seconds)
2022-09-04 05:11:14 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (Max SendQ exceeded)
2022-09-04 05:11:18 +0000ericson2314(~ericson23@2001:470:69fc:105::70c) (Ping timeout: 240 seconds)
2022-09-04 05:11:18 +0000geekosaur[m](~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds)
2022-09-04 05:11:30 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000fgaz(~fgaz@2001:470:69fc:105::842) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000kadoban1(~kadoban@user/kadoban) (Ping timeout: 264 seconds)
2022-09-04 05:11:30 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a) (Ping timeout: 264 seconds)
2022-09-04 05:11:40 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d) (Ping timeout: 268 seconds)
2022-09-04 05:11:59 +0000xff0x(~xff0x@2405:6580:b080:900:8078:5180:5b44:3de)
2022-09-04 05:11:59 +0000Kaiepi(~Kaiepi@142.68.249.28)
2022-09-04 05:11:59 +0000zaquest(~notzaques@5.130.79.72)
2022-09-04 05:11:59 +0000Inoperable(~PLAYER_1@fancydata.science)
2022-09-04 05:11:59 +0000troydm(~troydm@host-176-37-124-197.b025.la.net.ua)
2022-09-04 05:11:59 +0000mjacob(~mjacob@adrastea.uberspace.de)
2022-09-04 05:11:59 +0000gawen(~gawen@user/gawen)
2022-09-04 05:11:59 +0000Ram-Z(~Ram-Z@li1814-254.members.linode.com)
2022-09-04 05:11:59 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2022-09-04 05:11:59 +0000immae(~immae@2a01:4f8:141:53e7::)
2022-09-04 05:11:59 +0000darxun(sid504814@id-504814.tinside.irccloud.com)
2022-09-04 05:11:59 +0000Ranhir(~Ranhir@157.97.53.139)
2022-09-04 05:11:59 +0000megaTherion(~therion@unix.io)
2022-09-04 05:11:59 +0000ajb_(~ajb@mimas.whatbox.ca)
2022-09-04 05:11:59 +0000Techcable(~Techcable@user/Techcable)
2022-09-04 05:11:59 +0000ralu1(~ralu@static.211.245.203.116.clients.your-server.de)
2022-09-04 05:11:59 +0000lechner(lechner@debian/lechner)
2022-09-04 05:11:59 +0000siers(~ij@user/ij)
2022-09-04 05:11:59 +0000drlkf(~drlkf@chat.drlkf.net)
2022-09-04 05:11:59 +0000hugo(znc@verdigris.lysator.liu.se)
2022-09-04 05:11:59 +0000arkeet(~arkeet@moriya.ca)
2022-09-04 05:11:59 +0000mimmy(~mimmy@2604:a880:cad:d0::3e:1001)
2022-09-04 05:11:59 +0000Moyst__(~moyst@user/moyst)
2022-09-04 05:11:59 +0000marquis_andras(~marquis_a@27-33-131-201.tpgi.com.au)
2022-09-04 05:11:59 +0000bcoppens(~bartcopp@vpn2.bartcoppens.be)
2022-09-04 05:11:59 +0000vulpine(xfnw@tilde.team)
2022-09-04 05:11:59 +0000tinwood(~tinwood@canonical/tinwood)
2022-09-04 05:11:59 +0000Teacup(~teacup@user/teacup)
2022-09-04 05:11:59 +0000lagash(lagash@2605:6400:20:b4:9c76:1538:3398:ce71)
2022-09-04 05:12:09 +0000Teacup(~teacup@user/teacup) (Max SendQ exceeded)
2022-09-04 05:12:13 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2022-09-04 05:12:17 +0000jludwig(~justin@user/jludwig)
2022-09-04 05:12:17 +0000nerdypepper(~nerdypepp@user/nerdypepper)
2022-09-04 05:12:17 +0000noteness(~noteness@user/noteness)
2022-09-04 05:12:17 +0000bah(~bah@l1.tel)
2022-09-04 05:12:17 +0000cjay(cjay@nerdbox.nerd2nerd.org)
2022-09-04 05:12:17 +0000Henkru(henkru@kapsi.fi)
2022-09-04 05:12:17 +0000hughjfchen(~hughjfche@vmi556545.contaboserver.net)
2022-09-04 05:12:17 +0000Philonous_(~Philonous@user/philonous)
2022-09-04 05:12:17 +0000ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2022-09-04 05:12:17 +0000rembo10_(~rembo10@main.remulis.com)
2022-09-04 05:12:17 +0000einfair_(~einfair@broadband-90-154-71-147.ip.moscow.rt.ru)
2022-09-04 05:12:17 +0000opqdonut(opqdonut@pseudo.fixme.fi)
2022-09-04 05:12:17 +0000gff_(~gff@user/gff)
2022-09-04 05:12:17 +0000dfg(dfg@user/dfg)
2022-09-04 05:12:17 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de)
2022-09-04 05:12:17 +0000kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host)
2022-09-04 05:12:17 +0000glider(~glider@user/glider)
2022-09-04 05:12:17 +0000bollu(~bollu@159.65.151.13)
2022-09-04 05:12:17 +0000ell(~ellie@user/ellie)
2022-09-04 05:12:17 +0000MironZ(~MironZ@nat-infra.ehlab.uk)
2022-09-04 05:12:17 +0000Me-me(~me-me@user/me-me)
2022-09-04 05:12:17 +0000asivitz(uid178348@id-178348.tinside.irccloud.com)
2022-09-04 05:12:17 +0000crns(~netcrns@user/crns)
2022-09-04 05:12:17 +0000bjobjo(~bjobjo@user/bjobjo)
2022-09-04 05:12:17 +0000gnyeki(~gnyeki@user/gnyeki)
2022-09-04 05:12:17 +0000Patternmaster(~georg@user/Patternmaster)
2022-09-04 05:12:17 +0000hololeap(~quassel@user/hololeap)
2022-09-04 05:12:18 +0000Teacup(~teacup@user/teacup)
2022-09-04 05:12:55 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-04 05:12:55 +0000dminuoso(~dminuoso@user/dminuoso)
2022-09-04 05:12:55 +0000derelict(~derelict@user/derelict)
2022-09-04 05:12:55 +0000amir(sid22336@user/amir)
2022-09-04 05:12:55 +0000T_S_(sid501726@id-501726.uxbridge.irccloud.com)
2022-09-04 05:12:55 +0000rubin55(sid175221@id-175221.hampstead.irccloud.com)
2022-09-04 05:12:55 +0000Pent(sid313808@id-313808.lymington.irccloud.com)
2022-09-04 05:12:55 +0000qhong(~qhong@rescomp-21-400677.stanford.edu)
2022-09-04 05:12:55 +0000Fangs(sid141280@id-141280.hampstead.irccloud.com)
2022-09-04 05:12:55 +0000pjlsergeant(sid143467@id-143467.hampstead.irccloud.com)
2022-09-04 05:12:55 +0000mustafa(sid502723@rockylinux/releng/mustafa)
2022-09-04 05:12:55 +0000JSharp(sid4580@id-4580.lymington.irccloud.com)
2022-09-04 05:12:55 +0000pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2022-09-04 05:12:55 +0000nckx(~nckx@tobias.gr)
2022-09-04 05:12:55 +0000JimL(~quassel@89-162-2-132.fiber.signal.no)
2022-09-04 05:12:55 +0000jamestmartin(~james@jtmar.me)
2022-09-04 05:12:55 +0000SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2022-09-04 05:12:55 +0000idnar(sid12240@debian/mithrandi)
2022-09-04 05:12:55 +0000V(~v@ircpuzzles/2022/april/winner/V)
2022-09-04 05:12:55 +0000rune(sid21167@id-21167.ilkley.irccloud.com)
2022-09-04 05:12:55 +0000teehemkay(sid14792@id-14792.lymington.irccloud.com)
2022-09-04 05:12:55 +0000gdd1(~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5)
2022-09-04 05:12:55 +0000Flow(~none@gentoo/developer/flow)
2022-09-04 05:12:55 +0000krjst(~krjst@2604:a880:800:c1::16b:8001)
2022-09-04 05:12:55 +0000asm(~alexander@user/asm)
2022-09-04 05:12:55 +0000Guest1698(~Guest1698@20.83.116.49)
2022-09-04 05:12:55 +0000danso(danso@danso.ca)
2022-09-04 05:12:55 +0000andjjj23(~irc@107.170.228.47)
2022-09-04 05:12:55 +0000dka_(~code-is-a@ns3059207.ip-193-70-33.eu)
2022-09-04 05:12:55 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com)
2022-09-04 05:12:55 +0000tired(~tired@user/tired)
2022-09-04 05:12:55 +0000kawen(~quassel@static.208.191.216.95.clients.your-server.de)
2022-09-04 05:12:55 +0000sclv(sid39734@haskell/developer/sclv)
2022-09-04 05:12:55 +0000sunarch(sid526836@user/sunarch)
2022-09-04 05:12:55 +0000mxs(~mxs@user/mxs)
2022-09-04 05:12:55 +0000dequbed(~dequbed@banana-new.kilobyte22.de)
2022-09-04 05:12:55 +0000scav(sid309693@user/scav)
2022-09-04 05:12:55 +0000parseval(sid239098@id-239098.helmsley.irccloud.com)
2022-09-04 05:12:55 +0000gaze___(sid387101@id-387101.helmsley.irccloud.com)
2022-09-04 05:12:55 +0000lambdabot(~lambdabot@haskell/bot/lambdabot)
2022-09-04 05:12:55 +0000Hobbyboy(Hobbyboy@hobbyboy.co.uk)
2022-09-04 05:12:55 +0000shinjipf(~shinjipf@2a02:c207:2082:6685::1)
2022-09-04 05:12:55 +0000mrvdb(~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5)
2022-09-04 05:12:55 +0000raoul(~raoul@95.179.203.88)
2022-09-04 05:12:55 +0000jackhill(~jackhill@kalessin.dragonsnail.net)
2022-09-04 05:12:55 +0000adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2022-09-04 05:12:55 +0000koolazer(~koo@user/koolazer)
2022-09-04 05:12:55 +0000haveo_(~haveo@sl35.iuwt.fr)
2022-09-04 05:12:55 +0000eldritch(~eldritch@user/eldritch)
2022-09-04 05:12:55 +0000dmj`(sid72307@id-72307.hampstead.irccloud.com)
2022-09-04 05:12:55 +0000another-axel-bee(~axel-bee@alexbenishek.com)
2022-09-04 05:12:55 +0000taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2022-09-04 05:12:55 +0000alanz(sid110616@id-110616.uxbridge.irccloud.com)
2022-09-04 05:12:58 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7) (Ping timeout: 240 seconds)
2022-09-04 05:13:14 +0000gdd1(~gdd@2001:470:1f13:187:e8a5:fbff:fe29:42f5) (Max SendQ exceeded)
2022-09-04 05:13:14 +0000koolazer(~koo@user/koolazer) (Max SendQ exceeded)
2022-09-04 05:13:18 +0000EPic_(apic@apic.name)
2022-09-04 05:13:20 +0000analoq(~yashi@user/dies)
2022-09-04 05:13:20 +0000Fischmiep(~Fischmiep@user/Fischmiep)
2022-09-04 05:13:20 +0000qwedfg(~qwedfg@user/qwedfg)
2022-09-04 05:13:20 +0000nate1(~nate@98.45.169.16)
2022-09-04 05:13:20 +0000zebrag(~chris@user/zebrag)
2022-09-04 05:13:20 +0000pi2(~pi@173.209.64.74)
2022-09-04 05:13:20 +0000nahcetan(~nate@98.45.169.16)
2022-09-04 05:13:20 +0000APic(apic@apic.name)
2022-09-04 05:13:20 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2022-09-04 05:13:20 +0000son0p(~ff@181.136.122.143)
2022-09-04 05:13:20 +0000shriekingnoise(~shrieking@186.137.167.202)
2022-09-04 05:13:20 +0000Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net)
2022-09-04 05:13:20 +0000Jonno_FTW(~come@user/jonno-ftw/x-0835346)
2022-09-04 05:13:20 +0000TMA(tma@twin.jikos.cz)
2022-09-04 05:13:20 +0000sshine_(~simon@exocortex.online)
2022-09-04 05:13:20 +0000meejah(~meejah@rutas.meejah.ca)
2022-09-04 05:13:20 +0000defanor(~defanor@tart.uberspace.net)
2022-09-04 05:13:20 +0000anderson(~ande@user/anderson)
2022-09-04 05:13:20 +0000hexeme_(~hexeme@user/hexeme)
2022-09-04 05:13:20 +0000mrmr(~mrmr@user/mrmr)
2022-09-04 05:13:20 +0000xsarnik(xsarnik@lounge.fi.muni.cz)
2022-09-04 05:13:20 +0000finsternis(~X@23.226.237.192)
2022-09-04 05:13:20 +0000chronon(~chronon@user/chronon)
2022-09-04 05:13:20 +0000ystael(~ystael@user/ystael)
2022-09-04 05:13:20 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net)
2022-09-04 05:13:20 +0000cods(~fred@82-65-232-44.subs.proxad.net)
2022-09-04 05:13:20 +0000RMSBach(~guygastin@137.184.131.156)
2022-09-04 05:13:20 +0000loonycyborg_(loonycybor@chantal.wesnoth.org)
2022-09-04 05:13:20 +0000sloorush(~sloorush@52.187.184.81)
2022-09-04 05:13:20 +0000red-snail1(~snail@static.151.210.203.116.clients.your-server.de)
2022-09-04 05:13:20 +0000mhatta(~mhatta@www21123ui.sakura.ne.jp)
2022-09-04 05:13:20 +0000ncf(~n@monade.li)
2022-09-04 05:13:20 +0000Igloo(~ian@matrix.chaos.earth.li)
2022-09-04 05:13:20 +0000gabriel_sevecek(~gabriel@188-167-229-200.dynamic.chello.sk)
2022-09-04 05:13:20 +0000zachel(~zachel@user/zachel)
2022-09-04 05:13:20 +0000erisco(~erisco@d24-57-249-233.home.cgocable.net)
2022-09-04 05:13:20 +0000xstill_(xstill@fimu/xstill)
2022-09-04 05:13:20 +0000wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com)
2022-09-04 05:13:20 +0000LambdaDuck(~anka@ksit.fixme.fi)
2022-09-04 05:13:20 +0000martin02(~silas@141.84.69.76)
2022-09-04 05:13:20 +0000tomgus1(~tomgus1@176.254.19.153)
2022-09-04 05:13:20 +0000madnight(~madnight@static.59.103.201.195.clients.your-server.de)
2022-09-04 05:13:20 +0000maerwald(~maerwald@user/maerwald)
2022-09-04 05:13:20 +0000srk(~sorki@user/srk)
2022-09-04 05:13:20 +0000fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof)
2022-09-04 05:13:20 +0000cynomys(~cynomys@user/cynomys)
2022-09-04 05:13:20 +0000ridcully(~ridcully@pd951fa32.dip0.t-ipconnect.de)
2022-09-04 05:13:20 +0000blades(~blades@204.48.29.163)
2022-09-04 05:13:20 +0000sweater1(~sweater@206.81.18.26)
2022-09-04 05:13:20 +0000dfordivam1(~dfordivam@tk2-219-19469.vs.sakura.ne.jp)
2022-09-04 05:13:20 +0000darkling(~darkling@savella.carfax.org.uk)
2022-09-04 05:13:20 +0000avpx(~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com)
2022-09-04 05:13:20 +0000c_wraith(~c_wraith@adjoint.us)
2022-09-04 05:13:20 +0000macabre(~m@161.35.15.236)
2022-09-04 05:13:20 +0000mcglk(~mcglk@131.191.49.120)
2022-09-04 05:13:20 +0000kritzefitz(~kritzefit@debian/kritzefitz)
2022-09-04 05:13:20 +0000heath(~heath@user/heath)
2022-09-04 05:13:20 +0000byorgey(~byorgey@155.138.238.211)
2022-09-04 05:13:20 +0000caubert(~caubert@user/caubert)
2022-09-04 05:13:20 +0000Ristovski(~Ristovski@hellomouse/perf/ristovski)
2022-09-04 05:13:20 +0000tolt(~weechat-h@li219-154.members.linode.com)
2022-09-04 05:13:20 +0000df(~ben@justworks.xyz)
2022-09-04 05:13:20 +0000tstat(~tstat@user/tstat)
2022-09-04 05:13:20 +0000tdammers(~tdammers@77.109.72.118.res.static.edpnet.net)
2022-09-04 05:13:20 +0000simpleauthority(~simpleaut@user/simpleauthority)
2022-09-04 05:13:20 +0000energizer(~energizer@user/energizer)
2022-09-04 05:13:20 +0000noctux1(KOx7x4g3XX@karif.server-speed.net)
2022-09-04 05:13:20 +0000kosmikus(~kosmikus@nullzig.kosmikus.org)
2022-09-04 05:13:20 +0000Cheery(~cheery@7-239-179-185.static.tentacle.fi)
2022-09-04 05:13:20 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2022-09-04 05:13:20 +0000marienz(marienz@libera/staff/marienz)
2022-09-04 05:13:20 +0000tureba(~tureba@tureba.org)
2022-09-04 05:13:20 +0000hexology(~hexology@user/hexology)
2022-09-04 05:13:21 +0000vglfr(~vglfr@145.224.94.171) (*.net *.split)
2022-09-04 05:13:21 +0000poscat(~poscat@114.245.109.231) (*.net *.split)
2022-09-04 05:13:21 +0000mixfix41(~sdeny9ee@user/mixfix41) (*.net *.split)
2022-09-04 05:13:21 +0000td_(~td@muedsl-82-207-238-053.citykom.de) (*.net *.split)
2022-09-04 05:13:21 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
2022-09-04 05:13:21 +0000razetime(~quassel@117.254.35.90) (*.net *.split)
2022-09-04 05:13:21 +0000Sgeo(~Sgeo@user/sgeo) (*.net *.split)
2022-09-04 05:13:21 +0000cheater(~Username@user/cheater) (*.net *.split)
2022-09-04 05:13:21 +0000biberu(~biberu@user/biberu) (*.net *.split)
2022-09-04 05:13:21 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2022-09-04 05:13:21 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split)
2022-09-04 05:13:21 +0000tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (*.net *.split)
2022-09-04 05:13:21 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2022-09-04 05:13:21 +0000cyphase(~cyphase@user/cyphase) (*.net *.split)
2022-09-04 05:13:21 +0000leah_(lp0@heathens.club) (*.net *.split)
2022-09-04 05:13:22 +0000AlexNoo(~AlexNoo@178.34.163.149) (*.net *.split)
2022-09-04 05:13:22 +0000Trattue(~Trattue@152.70.182.158) (*.net *.split)
2022-09-04 05:13:22 +0000Logio(em@kapsi.fi) (*.net *.split)
2022-09-04 05:13:22 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split)
2022-09-04 05:13:22 +0000gentauro(~gentauro@user/gentauro) (*.net *.split)
2022-09-04 05:13:22 +0000wolfshappen(~waff@irc.furworks.de) (*.net *.split)
2022-09-04 05:13:22 +0000arahael(~arahael@14-200-135-92.tpgi.com.au) (*.net *.split)
2022-09-04 05:13:22 +0000tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2022-09-04 05:13:22 +0000rodental(~rodental@38.146.5.222) (*.net *.split)
2022-09-04 05:13:22 +0000davean(~davean@davean.sciesnet.net) (*.net *.split)
2022-09-04 05:13:22 +0000sm[i]_(~user@li229-222.members.linode.com) (*.net *.split)
2022-09-04 05:13:22 +0000x88x88x(~x88x88x@149.28.53.172) (*.net *.split)
2022-09-04 05:13:22 +0000sander(~sander@user/sander) (*.net *.split)
2022-09-04 05:13:22 +0000cross_(~cross@spitfire.i.gajendra.net) (*.net *.split)
2022-09-04 05:13:22 +0000jespada_(~jespada@77.97.36.250) (*.net *.split)
2022-09-04 05:13:22 +0000auri_(~auri@fsf/member/auri) (*.net *.split)
2022-09-04 05:13:22 +0000quintasan_(~quassel@quintasan.pl) (*.net *.split)
2022-09-04 05:13:22 +0000SethTisue(sid14912@ilkley.irccloud.com) (*.net *.split)
2022-09-04 05:13:22 +0000Taneb0(~Taneb@runciman.hacksoc.org) (*.net *.split)
2022-09-04 05:13:22 +0000zero(~z@user/zero) (*.net *.split)
2022-09-04 05:13:22 +0000telser_(~quassel@user/telser) (*.net *.split)
2022-09-04 05:13:22 +0000matijja`(~matijja@193.77.181.201) (*.net *.split)
2022-09-04 05:13:22 +0000drewolson(~drewolson@user/drewolson) (*.net *.split)
2022-09-04 05:13:22 +0000res0nat0r08449(~Fletch@dia.whatbox.ca) (*.net *.split)
2022-09-04 05:13:22 +0000jrm(~jrm@user/jrm) (*.net *.split)
2022-09-04 05:13:22 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2022-09-04 05:13:22 +0000statusbot4(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
2022-09-04 05:13:22 +0000adium(adium@user/adium) (*.net *.split)
2022-09-04 05:13:22 +0000michalz(~michalz@185.246.204.75) (*.net *.split)
2022-09-04 05:13:22 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split)
2022-09-04 05:13:22 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split)
2022-09-04 05:13:22 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2022-09-04 05:13:22 +0000Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2022-09-04 05:13:22 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split)
2022-09-04 05:13:22 +0000dcoutts_(~duncan@host86-184-242-102.range86-184.btcentralplus.com) (*.net *.split)
2022-09-04 05:13:22 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split)
2022-09-04 05:13:22 +0000kmein(~weechat@user/kmein) (*.net *.split)
2022-09-04 05:13:22 +0000mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2022-09-04 05:13:22 +0000justache(~justache@user/justache) (*.net *.split)
2022-09-04 05:13:22 +0000andreas303(andreas303@ip227.orange.bnc4free.com) (*.net *.split)
2022-09-04 05:13:22 +0000geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-09-04 05:13:22 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split)
2022-09-04 05:13:22 +0000coldtom(~coldtom@coldrick.cc) (*.net *.split)
2022-09-04 05:13:22 +0000_________(~nobody@user/noodly) (*.net *.split)
2022-09-04 05:13:22 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split)
2022-09-04 05:13:22 +0000eL_Bart0(eL_Bart0@dietunichtguten.org) (*.net *.split)
2022-09-04 05:13:22 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi) (*.net *.split)
2022-09-04 05:13:22 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split)
2022-09-04 05:13:22 +0000tv(~tv@user/tv) (*.net *.split)
2022-09-04 05:13:22 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2022-09-04 05:13:22 +0000Hecate(~mariposa@user/hecate) (*.net *.split)
2022-09-04 05:13:22 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split)
2022-09-04 05:13:22 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2022-09-04 05:13:22 +0000thaumavorio(~thaumavor@thaumavor.io) (*.net *.split)
2022-09-04 05:13:22 +0000tessier(~treed@98.171.210.130) (*.net *.split)
2022-09-04 05:13:22 +0000Rembane(~Rembane@li346-36.members.linode.com) (*.net *.split)
2022-09-04 05:13:23 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split)
2022-09-04 05:13:23 +0000robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2022-09-04 05:13:23 +0000carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2022-09-04 05:13:24 +0000hexology-(~hexology@user/hexology)
2022-09-04 05:13:24 +0000anderson_(~ande@user/anderson)
2022-09-04 05:13:25 +0000zachel_(~zachel@user/zachel)
2022-09-04 05:13:30 +0000anderson(~ande@user/anderson) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000zachel(~zachel@user/zachel) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000APic(apic@apic.name) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000energizer(~energizer@user/energizer) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000Fischmiep(~Fischmiep@user/Fischmiep) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000finsternis(~X@23.226.237.192) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000zebrag(~chris@user/zebrag) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000hexology(~hexology@user/hexology) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000macabre(~m@161.35.15.236) (Max SendQ exceeded)
2022-09-04 05:13:30 +0000qwedfg(~qwedfg@user/qwedfg) (Max SendQ exceeded)
2022-09-04 05:13:38 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b) (Ping timeout: 240 seconds)
2022-09-04 05:13:38 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8) (Ping timeout: 240 seconds)
2022-09-04 05:13:38 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2) (Ping timeout: 240 seconds)
2022-09-04 05:13:42 +0000gdd1(~gdd@2001:470:1f13:187:44f7:cd68:9a1c:6c35)
2022-09-04 05:13:54 +0000jakesyl____(sid56879@id-56879.hampstead.irccloud.com)
2022-09-04 05:13:54 +0000hook54321(sid149355@user/hook54321) (Ping timeout: 264 seconds)
2022-09-04 05:13:58 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291) (Ping timeout: 240 seconds)
2022-09-04 05:14:04 +0000macabre(~m@161.35.15.236)
2022-09-04 05:14:04 +0000Fischmie1(~Fischmiep@user/Fischmiep)
2022-09-04 05:14:04 +0000finstern1s(~X@23.226.237.192)
2022-09-04 05:14:04 +0000vglfr(~vglfr@145.224.94.171)
2022-09-04 05:14:04 +0000poscat(~poscat@114.245.109.231)
2022-09-04 05:14:04 +0000mixfix41(~sdeny9ee@user/mixfix41)
2022-09-04 05:14:04 +0000td_(~td@muedsl-82-207-238-053.citykom.de)
2022-09-04 05:14:04 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 05:14:04 +0000razetime(~quassel@117.254.35.90)
2022-09-04 05:14:04 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-04 05:14:04 +0000cheater(~Username@user/cheater)
2022-09-04 05:14:04 +0000biberu(~biberu@user/biberu)
2022-09-04 05:14:04 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-09-04 05:14:04 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com)
2022-09-04 05:14:04 +0000tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net)
2022-09-04 05:14:04 +0000barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2022-09-04 05:14:04 +0000cyphase(~cyphase@user/cyphase)
2022-09-04 05:14:04 +0000leah_(lp0@heathens.club)
2022-09-04 05:14:04 +0000AlexNoo(~AlexNoo@178.34.163.149)
2022-09-04 05:14:04 +0000Trattue(~Trattue@152.70.182.158)
2022-09-04 05:14:04 +0000akhesacaro(~caro@212-83-144-58.rev.poneytelecom.eu)
2022-09-04 05:14:04 +0000Logio(em@kapsi.fi)
2022-09-04 05:14:04 +0000gentauro(~gentauro@user/gentauro)
2022-09-04 05:14:04 +0000wolfshappen(~waff@irc.furworks.de)
2022-09-04 05:14:04 +0000arahael(~arahael@14-200-135-92.tpgi.com.au)
2022-09-04 05:14:04 +0000tomboy64(~tomboy64@user/tomboy64)
2022-09-04 05:14:04 +0000rodental(~rodental@38.146.5.222)
2022-09-04 05:14:04 +0000davean(~davean@davean.sciesnet.net)
2022-09-04 05:14:04 +0000sm[i]_(~user@li229-222.members.linode.com)
2022-09-04 05:14:04 +0000x88x88x(~x88x88x@149.28.53.172)
2022-09-04 05:14:04 +0000sander(~sander@user/sander)
2022-09-04 05:14:04 +0000cross_(~cross@spitfire.i.gajendra.net)
2022-09-04 05:14:04 +0000jespada_(~jespada@77.97.36.250)
2022-09-04 05:14:04 +0000auri_(~auri@fsf/member/auri)
2022-09-04 05:14:04 +0000quintasan_(~quassel@quintasan.pl)
2022-09-04 05:14:04 +0000SethTisue(sid14912@ilkley.irccloud.com)
2022-09-04 05:14:04 +0000Taneb0(~Taneb@runciman.hacksoc.org)
2022-09-04 05:14:04 +0000zero(~z@user/zero)
2022-09-04 05:14:04 +0000telser_(~quassel@user/telser)
2022-09-04 05:14:04 +0000matijja`(~matijja@193.77.181.201)
2022-09-04 05:14:04 +0000drewolson(~drewolson@user/drewolson)
2022-09-04 05:14:04 +0000res0nat0r08449(~Fletch@dia.whatbox.ca)
2022-09-04 05:14:04 +0000jrm(~jrm@user/jrm)
2022-09-04 05:14:04 +0000polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2022-09-04 05:14:04 +0000statusbot4(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-09-04 05:14:04 +0000adium(adium@user/adium)
2022-09-04 05:14:04 +0000michalz(~michalz@185.246.204.75)
2022-09-04 05:14:04 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-09-04 05:14:04 +0000dwt_(~dwt_@c-98-198-103-176.hsd1.tx.comcast.net)
2022-09-04 05:14:04 +0000gabiruh_(~gabiruh@vps19177.publiccloud.com.br)
2022-09-04 05:14:04 +0000Maxdamantus(~Maxdamant@user/maxdamantus)
2022-09-04 05:14:04 +0000Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2022-09-04 05:14:04 +0000dcoutts_(~duncan@host86-184-242-102.range86-184.btcentralplus.com)
2022-09-04 05:14:04 +0000lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net)
2022-09-04 05:14:04 +0000kmein(~weechat@user/kmein)
2022-09-04 05:14:04 +0000mcfrdy(~mcfrdy@user/mcfrdy)
2022-09-04 05:14:04 +0000justache(~justache@user/justache)
2022-09-04 05:14:04 +0000andreas303(andreas303@ip227.orange.bnc4free.com)
2022-09-04 05:14:04 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-09-04 05:14:04 +0000chimp_(~Psybur@c-76-123-45-25.hsd1.va.comcast.net)
2022-09-04 05:14:04 +0000coldtom(~coldtom@coldrick.cc)
2022-09-04 05:14:04 +0000_________(~nobody@user/noodly)
2022-09-04 05:14:04 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-09-04 05:14:04 +0000eL_Bart0(eL_Bart0@dietunichtguten.org)
2022-09-04 05:14:04 +0000Putonlalla(~Putonlall@it-cyan.it.jyu.fi)
2022-09-04 05:14:04 +0000mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net)
2022-09-04 05:14:04 +0000tv(~tv@user/tv)
2022-09-04 05:14:04 +0000koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2022-09-04 05:14:04 +0000Hecate(~mariposa@user/hecate)
2022-09-04 05:14:04 +0000acarrico(~acarrico@dhcp-68-142-48-19.greenmountainaccess.net)
2022-09-04 05:14:04 +0000wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2022-09-04 05:14:04 +0000thaumavorio(~thaumavor@thaumavor.io)
2022-09-04 05:14:04 +0000tessier(~treed@98.171.210.130)
2022-09-04 05:14:04 +0000Rembane(~Rembane@li346-36.members.linode.com)
2022-09-04 05:14:04 +0000dumptruckman(~dumptruck@23-239-13-163.ip.linodeusercontent.com)
2022-09-04 05:14:04 +0000robbert-vdh(~robbert@robbertvanderhelm.nl)
2022-09-04 05:14:04 +0000carbolymer(~carbolyme@dropacid.net)
2022-09-04 05:14:08 +0000sa(sid1055@id-1055.tinside.irccloud.com) (Ping timeout: 268 seconds)
2022-09-04 05:14:49 +0000TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2022-09-04 05:14:58 +0000inversed(~inversed@90.209.137.56) (Ping timeout: 240 seconds)
2022-09-04 05:15:08 +0000energizer(~energizer@user/energizer)
2022-09-04 05:15:16 +0000qwedfg(~qwedfg@user/qwedfg)
2022-09-04 05:15:41 +0000anderson_anderson
2022-09-04 05:17:18 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com) (Ping timeout: 268 seconds)
2022-09-04 05:17:18 +0000sunarch(sid526836@user/sunarch) (Ping timeout: 268 seconds)
2022-09-04 05:18:02 +0000hook54321(sid149355@user/hook54321)
2022-09-04 05:18:06 +0000sa(sid1055@id-1055.tinside.irccloud.com)
2022-09-04 05:18:17 +0000razetime(~quassel@117.254.35.90) (Ping timeout: 252 seconds)
2022-09-04 05:18:24 +0000sunarch(sid526836@user/sunarch)
2022-09-04 05:18:29 +0000koolazer(~koo@user/koolazer)
2022-09-04 05:19:04 +0000polykernel[m](~polykerne@user/polykernel) (Ping timeout: 268 seconds)
2022-09-04 05:19:04 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60) (Ping timeout: 268 seconds)
2022-09-04 05:19:12 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 05:19:18 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b) (Ping timeout: 264 seconds)
2022-09-04 05:19:18 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9) (Ping timeout: 264 seconds)
2022-09-04 05:19:18 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (Ping timeout: 264 seconds)
2022-09-04 05:19:42 +0000astraamish
2022-09-04 05:19:51 +0000NiKaN(sid385034@id-385034.helmsley.irccloud.com)
2022-09-04 05:19:52 +0000amish(sid289983@id-289983.hampstead.irccloud.com) (Changing host)
2022-09-04 05:19:52 +0000amish(sid289983@user/amish)
2022-09-04 05:20:06 +0000amishastra
2022-09-04 05:20:15 +0000razetime(~quassel@117.254.34.227)
2022-09-04 05:21:19 +0000inversed(~inversed@90.209.137.56)
2022-09-04 05:21:35 +0000Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-09-04 05:24:24 +0000odnes(~odnes@5-203-210-53.pat.nym.cosmote.net)
2022-09-04 05:24:38 +0000razetime(~quassel@117.254.34.227) (Ping timeout: 255 seconds)
2022-09-04 05:24:53 +0000razetime(~quassel@117.254.34.110)
2022-09-04 05:31:23 +0000razetime(~quassel@117.254.34.110) (Ping timeout: 255 seconds)
2022-09-04 05:32:04 +0000razetime(~quassel@117.193.6.66)
2022-09-04 05:33:10 +0000jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab)
2022-09-04 05:36:00 +0000sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8)
2022-09-04 05:44:40 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds)
2022-09-04 05:45:43 +0000takuan(~takuan@178-116-218-225.access.telenet.be)
2022-09-04 05:46:05 +0000shailangsa(~shailangs@host86-185-98-81.range86-185.btcentralplus.com)
2022-09-04 05:46:45 +0000EsoAlgo(~EsoAlgo@129.146.136.145)
2022-09-04 05:50:33 +0000mixfix41(~sdeny9ee@user/mixfix41) (Ping timeout: 252 seconds)
2022-09-04 05:53:04 +0000famubu[m](~famubumat@2001:470:69fc:105::1081)
2022-09-04 05:54:05 +0000fgaz(~fgaz@2001:470:69fc:105::842)
2022-09-04 05:54:13 +0000cdepillabout[m](~cdepillab@2001:470:69fc:105::3d3)
2022-09-04 05:54:14 +0000vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe)
2022-09-04 05:54:15 +0000unclechu(~unclechu@2001:470:69fc:105::354)
2022-09-04 05:54:18 +0000chreekat(~chreekat@2001:470:69fc:105::16b5)
2022-09-04 05:56:04 +0000monadplus[m]1(~arnauabel@2001:470:69fc:105::2:6085)
2022-09-04 05:56:04 +0000romes[m](~romesmatr@2001:470:69fc:105::2:1660)
2022-09-04 05:56:05 +0000jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-09-04 05:56:09 +0000Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-09-04 05:56:09 +0000peddie(~peddie@2001:470:69fc:105::25d)
2022-09-04 05:56:10 +0000maralorn(~maralorn@2001:470:69fc:105::251)
2022-09-04 05:56:15 +0000fendor[m](~fendormat@2001:470:69fc:105::fcbd)
2022-09-04 05:56:17 +0000jz99[m](~jz99matri@2001:470:69fc:105::1:d5f1)
2022-09-04 05:56:51 +0000pareto-optimal-d(~pareto-op@2001:470:69fc:105::1:b61f)
2022-09-04 05:56:55 +0000alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2022-09-04 05:56:56 +0000phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4)
2022-09-04 05:56:56 +0000the-coot[m](~the-cootm@2001:470:69fc:105::95f)
2022-09-04 05:56:56 +0000komikat[m](~komikatma@2001:470:69fc:105::1:c71e)
2022-09-04 05:56:57 +0000schuelermine[m](~schuelerm@user/schuelermine)
2022-09-04 05:56:58 +0000Orbstheorem(~orbstheor@2001:470:69fc:105::a56)
2022-09-04 05:56:58 +0000adziahel[m](~adziahelm@2001:470:69fc:105::b4d)
2022-09-04 05:56:59 +0000ilichu[m](~ilichumat@2001:470:69fc:105::2:6afb)
2022-09-04 05:57:01 +0000cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-09-04 05:57:01 +0000zfnmxt(~zfnmxt@2001:470:69fc:105::2b32)
2022-09-04 05:57:02 +0000aaron[m]1234(~aaronvarg@2001:470:69fc:105::db5e)
2022-09-04 05:57:02 +0000Clinton[m](~clintonme@2001:470:69fc:105::2:31d4)
2022-09-04 05:57:05 +0000ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-09-04 05:59:05 +0000nate1(~nate@98.45.169.16) (Ping timeout: 268 seconds)
2022-09-04 06:01:50 +0000mbuf(~Shakthi@49.204.140.208)
2022-09-04 06:05:28 +0000kitty4(~kitty@096-039-147-043.res.spectrum.com)
2022-09-04 06:08:56 +0000odnes(~odnes@5-203-210-53.pat.nym.cosmote.net) (Ping timeout: 244 seconds)
2022-09-04 06:14:08 +0000Pickchea(~private@user/pickchea)
2022-09-04 06:15:10 +0000SeanKing[m](~seankingm@2001:470:69fc:105::cf9c)
2022-09-04 06:15:12 +0000smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2022-09-04 06:15:17 +0000Tisoxin(~ikosit@user/ikosit)
2022-09-04 06:15:20 +0000Deide1(~deide@user/deide)
2022-09-04 06:19:50 +0000kenran(~kenran@200116b82b87a000be5bc221c4fd1d59.dip.versatel-1u1.de)
2022-09-04 06:21:56 +0000JensPetersen[m](~juhp@2001:470:69fc:105::6e9)
2022-09-04 06:22:49 +0000steve[m]1(~stevetrou@2001:470:69fc:105::e0b)
2022-09-04 06:23:26 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2022-09-04 06:24:30 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex)
2022-09-04 06:28:27 +0000nate1(~nate@98.45.169.16)
2022-09-04 06:30:05 +0000adanwan_(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 06:30:19 +0000acidjnk(~acidjnk@p200300d6e7137a07498a3a29816e7270.dip0.t-ipconnect.de)
2022-09-04 06:30:38 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (Ping timeout: 258 seconds)
2022-09-04 06:32:19 +0000finstern1s(~X@23.226.237.192) (Read error: Connection reset by peer)
2022-09-04 06:36:42 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com) (Remote host closed the connection)
2022-09-04 06:37:38 +0000nate1(~nate@98.45.169.16) (Ping timeout: 240 seconds)
2022-09-04 06:41:20 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 06:41:48 +0000siraben(~siraben@user/siraben)
2022-09-04 06:42:00 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 244 seconds)
2022-09-04 06:42:00 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 244 seconds)
2022-09-04 06:42:15 +0000pi2(~pi@173.209.64.74) (Ping timeout: 268 seconds)
2022-09-04 06:42:54 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (Ping timeout: 258 seconds)
2022-09-04 06:44:04 +0000pi2(~pi@173.209.64.74)
2022-09-04 06:45:02 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-04 06:47:47 +0000rockymarine(~rocky@user/rockymarine)
2022-09-04 06:49:35 +0000phma(~phma@2001:5b0:212a:c678:14e3:c738:ac7d:1d76) (Read error: Connection reset by peer)
2022-09-04 06:50:29 +0000phma(~phma@2001:5b0:211f:fbb8:a75a:9dc7:399b:3e12)
2022-09-04 06:50:36 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 06:53:20 +0000zxx7529(~Thunderbi@user/zxx7529)
2022-09-04 06:55:20 +0000Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2022-09-04 06:58:19 +0000gmg(~user@user/gehmehgeh)
2022-09-04 06:58:45 +0000kenran(~kenran@200116b82b87a000be5bc221c4fd1d59.dip.versatel-1u1.de) (Quit: WeeChat info:version)
2022-09-04 07:02:23 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 07:02:39 +0000VarikValefor[m](~varikvale@2001:470:69fc:105::a5d)
2022-09-04 07:04:02 +0000ajf___[m](~ajfmatrix@2001:470:69fc:105::2:5be3)
2022-09-04 07:04:42 +0000aviladev[m](~aviladevm@2001:470:69fc:105::1:cbc7)
2022-09-04 07:10:38 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 240 seconds)
2022-09-04 07:11:55 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 268 seconds)
2022-09-04 07:13:24 +0000whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (Quit: Connection closed for inactivity)
2022-09-04 07:13:59 +0000FurudeRika[m](~chitandae@2001:470:69fc:105::1:6039)
2022-09-04 07:14:01 +0000geekosaur[m](~geekosaur@xmonad/geekosaur)
2022-09-04 07:14:08 +0000elvishjerricco1(~elvishjer@2001:470:69fc:105::6172)
2022-09-04 07:14:17 +0000ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-09-04 07:14:36 +0000Me-me(~me-me@user/me-me) (Quit: Disconnecting on purpose.)
2022-09-04 07:15:15 +0000Me-me(~me-me@v.working.name)
2022-09-04 07:15:42 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 264 seconds)
2022-09-04 07:17:50 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f)
2022-09-04 07:19:59 +0000sektor[m](~sektor@2001:470:69fc:105::2:3f60)
2022-09-04 07:21:10 +0000acidjnk(~acidjnk@p200300d6e7137a07498a3a29816e7270.dip0.t-ipconnect.de) (Ping timeout: 268 seconds)
2022-09-04 07:23:41 +0000ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-09-04 07:23:47 +0000sibnull[m](~sibnullma@2001:470:69fc:105::1:1291)
2022-09-04 07:24:42 +0000polykernel[m](~polykerne@user/polykernel)
2022-09-04 07:34:31 +0000sm1(~sm@plaintextaccounting/sm)
2022-09-04 07:35:07 +0000sammelweis_(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Remote host closed the connection)
2022-09-04 07:36:36 +0000surgeon(~surge9nma@2001:470:69fc:105::f585)
2022-09-04 07:38:48 +0000fr33domlover[m](~fr33domlo@2001:470:69fc:105::1:3bb6)
2022-09-04 07:39:34 +0000acidjnk(~acidjnk@p200300d6e7137a0760e0961484bc1ae1.dip0.t-ipconnect.de)
2022-09-04 07:40:16 +0000toeffel(~toeffel@user/toeffel)
2022-09-04 07:41:26 +0000Pickchea(~private@user/pickchea) (Ping timeout: 255 seconds)
2022-09-04 07:42:45 +0000Artem[m]12(~artemtype@2001:470:69fc:105::75b)
2022-09-04 07:42:47 +0000Player-205[m](~sashaserp@2001:470:69fc:105::2:30b8)
2022-09-04 07:46:25 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 252 seconds)
2022-09-04 07:48:15 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-09-04 07:48:28 +0000monadplus[m](~monadplus@2001:470:69fc:105::2:5fa2)
2022-09-04 07:49:01 +0000baaash[m](~baaashmat@2001:470:69fc:105::2:1e90)
2022-09-04 07:50:02 +0000mekeor[m](~mekeormat@2001:470:69fc:105::17e4)
2022-09-04 07:50:12 +0000Bulby[m](~bulbyvrma@2001:470:69fc:105::1:fe0a)
2022-09-04 07:51:42 +0000mc47(~mc47@xmonad/TheMC47)
2022-09-04 07:52:29 +0000kadoban1(~kadoban@user/kadoban)
2022-09-04 07:52:29 +0000jmcantrell(~jmcantrel@user/jmcantrell)
2022-09-04 07:52:40 +0000gmg(~user@user/gehmehgeh) (Ping timeout: 258 seconds)
2022-09-04 07:52:50 +0000jinsun_(~jinsun@user/jinsun)
2022-09-04 07:52:50 +0000ormaaj(~ormaaj@user/ormaaj)
2022-09-04 07:52:53 +0000nomagno(~nomagno@2001:470:69fc:105::c1f0)
2022-09-04 07:55:06 +0000gmg(~user@user/gehmehgeh)
2022-09-04 07:55:52 +0000vladan[m](~vladanmat@2001:470:69fc:105::2:24df)
2022-09-04 07:56:09 +0000crazazy[m](~crazazyma@2001:470:69fc:105::2:6bd9)
2022-09-04 07:56:33 +0000duckie(~duckie@user/duckie)
2022-09-04 07:57:47 +0000TravisAthougies[(~tathougie@2001:470:69fc:105::2:6fbd)
2022-09-04 07:58:11 +0000Killy(~killy@2001:470:69fc:105::2:6ec1)
2022-09-04 07:59:37 +0000maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-09-04 08:00:04 +0000july541[m](~july541ma@2001:470:69fc:105::1:e416)
2022-09-04 08:01:40 +0000Matthew|m(~arathorn@2001:470:69fc:105::1f)
2022-09-04 08:01:47 +0000kuribas(~user@ptr-17d51emtyrhqrcgzxtn.18120a2.ip6.access.telenet.be) (Remote host closed the connection)
2022-09-04 08:02:00 +0000kuribas(~user@ptr-17d51eoh5uvvb1vh6g2.18120a2.ip6.access.telenet.be)
2022-09-04 08:02:36 +0000aveltras[m](~aveltrasm@2001:470:69fc:105::3ef9)
2022-09-04 08:03:47 +0000adanwan_(~adanwan@gateway/tor-sasl/adanwan) (Ping timeout: 258 seconds)
2022-09-04 08:05:32 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 08:09:10 +0000coot(~coot@213.134.176.158) (Quit: coot)
2022-09-04 08:09:17 +0000wonko_(~wjc@2a0e:1c80:2::130)
2022-09-04 08:09:21 +0000coot(~coot@213.134.176.158)
2022-09-04 08:10:09 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (Client Quit)
2022-09-04 08:10:31 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 08:10:41 +0000razetime(~quassel@117.193.6.66) (Ping timeout: 255 seconds)
2022-09-04 08:11:49 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 08:11:49 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (Remote host closed the connection)
2022-09-04 08:11:54 +0000sagax(~sagax_nb@user/sagax)
2022-09-04 08:12:07 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 08:14:35 +0000razetime(~quassel@117.193.3.107)
2022-09-04 08:15:29 +0000Tuplanolla(~Tuplanoll@91-159-69-12.elisa-laajakaista.fi)
2022-09-04 08:16:32 +0000Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2022-09-04 08:16:33 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-04 08:17:48 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 08:19:15 +0000razetime(~quassel@117.193.3.107) (Ping timeout: 248 seconds)
2022-09-04 08:21:00 +0000razetime(~quassel@117.193.7.78)
2022-09-04 08:26:43 +0000acidjnk(~acidjnk@p200300d6e7137a0760e0961484bc1ae1.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2022-09-04 08:27:27 +0000acidjnk(~acidjnk@p200300d6e7137a07f4359e03e44e677d.dip0.t-ipconnect.de)
2022-09-04 08:29:09 +0000poscat(~poscat@114.245.109.231) (Quit: Bye)
2022-09-04 08:29:11 +0000MoC(~moc@user/moc)
2022-09-04 08:29:23 +0000poscat(~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd)
2022-09-04 08:29:45 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 08:29:59 +0000pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655)
2022-09-04 08:34:15 +0000benin0(~benin@183.82.178.130)
2022-09-04 08:35:33 +0000razetime(~quassel@117.193.7.78) (Ping timeout: 252 seconds)
2022-09-04 08:36:31 +0000razetime(~quassel@117.254.34.224)
2022-09-04 08:39:26 +0000rembo10_(~rembo10@main.remulis.com) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-04 08:40:08 +0000rembo10(~rembo10@main.remulis.com)
2022-09-04 08:42:09 +0000razetime(~quassel@117.254.34.224) (Ping timeout: 252 seconds)
2022-09-04 08:43:05 +0000razetime(~quassel@117.193.2.173)
2022-09-04 08:48:18 +0000causal(~user@2001:470:ea0f:3:329c:23ff:fe3f:1e0e) (Quit: WeeChat 3.6)
2022-09-04 08:52:01 +0000nate1(~nate@98.45.169.16)
2022-09-04 08:53:26 +0000gmg(~user@user/gehmehgeh) (Quit: Leaving)
2022-09-04 08:54:33 +0000jakalx(~jakalx@base.jakalx.net) ()
2022-09-04 08:56:00 +0000wootehfoot(~wootehfoo@user/wootehfoot)
2022-09-04 08:56:49 +0000nate1(~nate@98.45.169.16) (Ping timeout: 252 seconds)
2022-09-04 08:59:29 +0000frost(~frost@user/frost) (Quit: Client closed)
2022-09-04 09:01:39 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-04 09:02:30 +0000zxx7529(~Thunderbi@user/zxx7529) (Ping timeout: 264 seconds)
2022-09-04 09:05:51 +0000razetime(~quassel@117.193.2.173) (Ping timeout: 260 seconds)
2022-09-04 09:06:43 +0000razetime(~quassel@117.193.0.55)
2022-09-04 09:11:23 +0000razetime_(~quassel@117.254.35.170)
2022-09-04 09:11:31 +0000razetime(~quassel@117.193.0.55) (Ping timeout: 268 seconds)
2022-09-04 09:12:16 +0000fhn(~fhn@2.58.185.24)
2022-09-04 09:13:50 +0000lisbeths(uid135845@id-135845.lymington.irccloud.com)
2022-09-04 09:22:54 +0000fhn(~fhn@2.58.185.24) (Quit: Client closed)
2022-09-04 09:24:45 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-04 09:26:13 +0000tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (Quit: zzz)
2022-09-04 09:26:16 +0000wootehfoot(~wootehfoo@user/wootehfoot) (Ping timeout: 260 seconds)
2022-09-04 09:34:11 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 09:34:16 +0000wootehfoot(~wootehfoo@user/wootehfoot)
2022-09-04 09:38:54 +0000frost(~frost@user/frost)
2022-09-04 09:41:04 +0000razetime(~quassel@117.254.35.80)
2022-09-04 09:41:07 +0000razetime_(~quassel@117.254.35.170) (Ping timeout: 268 seconds)
2022-09-04 09:44:03 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 248 seconds)
2022-09-04 09:44:14 +0000pi2(~pi@173.209.64.74) (Ping timeout: 268 seconds)
2022-09-04 09:47:16 +0000razetime(~quassel@117.254.35.80) (Ping timeout: 260 seconds)
2022-09-04 09:47:44 +0000Me-me(~me-me@v.working.name) (Changing host)
2022-09-04 09:47:44 +0000Me-me(~me-me@user/me-me)
2022-09-04 09:47:56 +0000razetime(~quassel@117.254.34.131)
2022-09-04 09:51:50 +0000off^(~off@96-86-241-229-static.hfc.comcastbusiness.net)
2022-09-04 09:52:54 +0000razetime(~quassel@117.254.34.131) (Ping timeout: 264 seconds)
2022-09-04 09:55:51 +0000razetime(~quassel@2401:4900:2348:81b4:42df:d69c:8f60:23cb)
2022-09-04 09:59:03 +0000neceve_(~neceve@2.26.93.14)
2022-09-04 10:03:36 +0000razetime(~quassel@2401:4900:2348:81b4:42df:d69c:8f60:23cb) (Ping timeout: 260 seconds)
2022-09-04 10:05:47 +0000razetime(~quassel@2401:4900:2348:81b4:42df:d69c:8f60:23cb)
2022-09-04 10:25:22 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 10:26:16 +0000econo(uid147250@user/econo) (Quit: Connection closed for inactivity)
2022-09-04 10:27:42 +0000 <troydm> I have some function that needs to operate over Num values that takes an operator, something like Num a => (a -> a -> a)
2022-09-04 10:27:43 +0000psydroid(~psydroid@user/psydroid)
2022-09-04 10:28:01 +0000 <troydm> I pass it (+) as operator and inside I have different clauses
2022-09-04 10:28:10 +0000 <troydm> one that operates over Integer
2022-09-04 10:28:15 +0000 <troydm> another over Double values
2022-09-04 10:28:51 +0000 <troydm> but I get compile error that a is rigid type and can't match expected type a with actual type Integer
2022-09-04 10:28:58 +0000 <troydm> any suggestions?
2022-09-04 10:29:57 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 252 seconds)
2022-09-04 10:30:24 +0000 <[Leary]> You probably want RankNTypes, with the function taking (forall a. Num a => a -> a -> a).
2022-09-04 10:30:45 +0000mmhat(~mmh@p200300f1c728cc50ee086bfffe095315.dip0.t-ipconnect.de)
2022-09-04 10:30:47 +0000 <troydm> https://pastebin.com/uxaJfCAz
2022-09-04 10:30:52 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de)
2022-09-04 10:34:32 +0000 <[Leary]> By the way, variables can have infix names, e.g. `numOp (|+|) ... = ... a |+| b`.
2022-09-04 10:35:10 +0000mima(mmh@gateway/vpn/airvpn/mima)
2022-09-04 10:35:52 +0000 <troydm> [Leary]: ohh, didn't knew that
2022-09-04 10:37:05 +0000coot(~coot@213.134.176.158) (Quit: coot)
2022-09-04 10:37:15 +0000bontaq(~user@ool-45779fe5.dyn.optonline.net)
2022-09-04 10:37:41 +0000 <troydm> [Leary]: thx, rankn types fixed the issue
2022-09-04 10:40:26 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 10:40:28 +0000ft(~ft@p4fc2a0f5.dip0.t-ipconnect.de)
2022-09-04 10:44:21 +0000wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2022-09-04 10:45:29 +0000 <troydm> is there foldl variant that is not using initial accumulator value if there is sufficient arguments? or it's just my specific need and I have to implement it myself?
2022-09-04 10:45:49 +0000 <dibblego> foldl1
2022-09-04 10:46:11 +0000razetime(~quassel@2401:4900:2348:81b4:42df:d69c:8f60:23cb) (Ping timeout: 260 seconds)
2022-09-04 10:47:04 +0000 <Rembane> troydm: You need to make sure that the list isn't empty though or else you get a run time error
2022-09-04 10:47:23 +0000 <troydm> Rembane: yeah I know
2022-09-04 10:47:30 +0000 <Rembane> troydm: Good. :)
2022-09-04 10:47:55 +0000razetime(~quassel@117.254.34.31)
2022-09-04 10:51:15 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 10:59:16 +0000cheater(~Username@user/cheater) (Quit: Read error: 69 (Excessive tongue))
2022-09-04 11:00:12 +0000cheater(~Username@user/cheater)
2022-09-04 11:02:03 +0000Panahifar(~Panahifar@93.119.208.56)
2022-09-04 11:03:47 +0000toeffel(~toeffel@user/toeffel) (Ping timeout: 268 seconds)
2022-09-04 11:11:59 +0000Pickchea(~private@user/pickchea)
2022-09-04 11:14:46 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 260 seconds)
2022-09-04 11:18:47 +0000[Leary](~Leary]@user/Leary/x-0910699) (Ping timeout: 255 seconds)
2022-09-04 11:20:00 +0000toeffel(~toeffel@user/toeffel)
2022-09-04 11:20:12 +0000Panahifar(~Panahifar@93.119.208.56) (Read error: Connection reset by peer)
2022-09-04 11:20:35 +0000Panahifar(~Panahifar@93.119.208.56)
2022-09-04 11:21:56 +0000Panahifar(~Panahifar@93.119.208.56) (Client Quit)
2022-09-04 11:22:13 +0000Panahifar(~Panahifar@93.119.208.56)
2022-09-04 11:22:18 +0000wonko_(~wjc@2a0e:1c80:2::130) (Ping timeout: 240 seconds)
2022-09-04 11:23:30 +0000mima(mmh@gateway/vpn/airvpn/mima) (Ping timeout: 264 seconds)
2022-09-04 11:24:30 +0000AHP(~Panahifar@93.119.208.56)
2022-09-04 11:25:49 +0000AHP(~Panahifar@93.119.208.56) (Remote host closed the connection)
2022-09-04 11:26:23 +0000mima(mmh@gateway/vpn/airvpn/mima)
2022-09-04 11:27:01 +0000Panahifar(~Panahifar@93.119.208.56) (Ping timeout: 260 seconds)
2022-09-04 11:47:33 +0000mmhat(~mmh@p200300f1c728cc50ee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.6)
2022-09-04 11:48:01 +0000[Leary](~Leary]@user/Leary/x-0910699)
2022-09-04 11:56:13 +0000EPic_(apic@apic.name) (Quit: Epic Fail.)
2022-09-04 11:57:02 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 11:58:06 +0000APic(apic@apic.name)
2022-09-04 12:00:31 +0000Successus(~Successus@user/Successus)
2022-09-04 12:03:59 +0000MoC(~moc@user/moc) (Quit: Konversation terminated!)
2022-09-04 12:08:09 +0000instantaphex(~jb@c-73-171-252-84.hsd1.fl.comcast.net)
2022-09-04 12:09:53 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de)
2022-09-04 12:10:31 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 12:10:53 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 12:12:51 +0000instantaphex(~jb@c-73-171-252-84.hsd1.fl.comcast.net) (Ping timeout: 268 seconds)
2022-09-04 12:14:51 +0000acidjnk(~acidjnk@p200300d6e7137a07f4359e03e44e677d.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-09-04 12:17:31 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-04 12:24:06 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2022-09-04 12:27:39 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 12:32:21 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
2022-09-04 12:35:43 +0000razetime(~quassel@117.254.34.31) (Ping timeout: 252 seconds)
2022-09-04 12:41:50 +0000toeffel(~toeffel@user/toeffel) (Ping timeout: 268 seconds)
2022-09-04 12:44:44 +0000pavonia(~user@user/siracusa) (Quit: Bye!)
2022-09-04 12:45:11 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 260 seconds)
2022-09-04 12:46:00 +0000acidjnk(~acidjnk@p200300d6e7137a07e8565d745bf9cf6a.dip0.t-ipconnect.de)
2022-09-04 12:46:56 +0000off^(~off@96-86-241-229-static.hfc.comcastbusiness.net) (Remote host closed the connection)
2022-09-04 12:53:33 +0000nate1(~nate@98.45.169.16)
2022-09-04 12:56:48 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
2022-09-04 12:58:54 +0000nate1(~nate@98.45.169.16) (Ping timeout: 264 seconds)
2022-09-04 13:01:50 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-09-04 13:05:10 +0000zer0bitz(~zer0bitz@2001:2003:f748:2000:c7:c464:27b:cd3f)
2022-09-04 13:09:21 +0000wootehfoot(~wootehfoo@user/wootehfoot)
2022-09-04 13:14:50 +0000toeffel(~toeffel@user/toeffel)
2022-09-04 13:16:06 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 13:21:33 +0000Pickchea(~private@user/pickchea) (Ping timeout: 252 seconds)
2022-09-04 13:23:23 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-04 13:23:55 +0000jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-09-04 13:28:02 +0000 <lisbeths> can some Haskell wizard type in the lambda expression for the iota combinator and tell me what it's type is
2022-09-04 13:28:41 +0000 <lisbeths> https://olydis.medium.com/one-point-bases-for-λ-calculus-4163b1b326ad#:~:text=The%20Iota%20combinator%20Consider%20the%20Iota%20combinator%20X,of%20X%2C%20instead%20of%20the%20other%20way%20around%21
2022-09-04 13:29:27 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 13:35:36 +0000 <geekosaur> does it have one?
2022-09-04 13:36:16 +0000 <geekosaur> the problem with trying to represent the untyped lambda calculus in a typed language is that types can prevent its representation. (infamously, the Y combinator can't be typed)
2022-09-04 13:38:14 +0000raym(~raym@user/raym) (Remote host closed the connection)
2022-09-04 13:38:30 +0000 <[Leary]> :t let s x y z = x z (y z); k x y = x; iota x = x s k in iota
2022-09-04 13:38:31 +0000 <lambdabot> (((t1 -> t2 -> t3) -> (t1 -> t2) -> t1 -> t3) -> (p1 -> p2 -> p1) -> t4) -> t4
2022-09-04 13:39:34 +0000 <[Leary]> Not surprising, really. That's "function of s and k to x, to x".
2022-09-04 13:40:27 +0000 <[Leary]> Loosely speaking.
2022-09-04 13:41:26 +0000waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340)
2022-09-04 13:41:31 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 13:46:49 +0000nshepper1nshepperd
2022-09-04 13:48:28 +0000Topsi(~Topsi@dyndsl-095-033-090-077.ewe-ip-backbone.de)
2022-09-04 13:49:12 +0000 <geekosaur> also I keep forgetting how trivial it is to translate lambda and combinator calculus to haskell
2022-09-04 13:49:22 +0000 <geekosaur> it's like the same thing except with types
2022-09-04 13:52:32 +0000 <[Leary]> Haskell is just LC++
2022-09-04 13:54:55 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-09-04 13:55:44 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-04 13:55:50 +0000titibandit(~titibandi@xdsl-84-44-227-248.nc.de) (Remote host closed the connection)
2022-09-04 13:57:26 +0000califax(~califax@user/califx)
2022-09-04 13:57:46 +0000acidjnk(~acidjnk@p200300d6e7137a07e8565d745bf9cf6a.dip0.t-ipconnect.de) (Remote host closed the connection)
2022-09-04 13:58:05 +0000acidjnk(~acidjnk@p200300d6e7137a07e8565d745bf9cf6a.dip0.t-ipconnect.de)
2022-09-04 14:00:22 +0000wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2022-09-04 14:07:06 +0000raym(~raym@user/raym)
2022-09-04 14:08:26 +0000kenran(~kenran@200116b82b87a000d34eb81c4b0a52b2.dip.versatel-1u1.de)
2022-09-04 14:09:51 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (Read error: Connection reset by peer)
2022-09-04 14:15:27 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-04 14:20:23 +0000cristianorocha(~cristiano@2804:108c:c9a9:cd01:9f82:aa32:57c:7335)
2022-09-04 14:24:11 +0000zxx7529(~Thunderbi@user/zxx7529)
2022-09-04 14:24:23 +0000Pickchea(~private@user/pickchea)
2022-09-04 14:24:49 +0000kmein(~weechat@user/kmein) (Quit: ciao kakao)
2022-09-04 14:26:53 +0000kmein(~weechat@user/kmein)
2022-09-04 14:29:26 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-04 14:29:32 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 14:30:32 +0000frost(~frost@user/frost) (Ping timeout: 252 seconds)
2022-09-04 14:31:16 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de)
2022-09-04 14:34:30 +0000matthewmosior(~matthewmo@173.170.253.91) (Remote host closed the connection)
2022-09-04 14:40:47 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 14:40:49 +0000Pickchea(~private@user/pickchea) (Ping timeout: 268 seconds)
2022-09-04 14:42:45 +0000jero98772(~jero98772@2800:484:1d80:d8ce:efcc:cbb3:7f2a:6dff)
2022-09-04 14:45:21 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 15:01:04 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-04 15:01:04 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-04 15:01:04 +0000wroathe(~wroathe@user/wroathe)
2022-09-04 15:08:42 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-09-04 15:10:09 +0000komikat(~user@185.192.70.117)
2022-09-04 15:10:12 +0000 <komikat> test
2022-09-04 15:10:41 +0000 <komikat[m]> works
2022-09-04 15:10:48 +0000rockymarine(~rocky@user/rockymarine)
2022-09-04 15:11:54 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 15:13:24 +0000kenran(~kenran@200116b82b87a000d34eb81c4b0a52b2.dip.versatel-1u1.de) (Quit: WeeChat info:version)
2022-09-04 15:14:13 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 15:18:09 +0000komikat(~user@185.192.70.117) (Ping timeout: 252 seconds)
2022-09-04 15:18:38 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 15:19:31 +0000komikat`(~user@185.192.70.117)
2022-09-04 15:19:40 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan) (Remote host closed the connection)
2022-09-04 15:19:41 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-04 15:19:42 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2022-09-04 15:20:05 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2022-09-04 15:20:31 +0000califax(~califax@user/califx)
2022-09-04 15:20:41 +0000adanwan(~adanwan@gateway/tor-sasl/adanwan)
2022-09-04 15:21:05 +0000toeffel(~toeffel@user/toeffel) (Ping timeout: 252 seconds)
2022-09-04 15:24:45 +0000komikat`(~user@185.192.70.117) (Ping timeout: 252 seconds)
2022-09-04 15:25:20 +0000zebrag(~chris@user/zebrag)
2022-09-04 15:28:18 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 264 seconds)
2022-09-04 15:29:41 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 15:29:48 +0000nate1(~nate@98.45.169.16)
2022-09-04 15:33:45 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 15:34:13 +0000komikat`(~user@185.192.70.117)
2022-09-04 15:34:19 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-04 15:34:33 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 15:34:48 +0000komikat`(~user@185.192.70.117) (Client Quit)
2022-09-04 15:34:56 +0000nate1(~nate@98.45.169.16) (Ping timeout: 260 seconds)
2022-09-04 15:35:38 +0000komikat(~user@185.192.70.117)
2022-09-04 15:38:28 +0000jakalx(~jakalx@base.jakalx.net) ()
2022-09-04 15:39:10 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-04 15:43:20 +0000Pickchea(~private@user/pickchea)
2022-09-04 15:45:56 +0000econo(uid147250@user/econo)
2022-09-04 15:46:01 +0000acidjnk(~acidjnk@p200300d6e7137a07e8565d745bf9cf6a.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-09-04 15:46:11 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds)
2022-09-04 15:49:54 +0000komikat(~user@185.192.70.117) (Ping timeout: 264 seconds)
2022-09-04 15:50:11 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-04 15:50:54 +0000komikat(~user@185.192.70.117)
2022-09-04 15:55:55 +0000komikat(~user@185.192.70.117) (Ping timeout: 252 seconds)
2022-09-04 15:57:04 +0000komikat(~user@185.192.70.117)
2022-09-04 15:59:20 +0000Panahifar(~Panahifar@93.119.208.56)
2022-09-04 16:00:18 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 16:02:04 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-04 16:02:14 +0000jpds(~jpds@gateway/tor-sasl/jpds) (Remote host closed the connection)
2022-09-04 16:02:30 +0000komikat(~user@185.192.70.117) (Ping timeout: 264 seconds)
2022-09-04 16:02:33 +0000MoC(~moc@user/moc)
2022-09-04 16:02:46 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2022-09-04 16:03:14 +0000komikat(~user@185.192.70.117)
2022-09-04 16:03:41 +0000nate1(~nate@98.45.169.16)
2022-09-04 16:04:42 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 16:04:56 +0000 <troydm> is there a way in megaparsec to reverse last parser position? like for example I've parser character ';' but I want next parser to parse that character again?
2022-09-04 16:08:49 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 16:09:02 +0000hgolden(~Howard@cpe-172-251-233-141.socal.res.rr.com)
2022-09-04 16:09:42 +0000komikat(~user@185.192.70.117) (Ping timeout: 264 seconds)
2022-09-04 16:10:02 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (Read error: Connection reset by peer)
2022-09-04 16:14:52 +0000toeffel(~toeffel@user/toeffel)
2022-09-04 16:15:11 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 260 seconds)
2022-09-04 16:16:08 +0000__monty__(~toonn@user/toonn)
2022-09-04 16:21:04 +0000komikat(~user@185.192.70.117)
2022-09-04 16:21:44 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 16:22:01 +0000kayvank(~user@52-119-115-185.PUBLIC.monkeybrains.net) (ERC 5.4 (IRC client for GNU Emacs 28.1))
2022-09-04 16:24:15 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-04 16:25:22 +0000 <c_wraith> troydm: not really. But what are you actually trying to do? You can use a lookahead construct if you want to detect a terminator without consuming it
2022-09-04 16:26:13 +0000 <troydm> c_wraith: okey, got it
2022-09-04 16:26:16 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 16:27:49 +0000komikat(~user@185.192.70.117) (Ping timeout: 252 seconds)
2022-09-04 16:28:07 +0000rockymarine(~rocky@user/rockymarine)
2022-09-04 16:35:18 +0000califax(~califax@user/califx)
2022-09-04 16:35:26 +0000instantaphex(~jb@c-73-171-252-84.hsd1.fl.comcast.net)
2022-09-04 16:36:44 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2022-09-04 16:38:27 +0000vglfr(~vglfr@145.224.94.171) (Read error: Connection reset by peer)
2022-09-04 16:38:38 +0000vglfr(~vglfr@145.224.94.171)
2022-09-04 16:38:55 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 16:40:31 +0000bitdex_(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 258 seconds)
2022-09-04 16:40:34 +0000komikat(~user@185.192.70.117)
2022-09-04 16:42:00 +0000Pickchea(~private@user/pickchea) (Quit: Leaving)
2022-09-04 16:43:22 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 16:47:22 +0000Sgeo(~Sgeo@user/sgeo)
2022-09-04 16:50:58 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 268 seconds)
2022-09-04 16:53:08 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 16:53:23 +0000komikat(~user@185.192.70.117) (Ping timeout: 248 seconds)
2022-09-04 16:53:56 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-04 16:55:24 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2022-09-04 16:56:08 +0000rockymarine(~rocky@user/rockymarine)
2022-09-04 17:02:18 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 240 seconds)
2022-09-04 17:03:06 +0000komikat(~user@14.139.82.6)
2022-09-04 17:04:40 +0000califax(~califax@user/califx)
2022-09-04 17:05:49 +0000tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net)
2022-09-04 17:05:54 +0000mbuf(~Shakthi@49.204.140.208) (Quit: Leaving)
2022-09-04 17:09:40 +0000rockymarine(~rocky@user/rockymarine)
2022-09-04 17:11:25 +0000 <tomsmeding> troydm: getPosition/setPosition together with getInput/setInput can sort-of accomplish this. But if 'lookahead' works for you, that's a much neater and clearer way of accomplishing what you want
2022-09-04 17:14:42 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 17:16:13 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-04 17:16:49 +0000Panahifar(~Panahifar@93.119.208.56) (Quit: Leaving)
2022-09-04 17:17:12 +0000wonko_(~wjc@2a0e:1c80:2::130)
2022-09-04 17:18:54 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 17:19:03 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-04 17:30:39 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 17:32:57 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 17:34:18 +0000zebrag(~chris@user/zebrag) (Quit: Konversation terminated!)
2022-09-04 17:34:39 +0000zebrag(~chris@user/zebrag)
2022-09-04 17:35:09 +0000komikat(~user@14.139.82.6) (Remote host closed the connection)
2022-09-04 17:37:38 +0000jakalx(~jakalx@base.jakalx.net) ()
2022-09-04 17:37:46 +0000jakalx(~jakalx@base.jakalx.net)
2022-09-04 17:43:24 +0000lisbeths(uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2022-09-04 17:49:57 +0000zxx7529(~Thunderbi@user/zxx7529) (Remote host closed the connection)
2022-09-04 17:50:08 +0000rockymarine(~rocky@user/rockymarine) (Ping timeout: 268 seconds)
2022-09-04 17:50:17 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 17:51:22 +0000rockymarine(~rocky@user/rockymarine)
2022-09-04 17:55:05 +0000nate1(~nate@98.45.169.16) (Ping timeout: 252 seconds)
2022-09-04 17:55:06 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 18:03:32 +0000jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-09-04 18:04:59 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 18:06:23 +0000rockymarine(~rocky@user/rockymarine) (Read error: Connection reset by peer)
2022-09-04 18:08:22 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 18:08:59 +0000alternat`(~user@staticline-31-183-146-203.toya.net.pl)
2022-09-04 18:12:47 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-04 18:12:57 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 18:13:26 +0000alternat`(~user@staticline-31-183-146-203.toya.net.pl) (Client Quit)
2022-09-04 18:20:14 +0000komikat(~user@14.139.82.6)
2022-09-04 18:22:37 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 18:25:56 +0000wonko_(~wjc@2a0e:1c80:2::130) (Ping timeout: 268 seconds)
2022-09-04 18:27:29 +0000 <komikat[m]> komikat: hi
2022-09-04 18:29:40 +0000coot(~coot@213.134.176.158)
2022-09-04 18:30:50 +0000gawen(~gawen@user/gawen) (Quit: cya)
2022-09-04 18:32:22 +0000glguy(x@libera/staff-emeritus/glguy) (Read error: Connection reset by peer)
2022-09-04 18:33:57 +0000instantaphex(~jb@c-73-171-252-84.hsd1.fl.comcast.net) (Ping timeout: 268 seconds)
2022-09-04 18:35:16 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 18:36:40 +0000glguy(x@libera/staff-emeritus/glguy)
2022-09-04 18:36:44 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 18:36:59 +0000gawen(~gawen@user/gawen)
2022-09-04 18:39:04 +0000odnes(~odnes@5-203-145-113.pat.nym.cosmote.net)
2022-09-04 18:39:42 +0000Lord_of_Life_(~Lord@user/lord-of-life/x-2819915)
2022-09-04 18:40:33 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 252 seconds)
2022-09-04 18:40:50 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 18:42:14 +0000euandreh(~euandreh@179.214.113.107) (Ping timeout: 244 seconds)
2022-09-04 18:42:28 +0000Lord_of_Life_Lord_of_Life
2022-09-04 18:42:54 +0000causal(~user@50.35.83.177)
2022-09-04 18:43:25 +0000euandreh(~euandreh@179.214.113.107)
2022-09-04 18:45:15 +0000bjjdjango(~pckim93@S0106bc4dfbe5dc83.va.shawcable.net)
2022-09-04 18:46:16 +0000glguy(x@libera/staff-emeritus/glguy) (Ping timeout: 260 seconds)
2022-09-04 18:46:47 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-04 18:47:47 +0000bjjdjango(~pckim93@S0106bc4dfbe5dc83.va.shawcable.net) (Remote host closed the connection)
2022-09-04 18:47:49 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 18:49:53 +0000komikat(~user@14.139.82.6) (Remote host closed the connection)
2022-09-04 18:53:29 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-04 18:53:29 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-04 18:53:29 +0000wroathe(~wroathe@user/wroathe)
2022-09-04 18:57:02 +0000glguy(~glguy@libera/staff-emeritus/glguy)
2022-09-04 18:57:29 +0000Topsi(~Topsi@dyndsl-095-033-090-077.ewe-ip-backbone.de) (Read error: Connection reset by peer)
2022-09-04 18:57:39 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2022-09-04 18:57:49 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-09-04 18:59:08 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 19:05:59 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 19:06:31 +0000glguy(~glguy@libera/staff-emeritus/glguy) (Ping timeout: 244 seconds)
2022-09-04 19:11:01 +0000gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de)
2022-09-04 19:15:26 +0000califax(~califax@user/califx) (Remote host closed the connection)
2022-09-04 19:15:43 +0000acidjnk(~acidjnk@p200300d6e7137a74e455d1c661893365.dip0.t-ipconnect.de)
2022-09-04 19:16:43 +0000califax(~califax@user/califx)
2022-09-04 19:23:54 +0000odnes(~odnes@5-203-145-113.pat.nym.cosmote.net) (Quit: Leaving)
2022-09-04 19:26:28 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Quit: ZNC 1.8.2 - https://znc.in)
2022-09-04 19:27:13 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 19:30:11 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 248 seconds)
2022-09-04 19:31:19 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-04 19:32:28 +0000wootehfoot(~wootehfoo@user/wootehfoot)
2022-09-04 19:35:35 +0000econo(uid147250@user/econo) (Quit: Connection closed for inactivity)
2022-09-04 19:38:57 +0000nate1(~nate@98.45.169.16)
2022-09-04 19:41:25 +0000szkl(uid110435@id-110435.uxbridge.irccloud.com)
2022-09-04 19:43:33 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 19:43:33 +0000takuan(~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2022-09-04 19:44:31 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 19:45:37 +0000toeffel(~toeffel@user/toeffel) (Quit: quit)
2022-09-04 19:52:45 +0000ddellacosta(~ddellacos@143.244.47.67)
2022-09-04 19:53:14 +0000o-90(~o-90@gateway/tor-sasl/o-90)
2022-09-04 19:54:47 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
2022-09-04 20:00:31 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-04 20:00:45 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 20:02:06 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 20:02:06 +0000wootehfoot(~wootehfoo@user/wootehfoot) (Read error: Connection reset by peer)
2022-09-04 20:03:10 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 20:04:37 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 20:04:37 +0000mc47(~mc47@xmonad/TheMC47) (Read error: Connection reset by peer)
2022-09-04 20:07:13 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 20:15:15 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 20:17:01 +0000Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-09-04 20:17:39 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 248 seconds)
2022-09-04 20:20:43 +0000zer0bitz(~zer0bitz@2001:2003:f748:2000:c7:c464:27b:cd3f) (Read error: Connection reset by peer)
2022-09-04 20:20:59 +0000SkamDart3(~stinky@cpe-45-48-129-81.socal.res.rr.com)
2022-09-04 20:22:45 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-09-04 20:27:28 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 20:27:59 +0000vglfr(~vglfr@145.224.94.171) (Ping timeout: 252 seconds)
2022-09-04 20:31:38 +0000SkamDart3(~stinky@cpe-45-48-129-81.socal.res.rr.com) (Quit: Lost terminal)
2022-09-04 20:31:50 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 20:33:34 +0000o-90(~o-90@gateway/tor-sasl/o-90) (Remote host closed the connection)
2022-09-04 20:40:52 +0000stiell_(~stiell@gateway/tor-sasl/stiell) (Ping timeout: 258 seconds)
2022-09-04 20:41:13 +0000econo(uid147250@user/econo)
2022-09-04 20:44:36 +0000stiell_(~stiell@gateway/tor-sasl/stiell)
2022-09-04 20:44:48 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 20:47:37 +0000alternateved(~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection)
2022-09-04 20:47:58 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 240 seconds)
2022-09-04 20:48:42 +0000biberu\(~biberu@user/biberu)
2022-09-04 20:51:49 +0000biberu(~biberu@user/biberu) (Ping timeout: 252 seconds)
2022-09-04 20:51:49 +0000biberu\biberu
2022-09-04 20:56:57 +0000jespada_(~jespada@77.97.36.250) (Ping timeout: 252 seconds)
2022-09-04 20:59:41 +0000jespada(~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net)
2022-09-04 21:00:02 +0000azimut(~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds)
2022-09-04 21:03:21 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 21:06:15 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-04 21:06:15 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-04 21:06:15 +0000wroathe(~wroathe@user/wroathe)
2022-09-04 21:14:02 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 21:16:54 +0000MoC(~moc@user/moc) (Quit: Konversation terminated!)
2022-09-04 21:17:37 +0000biberu\(~biberu@user/biberu)
2022-09-04 21:19:02 +0000adium(adium@user/adium) (Quit: Stable ZNC by #bnc4you)
2022-09-04 21:21:09 +0000biberu(~biberu@user/biberu) (Ping timeout: 252 seconds)
2022-09-04 21:21:09 +0000biberu\biberu
2022-09-04 21:22:01 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 260 seconds)
2022-09-04 21:22:05 +0000statusbot4(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (Read error: Connection reset by peer)
2022-09-04 21:22:17 +0000statusbot(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-09-04 21:25:20 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 21:29:57 +0000bontaq(~user@ool-45779fe5.dyn.optonline.net) (Ping timeout: 252 seconds)
2022-09-04 21:30:36 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 21:32:05 +0000adium(adium@user/adium)
2022-09-04 21:35:54 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-09-04 21:35:54 +0000wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-09-04 21:35:54 +0000wroathe(~wroathe@user/wroathe)
2022-09-04 21:39:16 +0000__monty__(~toonn@user/toonn) (Quit: leaving)
2022-09-04 21:42:02 +0000notzmv(~zmv@user/notzmv) (Ping timeout: 244 seconds)
2022-09-04 21:42:46 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-09-04 21:42:58 +0000neceve_(~neceve@2.26.93.14) (Ping timeout: 240 seconds)
2022-09-04 21:44:16 +0000king_gs(~Thunderbi@2806:103e:29:58a3:1594:b5e0:74f3:c774)
2022-09-04 21:44:30 +0000king_gs(~Thunderbi@2806:103e:29:58a3:1594:b5e0:74f3:c774) (Client Quit)
2022-09-04 21:47:55 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds)
2022-09-04 21:48:45 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-04 22:01:39 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 248 seconds)
2022-09-04 22:04:11 +0000phma(~phma@2001:5b0:211f:fbb8:a75a:9dc7:399b:3e12) (Read error: Connection reset by peer)
2022-09-04 22:05:53 +0000coot(~coot@213.134.176.158) (Quit: coot)
2022-09-04 22:07:07 +0000sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Remote host closed the connection)
2022-09-04 22:11:47 +0000phma(~phma@host-67-44-208-144.hnremote.net)
2022-09-04 22:14:37 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-09-04 22:18:46 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 22:23:16 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 22:23:21 +0000eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-09-04 22:26:52 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Read error: Connection reset by peer)
2022-09-04 22:33:11 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 260 seconds)
2022-09-04 22:36:55 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 22:42:18 +0000rodrigc(~rodrigc@c-24-4-29-181.hsd1.ca.comcast.net)
2022-09-04 22:43:10 +0000zeenk(~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (Quit: Konversation terminated!)
2022-09-04 22:44:33 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-09-04 22:46:20 +0000_xor(~xor@74.215.182.83)
2022-09-04 22:48:21 +0000Tuplanolla(~Tuplanoll@91-159-69-12.elisa-laajakaista.fi) (Ping timeout: 260 seconds)
2022-09-04 22:48:57 +0000cln_cln
2022-09-04 22:49:43 +0000mvk(~mvk@2607:fea8:5ce3:8500::a1ec) (Ping timeout: 244 seconds)
2022-09-04 22:50:30 +0000jinsun(~jinsun@user/jinsun) (Read error: Connection reset by peer)
2022-09-04 22:51:50 +0000jinsun(~jinsun@user/jinsun)
2022-09-04 22:54:29 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 255 seconds)
2022-09-04 22:55:26 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 23:00:01 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 260 seconds)
2022-09-04 23:09:26 +0000mixfix41(~sdeny9ee@user/mixfix41)
2022-09-04 23:09:57 +0000vglfr(~vglfr@145.224.94.171)
2022-09-04 23:11:31 +0000mima(mmh@gateway/vpn/airvpn/mima) (Ping timeout: 252 seconds)
2022-09-04 23:12:27 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2022-09-04 23:15:01 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (Remote host closed the connection)
2022-09-04 23:16:21 +0000acidjnk(~acidjnk@p200300d6e7137a74e455d1c661893365.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-09-04 23:18:49 +0000merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds)
2022-09-04 23:26:05 +0000pavonia(~user@user/siracusa)
2022-09-04 23:26:45 +0000tvandinther(~tvandinth@2404:4408:8740:3800:2801:bccb:2609:2b10)
2022-09-04 23:27:58 +0000 <tvandinther> This feels like it should be painfully obvious but I can not figure it out. How do I create a list of `RealFrac` from literals?
2022-09-04 23:28:51 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 23:28:58 +0000 <geekosaur> RealFrac isn't a type, it's a typeclass. You can make a list of a type which has a RealFrac instance
2022-09-04 23:29:07 +0000paddymahoney(~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com)
2022-09-04 23:29:20 +0000mixfix41(~sdeny9ee@user/mixfix41) (Ping timeout: 268 seconds)
2022-09-04 23:29:22 +0000 <geekosaur> or you can use an existential wrapper and make a list of that, but that's rarely what you really want
2022-09-04 23:30:07 +0000 <tvandinther> I have a list of floats at the moment (e.g. 0.19, 0.325) etc. I could represent them as fractions if required, but not sure how to do this.
2022-09-04 23:30:59 +0000 <jackdk> tvandinther: as strings? like `["0.19", "0.325"]`?
2022-09-04 23:31:01 +0000 <pavonia> :t let xs :: RealFrac a => [a]; xs = [0.1, 2.345] in xs
2022-09-04 23:31:02 +0000 <lambdabot> RealFrac a => [a]
2022-09-04 23:31:06 +0000 <geekosaur> difficult to do anything useful with the existential version
2022-09-04 23:32:02 +0000 <geekosaur> pavonia, that is subtly different
2022-09-04 23:32:26 +0000 <geekosaur> in partiocular there will be a distinct list for each instance of RealFrac
2022-09-04 23:32:26 +0000 <jackdk> No, sorry, I wasn't reading properly. What are you trying to do? If they're `Double` or `Float` or some concrete type like that, those types have a `RealFrac` instance already.
2022-09-04 23:32:49 +0000 <pavonia> geekosaur In what way different?
2022-09-04 23:33:00 +0000 <geekosaur> I just told you
2022-09-04 23:33:07 +0000matthewmosior(~matthewmo@173.170.253.91) (Ping timeout: 244 seconds)
2022-09-04 23:33:21 +0000 <geekosaur> xs is a function which takes an instance dictionary as parameter and produces the list corresponding to it
2022-09-04 23:33:26 +0000 <pavonia> But different from what?
2022-09-04 23:33:30 +0000 <jackdk> pavonia: It is sometimes helpful to think of `=>` as a function arrow that is filled in by the compiler, usually with a typeclass dictionary
2022-09-04 23:33:46 +0000 <geekosaur> this is different from a list of RealFrac a
2022-09-04 23:34:20 +0000rockymarine(~rocky@user/rockymarine)
2022-09-04 23:34:24 +0000 <geekosaur> (which would, for example, let you have some elements be Double, some Float, some Rational, ...)
2022-09-04 23:34:25 +0000 <monochrom> Use either [Double] or [Rational] and be done with it.
2022-09-04 23:35:05 +0000 <geekosaur> anyway, tvandinther, what are you really trying to do?
2022-09-04 23:35:07 +0000 <tvandinther> The goal is to create a constant list of breakpoints which can be 0 to 1 inclusive.
2022-09-04 23:35:08 +0000 <pavonia> Maybe I misinterpreted the question then
2022-09-04 23:35:48 +0000 <geekosaur> so why do they need to be RealFrac a => a instead of a concrete type?
2022-09-04 23:37:13 +0000 <tvandinther> I figured it was better to express my equations with respect to the typeclass so that they would be more flexible
2022-09-04 23:37:44 +0000mixfix41(~sdeny9ee@75-98-145-98.cpe.safelink.net)
2022-09-04 23:37:56 +0000mixfix41(~sdeny9ee@75-98-145-98.cpe.safelink.net) (Changing host)
2022-09-04 23:37:56 +0000mixfix41(~sdeny9ee@user/mixfix41)
2022-09-04 23:38:45 +0000 <DigitalKiwi> dependent types when
2022-09-04 23:38:50 +0000 <monochrom> haha
2022-09-04 23:39:38 +0000 <geekosaur> I would say monochrom has it right: just pick a type. flexibility here comes at several prices that usually aren't worth paying
2022-09-04 23:40:10 +0000 <geekosaur> complexiity fitting them into a list with existentials, performance because of typeclass dictionaries, etc.
2022-09-04 23:40:31 +0000 <monochrom> "xs :: RealFrac a => [a]" can work. But I advise against prematrue generalizations.
2022-09-04 23:40:59 +0000 <DigitalKiwi> heh so if you had a type that is "fractional less than 1" ... does that break `sum`?
2022-09-04 23:41:46 +0000 <monochrom> Definition: A generalization is premature if you don't know of at least 3 distinct specializations.
2022-09-04 23:42:09 +0000mvk(~mvk@2607:fea8:5ce3:8500::a1ec)
2022-09-04 23:42:39 +0000 <geekosaur> s/know of/have a use for/, I'd say
2022-09-04 23:42:48 +0000 <tvandinther> I end up with equations which multiply doubles with ints. Is it expected to do conversions inside the equation? My intuition tells me to use types and push these conversions to the edges.
2022-09-04 23:43:25 +0000 <geekosaur> conversions are a fact of life. and RealFrac won't push it to the edges, it'll just complicate things more
2022-09-04 23:43:40 +0000 <monochrom> int is not RealFrac either.
2022-09-04 23:44:53 +0000 <monochrom> There are XY problems, and then there are XYcomplement problems.
2022-09-04 23:45:01 +0000 <DigitalKiwi> sum :: Num a => t a -> a
2022-09-04 23:45:12 +0000 <tvandinther> Since double and int both share the typeclass `Num` should I use that for the output of the function which multiplies them?
2022-09-04 23:45:19 +0000 <DigitalKiwi> NumsBetweenZeroAnd1
2022-09-04 23:45:34 +0000 <monochrom> Definition: An XYcomplement problem is when you need to solve X, you think Y solves X, but actually Y is the antithesis to X.
2022-09-04 23:45:58 +0000Successus(~Successus@user/Successus) ()
2022-09-04 23:46:11 +0000 <DigitalKiwi> now sum [0.5, 0.5, 0.5]
2022-09-04 23:47:10 +0000 <DigitalKiwi> wrong type, what do?
2022-09-04 23:47:12 +0000matthewmosior(~matthewmo@173.170.253.91)
2022-09-04 23:47:25 +0000pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Quit: WeeChat 3.5)
2022-09-04 23:48:14 +0000 <geekosaur> tvandinther, it doesn't worhk that way
2022-09-04 23:48:53 +0000 <geekosaur> you can't multiply them without a conversion. Trying to treat Num as a type will not help you
2022-09-04 23:48:53 +0000 <monochrom> There is no subtyping in this language.
2022-09-04 23:49:18 +0000 <geekosaur> in fact ot just means you have to unwrap both to do anything including multiplication with them, then you have to convert anyway
2022-09-04 23:49:25 +0000 <monochrom> You need to validate your understanding of type classes, rather than just assume that it's like OO.
2022-09-04 23:49:32 +0000 <tvandinther> Yeah I figured that as I wrote it.
2022-09-04 23:50:40 +0000Me-me(~me-me@user/me-me) (Remote host closed the connection)
2022-09-04 23:52:07 +0000notzmv(~zmv@user/notzmv)
2022-09-04 23:54:25 +0000 <DigitalKiwi> does anyone know what the dependent typers would do?
2022-09-04 23:56:03 +0000 <monochrom> I can only speak for myself. I would consider NumsBetweenZeroAnd1 a probability distribution space or an affine space, rather than an instance of Num. As you noticed, many arithmetic operations make no sense.
2022-09-04 23:56:54 +0000Me-me(~me-me@v.working.name)
2022-09-04 23:56:54 +0000 <DigitalKiwi> is the intended behavior in that situation that it breaks functions like sum
2022-09-04 23:58:17 +0000Me-me(~me-me@v.working.name) (Changing host)
2022-09-04 23:58:17 +0000Me-me(~me-me@user/me-me)