2023/06/23

2023-06-23 00:01:25 +0200Pickchea(~private@user/pickchea) (Quit: Leaving)
2023-06-23 00:05:29 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-06-23 00:12:40 +0200coot(~coot@89-69-206-216.dynamic.chello.pl)
2023-06-23 00:14:32 +0200acidjnk(~acidjnk@p200300d6e7072f5928497d11c6efe7a2.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
2023-06-23 00:16:26 +0200gmg(~user@user/gehmehgeh) (Quit: Leaving)
2023-06-23 00:23:17 +0200mechap(~mechap@user/mechap) (Ping timeout: 246 seconds)
2023-06-23 00:24:28 +0200mechap(~mechap@user/mechap)
2023-06-23 00:29:27 +0200mncheck-m(~mncheck@193.224.205.254)
2023-06-23 00:30:23 +0200kritty(~crumb@c-76-155-235-153.hsd1.co.comcast.net)
2023-06-23 00:31:52 +0200mncheck(~mncheck@193.224.205.254) (Ping timeout: 245 seconds)
2023-06-23 00:32:09 +0200coot(~coot@89-69-206-216.dynamic.chello.pl) (Quit: coot)
2023-06-23 00:34:17 +0200 <kritty> are there any examples of projects that choose Arrows over Monads/Applicatives?
2023-06-23 00:35:38 +0200 <geekosaur> @hackage hxt
2023-06-23 00:35:38 +0200 <lambdabot> https://hackage.haskell.org/package/hxt
2023-06-23 00:35:53 +0200 <kritty> ta :D
2023-06-23 00:36:22 +0200 <c_wraith> note that one of my first tasks in Haskell was replacing hxt with something more direct :)
2023-06-23 00:36:40 +0200 <kritty> lol
2023-06-23 00:37:30 +0200 <c_wraith> I think I went with xml-simple
2023-06-23 00:37:49 +0200myme(~myme@2a01:799:d60:e400:ee8f:45fa:6dfe:1e10) (Ping timeout: 258 seconds)
2023-06-23 00:38:39 +0200myme(~myme@2a01:799:d60:e400:5ad3:735a:f98b:c82b)
2023-06-23 00:38:54 +0200 <geekosaur> and the main reason I remember hxt is it's about the only package I've ever found that went all in on Arrows
2023-06-23 00:39:41 +0200 <c_wraith> jle had an arrow-based game library. I think he decided it wasn't worth it in the end.
2023-06-23 00:41:14 +0200 <kritty> checks out. Arrows seem really interesting but i'm struggling to imagine a scenario where an Applicative or Monad wouldn't work better in almost every respect.
2023-06-23 00:42:05 +0200 <kritty> one of the first examples in the paper proposing Arrow notation takes an argument and ignores it. really awkward.
2023-06-23 00:42:07 +0200[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2023-06-23 00:42:16 +0200 <kritty> s/takes/requires
2023-06-23 00:43:39 +0200 <c_wraith> the library was named auto. https://github.com/mstksg/auto/blob/master/tutorial/tutorial.md
2023-06-23 00:45:33 +0200 <zzz> how is the Eq intance of (,) defined?
2023-06-23 00:46:58 +0200 <kritty> zzz: it's derived, so probably `(a,b) == (c,d) = (a == c) && (b == d)`
2023-06-23 00:47:39 +0200 <zzz> that's fair enough but then how is the Ord instance derived?
2023-06-23 00:48:09 +0200 <mauke> lexicographically
2023-06-23 00:48:19 +0200 <EvanR> the cool parts of Arrow were factored out into profunctors
2023-06-23 00:48:34 +0200 <probie> Something like `compare (a,b) (c,d) = case compare a c of { EQ -> compare b d; x -> x }`
2023-06-23 00:48:35 +0200 <zzz> EvanR: wdym?
2023-06-23 00:49:13 +0200 <mauke> (a,b) < (c,d) = a < c || (not (c < a) && b < d)
2023-06-23 00:49:20 +0200 <zzz> mauke: how can i achieve that conclusion by looking at the source?
2023-06-23 00:49:23 +0200 <EvanR> some of the cool parts, the other cool parts, which is the symmetric monoidal category part, would be arrow itself if it wasn't for arr
2023-06-23 00:49:37 +0200 <mauke> zzz: source of what?
2023-06-23 00:49:52 +0200 <geekosaur> https://www.haskell.org/onlinereport/haskell2010/haskellch11.html#x18-18300011.1
2023-06-23 00:50:19 +0200 <Lears> Better: `compare (a,b) (c,d) = compare a c <> compare b d`.
2023-06-23 00:50:20 +0200 <geekosaur> if you want to see the source ghc generates for a derived instance, use -ddump-deriv
2023-06-23 00:51:08 +0200 <zzz> geekosaur: thanks
2023-06-23 00:54:25 +0200 <zzz> lexicographically with respect to the order of data constructors
2023-06-23 00:54:32 +0200 <zzz> got it
2023-06-23 00:56:28 +0200 <geekosaur> you could have gotten that from the Report link I sent earlier
2023-06-23 01:01:10 +0200gnalzo(~gnalzo@2a01:e0a:498:fd50:fcc6:bb5d:489a:ce8c) (Quit: WeeChat 3.8)
2023-06-23 01:01:17 +0200jmdaemon(~jmdaemon@user/jmdaemon)
2023-06-23 01:02:49 +0200machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2023-06-23 01:04:09 +0200 <glguy> kritty: arrows were an old research idea. They didn't really survive as useful into modern usage
2023-06-23 01:05:17 +0200wagle(~wagle@quassel.wagle.io) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2023-06-23 01:05:35 +0200wagle(~wagle@quassel.wagle.io)
2023-06-23 01:06:32 +0200 <hpc> arguably, the thing that kills arrows is arr
2023-06-23 01:06:37 +0200 <hpc> arr-guably :D
2023-06-23 01:06:40 +0200 <hpc> :t arr
2023-06-23 01:06:40 +0200 <kritty> :3
2023-06-23 01:06:41 +0200 <lambdabot> Arrow a => (b -> c) -> a b c
2023-06-23 01:06:55 +0200 <hpc> it forces 'a' to support arbitrary functions
2023-06-23 01:08:16 +0200 <hpc> ironically, even though it makes Arrow able to do anything, it requires instances to support everything which limits what they can be
2023-06-23 01:09:56 +0200oneeyedalien_(~oneeyedal@user/oneeyedalien) (Quit: Leaving)
2023-06-23 01:10:30 +0200 <c_wraith> interestingly enough, arr can be derived from fmap
2023-06-23 01:10:32 +0200 <c_wraith> :t \f -> fmap f C.id
2023-06-23 01:10:33 +0200 <lambdabot> (Functor (cat a), Category cat) => (a -> b) -> cat a b
2023-06-23 01:10:53 +0200 <hpc> oh, huh
2023-06-23 01:11:01 +0200 <c_wraith> So having it there is roughly equivalent to putting a Functor requirement on it
2023-06-23 01:12:55 +0200 <hpc> that also means you have (c -> d) -> a b c -> a b d
2023-06-23 01:15:01 +0200 <hpc> i guess that's not that interesting
2023-06-23 01:15:13 +0200 <hpc> since it's equivalent to a b c -> (c -> d) -> a b d
2023-06-23 01:15:29 +0200 <hpc> which is just (>>>) and arr
2023-06-23 01:15:59 +0200mechap(~mechap@user/mechap) (Quit: WeeChat 3.8)
2023-06-23 01:16:52 +0200 <hpc> so either can be derived from the other
2023-06-23 01:17:02 +0200xff0x_(~xff0x@ai098135.d.east.v6connect.net) (Ping timeout: 250 seconds)
2023-06-23 01:17:14 +0200harveypwca(~harveypwc@2601:246:c180:a570:3828:d8:e523:3f67) (Quit: Leaving)
2023-06-23 01:18:12 +0200 <cheater> hello
2023-06-23 01:18:17 +0200 <cheater> does GHC do automatic let floating?
2023-06-23 01:18:24 +0200hpcchooses to believe this means Functor is also useless :D
2023-06-23 01:18:56 +0200 <c_wraith> cheater: if you haven't disabled the full laziness optimization, it might
2023-06-23 01:19:00 +0200xff0x_(~xff0x@178.255.149.135)
2023-06-23 01:19:07 +0200 <cheater> "might" how?
2023-06-23 01:19:20 +0200 <c_wraith> depends on all sorts of internal heuristics!
2023-06-23 01:19:27 +0200wroathe(~wroathe@user/wroathe)
2023-06-23 01:22:11 +0200nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net)
2023-06-23 01:22:59 +0200emmanuelux(~emmanuelu@user/emmanuelux) (Quit: au revoir)
2023-06-23 01:26:59 +0200nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
2023-06-23 01:29:04 +0200ec(~ec@gateway/tor-sasl/ec) (Remote host closed the connection)
2023-06-23 01:29:42 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 01:34:42 +0200Axma61101Axman6
2023-06-23 01:35:23 +0200xff0x_(~xff0x@178.255.149.135) (Ping timeout: 246 seconds)
2023-06-23 01:37:16 +0200xff0x_(~xff0x@2405:6580:b080:900:455d:adce:c30:5eea)
2023-06-23 01:43:17 +0200wagle(~wagle@quassel.wagle.io) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2023-06-23 01:44:08 +0200wagle(~wagle@quassel.wagle.io)
2023-06-23 01:44:44 +0200 <EvanR> being a category is one thing, being a functor is one thing, but being a hask endofunctor and also a category is narrowing it down a lot
2023-06-23 01:45:20 +0200ec(~ec@gateway/tor-sasl/ec) (Ping timeout: 240 seconds)
2023-06-23 01:46:16 +0200 <EvanR> meanwhile we need a way to have functor between Categorys
2023-06-23 01:48:17 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 01:49:47 +0200wroathe(~wroathe@user/wroathe) (Ping timeout: 245 seconds)
2023-06-23 01:50:49 +0200mauke_(~mauke@user/mauke)
2023-06-23 01:52:17 +0200mauke(~mauke@user/mauke) (Ping timeout: 245 seconds)
2023-06-23 01:52:18 +0200mauke_mauke
2023-06-23 02:16:19 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com)
2023-06-23 02:20:26 +0200bitdex(~bitdex@gateway/tor-sasl/bitdex)
2023-06-23 02:21:59 +0200Tuplanolla(~Tuplanoll@91-159-68-236.elisa-laajakaista.fi) (Quit: Leaving.)
2023-06-23 02:29:37 +0200 <probie> Not that anyone uses backpack, but can a sig expose a typeclass?
2023-06-23 02:29:47 +0200bontaq(~user@ool-45779b84.dyn.optonline.net) (Ping timeout: 245 seconds)
2023-06-23 02:32:18 +0200Nokurn(~jeremiah@cpe-76-86-186-227.socal.res.rr.com)
2023-06-23 02:34:09 +0200 <probie> like, let's say I want to write a library which uses comonads, but didn't want to depend on the comonad package. Is there a way I can (ab)use backpack to allow my library to optionally use the typeclass from the comonad package
2023-06-23 02:35:02 +0200machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 250 seconds)
2023-06-23 02:36:56 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Quit: Leaving)
2023-06-23 02:42:05 +0200machinedgod(~machinedg@node-1w7jr9yirp0ap2d6xfacos1ph.ipv6.telus.net)
2023-06-23 02:49:32 +0200robbert-vdh(~robbert@robbertvanderhelm.nl) (Server closed connection)
2023-06-23 02:49:57 +0200robbert-vdh(~robbert@robbertvanderhelm.nl)
2023-06-23 02:53:38 +0200falafel(~falafel@2607:fb91:86c:d890:1d91:5101:9269:b131)
2023-06-23 02:56:13 +0200chromoblob(~user@37.113.180.121)
2023-06-23 02:59:22 +0200jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 245 seconds)
2023-06-23 03:00:05 +0200foul_owl(~kerry@71.212.137.212) (Ping timeout: 246 seconds)
2023-06-23 03:09:08 +0200zeenk(~zeenk@2a02:2f04:a203:a700::7fe) (Quit: Konversation terminated!)
2023-06-23 03:12:51 +0200wroathe(~wroathe@207-153-38-140.fttp.usinternet.com)
2023-06-23 03:12:51 +0200wroathe(~wroathe@207-153-38-140.fttp.usinternet.com) (Changing host)
2023-06-23 03:12:51 +0200wroathe(~wroathe@user/wroathe)
2023-06-23 03:13:22 +0200albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection)
2023-06-23 03:14:03 +0200foul_owl(~kerry@94.140.8.28)
2023-06-23 03:14:55 +0200ijqq(uid603979@2a03:5180:f:1::9:374b)
2023-06-23 03:17:19 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176)
2023-06-23 03:17:46 +0200 <ijqq> i have four hex digits representing unicode values, how can I write a function f :: String -> String. So I want f "00a0" to become "\x00a0" in haskell, and show a space when printed with putChar
2023-06-23 03:17:49 +0200 <ijqq> putString*
2023-06-23 03:19:29 +0200albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2023-06-23 03:19:45 +0200 <geekosaur> :t Numeric.readHex
2023-06-23 03:19:46 +0200 <lambdabot> (Eq a, Num a) => ReadS a
2023-06-23 03:21:21 +0200merijn(~merijn@86-86-29-250.fixed.kpn.net)
2023-06-23 03:21:48 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176) (Ping timeout: 246 seconds)
2023-06-23 03:23:10 +0200 <geekosaur> > Data.Char.chr . fst . head . Numeric.readHex $ "00a0" -- assumes it always parses
2023-06-23 03:23:12 +0200 <lambdabot> '\160'
2023-06-23 03:23:34 +0200 <ijqq> ohh i get it
2023-06-23 03:23:39 +0200 <ijqq> idk why i completely forgot about chr
2023-06-23 03:24:14 +0200 <ijqq> thanks!
2023-06-23 03:24:47 +0200 <geekosaur> toEnum also works with a type ascription
2023-06-23 03:24:56 +0200srz(~srz@181.84.181.59)
2023-06-23 03:25:44 +0200merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 250 seconds)
2023-06-23 03:25:55 +0200 <ijqq> To convert a Char to or from the corresponding Int value defined by Unicode, use toEnum and fromEnum from the Enum class respectively (or equivalently ord and chr). So i should just use chr because I don't need to give type?
2023-06-23 03:26:14 +0200ormaaaj(~ormaaj@user/ormaaj) (Remote host closed the connection)
2023-06-23 03:26:32 +0200 <geekosaur> it's also clearer what you're doing; toEnum could mean lots of things
2023-06-23 03:27:25 +0200 <geekosaur> (code should be written for people to understand)
2023-06-23 03:28:15 +0200ormaaaj(~ormaaj@user/ormaaj)
2023-06-23 03:28:49 +0200 <ijqq> oh yep, that's a good point too
2023-06-23 03:29:07 +0200 <ijqq> i guess better to use the more specific method when choosing between
2023-06-23 03:29:39 +0200 <ijqq> although maybe not as it seems haskell lots is about making things as general as possible
2023-06-23 03:30:09 +0200 <geekosaur> that can be overdone, at the price of performance (or compile time)
2023-06-23 03:32:29 +0200 <geekosaur> one of the things you will develop with experience is a feel for when to generalize and when not to
2023-06-23 03:34:15 +0200 <ijqq> yep i hope over time to improve and develop intuition for these kinds of things
2023-06-23 03:34:24 +0200 <geekosaur> although it can be good to generalize early on just to become more comfortable with it
2023-06-23 03:37:33 +0200codaraxis(~codaraxis@user/codaraxis) (Ping timeout: 246 seconds)
2023-06-23 03:42:06 +0200falafel(~falafel@2607:fb91:86c:d890:1d91:5101:9269:b131) (Remote host closed the connection)
2023-06-23 03:57:42 +0200xff0x_(~xff0x@2405:6580:b080:900:455d:adce:c30:5eea) (Ping timeout: 245 seconds)
2023-06-23 04:03:09 +0200meinside(uid24933@id-24933.helmsley.irccloud.com) (Quit: Connection closed for inactivity)
2023-06-23 04:06:19 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com) (Remote host closed the connection)
2023-06-23 04:07:38 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176)
2023-06-23 04:08:32 +0200ft(~ft@p4fc2afc9.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2023-06-23 04:10:29 +0200ft(~ft@p508db151.dip0.t-ipconnect.de)
2023-06-23 04:15:25 +0200nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net)
2023-06-23 04:19:28 +0200finn_elija(~finn_elij@user/finn-elija/x-0085643)
2023-06-23 04:19:28 +0200FinnElija(~finn_elij@user/finn-elija/x-0085643) (Killed (NickServ (Forcing logout FinnElija -> finn_elija)))
2023-06-23 04:19:28 +0200finn_elijaFinnElija
2023-06-23 04:24:22 +0200machinedgod(~machinedg@node-1w7jr9yirp0ap2d6xfacos1ph.ipv6.telus.net) (Ping timeout: 245 seconds)
2023-06-23 04:25:36 +0200gentauro(~gentauro@user/gentauro) (Read error: Connection reset by peer)
2023-06-23 04:26:13 +0200 <EvanR> :t chr
2023-06-23 04:26:14 +0200 <lambdabot> Int -> Char
2023-06-23 04:28:07 +0200 <EvanR> ijqq, chr and ord are great functions to introduce new people to because you don't have to explain polymorphism or typeclassing
2023-06-23 04:28:41 +0200srz(~srz@181.84.181.59) (Quit: Leaving)
2023-06-23 04:28:50 +0200 <EvanR> the types involved are even familiar C language types!
2023-06-23 04:29:23 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com)
2023-06-23 04:29:34 +0200 <monochrom> No love for explaining the type of (+) :(
2023-06-23 04:29:53 +0200 <monochrom> And length is even worse :(
2023-06-23 04:30:44 +0200 <EvanR> oh yeah and you don't have to explain wtf 3 things separated with -> means
2023-06-23 04:31:25 +0200gentauro(~gentauro@user/gentauro)
2023-06-23 04:31:52 +0200 <EvanR> even math people who write A x B -> C think we're nuts
2023-06-23 04:33:07 +0200td_(~td@i53870903.versanet.de) (Ping timeout: 245 seconds)
2023-06-23 04:35:02 +0200td_(~td@i53870905.versanet.de)
2023-06-23 04:35:12 +0200 <ijqq> haha, i remember when i started i was confused what are the parameters and what is the return when there were all just arrows
2023-06-23 04:35:21 +0200codaraxis(~codaraxis@user/codaraxis)
2023-06-23 04:35:23 +0200 <monochrom> We are already nuts for saying "f is a function" not "f(x) is a function".
2023-06-23 04:35:48 +0200mud(~mud@user/kadoban) (Ping timeout: 252 seconds)
2023-06-23 04:37:20 +0200 <monochrom> and using types to infer "f(x) :: Integer" therefore "f(x) is an integer not a function".
2023-06-23 04:41:06 +0200xff0x_(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2023-06-23 04:41:29 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat)
2023-06-23 04:42:52 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-06-23 04:43:22 +0200 <monochrom> and defining "data Turing = Turing{alphabet :: [Char], transition :: Char -> S -> (Char, S, Dir), ...}" instead of "a Turing machine is a 10-tuple (alpha, beta, gamma, ...)"
2023-06-23 04:44:16 +0200 <monochrom> Yes I'm beginning to be sarcastic and pointing out all the about-time sane things we do that inspire insane people to call us nuts.
2023-06-23 04:45:33 +0200 <ijqq> :^)
2023-06-23 04:47:55 +0200Lycurgus(~juan@user/Lycurgus)
2023-06-23 04:48:49 +0200 <Lycurgus> indeed if you have come to the point where you believe your programming lang has superior expressivity to natural language, you've become unmoored, a fanatic
2023-06-23 04:50:38 +0200 <monochrom> You mean like this? https://www.smbc-comics.com/comic/language
2023-06-23 04:50:53 +0200 <Lycurgus> or that haskell === mathematics
2023-06-23 04:51:32 +0200wroathe(~wroathe@user/wroathe) (Ping timeout: 250 seconds)
2023-06-23 04:51:39 +0200 <monochrom> "10-tuple (alpha, beta, gamma, ...)" is unnatural language
2023-06-23 04:52:08 +0200 <monochrom> It's almost a tautology that almost any programming language has superior expressivity to unnatural languages.
2023-06-23 04:52:52 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com) (Remote host closed the connection)
2023-06-23 04:53:22 +0200 <Lycurgus> the ruining everthings on that link was a giggle
2023-06-23 04:57:31 +0200 <probie> In fairness to many of the math people who write `A x B -> C`, functions aren't "primitive" to a lot of them, they're just a special case of a relation
2023-06-23 04:57:36 +0200 <Lycurgus> also Milton vs the age of the Marvel Universe, do you really wanna make that comparison?
2023-06-23 04:58:21 +0200 <monochrom> I don't understand why Marvel Universe is brought up.
2023-06-23 04:58:33 +0200 <monochrom> I don't know what's Milton.
2023-06-23 04:59:16 +0200 <Lycurgus> a lost thing apparently
2023-06-23 04:59:36 +0200 <monochrom> I have seen natural languages used correctly in math books. When that happens, I admire it.
2023-06-23 05:00:11 +0200kritty(~crumb@c-76-155-235-153.hsd1.co.comcast.net) (Quit: Leaving)
2023-06-23 05:00:41 +0200 <monochrom> For example in Emily Riehl's category book (and probably many other category theory books), it's like "a functor consists of the following data: <2 bullet points> subject to the following conditions <2 bullet points>"
2023-06-23 05:01:20 +0200 <monochrom> No bloody pompous 10-tuples whose component order no one will actually remember and strictly follow.
2023-06-23 05:01:47 +0200 <monochrom> That's when it actually qualifies as natural language.
2023-06-23 05:02:20 +0200dipper(~dipper@203.168.26.146)
2023-06-23 05:02:27 +0200 <Lycurgus> good band name - Pompous 10-tuples
2023-06-23 05:03:06 +0200 <monochrom> To borrow your language, when one believes that formal n-tuples have superior expressivity to bullet points, one has become a fanatic.
2023-06-23 05:03:56 +0200 <Axman6> Lycurgus: for some reason that makes me think they need a logo with a smug looking octopus
2023-06-23 05:04:11 +0200 <Lycurgus> Axman6, :)
2023-06-23 05:04:36 +0200 <Lycurgus> 10-tuples : tentacles
2023-06-23 05:04:40 +0200 <Axman6> obviously 10-tuple and tentacle are basically the same
2023-06-23 05:04:43 +0200 <Axman6> :)
2023-06-23 05:08:53 +0200codaraxis(~codaraxis@user/codaraxis) (Quit: Leaving)
2023-06-23 05:09:22 +0200jero98772(~jero98772@2800:484:1d7f:5d36::4) (Remote host closed the connection)
2023-06-23 05:09:50 +0200 <monochrom> probie: Sometimes it is handy to consider functions as special relations, so I like that. But now, behold "a function is a 3-tuple (A, B, r) ..."
2023-06-23 05:10:10 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com)
2023-06-23 05:10:37 +0200 <monochrom> But wait! There is more. Tuples are not primitive either. A 2-tuple is a set {{x}, {x,y}} or some such, I forgot the exact construction.
2023-06-23 05:11:10 +0200 <monochrom> Now what do we say about people who believe that sets have superior expressivity to types? :)
2023-06-23 05:12:18 +0200 <ijqq> In haskell I see people use the function go. Is it idiomatic to use it as a name when it's doing some kind of recusion, or is it just a name of a general helper function even when it doesn't 'go' anywhere?
2023-06-23 05:13:20 +0200 <Nosrep> not sure about general consensus but it sounds very recursy to me
2023-06-23 05:13:58 +0200 <monochrom> How about merging those two options into: general helper recursive function when we can't be bothered to brainstorm for a better name.
2023-06-23 05:14:10 +0200 <Nosrep> recursion is like the main use case anyway because otherwise you'd have a good name for it/wouldn't need to create a helper to give it starting arguments or something
2023-06-23 05:15:02 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com) (Remote host closed the connection)
2023-06-23 05:16:50 +0200 <Lycurgus> ijqq, it is idiomatic English, not haskell
2023-06-23 05:18:19 +0200 <ijqq> so would you suggest not to use it?
2023-06-23 05:18:27 +0200 <Lycurgus> to do a thing go (steps)
2023-06-23 05:18:28 +0200 <ijqq> oh i found an interesting answer here https://stackoverflow.com/questions/5844653/haskell-why-the-convention-to-name-a-helper-function-go
2023-06-23 05:18:41 +0200nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
2023-06-23 05:18:50 +0200 <monochrom> I suggest using it in anger and giving a finger to people who scaremonger against it.
2023-06-23 05:18:50 +0200 <ijqq> "So I'm going to call this as a Glasgow idiom invented by people at Glasgow who worked on GHC in the mid 90s, such as Simon Marlow, Sigbjorn Finne, Will Partain and Simon Peyton Jones."
2023-06-23 05:19:28 +0200 <ijqq> hehe, sounds like a good plan
2023-06-23 05:19:36 +0200aforemny_(~aforemny@i59F516C0.versanet.de)
2023-06-23 05:19:46 +0200mei(~mei@user/mei) (Remote host closed the connection)
2023-06-23 05:20:06 +0200Lycurgusgoes back to binging titanic movies
2023-06-23 05:20:18 +0200Lycurgus(~juan@user/Lycurgus) (Quit: Exeunt: personae.ai-integration.biz)
2023-06-23 05:20:20 +0200aforemny(~aforemny@2001:9e8:6cc2:a900:fbea:dfb3:5fb7:629) (Ping timeout: 240 seconds)
2023-06-23 05:20:29 +0200 <ijqq> how did you do that?
2023-06-23 05:20:47 +0200 <monochrom> how... many are there such that you can say "binge"?
2023-06-23 05:21:00 +0200 <ijqq> the goes back to binging titanic movies is shown on my screen differently in italic text
2023-06-23 05:21:14 +0200 <monochrom> Oh, probably the /me command
2023-06-23 05:21:52 +0200ijqqsays hello
2023-06-23 05:21:57 +0200 <ijqq> oh cool
2023-06-23 05:22:00 +0200 <monochrom> For example the following is the result of: /me calls himself
2023-06-23 05:22:04 +0200monochromcalls himself
2023-06-23 05:22:11 +0200mei(~mei@user/mei)
2023-06-23 05:22:32 +0200 <monochrom> since we're on recursion and calling self :)
2023-06-23 05:22:42 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com)
2023-06-23 05:22:47 +0200 <ijqq> :)
2023-06-23 05:23:44 +0200 <monochrom> speaking of which, I gave this cool assignment lately: http://www.cs.utoronto.ca/~trebla/CSCC24-2023-Summer/a2/cscc24-2023-5-a2.pdf
2023-06-23 05:23:53 +0200jonrh_(sid5185@id-5185.ilkley.irccloud.com) (Server closed connection)
2023-06-23 05:24:29 +0200jonrh_(sid5185@2a03:5180:f:3::1441)
2023-06-23 05:25:58 +0200 <ijqq> oh cool, I didn't know you teach
2023-06-23 05:26:38 +0200 <ijqq> looks interesting, I have bookmarked it and i'll try to give it a go after my toml parser
2023-06-23 05:32:45 +0200simpleauthority(~simpleaut@user/simpleauthority) (Ping timeout: 240 seconds)
2023-06-23 05:33:11 +0200jargon(~jargon@32.sub-174-205-224.myvzw.com) (Remote host closed the connection)
2023-06-23 05:33:37 +0200simpleauthority(~simpleaut@user/simpleauthority)
2023-06-23 05:33:59 +0200Lycurgus(~juan@user/Lycurgus)
2023-06-23 05:34:43 +0200 <Lycurgus> see from the SO thread it is a hs idiom, and smacks of goto
2023-06-23 05:35:21 +0200 <Lycurgus> there have sofar been at least 3 big titanic movies
2023-06-23 05:35:51 +0200Lycurgus(~juan@user/Lycurgus) (Client Quit)
2023-06-23 05:35:54 +0200[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (Read error: Connection reset by peer)
2023-06-23 05:38:03 +0200 <Nosrep> 0 big titan movies
2023-06-23 05:38:06 +0200 <ijqq> i only know the leo one, which i have yet to watch actually
2023-06-23 05:38:14 +0200 <ijqq> are they good?
2023-06-23 05:42:08 +0200ec(~ec@gateway/tor-sasl/ec) (Ping timeout: 240 seconds)
2023-06-23 05:42:37 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 06:01:26 +0200ec(~ec@gateway/tor-sasl/ec) (Remote host closed the connection)
2023-06-23 06:01:55 +0200aweinstock(~aweinstoc@cpe-74-76-189-75.nycap.res.rr.com) (*.net *.split)
2023-06-23 06:01:55 +0200pat__(~pat67@pool-100-36-172-241.washdc.fios.verizon.net) (*.net *.split)
2023-06-23 06:01:55 +0200mxs(~mxs@user/mxs) (*.net *.split)
2023-06-23 06:01:55 +0200kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34) (*.net *.split)
2023-06-23 06:01:55 +0200theodorc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2023-06-23 06:01:55 +0200dtman34(~dtman34@c-76-156-89-180.hsd1.mn.comcast.net) (*.net *.split)
2023-06-23 06:01:55 +0200mtjm(~mutantmel@2604:a880:2:d0::208b:d001) (*.net *.split)
2023-06-23 06:01:55 +0200fiddlerwoaroof_(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2023-06-23 06:01:55 +0200beaky(~beaky@2a03:b0c0:0:1010::1e:a001) (*.net *.split)
2023-06-23 06:01:55 +0200NinjaTrappeur(~ninja@user/ninjatrappeur) (*.net *.split)
2023-06-23 06:01:55 +0200[exa](~exa@user/exa/x-3587197) (*.net *.split)
2023-06-23 06:01:55 +0200noctux(~noctux@user/noctux) (*.net *.split)
2023-06-23 06:01:55 +0200wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2023-06-23 06:01:55 +0200absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2023-06-23 06:01:55 +0200jsomedon(uid606872@id-606872.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200Jon(jon@dow.land) (*.net *.split)
2023-06-23 06:01:55 +0200YuutaW(~YuutaW@mail.yuuta.moe) (*.net *.split)
2023-06-23 06:01:55 +0200buhman_(sid411355@id-411355.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200lally(sid388228@id-388228.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200cyphase(~cyphase@user/cyphase) (*.net *.split)
2023-06-23 06:01:55 +0200bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2023-06-23 06:01:55 +0200nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split)
2023-06-23 06:01:55 +0200agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200T_S__(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200tabemann(~tabemann@2600:1700:7990:24e0:59b4:50:6695:cd56) (*.net *.split)
2023-06-23 06:01:55 +0200ell(~ellie@user/ellie) (*.net *.split)
2023-06-23 06:01:55 +0200taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200codedmart(codedmart@2600:3c01::f03c:92ff:fefe:8511) (*.net *.split)
2023-06-23 06:01:55 +0200aristid(sid1599@id-1599.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:01:55 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (*.net *.split)
2023-06-23 06:01:55 +0200zzz(~z@user/zero) (*.net *.split)
2023-06-23 06:01:55 +0200caubert(~caubert@user/caubert) (*.net *.split)
2023-06-23 06:01:55 +0200polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2023-06-23 06:01:55 +0200m5zs7k(aquares@web10.mydevil.net) (*.net *.split)
2023-06-23 06:01:55 +0200samhh(7569f027cf@2604:bf00:561:2000::e4) (*.net *.split)
2023-06-23 06:01:55 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4) (*.net *.split)
2023-06-23 06:01:55 +0200ggb(a62ffbaf4f@2604:bf00:561:2000::3ac) (*.net *.split)
2023-06-23 06:01:55 +0200RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2023-06-23 06:01:55 +0200fvr(ef3e56ca8b@2604:bf00:561:2000::3c4) (*.net *.split)
2023-06-23 06:01:55 +0200evanrelf(3addc196af@2604:bf00:561:2000::f0) (*.net *.split)
2023-06-23 06:01:55 +0200shreyasminocha(51fdc93eda@user/shreyasminocha) (*.net *.split)
2023-06-23 06:01:55 +0200Yumemi(~Yumemi@chamoin.net) (*.net *.split)
2023-06-23 06:01:55 +0200energizer(~energizer@user/energizer) (*.net *.split)
2023-06-23 06:01:55 +0200hexeme(~hexeme@user/hexeme) (*.net *.split)
2023-06-23 06:01:55 +0200JoelMcCracken(5ea8252fbb@2604:bf00:561:2000::10e3) (*.net *.split)
2023-06-23 06:01:55 +0200manwithluck(~manwithlu@2406:da14:5ea:e400:49df:93ba:b95b:7bda) (*.net *.split)
2023-06-23 06:01:55 +0200henrytill(e0180937c3@2604:bf00:561:2000::e8c) (*.net *.split)
2023-06-23 06:01:55 +0200MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99) (*.net *.split)
2023-06-23 06:01:55 +0200probie(cc0b34050a@user/probie) (*.net *.split)
2023-06-23 06:01:55 +0200jakzale(6291399afa@user/jakzale) (*.net *.split)
2023-06-23 06:01:55 +0200fluffyballoon(45ce440a48@2604:bf00:561:2000::e2) (*.net *.split)
2023-06-23 06:01:55 +0200lbseale(~quassel@user/ep1ctetus) (*.net *.split)
2023-06-23 06:01:55 +0200chaitlatte0(ea29c0bb16@user/chaitlatte0) (*.net *.split)
2023-06-23 06:01:55 +0200n1essa(3d621153a5@2604:bf00:561:2000::df7) (*.net *.split)
2023-06-23 06:01:55 +0200flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962) (*.net *.split)
2023-06-23 06:01:55 +0200jleightcap(7bc4014b62@user/jleightcap) (*.net *.split)
2023-06-23 06:01:55 +0200arcadewise(52968ed80d@2604:bf00:561:2000::3df) (*.net *.split)
2023-06-23 06:01:55 +0200jkoshy(99b9359beb@user/jkoshy) (*.net *.split)
2023-06-23 06:01:55 +0200sm2n(ae95cb1267@user/sm2n) (*.net *.split)
2023-06-23 06:01:55 +0200turlando(~turlando@user/turlando) (*.net *.split)
2023-06-23 06:01:55 +0200b0o(0e4a0bf4c9@2604:bf00:561:2000::1bf) (*.net *.split)
2023-06-23 06:01:55 +0200sus(1b7af6299f@user/zeromomentum) (*.net *.split)
2023-06-23 06:01:55 +0200landonf(landonf@mac68k.info) (*.net *.split)
2023-06-23 06:01:55 +0200Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2) (*.net *.split)
2023-06-23 06:01:55 +0200marienz(~marienz@libera/staff/marienz) (*.net *.split)
2023-06-23 06:01:55 +0200bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2023-06-23 06:01:56 +0200samhh_samhh
2023-06-23 06:01:57 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 06:02:14 +0200samhh(7569f027cf@2604:bf00:561:2000::e4) (Remote host closed the connection)
2023-06-23 06:02:14 +0200cpli(77fc530071@2604:bf00:561:2000::252) (Read error: Connection reset by peer)
2023-06-23 06:02:14 +0200theesm(2cbdf4b38a@2604:bf00:561:2000::11c8) (Write error: Connection reset by peer)
2023-06-23 06:02:14 +0200ymherklotz(cb2c9cfbdd@2604:bf00:561:2000::29a) (Remote host closed the connection)
2023-06-23 06:02:14 +0200lukec(9dfd4d094e@2604:bf00:561:2000::10e) (Remote host closed the connection)
2023-06-23 06:02:14 +0200bsima1(9d7e39c8ad@2604:bf00:561:2000::dd) (Remote host closed the connection)
2023-06-23 06:02:14 +0200filwisher(2e6936c793@2604:bf00:561:2000::170) (Remote host closed the connection)
2023-06-23 06:02:26 +0200filwisher(2e6936c793@2604:bf00:561:2000::170)
2023-06-23 06:02:30 +0200lukec(9dfd4d094e@2604:bf00:561:2000::10e)
2023-06-23 06:02:30 +0200bsima1(9d7e39c8ad@2604:bf00:561:2000::dd)
2023-06-23 06:02:31 +0200ggb_(a62ffbaf4f@2604:bf00:561:2000::3ac)
2023-06-23 06:02:32 +0200probie_(cc0b34050a@user/probie)
2023-06-23 06:02:33 +0200cpli(77fc530071@2604:bf00:561:2000::252)
2023-06-23 06:02:37 +0200aweinstock(~aweinstoc@cpe-74-76-189-75.nycap.res.rr.com)
2023-06-23 06:02:37 +0200pat__(~pat67@pool-100-36-172-241.washdc.fios.verizon.net)
2023-06-23 06:02:37 +0200mxs(~mxs@user/mxs)
2023-06-23 06:02:37 +0200kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34)
2023-06-23 06:02:37 +0200theodorc(theodorc@cassarossa.samfundet.no)
2023-06-23 06:02:37 +0200dtman34(~dtman34@c-76-156-89-180.hsd1.mn.comcast.net)
2023-06-23 06:02:37 +0200mtjm(~mutantmel@2604:a880:2:d0::208b:d001)
2023-06-23 06:02:37 +0200fiddlerwoaroof_(~fiddlerwo@user/fiddlerwoaroof)
2023-06-23 06:02:37 +0200beaky(~beaky@2a03:b0c0:0:1010::1e:a001)
2023-06-23 06:02:37 +0200NinjaTrappeur(~ninja@user/ninjatrappeur)
2023-06-23 06:02:37 +0200[exa](~exa@user/exa/x-3587197)
2023-06-23 06:02:37 +0200noctux(~noctux@user/noctux)
2023-06-23 06:02:37 +0200wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2023-06-23 06:02:37 +0200absence(torgeihe@hildring.pvv.ntnu.no)
2023-06-23 06:02:37 +0200jsomedon(uid606872@id-606872.hampstead.irccloud.com)
2023-06-23 06:02:37 +0200Jon(jon@dow.land)
2023-06-23 06:02:37 +0200YuutaW(~YuutaW@mail.yuuta.moe)
2023-06-23 06:02:37 +0200buhman_(sid411355@id-411355.tinside.irccloud.com)
2023-06-23 06:02:37 +0200jmct(sid160793@id-160793.tinside.irccloud.com)
2023-06-23 06:02:37 +0200lally(sid388228@id-388228.uxbridge.irccloud.com)
2023-06-23 06:02:37 +0200hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2023-06-23 06:02:37 +0200cyphase(~cyphase@user/cyphase)
2023-06-23 06:02:37 +0200bjobjo(~bjobjo@user/bjobjo)
2023-06-23 06:02:37 +0200nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2023-06-23 06:02:37 +0200agander_m(sid407952@id-407952.tinside.irccloud.com)
2023-06-23 06:02:37 +0200T_S__(sid501726@id-501726.uxbridge.irccloud.com)
2023-06-23 06:02:37 +0200rubin55(sid175221@id-175221.hampstead.irccloud.com)
2023-06-23 06:02:37 +0200tabemann(~tabemann@2600:1700:7990:24e0:59b4:50:6695:cd56)
2023-06-23 06:02:37 +0200ell(~ellie@user/ellie)
2023-06-23 06:02:37 +0200taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2023-06-23 06:02:37 +0200codedmart(codedmart@2600:3c01::f03c:92ff:fefe:8511)
2023-06-23 06:02:37 +0200aristid(sid1599@id-1599.uxbridge.irccloud.com)
2023-06-23 06:02:37 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303)
2023-06-23 06:02:37 +0200zzz(~z@user/zero)
2023-06-23 06:02:37 +0200caubert(~caubert@user/caubert)
2023-06-23 06:02:37 +0200polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2023-06-23 06:02:37 +0200m5zs7k(aquares@web10.mydevil.net)
2023-06-23 06:02:37 +0200047AABRIT(7569f027cf@2604:bf00:561:2000::e4)
2023-06-23 06:02:37 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4)
2023-06-23 06:02:37 +0200ggb(a62ffbaf4f@2604:bf00:561:2000::3ac)
2023-06-23 06:02:37 +0200RMSBach(~guygastin@137.184.131.156)
2023-06-23 06:02:37 +0200fvr(ef3e56ca8b@2604:bf00:561:2000::3c4)
2023-06-23 06:02:37 +0200evanrelf(3addc196af@2604:bf00:561:2000::f0)
2023-06-23 06:02:37 +0200shreyasminocha(51fdc93eda@user/shreyasminocha)
2023-06-23 06:02:37 +0200Yumemi(~Yumemi@chamoin.net)
2023-06-23 06:02:37 +0200energizer(~energizer@user/energizer)
2023-06-23 06:02:37 +0200hexeme(~hexeme@user/hexeme)
2023-06-23 06:02:37 +0200JoelMcCracken(5ea8252fbb@2604:bf00:561:2000::10e3)
2023-06-23 06:02:37 +0200manwithluck(~manwithlu@2406:da14:5ea:e400:49df:93ba:b95b:7bda)
2023-06-23 06:02:37 +0200MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99)
2023-06-23 06:02:37 +0200henrytill(e0180937c3@2604:bf00:561:2000::e8c)
2023-06-23 06:02:37 +0200probie(cc0b34050a@user/probie)
2023-06-23 06:02:37 +0200jakzale(6291399afa@user/jakzale)
2023-06-23 06:02:37 +0200fluffyballoon(45ce440a48@2604:bf00:561:2000::e2)
2023-06-23 06:02:37 +0200lbseale(~quassel@user/ep1ctetus)
2023-06-23 06:02:37 +0200chaitlatte0(ea29c0bb16@user/chaitlatte0)
2023-06-23 06:02:37 +0200n1essa(3d621153a5@2604:bf00:561:2000::df7)
2023-06-23 06:02:37 +0200flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962)
2023-06-23 06:02:37 +0200jleightcap(7bc4014b62@user/jleightcap)
2023-06-23 06:02:37 +0200arcadewise(52968ed80d@2604:bf00:561:2000::3df)
2023-06-23 06:02:37 +0200jkoshy(99b9359beb@user/jkoshy)
2023-06-23 06:02:37 +0200sm2n(ae95cb1267@user/sm2n)
2023-06-23 06:02:37 +0200turlando(~turlando@user/turlando)
2023-06-23 06:02:37 +0200b0o(0e4a0bf4c9@2604:bf00:561:2000::1bf)
2023-06-23 06:02:37 +0200sus(1b7af6299f@user/zeromomentum)
2023-06-23 06:02:37 +0200landonf(landonf@mac68k.info)
2023-06-23 06:02:37 +0200Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2)
2023-06-23 06:02:37 +0200marienz(~marienz@libera/staff/marienz)
2023-06-23 06:02:37 +0200bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2023-06-23 06:02:38 +0200samhh(7569f027cf@2604:bf00:561:2000::e4)
2023-06-23 06:02:39 +0200ymherklotz(cb2c9cfbdd@2604:bf00:561:2000::29a)
2023-06-23 06:02:42 +0200evanrelf(3addc196af@2604:bf00:561:2000::f0) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200fvr(ef3e56ca8b@2604:bf00:561:2000::3c4) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200JoelMcCracken(5ea8252fbb@2604:bf00:561:2000::10e3) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200probie(cc0b34050a@user/probie) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2) (Max SendQ exceeded)
2023-06-23 06:02:42 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4) (Max SendQ exceeded)
2023-06-23 06:02:42 +0200MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99) (Max SendQ exceeded)
2023-06-23 06:02:42 +0200sm2n(ae95cb1267@user/sm2n) (Max SendQ exceeded)
2023-06-23 06:02:42 +0200chaitlatte0(ea29c0bb16@user/chaitlatte0) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200047AABRIT(7569f027cf@2604:bf00:561:2000::e4) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200fluffyballoon(45ce440a48@2604:bf00:561:2000::e2) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200n1essa(3d621153a5@2604:bf00:561:2000::df7) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200jleightcap(7bc4014b62@user/jleightcap) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200henrytill(e0180937c3@2604:bf00:561:2000::e8c) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200arcadewise(52968ed80d@2604:bf00:561:2000::3df) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200jkoshy(99b9359beb@user/jkoshy) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200sus(1b7af6299f@user/zeromomentum) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200shreyasminocha(51fdc93eda@user/shreyasminocha) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200b0o(0e4a0bf4c9@2604:bf00:561:2000::1bf) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200jakzale(6291399afa@user/jakzale) (Read error: Connection reset by peer)
2023-06-23 06:02:42 +0200ggb(a62ffbaf4f@2604:bf00:561:2000::3ac) (Read error: Connection reset by peer)
2023-06-23 06:02:47 +0200evanrelf_(3addc196af@2604:bf00:561:2000::f0)
2023-06-23 06:02:48 +0200evanrelf_evanrelf
2023-06-23 06:02:51 +0200JoelMcCracken_(5ea8252fbb@2604:bf00:561:2000::10e3)
2023-06-23 06:02:52 +0200fvr_(ef3e56ca8b@2604:bf00:561:2000::3c4)
2023-06-23 06:02:52 +0200n1essa_(3d621153a5@2604:bf00:561:2000::df7)
2023-06-23 06:02:52 +0200fvr_fvr
2023-06-23 06:02:54 +0200arcadewise_(52968ed80d@2604:bf00:561:2000::3df)
2023-06-23 06:02:58 +0200Xe(~cadey@tailscale/xe) (Quit: WeeChat 3.8)
2023-06-23 06:03:00 +0200jkoshy_(99b9359beb@user/jkoshy)
2023-06-23 06:03:04 +0200arcadewise_arcadewise
2023-06-23 06:03:05 +0200jkoshy_jkoshy
2023-06-23 06:03:06 +0200n1essa_n1essa
2023-06-23 06:03:07 +0200probie_probie
2023-06-23 06:03:08 +0200henrytill_(e0180937c3@2604:bf00:561:2000::e8c)
2023-06-23 06:03:13 +0200theesm(2cbdf4b38a@2604:bf00:561:2000::11c8)
2023-06-23 06:03:13 +0200sus_(1b7af6299f@user/zeromomentum)
2023-06-23 06:03:13 +0200shreyasminocha_(51fdc93eda@user/shreyasminocha)
2023-06-23 06:03:13 +0200sus_sus
2023-06-23 06:03:15 +0200ggb_ggb
2023-06-23 06:03:16 +0200JoelMcCracken_JoelMcCracken
2023-06-23 06:03:17 +0200henrytill_henrytill
2023-06-23 06:03:26 +0200Xe(~cadey@tailscale/xe)
2023-06-23 06:03:40 +0200chaitlatte0(ea29c0bb16@user/chaitlatte0)
2023-06-23 06:03:40 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4)
2023-06-23 06:03:42 +0200sm2n(ae95cb1267@user/sm2n)
2023-06-23 06:03:45 +0200jakzale(6291399afa@user/jakzale)
2023-06-23 06:03:46 +0200MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99)
2023-06-23 06:03:53 +0200samhh_(7569f027cf@2604:bf00:561:2000::e4)
2023-06-23 06:03:59 +0200b0o(0e4a0bf4c9@2604:bf00:561:2000::1bf)
2023-06-23 06:04:18 +0200shreyasminocha_shreyasminocha
2023-06-23 06:04:18 +0200fluffyballoon(45ce440a48@2604:bf00:561:2000::e2)
2023-06-23 06:04:27 +0200Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2)
2023-06-23 06:04:27 +0200jleightcap(7bc4014b62@user/jleightcap)
2023-06-23 06:04:56 +0200rubin55(sid175221@id-175221.hampstead.irccloud.com) (Ping timeout: 260 seconds)
2023-06-23 06:07:10 +0200rubin55(sid175221@2a03:5180:f:4::2:ac75)
2023-06-23 06:07:27 +0200gry(quasselcor@botters/gry) (*.net *.split)
2023-06-23 06:07:27 +0200Axman6(~Axman6@user/axman6) (*.net *.split)
2023-06-23 06:07:39 +0200gry(quasselcor@botters/gry)
2023-06-23 06:07:39 +0200Axman6(~Axman6@user/axman6)
2023-06-23 06:07:42 +0200gry(quasselcor@botters/gry) (Max SendQ exceeded)
2023-06-23 06:07:53 +0200gry(quasselcor@botters/gry)
2023-06-23 06:07:59 +0200aweinstock(~aweinstoc@cpe-74-76-189-75.nycap.res.rr.com) (*.net *.split)
2023-06-23 06:07:59 +0200pat__(~pat67@pool-100-36-172-241.washdc.fios.verizon.net) (*.net *.split)
2023-06-23 06:07:59 +0200mxs(~mxs@user/mxs) (*.net *.split)
2023-06-23 06:07:59 +0200kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34) (*.net *.split)
2023-06-23 06:07:59 +0200theodorc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2023-06-23 06:07:59 +0200dtman34(~dtman34@c-76-156-89-180.hsd1.mn.comcast.net) (*.net *.split)
2023-06-23 06:07:59 +0200mtjm(~mutantmel@2604:a880:2:d0::208b:d001) (*.net *.split)
2023-06-23 06:07:59 +0200fiddlerwoaroof_(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2023-06-23 06:07:59 +0200beaky(~beaky@2a03:b0c0:0:1010::1e:a001) (*.net *.split)
2023-06-23 06:07:59 +0200NinjaTrappeur(~ninja@user/ninjatrappeur) (*.net *.split)
2023-06-23 06:07:59 +0200[exa](~exa@user/exa/x-3587197) (*.net *.split)
2023-06-23 06:07:59 +0200noctux(~noctux@user/noctux) (*.net *.split)
2023-06-23 06:07:59 +0200wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2023-06-23 06:07:59 +0200absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2023-06-23 06:07:59 +0200jsomedon(uid606872@id-606872.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200Jon(jon@dow.land) (*.net *.split)
2023-06-23 06:07:59 +0200YuutaW(~YuutaW@mail.yuuta.moe) (*.net *.split)
2023-06-23 06:07:59 +0200buhman_(sid411355@id-411355.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200lally(sid388228@id-388228.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200cyphase(~cyphase@user/cyphase) (*.net *.split)
2023-06-23 06:07:59 +0200bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2023-06-23 06:07:59 +0200nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split)
2023-06-23 06:07:59 +0200agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200T_S__(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200tabemann(~tabemann@2600:1700:7990:24e0:59b4:50:6695:cd56) (*.net *.split)
2023-06-23 06:07:59 +0200ell(~ellie@user/ellie) (*.net *.split)
2023-06-23 06:07:59 +0200taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200codedmart(codedmart@2600:3c01::f03c:92ff:fefe:8511) (*.net *.split)
2023-06-23 06:07:59 +0200aristid(sid1599@id-1599.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:07:59 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (*.net *.split)
2023-06-23 06:07:59 +0200zzz(~z@user/zero) (*.net *.split)
2023-06-23 06:07:59 +0200caubert(~caubert@user/caubert) (*.net *.split)
2023-06-23 06:07:59 +0200polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2023-06-23 06:07:59 +0200m5zs7k(aquares@web10.mydevil.net) (*.net *.split)
2023-06-23 06:07:59 +0200RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2023-06-23 06:07:59 +0200Yumemi(~Yumemi@chamoin.net) (*.net *.split)
2023-06-23 06:07:59 +0200energizer(~energizer@user/energizer) (*.net *.split)
2023-06-23 06:07:59 +0200hexeme(~hexeme@user/hexeme) (*.net *.split)
2023-06-23 06:07:59 +0200manwithluck(~manwithlu@2406:da14:5ea:e400:49df:93ba:b95b:7bda) (*.net *.split)
2023-06-23 06:07:59 +0200lbseale(~quassel@user/ep1ctetus) (*.net *.split)
2023-06-23 06:07:59 +0200flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962) (*.net *.split)
2023-06-23 06:07:59 +0200turlando(~turlando@user/turlando) (*.net *.split)
2023-06-23 06:07:59 +0200landonf(landonf@mac68k.info) (*.net *.split)
2023-06-23 06:07:59 +0200marienz(~marienz@libera/staff/marienz) (*.net *.split)
2023-06-23 06:07:59 +0200bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2023-06-23 06:08:22 +0200aweinstock(~aweinstoc@cpe-74-76-189-75.nycap.res.rr.com)
2023-06-23 06:08:22 +0200pat__(~pat67@pool-100-36-172-241.washdc.fios.verizon.net)
2023-06-23 06:08:22 +0200mxs(~mxs@user/mxs)
2023-06-23 06:08:22 +0200kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34)
2023-06-23 06:08:22 +0200theodorc(theodorc@cassarossa.samfundet.no)
2023-06-23 06:08:22 +0200dtman34(~dtman34@c-76-156-89-180.hsd1.mn.comcast.net)
2023-06-23 06:08:22 +0200mtjm(~mutantmel@2604:a880:2:d0::208b:d001)
2023-06-23 06:08:22 +0200fiddlerwoaroof_(~fiddlerwo@user/fiddlerwoaroof)
2023-06-23 06:08:22 +0200beaky(~beaky@2a03:b0c0:0:1010::1e:a001)
2023-06-23 06:08:22 +0200NinjaTrappeur(~ninja@user/ninjatrappeur)
2023-06-23 06:08:22 +0200[exa](~exa@user/exa/x-3587197)
2023-06-23 06:08:22 +0200noctux(~noctux@user/noctux)
2023-06-23 06:08:22 +0200wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2023-06-23 06:08:22 +0200absence(torgeihe@hildring.pvv.ntnu.no)
2023-06-23 06:08:22 +0200jsomedon(uid606872@id-606872.hampstead.irccloud.com)
2023-06-23 06:08:22 +0200Jon(jon@dow.land)
2023-06-23 06:08:22 +0200YuutaW(~YuutaW@mail.yuuta.moe)
2023-06-23 06:08:22 +0200buhman_(sid411355@id-411355.tinside.irccloud.com)
2023-06-23 06:08:22 +0200jmct(sid160793@id-160793.tinside.irccloud.com)
2023-06-23 06:08:22 +0200lally(sid388228@id-388228.uxbridge.irccloud.com)
2023-06-23 06:08:22 +0200hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2023-06-23 06:08:22 +0200cyphase(~cyphase@user/cyphase)
2023-06-23 06:08:22 +0200bjobjo(~bjobjo@user/bjobjo)
2023-06-23 06:08:22 +0200nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2023-06-23 06:08:22 +0200agander_m(sid407952@id-407952.tinside.irccloud.com)
2023-06-23 06:08:22 +0200T_S__(sid501726@id-501726.uxbridge.irccloud.com)
2023-06-23 06:08:22 +0200tabemann(~tabemann@2600:1700:7990:24e0:59b4:50:6695:cd56)
2023-06-23 06:08:22 +0200ell(~ellie@user/ellie)
2023-06-23 06:08:22 +0200taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2023-06-23 06:08:22 +0200codedmart(codedmart@2600:3c01::f03c:92ff:fefe:8511)
2023-06-23 06:08:22 +0200aristid(sid1599@id-1599.uxbridge.irccloud.com)
2023-06-23 06:08:22 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303)
2023-06-23 06:08:22 +0200zzz(~z@user/zero)
2023-06-23 06:08:22 +0200caubert(~caubert@user/caubert)
2023-06-23 06:08:22 +0200polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2023-06-23 06:08:22 +0200m5zs7k(aquares@web10.mydevil.net)
2023-06-23 06:08:22 +0200RMSBach(~guygastin@137.184.131.156)
2023-06-23 06:08:22 +0200Yumemi(~Yumemi@chamoin.net)
2023-06-23 06:08:22 +0200energizer(~energizer@user/energizer)
2023-06-23 06:08:22 +0200hexeme(~hexeme@user/hexeme)
2023-06-23 06:08:22 +0200manwithluck(~manwithlu@2406:da14:5ea:e400:49df:93ba:b95b:7bda)
2023-06-23 06:08:22 +0200lbseale(~quassel@user/ep1ctetus)
2023-06-23 06:08:22 +0200flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962)
2023-06-23 06:08:22 +0200turlando(~turlando@user/turlando)
2023-06-23 06:08:22 +0200landonf(landonf@mac68k.info)
2023-06-23 06:08:22 +0200marienz(~marienz@libera/staff/marienz)
2023-06-23 06:08:22 +0200bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2023-06-23 06:08:36 +0200aweinstock(~aweinstoc@cpe-74-76-189-75.nycap.res.rr.com) (*.net *.split)
2023-06-23 06:08:36 +0200pat__(~pat67@pool-100-36-172-241.washdc.fios.verizon.net) (*.net *.split)
2023-06-23 06:08:36 +0200mxs(~mxs@user/mxs) (*.net *.split)
2023-06-23 06:08:36 +0200kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34) (*.net *.split)
2023-06-23 06:08:36 +0200theodorc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2023-06-23 06:08:36 +0200dtman34(~dtman34@c-76-156-89-180.hsd1.mn.comcast.net) (*.net *.split)
2023-06-23 06:08:36 +0200mtjm(~mutantmel@2604:a880:2:d0::208b:d001) (*.net *.split)
2023-06-23 06:08:36 +0200fiddlerwoaroof_(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2023-06-23 06:08:36 +0200beaky(~beaky@2a03:b0c0:0:1010::1e:a001) (*.net *.split)
2023-06-23 06:08:36 +0200NinjaTrappeur(~ninja@user/ninjatrappeur) (*.net *.split)
2023-06-23 06:08:36 +0200[exa](~exa@user/exa/x-3587197) (*.net *.split)
2023-06-23 06:08:36 +0200noctux(~noctux@user/noctux) (*.net *.split)
2023-06-23 06:08:36 +0200wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2023-06-23 06:08:36 +0200absence(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2023-06-23 06:08:36 +0200jsomedon(uid606872@id-606872.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200Jon(jon@dow.land) (*.net *.split)
2023-06-23 06:08:36 +0200YuutaW(~YuutaW@mail.yuuta.moe) (*.net *.split)
2023-06-23 06:08:36 +0200buhman_(sid411355@id-411355.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200jmct(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200lally(sid388228@id-388228.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200hamishmack(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200cyphase(~cyphase@user/cyphase) (*.net *.split)
2023-06-23 06:08:36 +0200bjobjo(~bjobjo@user/bjobjo) (*.net *.split)
2023-06-23 06:08:36 +0200nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split)
2023-06-23 06:08:36 +0200agander_m(sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200T_S__(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200tabemann(~tabemann@2600:1700:7990:24e0:59b4:50:6695:cd56) (*.net *.split)
2023-06-23 06:08:36 +0200ell(~ellie@user/ellie) (*.net *.split)
2023-06-23 06:08:36 +0200taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200codedmart(codedmart@2600:3c01::f03c:92ff:fefe:8511) (*.net *.split)
2023-06-23 06:08:36 +0200aristid(sid1599@id-1599.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:36 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (*.net *.split)
2023-06-23 06:08:36 +0200zzz(~z@user/zero) (*.net *.split)
2023-06-23 06:08:36 +0200caubert(~caubert@user/caubert) (*.net *.split)
2023-06-23 06:08:36 +0200polux(~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split)
2023-06-23 06:08:37 +0200m5zs7k(aquares@web10.mydevil.net) (*.net *.split)
2023-06-23 06:08:37 +0200RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2023-06-23 06:08:37 +0200Yumemi(~Yumemi@chamoin.net) (*.net *.split)
2023-06-23 06:08:37 +0200energizer(~energizer@user/energizer) (*.net *.split)
2023-06-23 06:08:37 +0200hexeme(~hexeme@user/hexeme) (*.net *.split)
2023-06-23 06:08:37 +0200manwithluck(~manwithlu@2406:da14:5ea:e400:49df:93ba:b95b:7bda) (*.net *.split)
2023-06-23 06:08:37 +0200lbseale(~quassel@user/ep1ctetus) (*.net *.split)
2023-06-23 06:08:37 +0200flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962) (*.net *.split)
2023-06-23 06:08:37 +0200turlando(~turlando@user/turlando) (*.net *.split)
2023-06-23 06:08:37 +0200landonf(landonf@mac68k.info) (*.net *.split)
2023-06-23 06:08:37 +0200marienz(~marienz@libera/staff/marienz) (*.net *.split)
2023-06-23 06:08:37 +0200bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split)
2023-06-23 06:08:37 +0200gry(quasselcor@botters/gry) (*.net *.split)
2023-06-23 06:08:37 +0200Axman6(~Axman6@user/axman6) (*.net *.split)
2023-06-23 06:08:37 +0200evanrelf(3addc196af@2604:bf00:561:2000::f0) (*.net *.split)
2023-06-23 06:08:37 +0200samhh(7569f027cf@2604:bf00:561:2000::e4) (*.net *.split)
2023-06-23 06:08:37 +0200ymherklotz(cb2c9cfbdd@2604:bf00:561:2000::29a) (*.net *.split)
2023-06-23 06:08:37 +0200probie(cc0b34050a@user/probie) (*.net *.split)
2023-06-23 06:08:37 +0200cpli(77fc530071@2604:bf00:561:2000::252) (*.net *.split)
2023-06-23 06:08:37 +0200filwisher(2e6936c793@2604:bf00:561:2000::170) (*.net *.split)
2023-06-23 06:08:37 +0200mei(~mei@user/mei) (*.net *.split)
2023-06-23 06:08:37 +0200xff0x_(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (*.net *.split)
2023-06-23 06:08:37 +0200gentauro(~gentauro@user/gentauro) (*.net *.split)
2023-06-23 06:08:37 +0200ft(~ft@p508db151.dip0.t-ipconnect.de) (*.net *.split)
2023-06-23 06:08:37 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176) (*.net *.split)
2023-06-23 06:08:37 +0200albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split)
2023-06-23 06:08:37 +0200foul_owl(~kerry@94.140.8.28) (*.net *.split)
2023-06-23 06:08:37 +0200robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2023-06-23 06:08:37 +0200mauke(~mauke@user/mauke) (*.net *.split)
2023-06-23 06:08:37 +0200mncheck-m(~mncheck@193.224.205.254) (*.net *.split)
2023-06-23 06:08:37 +0200EvanR(~EvanR@user/evanr) (*.net *.split)
2023-06-23 06:08:37 +0200phma(phma@2001:5b0:211f:2f08:1586:27d6:8ad8:5c55) (*.net *.split)
2023-06-23 06:08:37 +0200hippoid(~hippoid@user/hippoid) (*.net *.split)
2023-06-23 06:08:37 +0200Alex_test(~al_test@178.34.163.88) (*.net *.split)
2023-06-23 06:08:37 +0200kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2023-06-23 06:08:37 +0200berberman(~berberman@user/berberman) (*.net *.split)
2023-06-23 06:08:37 +0200haritz(~hrtz@user/haritz) (*.net *.split)
2023-06-23 06:08:37 +0200Patternmaster(~georg@user/Patternmaster) (*.net *.split)
2023-06-23 06:08:37 +0200biberu(~biberu@user/biberu) (*.net *.split)
2023-06-23 06:08:37 +0200bw_(sid2730@user/betawaffle) (*.net *.split)
2023-06-23 06:08:37 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2023-06-23 06:08:37 +0200hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2023-06-23 06:08:37 +0200PHO`(~pho@akari.cielonegro.org) (*.net *.split)
2023-06-23 06:08:37 +0200MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2023-06-23 06:08:37 +0200diagprov(sid348783@user/diagprov) (*.net *.split)
2023-06-23 06:08:37 +0200Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2) (*.net *.split)
2023-06-23 06:08:37 +0200jleightcap(7bc4014b62@user/jleightcap) (*.net *.split)
2023-06-23 06:08:37 +0200fluffyballoon(45ce440a48@2604:bf00:561:2000::e2) (*.net *.split)
2023-06-23 06:08:37 +0200b0o(0e4a0bf4c9@2604:bf00:561:2000::1bf) (*.net *.split)
2023-06-23 06:08:37 +0200samhh_(7569f027cf@2604:bf00:561:2000::e4) (*.net *.split)
2023-06-23 06:08:37 +0200MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99) (*.net *.split)
2023-06-23 06:08:37 +0200jakzale(6291399afa@user/jakzale) (*.net *.split)
2023-06-23 06:08:37 +0200sm2n(ae95cb1267@user/sm2n) (*.net *.split)
2023-06-23 06:08:37 +0200chaitlatte0(ea29c0bb16@user/chaitlatte0) (*.net *.split)
2023-06-23 06:08:37 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4) (*.net *.split)
2023-06-23 06:08:37 +0200Xe(~cadey@tailscale/xe) (*.net *.split)
2023-06-23 06:08:37 +0200theesm(2cbdf4b38a@2604:bf00:561:2000::11c8) (*.net *.split)
2023-06-23 06:08:37 +0200sus(1b7af6299f@user/zeromomentum) (*.net *.split)
2023-06-23 06:08:37 +0200shreyasminocha(51fdc93eda@user/shreyasminocha) (*.net *.split)
2023-06-23 06:08:37 +0200henrytill(e0180937c3@2604:bf00:561:2000::e8c) (*.net *.split)
2023-06-23 06:08:37 +0200jkoshy(99b9359beb@user/jkoshy) (*.net *.split)
2023-06-23 06:08:37 +0200arcadewise(52968ed80d@2604:bf00:561:2000::3df) (*.net *.split)
2023-06-23 06:08:37 +0200JoelMcCracken(5ea8252fbb@2604:bf00:561:2000::10e3) (*.net *.split)
2023-06-23 06:08:37 +0200fvr(ef3e56ca8b@2604:bf00:561:2000::3c4) (*.net *.split)
2023-06-23 06:08:37 +0200n1essa(3d621153a5@2604:bf00:561:2000::df7) (*.net *.split)
2023-06-23 06:08:37 +0200ggb(a62ffbaf4f@2604:bf00:561:2000::3ac) (*.net *.split)
2023-06-23 06:08:37 +0200lukec(9dfd4d094e@2604:bf00:561:2000::10e) (*.net *.split)
2023-06-23 06:08:37 +0200bsima1(9d7e39c8ad@2604:bf00:561:2000::dd) (*.net *.split)
2023-06-23 06:08:37 +0200aforemny_(~aforemny@i59F516C0.versanet.de) (*.net *.split)
2023-06-23 06:08:37 +0200td_(~td@i53870905.versanet.de) (*.net *.split)
2023-06-23 06:08:38 +0200wagle(~wagle@quassel.wagle.io) (*.net *.split)
2023-06-23 06:08:38 +0200myme(~myme@2a01:799:d60:e400:5ad3:735a:f98b:c82b) (*.net *.split)
2023-06-23 06:08:38 +0200dcoutts_(~duncan@cpc69402-oxfd27-2-0-cust903.4-3.cable.virginm.net) (*.net *.split)
2023-06-23 06:08:38 +0200tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (*.net *.split)
2023-06-23 06:08:38 +0200Sgeo(~Sgeo@user/sgeo) (*.net *.split)
2023-06-23 06:08:38 +0200econo_(uid147250@id-147250.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:38 +0200swamp_(~zmt00@user/zmt00) (*.net *.split)
2023-06-23 06:08:38 +0200sunarch(~sunarch@user/sunarch) (*.net *.split)
2023-06-23 06:08:38 +0200shapr(~user@2600:1700:c640:3100:cca5:97e3:b957:869b) (*.net *.split)
2023-06-23 06:08:38 +0200RedNifre(~RedNifre@dslb-088-072-205-088.088.072.pools.vodafone-ip.de) (*.net *.split)
2023-06-23 06:08:38 +0200motherfsck(~motherfsc@user/motherfsck) (*.net *.split)
2023-06-23 06:08:38 +0200hisa38(~hisa38@104-181-102-238.lightspeed.wepbfl.sbcglobal.net) (*.net *.split)
2023-06-23 06:08:38 +0200kmein(~weechat@user/kmein) (*.net *.split)
2023-06-23 06:08:38 +0200Moyst(~moyst@user/moyst) (*.net *.split)
2023-06-23 06:08:38 +0200smalltalkman(uid545680@id-545680.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:38 +0200Athas(athas@sigkill.dk) (*.net *.split)
2023-06-23 06:08:38 +0200pavonia(~user@user/siracusa) (*.net *.split)
2023-06-23 06:08:38 +0200simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2023-06-23 06:08:38 +0200dipper(~dipper@203.168.26.146) (*.net *.split)
2023-06-23 06:08:38 +0200chromoblob(~user@37.113.180.121) (*.net *.split)
2023-06-23 06:08:38 +0200Nokurn(~jeremiah@cpe-76-86-186-227.socal.res.rr.com) (*.net *.split)
2023-06-23 06:08:38 +0200connrs(~connrs@user/connrs) (*.net *.split)
2023-06-23 06:08:38 +0200myxos(~myxos@cpe-65-28-251-121.cinci.res.rr.com) (*.net *.split)
2023-06-23 06:08:38 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2023-06-23 06:08:38 +0200mjs2600(~mjs2600@c-174-169-225-239.hsd1.vt.comcast.net) (*.net *.split)
2023-06-23 06:08:38 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split)
2023-06-23 06:08:38 +0200AlexZenon(~alzenon@178.34.163.88) (*.net *.split)
2023-06-23 06:08:38 +0200geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2023-06-23 06:08:38 +0200dsrt^(~dsrt@c-71-204-38-59.hsd1.ga.comcast.net) (*.net *.split)
2023-06-23 06:08:38 +0200shriekingnoise(~shrieking@186.137.175.87) (*.net *.split)
2023-06-23 06:08:38 +0200euandreh(~Thunderbi@189.6.18.7) (*.net *.split)
2023-06-23 06:08:38 +0200dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2023-06-23 06:08:38 +0200opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2023-06-23 06:08:38 +0200ezzieyguywuf(~Unknown@user/ezzieyguywuf) (*.net *.split)
2023-06-23 06:08:38 +0200johnw(~johnw@76-234-69-149.lightspeed.frokca.sbcglobal.net) (*.net *.split)
2023-06-23 06:08:38 +0200puke(~puke@user/puke) (*.net *.split)
2023-06-23 06:08:38 +0200nicole(ilbelkyr@libera/staff/ilbelkyr) (*.net *.split)
2023-06-23 06:08:38 +0200rubin55(sid175221@2a03:5180:f:4::2:ac75) (*.net *.split)
2023-06-23 06:08:38 +0200jonrh_(sid5185@2a03:5180:f:3::1441) (*.net *.split)
2023-06-23 06:08:38 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (*.net *.split)
2023-06-23 06:08:38 +0200ijqq(uid603979@2a03:5180:f:1::9:374b) (*.net *.split)
2023-06-23 06:08:38 +0200xenomorph(~xenomorph@188.220.172.130) (*.net *.split)
2023-06-23 06:08:38 +0200mrmonday(~robert@2a01:7e00:e000:1b2:95ca:100:49e0:3f15) (*.net *.split)
2023-06-23 06:08:38 +0200nonzen(~nonzen@user/nonzen) (*.net *.split)
2023-06-23 06:08:38 +0200bjs(sid190364@user/bjs) (*.net *.split)
2023-06-23 06:08:38 +0200leah2(~leah@2001:1410:200:eea::1) (*.net *.split)
2023-06-23 06:08:38 +0200jakesyl____(sid56879@2a03:5180:f:4::de2f) (*.net *.split)
2023-06-23 06:08:38 +0200farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split)
2023-06-23 06:08:38 +0200jrm(~jrm@user/jrm) (*.net *.split)
2023-06-23 06:08:38 +0200ByronJohnson(~bairyn@50.250.232.19) (*.net *.split)
2023-06-23 06:08:38 +0200zups(~meow@2a01:4f9:c010:6036::1) (*.net *.split)
2023-06-23 06:08:38 +0200natto(~natto@140.238.225.67) (*.net *.split)
2023-06-23 06:08:38 +0200mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2023-06-23 06:08:38 +0200snek(sid280155@2a03:5180:f:2::4:465b) (*.net *.split)
2023-06-23 06:08:38 +0200edm(sid147314@2a03:5180:f:4::2:3f72) (*.net *.split)
2023-06-23 06:08:38 +0200tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2023-06-23 06:08:38 +0200tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684) (*.net *.split)
2023-06-23 06:08:38 +0200truckasaurus(sid457088@id-457088.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:38 +0200texasmynsted(~username@99.96.221.112) (*.net *.split)
2023-06-23 06:08:38 +0200Boarders___(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:38 +0200pointlessslippe1(~pointless@212.82.82.3) (*.net *.split)
2023-06-23 06:08:38 +0200troydm(~troydm@user/troydm) (*.net *.split)
2023-06-23 06:08:38 +0200user___(~user@162.255.84.96) (*.net *.split)
2023-06-23 06:08:38 +0200xerox(~edi@user/edi) (*.net *.split)
2023-06-23 06:08:38 +0200siers(~ij@user/ij) (*.net *.split)
2023-06-23 06:08:38 +0200Rembane(~Rembane@178.79.177.36) (*.net *.split)
2023-06-23 06:08:38 +0200davean(~davean@67.205.182.208) (*.net *.split)
2023-06-23 06:08:38 +0200thaumavorio(~thaumavor@162.243.123.105) (*.net *.split)
2023-06-23 06:08:38 +0200darkling(~darkling@2001:ba8:1f1:f0e6::2) (*.net *.split)
2023-06-23 06:08:38 +0200yushyin(tGG5pLVJ8Y@2a01:4f8:1c17:80de::2) (*.net *.split)
2023-06-23 06:08:38 +0200Ellenor(ellenor@2001:19f0:8001:279::2000:1) (*.net *.split)
2023-06-23 06:08:38 +0200img(~img@user/img) (*.net *.split)
2023-06-23 06:08:38 +0200winny(~weechat@user/winny) (*.net *.split)
2023-06-23 06:08:38 +0200parseval(sid239098@2a03:5180:f:1::3:a5fa) (*.net *.split)
2023-06-23 06:08:38 +0200Adeon(sid418992@2a03:5180:f:2::6:64b0) (*.net *.split)
2023-06-23 06:08:38 +0200rembo10(~rembo10@2a01:4f9:c010:b5b9::1) (*.net *.split)
2023-06-23 06:08:38 +0200Wojciech_K(~Wojciech_@2a01:4f9:6a:18a8::239) (*.net *.split)
2023-06-23 06:08:38 +0200astra(sid289983@2a03:5180:f:4::4:6cbf) (*.net *.split)
2023-06-23 06:08:38 +0200conjunctive(sid433686@2a03:5180:f:1::6:9e16) (*.net *.split)
2023-06-23 06:08:38 +0200dy(sid3438@user/dy) (*.net *.split)
2023-06-23 06:08:38 +0200nadja(~dequbed@2a01:4f8:201:34c7::1) (*.net *.split)
2023-06-23 06:08:38 +0200notzmv(~zmv@user/notzmv) (*.net *.split)
2023-06-23 06:08:38 +0200mzg(mzg@lazy.unconscious.biz) (*.net *.split)
2023-06-23 06:08:38 +0200idnar(sid12240@debian/mithrandi) (*.net *.split)
2023-06-23 06:08:38 +0200dsal(sid13060@id-13060.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:38 +0200b20n(sid115913@id-115913.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:38 +0200tritlo_(sid58727@id-58727.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200glowcoil(sid3405@id-3405.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200integral(sid296274@user/integral) (*.net *.split)
2023-06-23 06:08:39 +0200ProofTechnique_(sid79547@id-79547.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200immae(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2023-06-23 06:08:39 +0200Arsen(arsen@gentoo/developer/managarm.dev.Arsen) (*.net *.split)
2023-06-23 06:08:39 +0200Guest5986(~m-mzmz6l@vmi833741.contaboserver.net) (*.net *.split)
2023-06-23 06:08:39 +0200ggVGc(~ggVGc@a.lowtech.earth) (*.net *.split)
2023-06-23 06:08:39 +0200bsima(~bsima@143.198.118.179) (*.net *.split)
2023-06-23 06:08:39 +0200noctux1(88FTKVRINY@user/noctux) (*.net *.split)
2023-06-23 06:08:39 +0200stallmanator(~stallmana@user/stallmanator) (*.net *.split)
2023-06-23 06:08:39 +0200Ekho(~Ekho@user/ekho) (*.net *.split)
2023-06-23 06:08:39 +0200tomku(~tomku@user/tomku) (*.net *.split)
2023-06-23 06:08:39 +0200hpc(~juzz@ip98-169-35-163.dc.dc.cox.net) (*.net *.split)
2023-06-23 06:08:39 +0200esph(~weechat@user/esph) (*.net *.split)
2023-06-23 06:08:39 +0200dunj3(~dunj3@kingdread.de) (*.net *.split)
2023-06-23 06:08:39 +0200disconnect3d(~disconnec@user/disconnect3d) (*.net *.split)
2023-06-23 06:08:39 +0200monochrom(trebla@216.138.220.146) (*.net *.split)
2023-06-23 06:08:39 +0200TMA(tma@twin.jikos.cz) (*.net *.split)
2023-06-23 06:08:39 +0200Lears(~Leary]@user/Leary/x-0910699) (*.net *.split)
2023-06-23 06:08:39 +0200apache(apache2@anubis.0x90.dk) (*.net *.split)
2023-06-23 06:08:39 +0200jinsun(~jinsun@user/jinsun) (*.net *.split)
2023-06-23 06:08:39 +0200dumptruckman(~dumptruck@143-42-239-71.ip.linodeusercontent.com) (*.net *.split)
2023-06-23 06:08:39 +0200Luj(~Luj@2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb) (*.net *.split)
2023-06-23 06:08:39 +0200koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2023-06-23 06:08:39 +0200drlkf(~drlkf@192.184.163.34.bc.googleusercontent.com) (*.net *.split)
2023-06-23 06:08:39 +0200son0p(~ff@181.136.122.143) (*.net *.split)
2023-06-23 06:08:39 +0200kaskal(~kaskal@2001:4bb8:2dd:a79d:1a7:8529:b79b:cfa) (*.net *.split)
2023-06-23 06:08:39 +0200ski(~ski@remote11.chalmers.se) (*.net *.split)
2023-06-23 06:08:39 +0200alpm(~alp@user/alp) (*.net *.split)
2023-06-23 06:08:39 +0200Hobbyboy(Hobbyboy@hobbyboy.co.uk) (*.net *.split)
2023-06-23 06:08:39 +0200zer0bitz(~zer0bitz@user/zer0bitz) (*.net *.split)
2023-06-23 06:08:39 +0200danso(~danso@user/danso) (*.net *.split)
2023-06-23 06:08:39 +0200c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2023-06-23 06:08:39 +0200Firedancer(sid336191@id-336191.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200russruss2(~russruss@my.russellmcc.com) (*.net *.split)
2023-06-23 06:08:39 +0200alinab_(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200dagit(~dagit@2001:558:6025:38:71c6:9d58:7252:8976) (*.net *.split)
2023-06-23 06:08:39 +0200dove(~irc@2600:3c00:e000:287::1) (*.net *.split)
2023-06-23 06:08:39 +0200bradparker(sid262931@id-262931.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200sa1(sid7690@id-7690.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200hueso(~root@user/hueso) (*.net *.split)
2023-06-23 06:08:39 +0200Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2023-06-23 06:08:39 +0200bcmiller(~bm3719@66.42.95.185) (*.net *.split)
2023-06-23 06:08:39 +0200paddymahoney(~paddymaho@cpe883d24bcf597-cmbc4dfb741f80.cpe.net.cable.rogers.com) (*.net *.split)
2023-06-23 06:08:39 +0200CAT_S(apic@brezn3.muc.ccc.de) (*.net *.split)
2023-06-23 06:08:39 +0200davl(~davl@207.154.228.18) (*.net *.split)
2023-06-23 06:08:39 +0200echoreply(~echoreply@45.32.163.16) (*.net *.split)
2023-06-23 06:08:39 +0200AkechiShiro(~licht@user/akechishiro) (*.net *.split)
2023-06-23 06:08:39 +0200dragestil(~znc@user/dragestil) (*.net *.split)
2023-06-23 06:08:39 +0200gmc(sid58314@id-58314.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200systemfault(sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200kristjansson_(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200micro(~micro@user/micro) (*.net *.split)
2023-06-23 06:08:39 +0200dexter1(dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split)
2023-06-23 06:08:39 +0200sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2023-06-23 06:08:39 +0200loonycyborg(loonycybor@wesnoth/developer/loonycyborg) (*.net *.split)
2023-06-23 06:08:39 +0200incertia(~incertia@209.122.71.127) (*.net *.split)
2023-06-23 06:08:39 +0200hexagoxel(~hexagoxel@2a01:4f8:c0c:e::2) (*.net *.split)
2023-06-23 06:08:39 +0200sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2023-06-23 06:08:39 +0200CalculusCats(NyaaTheKit@user/calculuscat) (*.net *.split)
2023-06-23 06:08:39 +0200Momentum(momentum@tilde.team) (*.net *.split)
2023-06-23 06:08:39 +0200kronicma1(user40967@neotame.csclub.uwaterloo.ca) (*.net *.split)
2023-06-23 06:08:39 +0200ggranberry(sid267884@id-267884.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200madnight(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2023-06-23 06:08:39 +0200mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2023-06-23 06:08:39 +0200nek0(~nek0@2a01:4f8:222:2b41::12) (*.net *.split)
2023-06-23 06:08:39 +0200fbytez(~uid@user/fbytez) (*.net *.split)
2023-06-23 06:08:39 +0200lawt(~lawt@129.159.36.129) (*.net *.split)
2023-06-23 06:08:39 +0200gabiruh(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2023-06-23 06:08:39 +0200jludwig(~justin@li657-110.members.linode.com) (*.net *.split)
2023-06-23 06:08:39 +0200haskl(~haskl@user/haskl) (*.net *.split)
2023-06-23 06:08:39 +0200Franciman(~Franciman@mx1.fracta.dev) (*.net *.split)
2023-06-23 06:08:39 +0200witcher(~witcher@wiredspace.de) (*.net *.split)
2023-06-23 06:08:39 +0200Inst_(~Inst@2601:6c4:4081:2fc0:61ec:e42a:c603:c093) (*.net *.split)
2023-06-23 06:08:39 +0200APic(apic@apic.name) (*.net *.split)
2023-06-23 06:08:39 +0200AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200hyvoid(~hyenavoid@222-0-178-69.static.gci.net) (*.net *.split)
2023-06-23 06:08:39 +0200yaroot(~yaroot@p3438127-ipngn9401souka.saitama.ocn.ne.jp) (*.net *.split)
2023-06-23 06:08:39 +0200Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200cheater(~Username@user/cheater) (*.net *.split)
2023-06-23 06:08:39 +0200perrierjouet(~perrier-j@modemcable048.127-56-74.mc.videotron.ca) (*.net *.split)
2023-06-23 06:08:39 +0200srk(~sorki@user/srk) (*.net *.split)
2023-06-23 06:08:39 +0200robertm(robertm@lattice.rojoma.com) (*.net *.split)
2023-06-23 06:08:39 +0200lottaquestions(~nick@2607:fa49:503f:6d00:ee98:182c:4ae3:99fe) (*.net *.split)
2023-06-23 06:08:39 +0200tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2023-06-23 06:08:39 +0200daemon_(uid606752@id-606752.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200bwe(~bwe@2a01:4f8:1c1c:4878::2) (*.net *.split)
2023-06-23 06:08:39 +0200[_________](~oos95GWG@user/oos95GWG) (*.net *.split)
2023-06-23 06:08:39 +0200urdh(~urdh@user/urdh) (*.net *.split)
2023-06-23 06:08:39 +0200aku(~aku@65.108.245.241) (*.net *.split)
2023-06-23 06:08:39 +0200shawwwn(sid6132@id-6132.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:39 +0200skippy(sid26890@user/slice) (*.net *.split)
2023-06-23 06:08:39 +0200rune_(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:40 +0200phaazon(~phaazon@2001:41d0:a:fe76::1) (*.net *.split)
2023-06-23 06:08:40 +0200lexi-lambda(sid92601@hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:40 +0200ryantrinkle(~ryantrink@204.2.90.61) (*.net *.split)
2023-06-23 06:08:40 +0200gawen(~gawen@user/gawen) (*.net *.split)
2023-06-23 06:08:40 +0200driib(~driib@vmi931078.contaboserver.net) (*.net *.split)
2023-06-23 06:08:40 +0200p3n(~p3n@217.198.124.246) (*.net *.split)
2023-06-23 06:08:40 +0200ralu1(~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
2023-06-23 06:08:40 +0200quintasan(~quassel@quintasan.pl) (*.net *.split)
2023-06-23 06:08:40 +0200mhatta(~mhatta@www21123ui.sakura.ne.jp) (*.net *.split)
2023-06-23 06:08:40 +0200forell(~forell@user/forell) (*.net *.split)
2023-06-23 06:08:40 +0200Putonlalla(~Putonlall@it-cyan.it.jyu.fi) (*.net *.split)
2023-06-23 06:08:40 +0200Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2023-06-23 06:08:40 +0200barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2023-06-23 06:08:40 +0200hnOsmium0001(~hnosm@user/hnOsmium0001) (*.net *.split)
2023-06-23 06:08:40 +0200cross(~cross@spitfire.i.gajendra.net) (*.net *.split)
2023-06-23 06:08:40 +0200joeyh(joeyh@2600:3c03::f03c:91ff:fe73:b0d2) (*.net *.split)
2023-06-23 06:08:40 +0200emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split)
2023-06-23 06:08:40 +0200nyc(~nyc@user/nyc) (*.net *.split)
2023-06-23 06:08:40 +0200Everything(~Everythin@static.208.206.21.65.clients.your-server.de) (*.net *.split)
2023-06-23 06:08:40 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt) (*.net *.split)
2023-06-23 06:08:40 +0200hays(rootvegeta@fsf/member/hays) (*.net *.split)
2023-06-23 06:08:40 +0200anpad(~pandeyan@user/anpad) (*.net *.split)
2023-06-23 06:08:40 +0200heartburn(~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split)
2023-06-23 06:08:40 +0200ridcully(~ridcully@p57b52f2c.dip0.t-ipconnect.de) (*.net *.split)
2023-06-23 06:08:40 +0200megaTherion(~therion@unix.io) (*.net *.split)
2023-06-23 06:08:40 +0200cawfee(~root@2406:3003:2077:2758::babe) (*.net *.split)
2023-06-23 06:08:40 +0200Buggys-(Buggys@shelltalk.net) (*.net *.split)
2023-06-23 06:08:40 +0200Flow(~none@gentoo/developer/flow) (*.net *.split)
2023-06-23 06:08:40 +0200SoF(~skius@user/skius) (*.net *.split)
2023-06-23 06:08:40 +0200m1dnight(~christoph@78-22-4-67.access.telenet.be) (*.net *.split)
2023-06-23 06:08:40 +0200Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net) (*.net *.split)
2023-06-23 06:08:40 +0200Angelz(Angelz@2605:6400:30:fc15:d55b:fa6c:bd14:9973) (*.net *.split)
2023-06-23 06:08:40 +0200dolio(~dolio@130.44.134.54) (*.net *.split)
2023-06-23 06:08:40 +0200kitzman(~kitzman@user/dekenevs) (*.net *.split)
2023-06-23 06:08:40 +0200fr33domlover(~fr33domlo@towards.vision) (*.net *.split)
2023-06-23 06:08:40 +0200Me-me(~me-me@2602:ff16:3:0:1:dc:beef:d00d) (*.net *.split)
2023-06-23 06:08:40 +0200s4msung(4RqcWUWWqt@user/s4msung) (*.net *.split)
2023-06-23 06:08:40 +0200qhong(~qhong@rescomp-21-400677.stanford.edu) (*.net *.split)
2023-06-23 06:08:40 +0200Taneb(~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) (*.net *.split)
2023-06-23 06:08:40 +0200eL_Bart0(eL_Bart0@dietunichtguten.org) (*.net *.split)
2023-06-23 06:08:40 +0200finnekit(~finnekit@fsf/member/finnekit) (*.net *.split)
2023-06-23 06:08:40 +0200jbalint(~jbalint@071-090-119-177.res.spectrum.com) (*.net *.split)
2023-06-23 06:08:40 +0200bah(~bah@l1.tel) (*.net *.split)
2023-06-23 06:08:40 +0200stilgart(~Christoph@chezlefab.net) (*.net *.split)
2023-06-23 06:08:40 +0200abrar_(~abrar@pool-72-78-199-186.phlapa.fios.verizon.net) (*.net *.split)
2023-06-23 06:08:40 +0200hololeap(~quassel@user/hololeap) (*.net *.split)
2023-06-23 06:08:40 +0200jinsl(~jinsl@2408:8207:2558:8870:211:32ff:fec8:6aea) (*.net *.split)
2023-06-23 06:08:40 +0200mira(~aranea@wireguard/contributorcat/mira) (*.net *.split)
2023-06-23 06:08:40 +0200brettgilio(~brettgili@2001:19f0:5c00:27fc:5400:4ff:fe7a:1f8e) (*.net *.split)
2023-06-23 06:08:40 +0200tired(~tired@user/tired) (*.net *.split)
2023-06-23 06:08:40 +0200Logio(em@kapsi.fi) (*.net *.split)
2023-06-23 06:08:40 +0200Cheery(~cheery@server-239-7.tentacle.cloud) (*.net *.split)
2023-06-23 06:08:40 +0200ringo__(~ringo@157.230.117.128) (*.net *.split)
2023-06-23 06:08:40 +0200remedan(~remedan@ip-94-112-0-18.bb.vodafone.cz) (*.net *.split)
2023-06-23 06:08:40 +0200_d0t(~{-d0t-}@user/-d0t-/x-7915216) (*.net *.split)
2023-06-23 06:08:40 +0200krjst(~krjst@2604:a880:800:c1::16b:8001) (*.net *.split)
2023-06-23 06:08:40 +0200Sciencentistguy(~sciencent@hacksoc/ordinary-member) (*.net *.split)
2023-06-23 06:08:40 +0200Nosrep(~Nosrep@user/nosrep) (*.net *.split)
2023-06-23 06:08:40 +0200mrmr(~mrmr@user/mrmr) (*.net *.split)
2023-06-23 06:08:40 +0200carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2023-06-23 06:08:40 +0200hexology(~hexology@user/hexology) (*.net *.split)
2023-06-23 06:08:40 +0200kraftwerk28(~kraftwerk@178.62.210.83) (*.net *.split)
2023-06-23 06:08:40 +0200juri_(~juri@84-19-175-187.pool.ovpn.com) (*.net *.split)
2023-06-23 06:08:40 +0200shachaf(~shachaf@user/shachaf) (*.net *.split)
2023-06-23 06:08:40 +0200bgamari(~bgamari@64.223.233.113) (*.net *.split)
2023-06-23 06:08:40 +0200ames(~amelia@offtopia/offtopian/amelia) (*.net *.split)
2023-06-23 06:08:40 +0200heath2(~heath@user/heath) (*.net *.split)
2023-06-23 06:08:40 +0200anderson(~anderson@user/anderson) (*.net *.split)
2023-06-23 06:08:40 +0200glider(~glider@user/glider) (*.net *.split)
2023-06-23 06:08:40 +0200adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2023-06-23 06:08:40 +0200piele(~piele@tbonesteak.creativeserver.net) (*.net *.split)
2023-06-23 06:08:40 +0200Benzi-Junior(~BenziJuni@88-149-64-112.du.xdsl.is) (*.net *.split)
2023-06-23 06:08:41 +0200bramhaag(~bramhaag@134.195.121.39) (*.net *.split)
2023-06-23 06:08:41 +0200niko(niko@libera/staff/niko) (*.net *.split)
2023-06-23 06:08:41 +0200ncf(~n@monade.li) (*.net *.split)
2023-06-23 06:08:41 +0200end^(~end^@user/end/x-0094621) (*.net *.split)
2023-06-23 06:08:41 +0200DustinStiles[m](~duwstiles@2001:470:69fc:105::3:699b) (*.net *.split)
2023-06-23 06:08:41 +0200hellwolf[m](~hellwolfm@2001:470:69fc:105::3:6a4) (*.net *.split)
2023-06-23 06:08:41 +0200eldritchcookie[m(~eldritchc@2001:470:69fc:105::2:d53c) (*.net *.split)
2023-06-23 06:08:41 +0200lilpotent_jlemen(~lilpotent@2001:470:69fc:105::3:6eb6) (*.net *.split)
2023-06-23 06:08:41 +0200oak-(~oak-@2001:470:69fc:105::fcd) (*.net *.split)
2023-06-23 06:08:41 +0200m1-s[m](~m1-smatri@2001:470:69fc:105::2:39da) (*.net *.split)
2023-06-23 06:08:41 +0200supersven[m](~supersven@2001:470:69fc:105::31b6) (*.net *.split)
2023-06-23 06:08:41 +0200joyfulmantis[m](~joyfulman@2001:470:69fc:105::3:400a) (*.net *.split)
2023-06-23 06:08:41 +0200shapr[m](~shaprcofr@2001:470:69fc:105::2:d107) (*.net *.split)
2023-06-23 06:08:41 +0200VarikValefor[m](~varikvale@2001:470:69fc:105::a5d) (*.net *.split)
2023-06-23 06:08:41 +0200earthy(~arthurvl@2a02-a469-f5e2-1-83d2-ca43-57a2-dc81.fixed6.kpn.net) (*.net *.split)
2023-06-23 06:08:41 +0200czy(~user@host-140-26.ilcub310.champaign.il.us.clients.pavlovmedia.net) (*.net *.split)
2023-06-23 06:08:41 +0200hsw(~hsw@2001-b030-2303-0104-0172-0025-0012-0132.hinet-ip6.hinet.net) (*.net *.split)
2023-06-23 06:08:41 +0200Vajb(~Vajb@2001:999:484:a37d:e618:9886:4843:f5d8) (*.net *.split)
2023-06-23 06:08:41 +0200Adran(~adran@botters/adran) (*.net *.split)
2023-06-23 06:08:41 +0200bionade24(~bionade24@2a03:4000:33:45b::1) (*.net *.split)
2023-06-23 06:08:41 +0200JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:41 +0200Clint(~Clint@user/clint) (*.net *.split)
2023-06-23 06:08:41 +0200lightandlight(sid135476@id-135476.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:41 +0200acro(~acro@user/acro) (*.net *.split)
2023-06-23 06:08:41 +0200xstill_0(xstill@fimu/xstill) (*.net *.split)
2023-06-23 06:08:41 +0200kosmikus_(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2023-06-23 06:08:41 +0200bcoppens_(~bartcopp@vpn2.bartcoppens.be) (*.net *.split)
2023-06-23 06:08:41 +0200laman3(~laman@rego.ai) (*.net *.split)
2023-06-23 06:08:41 +0200litharge(litharge@libera/bot/litharge) (*.net *.split)
2023-06-23 06:08:41 +0200ec(~ec@gateway/tor-sasl/ec) (*.net *.split)
2023-06-23 06:08:41 +0200FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2023-06-23 06:08:41 +0200bitdex(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2023-06-23 06:08:41 +0200azimut(~azimut@gateway/tor-sasl/azimut) (*.net *.split)
2023-06-23 06:08:41 +0200cafkafk(~cafkafk@fsf/member/cafkafk) (*.net *.split)
2023-06-23 06:08:41 +0200jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2023-06-23 06:08:41 +0200chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2023-06-23 06:08:41 +0200califax(~califax@user/califx) (*.net *.split)
2023-06-23 06:08:41 +0200stiell_(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2023-06-23 06:08:41 +0200chiselfuse(~chiselfus@user/chiselfuse) (*.net *.split)
2023-06-23 06:08:41 +0200adanwan(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2023-06-23 06:08:41 +0200shane(~shane@ana.rch.ist) (*.net *.split)
2023-06-23 06:08:41 +0200int-e(~noone@int-e.eu) (*.net *.split)
2023-06-23 06:08:41 +0200ghostbuster(~admin@user/ghostbuster) (*.net *.split)
2023-06-23 06:08:41 +0200Dykam(Dykam@dykam.nl) (*.net *.split)
2023-06-23 06:08:41 +0200cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2023-06-23 06:08:41 +0200Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2023-06-23 06:08:41 +0200AlexNoo(~AlexNoo@178.34.163.88) (*.net *.split)
2023-06-23 06:08:41 +0200hammond(proscan@gateway02.insomnia247.nl) (*.net *.split)
2023-06-23 06:08:41 +0200pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-56-65-92-162-12.dsl.bell.ca) (*.net *.split)
2023-06-23 06:08:41 +0200dextaa(~DV@user/dextaa) (*.net *.split)
2023-06-23 06:08:41 +0200sajith(~sajith@user/sajith) (*.net *.split)
2023-06-23 06:08:41 +0200finsternis(~X@23.226.237.192) (*.net *.split)
2023-06-23 06:08:41 +0200justache(~justache@user/justache) (*.net *.split)
2023-06-23 06:08:41 +0200tureba(~tureba@tureba.org) (*.net *.split)
2023-06-23 06:08:41 +0200ystael(~ystael@user/ystael) (*.net *.split)
2023-06-23 06:08:41 +0200Buliarous(~gypsydang@46.232.210.139) (*.net *.split)
2023-06-23 06:08:41 +0200Nikopol(nikopol@user/astrorigin) (*.net *.split)
2023-06-23 06:08:41 +0200lyxia(~lyxia@poisson.chat) (*.net *.split)
2023-06-23 06:08:41 +0200xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2023-06-23 06:08:41 +0200remexre(~remexre@user/remexre) (*.net *.split)
2023-06-23 06:08:41 +0200meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2023-06-23 06:08:41 +0200dontdieych(~alarm@132.226.169.184) (*.net *.split)
2023-06-23 06:08:41 +0200tv(~tv@user/tv) (*.net *.split)
2023-06-23 06:08:41 +0200JimL(~quassel@89.162.16.26) (*.net *.split)
2023-06-23 06:08:41 +0200migas(~migas@astra4961.startdedicated.net) (*.net *.split)
2023-06-23 06:08:41 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (*.net *.split)
2023-06-23 06:08:41 +0200nckx(~nckx@tobias.gr) (*.net *.split)
2023-06-23 06:08:41 +0200tokie(~tokie@tokie.net) (*.net *.split)
2023-06-23 06:08:41 +0200noteness-(~noteness@user/noteness) (*.net *.split)
2023-06-23 06:08:41 +0200andjjj23(~irc@107.170.228.47) (*.net *.split)
2023-06-23 06:08:41 +0200peutri(~peutri@bobo.desast.re) (*.net *.split)
2023-06-23 06:08:41 +0200asm(~alexander@user/asm) (*.net *.split)
2023-06-23 06:08:41 +0200edwtjo(~edwtjo@fsf/member/edwtjo) (*.net *.split)
2023-06-23 06:08:41 +0200mniip(mniip@libera/staff/mniip) (*.net *.split)
2023-06-23 06:08:41 +0200AWizzArd(~code@user/awizzard) (*.net *.split)
2023-06-23 06:08:41 +0200cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2023-06-23 06:08:41 +0200it_(~quassel@v2202212189510211193.supersrv.de) (*.net *.split)
2023-06-23 06:08:41 +0200josias(~mottmatri@2001:470:69fc:105::b6c) (*.net *.split)
2023-06-23 06:08:41 +0200ddrone[m](~ddronemat@2001:470:69fc:105::3:70d5) (*.net *.split)
2023-06-23 06:08:41 +0200mon_aaraj(~montchncs@2001:470:69fc:105::8e6b) (*.net *.split)
2023-06-23 06:08:42 +0200Ross[m](~zhichuche@2001:470:69fc:105::3:584b) (*.net *.split)
2023-06-23 06:08:42 +0200teo(~teo@user/teo) (*.net *.split)
2023-06-23 06:08:42 +0200polykernel[m](~polykerne@user/polykernel) (*.net *.split)
2023-06-23 06:08:42 +0200somerandomnick[m(~somerando@2001:470:69fc:105::3:4f2e) (*.net *.split)
2023-06-23 06:08:42 +0200Daniel[m]1(~danieltan@2001:470:69fc:105::3:6e5e) (*.net *.split)
2023-06-23 06:08:42 +0200kleenestar[m](~kleenesta@2001:470:69fc:105::3:6d78) (*.net *.split)
2023-06-23 06:08:42 +0200aaronv(~aaronv@user/aaronv) (*.net *.split)
2023-06-23 06:08:42 +0200tbidne[m](~tbidnemat@2001:470:69fc:105::3:6d42) (*.net *.split)
2023-06-23 06:08:42 +0200adziahel(~adziahelm@2001:470:69fc:105::b4d) (*.net *.split)
2023-06-23 06:08:42 +0200hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4) (*.net *.split)
2023-06-23 06:08:42 +0200chreekat(~chreekat@2001:470:69fc:105::16b5) (*.net *.split)
2023-06-23 06:08:42 +0200elvishjerricco(~elvishjer@2001:470:69fc:105::6172) (*.net *.split)
2023-06-23 06:08:42 +0200alanz(~alanz@2001:470:69fc:105::2:49a6) (*.net *.split)
2023-06-23 06:08:42 +0200Null_A[m](~jasonjckn@2001:470:69fc:105::bb85) (*.net *.split)
2023-06-23 06:08:42 +0200Artem[m](~artemtype@2001:470:69fc:105::75b) (*.net *.split)
2023-06-23 06:08:42 +0200paulapatience(~paulapati@2001:470:69fc:105::16a4) (*.net *.split)
2023-06-23 06:08:42 +0200fgaz(~fgaz@2001:470:69fc:105::842) (*.net *.split)
2023-06-23 06:08:42 +0200maralorn(~maralorn@2001:470:69fc:105::251) (*.net *.split)
2023-06-23 06:08:42 +0200ericson2314(~ericson23@2001:470:69fc:105::70c) (*.net *.split)
2023-06-23 06:08:42 +0200Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split)
2023-06-23 06:08:42 +0200h2t(~h2t@user/h2t) (*.net *.split)
2023-06-23 06:08:42 +0200nurupo(~nurupo.ga@user/nurupo) (*.net *.split)
2023-06-23 06:08:42 +0200sudden(~cat@user/sudden) (*.net *.split)
2023-06-23 06:08:42 +0200vjoki(~vjoki@2a00:d880:3:1::fea1:9ae) (*.net *.split)
2023-06-23 06:08:42 +0200defanor(~defanor@tart.uberspace.net) (*.net *.split)
2023-06-23 06:08:42 +0200Cale(~cale@cpe80d04ade0a03-cm80d04ade0a01.cpe.net.cable.rogers.com) (*.net *.split)
2023-06-23 06:08:42 +0200acarrico(~acarrico@dhcp-68-142-49-163.greenmountainaccess.net) (*.net *.split)
2023-06-23 06:08:42 +0200carter(sid14827@id-14827.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2023-06-23 06:08:42 +0200swistak(~swistak@185.21.216.141) (*.net *.split)
2023-06-23 06:08:42 +0200maxfan8_(~max@2a01:4f8:192:5356::2) (*.net *.split)
2023-06-23 06:08:42 +0200TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2023-06-23 06:08:42 +0200yahb2(~yahb2@2a01:4f8:c0c:5c7b::2) (*.net *.split)
2023-06-23 06:08:42 +0200delyan_(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200PotatoGim_(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200jackdk(sid373013@cssa/jackdk) (*.net *.split)
2023-06-23 06:08:42 +0200edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2023-06-23 06:08:42 +0200S11001001(sid42510@id-42510.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200nshepperd(nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split)
2023-06-23 06:08:42 +0200dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200rburkholder(~blurb@96.45.2.121) (*.net *.split)
2023-06-23 06:08:42 +0200Unode(~Unode@fg-ext-220.embl.de) (*.net *.split)
2023-06-23 06:08:42 +0200hackyhacker(~hackyhack@2a05:f480:1400:24b2:5400:4ff:fe76:a8f3) (*.net *.split)
2023-06-23 06:08:42 +0200pierrot(~pi@user/pierrot) (*.net *.split)
2023-06-23 06:08:42 +0200koolazer(~koo@user/koolazer) (*.net *.split)
2023-06-23 06:08:42 +0200oljenkins(~philipp@p5dec4bb3.dip0.t-ipconnect.de) (*.net *.split)
2023-06-23 06:08:42 +0200ario(~ario@159.65.220.102) (*.net *.split)
2023-06-23 06:08:42 +0200hongminhee(sid295@id-295.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200tnks(sid412124@id-412124.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200oats_(~thomas@user/oats) (*.net *.split)
2023-06-23 06:08:42 +0200lisq(~quassel@lis.moe) (*.net *.split)
2023-06-23 06:08:42 +0200jjhoo(~jahakala@user/jjhoo) (*.net *.split)
2023-06-23 06:08:42 +0200V(~v@ircpuzzles/2022/april/winner/V) (*.net *.split)
2023-06-23 06:08:42 +0200meooow(~meooow@2400:6180:100:d0::ad9:e001) (*.net *.split)
2023-06-23 06:08:42 +0200acidsys(~crameleon@openSUSE/member/crameleon) (*.net *.split)
2023-06-23 06:08:42 +0200liskin(~liskin@xmonad/liskin) (*.net *.split)
2023-06-23 06:08:42 +0200arkeet(arkeet@moriya.ca) (*.net *.split)
2023-06-23 06:08:42 +0200xnbya(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2023-06-23 06:08:42 +0200Batzy(~quassel@user/batzy) (*.net *.split)
2023-06-23 06:08:42 +0200whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200NemesisD(sid24071@id-24071.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2023-06-23 06:08:42 +0200GoldsteinQ(~goldstein@goldstein.rs) (*.net *.split)
2023-06-23 06:08:42 +0200mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2023-06-23 06:08:42 +0200ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2023-06-23 06:08:42 +0200eugenrh(~eugenrh@2a01:4f9:c011:265::1) (*.net *.split)
2023-06-23 06:08:42 +0200Typedfern(~Typedfern@60.red-83-37-32.dynamicip.rima-tde.net) (*.net *.split)
2023-06-23 06:08:42 +0200wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split)
2023-06-23 06:08:42 +0200lav(~pi@wikipedia/maddy-from-celeste) (*.net *.split)
2023-06-23 06:08:42 +0200christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001) (*.net *.split)
2023-06-23 06:08:42 +0200degraafk(sid71464@id-71464.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:42 +0200kawen(~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split)
2023-06-23 06:08:42 +0200Guest585(~mike@user/feetwind) (*.net *.split)
2023-06-23 06:08:42 +0200welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2023-06-23 06:08:42 +0200aaronm04(~user@user/aaronm04) (*.net *.split)
2023-06-23 06:08:42 +0200YoungFrog(~youngfrog@2a02:a03f:ca07:f900:9506:825b:e271:15c3) (*.net *.split)
2023-06-23 06:08:42 +0200Teacup(~teacup@user/teacup) (*.net *.split)
2023-06-23 06:08:42 +0200end\(~end^@user/end/x-0094621) (*.net *.split)
2023-06-23 06:08:42 +0200jaror[m](~jaror@2001:470:69fc:105::265) (*.net *.split)
2023-06-23 06:08:42 +0200Las[m]1(~lasmatrix@2001:470:69fc:105::74e) (*.net *.split)
2023-06-23 06:08:42 +0200xrvdg[m](~xrvdgmatr@2001:470:69fc:105::3:625a) (*.net *.split)
2023-06-23 06:08:42 +0200aerc[m](~aercmatri@2001:470:69fc:105::3:67b9) (*.net *.split)
2023-06-23 06:08:42 +0200Clinton[m](~clintonme@2001:470:69fc:105::2:31d4) (*.net *.split)
2023-06-23 06:08:42 +0200kosmikus[m](~andresloe@2001:470:69fc:105::95d) (*.net *.split)
2023-06-23 06:08:43 +0200iphy(sid67735@id-67735.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200caasih(sid13241@id-13241.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200chessai(sid225296@id-225296.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200minigrim0(~minigrim0@2a01:4f9:6b:3416:68ba:8dff:fe58:a5ea) (*.net *.split)
2023-06-23 06:08:43 +0200Ram-Z(Ram-Z@2a01:7e01::f03c:91ff:fe57:d2df) (*.net *.split)
2023-06-23 06:08:43 +0200nrr_____(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200brprice(~brprice@user/brprice) (*.net *.split)
2023-06-23 06:08:43 +0200SethTisue(sid14912@id-14912.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200mrvdb(~mrvdb@185.92.221.186) (*.net *.split)
2023-06-23 06:08:43 +0200bbhoss(sid18216@id-18216.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200ormaaaj(~ormaaj@user/ormaaj) (*.net *.split)
2023-06-23 06:08:43 +0200isomorpheme[m](~isomorphe@2001:470:69fc:105::3:731a) (*.net *.split)
2023-06-23 06:08:43 +0200severen[m](~severenmt@2001:470:69fc:105::2:9932) (*.net *.split)
2023-06-23 06:08:43 +0200NiKaN(sid385034@id-385034.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200Pent_(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200edmundnoble_(sid229620@id-229620.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200yandere(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200acertain_(sid470584@id-470584.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200ysh____(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200dfordvm(~dfordivam@160.16.87.223.v6.sakura.ne.jp) (*.net *.split)
2023-06-23 06:08:43 +0200ners[m](~nersnixos@2001:470:69fc:105::3:648b) (*.net *.split)
2023-06-23 06:08:43 +0200ozkutuk[m](~ozkutuk@2001:470:69fc:105::2:9af8) (*.net *.split)
2023-06-23 06:08:43 +0200maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split)
2023-06-23 06:08:43 +0200nicm[m](~nicmollel@2001:470:69fc:105::1:feeb) (*.net *.split)
2023-06-23 06:08:43 +0200zfnmxt(~zfnmxt@user/zfnmxt) (*.net *.split)
2023-06-23 06:08:43 +0200Hafydd(~Hafydd@user/hafydd) (*.net *.split)
2023-06-23 06:08:43 +0200Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split)
2023-06-23 06:08:43 +0200alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split)
2023-06-23 06:08:43 +0200MangoIV[m](~mangoivma@2001:470:69fc:105::2:8417) (*.net *.split)
2023-06-23 06:08:43 +0200nomagno(~nomagno@2001:470:69fc:105::c1f0) (*.net *.split)
2023-06-23 06:08:43 +0200fendor[m](~fendormat@2001:470:69fc:105::fcbd) (*.net *.split)
2023-06-23 06:08:43 +0200kadoban(~kadoban@user/kadoban) (*.net *.split)
2023-06-23 06:08:43 +0200ocharles[m](~ocharlesm@2001:470:69fc:105::3:5899) (*.net *.split)
2023-06-23 06:08:43 +0200zebrag[m](~inkbottle@2001:470:69fc:105::2ff5) (*.net *.split)
2023-06-23 06:08:43 +0200jmcantrell(~jmcantrel@user/jmcantrell) (*.net *.split)
2023-06-23 06:08:43 +0200sm(~sm@plaintextaccounting/sm) (*.net *.split)
2023-06-23 06:08:43 +0200Matthew|m(~arathorn@2001:470:69fc:105::1f) (*.net *.split)
2023-06-23 06:08:43 +0200sphynx(~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) (*.net *.split)
2023-06-23 06:08:43 +0200tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2023-06-23 06:08:43 +0200SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200davetapley(sid666@id-666.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200vgtw_(~vgtw@user/vgtw) (*.net *.split)
2023-06-23 06:08:43 +0200ddellacosta(~ddellacos@146.70.166.166) (*.net *.split)
2023-06-23 06:08:43 +0200Vq(~vq@90-227-195-9-no77.tbcn.telia.com) (*.net *.split)
2023-06-23 06:08:43 +0200totbwf(sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200tomsmeding(~tomsmedin@static.21.109.88.23.clients.your-server.de) (*.net *.split)
2023-06-23 06:08:43 +0200andreas303(andreas303@is.drunk.and.ready-to.party) (*.net *.split)
2023-06-23 06:08:43 +0200amir(sid22336@user/amir) (*.net *.split)
2023-06-23 06:08:43 +0200ham(~ham@user/ham) (*.net *.split)
2023-06-23 06:08:43 +0200jil(~user@vps-15050500.vps.ovh.net) (*.net *.split)
2023-06-23 06:08:43 +0200bliminse(~bliminse@user/bliminse) (*.net *.split)
2023-06-23 06:08:43 +0200pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200tessier(~treed@ec2-184-72-149-67.compute-1.amazonaws.com) (*.net *.split)
2023-06-23 06:08:43 +0200pie_(~pie_bnc@user/pie/x-2818909) (*.net *.split)
2023-06-23 06:08:43 +0200marinelli[m](~marinelli@2001:470:69fc:105::2d8) (*.net *.split)
2023-06-23 06:08:43 +0200akadude[m](~akadudema@2001:470:69fc:105::2:5bf7) (*.net *.split)
2023-06-23 06:08:43 +0200jade[m]1(~jade256th@2001:470:69fc:105::3:58df) (*.net *.split)
2023-06-23 06:08:43 +0200romes[m](~romesmatr@2001:470:69fc:105::2:1660) (*.net *.split)
2023-06-23 06:08:43 +0200elevenkb(~elevenkb@2001:470:69fc:105::2:cb89) (*.net *.split)
2023-06-23 06:08:43 +0200geekosaur[m](~geekosaur@xmonad/geekosaur) (*.net *.split)
2023-06-23 06:08:43 +0200JensPetersen[m](~juhp@2001:470:69fc:105::6e9) (*.net *.split)
2023-06-23 06:08:43 +0200SeanKing[m](~seankingm@2001:470:69fc:105::cf9c) (*.net *.split)
2023-06-23 06:08:43 +0200bgamari[m](~bgamari@2001:470:69fc:105::c7b9) (*.net *.split)
2023-06-23 06:08:43 +0200smichel17[m](~smichel17@2001:470:69fc:105::2d32) (*.net *.split)
2023-06-23 06:08:43 +0200peddie(~peddie@2001:470:69fc:105::25d) (*.net *.split)
2023-06-23 06:08:43 +0200jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab) (*.net *.split)
2023-06-23 06:08:43 +0200Deide(~deide@user/deide) (*.net *.split)
2023-06-23 06:08:43 +0200jorwas[m](~jorwasmat@2001:470:69fc:105::3:60e7) (*.net *.split)
2023-06-23 06:08:43 +0200ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (*.net *.split)
2023-06-23 06:08:43 +0200riatre(~quassel@2001:310:6000:f::5198:1) (*.net *.split)
2023-06-23 06:08:43 +0200sefidel(~sefidel@user/sefidel) (*.net *.split)
2023-06-23 06:08:43 +0200nisstyre(wes@user/nisstyre) (*.net *.split)
2023-06-23 06:08:43 +0200df(~ben@justworks.xyz) (*.net *.split)
2023-06-23 06:08:43 +0200hook54321(sid149355@user/hook54321) (*.net *.split)
2023-06-23 06:08:43 +0200lieven(~mal@ns2.wyrd.be) (*.net *.split)
2023-06-23 06:08:43 +0200chymera(~chymera@ns1000526.ip-51-81-46.us) (*.net *.split)
2023-06-23 06:08:43 +0200wallymathieu(sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200scav(sid309693@user/scav) (*.net *.split)
2023-06-23 06:08:43 +0200pjlsergeant__(sid143467@id-143467.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200orcus(~orcus@user/brprice) (*.net *.split)
2023-06-23 06:08:43 +0200dispater(~dispater@user/brprice) (*.net *.split)
2023-06-23 06:08:43 +0200yvan-sraka(sid419690@id-419690.lymington.irccloud.com) (*.net *.split)
2023-06-23 06:08:43 +0200jocke-l(jocke-l@a.x0.is) (*.net *.split)
2023-06-23 06:08:43 +0200dyniec(~dyniec@mail.dybiec.info) (*.net *.split)
2023-06-23 06:08:43 +0200sweater(~sweater@206.81.18.26) (*.net *.split)
2023-06-23 06:08:43 +0200ChanServ(ChanServ@services.libera.chat) (*.net *.split)
2023-06-23 06:09:01 +0200bastelfreak(bastelfrea@libera/staff/VoxPupuli.bastelfreak)
2023-06-23 06:09:01 +0200marienz(~marienz@libera/staff/marienz)
2023-06-23 06:09:01 +0200landonf(landonf@mac68k.info)
2023-06-23 06:09:01 +0200turlando(~turlando@user/turlando)
2023-06-23 06:09:01 +0200flukiluke(~m-7humut@2603:c023:c000:6c7e:8945:ad24:9113:a962)
2023-06-23 06:09:01 +0200lbseale(~quassel@user/ep1ctetus)
2023-06-23 06:09:01 +0200manwithluck(~manwithlu@2406:da14:5ea:e400:49df:93ba:b95b:7bda)
2023-06-23 06:09:01 +0200hexeme(~hexeme@user/hexeme)
2023-06-23 06:09:01 +0200energizer(~energizer@user/energizer)
2023-06-23 06:09:01 +0200Yumemi(~Yumemi@chamoin.net)
2023-06-23 06:09:01 +0200RMSBach(~guygastin@137.184.131.156)
2023-06-23 06:09:01 +0200m5zs7k(aquares@web10.mydevil.net)
2023-06-23 06:09:01 +0200polux(~polux@51-15-169-172.rev.poneytelecom.eu)
2023-06-23 06:09:01 +0200caubert(~caubert@user/caubert)
2023-06-23 06:09:01 +0200zzz(~z@user/zero)
2023-06-23 06:09:01 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303)
2023-06-23 06:09:01 +0200aristid(sid1599@id-1599.uxbridge.irccloud.com)
2023-06-23 06:09:01 +0200codedmart(codedmart@2600:3c01::f03c:92ff:fefe:8511)
2023-06-23 06:09:01 +0200taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2023-06-23 06:09:01 +0200ell(~ellie@user/ellie)
2023-06-23 06:09:01 +0200tabemann(~tabemann@2600:1700:7990:24e0:59b4:50:6695:cd56)
2023-06-23 06:09:01 +0200T_S__(sid501726@id-501726.uxbridge.irccloud.com)
2023-06-23 06:09:01 +0200agander_m(sid407952@id-407952.tinside.irccloud.com)
2023-06-23 06:09:01 +0200nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2023-06-23 06:09:01 +0200bjobjo(~bjobjo@user/bjobjo)
2023-06-23 06:09:01 +0200cyphase(~cyphase@user/cyphase)
2023-06-23 06:09:01 +0200hamishmack(sid389057@id-389057.hampstead.irccloud.com)
2023-06-23 06:09:01 +0200lally(sid388228@id-388228.uxbridge.irccloud.com)
2023-06-23 06:09:01 +0200jmct(sid160793@id-160793.tinside.irccloud.com)
2023-06-23 06:09:01 +0200buhman_(sid411355@id-411355.tinside.irccloud.com)
2023-06-23 06:09:01 +0200YuutaW(~YuutaW@mail.yuuta.moe)
2023-06-23 06:09:01 +0200Jon(jon@dow.land)
2023-06-23 06:09:01 +0200jsomedon(uid606872@id-606872.hampstead.irccloud.com)
2023-06-23 06:09:01 +0200absence(torgeihe@hildring.pvv.ntnu.no)
2023-06-23 06:09:01 +0200wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2023-06-23 06:09:01 +0200noctux(~noctux@user/noctux)
2023-06-23 06:09:01 +0200[exa](~exa@user/exa/x-3587197)
2023-06-23 06:09:01 +0200NinjaTrappeur(~ninja@user/ninjatrappeur)
2023-06-23 06:09:01 +0200beaky(~beaky@2a03:b0c0:0:1010::1e:a001)
2023-06-23 06:09:01 +0200fiddlerwoaroof_(~fiddlerwo@user/fiddlerwoaroof)
2023-06-23 06:09:01 +0200mtjm(~mutantmel@2604:a880:2:d0::208b:d001)
2023-06-23 06:09:01 +0200dtman34(~dtman34@c-76-156-89-180.hsd1.mn.comcast.net)
2023-06-23 06:09:01 +0200theodorc(theodorc@cassarossa.samfundet.no)
2023-06-23 06:09:01 +0200kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34)
2023-06-23 06:09:01 +0200mxs(~mxs@user/mxs)
2023-06-23 06:09:01 +0200pat__(~pat67@pool-100-36-172-241.washdc.fios.verizon.net)
2023-06-23 06:09:01 +0200aweinstock(~aweinstoc@cpe-74-76-189-75.nycap.res.rr.com)
2023-06-23 06:09:01 +0200gry(quasselcor@botters/gry)
2023-06-23 06:09:01 +0200Axman6(~Axman6@user/axman6)
2023-06-23 06:09:01 +0200rubin55(sid175221@2a03:5180:f:4::2:ac75)
2023-06-23 06:09:01 +0200hongminhee(sid295@id-295.tinside.irccloud.com)
2023-06-23 06:09:01 +0200tnks(sid412124@id-412124.helmsley.irccloud.com)
2023-06-23 06:09:01 +0200oats_(~thomas@user/oats)
2023-06-23 06:09:01 +0200xsarnik(xsarnik@lounge.fi.muni.cz)
2023-06-23 06:09:01 +0200lisq(~quassel@lis.moe)
2023-06-23 06:09:01 +0200jjhoo(~jahakala@user/jjhoo)
2023-06-23 06:09:01 +0200remexre(~remexre@user/remexre)
2023-06-23 06:09:01 +0200meejah(~meejah@rutas.meejah.ca)
2023-06-23 06:09:01 +0200V(~v@ircpuzzles/2022/april/winner/V)
2023-06-23 06:09:01 +0200meooow(~meooow@2400:6180:100:d0::ad9:e001)
2023-06-23 06:09:01 +0200acidsys(~crameleon@openSUSE/member/crameleon)
2023-06-23 06:09:01 +0200liskin(~liskin@xmonad/liskin)
2023-06-23 06:09:01 +0200arkeet(arkeet@moriya.ca)
2023-06-23 06:09:01 +0200xnbya(~xnbya@2a01:4f8:c17:cbdd::1)
2023-06-23 06:09:01 +0200dontdieych(~alarm@132.226.169.184)
2023-06-23 06:09:01 +0200tv(~tv@user/tv)
2023-06-23 06:09:01 +0200Batzy(~quassel@user/batzy)
2023-06-23 06:09:01 +0200JimL(~quassel@89.162.16.26)
2023-06-23 06:09:01 +0200migas(~migas@astra4961.startdedicated.net)
2023-06-23 06:09:01 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2023-06-23 06:09:01 +0200whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2023-06-23 06:09:01 +0200nckx(~nckx@tobias.gr)
2023-06-23 06:09:01 +0200NemesisD(sid24071@id-24071.lymington.irccloud.com)
2023-06-23 06:09:01 +0200tokie(~tokie@tokie.net)
2023-06-23 06:09:01 +0200sudden(~cat@user/sudden)
2023-06-23 06:09:01 +0200gnyeki(~gnyeki@user/gnyeki)
2023-06-23 06:09:01 +0200GoldsteinQ(~goldstein@goldstein.rs)
2023-06-23 06:09:01 +0200mcfrdy(~mcfrdy@user/mcfrdy)
2023-06-23 06:09:01 +0200ouroboros(~ouroboros@user/ouroboros)
2023-06-23 06:09:01 +0200eugenrh(~eugenrh@2a01:4f9:c011:265::1)
2023-06-23 06:09:01 +0200Typedfern(~Typedfern@60.red-83-37-32.dynamicip.rima-tde.net)
2023-06-23 06:09:01 +0200noteness-(~noteness@user/noteness)
2023-06-23 06:09:01 +0200wrengr(~wrengr@201.59.83.34.bc.googleusercontent.com)
2023-06-23 06:09:01 +0200lav(~pi@wikipedia/maddy-from-celeste)
2023-06-23 06:09:01 +0200christiaanb(sid84827@id-84827.lymington.irccloud.com)
2023-06-23 06:09:01 +0200andjjj23(~irc@107.170.228.47)
2023-06-23 06:09:01 +0200peutri(~peutri@bobo.desast.re)
2023-06-23 06:09:01 +0200asm(~alexander@user/asm)
2023-06-23 06:09:01 +0200mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001)
2023-06-23 06:09:01 +0200degraafk(sid71464@id-71464.lymington.irccloud.com)
2023-06-23 06:09:01 +0200kawen(~quassel@static.208.191.216.95.clients.your-server.de)
2023-06-23 06:09:01 +0200Guest585(~mike@user/feetwind)
2023-06-23 06:09:01 +0200vjoki(~vjoki@2a00:d880:3:1::fea1:9ae)
2023-06-23 06:09:01 +0200welterde(welterde@thinkbase.srv.welterde.de)
2023-06-23 06:09:01 +0200aaronm04(~user@user/aaronm04)
2023-06-23 06:09:01 +0200caasih(sid13241@id-13241.ilkley.irccloud.com)
2023-06-23 06:09:01 +0200iphy(sid67735@id-67735.lymington.irccloud.com)
2023-06-23 06:09:01 +0200chessai(sid225296@id-225296.lymington.irccloud.com)
2023-06-23 06:09:01 +0200minigrim0(~minigrim0@2a01:4f9:6b:3416:68ba:8dff:fe58:a5ea)
2023-06-23 06:09:01 +0200edwtjo(~edwtjo@fsf/member/edwtjo)
2023-06-23 06:09:01 +0200brprice(~brprice@user/brprice)
2023-06-23 06:09:01 +0200riatre(~quassel@2001:310:6000:f::5198:1)
2023-06-23 06:09:01 +0200sphynx(~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288)
2023-06-23 06:09:01 +0200mniip(mniip@libera/staff/mniip)
2023-06-23 06:09:01 +0200AWizzArd(~code@user/awizzard)
2023-06-23 06:09:01 +0200cjay(cjay@nerdbox.nerd2nerd.org)
2023-06-23 06:09:01 +0200tinwood(~tinwood@canonical/tinwood)
2023-06-23 06:09:01 +0200it_(~quassel@v2202212189510211193.supersrv.de)
2023-06-23 06:09:01 +0200sefidel(~sefidel@user/sefidel)
2023-06-23 06:09:01 +0200nisstyre(wes@user/nisstyre)
2023-06-23 06:09:01 +0200df(~ben@justworks.xyz)
2023-06-23 06:09:01 +0200Ram-Z(Ram-Z@2a01:7e01::f03c:91ff:fe57:d2df)
2023-06-23 06:09:01 +0200litharge(litharge@libera/bot/litharge)
2023-06-23 06:09:01 +0200hook54321(sid149355@user/hook54321)
2023-06-23 06:09:01 +0200nrr_____(sid20938@id-20938.lymington.irccloud.com)
2023-06-23 06:09:01 +0200bbhoss(sid18216@id-18216.tinside.irccloud.com)
2023-06-23 06:09:01 +0200mrvdb(~mrvdb@185.92.221.186)
2023-06-23 06:09:01 +0200SethTisue(sid14912@id-14912.ilkley.irccloud.com)
2023-06-23 06:09:01 +0200davetapley(sid666@id-666.uxbridge.irccloud.com)
2023-06-23 06:09:01 +0200gaze___(sid387101@id-387101.helmsley.irccloud.com)
2023-06-23 06:09:01 +0200SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2023-06-23 06:09:01 +0200sweater(~sweater@206.81.18.26)
2023-06-23 06:09:01 +0200dyniec(~dyniec@mail.dybiec.info)
2023-06-23 06:09:01 +0200jocke-l(jocke-l@a.x0.is)
2023-06-23 06:09:01 +0200yvan-sraka(sid419690@id-419690.lymington.irccloud.com)
2023-06-23 06:09:01 +0200dispater(~dispater@user/brprice)
2023-06-23 06:09:01 +0200orcus(~orcus@user/brprice)
2023-06-23 06:09:01 +0200cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2023-06-23 06:09:01 +0200pjlsergeant__(sid143467@id-143467.hampstead.irccloud.com)
2023-06-23 06:09:01 +0200grfn(sid449115@id-449115.helmsley.irccloud.com)
2023-06-23 06:09:01 +0200scav(sid309693@user/scav)
2023-06-23 06:09:01 +0200wallymathieu(sid533252@id-533252.uxbridge.irccloud.com)
2023-06-23 06:09:01 +0200chymera(~chymera@ns1000526.ip-51-81-46.us)
2023-06-23 06:09:01 +0200lieven(~mal@ns2.wyrd.be)
2023-06-23 06:09:01 +0200ChanServ(ChanServ@services.libera.chat)
2023-06-23 06:09:01 +0200h2t(~h2t@user/h2t)
2023-06-23 06:09:01 +0200nurupo(~nurupo.ga@user/nurupo)
2023-06-23 06:09:01 +0200ario(~ario@159.65.220.102)
2023-06-23 06:09:01 +0200oljenkins(~philipp@p5dec4bb3.dip0.t-ipconnect.de)
2023-06-23 06:09:01 +0200lyxia(~lyxia@poisson.chat)
2023-06-23 06:09:01 +0200niko(niko@libera/staff/niko)
2023-06-23 06:09:01 +0200sodium.libera.chat+o ChanServ
2023-06-23 06:09:01 +0200laman3(~laman@rego.ai)
2023-06-23 06:09:01 +0200bcoppens_(~bartcopp@vpn2.bartcoppens.be)
2023-06-23 06:09:01 +0200kosmikus_(~kosmikus@nullzig.kosmikus.org)
2023-06-23 06:09:01 +0200acro(~acro@user/acro)
2023-06-23 06:09:01 +0200xstill_0(xstill@fimu/xstill)
2023-06-23 06:09:01 +0200bramhaag(~bramhaag@134.195.121.39)
2023-06-23 06:09:01 +0200cawfee(~root@2406:3003:2077:2758::babe)
2023-06-23 06:09:01 +0200megaTherion(~therion@unix.io)
2023-06-23 06:09:01 +0200ridcully(~ridcully@p57b52f2c.dip0.t-ipconnect.de)
2023-06-23 06:09:01 +0200lightandlight(sid135476@id-135476.helmsley.irccloud.com)
2023-06-23 06:09:01 +0200Clint(~Clint@user/clint)
2023-06-23 06:09:01 +0200Benzi-Junior(~BenziJuni@88-149-64-112.du.xdsl.is)
2023-06-23 06:09:01 +0200piele(~piele@tbonesteak.creativeserver.net)
2023-06-23 06:09:01 +0200JSharp(sid4580@id-4580.lymington.irccloud.com)
2023-06-23 06:09:01 +0200heartburn(~gass@2a00:d880:3:1::b1e4:b241)
2023-06-23 06:09:01 +0200bionade24(~bionade24@2a03:4000:33:45b::1)
2023-06-23 06:09:01 +0200anpad(~pandeyan@user/anpad)
2023-06-23 06:09:01 +0200adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2023-06-23 06:09:01 +0200glider(~glider@user/glider)
2023-06-23 06:09:01 +0200anderson(~anderson@user/anderson)
2023-06-23 06:09:01 +0200heath2(~heath@user/heath)
2023-06-23 06:09:01 +0200Adran(~adran@botters/adran)
2023-06-23 06:09:01 +0200Vajb(~Vajb@2001:999:484:a37d:e618:9886:4843:f5d8)
2023-06-23 06:09:01 +0200ames(~amelia@offtopia/offtopian/amelia)
2023-06-23 06:09:01 +0200bgamari(~bgamari@64.223.233.113)
2023-06-23 06:09:01 +0200hsw(~hsw@2001-b030-2303-0104-0172-0025-0012-0132.hinet-ip6.hinet.net)
2023-06-23 06:09:01 +0200hays(rootvegeta@fsf/member/hays)
2023-06-23 06:09:01 +0200adanwan(~adanwan@gateway/tor-sasl/adanwan)
2023-06-23 06:09:01 +0200shachaf(~shachaf@user/shachaf)
2023-06-23 06:09:01 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt)
2023-06-23 06:09:01 +0200czy(~user@host-140-26.ilcub310.champaign.il.us.clients.pavlovmedia.net)
2023-06-23 06:09:01 +0200Nikopol(nikopol@user/astrorigin)
2023-06-23 06:09:01 +0200juri_(~juri@84-19-175-187.pool.ovpn.com)
2023-06-23 06:09:01 +0200kraftwerk28(~kraftwerk@178.62.210.83)
2023-06-23 06:09:01 +0200koolazer(~koo@user/koolazer)
2023-06-23 06:09:01 +0200Everything(~Everythin@static.208.206.21.65.clients.your-server.de)
2023-06-23 06:09:01 +0200earthy(~arthurvl@2a02-a469-f5e2-1-83d2-ca43-57a2-dc81.fixed6.kpn.net)
2023-06-23 06:09:01 +0200hexology(~hexology@user/hexology)
2023-06-23 06:09:01 +0200MangoIV[m](~mangoivma@2001:470:69fc:105::2:8417)
2023-06-23 06:09:01 +0200Hafydd(~Hafydd@user/hafydd)
2023-06-23 06:09:01 +0200peddie(~peddie@2001:470:69fc:105::25d)
2023-06-23 06:09:01 +0200jean-paul[m](~jean-paul@2001:470:69fc:105::d1ab)
2023-06-23 06:09:01 +0200fgaz(~fgaz@2001:470:69fc:105::842)
2023-06-23 06:09:01 +0200Null_A[m](~jasonjckn@2001:470:69fc:105::bb85)
2023-06-23 06:09:01 +0200ericson2314(~ericson23@2001:470:69fc:105::70c)
2023-06-23 06:09:01 +0200ocharles[m](~ocharlesm@2001:470:69fc:105::3:5899)
2023-06-23 06:09:01 +0200alanz(~alanz@2001:470:69fc:105::2:49a6)
2023-06-23 06:09:01 +0200maralorn(~maralorn@2001:470:69fc:105::251)
2023-06-23 06:09:01 +0200sm(~sm@plaintextaccounting/sm)
2023-06-23 06:09:01 +0200nomagno(~nomagno@2001:470:69fc:105::c1f0)
2023-06-23 06:09:01 +0200Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2023-06-23 06:09:01 +0200Deide(~deide@user/deide)
2023-06-23 06:09:01 +0200smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2023-06-23 06:09:01 +0200ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2023-06-23 06:09:01 +0200fendor[m](~fendormat@2001:470:69fc:105::fcbd)
2023-06-23 06:09:01 +0200jmcantrell(~jmcantrel@user/jmcantrell)
2023-06-23 06:09:01 +0200JensPetersen[m](~juhp@2001:470:69fc:105::6e9)
2023-06-23 06:09:01 +0200jorwas[m](~jorwasmat@2001:470:69fc:105::3:60e7)
2023-06-23 06:09:01 +0200Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2023-06-23 06:09:01 +0200alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2023-06-23 06:09:01 +0200chreekat(~chreekat@2001:470:69fc:105::16b5)
2023-06-23 06:09:01 +0200Matthew|m(~arathorn@2001:470:69fc:105::1f)
2023-06-23 06:09:01 +0200elevenkb(~elevenkb@2001:470:69fc:105::2:cb89)
2023-06-23 06:09:01 +0200VarikValefor[m](~varikvale@2001:470:69fc:105::a5d)
2023-06-23 06:09:01 +0200bgamari[m](~bgamari@2001:470:69fc:105::c7b9)
2023-06-23 06:09:01 +0200supersven[m](~supersven@2001:470:69fc:105::31b6)
2023-06-23 06:09:01 +0200zebrag[m](~inkbottle@2001:470:69fc:105::2ff5)
2023-06-23 06:09:01 +0200paulapatience(~paulapati@2001:470:69fc:105::16a4)
2023-06-23 06:09:01 +0200maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2023-06-23 06:09:01 +0200shapr[m](~shaprcofr@2001:470:69fc:105::2:d107)
2023-06-23 06:09:01 +0200elvishjerricco(~elvishjer@2001:470:69fc:105::6172)
2023-06-23 06:09:01 +0200hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4)
2023-06-23 06:09:01 +0200kosmikus[m](~andresloe@2001:470:69fc:105::95d)
2023-06-23 06:09:01 +0200ozkutuk[m](~ozkutuk@2001:470:69fc:105::2:9af8)
2023-06-23 06:09:01 +0200geekosaur[m](~geekosaur@xmonad/geekosaur)
2023-06-23 06:09:01 +0200joyfulmantis[m](~joyfulman@2001:470:69fc:105::3:400a)
2023-06-23 06:09:01 +0200Artem[m](~artemtype@2001:470:69fc:105::75b)
2023-06-23 06:09:01 +0200zfnmxt(~zfnmxt@user/zfnmxt)
2023-06-23 06:09:01 +0200nicm[m](~nicmollel@2001:470:69fc:105::1:feeb)
2023-06-23 06:09:01 +0200kadoban(~kadoban@user/kadoban)
2023-06-23 06:09:01 +0200SeanKing[m](~seankingm@2001:470:69fc:105::cf9c)
2023-06-23 06:09:01 +0200tbidne[m](~tbidnemat@2001:470:69fc:105::3:6d42)
2023-06-23 06:09:01 +0200Clinton[m](~clintonme@2001:470:69fc:105::2:31d4)
2023-06-23 06:09:01 +0200m1-s[m](~m1-smatri@2001:470:69fc:105::2:39da)
2023-06-23 06:09:01 +0200aaronv(~aaronv@user/aaronv)
2023-06-23 06:09:01 +0200kleenestar[m](~kleenesta@2001:470:69fc:105::3:6d78)
2023-06-23 06:09:01 +0200aerc[m](~aercmatri@2001:470:69fc:105::3:67b9)
2023-06-23 06:09:01 +0200oak-(~oak-@2001:470:69fc:105::fcd)
2023-06-23 06:09:01 +0200Daniel[m]1(~danieltan@2001:470:69fc:105::3:6e5e)
2023-06-23 06:09:01 +0200ners[m](~nersnixos@2001:470:69fc:105::3:648b)
2023-06-23 06:09:01 +0200somerandomnick[m(~somerando@2001:470:69fc:105::3:4f2e)
2023-06-23 06:09:01 +0200lilpotent_jlemen(~lilpotent@2001:470:69fc:105::3:6eb6)
2023-06-23 06:09:01 +0200romes[m](~romesmatr@2001:470:69fc:105::2:1660)
2023-06-23 06:09:01 +0200jade[m]1(~jade256th@2001:470:69fc:105::3:58df)
2023-06-23 06:09:01 +0200akadude[m](~akadudema@2001:470:69fc:105::2:5bf7)
2023-06-23 06:09:01 +0200marinelli[m](~marinelli@2001:470:69fc:105::2d8)
2023-06-23 06:09:01 +0200xrvdg[m](~xrvdgmatr@2001:470:69fc:105::3:625a)
2023-06-23 06:09:01 +0200teo(~teo@user/teo)
2023-06-23 06:09:01 +0200eldritchcookie[m(~eldritchc@2001:470:69fc:105::2:d53c)
2023-06-23 06:09:01 +0200hellwolf[m](~hellwolfm@2001:470:69fc:105::3:6a4)
2023-06-23 06:09:01 +0200Las[m]1(~lasmatrix@2001:470:69fc:105::74e)
2023-06-23 06:09:01 +0200Ross[m](~zhichuche@2001:470:69fc:105::3:584b)
2023-06-23 06:09:01 +0200DustinStiles[m](~duwstiles@2001:470:69fc:105::3:699b)
2023-06-23 06:09:01 +0200polykernel[m](~polykerne@user/polykernel)
2023-06-23 06:09:01 +0200nyc(~nyc@user/nyc)
2023-06-23 06:09:01 +0200pie_(~pie_bnc@user/pie/x-2818909)
2023-06-23 06:09:01 +0200emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc)
2023-06-23 06:09:01 +0200carbolymer(~carbolyme@dropacid.net)
2023-06-23 06:09:01 +0200joeyh(joeyh@2600:3c03::f03c:91ff:fe73:b0d2)
2023-06-23 06:09:01 +0200Buliarous(~gypsydang@46.232.210.139)
2023-06-23 06:09:01 +0200cross(~cross@spitfire.i.gajendra.net)
2023-06-23 06:09:01 +0200hnOsmium0001(~hnosm@user/hnOsmium0001)
2023-06-23 06:09:01 +0200mrmr(~mrmr@user/mrmr)
2023-06-23 06:09:01 +0200ystael(~ystael@user/ystael)
2023-06-23 06:09:01 +0200barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2023-06-23 06:09:01 +0200tureba(~tureba@tureba.org)
2023-06-23 06:09:01 +0200justache(~justache@user/justache)
2023-06-23 06:09:01 +0200adziahel(~adziahelm@2001:470:69fc:105::b4d)
2023-06-23 06:09:01 +0200Franciman(~Franciman@mx1.fracta.dev)
2023-06-23 06:09:01 +0200haskl(~haskl@user/haskl)
2023-06-23 06:09:02 +0200tessier(~treed@ec2-184-72-149-67.compute-1.amazonaws.com)
2023-06-23 06:09:02 +0200Maxdamantus(~Maxdamant@user/maxdamantus)
2023-06-23 06:09:02 +0200pierrot(~pi@user/pierrot)
2023-06-23 06:09:02 +0200Putonlalla(~Putonlall@it-cyan.it.jyu.fi)
2023-06-23 06:09:02 +0200jludwig(~justin@li657-110.members.linode.com)
2023-06-23 06:09:02 +0200gabiruh(~gabiruh@vps19177.publiccloud.com.br)
2023-06-23 06:09:02 +0200lawt(~lawt@129.159.36.129)
2023-06-23 06:09:02 +0200finsternis(~X@23.226.237.192)
2023-06-23 06:09:02 +0200fbytez(~uid@user/fbytez)
2023-06-23 06:09:02 +0200Nosrep(~Nosrep@user/nosrep)
2023-06-23 06:09:02 +0200Sciencentistguy(~sciencent@hacksoc/ordinary-member)
2023-06-23 06:09:02 +0200nek0(~nek0@2a01:4f8:222:2b41::12)
2023-06-23 06:09:02 +0200sajith(~sajith@user/sajith)
2023-06-23 06:09:02 +0200krjst(~krjst@2604:a880:800:c1::16b:8001)
2023-06-23 06:09:02 +0200mjacob(~mjacob@adrastea.uberspace.de)
2023-06-23 06:09:02 +0200madnight(~madnight@static.59.103.201.195.clients.your-server.de)
2023-06-23 06:09:02 +0200forell(~forell@user/forell)
2023-06-23 06:09:02 +0200ggranberry(sid267884@id-267884.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200kronicma1(user40967@neotame.csclub.uwaterloo.ca)
2023-06-23 06:09:02 +0200Momentum(momentum@tilde.team)
2023-06-23 06:09:02 +0200dextaa(~DV@user/dextaa)
2023-06-23 06:09:02 +0200CalculusCats(NyaaTheKit@user/calculuscat)
2023-06-23 06:09:02 +0200chiselfuse(~chiselfus@user/chiselfuse)
2023-06-23 06:09:02 +0200_d0t(~{-d0t-}@user/-d0t-/x-7915216)
2023-06-23 06:09:02 +0200sclv(sid39734@haskell/developer/sclv)
2023-06-23 06:09:02 +0200pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200hexagoxel(~hexagoxel@2a01:4f8:c0c:e::2)
2023-06-23 06:09:02 +0200mhatta(~mhatta@www21123ui.sakura.ne.jp)
2023-06-23 06:09:02 +0200hackyhacker(~hackyhack@2a05:f480:1400:24b2:5400:4ff:fe76:a8f3)
2023-06-23 06:09:02 +0200Unode(~Unode@fg-ext-220.embl.de)
2023-06-23 06:09:02 +0200incertia(~incertia@209.122.71.127)
2023-06-23 06:09:02 +0200loonycyborg(loonycybor@wesnoth/developer/loonycyborg)
2023-06-23 06:09:02 +0200Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2023-06-23 06:09:02 +0200sa(sid1055@id-1055.tinside.irccloud.com)
2023-06-23 06:09:02 +0200remedan(~remedan@ip-94-112-0-18.bb.vodafone.cz)
2023-06-23 06:09:02 +0200ddrone[m](~ddronemat@2001:470:69fc:105::3:70d5)
2023-06-23 06:09:02 +0200dexter1(dexter@2a01:7e00::f03c:91ff:fe86:59ec)
2023-06-23 06:09:02 +0200immae(~immae@2a01:4f8:141:53e7::)
2023-06-23 06:09:02 +0200micro(~micro@user/micro)
2023-06-23 06:09:02 +0200kristjansson_(sid126207@id-126207.tinside.irccloud.com)
2023-06-23 06:09:02 +0200systemfault(sid267009@id-267009.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200gmc(sid58314@id-58314.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200dragestil(~znc@user/dragestil)
2023-06-23 06:09:02 +0200ProofTechnique_(sid79547@id-79547.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200ringo__(~ringo@157.230.117.128)
2023-06-23 06:09:02 +0200end^(~end^@user/end/x-0094621)
2023-06-23 06:09:02 +0200integral(sid296274@user/integral)
2023-06-23 06:09:02 +0200AkechiShiro(~licht@user/akechishiro)
2023-06-23 06:09:02 +0200echoreply(~echoreply@45.32.163.16)
2023-06-23 06:09:02 +0200glowcoil(sid3405@id-3405.tinside.irccloud.com)
2023-06-23 06:09:02 +0200end\(~end^@user/end/x-0094621)
2023-06-23 06:09:02 +0200davl(~davl@207.154.228.18)
2023-06-23 06:09:02 +0200tritlo_(sid58727@id-58727.hampstead.irccloud.com)
2023-06-23 06:09:02 +0200b20n(sid115913@id-115913.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200dsal(sid13060@id-13060.lymington.irccloud.com)
2023-06-23 06:09:02 +0200quintasan(~quassel@quintasan.pl)
2023-06-23 06:09:02 +0200ralu1(~ralu@static.211.245.203.116.clients.your-server.de)
2023-06-23 06:09:02 +0200idnar(sid12240@debian/mithrandi)
2023-06-23 06:09:02 +0200Cheery(~cheery@server-239-7.tentacle.cloud)
2023-06-23 06:09:02 +0200mzg(mzg@lazy.unconscious.biz)
2023-06-23 06:09:02 +0200CAT_S(apic@brezn3.muc.ccc.de)
2023-06-23 06:09:02 +0200Logio(em@kapsi.fi)
2023-06-23 06:09:02 +0200mon_aaraj(~montchncs@2001:470:69fc:105::8e6b)
2023-06-23 06:09:02 +0200paddymahoney(~paddymaho@cpe883d24bcf597-cmbc4dfb741f80.cpe.net.cable.rogers.com)
2023-06-23 06:09:02 +0200bcmiller(~bm3719@66.42.95.185)
2023-06-23 06:09:02 +0200notzmv(~zmv@user/notzmv)
2023-06-23 06:09:02 +0200pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-56-65-92-162-12.dsl.bell.ca)
2023-06-23 06:09:02 +0200Ranhir(~Ranhir@157.97.53.139)
2023-06-23 06:09:02 +0200nadja(~dequbed@2a01:4f8:201:34c7::1)
2023-06-23 06:09:02 +0200dy(sid3438@user/dy)
2023-06-23 06:09:02 +0200conjunctive(sid433686@2a03:5180:f:1::6:9e16)
2023-06-23 06:09:02 +0200hammond(proscan@gateway02.insomnia247.nl)
2023-06-23 06:09:02 +0200hueso(~root@user/hueso)
2023-06-23 06:09:02 +0200p3n(~p3n@217.198.124.246)
2023-06-23 06:09:02 +0200AlexNoo(~AlexNoo@178.34.163.88)
2023-06-23 06:09:02 +0200astra(sid289983@2a03:5180:f:4::4:6cbf)
2023-06-23 06:09:02 +0200sa1(sid7690@id-7690.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200rburkholder(~blurb@96.45.2.121)
2023-06-23 06:09:02 +0200josias(~mottmatri@2001:470:69fc:105::b6c)
2023-06-23 06:09:02 +0200tired(~tired@user/tired)
2023-06-23 06:09:02 +0200bradparker(sid262931@id-262931.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200dmj`(sid72307@id-72307.hampstead.irccloud.com)
2023-06-23 06:09:02 +0200jaror[m](~jaror@2001:470:69fc:105::265)
2023-06-23 06:09:02 +0200Wojciech_K(~Wojciech_@2a01:4f9:6a:18a8::239)
2023-06-23 06:09:02 +0200brettgilio(~brettgili@2001:19f0:5c00:27fc:5400:4ff:fe7a:1f8e)
2023-06-23 06:09:02 +0200rembo10(~rembo10@2a01:4f9:c010:b5b9::1)
2023-06-23 06:09:02 +0200Adeon(sid418992@2a03:5180:f:2::6:64b0)
2023-06-23 06:09:02 +0200dove(~irc@2600:3c00:e000:287::1)
2023-06-23 06:09:02 +0200nshepperd(nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2023-06-23 06:09:02 +0200dagit(~dagit@2001:558:6025:38:71c6:9d58:7252:8976)
2023-06-23 06:09:02 +0200driib(~driib@vmi931078.contaboserver.net)
2023-06-23 06:09:02 +0200alinab_(sid468903@id-468903.helmsley.irccloud.com)
2023-06-23 06:09:02 +0200parseval(sid239098@2a03:5180:f:1::3:a5fa)
2023-06-23 06:09:02 +0200S11001001(sid42510@id-42510.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200russruss2(~russruss@my.russellmcc.com)
2023-06-23 06:09:02 +0200Firedancer(sid336191@id-336191.hampstead.irccloud.com)
2023-06-23 06:09:02 +0200gawen(~gawen@user/gawen)
2023-06-23 06:09:02 +0200mira(~aranea@wireguard/contributorcat/mira)
2023-06-23 06:09:02 +0200Buggys-(Buggys@shelltalk.net)
2023-06-23 06:09:02 +0200jinsl(~jinsl@2408:8207:2558:8870:211:32ff:fec8:6aea)
2023-06-23 06:09:02 +0200edwardk(sid47016@haskell/developer/edwardk)
2023-06-23 06:09:02 +0200c_wraith(~c_wraith@adjoint.us)
2023-06-23 06:09:02 +0200bliminse(~bliminse@user/bliminse)
2023-06-23 06:09:02 +0200hololeap(~quassel@user/hololeap)
2023-06-23 06:09:02 +0200abrar_(~abrar@pool-72-78-199-186.phlapa.fios.verizon.net)
2023-06-23 06:09:02 +0200danso(~danso@user/danso)
2023-06-23 06:09:02 +0200Igloo(~ian@matrix.chaos.earth.li)
2023-06-23 06:09:02 +0200jil(~user@vps-15050500.vps.ovh.net)
2023-06-23 06:09:02 +0200winny(~weechat@user/winny)
2023-06-23 06:09:02 +0200zer0bitz(~zer0bitz@user/zer0bitz)
2023-06-23 06:09:02 +0200Hobbyboy(Hobbyboy@hobbyboy.co.uk)
2023-06-23 06:09:02 +0200stilgart(~Christoph@chezlefab.net)
2023-06-23 06:09:02 +0200dfordvm(~dfordivam@160.16.87.223.v6.sakura.ne.jp)
2023-06-23 06:09:02 +0200bah(~bah@l1.tel)
2023-06-23 06:09:02 +0200alpm(~alp@user/alp)
2023-06-23 06:09:02 +0200ysh____(sid6017@id-6017.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200yandere(sid467876@id-467876.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200jackdk(sid373013@cssa/jackdk)
2023-06-23 06:09:02 +0200acertain_(sid470584@id-470584.hampstead.irccloud.com)
2023-06-23 06:09:02 +0200edmundnoble_(sid229620@id-229620.helmsley.irccloud.com)
2023-06-23 06:09:02 +0200Pent_(sid313808@id-313808.lymington.irccloud.com)
2023-06-23 06:09:02 +0200PotatoGim_(sid99505@id-99505.lymington.irccloud.com)
2023-06-23 06:09:02 +0200delyan_(sid523379@id-523379.hampstead.irccloud.com)
2023-06-23 06:09:02 +0200lexi-lambda(sid92601@hampstead.irccloud.com)
2023-06-23 06:09:02 +0200SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200NiKaN(sid385034@id-385034.helmsley.irccloud.com)
2023-06-23 06:09:02 +0200phaazon(~phaazon@2001:41d0:a:fe76::1)
2023-06-23 06:09:02 +0200jbalint(~jbalint@071-090-119-177.res.spectrum.com)
2023-06-23 06:09:02 +0200finnekit(~finnekit@fsf/member/finnekit)
2023-06-23 06:09:02 +0200rune_(sid21167@id-21167.ilkley.irccloud.com)
2023-06-23 06:09:02 +0200eL_Bart0(eL_Bart0@dietunichtguten.org)
2023-06-23 06:09:02 +0200skippy(sid26890@user/slice)
2023-06-23 06:09:02 +0200ski(~ski@remote11.chalmers.se)
2023-06-23 06:09:02 +0200img(~img@user/img)
2023-06-23 06:09:02 +0200shawwwn(sid6132@id-6132.helmsley.irccloud.com)
2023-06-23 06:09:02 +0200Ellenor(ellenor@2001:19f0:8001:279::2000:1)
2023-06-23 06:09:02 +0200kaskal(~kaskal@2001:4bb8:2dd:a79d:1a7:8529:b79b:cfa)
2023-06-23 06:09:02 +0200son0p(~ff@181.136.122.143)
2023-06-23 06:09:02 +0200aku(~aku@65.108.245.241)
2023-06-23 06:09:02 +0200severen[m](~severenmt@2001:470:69fc:105::2:9932)
2023-06-23 06:09:02 +0200Taneb(~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0)
2023-06-23 06:09:02 +0200urdh(~urdh@user/urdh)
2023-06-23 06:09:02 +0200qhong(~qhong@rescomp-21-400677.stanford.edu)
2023-06-23 06:09:02 +0200yahb2(~yahb2@2a01:4f8:c0c:5c7b::2)
2023-06-23 06:09:02 +0200TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2023-06-23 06:09:02 +0200maxfan8_(~max@2a01:4f8:192:5356::2)
2023-06-23 06:09:02 +0200[_________](~oos95GWG@user/oos95GWG)
2023-06-23 06:09:02 +0200bwe(~bwe@2a01:4f8:1c1c:4878::2)
2023-06-23 06:09:02 +0200s4msung(4RqcWUWWqt@user/s4msung)
2023-06-23 06:09:02 +0200yushyin(tGG5pLVJ8Y@2a01:4f8:1c17:80de::2)
2023-06-23 06:09:02 +0200drlkf(~drlkf@192.184.163.34.bc.googleusercontent.com)
2023-06-23 06:09:02 +0200cods(~fred@82-65-232-44.subs.proxad.net)
2023-06-23 06:09:02 +0200daemon_(uid606752@id-606752.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200ham(~ham@user/ham)
2023-06-23 06:09:02 +0200koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2023-06-23 06:09:02 +0200Luj(~Luj@2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb)
2023-06-23 06:09:02 +0200swistak(~swistak@185.21.216.141)
2023-06-23 06:09:02 +0200dminuoso(~dminuoso@user/dminuoso)
2023-06-23 06:09:02 +0200Me-me(~me-me@2602:ff16:3:0:1:dc:beef:d00d)
2023-06-23 06:09:02 +0200fr33domlover(~fr33domlo@towards.vision)
2023-06-23 06:09:02 +0200amir(sid22336@user/amir)
2023-06-23 06:09:02 +0200andreas303(andreas303@is.drunk.and.ready-to.party)
2023-06-23 06:09:02 +0200kitzman(~kitzman@user/dekenevs)
2023-06-23 06:09:02 +0200darkling(~darkling@2001:ba8:1f1:f0e6::2)
2023-06-23 06:09:02 +0200isomorpheme[m](~isomorphe@2001:470:69fc:105::3:731a)
2023-06-23 06:09:02 +0200dumptruckman(~dumptruck@143-42-239-71.ip.linodeusercontent.com)
2023-06-23 06:09:02 +0200jinsun(~jinsun@user/jinsun)
2023-06-23 06:09:02 +0200apache(apache2@anubis.0x90.dk)
2023-06-23 06:09:02 +0200Lears(~Leary]@user/Leary/x-0910699)
2023-06-23 06:09:02 +0200TMA(tma@twin.jikos.cz)
2023-06-23 06:09:02 +0200monochrom(trebla@216.138.220.146)
2023-06-23 06:09:02 +0200thaumavorio(~thaumavor@162.243.123.105)
2023-06-23 06:09:02 +0200Dykam(Dykam@dykam.nl)
2023-06-23 06:09:02 +0200disconnect3d(~disconnec@user/disconnect3d)
2023-06-23 06:09:02 +0200ghostbuster(~admin@user/ghostbuster)
2023-06-23 06:09:02 +0200davean(~davean@67.205.182.208)
2023-06-23 06:09:02 +0200tomsmeding(~tomsmedin@static.21.109.88.23.clients.your-server.de)
2023-06-23 06:09:02 +0200dunj3(~dunj3@kingdread.de)
2023-06-23 06:09:02 +0200hpc(~juzz@ip98-169-35-163.dc.dc.cox.net)
2023-06-23 06:09:02 +0200esph(~weechat@user/esph)
2023-06-23 06:09:02 +0200int-e(~noone@int-e.eu)
2023-06-23 06:09:02 +0200Rembane(~Rembane@178.79.177.36)
2023-06-23 06:09:02 +0200tomku(~tomku@user/tomku)
2023-06-23 06:09:02 +0200shane(~shane@ana.rch.ist)
2023-06-23 06:09:02 +0200Teacup(~teacup@user/teacup)
2023-06-23 06:09:02 +0200Ekho(~Ekho@user/ekho)
2023-06-23 06:09:02 +0200tomboy64(~tomboy64@user/tomboy64)
2023-06-23 06:09:02 +0200dolio(~dolio@130.44.134.54)
2023-06-23 06:09:02 +0200ryantrinkle(~ryantrink@204.2.90.61)
2023-06-23 06:09:02 +0200Angelz(Angelz@2605:6400:30:fc15:d55b:fa6c:bd14:9973)
2023-06-23 06:09:02 +0200totbwf(sid402332@id-402332.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200lottaquestions(~nick@2607:fa49:503f:6d00:ee98:182c:4ae3:99fe)
2023-06-23 06:09:02 +0200siers(~ij@user/ij)
2023-06-23 06:09:02 +0200robertm(robertm@lattice.rojoma.com)
2023-06-23 06:09:02 +0200srk(~sorki@user/srk)
2023-06-23 06:09:02 +0200xerox(~edi@user/edi)
2023-06-23 06:09:02 +0200stallmanator(~stallmana@user/stallmanator)
2023-06-23 06:09:02 +0200noctux1(88FTKVRINY@user/noctux)
2023-06-23 06:09:02 +0200bsima(~bsima@143.198.118.179)
2023-06-23 06:09:02 +0200user___(~user@162.255.84.96)
2023-06-23 06:09:02 +0200troydm(~troydm@user/troydm)
2023-06-23 06:09:02 +0200ggVGc(~ggVGc@a.lowtech.earth)
2023-06-23 06:09:02 +0200perrierjouet(~perrier-j@modemcable048.127-56-74.mc.videotron.ca)
2023-06-23 06:09:02 +0200Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net)
2023-06-23 06:09:02 +0200pointlessslippe1(~pointless@212.82.82.3)
2023-06-23 06:09:02 +0200cheater(~Username@user/cheater)
2023-06-23 06:09:02 +0200Fangs(sid141280@id-141280.hampstead.irccloud.com)
2023-06-23 06:09:02 +0200Boarders___(sid425905@id-425905.lymington.irccloud.com)
2023-06-23 06:09:02 +0200m1dnight(~christoph@78-22-4-67.access.telenet.be)
2023-06-23 06:09:02 +0200yaroot(~yaroot@p3438127-ipngn9401souka.saitama.ocn.ne.jp)
2023-06-23 06:09:02 +0200hyvoid(~hyenavoid@222-0-178-69.static.gci.net)
2023-06-23 06:09:02 +0200carter(sid14827@id-14827.helmsley.irccloud.com)
2023-06-23 06:09:02 +0200texasmynsted(~username@99.96.221.112)
2023-06-23 06:09:02 +0200truckasaurus(sid457088@id-457088.helmsley.irccloud.com)
2023-06-23 06:09:02 +0200Guest5986(~m-mzmz6l@vmi833741.contaboserver.net)
2023-06-23 06:09:02 +0200tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684)
2023-06-23 06:09:02 +0200Vq(~vq@90-227-195-9-no77.tbcn.telia.com)
2023-06-23 06:09:02 +0200SoF(~skius@user/skius)
2023-06-23 06:09:02 +0200ncf(~n@monade.li)
2023-06-23 06:09:02 +0200tolt(~weechat-h@li219-154.members.linode.com)
2023-06-23 06:09:02 +0200AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2023-06-23 06:09:02 +0200APic(apic@apic.name)
2023-06-23 06:09:02 +0200stiell_(~stiell@gateway/tor-sasl/stiell)
2023-06-23 06:09:02 +0200edm(sid147314@2a03:5180:f:4::2:3f72)
2023-06-23 06:09:02 +0200snek(sid280155@2a03:5180:f:2::4:465b)
2023-06-23 06:09:02 +0200mustafa(sid502723@rockylinux/releng/mustafa)
2023-06-23 06:09:02 +0200Inst_(~Inst@2601:6c4:4081:2fc0:61ec:e42a:c603:c093)
2023-06-23 06:09:02 +0200Arsen(arsen@gentoo/developer/managarm.dev.Arsen)
2023-06-23 06:09:02 +0200natto(~natto@140.238.225.67)
2023-06-23 06:09:02 +0200zups(~meow@2a01:4f9:c010:6036::1)
2023-06-23 06:09:02 +0200ddellacosta(~ddellacos@146.70.166.166)
2023-06-23 06:09:02 +0200acarrico(~acarrico@dhcp-68-142-49-163.greenmountainaccess.net)
2023-06-23 06:09:02 +0200Cale(~cale@cpe80d04ade0a03-cm80d04ade0a01.cpe.net.cable.rogers.com)
2023-06-23 06:09:02 +0200ByronJohnson(~bairyn@50.250.232.19)
2023-06-23 06:09:02 +0200witcher(~witcher@wiredspace.de)
2023-06-23 06:09:02 +0200defanor(~defanor@tart.uberspace.net)
2023-06-23 06:09:02 +0200YoungFrog(~youngfrog@2a02:a03f:ca07:f900:9506:825b:e271:15c3)
2023-06-23 06:09:02 +0200vgtw_(~vgtw@user/vgtw)
2023-06-23 06:09:02 +0200jrm(~jrm@user/jrm)
2023-06-23 06:09:02 +0200califax(~califax@user/califx)
2023-06-23 06:09:02 +0200farn(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505)
2023-06-23 06:09:02 +0200chexum(~quassel@gateway/tor-sasl/chexum)
2023-06-23 06:09:02 +0200jakesyl____(sid56879@2a03:5180:f:4::de2f)
2023-06-23 06:09:02 +0200pavonia(~user@user/siracusa)
2023-06-23 06:09:02 +0200Athas(athas@sigkill.dk)
2023-06-23 06:09:02 +0200nicole(ilbelkyr@libera/staff/ilbelkyr)
2023-06-23 06:09:02 +0200puke(~puke@user/puke)
2023-06-23 06:09:02 +0200leah2(~leah@2001:1410:200:eea::1)
2023-06-23 06:09:02 +0200smalltalkman(uid545680@id-545680.hampstead.irccloud.com)
2023-06-23 06:09:02 +0200bjs(sid190364@user/bjs)
2023-06-23 06:09:02 +0200Flow(~none@gentoo/developer/flow)
2023-06-23 06:09:02 +0200Moyst(~moyst@user/moyst)
2023-06-23 06:09:02 +0200johnw(~johnw@76-234-69-149.lightspeed.frokca.sbcglobal.net)
2023-06-23 06:09:02 +0200diagprov(sid348783@user/diagprov)
2023-06-23 06:09:02 +0200ezzieyguywuf(~Unknown@user/ezzieyguywuf)
2023-06-23 06:09:02 +0200opqdonut(opqdonut@pseudo.fixme.fi)
2023-06-23 06:09:02 +0200MironZ(~MironZ@nat-infra.ehlab.uk)
2023-06-23 06:09:02 +0200kmein(~weechat@user/kmein)
2023-06-23 06:09:02 +0200hisa38(~hisa38@104-181-102-238.lightspeed.wepbfl.sbcglobal.net)
2023-06-23 06:09:02 +0200nonzen(~nonzen@user/nonzen)
2023-06-23 06:09:02 +0200PHO`(~pho@akari.cielonegro.org)
2023-06-23 06:09:02 +0200hugo(znc@verdigris.lysator.liu.se)
2023-06-23 06:09:02 +0200dibblego(~dibblego@haskell/developer/dibblego)
2023-06-23 06:09:02 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2023-06-23 06:09:02 +0200jpds(~jpds@gateway/tor-sasl/jpds)
2023-06-23 06:09:02 +0200bw_(sid2730@user/betawaffle)
2023-06-23 06:09:02 +0200biberu(~biberu@user/biberu)
2023-06-23 06:09:02 +0200motherfsck(~motherfsc@user/motherfsck)
2023-06-23 06:09:02 +0200RedNifre(~RedNifre@dslb-088-072-205-088.088.072.pools.vodafone-ip.de)
2023-06-23 06:09:02 +0200Patternmaster(~georg@user/Patternmaster)
2023-06-23 06:09:02 +0200shapr(~user@2600:1700:c640:3100:cca5:97e3:b957:869b)
2023-06-23 06:09:02 +0200haritz(~hrtz@user/haritz)
2023-06-23 06:09:02 +0200sunarch(~sunarch@user/sunarch)
2023-06-23 06:09:02 +0200swamp_(~zmt00@user/zmt00)
2023-06-23 06:09:02 +0200euandreh(~Thunderbi@189.6.18.7)
2023-06-23 06:09:02 +0200shriekingnoise(~shrieking@186.137.175.87)
2023-06-23 06:09:02 +0200econo_(uid147250@id-147250.tinside.irccloud.com)
2023-06-23 06:09:02 +0200cafkafk(~cafkafk@fsf/member/cafkafk)
2023-06-23 06:09:02 +0200Sgeo(~Sgeo@user/sgeo)
2023-06-23 06:09:02 +0200tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net)
2023-06-23 06:09:02 +0200berberman(~berberman@user/berberman)
2023-06-23 06:09:02 +0200geekosaur(~geekosaur@xmonad/geekosaur)
2023-06-23 06:09:02 +0200azimut(~azimut@gateway/tor-sasl/azimut)
2023-06-23 06:09:02 +0200dsrt^(~dsrt@c-71-204-38-59.hsd1.ga.comcast.net)
2023-06-23 06:09:02 +0200mrmonday(~robert@2a01:7e00:e000:1b2:95ca:100:49e0:3f15)
2023-06-23 06:09:02 +0200kritzefitz(~kritzefit@debian/kritzefitz)
2023-06-23 06:09:02 +0200Alex_test(~al_test@178.34.163.88)
2023-06-23 06:09:02 +0200AlexZenon(~alzenon@178.34.163.88)
2023-06-23 06:09:02 +0200Natch(~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
2023-06-23 06:09:02 +0200hippoid(~hippoid@user/hippoid)
2023-06-23 06:09:02 +0200mjs2600(~mjs2600@c-174-169-225-239.hsd1.vt.comcast.net)
2023-06-23 06:09:02 +0200xenomorph(~xenomorph@188.220.172.130)
2023-06-23 06:09:02 +0200dcoutts_(~duncan@cpc69402-oxfd27-2-0-cust903.4-3.cable.virginm.net)
2023-06-23 06:09:02 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2023-06-23 06:09:02 +0200myxos(~myxos@cpe-65-28-251-121.cinci.res.rr.com)
2023-06-23 06:09:02 +0200phma(phma@2001:5b0:211f:2f08:1586:27d6:8ad8:5c55)
2023-06-23 06:09:02 +0200EvanR(~EvanR@user/evanr)
2023-06-23 06:09:02 +0200connrs(~connrs@user/connrs)
2023-06-23 06:09:02 +0200mncheck-m(~mncheck@193.224.205.254)
2023-06-23 06:09:02 +0200myme(~myme@2a01:799:d60:e400:5ad3:735a:f98b:c82b)
2023-06-23 06:09:02 +0200wagle(~wagle@quassel.wagle.io)
2023-06-23 06:09:02 +0200mauke(~mauke@user/mauke)
2023-06-23 06:09:02 +0200bitdex(~bitdex@gateway/tor-sasl/bitdex)
2023-06-23 06:09:02 +0200Nokurn(~jeremiah@cpe-76-86-186-227.socal.res.rr.com)
2023-06-23 06:09:02 +0200robbert-vdh(~robbert@robbertvanderhelm.nl)
2023-06-23 06:09:02 +0200chromoblob(~user@37.113.180.121)
2023-06-23 06:09:02 +0200foul_owl(~kerry@94.140.8.28)
2023-06-23 06:09:02 +0200ijqq(uid603979@2a03:5180:f:1::9:374b)
2023-06-23 06:09:02 +0200albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2023-06-23 06:09:02 +0200ormaaaj(~ormaaj@user/ormaaj)
2023-06-23 06:09:02 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176)
2023-06-23 06:09:02 +0200ft(~ft@p508db151.dip0.t-ipconnect.de)
2023-06-23 06:09:02 +0200FinnElija(~finn_elij@user/finn-elija/x-0085643)
2023-06-23 06:09:02 +0200gentauro(~gentauro@user/gentauro)
2023-06-23 06:09:02 +0200td_(~td@i53870905.versanet.de)
2023-06-23 06:09:02 +0200xff0x_(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2023-06-23 06:09:02 +0200terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-06-23 06:09:02 +0200dipper(~dipper@203.168.26.146)
2023-06-23 06:09:02 +0200aforemny_(~aforemny@i59F516C0.versanet.de)
2023-06-23 06:09:02 +0200mei(~mei@user/mei)
2023-06-23 06:09:02 +0200jonrh_(sid5185@2a03:5180:f:3::1441)
2023-06-23 06:09:02 +0200simpleauthority(~simpleaut@user/simpleauthority)
2023-06-23 06:09:02 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 06:09:02 +0200filwisher(2e6936c793@2604:bf00:561:2000::170)
2023-06-23 06:09:02 +0200lukec(9dfd4d094e@2604:bf00:561:2000::10e)
2023-06-23 06:09:02 +0200bsima1(9d7e39c8ad@2604:bf00:561:2000::dd)
2023-06-23 06:09:02 +0200ggb(a62ffbaf4f@2604:bf00:561:2000::3ac)
2023-06-23 06:09:02 +0200probie(cc0b34050a@user/probie)
2023-06-23 06:09:02 +0200cpli(77fc530071@2604:bf00:561:2000::252)
2023-06-23 06:09:02 +0200samhh(7569f027cf@2604:bf00:561:2000::e4)
2023-06-23 06:09:02 +0200ymherklotz(cb2c9cfbdd@2604:bf00:561:2000::29a)
2023-06-23 06:09:02 +0200evanrelf(3addc196af@2604:bf00:561:2000::f0)
2023-06-23 06:09:02 +0200JoelMcCracken(5ea8252fbb@2604:bf00:561:2000::10e3)
2023-06-23 06:09:02 +0200fvr(ef3e56ca8b@2604:bf00:561:2000::3c4)
2023-06-23 06:09:02 +0200n1essa(3d621153a5@2604:bf00:561:2000::df7)
2023-06-23 06:09:02 +0200arcadewise(52968ed80d@2604:bf00:561:2000::3df)
2023-06-23 06:09:02 +0200jkoshy(99b9359beb@user/jkoshy)
2023-06-23 06:09:02 +0200henrytill(e0180937c3@2604:bf00:561:2000::e8c)
2023-06-23 06:09:02 +0200theesm(2cbdf4b38a@2604:bf00:561:2000::11c8)
2023-06-23 06:09:02 +0200sus(1b7af6299f@user/zeromomentum)
2023-06-23 06:09:02 +0200shreyasminocha(51fdc93eda@user/shreyasminocha)
2023-06-23 06:09:02 +0200Xe(~cadey@tailscale/xe)
2023-06-23 06:09:02 +0200chaitlatte0(ea29c0bb16@user/chaitlatte0)
2023-06-23 06:09:02 +0200whereiseveryone(206ba86c98@2604:bf00:561:2000::2e4)
2023-06-23 06:09:02 +0200sm2n(ae95cb1267@user/sm2n)
2023-06-23 06:09:02 +0200jakzale(6291399afa@user/jakzale)
2023-06-23 06:09:02 +0200MonsoonSecrecy(f78c86e960@2604:bf00:561:2000::f99)
2023-06-23 06:09:02 +0200samhh_(7569f027cf@2604:bf00:561:2000::e4)
2023-06-23 06:09:02 +0200b0o(0e4a0bf4c9@2604:bf00:561:2000::1bf)
2023-06-23 06:09:02 +0200fluffyballoon(45ce440a48@2604:bf00:561:2000::e2)
2023-06-23 06:09:02 +0200Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2)
2023-06-23 06:09:02 +0200jleightcap(7bc4014b62@user/jleightcap)
2023-06-23 06:09:05 +0200_________(~nobody@user/noodly) (Max SendQ exceeded)
2023-06-23 06:09:06 +0200vulpine(xfnw@tilde.team) (Max SendQ exceeded)
2023-06-23 06:09:06 +0200raym(~ray@user/raym) (Max SendQ exceeded)
2023-06-23 06:09:06 +0200sympt(~sympt@user/sympt) (Max SendQ exceeded)
2023-06-23 06:09:43 +0200raym(~ray@user/raym)
2023-06-23 06:09:50 +0200_________(~nobody@user/noodly)
2023-06-23 06:09:51 +0200vulpine(xfnw@tilde.team)
2023-06-23 06:10:11 +0200_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl)
2023-06-23 06:10:14 +0200Arsen(arsen@gentoo/developer/managarm.dev.Arsen) (*.net *.split)
2023-06-23 06:10:14 +0200Guest5986(~m-mzmz6l@vmi833741.contaboserver.net) (*.net *.split)
2023-06-23 06:10:14 +0200ggVGc(~ggVGc@a.lowtech.earth) (*.net *.split)
2023-06-23 06:10:14 +0200bsima(~bsima@143.198.118.179) (*.net *.split)
2023-06-23 06:10:14 +0200noctux1(88FTKVRINY@user/noctux) (*.net *.split)
2023-06-23 06:10:14 +0200stallmanator(~stallmana@user/stallmanator) (*.net *.split)
2023-06-23 06:10:14 +0200Ekho(~Ekho@user/ekho) (*.net *.split)
2023-06-23 06:10:14 +0200tomku(~tomku@user/tomku) (*.net *.split)
2023-06-23 06:10:14 +0200hpc(~juzz@ip98-169-35-163.dc.dc.cox.net) (*.net *.split)
2023-06-23 06:10:14 +0200esph(~weechat@user/esph) (*.net *.split)
2023-06-23 06:10:14 +0200dunj3(~dunj3@kingdread.de) (*.net *.split)
2023-06-23 06:10:14 +0200disconnect3d(~disconnec@user/disconnect3d) (*.net *.split)
2023-06-23 06:10:14 +0200monochrom(trebla@216.138.220.146) (*.net *.split)
2023-06-23 06:10:14 +0200TMA(tma@twin.jikos.cz) (*.net *.split)
2023-06-23 06:10:14 +0200Lears(~Leary]@user/Leary/x-0910699) (*.net *.split)
2023-06-23 06:10:14 +0200apache(apache2@anubis.0x90.dk) (*.net *.split)
2023-06-23 06:10:14 +0200jinsun(~jinsun@user/jinsun) (*.net *.split)
2023-06-23 06:10:14 +0200dumptruckman(~dumptruck@143-42-239-71.ip.linodeusercontent.com) (*.net *.split)
2023-06-23 06:10:14 +0200Luj(~Luj@2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb) (*.net *.split)
2023-06-23 06:10:14 +0200koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2023-06-23 06:10:14 +0200drlkf(~drlkf@192.184.163.34.bc.googleusercontent.com) (*.net *.split)
2023-06-23 06:10:14 +0200son0p(~ff@181.136.122.143) (*.net *.split)
2023-06-23 06:10:14 +0200kaskal(~kaskal@2001:4bb8:2dd:a79d:1a7:8529:b79b:cfa) (*.net *.split)
2023-06-23 06:10:14 +0200ski(~ski@remote11.chalmers.se) (*.net *.split)
2023-06-23 06:10:14 +0200alpm(~alp@user/alp) (*.net *.split)
2023-06-23 06:10:14 +0200Hobbyboy(Hobbyboy@hobbyboy.co.uk) (*.net *.split)
2023-06-23 06:10:14 +0200zer0bitz(~zer0bitz@user/zer0bitz) (*.net *.split)
2023-06-23 06:10:15 +0200danso(~danso@user/danso) (*.net *.split)
2023-06-23 06:10:15 +0200c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2023-06-23 06:10:15 +0200Firedancer(sid336191@id-336191.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200russruss2(~russruss@my.russellmcc.com) (*.net *.split)
2023-06-23 06:10:15 +0200alinab_(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200dagit(~dagit@2001:558:6025:38:71c6:9d58:7252:8976) (*.net *.split)
2023-06-23 06:10:15 +0200dove(~irc@2600:3c00:e000:287::1) (*.net *.split)
2023-06-23 06:10:15 +0200bradparker(sid262931@id-262931.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200sa1(sid7690@id-7690.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200hueso(~root@user/hueso) (*.net *.split)
2023-06-23 06:10:15 +0200Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2023-06-23 06:10:15 +0200bcmiller(~bm3719@66.42.95.185) (*.net *.split)
2023-06-23 06:10:15 +0200paddymahoney(~paddymaho@cpe883d24bcf597-cmbc4dfb741f80.cpe.net.cable.rogers.com) (*.net *.split)
2023-06-23 06:10:15 +0200CAT_S(apic@brezn3.muc.ccc.de) (*.net *.split)
2023-06-23 06:10:15 +0200davl(~davl@207.154.228.18) (*.net *.split)
2023-06-23 06:10:15 +0200echoreply(~echoreply@45.32.163.16) (*.net *.split)
2023-06-23 06:10:15 +0200AkechiShiro(~licht@user/akechishiro) (*.net *.split)
2023-06-23 06:10:15 +0200dragestil(~znc@user/dragestil) (*.net *.split)
2023-06-23 06:10:15 +0200gmc(sid58314@id-58314.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200systemfault(sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200kristjansson_(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200micro(~micro@user/micro) (*.net *.split)
2023-06-23 06:10:15 +0200dexter1(dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split)
2023-06-23 06:10:15 +0200sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2023-06-23 06:10:15 +0200loonycyborg(loonycybor@wesnoth/developer/loonycyborg) (*.net *.split)
2023-06-23 06:10:15 +0200incertia(~incertia@209.122.71.127) (*.net *.split)
2023-06-23 06:10:15 +0200hexagoxel(~hexagoxel@2a01:4f8:c0c:e::2) (*.net *.split)
2023-06-23 06:10:15 +0200sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2023-06-23 06:10:15 +0200CalculusCats(NyaaTheKit@user/calculuscat) (*.net *.split)
2023-06-23 06:10:15 +0200Momentum(momentum@tilde.team) (*.net *.split)
2023-06-23 06:10:15 +0200kronicma1(user40967@neotame.csclub.uwaterloo.ca) (*.net *.split)
2023-06-23 06:10:15 +0200ggranberry(sid267884@id-267884.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:10:15 +0200madnight(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2023-06-23 06:10:15 +0200mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2023-06-23 06:10:15 +0200nek0(~nek0@2a01:4f8:222:2b41::12) (*.net *.split)
2023-06-23 06:10:15 +0200fbytez(~uid@user/fbytez) (*.net *.split)
2023-06-23 06:10:15 +0200lawt(~lawt@129.159.36.129) (*.net *.split)
2023-06-23 06:10:15 +0200gabiruh(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2023-06-23 06:10:15 +0200jludwig(~justin@li657-110.members.linode.com) (*.net *.split)
2023-06-23 06:10:15 +0200haskl(~haskl@user/haskl) (*.net *.split)
2023-06-23 06:10:15 +0200Franciman(~Franciman@mx1.fracta.dev) (*.net *.split)
2023-06-23 06:10:20 +0200sympt(~sympt@user/sympt)
2023-06-23 06:10:45 +0200Arsen(arsen@gentoo/developer/managarm.dev.Arsen)
2023-06-23 06:10:45 +0200Guest5986(~m-mzmz6l@vmi833741.contaboserver.net)
2023-06-23 06:10:45 +0200ggVGc(~ggVGc@a.lowtech.earth)
2023-06-23 06:10:45 +0200bsima(~bsima@143.198.118.179)
2023-06-23 06:10:45 +0200noctux1(88FTKVRINY@user/noctux)
2023-06-23 06:10:45 +0200stallmanator(~stallmana@user/stallmanator)
2023-06-23 06:10:45 +0200Ekho(~Ekho@user/ekho)
2023-06-23 06:10:45 +0200tomku(~tomku@user/tomku)
2023-06-23 06:10:45 +0200esph(~weechat@user/esph)
2023-06-23 06:10:45 +0200hpc(~juzz@ip98-169-35-163.dc.dc.cox.net)
2023-06-23 06:10:45 +0200dunj3(~dunj3@kingdread.de)
2023-06-23 06:10:45 +0200disconnect3d(~disconnec@user/disconnect3d)
2023-06-23 06:10:45 +0200monochrom(trebla@216.138.220.146)
2023-06-23 06:10:45 +0200TMA(tma@twin.jikos.cz)
2023-06-23 06:10:45 +0200Lears(~Leary]@user/Leary/x-0910699)
2023-06-23 06:10:45 +0200apache(apache2@anubis.0x90.dk)
2023-06-23 06:10:45 +0200jinsun(~jinsun@user/jinsun)
2023-06-23 06:10:45 +0200dumptruckman(~dumptruck@143-42-239-71.ip.linodeusercontent.com)
2023-06-23 06:10:45 +0200Luj(~Luj@2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb)
2023-06-23 06:10:45 +0200koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2023-06-23 06:10:45 +0200drlkf(~drlkf@192.184.163.34.bc.googleusercontent.com)
2023-06-23 06:10:45 +0200son0p(~ff@181.136.122.143)
2023-06-23 06:10:45 +0200kaskal(~kaskal@2001:4bb8:2dd:a79d:1a7:8529:b79b:cfa)
2023-06-23 06:10:45 +0200ski(~ski@remote11.chalmers.se)
2023-06-23 06:10:45 +0200alpm(~alp@user/alp)
2023-06-23 06:10:45 +0200Hobbyboy(Hobbyboy@hobbyboy.co.uk)
2023-06-23 06:10:45 +0200zer0bitz(~zer0bitz@user/zer0bitz)
2023-06-23 06:10:45 +0200danso(~danso@user/danso)
2023-06-23 06:10:45 +0200c_wraith(~c_wraith@adjoint.us)
2023-06-23 06:10:45 +0200Firedancer(sid336191@id-336191.hampstead.irccloud.com)
2023-06-23 06:10:45 +0200russruss2(~russruss@my.russellmcc.com)
2023-06-23 06:10:45 +0200alinab_(sid468903@id-468903.helmsley.irccloud.com)
2023-06-23 06:10:45 +0200dagit(~dagit@2001:558:6025:38:71c6:9d58:7252:8976)
2023-06-23 06:10:45 +0200dove(~irc@2600:3c00:e000:287::1)
2023-06-23 06:10:45 +0200bradparker(sid262931@id-262931.uxbridge.irccloud.com)
2023-06-23 06:10:45 +0200sa1(sid7690@id-7690.ilkley.irccloud.com)
2023-06-23 06:10:45 +0200hueso(~root@user/hueso)
2023-06-23 06:10:45 +0200Ranhir(~Ranhir@157.97.53.139)
2023-06-23 06:10:45 +0200bcmiller(~bm3719@66.42.95.185)
2023-06-23 06:10:45 +0200paddymahoney(~paddymaho@cpe883d24bcf597-cmbc4dfb741f80.cpe.net.cable.rogers.com)
2023-06-23 06:10:45 +0200CAT_S(apic@brezn3.muc.ccc.de)
2023-06-23 06:10:45 +0200davl(~davl@207.154.228.18)
2023-06-23 06:10:45 +0200echoreply(~echoreply@45.32.163.16)
2023-06-23 06:10:45 +0200AkechiShiro(~licht@user/akechishiro)
2023-06-23 06:10:45 +0200dragestil(~znc@user/dragestil)
2023-06-23 06:10:45 +0200gmc(sid58314@id-58314.ilkley.irccloud.com)
2023-06-23 06:10:45 +0200systemfault(sid267009@id-267009.uxbridge.irccloud.com)
2023-06-23 06:10:45 +0200kristjansson_(sid126207@id-126207.tinside.irccloud.com)
2023-06-23 06:10:45 +0200micro(~micro@user/micro)
2023-06-23 06:10:45 +0200dexter1(dexter@2a01:7e00::f03c:91ff:fe86:59ec)
2023-06-23 06:10:45 +0200sa(sid1055@id-1055.tinside.irccloud.com)
2023-06-23 06:10:45 +0200Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2023-06-23 06:10:45 +0200loonycyborg(loonycybor@wesnoth/developer/loonycyborg)
2023-06-23 06:10:45 +0200incertia(~incertia@209.122.71.127)
2023-06-23 06:10:45 +0200hexagoxel(~hexagoxel@2a01:4f8:c0c:e::2)
2023-06-23 06:10:45 +0200sclv(sid39734@haskell/developer/sclv)
2023-06-23 06:10:45 +0200CalculusCats(NyaaTheKit@user/calculuscat)
2023-06-23 06:10:45 +0200Momentum(momentum@tilde.team)
2023-06-23 06:10:45 +0200kronicma1(user40967@neotame.csclub.uwaterloo.ca)
2023-06-23 06:10:45 +0200ggranberry(sid267884@id-267884.uxbridge.irccloud.com)
2023-06-23 06:10:45 +0200madnight(~madnight@static.59.103.201.195.clients.your-server.de)
2023-06-23 06:10:45 +0200mjacob(~mjacob@adrastea.uberspace.de)
2023-06-23 06:10:45 +0200nek0(~nek0@2a01:4f8:222:2b41::12)
2023-06-23 06:10:45 +0200fbytez(~uid@user/fbytez)
2023-06-23 06:10:45 +0200lawt(~lawt@129.159.36.129)
2023-06-23 06:10:45 +0200gabiruh(~gabiruh@vps19177.publiccloud.com.br)
2023-06-23 06:10:45 +0200jludwig(~justin@li657-110.members.linode.com)
2023-06-23 06:10:45 +0200haskl(~haskl@user/haskl)
2023-06-23 06:10:45 +0200Franciman(~Franciman@mx1.fracta.dev)
2023-06-23 06:10:48 +0200Momentum(momentum@tilde.team) (Max SendQ exceeded)
2023-06-23 06:10:48 +0200CAT_S(apic@brezn3.muc.ccc.de) (Max SendQ exceeded)
2023-06-23 06:10:48 +0200Arsen(arsen@gentoo/developer/managarm.dev.Arsen) (Max SendQ exceeded)
2023-06-23 06:10:48 +0200zer0bitz(~zer0bitz@user/zer0bitz) (Max SendQ exceeded)
2023-06-23 06:10:48 +0200lawt(~lawt@129.159.36.129) (Max SendQ exceeded)
2023-06-23 06:10:48 +0200CalculusCats(NyaaTheKit@user/calculuscat) (Max SendQ exceeded)
2023-06-23 06:10:59 +0200CAT_S_(apic@brezn3.muc.ccc.de)
2023-06-23 06:11:01 +0200Arsen_(arsen@gentoo/developer/managarm.dev.Arsen)
2023-06-23 06:11:03 +0200zer0bitz(~zer0bitz@user/zer0bitz)
2023-06-23 06:11:22 +0200lawt(~lawt@129.159.36.129)
2023-06-23 06:11:30 +0200Momentum(momentum@2607:5300:60:4f58::248)
2023-06-23 06:11:49 +0200witcher(~witcher@wiredspace.de) (*.net *.split)
2023-06-23 06:11:49 +0200Inst_(~Inst@2601:6c4:4081:2fc0:61ec:e42a:c603:c093) (*.net *.split)
2023-06-23 06:11:49 +0200APic(apic@apic.name) (*.net *.split)
2023-06-23 06:11:49 +0200AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:11:49 +0200hyvoid(~hyenavoid@222-0-178-69.static.gci.net) (*.net *.split)
2023-06-23 06:11:49 +0200yaroot(~yaroot@p3438127-ipngn9401souka.saitama.ocn.ne.jp) (*.net *.split)
2023-06-23 06:11:49 +0200Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:11:49 +0200cheater(~Username@user/cheater) (*.net *.split)
2023-06-23 06:11:49 +0200perrierjouet(~perrier-j@modemcable048.127-56-74.mc.videotron.ca) (*.net *.split)
2023-06-23 06:11:49 +0200srk(~sorki@user/srk) (*.net *.split)
2023-06-23 06:11:49 +0200robertm(robertm@lattice.rojoma.com) (*.net *.split)
2023-06-23 06:11:49 +0200lottaquestions(~nick@2607:fa49:503f:6d00:ee98:182c:4ae3:99fe) (*.net *.split)
2023-06-23 06:11:49 +0200tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2023-06-23 06:11:49 +0200daemon_(uid606752@id-606752.uxbridge.irccloud.com) (*.net *.split)
2023-06-23 06:11:49 +0200bwe(~bwe@2a01:4f8:1c1c:4878::2) (*.net *.split)
2023-06-23 06:11:49 +0200[_________](~oos95GWG@user/oos95GWG) (*.net *.split)
2023-06-23 06:11:49 +0200urdh(~urdh@user/urdh) (*.net *.split)
2023-06-23 06:11:49 +0200aku(~aku@65.108.245.241) (*.net *.split)
2023-06-23 06:11:49 +0200shawwwn(sid6132@id-6132.helmsley.irccloud.com) (*.net *.split)
2023-06-23 06:11:49 +0200skippy(sid26890@user/slice) (*.net *.split)
2023-06-23 06:11:49 +0200rune_(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2023-06-23 06:11:49 +0200phaazon(~phaazon@2001:41d0:a:fe76::1) (*.net *.split)
2023-06-23 06:11:49 +0200lexi-lambda(sid92601@hampstead.irccloud.com) (*.net *.split)
2023-06-23 06:11:49 +0200ryantrinkle(~ryantrink@204.2.90.61) (*.net *.split)
2023-06-23 06:11:49 +0200gawen(~gawen@user/gawen) (*.net *.split)
2023-06-23 06:11:49 +0200driib(~driib@vmi931078.contaboserver.net) (*.net *.split)
2023-06-23 06:11:49 +0200p3n(~p3n@217.198.124.246) (*.net *.split)
2023-06-23 06:11:49 +0200ralu1(~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split)
2023-06-23 06:11:49 +0200quintasan(~quassel@quintasan.pl) (*.net *.split)
2023-06-23 06:11:49 +0200mhatta(~mhatta@www21123ui.sakura.ne.jp) (*.net *.split)
2023-06-23 06:11:49 +0200forell(~forell@user/forell) (*.net *.split)
2023-06-23 06:11:49 +0200Putonlalla(~Putonlall@it-cyan.it.jyu.fi) (*.net *.split)
2023-06-23 06:11:49 +0200Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2023-06-23 06:11:49 +0200barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2023-06-23 06:11:49 +0200hnOsmium0001(~hnosm@user/hnOsmium0001) (*.net *.split)
2023-06-23 06:11:49 +0200cross(~cross@spitfire.i.gajendra.net) (*.net *.split)
2023-06-23 06:11:49 +0200joeyh(joeyh@2600:3c03::f03c:91ff:fe73:b0d2) (*.net *.split)
2023-06-23 06:11:49 +0200emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split)
2023-06-23 06:11:49 +0200nyc(~nyc@user/nyc) (*.net *.split)
2023-06-23 06:11:49 +0200Everything(~Everythin@static.208.206.21.65.clients.your-server.de) (*.net *.split)
2023-06-23 06:11:49 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt) (*.net *.split)
2023-06-23 06:11:49 +0200hays(rootvegeta@fsf/member/hays) (*.net *.split)
2023-06-23 06:11:49 +0200anpad(~pandeyan@user/anpad) (*.net *.split)
2023-06-23 06:11:49 +0200heartburn(~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split)
2023-06-23 06:11:49 +0200ridcully(~ridcully@p57b52f2c.dip0.t-ipconnect.de) (*.net *.split)
2023-06-23 06:11:49 +0200megaTherion(~therion@unix.io) (*.net *.split)
2023-06-23 06:11:49 +0200cawfee(~root@2406:3003:2077:2758::babe) (*.net *.split)
2023-06-23 06:11:49 +0200Buggys-(Buggys@shelltalk.net) (*.net *.split)
2023-06-23 06:11:58 +0200CalculusCats7(NyaaTheKit@user/calculuscat)
2023-06-23 06:13:30 +0200witcher(~witcher@wiredspace.de)
2023-06-23 06:13:30 +0200Inst_(~Inst@2601:6c4:4081:2fc0:61ec:e42a:c603:c093)
2023-06-23 06:13:30 +0200APic(apic@apic.name)
2023-06-23 06:13:30 +0200AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2023-06-23 06:13:30 +0200hyvoid(~hyenavoid@222-0-178-69.static.gci.net)
2023-06-23 06:13:30 +0200yaroot(~yaroot@p3438127-ipngn9401souka.saitama.ocn.ne.jp)
2023-06-23 06:13:30 +0200Fangs(sid141280@id-141280.hampstead.irccloud.com)
2023-06-23 06:13:30 +0200cheater(~Username@user/cheater)
2023-06-23 06:13:30 +0200perrierjouet(~perrier-j@modemcable048.127-56-74.mc.videotron.ca)
2023-06-23 06:13:30 +0200srk(~sorki@user/srk)
2023-06-23 06:13:30 +0200robertm(robertm@lattice.rojoma.com)
2023-06-23 06:13:30 +0200lottaquestions(~nick@2607:fa49:503f:6d00:ee98:182c:4ae3:99fe)
2023-06-23 06:13:30 +0200ryantrinkle(~ryantrink@204.2.90.61)
2023-06-23 06:13:30 +0200tomboy64(~tomboy64@user/tomboy64)
2023-06-23 06:13:30 +0200daemon_(uid606752@id-606752.uxbridge.irccloud.com)
2023-06-23 06:13:30 +0200bwe(~bwe@2a01:4f8:1c1c:4878::2)
2023-06-23 06:13:30 +0200[_________](~oos95GWG@user/oos95GWG)
2023-06-23 06:13:30 +0200urdh(~urdh@user/urdh)
2023-06-23 06:13:30 +0200aku(~aku@65.108.245.241)
2023-06-23 06:13:30 +0200shawwwn(sid6132@id-6132.helmsley.irccloud.com)
2023-06-23 06:13:30 +0200skippy(sid26890@user/slice)
2023-06-23 06:13:30 +0200rune_(sid21167@id-21167.ilkley.irccloud.com)
2023-06-23 06:13:30 +0200phaazon(~phaazon@2001:41d0:a:fe76::1)
2023-06-23 06:13:30 +0200lexi-lambda(sid92601@hampstead.irccloud.com)
2023-06-23 06:13:30 +0200Buggys-(Buggys@shelltalk.net)
2023-06-23 06:13:30 +0200gawen(~gawen@user/gawen)
2023-06-23 06:13:30 +0200driib(~driib@vmi931078.contaboserver.net)
2023-06-23 06:13:30 +0200p3n(~p3n@217.198.124.246)
2023-06-23 06:13:30 +0200ralu1(~ralu@static.211.245.203.116.clients.your-server.de)
2023-06-23 06:13:30 +0200quintasan(~quassel@quintasan.pl)
2023-06-23 06:13:30 +0200mhatta(~mhatta@www21123ui.sakura.ne.jp)
2023-06-23 06:13:30 +0200forell(~forell@user/forell)
2023-06-23 06:13:30 +0200Putonlalla(~Putonlall@it-cyan.it.jyu.fi)
2023-06-23 06:13:30 +0200Maxdamantus(~Maxdamant@user/maxdamantus)
2023-06-23 06:13:30 +0200barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2023-06-23 06:13:30 +0200hnOsmium0001(~hnosm@user/hnOsmium0001)
2023-06-23 06:13:30 +0200cross(~cross@spitfire.i.gajendra.net)
2023-06-23 06:13:30 +0200joeyh(joeyh@2600:3c03::f03c:91ff:fe73:b0d2)
2023-06-23 06:13:30 +0200emergence(emergence@2607:5300:60:5910:dcad:beff:feef:5bc)
2023-06-23 06:13:30 +0200nyc(~nyc@user/nyc)
2023-06-23 06:13:30 +0200Everything(~Everythin@static.208.206.21.65.clients.your-server.de)
2023-06-23 06:13:30 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt)
2023-06-23 06:13:30 +0200hays(rootvegeta@fsf/member/hays)
2023-06-23 06:13:30 +0200anpad(~pandeyan@user/anpad)
2023-06-23 06:13:30 +0200heartburn(~gass@2a00:d880:3:1::b1e4:b241)
2023-06-23 06:13:30 +0200ridcully(~ridcully@p57b52f2c.dip0.t-ipconnect.de)
2023-06-23 06:13:30 +0200megaTherion(~therion@unix.io)
2023-06-23 06:13:30 +0200cawfee(~root@2406:3003:2077:2758::babe)
2023-06-23 06:13:32 +0200cross(~cross@spitfire.i.gajendra.net) (Max SendQ exceeded)
2023-06-23 06:13:32 +0200cheater(~Username@user/cheater) (Max SendQ exceeded)
2023-06-23 06:14:00 +0200kristjansson_(sid126207@id-126207.tinside.irccloud.com) (Ping timeout: 258 seconds)
2023-06-23 06:14:46 +0200sa(sid1055@id-1055.tinside.irccloud.com) (Ping timeout: 258 seconds)
2023-06-23 06:15:21 +0200cross(~cross@spitfire.i.gajendra.net)
2023-06-23 06:15:35 +0200kristjansson_(sid126207@id-126207.tinside.irccloud.com)
2023-06-23 06:16:03 +0200cheater(~Username@user/cheater)
2023-06-23 06:17:00 +0200hdggxin(~hdggxin@122.175.41.19) (Ping timeout: 252 seconds)
2023-06-23 06:18:46 +0200sa(sid1055@id-1055.tinside.irccloud.com)
2023-06-23 06:20:20 +0200hdggxin(~hdggxin@122.175.41.19)
2023-06-23 06:37:55 +0200aaronm04(~user@user/aaronm04) (Server closed connection)
2023-06-23 06:38:15 +0200aaronm04(~user@user/aaronm04)
2023-06-23 06:39:57 +0200takuan(~takuan@178-116-218-225.access.telenet.be)
2023-06-23 06:44:49 +0200michalz(~michalz@185.246.207.197)
2023-06-23 06:45:09 +0200Feuermagier(~Feuermagi@user/feuermagier)
2023-06-23 06:54:04 +0200mud(~mud@user/kadoban)
2023-06-23 06:56:46 +0200Nokurn(~jeremiah@cpe-76-86-186-227.socal.res.rr.com) (Ping timeout: 250 seconds)
2023-06-23 07:08:19 +0200ft(~ft@p508db151.dip0.t-ipconnect.de) (Quit: leaving)
2023-06-23 07:14:34 +0200tomku(~tomku@user/tomku) (Ping timeout: 258 seconds)
2023-06-23 07:18:51 +0200bgs(~bgs@212-85-160-171.dynamic.telemach.net)
2023-06-23 07:19:41 +0200vjoki(~vjoki@2a00:d880:3:1::fea1:9ae) (Server closed connection)
2023-06-23 07:20:37 +0200shapr(~user@2600:1700:c640:3100:cca5:97e3:b957:869b) (Ping timeout: 245 seconds)
2023-06-23 07:20:57 +0200vjoki(~vjoki@2a00:d880:3:1::fea1:9ae)
2023-06-23 07:21:16 +0200tomku(~tomku@user/tomku)
2023-06-23 07:25:17 +0200_________(~nobody@user/noodly) (Quit: Reconnecting)
2023-06-23 07:25:33 +0200finn(~finn@176-151-21-224.abo.bbox.fr)
2023-06-23 07:25:40 +0200_________(~nobody@user/noodly)
2023-06-23 07:26:10 +0200welterde(welterde@thinkbase.srv.welterde.de) (Server closed connection)
2023-06-23 07:26:52 +0200welterde(welterde@thinkbase.srv.welterde.de)
2023-06-23 07:27:53 +0200jonathan_(~jonathan@c83-252-3-92.bredband.tele2.se)
2023-06-23 07:31:15 +0200_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl) (Quit: _ht)
2023-06-23 07:36:56 +0200trev(~trev@user/trev)
2023-06-23 07:41:06 +0200sweater(~sweater@206.81.18.26) (Server closed connection)
2023-06-23 07:41:24 +0200sweater(~sweater@206.81.18.26)
2023-06-23 07:43:44 +0200azimut(~azimut@gateway/tor-sasl/azimut) (Ping timeout: 240 seconds)
2023-06-23 07:45:20 +0200ec(~ec@gateway/tor-sasl/ec) (Ping timeout: 240 seconds)
2023-06-23 07:45:54 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 07:50:52 +0200jonathan_(~jonathan@c83-252-3-92.bredband.tele2.se) (Read error: Connection reset by peer)
2023-06-23 07:53:44 +0200finn(~finn@176-151-21-224.abo.bbox.fr) (Ping timeout: 246 seconds)
2023-06-23 08:00:16 +0200pat__(~pat67@pool-100-36-172-241.washdc.fios.verizon.net) (Remote host closed the connection)
2023-06-23 08:03:46 +0200finn(~finn@176-151-21-224.abo.bbox.fr)
2023-06-23 08:05:43 +0200bgs(~bgs@212-85-160-171.dynamic.telemach.net) (Remote host closed the connection)
2023-06-23 08:11:12 +0200Guest585(~mike@user/feetwind) (Server closed connection)
2023-06-23 08:11:31 +0200Guest585(~mike@user/feetwind)
2023-06-23 08:11:59 +0200yaroot_(~yaroot@p2782030-ipngn7701souka.saitama.ocn.ne.jp)
2023-06-23 08:13:59 +0200yaroot(~yaroot@p3438127-ipngn9401souka.saitama.ocn.ne.jp) (Ping timeout: 240 seconds)
2023-06-23 08:14:00 +0200yaroot_yaroot
2023-06-23 08:17:14 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303) (Quit: Leaving)
2023-06-23 08:21:13 +0200whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (Quit: Connection closed for inactivity)
2023-06-23 08:22:10 +0200whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2023-06-23 08:22:10 +0200tcard(~tcard@2400:4051:5801:7500:cf17:befc:ff82:5303)
2023-06-23 08:22:35 +0200finn(~finn@176-151-21-224.abo.bbox.fr) (Ping timeout: 260 seconds)
2023-06-23 08:27:19 +0200acidjnk(~acidjnk@p200300d6e7072f582449b77723e04244.dip0.t-ipconnect.de)
2023-06-23 08:37:03 +0200pat67(~pat67@145.14.135.131)
2023-06-23 08:40:17 +0200mauke(~mauke@user/mauke) (Ping timeout: 246 seconds)
2023-06-23 08:43:55 +0200actioninja(~actioninj@user/actioninja)
2023-06-23 08:45:26 +0200dyniec(~dyniec@mail.dybiec.info) (Server closed connection)
2023-06-23 08:45:43 +0200dyniec(~dyniec@mail.dybiec.info)
2023-06-23 08:49:44 +0200teleprompter[m](~telepromp@2001:470:69fc:105::3:74ef)
2023-06-23 08:50:29 +0200ridcully(~ridcully@p57b52f2c.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2023-06-23 08:50:57 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-06-23 08:51:17 +0200coot(~coot@89-69-206-216.dynamic.chello.pl)
2023-06-23 08:51:29 +0200ridcully(~ridcully@p57b52f2c.dip0.t-ipconnect.de)
2023-06-23 08:54:41 +0200CiaoSen(~Jura@2a05:5800:29f:3300:664b:f0ff:fe37:9ef)
2023-06-23 08:58:00 +0200fweht(uid404746@id-404746.lymington.irccloud.com)
2023-06-23 09:06:52 +0200gmg(~user@user/gehmehgeh)
2023-06-23 09:07:00 +0200vpan(~0@mail.elitnet.lt)
2023-06-23 09:09:44 +0200fendor(~fendor@2a02:8388:1640:be00:7aca:a77a:4a28:631a)
2023-06-23 09:15:54 +0200kmein(~weechat@user/kmein) (Quit: ciao kakao)
2023-06-23 09:18:04 +0200kmein(~weechat@user/kmein)
2023-06-23 09:24:54 +0200mmhat(~mmh@p200300f1c702b07fee086bfffe095315.dip0.t-ipconnect.de)
2023-06-23 09:25:10 +0200mmhat(~mmh@p200300f1c702b07fee086bfffe095315.dip0.t-ipconnect.de) (Client Quit)
2023-06-23 09:25:57 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176) (Remote host closed the connection)
2023-06-23 09:33:41 +0200jocke-l(jocke-l@a.x0.is) (Server closed connection)
2023-06-23 09:34:06 +0200jocke-l(jocke-l@a.x0.is)
2023-06-23 09:35:41 +0200gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2023-06-23 09:35:48 +0200euandreh(~Thunderbi@189.6.18.7) (Ping timeout: 250 seconds)
2023-06-23 09:36:22 +0200gmg(~user@user/gehmehgeh)
2023-06-23 09:38:09 +0200euandreh(~Thunderbi@189.6.18.7)
2023-06-23 09:42:18 +0200euandreh(~Thunderbi@189.6.18.7) (Ping timeout: 250 seconds)
2023-06-23 09:42:29 +0200hisa382(~hisa38@104-181-102-238.lightspeed.wepbfl.sbcglobal.net)
2023-06-23 09:43:57 +0200hisa38(~hisa38@104-181-102-238.lightspeed.wepbfl.sbcglobal.net) (Ping timeout: 245 seconds)
2023-06-23 09:43:58 +0200hisa382hisa38
2023-06-23 09:44:19 +0200ijqq(uid603979@2a03:5180:f:1::9:374b) (Quit: Connection closed for inactivity)
2023-06-23 09:45:59 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-06-23 09:46:01 +0200mc47(~mc47@xmonad/TheMC47)
2023-06-23 09:46:19 +0200euandreh(~Thunderbi@189.6.18.7)
2023-06-23 09:50:32 +0200euandreh(~Thunderbi@189.6.18.7) (Ping timeout: 250 seconds)
2023-06-23 09:53:23 +0200johnw(~johnw@76-234-69-149.lightspeed.frokca.sbcglobal.net) (Quit: ZNC - http://znc.in)
2023-06-23 09:53:40 +0200actioninja(~actioninj@user/actioninja) (Quit: see ya mane)
2023-06-23 09:54:07 +0200actioninja(~actioninj@user/actioninja)
2023-06-23 09:55:29 +0200machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2023-06-23 09:59:09 +0200jil(~user@vps-15050500.vps.ovh.net) (Quit: ERC 5.4 (IRC client for GNU Emacs 28.2))
2023-06-23 09:59:32 +0200jil(~user@vps-15050500.vps.ovh.net)
2023-06-23 10:05:20 +0200mei(~mei@user/mei) (Ping timeout: 246 seconds)
2023-06-23 10:06:26 +0200 <dminuoso> I have a bunch of lines with varying leading whitespace. I would like to build some kind of tree represeentation according to the whitespace (such that subsequent lines with the same amount of indentation become children of the previous group that has one-less indentation.
2023-06-23 10:06:29 +0200chele(~chele@user/chele)
2023-06-23 10:07:18 +0200 <dminuoso> Before I go build this myself, is there some simple parser combinators (say for attoparsec) that would give me this?
2023-06-23 10:10:54 +0200shriekingnoise_(~shrieking@186.137.175.87)
2023-06-23 10:12:10 +0200johnw(~johnw@76-234-69-149.lightspeed.frokca.sbcglobal.net)
2023-06-23 10:12:12 +0200shriekingnoise(~shrieking@186.137.175.87) (Ping timeout: 250 seconds)
2023-06-23 10:12:52 +0200shriekingnoise(~shrieking@186.137.175.87)
2023-06-23 10:13:56 +0200_d0t(~{-d0t-}@user/-d0t-/x-7915216) (Remote host closed the connection)
2023-06-23 10:14:20 +0200merijn(~merijn@c-001-001-003.client.esciencecenter.eduvpn.nl)
2023-06-23 10:14:36 +0200mstksg(~jle`@cpe-23-240-75-236.socal.res.rr.com) (Ping timeout: 252 seconds)
2023-06-23 10:14:45 +0200_d0t(~{-d0t-}@user/-d0t-/x-7915216)
2023-06-23 10:15:35 +0200shriekingnoise_(~shrieking@186.137.175.87) (Ping timeout: 264 seconds)
2023-06-23 10:16:31 +0200mstksg(~jle`@cpe-23-240-75-236.socal.res.rr.com)
2023-06-23 10:17:30 +0200shriekingnoise(~shrieking@186.137.175.87) (Ping timeout: 260 seconds)
2023-06-23 10:21:19 +0200 <probie> I don't think it's particularly convenient for most parser combinator libraries. Even if it's supported it'll probably involve a lot of unnecessary backtracking
2023-06-23 10:21:39 +0200cfricke(~cfricke@user/cfricke)
2023-06-23 10:22:31 +0200aforemny_aforemny
2023-06-23 10:26:00 +0200oo_miguel(~Thunderbi@78-11-179-96.static.ip.netia.com.pl)
2023-06-23 10:26:45 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176)
2023-06-23 10:27:31 +0200 <tdammers> megaparsec has a few primitives that can be used for parsing indentation-based syntax: https://hackage.haskell.org/package/megaparsec-9.4.1/docs/Text-Megaparsec-Char-Lexer.html#g:2
2023-06-23 10:28:35 +0200ubert(~Thunderbi@p200300ecdf0b5770229a67f1b6d9782d.dip0.t-ipconnect.de)
2023-06-23 10:30:07 +0200Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net) (Quit: The Lounge - https://thelounge.chat)
2023-06-23 10:30:25 +0200Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net)
2023-06-23 10:31:02 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176) (Ping timeout: 245 seconds)
2023-06-23 10:38:11 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-06-23 10:38:53 +0200hpc(~juzz@ip98-169-35-163.dc.dc.cox.net) (Ping timeout: 258 seconds)
2023-06-23 10:40:28 +0200hpc(~juzz@ip98-169-35-163.dc.dc.cox.net)
2023-06-23 10:40:49 +0200Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2023-06-23 10:42:28 +0200tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (Quit: zzz)
2023-06-23 10:43:44 +0200gmg(~user@user/gehmehgeh) (Ping timeout: 240 seconds)
2023-06-23 10:45:15 +0200gmg(~user@user/gehmehgeh)
2023-06-23 10:45:15 +0200zeenk(~zeenk@2a02:2f04:a203:a700::7fe)
2023-06-23 10:45:53 +0200tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684) (Remote host closed the connection)
2023-06-23 10:46:06 +0200tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684)
2023-06-23 10:50:41 +0200gnalzo(~gnalzo@2a01:e0a:498:fd50:fcc6:bb5d:489a:ce8c)
2023-06-23 10:53:27 +0200son0p(~ff@181.136.122.143) (Ping timeout: 258 seconds)
2023-06-23 10:54:01 +0200danse-nr3(~francesco@151.44.132.173)
2023-06-23 10:56:11 +0200misterfish(~misterfis@87.215.131.102)
2023-06-23 10:58:25 +0200sudden(~cat@user/sudden) (Server closed connection)
2023-06-23 10:58:41 +0200sudden(~cat@user/sudden)
2023-06-23 11:00:06 +0200jorwas[m](~jorwasmat@2001:470:69fc:105::3:60e7) (Remote host closed the connection)
2023-06-23 11:05:25 +0200econo_(uid147250@id-147250.tinside.irccloud.com) (Quit: Connection closed for inactivity)
2023-06-23 11:06:58 +0200yvan-sraka(sid419690@id-419690.lymington.irccloud.com) (Server closed connection)
2023-06-23 11:07:09 +0200yvan-sraka(sid419690@id-419690.lymington.irccloud.com)
2023-06-23 11:07:13 +0200euandreh(~Thunderbi@189.6.18.7)
2023-06-23 11:07:20 +0200ec(~ec@gateway/tor-sasl/ec) (Ping timeout: 240 seconds)
2023-06-23 11:08:24 +0200Pickchea(~private@user/pickchea)
2023-06-23 11:08:26 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 11:09:50 +0200Tuplanolla(~Tuplanoll@91-159-68-236.elisa-laajakaista.fi)
2023-06-23 11:11:34 +0200euandreh(~Thunderbi@189.6.18.7) (Ping timeout: 250 seconds)
2023-06-23 11:16:45 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 246 seconds)
2023-06-23 11:17:06 +0200nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net)
2023-06-23 11:17:53 +0200Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2023-06-23 11:18:40 +0200euandreh(~Thunderbi@189.6.18.7)
2023-06-23 11:21:42 +0200nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
2023-06-23 11:32:47 +0200mei(~mei@user/mei)
2023-06-23 11:39:17 +0200 <dminuoso> tdammers: Mmm, I guess `first length . span isSpace` gives me all I need then.
2023-06-23 11:39:30 +0200 <dminuoso> It then boils down to a simple loop to construct a tree with that.
2023-06-23 11:41:28 +0200chromoblob(~user@37.113.180.121) (Ping timeout: 250 seconds)
2023-06-23 11:45:43 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Read error: Connection reset by peer)
2023-06-23 11:46:46 +0200dextaa(~DV@user/dextaa) (Read error: Connection reset by peer)
2023-06-23 11:47:18 +0200dextaa(~DV@user/dextaa)
2023-06-23 11:57:44 +0200titibandit(~titibandi@user/titibandit)
2023-06-23 12:03:32 +0200CAT_S_(apic@brezn3.muc.ccc.de) (Quit: Reconnecting)
2023-06-23 12:03:39 +0200xff0x_(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (Ping timeout: 246 seconds)
2023-06-23 12:03:43 +0200CAT_S(apic@brezn3.muc.ccc.de)
2023-06-23 12:10:37 +0200driib(~driib@vmi931078.contaboserver.net) (Quit: The Lounge - https://thelounge.chat)
2023-06-23 12:11:00 +0200driib(~driib@vmi931078.contaboserver.net)
2023-06-23 12:11:43 +0200chromoblob(~user@37.113.180.121)
2023-06-23 12:20:53 +0200raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2023-06-23 12:26:00 +0200L29Ah(~L29Ah@wikipedia/L29Ah) ()
2023-06-23 12:26:59 +0200Maxdamantus(~Maxdamant@user/maxdamantus) (Ping timeout: 240 seconds)
2023-06-23 12:27:02 +0200__monty__(~toonn@user/toonn)
2023-06-23 12:29:11 +0200Maxdamantus(~Maxdamant@user/maxdamantus)
2023-06-23 12:30:30 +0200pie_(~pie_bnc@user/pie/x-2818909) ()
2023-06-23 12:30:46 +0200pie_(~pie_bnc@user/pie/x-2818909)
2023-06-23 12:40:15 +0200dispater(~dispater@user/brprice) (Server closed connection)
2023-06-23 12:40:33 +0200dispater(~dispater@user/brprice)
2023-06-23 12:42:50 +0200hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 246 seconds)
2023-06-23 12:43:28 +0200orcus(~orcus@user/brprice) (Server closed connection)
2023-06-23 12:43:48 +0200orcus(~orcus@user/brprice)
2023-06-23 12:46:55 +0200Midjak(~Midjak@82.66.147.146)
2023-06-23 12:51:29 +0200hugo(znc@verdigris.lysator.liu.se)
2023-06-23 12:56:03 +0200ubert(~Thunderbi@p200300ecdf0b5770229a67f1b6d9782d.dip0.t-ipconnect.de) (Quit: ubert)
2023-06-23 12:56:08 +0200cafkafk(~cafkafk@fsf/member/cafkafk) (Ping timeout: 240 seconds)
2023-06-23 12:58:36 +0200cafkafk(~cafkafk@fsf/member/cafkafk)
2023-06-23 12:59:11 +0200doyougnu(~doyougnu@45.46.170.68)
2023-06-23 12:59:56 +0200wootehfoot(~wootehfoo@user/wootehfoot)
2023-06-23 13:11:10 +0200chromoblob(~user@37.113.180.121) (Ping timeout: 250 seconds)
2023-06-23 13:13:16 +0200gnalzo(~gnalzo@2a01:e0a:498:fd50:fcc6:bb5d:489a:ce8c) (Quit: WeeChat 3.8)
2023-06-23 13:16:05 +0200hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 246 seconds)
2023-06-23 13:16:31 +0200mei(~mei@user/mei) (Remote host closed the connection)
2023-06-23 13:18:55 +0200mei(~mei@user/mei)
2023-06-23 13:21:31 +0200pavonia(~user@user/siracusa) (Quit: Bye!)
2023-06-23 13:22:47 +0200danse-nr3(~francesco@151.44.132.173) (Ping timeout: 264 seconds)
2023-06-23 13:25:06 +0200hugo(znc@verdigris.lysator.liu.se)
2023-06-23 13:29:23 +0200acidjnk(~acidjnk@p200300d6e7072f582449b77723e04244.dip0.t-ipconnect.de) (Ping timeout: 264 seconds)
2023-06-23 13:29:47 +0200doyougnu(~doyougnu@45.46.170.68) (Remote host closed the connection)
2023-06-23 13:33:12 +0200jtza8(~user@165.255.86.117)
2023-06-23 13:33:17 +0200dextaa(~DV@user/dextaa) (Quit: Leaving)
2023-06-23 13:34:28 +0200dextaa(~DV@user/dextaa)
2023-06-23 13:36:02 +0200raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 246 seconds)
2023-06-23 13:40:30 +0200doyougnu(~node0@45.46.170.68)
2023-06-23 13:43:13 +0200coot(~coot@89-69-206-216.dynamic.chello.pl) (Quit: coot)
2023-06-23 13:43:49 +0200coot(~coot@89-69-206-216.dynamic.chello.pl)
2023-06-23 13:44:45 +0200chromoblob(~user@37.113.180.121)
2023-06-23 13:45:51 +0200raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2023-06-23 13:48:26 +0200tomjaguarpaw(~tom@172-104-25-182.ip.linodeusercontent.com)
2023-06-23 13:49:18 +0200chromoblob(~user@37.113.180.121) (Ping timeout: 250 seconds)
2023-06-23 13:49:47 +0200chromoblob(~user@37.113.180.121)
2023-06-23 13:51:20 +0200ec(~ec@gateway/tor-sasl/ec) (Ping timeout: 240 seconds)
2023-06-23 13:51:27 +0200Pickchea(~private@user/pickchea) (Quit: Leaving)
2023-06-23 13:56:47 +0200Lycurgus(~juan@user/Lycurgus)
2023-06-23 13:56:53 +0200doyougnu(~node0@45.46.170.68) (Quit: ZNC 1.8.2 - https://znc.in)
2023-06-23 13:58:45 +0200doyougnu(~node0@45.46.170.68)
2023-06-23 14:04:01 +0200finn(~finn@rul16-h01-176-151-21-224.dsl.sta.abo.bbox.fr)
2023-06-23 14:07:58 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 14:12:35 +0200raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 264 seconds)
2023-06-23 14:13:32 +0200cbarrett(sid192934@id-192934.helmsley.irccloud.com) (Server closed connection)
2023-06-23 14:13:41 +0200cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2023-06-23 14:18:37 +0200xff0x_(~xff0x@2405:6580:b080:900:57ce:487e:db60:a2b9)
2023-06-23 14:21:04 +0200doyougnu(~node0@45.46.170.68) (Quit: ZNC 1.8.2 - https://znc.in)
2023-06-23 14:21:24 +0200doyougnu(~node0@45.46.170.68)
2023-06-23 14:24:20 +0200kawen(~quassel@static.208.191.216.95.clients.your-server.de) (Server closed connection)
2023-06-23 14:24:29 +0200kawen(~quassel@static.208.191.216.95.clients.your-server.de)
2023-06-23 14:30:17 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176)
2023-06-23 14:31:13 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2023-06-23 14:33:48 +0200raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2023-06-23 14:34:47 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176) (Ping timeout: 264 seconds)
2023-06-23 14:35:51 +0200acidjnk(~acidjnk@p200300d6e7072f582449b77723e04244.dip0.t-ipconnect.de)
2023-06-23 14:41:42 +0200danse-nr3(~francesco@151.44.132.173)
2023-06-23 14:46:11 +0200bontaq(~user@ool-45779b84.dyn.optonline.net)
2023-06-23 14:48:29 +0200danse-nr3_(~francesco@151.46.165.173)
2023-06-23 14:50:50 +0200danse-nr3(~francesco@151.44.132.173) (Ping timeout: 250 seconds)
2023-06-23 14:51:05 +0200Lycurgus(~juan@user/Lycurgus) (Quit: Exeunt: personae.ai-integration.biz)
2023-06-23 15:02:12 +0200raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Quit: WeeChat 3.8)
2023-06-23 15:05:19 +0200dsrt^(~dsrt@c-71-204-38-59.hsd1.ga.comcast.net) (Remote host closed the connection)
2023-06-23 15:05:40 +0200dsrt^(~dsrt@c-71-204-38-59.hsd1.ga.comcast.net)
2023-06-23 15:09:18 +0200dsrt^(~dsrt@c-71-204-38-59.hsd1.ga.comcast.net) (Remote host closed the connection)
2023-06-23 15:09:36 +0200dsrt^(~dsrt@c-71-204-38-59.hsd1.ga.comcast.net)
2023-06-23 15:10:01 +0200[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2023-06-23 15:26:59 +0200finn(~finn@rul16-h01-176-151-21-224.dsl.sta.abo.bbox.fr) (Ping timeout: 264 seconds)
2023-06-23 15:28:40 +0200degraafk(sid71464@id-71464.lymington.irccloud.com) (Server closed connection)
2023-06-23 15:28:50 +0200degraafk(sid71464@id-71464.lymington.irccloud.com)
2023-06-23 15:32:42 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2023-06-23 15:38:56 +0200cfricke(~cfricke@user/cfricke) (Ping timeout: 250 seconds)
2023-06-23 15:42:53 +0200CalculusCats7(NyaaTheKit@user/calculuscat) (Quit: Meow Meow Meow Meow Meow Meow Meow Meow)
2023-06-23 15:43:58 +0200CalculusCats(NyaaTheKit@user/calculuscat)
2023-06-23 15:48:12 +0200notzmv(~zmv@user/notzmv) (Ping timeout: 240 seconds)
2023-06-23 15:51:51 +0200vpan(~0@mail.elitnet.lt) (Quit: Leaving.)
2023-06-23 15:52:34 +0200ripspin(~chatzilla@1.145.204.85)
2023-06-23 15:56:02 +0200danse-nr3_(~francesco@151.46.165.173) (Ping timeout: 245 seconds)
2023-06-23 16:03:06 +0200__monty__(~toonn@user/toonn)
2023-06-23 16:07:12 +0200gurkenglas(~gurkengla@dynamic-046-114-167-203.46.114.pool.telefonica.de)
2023-06-23 16:15:17 +0200acidjnk(~acidjnk@p200300d6e7072f582449b77723e04244.dip0.t-ipconnect.de) (Ping timeout: 246 seconds)
2023-06-23 16:15:46 +0200pjlsergeant__(sid143467@id-143467.hampstead.irccloud.com) (Server closed connection)
2023-06-23 16:15:59 +0200pjlsergeant__(sid143467@id-143467.hampstead.irccloud.com)
2023-06-23 16:18:42 +0200danse-nr3_(~francesco@151.46.165.173)
2023-06-23 16:22:00 +0200Pickchea(~private@user/pickchea)
2023-06-23 16:26:29 +0200cfricke(~cfricke@user/cfricke)
2023-06-23 16:30:12 +0200jero98772(~jero98772@2800:484:1d7f:5d36::2)
2023-06-23 16:32:14 +0200misterfish(~misterfis@87.215.131.102) (Ping timeout: 250 seconds)
2023-06-23 16:36:13 +0200mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001) (Server closed connection)
2023-06-23 16:36:25 +0200mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001)
2023-06-23 16:38:18 +0200Pickchea(~private@user/pickchea) (Ping timeout: 250 seconds)
2023-06-23 16:44:49 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 16:45:28 +0200jtza8(~user@165.255.86.117) (Quit: ERC 5.4 (IRC client for GNU Emacs 28.2))
2023-06-23 16:46:35 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542)
2023-06-23 16:48:15 +0200son0p(~ff@181.136.122.143)
2023-06-23 16:49:54 +0200Arsen_(arsen@gentoo/developer/managarm.dev.Arsen) (Quit: Quit.)
2023-06-23 16:53:45 +0200zeenk(~zeenk@2a02:2f04:a203:a700::7fe) (Quit: Konversation terminated!)
2023-06-23 16:54:58 +0200Arsen(arsen@gentoo/developer/managarm.dev.Arsen)
2023-06-23 16:56:47 +0200gnalzo(~gnalzo@2a01:e0a:498:fd50:fcc6:bb5d:489a:ce8c)
2023-06-23 16:58:54 +0200mauke(~mauke@user/mauke)
2023-06-23 16:59:23 +0200albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection)
2023-06-23 16:59:32 +0200danse-nr3_(~francesco@151.46.165.173) (Ping timeout: 250 seconds)
2023-06-23 17:00:09 +0200ft(~ft@p508db151.dip0.t-ipconnect.de)
2023-06-23 17:00:10 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2023-06-23 17:00:44 +0200shriekingnoise(~shrieking@186.137.175.87)
2023-06-23 17:04:28 +0200byte(~byte@user/byte)
2023-06-23 17:05:09 +0200Cale(~cale@cpe80d04ade0a03-cm80d04ade0a01.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
2023-06-23 17:05:30 +0200albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2023-06-23 17:06:01 +0200Cale(~cale@cpe80d04ade0a03-cm80d04ade0a01.cpe.net.cable.rogers.com)
2023-06-23 17:07:14 +0200scav(sid309693@user/scav) (Server closed connection)
2023-06-23 17:07:50 +0200scav(sid309693@user/scav)
2023-06-23 17:08:26 +0200__monty__(~toonn@user/toonn)
2023-06-23 17:09:23 +0200sunarch(~sunarch@user/sunarch) (Quit: WeeChat 3.8)
2023-06-23 17:12:51 +0200danse-nr3_(~francesco@151.46.165.173)
2023-06-23 17:16:53 +0200grfn(sid449115@id-449115.helmsley.irccloud.com) (Server closed connection)
2023-06-23 17:17:01 +0200grfn(sid449115@id-449115.helmsley.irccloud.com)
2023-06-23 17:17:40 +0200bgs(~bgs@212-85-160-171.dynamic.telemach.net)
2023-06-23 17:19:08 +0200mmhat(~mmh@p200300f1c702b07fee086bfffe095315.dip0.t-ipconnect.de)
2023-06-23 17:23:19 +0200wallymathieu(sid533252@id-533252.uxbridge.irccloud.com) (Server closed connection)
2023-06-23 17:23:29 +0200wallymathieu(sid533252@id-533252.uxbridge.irccloud.com)
2023-06-23 17:26:24 +0200merijn(~merijn@c-001-001-003.client.esciencecenter.eduvpn.nl) (Ping timeout: 250 seconds)
2023-06-23 17:37:02 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 17:39:08 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 17:40:15 +0200Sgeo(~Sgeo@user/sgeo)
2023-06-23 17:40:55 +0200mmhat(~mmh@p200300f1c702b07fee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.8)
2023-06-23 17:41:55 +0200euandreh(~Thunderbi@189.6.18.7) (Remote host closed the connection)
2023-06-23 17:53:41 +0200euandreh(~Thunderbi@189.6.18.7)
2023-06-23 17:53:49 +0200merijn(~merijn@c-001-001-003.client.esciencecenter.eduvpn.nl)
2023-06-23 17:54:49 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176)
2023-06-23 17:58:32 +0200cafkafk(~cafkafk@fsf/member/cafkafk) (Ping timeout: 240 seconds)
2023-06-23 17:59:17 +0200notzmv(~zmv@user/notzmv)
2023-06-23 18:03:04 +0200econo_(uid147250@id-147250.tinside.irccloud.com)
2023-06-23 18:04:47 +0200CiaoSen(~Jura@2a05:5800:29f:3300:664b:f0ff:fe37:9ef) (Ping timeout: 245 seconds)
2023-06-23 18:05:06 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176) (Remote host closed the connection)
2023-06-23 18:06:08 +0200nut(~finn@176-151-21-224.abo.bbox.fr)
2023-06-23 18:06:50 +0200eggplantade(~Eggplanta@104-55-37-220.lightspeed.sntcca.sbcglobal.net)
2023-06-23 18:07:47 +0200danse-nr3_(~francesco@151.46.165.173) (Ping timeout: 264 seconds)
2023-06-23 18:07:47 +0200byte(~byte@user/byte) (Ping timeout: 264 seconds)
2023-06-23 18:09:18 +0200cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.8)
2023-06-23 18:10:26 +0200nut(~finn@176-151-21-224.abo.bbox.fr) (Ping timeout: 246 seconds)
2023-06-23 18:12:33 +0200_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl)
2023-06-23 18:15:01 +0200byte(~byte@user/byte)
2023-06-23 18:18:32 +0200xff0x_(~xff0x@2405:6580:b080:900:57ce:487e:db60:a2b9) (Ping timeout: 245 seconds)
2023-06-23 18:20:30 +0200xff0x_(~xff0x@ai098135.d.east.v6connect.net)
2023-06-23 18:21:56 +0200danse-nr3_(~francesco@151.46.165.173)
2023-06-23 18:27:04 +0200merijn(~merijn@c-001-001-003.client.esciencecenter.eduvpn.nl) (Ping timeout: 250 seconds)
2023-06-23 18:28:31 +0200tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net)
2023-06-23 18:29:34 +0200perrierjouet(~perrier-j@modemcable048.127-56-74.mc.videotron.ca) (Quit: WeeChat 3.8)
2023-06-23 18:29:53 +0200perrierjouet(~perrier-j@modemcable048.127-56-74.mc.videotron.ca)
2023-06-23 18:35:35 +0200gnalzo(~gnalzo@2a01:e0a:498:fd50:fcc6:bb5d:489a:ce8c) (Quit: WeeChat 3.8)
2023-06-23 18:35:45 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Ping timeout: 240 seconds)
2023-06-23 18:36:33 +0200Guest63(~Guest5@p4fc7a247.dip0.t-ipconnect.de)
2023-06-23 18:37:01 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 18:38:03 +0200jinsl(~jinsl@2408:8207:2558:8870:211:32ff:fec8:6aea) (Quit: ZNC - https://znc.in)
2023-06-23 18:38:10 +0200eggplantade(~Eggplanta@104-55-37-220.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2023-06-23 18:38:16 +0200jinsl(~jinsl@2408:8207:2558:8870:211:32ff:fec8:6aea)
2023-06-23 18:38:22 +0200Guest63(~Guest5@p4fc7a247.dip0.t-ipconnect.de) (Client Quit)
2023-06-23 18:38:52 +0200ByronJohnson(~bairyn@50.250.232.19) (Ping timeout: 240 seconds)
2023-06-23 18:39:08 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 18:39:09 +0200ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2023-06-23 18:41:54 +0200gurkenglas(~gurkengla@dynamic-046-114-167-203.46.114.pool.telefonica.de) (Read error: Connection reset by peer)
2023-06-23 18:48:05 +0200gurkenglas(~gurkengla@dynamic-046-114-167-203.46.114.pool.telefonica.de)
2023-06-23 18:48:14 +0200danse-nr3_(~francesco@151.46.165.173) (Read error: Connection reset by peer)
2023-06-23 18:48:16 +0200danse-nr3__(~francesco@151.46.142.153)
2023-06-23 18:48:38 +0200k``(~user@136.56.140.2)
2023-06-23 18:51:00 +0200 <k``> Why does Haskell prefer `tail` and `init` throwing an error on `[]` rather than producing `[]` ?
2023-06-23 18:52:10 +0200 <ncf> because that would make no sense, and possibly result in hard-to-debug infinite loops
2023-06-23 18:53:24 +0200 <EvanR> more incisive question is why haskell gives tail and init the "wrong type" (a more precise type might catch that error)
2023-06-23 18:53:25 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2023-06-23 18:54:02 +0200 <k``> You mean for folks calling `fix tail` and then using unsafePerformIO to catch the error that it eventually throws?
2023-06-23 18:54:46 +0200 <k``> Sorry, not `fix`
2023-06-23 18:58:01 +0200 <EvanR> usually algorithms with tail are written assuming the argument list of non-empty. In which case the presence of an empty list is a bug. But if you can reasonably use a case statement instead of tail you're golden
2023-06-23 18:58:13 +0200 <EvanR> init is a bit harder to do that way
2023-06-23 18:58:31 +0200 <ncf> k``: sum l = head l + sum (tail l) -- oops, i forgot the base case; what happens now?
2023-06-23 18:58:35 +0200ft(~ft@p508db151.dip0.t-ipconnect.de) (Quit: leaving)
2023-06-23 18:58:45 +0200 <ncf> should sum [] loop forever or crash?
2023-06-23 18:59:11 +0200 <ncf> (well it would crash anyway because of head [] but you get the idea)
2023-06-23 18:59:19 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2023-06-23 18:59:20 +0200 <k``> I mean, you're using head without checking for null. Is that not universally regarded as insane?
2023-06-23 18:59:36 +0200 <EvanR> making the programming language treat human errors as not errors is an ancient crime against humanity
2023-06-23 18:59:49 +0200 <chromoblob> length l = 1 + length (tail l)
2023-06-23 19:00:00 +0200 <chromoblob> "ancient" hehehe
2023-06-23 19:00:05 +0200 <k``> Fair.
2023-06-23 19:00:30 +0200 <geekosaur> goes back at least to WATFIV
2023-06-23 19:00:37 +0200 <EvanR> the javascript table of what happens if you use + in any way, none of which are a crash, is a great example
2023-06-23 19:00:40 +0200 <ncf> k``: i mean sure, but in that case there's no point in tail [] returning [] either...
2023-06-23 19:00:43 +0200 <geekosaur> seems ancient enough to me
2023-06-23 19:01:03 +0200 <chromoblob> tail [] = "banana"
2023-06-23 19:01:10 +0200 <chromoblob> tail :: String -> String
2023-06-23 19:01:20 +0200ft(~ft@p508db151.dip0.t-ipconnect.de)
2023-06-23 19:01:53 +0200 <EvanR> and I'll repeat the first point. [] is not the tail of an empty list so... doing that would not "do what it says on the tin"
2023-06-23 19:02:10 +0200 <k``> The tail of the empty list is what you define it to be.
2023-06-23 19:02:18 +0200 <EvanR> really.
2023-06-23 19:02:23 +0200 <chromoblob> you shouldn't define it at all
2023-06-23 19:02:34 +0200 <chromoblob> so that's why it's bottom, i think
2023-06-23 19:02:47 +0200 <k``> I think `tail [] = undefined` is pretty unhelpful.
2023-06-23 19:03:06 +0200 <mauke> how so?
2023-06-23 19:03:17 +0200 <k``> Or do you mean the case should be ommitted?
2023-06-23 19:03:32 +0200Xe(~cadey@tailscale/xe) (Ping timeout: 245 seconds)
2023-06-23 19:03:37 +0200 <EvanR> you can omit that case with a different type signature
2023-06-23 19:03:54 +0200 <int-e> > tail []
2023-06-23 19:03:56 +0200 <lambdabot> *Exception: Prelude.tail: empty list
2023-06-23 19:04:24 +0200kimiamania6(~6790af62@user/kimiamania)
2023-06-23 19:04:47 +0200__monty__(~toonn@user/toonn)
2023-06-23 19:05:12 +0200 <chromoblob> this is almost like "what is the natural predecessor of 0"
2023-06-23 19:05:39 +0200 <chromoblob> if it had a predecessor, you couldn't do infinite descent
2023-06-23 19:06:55 +0200 <EvanR> also, if you are keen to define things in ways that you find to be helpful, you can
2023-06-23 19:07:12 +0200 <chromoblob> tailOrEmpty
2023-06-23 19:07:21 +0200 <EvanR> ^
2023-06-23 19:07:35 +0200 <k``> So then let me ask another question. Why does `drop 1` [] not throw an error?
2023-06-23 19:07:37 +0200 <ncf> defining pred 0 = 0 wouldn't magically make ℕ non-well-founded, but it would break the contract that pred x < x
2023-06-23 19:08:08 +0200 <k``> > drop 1 []
2023-06-23 19:08:10 +0200 <lambdabot> []
2023-06-23 19:08:23 +0200 <int-e> I'm used to `tail []` being an error... but I'm sure I could live with a Haskell that has `tail [] = []` as well.
2023-06-23 19:08:24 +0200 <k``> take 5 []
2023-06-23 19:08:32 +0200 <k``> > take 5 []
2023-06-23 19:08:34 +0200 <lambdabot> []
2023-06-23 19:09:10 +0200 <int-e> Indeed, if you actually need that total variant of `tail`, use `drop 1`.
2023-06-23 19:09:31 +0200 <chromoblob> good, i'm also wondering why
2023-06-23 19:09:45 +0200waleee(~waleee@2001:9b0:21c:4000:5bf9:6515:c030:57b7)
2023-06-23 19:09:50 +0200 <int-e> I think the idea is that it's a field selector for the list type, just like `head`.
2023-06-23 19:10:45 +0200 <int-e> (imagine data List a = Nil | Cons { head :: a, tail :: List a })
2023-06-23 19:10:52 +0200 <k``> I see, so rather than interpreting `tail` as `give me all the remaining elements after the head` , is `give me the second value of the cons cell`.
2023-06-23 19:11:28 +0200 <chromoblob> data [a] = [] | (:) { head :: a, tail :: [a] }
2023-06-23 19:11:49 +0200 <int-e> chromoblob: oh right, that almost works
2023-06-23 19:11:55 +0200 <EvanR> you might not be holding a cons cell is the issue
2023-06-23 19:12:15 +0200 <EvanR> in which case the tail, the field selector, don't make sense
2023-06-23 19:13:30 +0200acidjnk(~acidjnk@p200300d6e7072f58e181befd01b866a0.dip0.t-ipconnect.de)
2023-06-23 19:13:55 +0200 <chromoblob> why drop n l = [] when n > length l? how can it be used?
2023-06-23 19:14:42 +0200 <EvanR> so that if you take more than there is in the list it doesn't crash and could very well give you useful stuff
2023-06-23 19:15:19 +0200 <EvanR> take n l ++ drop n l = l still makes sense
2023-06-23 19:16:02 +0200 <EvanR> allowing you do use that law without first checking n is small enough
2023-06-23 19:16:25 +0200 <chromoblob> i need an example or two where it will be useful
2023-06-23 19:17:00 +0200 <EvanR> I think I have one from advent of code
2023-06-23 19:17:35 +0200 <ncf> look at all the times you've used take and drop and count how many of those are really "take at most" and "drop at most"
2023-06-23 19:17:56 +0200 <int-e> > let splitOn p [] = []; splitOn p xs = let (ys, zs) = break p xs in ys : splitOn p (drop 1 zs) in splitOn even [1,3,2,4,5,6,1]
2023-06-23 19:17:58 +0200 <lambdabot> [[1,3],[],[5],[1]]
2023-06-23 19:19:44 +0200ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (Ping timeout: 246 seconds)
2023-06-23 19:19:55 +0200 <EvanR> nevermind, all my takes and drops are exact
2023-06-23 19:19:57 +0200 <int-e> I don't think that there is a theme around uses of `drop n xs` with n > length xs; it just comes on occasion when dealing with lists.
2023-06-23 19:20:53 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176)
2023-06-23 19:21:35 +0200 <int-e> > map (printf "%.3s") ["ab", "abcd"] :: [String]
2023-06-23 19:21:37 +0200 <lambdabot> ["ab","abc"]
2023-06-23 19:21:48 +0200 <EvanR> a different take and drop which crashes would satsify e.g. take n l definitely has length n if it doesn't crash
2023-06-23 19:21:51 +0200 <int-e> > map (take 3) ["ab", "abcd"] :: [String]
2023-06-23 19:21:53 +0200 <lambdabot> ["ab","abc"]
2023-06-23 19:21:56 +0200 <ncf> "all my takes are exact" -- average twitter user
2023-06-23 19:22:40 +0200 <EvanR> but that crashing part leads back to "you're using the wrong datatype / type sig"
2023-06-23 19:23:08 +0200 <EvanR> i.e. you wanted a Vect n
2023-06-23 19:23:31 +0200ss4(~wootehfoo@user/wootehfoot)
2023-06-23 19:23:50 +0200Pickchea(~private@user/pickchea)
2023-06-23 19:23:54 +0200 <chromoblob> int-e: splitOn even [2, 1] = [[], [1]] but splitOn even [1, 2] = [[1]]
2023-06-23 19:24:25 +0200 <int-e> chromoblob: nice
2023-06-23 19:26:04 +0200 <int-e> chromoblob: I guess the base case is wrong if the predicate recognizes separators; [] should split into [[]].
2023-06-23 19:26:26 +0200 <int-e> hmm
2023-06-23 19:27:06 +0200wootehfoot(~wootehfoo@user/wootehfoot) (Ping timeout: 246 seconds)
2023-06-23 19:27:10 +0200 <int-e> Ultimately the `drop 1` is ill-advised there. Good to know.
2023-06-23 19:27:36 +0200wootehfoot(~wootehfoo@user/wootehfoot)
2023-06-23 19:29:29 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 19:30:12 +0200ss4(~wootehfoo@user/wootehfoot) (Ping timeout: 245 seconds)
2023-06-23 19:32:42 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 19:36:03 +0200ripspin(~chatzilla@1.145.204.85) (Remote host closed the connection)
2023-06-23 19:37:02 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 19:37:43 +0200Xe(~cadey@tailscale/xe)
2023-06-23 19:39:09 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 19:40:12 +0200Pickchea(~private@user/pickchea) (Ping timeout: 245 seconds)
2023-06-23 19:41:08 +0200ss4(~wootehfoo@user/wootehfoot)
2023-06-23 19:41:36 +0200danse-nr3__(~francesco@151.46.142.153) (Ping timeout: 250 seconds)
2023-06-23 19:42:54 +0200wootehfoot(~wootehfoo@user/wootehfoot) (Ping timeout: 250 seconds)
2023-06-23 19:46:42 +0200ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2023-06-23 19:53:00 +0200mechap(~mechap@user/mechap)
2023-06-23 19:58:56 +0200ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (Ping timeout: 250 seconds)
2023-06-23 20:02:08 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (Quit: So long and thanks for all the fish)
2023-06-23 20:02:30 +0200TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2023-06-23 20:03:10 +0200mxs(~mxs@user/mxs) (Ping timeout: 260 seconds)
2023-06-23 20:03:21 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt) (Remote host closed the connection)
2023-06-23 20:03:30 +0200APic(apic@apic.name) (Ping timeout: 240 seconds)
2023-06-23 20:06:28 +0200shapr(~user@2600:1700:c640:3100:26eb:2672:45bb:f222)
2023-06-23 20:08:28 +0200nurupo(~nurupo.ga@user/nurupo) (Server closed connection)
2023-06-23 20:08:42 +0200nurupo(~nurupo.ga@user/nurupo)
2023-06-23 20:10:43 +0200ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2023-06-23 20:11:41 +0200h2t(~h2t@user/h2t) (Server closed connection)
2023-06-23 20:11:55 +0200h2t(~h2t@user/h2t)
2023-06-23 20:17:01 +0200chymera(~chymera@ns1000526.ip-51-81-46.us) (Server closed connection)
2023-06-23 20:18:49 +0200chymera(~chymera@ns1000526.ip-51-81-46.us)
2023-06-23 20:19:46 +0200 <nyc> I wonder where -ddump-to-file dumps its files.
2023-06-23 20:20:17 +0200eggplantade(~Eggplanta@2600:1700:38c5:d800:38f8:4900:37c0:4176) (Remote host closed the connection)
2023-06-23 20:21:33 +0200 <geekosaur> `-odir` iirc
2023-06-23 20:21:56 +0200 <EvanR> I tried to get the dirt on WATFIV's transgressions but didn't immediately find anything
2023-06-23 20:22:33 +0200 <geekosaur> WATFIV was infamous for trying to do something no matter what errors were in the source it was compiling
2023-06-23 20:23:05 +0200 <nyc> geekosaur: Maybe the options didn't take hold. I'll try again.
2023-06-23 20:23:08 +0200 <Rembane> Sounds like old versions of Internet Explorer.
2023-06-23 20:23:10 +0200 <geekosaur> "correct" spelling errors, etc
2023-06-23 20:24:57 +0200 <geekosaur> nyc, note that cabal and stack will override your specifications for `-odir` (and force `-ddump-to-file`)… in different ways
2023-06-23 20:26:07 +0200 <nyc> geekosaur: I need to get past their overriding, then.
2023-06-23 20:26:15 +0200mmhat(~mmh@p200300f1c702b07fee086bfffe095315.dip0.t-ipconnect.de)
2023-06-23 20:29:49 +0200eggplantade(~Eggplanta@104-55-37-220.lightspeed.sntcca.sbcglobal.net)
2023-06-23 20:31:50 +0200merijn(~merijn@86-86-29-250.fixed.kpn.net)
2023-06-23 20:33:30 +0200 <k``> for what it's worth, cabal usually dumps to dist-newstyle/build/{platform-specific}/ghc-{version}/{package}-{version}/build/src/
2023-06-23 20:34:24 +0200 <nyc> k``: Okay, in that case, it's just not there.
2023-06-23 20:34:36 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2023-06-23 20:34:51 +0200 <Nosrep> why is haskell language server constantly broken
2023-06-23 20:35:16 +0200 <k``> In your ghc-options line, I think ddump-to-file has to come before the options you want to dump. At least I ran into problems years ago when I had it last.
2023-06-23 20:35:20 +0200 <Nosrep> if i stack build and it errors out hls just dies completely even after a restart
2023-06-23 20:36:32 +0200 <nyc> k``: I've got some stg dumps now.
2023-06-23 20:37:01 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 20:39:08 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 20:39:44 +0200 <nyc> Now I've got to figure out how to build the package that I actually need the stg from & how to switch ghc versions in it, which nix appears to complicate.
2023-06-23 20:40:37 +0200__monty__(~toonn@user/toonn)
2023-06-23 20:43:07 +0200dcoutts_(~duncan@cpc69402-oxfd27-2-0-cust903.4-3.cable.virginm.net) (Ping timeout: 245 seconds)
2023-06-23 20:44:23 +0200chele(~chele@user/chele) (Remote host closed the connection)
2023-06-23 20:50:44 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt)
2023-06-23 20:52:45 +0200 <geekosaur> Nosrep, suggest asking in #haskell-language-server
2023-06-23 20:52:56 +0200 <geekosaur> I've never seen that kind of breakage but I use cabal
2023-06-23 20:55:47 +0200hyvoid(~hyenavoid@222-0-178-69.static.gci.net) (Quit: "going offlinesies")
2023-06-23 20:55:51 +0200 <Nosrep> yeah cabal is fine kinda
2023-06-23 20:56:14 +0200 <Nosrep> there's an issue already on github and the solution is just use the cabal cradle which isn't a great solution imo
2023-06-23 20:57:59 +0200mxs(~mxs@user/mxs)
2023-06-23 20:59:10 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-06-23 20:59:54 +0200kupi_(uid212005@id-212005.hampstead.irccloud.com)
2023-06-23 21:05:12 +0200infinity0(~infinity0@pwned.gg) (Ping timeout: 245 seconds)
2023-06-23 21:05:39 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 21:06:06 +0200merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 250 seconds)
2023-06-23 21:16:02 +0200infinity0(~infinity0@pwned.gg) (Ping timeout: 245 seconds)
2023-06-23 21:16:59 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 21:17:27 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt) (Remote host closed the connection)
2023-06-23 21:17:56 +0200drdo(~drdo@bl8-153-185.dsl.telepac.pt)
2023-06-23 21:19:59 +0200k``(~user@136.56.140.2) (Remote host closed the connection)
2023-06-23 21:20:13 +0200k``(~user@136.56.140.2)
2023-06-23 21:27:17 +0200infinity0(~infinity0@pwned.gg) (Ping timeout: 245 seconds)
2023-06-23 21:29:46 +0200bratwurst(~dfadsva@2604:3d09:207f:f650::38e4)
2023-06-23 21:29:53 +0200mei(~mei@user/mei) (Remote host closed the connection)
2023-06-23 21:30:35 +0200hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 264 seconds)
2023-06-23 21:32:18 +0200mei(~mei@user/mei)
2023-06-23 21:33:59 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 21:34:27 +0200shapr(~user@2600:1700:c640:3100:26eb:2672:45bb:f222) (Remote host closed the connection)
2023-06-23 21:34:40 +0200shapr(~user@2600:1700:c640:3100:ee1c:885c:bacf:e48c)
2023-06-23 21:36:29 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 21:38:35 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 21:40:39 +0200lieven(~mal@ns2.wyrd.be) (Server closed connection)
2023-06-23 21:40:59 +0200lieven(~mal@ns2.wyrd.be)
2023-06-23 21:54:32 +0200hugo-(znc@2001:6b0:17:f0a0::17)
2023-06-23 21:57:19 +0200Nokurn(~jeremiah@cpe-76-86-186-227.socal.res.rr.com)
2023-06-23 22:07:35 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2023-06-23 22:14:09 +0200machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Quit: Lost terminal)
2023-06-23 22:14:31 +0200machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2023-06-23 22:15:33 +0200dcoutts_(~duncan@cpc69402-oxfd27-2-0-cust903.4-3.cable.virginm.net)
2023-06-23 22:18:30 +0200machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Client Quit)
2023-06-23 22:18:58 +0200machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2023-06-23 22:19:31 +0200Pickchea(~private@user/pickchea)
2023-06-23 22:19:38 +0200mmhat(~mmh@p200300f1c702b07fee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.8)
2023-06-23 22:20:45 +0200jinsun(~jinsun@user/jinsun) (Read error: Connection reset by peer)
2023-06-23 22:30:00 +0200Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (Server closed connection)
2023-06-23 22:30:42 +0200michalz(~michalz@185.246.207.197) (Remote host closed the connection)
2023-06-23 22:33:04 +0200elkcl(~elkcl@broadband-37-110-27-252.ip.moscow.rt.ru) (Ping timeout: 252 seconds)
2023-06-23 22:35:20 +0200hook54321(sid149355@user/hook54321) (Server closed connection)
2023-06-23 22:36:31 +0200hyvoid(~hyenavoid@222-0-178-69.static.gci.net)
2023-06-23 22:36:44 +0200hook54321(sid149355@user/hook54321)
2023-06-23 22:37:02 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 22:39:03 +0200merijn(~merijn@c-001-001-003.client.esciencecenter.eduvpn.nl)
2023-06-23 22:39:08 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 22:41:49 +0200elkcl(~elkcl@broadband-37-110-27-252.ip.moscow.rt.ru)
2023-06-23 22:46:12 +0200chromoblob(~user@37.113.180.121) (Ping timeout: 250 seconds)
2023-06-23 22:49:47 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2023-06-23 22:50:39 +0200gurkenglas(~gurkengla@dynamic-046-114-167-203.46.114.pool.telefonica.de) (Read error: Connection reset by peer)
2023-06-23 22:51:33 +0200__monty__(~toonn@user/toonn)
2023-06-23 22:55:38 +0200chromoblob(~user@37.113.180.121)
2023-06-23 22:56:54 +0200eggplantade(~Eggplanta@104-55-37-220.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2023-06-23 22:57:58 +0200 <drdo> Any book recommendation for learning Haskell where the reader is a mathematician in an area unrelated to computation and has only a very basic experience with computer programming?
2023-06-23 22:58:20 +0200hippoid(~hippoid@user/hippoid) (Quit: WeeChat 3.8)
2023-06-23 22:58:51 +0200eggplantade(~Eggplanta@104-55-37-220.lightspeed.sntcca.sbcglobal.net)
2023-06-23 22:58:54 +0200coot(~coot@89-69-206-216.dynamic.chello.pl) (Quit: coot)
2023-06-23 23:00:10 +0200jargon(~jargon@116.sub-174-205-160.myvzw.com)
2023-06-23 23:00:36 +0200Nokurn(~jeremiah@cpe-76-86-186-227.socal.res.rr.com) (Ping timeout: 246 seconds)
2023-06-23 23:00:56 +0200oberblastmeister(~brian@c-67-186-157-91.hsd1.ma.comcast.net)
2023-06-23 23:01:56 +0200oberblastmeister(~brian@c-67-186-157-91.hsd1.ma.comcast.net) (Client Quit)
2023-06-23 23:05:19 +0200_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl) (Quit: _ht)
2023-06-23 23:06:19 +0200trev(~trev@user/trev) (Quit: trev)
2023-06-23 23:08:35 +0200 <ryantrinkle> is anyone here a new at haskell but experienced with React? I'm writing a talk on React and Haskell integration, and I'd love to get feedback on the ideas
2023-06-23 23:11:31 +0200gurkenglas(~gurkengla@dynamic-046-114-167-203.46.114.pool.telefonica.de)
2023-06-23 23:13:47 +0200merijn(~merijn@c-001-001-003.client.esciencecenter.eduvpn.nl) (Ping timeout: 264 seconds)
2023-06-23 23:20:26 +0200byte(~byte@user/byte) (Ping timeout: 250 seconds)
2023-06-23 23:20:56 +0200byte`(~byte@user/byte)
2023-06-23 23:20:56 +0200byte`byte
2023-06-23 23:23:46 +0200 <monochrom> drdo: I would think that almost every generic Haskell textbook suits the "little or no prior programming" part.
2023-06-23 23:24:25 +0200 <drdo> monochrom: but not the first part
2023-06-23 23:24:29 +0200jargon_(~jargon@116.sub-174-205-160.myvzw.com)
2023-06-23 23:24:37 +0200 <monochrom> I don't think the first part matters.
2023-06-23 23:25:24 +0200dcoutts_(~duncan@cpc69402-oxfd27-2-0-cust903.4-3.cable.virginm.net) (Remote host closed the connection)
2023-06-23 23:25:32 +0200 <geekosaur> math only really comes into it with advanced Haskell, I think. a lot of things in Haskell come from math, but you don't need math to learn or use them
2023-06-23 23:25:38 +0200euandreh(~Thunderbi@189.6.18.7) (Ping timeout: 250 seconds)
2023-06-23 23:25:40 +0200 <monochrom> You're a a lawyer or you're a surgeon or you're a pianist or you're a mathematician, it's all the same, you're a beginner in programming so you're a beginner in programming.
2023-06-23 23:25:46 +0200dcoutts_(~duncan@cpc69402-oxfd27-2-0-cust903.4-3.cable.virginm.net)
2023-06-23 23:26:15 +0200 <dolio> Is the desire for a book that specifically teaches how to unlearn all the things mathematicians do poorly? :þ
2023-06-23 23:26:23 +0200jargon(~jargon@116.sub-174-205-160.myvzw.com) (Ping timeout: 264 seconds)
2023-06-23 23:26:32 +0200 <monochrom> Oh haha, forgot that.
2023-06-23 23:26:53 +0200 <monochrom> Just last night I was complaining about "the function f(x)" already :)
2023-06-23 23:28:51 +0200 <EvanR> I'm looking for a book which teaches how to unlearn all the things that programmers do poorly, not even including all the stuff books on programming teach
2023-06-23 23:29:33 +0200 <EvanR> (OOP)
2023-06-23 23:29:35 +0200 <monochrom> But as an analogy, keyboard typing schools do not have a "special track for Lang-Lang level pianists".
2023-06-23 23:29:35 +0200 <jade[m]1> I'm looking for a book to unlearn programming
2023-06-23 23:29:40 +0200mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2023-06-23 23:29:41 +0200 <jade[m]1> (im trapped)
2023-06-23 23:30:08 +0200 <darkling> jade[m]1: Have you tried using mental floss? :)
2023-06-23 23:30:27 +0200 <monochrom> I think to unlearn programming you just go out more often. :)
2023-06-23 23:31:28 +0200 <EvanR> f(x) is a rabbit hole don't ask
2023-06-23 23:32:00 +0200 <monochrom> OOP is not bad. I don't think one needs to unlearn OOP.
2023-06-23 23:32:30 +0200 <EvanR> yeah if you did that you couldn't get all the jokes about it
2023-06-23 23:32:33 +0200 <monochrom> However, people do OOP poorly or even abuse it. That needs to be unlearned. But then it's tautological.
2023-06-23 23:33:00 +0200 <EvanR> poor OOP is poor
2023-06-23 23:33:10 +0200 <jade[m]1> I think you don't need to unlearn it, because knowing about something bad helps you avoid the bad parts about it
2023-06-23 23:33:21 +0200 <monochrom> But OK I have my share of track record of mocking OOP so I'm a hypocrite :)
2023-06-23 23:33:25 +0200 <jade[m]1> if you forgot about it you'd do the bad things again
2023-06-23 23:33:38 +0200 <EvanR> first semester will be entirely bad ways to do things
2023-06-23 23:33:55 +0200 <EvanR> just so you know what not to do
2023-06-23 23:34:30 +0200 <EvanR> I wonder if that's why bubblesort exists
2023-06-23 23:34:44 +0200 <monochrom> hahaha
2023-06-23 23:35:33 +0200 <hpc> "unlearning programming" makes me think of https://www.youtube.com/shorts/QJ3kCxsOjLc
2023-06-23 23:37:04 +0200infinity0(~infinity0@pwned.gg) (Remote host closed the connection)
2023-06-23 23:39:10 +0200infinity0(~infinity0@pwned.gg)
2023-06-23 23:45:48 +0200ddellacosta(~ddellacos@146.70.166.166) (Quit: WeeChat 3.8)
2023-06-23 23:47:54 +0200ddellacosta(~ddellacos@146.70.166.166)
2023-06-23 23:49:48 +0200azimut(~azimut@gateway/tor-sasl/azimut)
2023-06-23 23:51:18 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542)
2023-06-23 23:51:53 +0200Midjak(~Midjak@82.66.147.146) (Quit: This computer has gone to sleep)
2023-06-23 23:52:32 +0200ec(~ec@gateway/tor-sasl/ec) (Ping timeout: 240 seconds)
2023-06-23 23:54:33 +0200ec(~ec@gateway/tor-sasl/ec)
2023-06-23 23:55:13 +0200nut(~finn@rul16-h01-176-151-21-224.dsl.sta.abo.bbox.fr)
2023-06-23 23:58:11 +0200tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-06-23 23:59:26 +0200chromoblob(~user@37.113.180.121) (Ping timeout: 250 seconds)