2022/02/02

2022-02-02 00:00:06 +0100random-jellyfish(~random-je@user/random-jellyfish) (Ping timeout: 256 seconds)
2022-02-02 00:01:28 +0100 <mmalter> hey guys. It's not sarcasm, real issue. Since I've been doing functional programming I am really becoming a worse dev in other technos. I've heard some people experience the opposite.
2022-02-02 00:01:41 +0100 <monochrom> Another thing they forgot was to allow "case expr of { no clauses here }".
2022-02-02 00:01:42 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:01:47 +0100 <mmalter> It has gotten really bad since I started haskell and haskellish languages.
2022-02-02 00:02:27 +0100 <mmalter> Idk I feel something is wrong with me. I am badly wired or sth
2022-02-02 00:02:41 +0100 <jkaye[m]> How do you feel like you are a worse dev?
2022-02-02 00:02:47 +0100 <jkaye[m]> Are you sure you aren't getting into your own head a bit?
2022-02-02 00:03:08 +0100 <jkaye[m]> You should be the same dev as before, but with new knowledge and perspective to apply to your solutions
2022-02-02 00:03:08 +0100 <monochrom> Around 2010 the use cases of empty data were both fewer and different, such that few people thought of adjusting the rest of Haskell to stay consistent.
2022-02-02 00:03:19 +0100 <mmalter> I am really slow. Most errors I have are related to type. I used to write much less bug in the past.
2022-02-02 00:03:57 +0100 <mmalter> Now I do admit haskell gave me a better understanding of oop for example.
2022-02-02 00:04:02 +0100Cheery(~cheery@7-239-179-185.static.tentacle.fi) (Ping timeout: 240 seconds)
2022-02-02 00:04:14 +0100 <mmalter> Yet in practice, even elixir has gotten hard to write.
2022-02-02 00:04:15 +0100Logio(em@kapsi.fi) (Ping timeout: 268 seconds)
2022-02-02 00:04:24 +0100 <monochrom> For example suppose today you do {-# language DataKinds #-} and "data B = F | T" and fully intend to use B as a kind only...
2022-02-02 00:04:55 +0100 <monochrom> Around 2010 you would instead be saying "data F; data T" and stayed with the * kind.
2022-02-02 00:05:32 +0100 <monochrom> So that was the more usual use case, and therefore you never actually pattern-matched on F or T, nor did you need any instance.
2022-02-02 00:08:00 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49) (Remote host closed the connection)
2022-02-02 00:11:01 +0100Logio(~em@kapsi.fi)
2022-02-02 00:11:04 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 00:11:50 +0100MajorBiscuit(~MajorBisc@2a02:a461:129d:1:193d:75d8:745d:e91e) (Ping timeout: 252 seconds)
2022-02-02 00:12:18 +0100kli(~kli@ip-89-177-122-45.net.upcbroadband.cz) (Quit: Leaving)
2022-02-02 00:12:32 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:12:34 +0100kli(~kli@ip-89-177-122-45.net.upcbroadband.cz)
2022-02-02 00:13:28 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 00:14:29 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-02-02 00:15:54 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:16:37 +0100prolic(~prolic@181.122.131.227)
2022-02-02 00:17:13 +0100 <prolic> Hi, I am a haskell-noob and run into troubles creating a GUI app
2022-02-02 00:18:26 +0100Cheery(~cheery@7-239-179-185.static.tentacle.fi)
2022-02-02 00:18:49 +0100 <prolic> I create a connection to a websocket server and need to hold this connection somehow in my app model, however when I do so, I don't have Eq deriving on my AppModel anymore. Do I really need to add instance declaration for existing types and add Eq in order to proceed? Looks wrong to me.
2022-02-02 00:19:32 +0100 <jkaye[m]> You can't derive Eq if any field doesn't have an Eq instance
2022-02-02 00:19:44 +0100 <jkaye[m]> So, yes, it's "correct" at least with the current definitions
2022-02-02 00:19:52 +0100 <monochrom> Do you really need Eq?
2022-02-02 00:20:13 +0100slac82791slack1256
2022-02-02 00:20:34 +0100__monty__(~toonn@user/toonn) (Quit: leaving)
2022-02-02 00:21:31 +0100machinedgod(~machinedg@24.105.81.50) (Ping timeout: 268 seconds)
2022-02-02 00:23:10 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 00:24:57 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:26:12 +0100kli(~kli@ip-89-177-122-45.net.upcbroadband.cz) (Leaving)
2022-02-02 00:28:36 +0100tatarqa(~kli@ip-89-177-122-45.net.upcbroadband.cz)
2022-02-02 00:28:40 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 00:28:58 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:30:36 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 00:31:14 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:32:11 +0100alp(~alp@user/alp) (Ping timeout: 252 seconds)
2022-02-02 00:33:00 +0100cosimone`(~user@5.170.240.195)
2022-02-02 00:33:37 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net)
2022-02-02 00:34:06 +0100cosimone(~user@2001:b07:ae5:db26:c24a:d20:4d91:1e20) (Ping timeout: 260 seconds)
2022-02-02 00:37:20 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 00:38:33 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49)
2022-02-02 00:39:25 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 00:40:20 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:41:38 +0100 <Axman6> prolic: your options are to either write your own EQ instance which ignores the websocket conection, or not bother with an Eq instance; there's a good chance you don't need it
2022-02-02 00:42:17 +0100 <Axman6> having an Eq instance for the websockets package's Connection type would be difficult, since most of the fileds are IO actions
2022-02-02 00:42:24 +0100 <Axman6> fields*
2022-02-02 00:42:32 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 00:42:54 +0100 <prolic> first argument from the init function is this:
2022-02-02 00:42:55 +0100 <prolic> startApp :: (Eq s, WidgetModel s, WidgetEvent e)
2022-02-02 00:43:03 +0100 <prolic> so I need Eq for my app mode
2022-02-02 00:43:08 +0100 <prolic> app model, sorry
2022-02-02 00:43:20 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 00:43:46 +0100max22-(~maxime@2a01cb0883359800f6095299facac4b2.ipv6.abo.wanadoo.fr) (Remote host closed the connection)
2022-02-02 00:44:05 +0100 <prolic> or is there a way to hold those connections somewhere else?
2022-02-02 00:46:46 +0100 <prolic> I'm using this as base, if that helps: https://github.com/fjvallarino/monomer-starter/blob/main/src/Main.hs
2022-02-02 00:47:23 +0100 <jkaye[m]> If you need it, implement it
2022-02-02 00:47:36 +0100 <jkaye[m]> You will not be able to derive it with a non-Eq field within the record
2022-02-02 00:47:43 +0100fendor(~fendor@91.141.70.82.wireless.dyn.drei.com) (Remote host closed the connection)
2022-02-02 00:48:18 +0100 <prolic> I don't think I really need it, I have a very very strong feeling I do something absolutely weird and wrong here, lol
2022-02-02 00:48:53 +0100 <jkaye[m]> The Eq constraint on startApp is a little odd to me, but I have never used that library
2022-02-02 00:49:23 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 00:49:33 +0100 <monochrom> I would then wonder what weird thing startApp would do when it relies on "==" but this "==" does not see the difference between two different websockets.
2022-02-02 00:49:35 +0100Topsi(~Tobias@dyndsl-095-033-027-162.ewe-ip-backbone.de) (Read error: Connection reset by peer)
2022-02-02 00:49:39 +0100 <prolic> I don't want to end up writing a lot of weird stuff just to make app model compatible with the garbage I have in my head
2022-02-02 00:50:29 +0100 <jkaye[m]> I think you may be supposed to do something like this by dispatching events
2022-02-02 00:50:32 +0100 <prolic> I think they calculate the diff between two app models and merge the difference into the view
2022-02-02 00:50:33 +0100 <geekosaur> what is the 4th parameter (config) to startApp?
2022-02-02 00:50:38 +0100 <jkaye[m]> I'm literally just reading through their docs right now though :)
2022-02-02 00:50:43 +0100 <jkaye[m]> https://github.com/fjvallarino/monomer/blob/main/docs/tutorials/01-basics.md
2022-02-02 00:50:51 +0100 <geekosaur> it occurs to me the websocket might go there if it's needed for the life of the app
2022-02-02 00:50:58 +0100 <jkaye[m]> WidgetEnv is probably where you'd hold the socket?
2022-02-02 00:51:24 +0100 <prolic> currently I tried to hold it in appmodel
2022-02-02 00:51:33 +0100 <prolic> but I am VERY happy to move it somewhere else
2022-02-02 00:51:50 +0100 <jkaye[m]> https://github.com/fjvallarino/monomer/blob/main/docs/tutorials/05-producers.md
2022-02-02 00:51:59 +0100 <jkaye[m]> Yeah, I think I'd just read through all of these
2022-02-02 00:52:01 +0100 <prolic> I just need to put it somewhere to be able to send /receive data later on
2022-02-02 00:52:14 +0100 <prolic> okay, will do, thanks for the help
2022-02-02 00:52:18 +0100 <jkaye[m]> This is definitely an "opinionated" framework, which is fine, but it means you'll really want to do things how it want's you to do them
2022-02-02 00:52:21 +0100 <prolic> back to more reading.... :)
2022-02-02 00:52:32 +0100 <geekosaur> nemmind, I see the config parameter is defined by monomer and you can't add to it
2022-02-02 00:52:59 +0100 <prolic> I had troubles installing any Qt or wx widgets dependencies, so I ended up using this, and I like the elm architecture, so hopefully it works out well for me
2022-02-02 00:53:00 +0100 <jkaye[m]> Funny thing is that the GitHub link was purple. So apparently I did look at this at one point or another...
2022-02-02 00:53:17 +0100 <jkaye[m]> Remember: reading documentation is a super power!
2022-02-02 00:53:53 +0100 <prolic> will I receive those super powers once it compiles?
2022-02-02 00:54:26 +0100 <prolic> :)
2022-02-02 00:54:57 +0100 <jkaye[m]> I think the super power is to make it compile
2022-02-02 00:54:57 +0100 <jkaye[m]> Lol
2022-02-02 00:55:07 +0100 <prolic> got it, then I'm doomed
2022-02-02 00:57:10 +0100slack1256(~slack1256@186.11.80.172) (Remote host closed the connection)
2022-02-02 01:00:19 +0100 <monochrom> Yeah I think "monomer" was mentioned in this channel recently.
2022-02-02 01:00:25 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 01:01:14 +0100 <EvanR> I read "reading documentation is a super power!" in reverse, and autocompleted the beginning to "writing documentation is..."
2022-02-02 01:01:58 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 01:02:38 +0100Cheery(~cheery@7-239-179-185.static.tentacle.fi) (Ping timeout: 256 seconds)
2022-02-02 01:02:38 +0100Logio(~em@kapsi.fi) (Ping timeout: 256 seconds)
2022-02-02 01:02:57 +0100 <EvanR> at some point reading and writing were akin to super power
2022-02-02 01:03:06 +0100 <EvanR> now everyone and their dog can do it
2022-02-02 01:03:24 +0100 <monochrom> "And remember, the truth that once was spoken, to write documentation is to see the face of God...."
2022-02-02 01:04:35 +0100 <monochrom> "Do you hear the haddock sing? ..."
2022-02-02 01:05:46 +0100 <EvanR> documentation is incompatible with extreme programming, sorry
2022-02-02 01:06:37 +0100chenqisu1(~chenqisu1@183.217.200.249)
2022-02-02 01:06:57 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 01:07:45 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49) (Remote host closed the connection)
2022-02-02 01:08:03 +0100Logio(em@kapsi.fi)
2022-02-02 01:08:13 +0100wombat875(~wombat875@pool-72-89-24-154.nycmny.fios.verizon.net)
2022-02-02 01:08:55 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 01:10:20 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 01:11:06 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 01:11:28 +0100Cheery(~cheery@7-239-179-185.static.tentacle.fi)
2022-02-02 01:14:28 +0100 <sm> speaking of documentation.. Hecate, your Haskell Interlude appearance was great!
2022-02-02 01:14:28 +0100 <sm> https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5idXp6c3Byb3V0LmNvbS8xODE3NTM1LnJzcw/episode/Qn…
2022-02-02 01:15:40 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 256 seconds)
2022-02-02 01:16:14 +0100 <sm> I admire how you speak, and it's great to hear someone raising the profile of documentation
2022-02-02 01:16:44 +0100xff0x(~xff0x@2001:1a81:536e:b500:21cf:8a4e:4a69:c4d4) (Ping timeout: 252 seconds)
2022-02-02 01:16:50 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 01:17:16 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net) (Ping timeout: 250 seconds)
2022-02-02 01:17:41 +0100xff0x(~xff0x@port-92-193-141-218.dynamic.as20676.net)
2022-02-02 01:18:31 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 01:18:48 +0100 <Guest6735> Follow up from a question I had a few days ago, statically linking a binary with musl: https://paste.tomsmeding.com/DQrNwbzK I got some very nice responses, though I didn't understand them in their entirety. I tried to take a step back and make a minimun viable example instead, and wrote down the steps I followed and results.
2022-02-02 01:19:22 +0100cosimone`(~user@5.170.240.195) (Quit: ERC (IRC client for Emacs 27.1))
2022-02-02 01:19:57 +0100machinedgod(~machinedg@24.105.81.50)
2022-02-02 01:24:46 +0100Tuplanolla(~Tuplanoll@91-159-68-166.elisa-laajakaista.fi) (Quit: Leaving.)
2022-02-02 01:26:26 +0100polezaivsani(~polezaivs@orangeshoelaces.net) (Ping timeout: 256 seconds)
2022-02-02 01:28:24 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 01:28:24 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 01:28:24 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 01:29:56 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net) (Ping timeout: 252 seconds)
2022-02-02 01:31:14 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 01:31:43 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 01:31:53 +0100 <qrpnxz> Is there a good library for statically sized arrays in Haskell?
2022-02-02 01:33:25 +0100 <EvanR> there's vector-sized
2022-02-02 01:33:58 +0100 <EvanR> index :: forall n a. Vector n a -> Finite n -> a
2022-02-02 01:35:51 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de) (Ping timeout: 256 seconds)
2022-02-02 01:36:04 +0100bontaq(~user@ool-45779fe5.dyn.optonline.net) (Ping timeout: 256 seconds)
2022-02-02 01:37:28 +0100 <qrpnxz> hmm, seems complicated, but i think best i've seen so far
2022-02-02 01:37:29 +0100 <qrpnxz> thanks
2022-02-02 01:38:32 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-02-02 01:39:08 +0100 <EvanR> it seems about on par with what I imagine statically typed arrays being like
2022-02-02 01:39:39 +0100 <EvanR> remember you can use numeric literals at the type level
2022-02-02 01:41:37 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 01:41:41 +0100 <qrpnxz> ah yeah, can i do that now without an extension?
2022-02-02 01:42:33 +0100 <EvanR> :k 5
2022-02-02 01:42:33 +0100 <lambdabot> GHC.Types.Nat
2022-02-02 01:42:50 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 01:43:21 +0100 <EvanR> some stuff might require importing GHC.TypeLits, or enabling DataKinds, or TypeOperators
2022-02-02 01:43:32 +0100 <EvanR> or other stuff, but honestly, those should all be enabled by default xD
2022-02-02 01:44:07 +0100 <monochrom> Perhaps petition for GHC2050 to include them :)
2022-02-02 01:44:12 +0100 <EvanR> enabling an extension is going to be the least of your concerns if you are getting into type level arcane arts
2022-02-02 01:45:03 +0100 <monochrom> No wait I have a better idea. Petition for an extension that allows user-defined extension aliases!
2022-02-02 01:45:25 +0100tatarqa(~kli@ip-89-177-122-45.net.upcbroadband.cz) (Quit: Leaving)
2022-02-02 01:46:15 +0100wagle(~wagle@quassel.wagle.io) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
2022-02-02 01:46:46 +0100wagle(~wagle@quassel.wagle.io)
2022-02-02 01:47:24 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 256 seconds)
2022-02-02 01:49:38 +0100 <qrpnxz> thanks Evan
2022-02-02 01:50:23 +0100justsomeguy(~justsomeg@user/justsomeguy) (Ping timeout: 250 seconds)
2022-02-02 01:50:49 +0100geekosaurwonders if this really calls for anything beyond Array
2022-02-02 01:51:22 +0100 <jackdk> monochrom: use `{-# OPTIONS_GHC -F -pgmF add_my_favourite_extensions.sh #-}`
2022-02-02 01:51:37 +0100 <jackdk> perhaps? though I regret typing it
2022-02-02 01:51:59 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 01:52:00 +0100 <qrpnxz> hahaha
2022-02-02 01:52:51 +0100lbseale_(~ep1ctetus@user/ep1ctetus) (Ping timeout: 256 seconds)
2022-02-02 01:52:52 +0100 <qrpnxz> geekosaur, I could put everything into a Data.Dynamic too :) I like static guarantees.
2022-02-02 01:53:40 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 01:55:08 +0100 <awpr> how many different sizes / how large are the desired arrays? if it's a small number of small sizes, then just `data Vec2 a = Vec2 a a` etc. might be a decent answer. otherwise, it will unavoidably be complicated, and if that's okay, then `vector-sized` or `short-vec` should be what you're looking for
2022-02-02 01:55:28 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 01:55:46 +0100 <awpr> there's not really an option to have both "not complicated" and "type-level length"
2022-02-02 01:56:18 +0100 <qrpnxz> for one use case i need size 16, for another something like 0-255
2022-02-02 01:57:11 +0100 <qrpnxz> well look at short-vec as well thanks
2022-02-02 01:58:28 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 01:59:47 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 02:00:14 +0100 <awpr> "0-255" is a range of several statically-known lengths? a dynamic-sized vector with a static upper bound of 255? or length-polymorphic code where the length is typically in that range?
2022-02-02 02:00:48 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49)
2022-02-02 02:01:13 +0100 <ephemient> in theory data Vec65 a = Vec65 a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a compiles. but
2022-02-02 02:01:17 +0100 <ephemient> > (,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) -- does not
2022-02-02 02:01:18 +0100 <lambdabot> error:
2022-02-02 02:01:18 +0100 <lambdabot> A 65-tuple is too large for GHC
2022-02-02 02:01:18 +0100 <lambdabot> (max size is 62)
2022-02-02 02:01:23 +0100lavaman(~lavaman@98.38.249.169)
2022-02-02 02:01:25 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 02:01:41 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net)
2022-02-02 02:02:41 +0100kaph(~kaph@net-2-47-208-144.cust.vodafonedsl.it) (Read error: Connection reset by peer)
2022-02-02 02:02:58 +0100 <awpr> in my experience, if you don't mix or change vector sizes, especially if vector sizes are always numeric constants, then that type of vector library should be simpler than it looks; but if you need existentially-sized things, or length arithmetic on polymorphic sizes, then they end up being way more complicated than they look
2022-02-02 02:03:23 +0100 <monochrom> jackdk: Excellent! I like here-and-now solutions too! :)
2022-02-02 02:05:59 +0100lavaman(~lavaman@98.38.249.169) (Ping timeout: 250 seconds)
2022-02-02 02:07:11 +0100 <qrpnxz> i said 0-255 because i couldn't remember exactly the length, but somewhere around there. There was another situation where i was thinking it'd be cool to have a typed length, where the length was determined at parse time and it was carried around in the type. Why the type and not a member? Because then you'd get guarantees about what size objects you are combining. I forget the details but something like t
2022-02-02 02:07:11 +0100 <qrpnxz> hat. For now I was just wondering about dead simple static size arrays like in another static lang.
2022-02-02 02:07:48 +0100machinedgod(~machinedg@24.105.81.50) (Ping timeout: 256 seconds)
2022-02-02 02:08:50 +0100 <monochrom> jackdk: I have found another solution in the form of turning on CPP then use #include to include a file that contains language pragmas :)
2022-02-02 02:09:04 +0100 <monochrom> "more modular"
2022-02-02 02:09:18 +0100machinedgod(~machinedg@24.105.81.50)
2022-02-02 02:10:03 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 268 seconds)
2022-02-02 02:11:15 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-02-02 02:13:29 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 02:15:07 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 02:15:20 +0100 <EvanR> qrpnxz, since the size is not known at compile time, it becomes the realm of existential types
2022-02-02 02:15:22 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-02-02 02:16:05 +0100machinedgod(~machinedg@24.105.81.50) (Ping timeout: 256 seconds)
2022-02-02 02:16:19 +0100 <EvanR> which a lot of fun!
2022-02-02 02:16:22 +0100 <EvanR> are
2022-02-02 02:16:22 +0100 <awpr> yeah, Haskell just doesn't have builtin size-parameterized arrays; somebody has to implement them in terms of type-level naturals and a curated API that preserves size correctness.
2022-02-02 02:16:23 +0100 <qrpnxz> sounds right
2022-02-02 02:16:39 +0100 <jackdk> monochrom: I'm sure that won't cause any problems at all
2022-02-02 02:16:47 +0100 <jackdk> }:->
2022-02-02 02:17:33 +0100wombat875(~wombat875@pool-72-89-24-154.nycmny.fios.verizon.net) (Quit: WeeChat 2.2-dev)
2022-02-02 02:18:07 +0100 <awpr> OTOH the existential situation would be impossible to type or even more tedious in terms of other languages' "simple" sized arrays, so Haskell probably comes out slightly ahead there
2022-02-02 02:18:09 +0100 <qrpnxz> i wish it was in haskell built-in because seems like everybody reinvent the wheel here with these lifted Nats and Finites and such, and i feel like it's basic functionality? But i'm guessing it's still in the experimental phase where the optimal way to do it is not really obvious or somewhat clea
2022-02-02 02:18:57 +0100 <EvanR> Nat and Fin is pretty standard, outside haskell
2022-02-02 02:19:21 +0100 <awpr> lifted Nats are built in, nobody's reinventing that. GHC just isn't as good at making type-level arithmetic convenient compared to a lot of other languages that put more effort into that
2022-02-02 02:19:54 +0100Midjak(~Midjak@may53-1-78-226-116-92.fbx.proxad.net) (Quit: This computer has gone to sleep)
2022-02-02 02:19:59 +0100waleee(~waleee@2001:9b0:21d:fc00:398f:b003:b90d:acf4) (Ping timeout: 252 seconds)
2022-02-02 02:21:25 +0100 <awpr> I'm not quite sure I see the disadvantage of the vec libraries though -- for the cases that are possible in other languages, they are actually simple after all, and if you accept making things more complicated, you can do things other languages can't
2022-02-02 02:21:45 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net) (Ping timeout: 256 seconds)
2022-02-02 02:22:11 +0100waleee(~waleee@2001:9b0:21d:fc00:398f:b003:b90d:acf4)
2022-02-02 02:22:38 +0100 <qrpnxz> you are right about the Nats. Suppose you are right about the libs, will need to try them out a bit
2022-02-02 02:22:42 +0100 <monochrom> Not as nice as a type system that's dependent since day 1.
2022-02-02 02:23:06 +0100 <monochrom> Then again, that sets a very high bar.
2022-02-02 02:23:22 +0100xkuru(~xkuru@user/xkuru) (Read error: Connection reset by peer)
2022-02-02 02:23:26 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 02:24:41 +0100 <qrpnxz> this looked neat https://dl.acm.org/doi/10.1145/3110275
2022-02-02 02:26:56 +0100 <monochrom> Hey, I like the name "FC" more than "core". :)
2022-02-02 02:27:08 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 02:28:06 +0100 <monochrom> Thanks for the find, I think I'm interested too.
2022-02-02 02:28:33 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 256 seconds)
2022-02-02 02:30:47 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 02:32:24 +0100kaph(~kaph@net-2-47-208-144.cust.vodafonedsl.it)
2022-02-02 02:34:50 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 250 seconds)
2022-02-02 02:37:01 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-02-02 02:39:02 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 02:44:21 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 02:45:58 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 02:46:26 +0100Topsi(~Tobias@dyndsl-095-033-027-162.ewe-ip-backbone.de)
2022-02-02 02:46:48 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 02:52:36 +0100qhong(~qhong@rescomp-21-400677.stanford.edu) (Ping timeout: 250 seconds)
2022-02-02 02:53:11 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 02:53:55 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49) (Remote host closed the connection)
2022-02-02 02:55:23 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 02:55:40 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 02:56:07 +0100deadmarshal(~deadmarsh@95.38.114.110)
2022-02-02 02:59:53 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 03:00:24 +0100deadmarshal(~deadmarsh@95.38.114.110) (Ping timeout: 250 seconds)
2022-02-02 03:01:14 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 03:02:17 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 03:02:52 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 03:03:41 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 03:03:52 +0100emf(~emf@2620:10d:c090:400::5:b471) (Ping timeout: 250 seconds)
2022-02-02 03:04:40 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 03:05:00 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 03:07:03 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 03:07:04 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 03:07:04 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 03:07:37 +0100vysn(~vysn@user/vysn)
2022-02-02 03:07:39 +0100doyougnu(~doyougnu@cpe-67-249-83-190.twcny.res.rr.com) (Ping timeout: 256 seconds)
2022-02-02 03:11:11 +0100SethTisue__(sid14912@id-14912.ilkley.irccloud.com) ()
2022-02-02 03:11:23 +0100SethTisue__(sid14912@id-14912.ilkley.irccloud.com)
2022-02-02 03:11:28 +0100SethTisue__SethTisue
2022-02-02 03:15:14 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 03:16:13 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 03:16:26 +0100neurocyte0917090(~neurocyte@user/neurocyte) (Ping timeout: 250 seconds)
2022-02-02 03:22:20 +0100califax-(~califax@user/califx)
2022-02-02 03:24:45 +0100califax(~califax@user/califx) (Ping timeout: 276 seconds)
2022-02-02 03:24:46 +0100califax-califax
2022-02-02 03:26:04 +0100pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Quit: WeeChat 3.4)
2022-02-02 03:28:39 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 276 seconds)
2022-02-02 03:29:24 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 03:29:24 +0100xff0x(~xff0x@port-92-193-141-218.dynamic.as20676.net) (Ping timeout: 256 seconds)
2022-02-02 03:29:52 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 03:30:28 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-02-02 03:30:52 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:fb75:bdf0:5af1:4493)
2022-02-02 03:32:21 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net)
2022-02-02 03:33:51 +0100nunggu(~q@user/nunggu) (Ping timeout: 276 seconds)
2022-02-02 03:36:01 +0100 <pfurla-matrix> at page 36, what is the difference between ⊨ and ⊢ ? (I am only skimming the article)
2022-02-02 03:36:39 +0100nunggu(~q@user/nunggu)
2022-02-02 03:38:01 +0100 <EvanR> page 36 of what
2022-02-02 03:43:07 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 03:43:27 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 03:46:24 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 03:46:44 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 03:47:32 +0100red-snail(~snail@static.151.210.203.116.clients.your-server.de) (Quit: ZNC 1.8.2 - https://znc.in)
2022-02-02 03:48:24 +0100red-snail(~snail@static.151.210.203.116.clients.your-server.de)
2022-02-02 03:49:22 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 250 seconds)
2022-02-02 03:53:47 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Remote host closed the connection)
2022-02-02 03:54:07 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net) (Ping timeout: 256 seconds)
2022-02-02 03:54:18 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480:1b88:50f:dae0:9293) (Ping timeout: 260 seconds)
2022-02-02 03:54:24 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49)
2022-02-02 03:57:23 +0100nehsou^(~nehsou@128-092-164-034.biz.spectrum.com) (Remote host closed the connection)
2022-02-02 03:58:59 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49) (Ping timeout: 252 seconds)
2022-02-02 03:59:21 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net)
2022-02-02 04:00:20 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:00:21 +0100Sgeo(~Sgeo@user/sgeo) (Ping timeout: 256 seconds)
2022-02-02 04:00:41 +0100chronon(~chronon@user/chronon)
2022-02-02 04:00:44 +0100Sgeo(~Sgeo@user/sgeo)
2022-02-02 04:01:28 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:03:01 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:03:26 +0100 <pfurla-matrix> The paper above
2022-02-02 04:03:38 +0100ProfSimm(~ProfSimm@87.227.196.109) (Remote host closed the connection)
2022-02-02 04:05:23 +0100 <EvanR> it only goes to 29
2022-02-02 04:09:51 +0100finn_elija(~finn_elij@user/finn-elija/x-0085643)
2022-02-02 04:09:51 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643) (Killed (NickServ (Forcing logout FinnElija -> finn_elija)))
2022-02-02 04:09:51 +0100finn_elijaFinnElija
2022-02-02 04:10:58 +0100 <pfurla-matrix> oh, I mean printed page number
2022-02-02 04:11:17 +0100 <pfurla-matrix> it's the absolute page 6
2022-02-02 04:13:48 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:14:12 +0100 <EvanR> I dunno if it relates to page 31:6 but https://handwiki.org/wiki/Double_turnstile
2022-02-02 04:14:30 +0100Guest3946(~Guest39@98.42.121.105)
2022-02-02 04:15:32 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:15:42 +0100 <Sqaure> is there some trick to hide data type information behind a type class? I realize my example doesnt work but I feel it *could* work =D https://paste.tomsmeding.com/ORj3fboA
2022-02-02 04:16:04 +0100 <Sqaure> i dont wanna return a M.Map so to speak. I want things to be hidden.
2022-02-02 04:16:16 +0100 <Sqaure> it to be*
2022-02-02 04:17:04 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:17:44 +0100 <EvanR> since D and DC seem the same except one has (some?) types erased, that wiki pages distinction "semantic entailment vs syntactic entailment" is probably n/a
2022-02-02 04:17:59 +0100 <sm> kind of ridiculous that things like fromMaybe aren't in Prelude >:/
2022-02-02 04:18:18 +0100 <EvanR> there's a few things like that actually... forcing people to invent alternative preludes xD
2022-02-02 04:19:02 +0100 <pfurla-matrix> I am vaguely familiar with https://en.wikipedia.org/wiki/Logical_consequence#Proofs_and_models
2022-02-02 04:19:07 +0100 <EvanR> Sqaure, do you want to return an abstract interface to your type, in a record for example
2022-02-02 04:19:28 +0100 <EvanR> or a newtype hidden value that is only accessible within the module
2022-02-02 04:20:24 +0100 <Sqaure> EvanR, i want patRepo to be widely available and hide underlying data type.
2022-02-02 04:20:44 +0100 <Sqaure> (many things in the module wont be exported)
2022-02-02 04:20:53 +0100 <ephemient> if you wrap it in a newtype and don't export the constructor, it will be hidden from other modules (without tricks)
2022-02-02 04:20:59 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:21:37 +0100 <EvanR> this typeclass looks kind of like a common anti-pattern when first learning about type classes
2022-02-02 04:21:45 +0100 <Sqaure> ah ok. Ill try that. Can this be the moment i realize the power of newtype! =D
2022-02-02 04:21:47 +0100 <EvanR> though, it might be possible to do it this way
2022-02-02 04:21:54 +0100 <EvanR> a newtype is simpler
2022-02-02 04:22:44 +0100 <pfurla-matrix> don't export what you don't want to be seen, if you setters and getters, write them and export then
2022-02-02 04:22:45 +0100 <pfurla-matrix> *them
2022-02-02 04:22:50 +0100 <pfurla-matrix> s/then/them/
2022-02-02 04:22:51 +0100 <Sqaure> EvanR, oh. Whats wrong with it? Id gladly hear.
2022-02-02 04:24:24 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:24:59 +0100 <EvanR> well, I think it's not known the full extent of what you intend to do with all the variety of patient types
2022-02-02 04:25:40 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:26:35 +0100 <marquis_andras> hey guys, do you know if haskell-language-server can be configured to work with stack scripts? mine keeps giving errors about modules like 'Could not find Module Network.HTTP.Simple'
2022-02-02 04:27:03 +0100 <Sqaure> its just Key-Value map. Trying to anonymice it
2022-02-02 04:27:12 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 04:27:22 +0100 <ephemient> you don't need a class to do that
2022-02-02 04:27:31 +0100 <EvanR> well, are all the keys and values the same type?
2022-02-02 04:27:45 +0100 <ephemient> even if they're not all the same type
2022-02-02 04:28:07 +0100 <EvanR> if they're not, there's more questions to answer
2022-02-02 04:29:08 +0100 <ephemient> right, then we'll have to know more details… but even then, in most circumstances you don't want a class
2022-02-02 04:29:09 +0100 <Sqaure> i see the potential of newtype here. Maybe its enough.
2022-02-02 04:29:09 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 04:29:11 +0100 <EvanR> in clojure they have an interface for key value maps that basically is just "lookup"
2022-02-02 04:29:14 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 04:29:18 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480::41)
2022-02-02 04:29:20 +0100 <EvanR> but it doesn't really add much or have any laws
2022-02-02 04:29:38 +0100 <EvanR> but if you wanted to do that in haskell, it's as simple as exposing a function from keys to values
2022-02-02 04:29:45 +0100 <EvanR> instead of using a typeclass
2022-02-02 04:30:01 +0100 <marquis_andras> nvm guys. i've solved it. i just needed a hie.yaml file in the same directory as my stack script.
2022-02-02 04:30:28 +0100 <EvanR> more likely there are many more features required than that
2022-02-02 04:30:34 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection)
2022-02-02 04:30:46 +0100 <ephemient> rubber ducking at its best, we didn't even have to do anything :)
2022-02-02 04:30:48 +0100califax-(~califax@user/califx)
2022-02-02 04:31:16 +0100dsrt^(~dsrt@128-092-164-034.biz.spectrum.com)
2022-02-02 04:31:23 +0100 <marquis_andras> :)
2022-02-02 04:31:35 +0100 <Sqaure> my example is crap i see now. Doesnt illustrate my idea. Well ill play with newtype and see where it gets me
2022-02-02 04:31:39 +0100Guest3946(~Guest39@98.42.121.105) (Quit: Client closed)
2022-02-02 04:32:21 +0100califax(~califax@user/califx) (Ping timeout: 276 seconds)
2022-02-02 04:32:22 +0100califax-califax
2022-02-02 04:33:47 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net) (Ping timeout: 256 seconds)
2022-02-02 04:33:48 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-02-02 04:34:58 +0100 <pfurla-matrix> <EvanR> "well, I think it's not known the..." <- oh, is patient types the type system of lazy languages? :)
2022-02-02 04:35:15 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49)
2022-02-02 04:35:51 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:37:04 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:40:52 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net)
2022-02-02 04:41:51 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:44:12 +0100td_(~td@94.134.91.76) (Ping timeout: 256 seconds)
2022-02-02 04:45:14 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:45:47 +0100td_(~td@muedsl-82-207-238-174.citykom.de)
2022-02-02 04:46:59 +0100 <Sqaure> To shorten the description of my probably trivial problem. I want to 1. expose repositories that are Map hidden behind an some coarser interface (newtype perfect). 2. All these repos should have a "find :: String -> Maybe v" method that will be different for each Key type. As Key-types constructors needs to be "private" only the repositories should be able to construct (atm atleast) Key values.
2022-02-02 04:47:03 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:48:35 +0100 <EvanR> so each key goes to a particular value
2022-02-02 04:48:40 +0100 <EvanR> type
2022-02-02 04:49:19 +0100 <Sqaure> I can probably make that fly somehow but maybe there is some clean solution to it. All "newtype MyRepo k v = MyRepo { runRepo :: M.Map k v }" needs to implement that special find per k and v choices.
2022-02-02 04:49:24 +0100 <EvanR> find :: Key a -> Maybe a
2022-02-02 04:49:25 +0100 <Sqaure> Yeah
2022-02-02 04:51:04 +0100 <EvanR> also maybe look at the latest in typed database "solutions"
2022-02-02 04:52:12 +0100cynomys(~cynomys@user/cynomys) (Ping timeout: 250 seconds)
2022-02-02 04:53:05 +0100 <Sqaure> Right, you mean Persistent Key type?
2022-02-02 04:55:35 +0100whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (Quit: Connection closed for inactivity)
2022-02-02 04:56:18 +0100sprout(~quassel@2a02:a467:ccd6:1:6013:7539:4fef:cd22)
2022-02-02 04:56:43 +0100[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (Remote host closed the connection)
2022-02-02 04:56:58 +0100 <EvanR> String doesn't hold any type information about what it goes to
2022-02-02 04:56:59 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 04:58:22 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 256 seconds)
2022-02-02 04:58:44 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 04:58:55 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-02-02 04:59:30 +0100hughjfchen(~hughjfche@vmi556545.contaboserver.net) (Quit: WeeChat 2.8)
2022-02-02 05:02:20 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 256 seconds)
2022-02-02 05:02:54 +0100hughjfchen(~hughjfche@vmi556545.contaboserver.net)
2022-02-02 05:04:57 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net) (Ping timeout: 256 seconds)
2022-02-02 05:06:12 +0100img(~img@user/img) (Quit: ZNC 1.8.2 - https://znc.in)
2022-02-02 05:06:48 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 276 seconds)
2022-02-02 05:07:22 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:09:12 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:09:26 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-02-02 05:12:03 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:14:18 +0100ralu(~ralu@static.211.245.203.116.clients.your-server.de) (Ping timeout: 250 seconds)
2022-02-02 05:14:40 +0100img(~img@user/img)
2022-02-02 05:14:45 +0100 <Sqaure> EvanR, it would be used to construct the key "k" type.
2022-02-02 05:15:00 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:15:15 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 276 seconds)
2022-02-02 05:16:03 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:19:41 +0100doxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net) (Ping timeout: 256 seconds)
2022-02-02 05:20:35 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:22:24 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-02-02 05:23:04 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Remote host closed the connection)
2022-02-02 05:25:00 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:25:25 +0100tubogram4(~tubogram@user/tubogram) (Quit: See ya later!)
2022-02-02 05:26:14 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:28:16 +0100doxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net)
2022-02-02 05:30:09 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection)
2022-02-02 05:31:55 +0100deadmarshal(~deadmarsh@95.38.114.110)
2022-02-02 05:32:08 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-02-02 05:38:22 +0100mbuf(~Shakthi@171.61.247.107)
2022-02-02 05:38:25 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:39:00 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 250 seconds)
2022-02-02 05:39:09 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:39:58 +0100 <Sqaure> This is what i ended up with which compiles fine. https://paste.tomsmeding.com/aipUt3Ad
2022-02-02 05:41:10 +0100Sgeo_(~Sgeo@user/sgeo)
2022-02-02 05:42:00 +0100Sgeo(~Sgeo@user/sgeo) (Ping timeout: 256 seconds)
2022-02-02 05:42:18 +0100 <Sqaure> im a bit surprised that worked. I sorta found it worked by luck. Especially how the "m" argument could be used as a type function in the class function definitions.
2022-02-02 05:42:30 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:42:56 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:42:57 +0100 <EvanR> there's kind inference
2022-02-02 05:43:03 +0100 <Sqaure> in GenRepoBase that is
2022-02-02 05:43:24 +0100 <EvanR> if you use the same m as a * and * -> *, it will not work
2022-02-02 05:43:40 +0100 <EvanR> unless it's polykinded, which is an extension
2022-02-02 05:44:06 +0100 <EvanR> PolyKinds
2022-02-02 05:44:48 +0100 <Sqaure> First i tried with "class Ord k => GenRepoBase (m:: k -> v -> *) where" but that did not fly
2022-02-02 05:45:17 +0100 <EvanR> that's erroneous because k is a type not a kind
2022-02-02 05:46:03 +0100 <EvanR> m :: * -> * -> *
2022-02-02 05:46:21 +0100 <Sqaure> Well i was hoping i could express something like "a type function 'm' that take 'k' and 'v' as arguments".
2022-02-02 05:46:36 +0100waleee(~waleee@2001:9b0:21d:fc00:398f:b003:b90d:acf4) (Ping timeout: 245 seconds)
2022-02-02 05:47:21 +0100 <EvanR> pass a k value and v value to the type constructor? xD
2022-02-02 05:47:25 +0100ianon(~igloo@c-68-83-22-43.hsd1.nj.comcast.net)
2022-02-02 05:47:26 +0100ianon(~igloo@c-68-83-22-43.hsd1.nj.comcast.net) (Client Quit)
2022-02-02 05:47:30 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 05:47:30 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 05:47:30 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 05:48:26 +0100 <EvanR> like in the sized vectors we were discussing earlier, Vector 4 Int, array of 4 Ints
2022-02-02 05:48:51 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:49:08 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:49:23 +0100 <EvanR> or perhaps more reasonably you mean to pass a type k and type v to m, which is what * -> * -> * means
2022-02-02 05:49:37 +0100 <Sqaure> yeah
2022-02-02 05:50:04 +0100 <Sqaure> now it seems to have infered that but yeah.
2022-02-02 05:50:18 +0100 <EvanR> yeah you can use :k in the repl to get the kind
2022-02-02 05:50:41 +0100 <Sqaure> thought i had to be more explicit about what m was. That it was assumed to have kind *
2022-02-02 05:50:50 +0100 <EvanR> that would be annoying
2022-02-02 05:52:33 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 05:52:43 +0100 <EvanR> in another context :: k -> v -> * could make sense, but k and v would be kind variables for some kind not necessarily *
2022-02-02 05:52:52 +0100 <EvanR> which happens if you enable DataKinds
2022-02-02 05:54:39 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 05:54:51 +0100 <EvanR> e.g. k might be Nat or Symbol or one of your types lifted to the kind level
2022-02-02 05:55:05 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 05:55:16 +0100 <Axman6> Can anyone explain the semantics of the Choice instance for Fold from foldl? with right' :: Fold a b -> Fold (Either c a) (Either c b), does it accept Either a b and if it ever sees a Left c, it will return Left c?
2022-02-02 05:56:02 +0100 <EvanR> intuitively Left c would result in outputting Left c and no other effect
2022-02-02 05:56:51 +0100nunggu(~q@user/nunggu) (Ping timeout: 276 seconds)
2022-02-02 05:56:51 +0100 <EvanR> like ArrowChoice?
2022-02-02 05:58:44 +0100nunggu(~q@user/nunggu)
2022-02-02 05:59:55 +0100Adnan(~Adnan@host-10-net-64-160-119.mobilinkinfinity.net.pk)
2022-02-02 06:00:37 +0100 <jackdk> instance Choice Fold where right' (Fold step begin done) = Fold (liftA2 step) (Right begin) (fmap done)
2022-02-02 06:00:45 +0100lavaman(~lavaman@98.38.249.169)
2022-02-02 06:00:49 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-02-02 06:01:42 +0100allbery_b(~geekosaur@xmonad/geekosaur)
2022-02-02 06:01:42 +0100geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2022-02-02 06:01:45 +0100allbery_bgeekosaur
2022-02-02 06:03:19 +0100 <Axman6> just trying to difure out how to immplement it for me weird fold alternative
2022-02-02 06:03:23 +0100 <Axman6> figure*
2022-02-02 06:03:59 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 06:04:00 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 06:04:00 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 06:06:28 +0100whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2022-02-02 06:08:54 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 250 seconds)
2022-02-02 06:08:55 +0100cynomys(~cynomys@user/cynomys)
2022-02-02 06:14:59 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 06:15:19 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 06:15:39 +0100Guest3941(~Guest39@98.42.121.105)
2022-02-02 06:16:42 +0100doxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net) (Ping timeout: 250 seconds)
2022-02-02 06:17:43 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 06:18:03 +0100Feuermagier(~Feuermagi@user/feuermagier)
2022-02-02 06:18:16 +0100cheater(~Username@user/cheater) (Ping timeout: 256 seconds)
2022-02-02 06:20:28 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 06:21:26 +0100Guest3941(~Guest39@98.42.121.105) (Quit: Client closed)
2022-02-02 06:24:56 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 250 seconds)
2022-02-02 06:31:14 +0100Feuermagier(~Feuermagi@user/feuermagier) (Remote host closed the connection)
2022-02-02 06:32:22 +0100Feuermagier(~Feuermagi@138.199.36.192)
2022-02-02 06:34:00 +0100Feuermagier(~Feuermagi@138.199.36.192) (Remote host closed the connection)
2022-02-02 06:34:55 +0100Feuermagier(~Feuermagi@138.199.36.192)
2022-02-02 06:38:58 +0100ChanServ(ChanServ@services.libera.chat) (*.net *.split)
2022-02-02 06:38:58 +0100litharge(litharge@libera/bot/litharge) (*.net *.split)
2022-02-02 06:38:59 +0100nunggu(~q@user/nunggu) (*.net *.split)
2022-02-02 06:38:59 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (*.net *.split)
2022-02-02 06:38:59 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-02-02 06:38:59 +0100califax(~califax@user/califx) (*.net *.split)
2022-02-02 06:38:59 +0100wyrd(~wyrd@gateway/tor-sasl/wyrd) (*.net *.split)
2022-02-02 06:38:59 +0100tiferrei(~tiferrei@user/tiferrei) (*.net *.split)
2022-02-02 06:38:59 +0100jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-02-02 06:38:59 +0100LiaoTao(~LiaoTao@gateway/tor-sasl/liaotao) (*.net *.split)
2022-02-02 06:38:59 +0100alMalsamo(~alMalsamo@gateway/tor-sasl/almalsamo) (*.net *.split)
2022-02-02 06:38:59 +0100azimut(~azimut@gateway/tor-sasl/azimut) (*.net *.split)
2022-02-02 06:38:59 +0100chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-02-02 06:38:59 +0100stiell(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-02-02 06:38:59 +0100HotblackDesiato(~HotblackD@gateway/tor-sasl/hotblackdesiato) (*.net *.split)
2022-02-02 06:38:59 +0100ec(~ec@gateway/tor-sasl/ec) (*.net *.split)
2022-02-02 06:38:59 +0100adanwan_(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-02-02 06:38:59 +0100rembo10(~rembo10@remulis.com) (*.net *.split)
2022-02-02 06:38:59 +0100Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split)
2022-02-02 06:38:59 +0100ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (*.net *.split)
2022-02-02 06:38:59 +0100maralorn(~maralorn@2001:470:69fc:105::251) (*.net *.split)
2022-02-02 06:38:59 +0100juhp[m](~juhpmatri@2001:470:69fc:105::6e9) (*.net *.split)
2022-02-02 06:38:59 +0100ericson2314(~ericson23@2001:470:69fc:105::70c) (*.net *.split)
2022-02-02 06:38:59 +0100schuelermine[m](~schuelerm@user/schuelermine) (*.net *.split)
2022-02-02 06:38:59 +0100jinsun_(~jinsun@user/jinsun) (*.net *.split)
2022-02-02 06:38:59 +0100wildsebastian(~wildsebas@2001:470:69fc:105::1:14b1) (*.net *.split)
2022-02-02 06:38:59 +0100moats(~oats@user/oats) (*.net *.split)
2022-02-02 06:38:59 +0100unclechu(~unclechu@2001:470:69fc:105::354) (*.net *.split)
2022-02-02 06:38:59 +0100simmsb(~simmsb@2001:470:69fc:105::1:55c3) (*.net *.split)
2022-02-02 06:38:59 +0100Yehoshua(~yehoshua@2001:470:69fc:105::1:593f) (*.net *.split)
2022-02-02 06:38:59 +0100EkaiZend[m](~ekai-zend@2001:470:69fc:105::1:7756) (*.net *.split)
2022-02-02 06:38:59 +0100sofviic[m](~sofviicma@2001:470:69fc:105::1:51fd) (*.net *.split)
2022-02-02 06:38:59 +0100kalxd[m](~kalxdmatr@2001:470:69fc:105::1:576e) (*.net *.split)
2022-02-02 06:38:59 +0100Morrow[m](~morrowmma@2001:470:69fc:105::1d0) (*.net *.split)
2022-02-02 06:38:59 +0100bb010g(~bb010g@2001:470:69fc:105::9a5) (*.net *.split)
2022-02-02 06:39:00 +0100jackhill(~jackhill@kalessin.dragonsnail.net) (*.net *.split)
2022-02-02 06:39:00 +0100ix(~ix@2a02:8010:674f:0:d65d:64ff:fe52:5efe) (*.net *.split)
2022-02-02 06:39:00 +0100sajith(~sajith@user/sajith) (*.net *.split)
2022-02-02 06:39:00 +0100davetapley(sid666@id-666.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 06:39:00 +0100jonrh(sid5185@id-5185.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:00 +0100tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684) (*.net *.split)
2022-02-02 06:39:00 +0100lieven(~mal@ns2.wyrd.be) (*.net *.split)
2022-02-02 06:39:00 +0100kaskal(~kaskal@2001:4bb8:2cc:5073:e1cf:a3ef:264a:1e80) (*.net *.split)
2022-02-02 06:39:00 +0100EvanR(~EvanR@user/evanr) (*.net *.split)
2022-02-02 06:39:00 +0100Techcable(~Techcable@168.235.93.147) (*.net *.split)
2022-02-02 06:39:00 +0100pooryorick(~pooryoric@87-119-174-173.tll.elisa.ee) (*.net *.split)
2022-02-02 06:39:00 +0100koolazer(~koo@user/koolazer) (*.net *.split)
2022-02-02 06:39:00 +0100bollu(~bollu@159.65.151.13) (*.net *.split)
2022-02-02 06:39:00 +0100slowtyper(~slowtyper@user/slowtyper) (*.net *.split)
2022-02-02 06:39:00 +0100thebnq(~bnq@herrokitty.com) (*.net *.split)
2022-02-02 06:39:00 +0100Noinia(~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
2022-02-02 06:39:00 +0100mrkajetanp(~mrkajetan@88.98.245.28) (*.net *.split)
2022-02-02 06:39:00 +0100Putonlalla(~sapekiis@it-cyan.it.jyu.fi) (*.net *.split)
2022-02-02 06:39:00 +0100urdh(~urdh@user/urdh) (*.net *.split)
2022-02-02 06:39:00 +0100Vq(~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
2022-02-02 06:39:00 +0100acro(~acro@user/acro) (*.net *.split)
2022-02-02 06:39:00 +0100LambdaDuck(~anka@ksit.fixme.fi) (*.net *.split)
2022-02-02 06:39:00 +0100xacktm(xacktm@user/xacktm) (*.net *.split)
2022-02-02 06:39:00 +0100davl(~davl@207.154.228.18) (*.net *.split)
2022-02-02 06:39:00 +0100m5zs7k(aquares@web10.mydevil.net) (*.net *.split)
2022-02-02 06:39:00 +0100lyxia(~lyxia@poisson.chat) (*.net *.split)
2022-02-02 06:39:00 +0100SIben(~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
2022-02-02 06:39:00 +0100ggVGc(~ggVGc@a.lowtech.earth) (*.net *.split)
2022-02-02 06:39:00 +0100Xe(~cadey@tailscale/xe) (*.net *.split)
2022-02-02 06:39:00 +0100dpratt__(sid193493@id-193493.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:00 +0100grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:00 +0100pierrot(~pi@user/pierrot) (*.net *.split)
2022-02-02 06:39:00 +0100bonz060(~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
2022-02-02 06:39:00 +0100img(~img@user/img) (*.net *.split)
2022-02-02 06:39:00 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480::41) (*.net *.split)
2022-02-02 06:39:01 +0100zmt00(~zmt00@user/zmt00) (*.net *.split)
2022-02-02 06:39:01 +0100remedan(~remedan@octo.cafe) (*.net *.split)
2022-02-02 06:39:01 +0100jlamothe(~jlamothe@198.251.61.229) (*.net *.split)
2022-02-02 06:39:01 +0100pfurla-matrix(~pedrofurl@2001:470:69fc:105::1:51d7) (*.net *.split)
2022-02-02 06:39:01 +0100unrooted(~unrooted@2001:470:69fc:105::a4a) (*.net *.split)
2022-02-02 06:39:01 +0100alex[m]12(~alexchete@2001:470:69fc:105::1:1001) (*.net *.split)
2022-02-02 06:39:01 +0100ongy[m](~ongymatri@2001:470:69fc:105::5018) (*.net *.split)
2022-02-02 06:39:01 +0100Artem[m](~artemtype@2001:470:69fc:105::75b) (*.net *.split)
2022-02-02 06:39:01 +0100mahene[m](~mahenemat@2001:470:69fc:105::1:6a93) (*.net *.split)
2022-02-02 06:39:01 +0100marinelli[m](~marinelli@2001:470:69fc:105::2d8) (*.net *.split)
2022-02-02 06:39:01 +0100SawyerBergeron[m(~sawyerber@2001:470:69fc:105::3036) (*.net *.split)
2022-02-02 06:39:01 +0100cdsmith(~cdsmithma@2001:470:69fc:105::284) (*.net *.split)
2022-02-02 06:39:01 +0100peddie(~peddie@2001:470:69fc:105::25d) (*.net *.split)
2022-02-02 06:39:01 +0100Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split)
2022-02-02 06:39:01 +0100Arathorn(~arathorn@2001:470:69fc:105::1f) (*.net *.split)
2022-02-02 06:39:01 +0100fgaz(~fgaz@2001:470:69fc:105::842) (*.net *.split)
2022-02-02 06:39:01 +0100ormaaj(~ormaaj@user/ormaaj) (*.net *.split)
2022-02-02 06:39:01 +0100Topik[m](~topikmatr@2001:470:69fc:105::a082) (*.net *.split)
2022-02-02 06:39:01 +0100jaror[m](~jaror@2001:470:69fc:105::265) (*.net *.split)
2022-02-02 06:39:01 +0100benjamin[m]123(~benjaminm@2001:470:69fc:105::1:3f2f) (*.net *.split)
2022-02-02 06:39:01 +0100litharn[m](~litharnma@2001:470:69fc:105::1:8336) (*.net *.split)
2022-02-02 06:39:01 +0100octeep[m](~octeepoct@2001:470:69fc:105::1:3dbf) (*.net *.split)
2022-02-02 06:39:01 +0100phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split)
2022-02-02 06:39:01 +0100Michal[m](~oomiguelm@2001:470:69fc:105::1:5ab0) (*.net *.split)
2022-02-02 06:39:01 +0100ddb(~ddb@ipv6two.tilde.club) (*.net *.split)
2022-02-02 06:39:01 +0100flupe(~baboum@radon.sbi.re) (*.net *.split)
2022-02-02 06:39:01 +0100megaTherion(~therion@unix.io) (*.net *.split)
2022-02-02 06:39:01 +0100kristjansson(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100hendi(sid489601@id-489601.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100juhp(~juhp@bb121-6-118-149.singnet.com.sg) (*.net *.split)
2022-02-02 06:39:01 +0100s4msung(bZt8T9wHxn@user/s4msung) (*.net *.split)
2022-02-02 06:39:01 +0100kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2022-02-02 06:39:01 +0100douglaswinship(~douglaswi@78.40.148.180) (*.net *.split)
2022-02-02 06:39:01 +0100g(x@libera/staff/glguy) (*.net *.split)
2022-02-02 06:39:01 +0100iphy(sid67735@id-67735.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100energizer(~energizer@user/energizer) (*.net *.split)
2022-02-02 06:39:01 +0100adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2022-02-02 06:39:01 +0100gonz_____(sid304396@id-304396.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2022-02-02 06:39:01 +0100davean(~davean@davean.sciesnet.net) (*.net *.split)
2022-02-02 06:39:01 +0100shane(~shane@ana.rch.ist) (*.net *.split)
2022-02-02 06:39:01 +0100lexi-lambda(sid92601@id-92601.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100sa1(sid7690@id-7690.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100typetetris(sid275937@id-275937.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2022-02-02 06:39:01 +0100dkeohane2(~dkeohane@ec2-18-189-29-140.us-east-2.compute.amazonaws.com) (*.net *.split)
2022-02-02 06:39:01 +0100supersven(sid501114@id-501114.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:01 +0100drlkf(~drlkf@2001:41d0:a:62bb::1) (*.net *.split)
2022-02-02 06:39:01 +0100bwe(~bwe@2a01:4f8:1c1c:4878::2) (*.net *.split)
2022-02-02 06:39:01 +0100Adnan(~Adnan@host-10-net-64-160-119.mobilinkinfinity.net.pk) (*.net *.split)
2022-02-02 06:39:01 +0100mbuf(~Shakthi@171.61.247.107) (*.net *.split)
2022-02-02 06:39:01 +0100deadmarshal(~deadmarsh@95.38.114.110) (*.net *.split)
2022-02-02 06:39:01 +0100hughjfchen(~hughjfche@vmi556545.contaboserver.net) (*.net *.split)
2022-02-02 06:39:02 +0100kaph(~kaph@net-2-47-208-144.cust.vodafonedsl.it) (*.net *.split)
2022-02-02 06:39:02 +0100wagle(~wagle@quassel.wagle.io) (*.net *.split)
2022-02-02 06:39:02 +0100Logio(em@kapsi.fi) (*.net *.split)
2022-02-02 06:39:02 +0100TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split)
2022-02-02 06:39:02 +0100Erutuon(~Erutuon@user/erutuon) (*.net *.split)
2022-02-02 06:39:02 +0100hgolden(~hgolden2@cpe-172-114-81-123.socal.res.rr.com) (*.net *.split)
2022-02-02 06:39:02 +0100son0p(~ff@181.136.122.143) (*.net *.split)
2022-02-02 06:39:02 +0100slowButPresent(~slowButPr@user/slowbutpresent) (*.net *.split)
2022-02-02 06:39:02 +0100Akiva(~Akiva@user/Akiva) (*.net *.split)
2022-02-02 06:39:02 +0100Vajb(~Vajb@hag-jnsbng11-58c3a8-176.dhcp.inet.fi) (*.net *.split)
2022-02-02 06:39:02 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2022-02-02 06:39:02 +0100Alex_test(~al_test@178.34.151.37) (*.net *.split)
2022-02-02 06:39:02 +0100jespada(~jespada@87.74.36.188) (*.net *.split)
2022-02-02 06:39:02 +0100Ekho(~Ekho@user/ekho) (*.net *.split)
2022-02-02 06:39:02 +0100raym(~raym@user/raym) (*.net *.split)
2022-02-02 06:39:02 +0100micro(~micro@user/micro) (*.net *.split)
2022-02-02 06:39:02 +0100mncheckm(~mncheck@193.224.205.254) (*.net *.split)
2022-02-02 06:39:02 +0100fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2022-02-02 06:39:02 +0100erisco(~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
2022-02-02 06:39:02 +0100simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2022-02-02 06:39:02 +0100pgib(~textual@173.38.117.89) (*.net *.split)
2022-02-02 06:39:02 +0100shailangsa(~shailangs@host86-185-98-37.range86-185.btcentralplus.com) (*.net *.split)
2022-02-02 06:39:02 +0100cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2022-02-02 06:39:02 +0100dka(~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split)
2022-02-02 06:39:02 +0100ski(~ski@remote12.chalmers.se) (*.net *.split)
2022-02-02 06:39:02 +0100mrmonday(~robert@octarineparrot.com) (*.net *.split)
2022-02-02 06:39:02 +0100lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split)
2022-02-02 06:39:02 +0100tomku(~tomku@user/tomku) (*.net *.split)
2022-02-02 06:39:02 +0100jrm(~jrm@156.34.173.250) (*.net *.split)
2022-02-02 06:39:02 +0100obfusk(~quassel@a82-161-150-56.adsl.xs4all.nl) (*.net *.split)
2022-02-02 06:39:02 +0100dextaa(~DV@user/dextaa) (*.net *.split)
2022-02-02 06:39:02 +0100bbear_(~znc@21212.s.t4vps.eu) (*.net *.split)
2022-02-02 06:39:02 +0100sander(~sander@user/sander) (*.net *.split)
2022-02-02 06:39:02 +0100a1paca(~a1paca@user/a1paca) (*.net *.split)
2022-02-02 06:39:02 +0100mniip(mniip@libera/staff/mniip) (*.net *.split)
2022-02-02 06:39:02 +0100jeffz(~user@lambda.xen.prgmr.com) (*.net *.split)
2022-02-02 06:39:02 +0100hltk(~hltk@hltk.fi) (*.net *.split)
2022-02-02 06:39:02 +0100barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2022-02-02 06:39:03 +0100Teacup(~teacup@user/teacup) (*.net *.split)
2022-02-02 06:39:03 +0100madnight_(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2022-02-02 06:39:03 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49) (*.net *.split)
2022-02-02 06:39:03 +0100SethTisue(sid14912@id-14912.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:03 +0100vysn(~vysn@user/vysn) (*.net *.split)
2022-02-02 06:39:03 +0100econo(uid147250@user/econo) (*.net *.split)
2022-02-02 06:39:03 +0100modnar(~modnar@shell.sonic.net) (*.net *.split)
2022-02-02 06:39:03 +0100joaquinmg[m](~joaquinmg@2001:470:69fc:105::1:67d2) (*.net *.split)
2022-02-02 06:39:03 +0100aidy(~aidy@2001:470:69fc:105::c7b4) (*.net *.split)
2022-02-02 06:39:03 +0100thomasjm[m](~thomasjmm@2001:470:69fc:105::c6d9) (*.net *.split)
2022-02-02 06:39:03 +0100fcortesi(~fcortesi@2001:470:69fc:105::f3a9) (*.net *.split)
2022-02-02 06:39:03 +0100vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split)
2022-02-02 06:39:03 +0100jneira[m](~jneiramat@2001:470:69fc:105::d729) (*.net *.split)
2022-02-02 06:39:03 +0100finalti[m](~finaltima@2001:470:69fc:105::d909) (*.net *.split)
2022-02-02 06:39:03 +0100euphrates[m](~euphrates@2001:470:69fc:105::fbb5) (*.net *.split)
2022-02-02 06:39:03 +0100sm(~sm@plaintextaccounting/sm) (*.net *.split)
2022-02-02 06:39:03 +0100catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split)
2022-02-02 06:39:03 +0100jkaye[m](~jkayematr@2001:470:69fc:105::1:86f7) (*.net *.split)
2022-02-02 06:39:03 +0100oak-(~oakuniver@2001:470:69fc:105::fcd) (*.net *.split)
2022-02-02 06:39:03 +0100sekun[m](~hsekmatri@2001:470:69fc:105::d18f) (*.net *.split)
2022-02-02 06:39:03 +0100psydroid(~psydroid@user/psydroid) (*.net *.split)
2022-02-02 06:39:03 +0100jiribenes(~jiribenes@rosa.jiribenes.com) (*.net *.split)
2022-02-02 06:39:03 +0100AWizzArd(~code@user/awizzard) (*.net *.split)
2022-02-02 06:39:03 +0100maerwald(~maerwald@user/maerwald) (*.net *.split)
2022-02-02 06:39:03 +0100gabiruh(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2022-02-02 06:39:03 +0100df(~ben@justworks.xyz) (*.net *.split)
2022-02-02 06:39:03 +0100[exa](exa@user/exa/x-3587197) (*.net *.split)
2022-02-02 06:39:03 +0100m1dnight(~christoph@christophe.dev) (*.net *.split)
2022-02-02 06:39:03 +0100awpr(uid446117@id-446117.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:03 +0100dfg(dfg@user/dfg) (*.net *.split)
2022-02-02 06:39:03 +0100tomjaguarpaw(~tom@li367-225.members.linode.com) (*.net *.split)
2022-02-02 06:39:03 +0100dragestil(~znc@user/dragestil) (*.net *.split)
2022-02-02 06:39:03 +0100pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:03 +0100_0x47_(sid508683@id-508683.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:03 +0100travv0(sid293381@user/travv0) (*.net *.split)
2022-02-02 06:39:03 +0100marienz__(~marienz@libera/staff/marienz) (*.net *.split)
2022-02-02 06:39:03 +0100eco(~ubuntu@ec2-54-201-230-197.us-west-2.compute.amazonaws.com) (*.net *.split)
2022-02-02 06:39:03 +0100tristanC(~tristanC@user/tristanc) (*.net *.split)
2022-02-02 06:39:03 +0100dyniec(~dyniec@mail.dybiec.info) (*.net *.split)
2022-02-02 06:39:03 +0100scav(sid309693@id-309693.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:03 +0100bw(sid2730@user/betawaffle) (*.net *.split)
2022-02-02 06:39:03 +0100bgamari(~bgamari@2001:470:e438::1) (*.net *.split)
2022-02-02 06:39:03 +0100averell(~averell@user/averell) (*.net *.split)
2022-02-02 06:39:03 +0100mrus(~mrus@2001:19f0:5:1535:5400:3ff:fe7d:10ae) (*.net *.split)
2022-02-02 06:39:03 +0100Ferdirand(~somebody@2001:4c78:2012:5000::2) (*.net *.split)
2022-02-02 06:39:03 +0100relrod(~relrod@redhat/ansible.staff.relrod) (*.net *.split)
2022-02-02 06:39:03 +0100tdammers(~tdammers@77.109.72.177.res.static.edpnet.net) (*.net *.split)
2022-02-02 06:39:03 +0100mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001) (*.net *.split)
2022-02-02 06:39:03 +0100glider(~glider@user/glider) (*.net *.split)
2022-02-02 06:39:03 +0100Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2022-02-02 06:39:03 +0100hiredman(~hiredman@frontier1.downey.family) (*.net *.split)
2022-02-02 06:39:03 +0100piele(~piele@tbonesteak.creativeserver.net) (*.net *.split)
2022-02-02 06:39:04 +0100arkeet(~arkeet@moriya.ca) (*.net *.split)
2022-02-02 06:39:04 +0100dexterfoo(~dexter@li655-253.members.linode.com) (*.net *.split)
2022-02-02 06:39:04 +0100choucavalier(~choucaval@peanutbuttervibes.com) (*.net *.split)
2022-02-02 06:39:04 +0100lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2022-02-02 06:39:04 +0100heath(~heath@user/heath) (*.net *.split)
2022-02-02 06:39:04 +0100lambdap(~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split)
2022-02-02 06:39:04 +0100ystael(~ystael@user/ystael) (*.net *.split)
2022-02-02 06:39:04 +0100nurupo(~nurupo.ga@user/nurupo) (*.net *.split)
2022-02-02 06:39:04 +0100noctuks(7vrDyCK6LH@user/noctux) (*.net *.split)
2022-02-02 06:39:04 +0100cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2022-02-02 06:39:04 +0100notabled1(~notabledu@ares.dbalan.in) (*.net *.split)
2022-02-02 06:39:04 +0100sshine(~simon@hubris.eta.solutions) (*.net *.split)
2022-02-02 06:39:04 +0100sqrt2_(~ben@80-108-18-7.cable.dynamic.surfer.at) (*.net *.split)
2022-02-02 06:39:04 +0100ellie(~ellie@user/ellie) (*.net *.split)
2022-02-02 06:39:04 +0100blades(~blades@204.48.29.163) (*.net *.split)
2022-02-02 06:39:04 +0100kosmikus(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2022-02-02 06:39:04 +0100_________(~nobody@user/noodly) (*.net *.split)
2022-02-02 06:39:04 +0100Trattue(~Trattue@152.70.182.158) (*.net *.split)
2022-02-02 06:39:04 +0100alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split)
2022-02-02 06:39:04 +0100ParsaAlizadeh[m](~lizadehma@2001:470:69fc:105::1:65a4) (*.net *.split)
2022-02-02 06:39:04 +0100Las[m](~lasmatrix@2001:470:69fc:105::74e) (*.net *.split)
2022-02-02 06:39:04 +0100DemiMarieObenour(~alwayscur@2001:470:69fc:105::4886) (*.net *.split)
2022-02-02 06:39:04 +0100smichel17[m](~smichel17@2001:470:69fc:105::2d32) (*.net *.split)
2022-02-02 06:39:04 +0100quantum(~quantum@user/quantum/x-8556232) (*.net *.split)
2022-02-02 06:39:04 +0100hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4) (*.net *.split)
2022-02-02 06:39:04 +0100afotgkmnzj7asv3r(~afotgkmnz@2001:470:69fc:105::c24b) (*.net *.split)
2022-02-02 06:39:04 +0100yehoshuapw(~yehoshuap@2001:470:69fc:105::a5f) (*.net *.split)
2022-02-02 06:39:04 +0100Nate[m](~m52957mat@2001:470:69fc:105::1:591a) (*.net *.split)
2022-02-02 06:39:04 +0100jchia[m](~jchiamatr@2001:470:69fc:105::c50b) (*.net *.split)
2022-02-02 06:39:04 +0100soft(~soft@2001:470:69fc:105::c75) (*.net *.split)
2022-02-02 06:39:04 +0100RSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-02-02 06:39:04 +0100Inoperable(~PLAYER_1@fancydata.science) (*.net *.split)
2022-02-02 06:39:04 +0100Jonno_FTW(~come@user/jonno-ftw/x-0835346) (*.net *.split)
2022-02-02 06:39:04 +0100exarkun(~exarkun@user/exarkun) (*.net *.split)
2022-02-02 06:39:04 +0100eagleflo(~aku@163.172.137.34) (*.net *.split)
2022-02-02 06:39:04 +0100dixie(~dixie@real.wilbury.sk) (*.net *.split)
2022-02-02 06:39:04 +0100nahcetan(~nate@108-233-125-227.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
2022-02-02 06:39:04 +0100068AAJYTL(~rabbit@206.81.18.26) (*.net *.split)
2022-02-02 06:39:04 +0100sudden(~cat@user/sudden) (*.net *.split)
2022-02-02 06:39:04 +0100xdej(~xdej@quatramaran.salle-s.org) (*.net *.split)
2022-02-02 06:39:04 +0100Clint(~Clint@user/clint) (*.net *.split)
2022-02-02 06:39:04 +0100absence_(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2022-02-02 06:39:04 +0100dfordvm(~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split)
2022-02-02 06:39:04 +0100ravella(~ravella@user/ryanavella) (*.net *.split)
2022-02-02 06:39:04 +0100ptrcmd(~ptrcmd@user/ptrcmd) (*.net *.split)
2022-02-02 06:39:04 +0100nek0(~nek0@nek0.eu) (*.net *.split)
2022-02-02 06:39:04 +0100sweater(~sweater@206.81.18.26) (*.net *.split)
2022-02-02 06:39:04 +0100fjmorazan(~quassel@user/fjmorazan) (*.net *.split)
2022-02-02 06:39:04 +0100p3n(~p3n@217.198.124.246) (*.net *.split)
2022-02-02 06:39:05 +0100idnar(sid12240@debian/mithrandi) (*.net *.split)
2022-02-02 06:39:05 +0100jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-02-02 06:39:05 +0100edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2022-02-02 06:39:05 +0100greenbourne277(~greenbour@2001:4b98:dc2:45:216:3eff:fe8a:bbf0) (*.net *.split)
2022-02-02 06:39:05 +0100FragByte(~christian@user/fragbyte) (*.net *.split)
2022-02-02 06:39:05 +0100TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2022-02-02 06:39:05 +0100cocreature(~moritz@2a03:b0c0:3:d0::c8:f001) (*.net *.split)
2022-02-02 06:39:05 +0100stefan-_(~cri@42dots.de) (*.net *.split)
2022-02-02 06:39:05 +0100sabx_(~sabbas@user/sabbas) (*.net *.split)
2022-02-02 06:39:05 +0100w1gz(~do@159.89.11.133) (*.net *.split)
2022-02-02 06:39:05 +0100farn_(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split)
2022-02-02 06:39:05 +0100PHO`(~pho@akari.cielonegro.org) (*.net *.split)
2022-02-02 06:39:05 +0100stilgart_(~Christoph@chezlefab.net) (*.net *.split)
2022-02-02 06:39:05 +0100aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
2022-02-02 06:39:05 +0100carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2022-02-02 06:39:05 +0100the_proffesor(~theproffe@user/theproffesor) (*.net *.split)
2022-02-02 06:39:05 +0100rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:05 +0100greyrat_(~greyrat@ip202.ip-51-178-215.eu) (*.net *.split)
2022-02-02 06:39:05 +0100hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2022-02-02 06:39:05 +0100codedmart_(~codedmart@li335-49.members.linode.com) (*.net *.split)
2022-02-02 06:39:05 +0100elvishjerricco(sid237756@id-237756.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:05 +0100megeve_(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:05 +0100rtpg(sid443069@id-443069.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:05 +0100jmct_(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:05 +0100evanrelf(3addc196af@2604:bf00:561:2000::f0) (*.net *.split)
2022-02-02 06:39:05 +0100jakzale(6291399afa@user/jakzale) (*.net *.split)
2022-02-02 06:39:05 +0100Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2) (*.net *.split)
2022-02-02 06:39:05 +0100samhh(7569f027cf@2604:bf00:561:2000::e4) (*.net *.split)
2022-02-02 06:39:05 +0100akhesacaro(~caro@212.83.144.58) (*.net *.split)
2022-02-02 06:39:05 +0100Rembane(~Rembane@li346-36.members.linode.com) (*.net *.split)
2022-02-02 06:39:05 +0100hamishmack_(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:05 +0100wolfshappen(~waff@irc.furworks.de) (*.net *.split)
2022-02-02 06:39:05 +0100L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2022-02-02 06:39:05 +0100teddyc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2022-02-02 06:39:05 +0100ysh(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:05 +0100tired(~tired@user/tired) (*.net *.split)
2022-02-02 06:39:05 +0100bastelfreak(~bastelfre@basteles-bastelknecht.bastelfreak.org) (*.net *.split)
2022-02-02 06:39:05 +0100kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split)
2022-02-02 06:39:05 +0100adium(adium@user/adium) (*.net *.split)
2022-02-02 06:39:05 +0100nckx(~nckx@tobias.gr) (*.net *.split)
2022-02-02 06:39:05 +0100edwtjo(~edwtjo@user/edwtjo) (*.net *.split)
2022-02-02 06:39:05 +0100Aleksejs(~Aleksejs@haskell.lv) (*.net *.split)
2022-02-02 06:39:05 +0100cstml[m](~cstmlmatr@2001:470:69fc:105::1:5c07) (*.net *.split)
2022-02-02 06:39:05 +0100Heffalump[m](~hsenagmat@2001:470:69fc:105::e11) (*.net *.split)
2022-02-02 06:39:05 +0100maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split)
2022-02-02 06:39:05 +0100carmysilna(~brightly-@2001:470:69fc:105::2190) (*.net *.split)
2022-02-02 06:39:05 +0100james[m]12(~jamesnina@2001:470:69fc:105::1:4203) (*.net *.split)
2022-02-02 06:39:05 +0100jesser[m](~jessermat@2001:470:69fc:105::d5ae) (*.net *.split)
2022-02-02 06:39:05 +0100throwaaaa[m](~throwaaaa@2001:470:69fc:105::1:6fe6) (*.net *.split)
2022-02-02 06:39:05 +0100RosarioPulella[m(~rosariopu@2001:470:69fc:105::a57) (*.net *.split)
2022-02-02 06:39:05 +0100justosophy[m](~justosoph@2001:470:69fc:105::572f) (*.net *.split)
2022-02-02 06:39:05 +0100wysteriary[m](~wysteriar@2001:470:69fc:105::a42e) (*.net *.split)
2022-02-02 06:39:06 +0100matijja(~matijja@193.77.181.201) (*.net *.split)
2022-02-02 06:39:06 +0100joeyh_(joeyh@kitenet.net) (*.net *.split)
2022-02-02 06:39:06 +0100Adran(adran@botters/adran) (*.net *.split)
2022-02-02 06:39:06 +0100noddy(~user@user/noddy) (*.net *.split)
2022-02-02 06:39:06 +0100beaky(~beaky@2a03:b0c0:0:1010::1e:a001) (*.net *.split)
2022-02-02 06:39:06 +0100remexre(~remexre@user/remexre) (*.net *.split)
2022-02-02 06:39:06 +0100tcard_(~tcard@p2878075-ipngn18701hodogaya.kanagawa.ocn.ne.jp) (*.net *.split)
2022-02-02 06:39:06 +0100Ram-Z_(~Ram-Z@li1814-254.members.linode.com) (*.net *.split)
2022-02-02 06:39:06 +0100ehamberg(sid18208@id-18208.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100conjunctive(sid433686@id-433686.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100feliix42_(~felix@gibbs.uberspace.de) (*.net *.split)
2022-02-02 06:39:06 +0100caasih(sid13241@id-13241.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100aristid(sid1599@uxbridge.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100bbhoss(sid18216@id-18216.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100tritlo(sid58727@user/tritlo) (*.net *.split)
2022-02-02 06:39:06 +0100lightandlight(sid135476@id-135476.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100asivitz(uid178348@id-178348.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100aplainze1akind(~johndoe@captainludd.powered.by.lunarbnc.net) (*.net *.split)
2022-02-02 06:39:06 +0100notzmv(~zmv@user/notzmv) (*.net *.split)
2022-02-02 06:39:06 +0100infinity0(~infinity0@occupy.ecodis.net) (*.net *.split)
2022-02-02 06:39:06 +0100kadobanana(~mud@user/kadoban) (*.net *.split)
2022-02-02 06:39:06 +0100myme(~myme@2a01:799:d5a:cd00:fb5a:85b7:3647:e056) (*.net *.split)
2022-02-02 06:39:06 +0100phma(phma@2001:5b0:211c:a988:8f1d:f7a6:3d8d:dc0c) (*.net *.split)
2022-02-02 06:39:06 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split)
2022-02-02 06:39:06 +0100V(~v@anomalous.eu) (*.net *.split)
2022-02-02 06:39:06 +0100acidsys(~LSD@2.lsd.systems) (*.net *.split)
2022-02-02 06:39:06 +0100jjhoo(~jahakala@user/jjhoo) (*.net *.split)
2022-02-02 06:39:06 +0100forell(~forell@user/forell) (*.net *.split)
2022-02-02 06:39:06 +0100hueso(~root@user/hueso) (*.net *.split)
2022-02-02 06:39:06 +0100qrpnxz(abc4f95c31@user/qrpnxz) (*.net *.split)
2022-02-02 06:39:06 +0100tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2022-02-02 06:39:06 +0100jinsun__(~quassel@user/jinsun) (*.net *.split)
2022-02-02 06:39:06 +0100lechner(~lechner@debian/lechner) (*.net *.split)
2022-02-02 06:39:06 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2022-02-02 06:39:06 +0100polyphem(~rod@2a02:810d:840:8754:5126:c335:5f23:8358) (*.net *.split)
2022-02-02 06:39:06 +0100Megant(megant@user/megant) (*.net *.split)
2022-02-02 06:39:06 +0100aeka(~aeka@user/hiruji) (*.net *.split)
2022-02-02 06:39:06 +0100Katarushisu(~Katarushi@cpc147334-finc20-2-0-cust27.4-2.cable.virginm.net) (*.net *.split)
2022-02-02 06:39:06 +0100MasseR4(~MasseR@51.15.143.128) (*.net *.split)
2022-02-02 06:39:06 +0100xsperry(~xs@user/xsperry) (*.net *.split)
2022-02-02 06:39:06 +0100Pent(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100vito(sid1962@user/vito) (*.net *.split)
2022-02-02 06:39:06 +0100alinab(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100rune(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100joel135(sid136450@id-136450.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100ephemient(uid407513@id-407513.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100cln(sid336875@id-336875.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:06 +0100jocke-l(jocke-l@a.x0.is) (*.net *.split)
2022-02-02 06:39:06 +0100gdd(~gdd@129.199.146.230) (*.net *.split)
2022-02-02 06:39:06 +0100ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2022-02-02 06:39:06 +0100np(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-02-02 06:39:06 +0100MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2022-02-02 06:39:06 +0100shanemikel(~shanemike@desk.roadwar.net) (*.net *.split)
2022-02-02 06:39:06 +0100mjrosenb(~mjrosenb@pool-108-54-97-96.nycmny.fios.verizon.net) (*.net *.split)
2022-02-02 06:39:06 +0100Athas(athas@sigkill.dk) (*.net *.split)
2022-02-02 06:39:06 +0100tomsmeding(~tomsmedin@tomsmeding.com) (*.net *.split)
2022-02-02 06:39:06 +0100finsternis(~X@23.226.237.192) (*.net *.split)
2022-02-02 06:39:06 +0100brettgilio(~brettgili@x-node.gq) (*.net *.split)
2022-02-02 06:39:06 +0100opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2022-02-02 06:39:06 +0100vgtw(~vgtw@user/vgtw) (*.net *.split)
2022-02-02 06:39:06 +0100totte(~totte@h-82-196-112-155.A166.priv.bahnhof.se) (*.net *.split)
2022-02-02 06:39:06 +0100nisstyre(~wes@user/nisstyre) (*.net *.split)
2022-02-02 06:39:06 +0100biberu(~biberu@user/biberu) (*.net *.split)
2022-02-02 06:39:06 +0100perro_(~perro@072-191-245-069.res.spectrum.com) (*.net *.split)
2022-02-02 06:39:06 +0100Typedfern(~Typedfern@75.red-88-22-25.staticip.rima-tde.net) (*.net *.split)
2022-02-02 06:39:06 +0100rookie101(~rookie@165.232.121.13) (*.net *.split)
2022-02-02 06:39:06 +0100samebchase(~samebchas@51.15.68.182) (*.net *.split)
2022-02-02 06:39:06 +0100peutri(~peutri@ns317027.ip-94-23-46.eu) (*.net *.split)
2022-02-02 06:39:06 +0100mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2022-02-02 06:39:07 +0100auri(~quassel@fsf/member/auri) (*.net *.split)
2022-02-02 06:39:07 +0100Moyst_(~moyst@user/moyst) (*.net *.split)
2022-02-02 06:39:07 +0100bsdbandit(~bwell@users.757.org) (*.net *.split)
2022-02-02 06:39:07 +0100mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2022-02-02 06:39:07 +0100ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-02-02 06:39:07 +0100whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:07 +0100sprout(~quassel@2a02:a467:ccd6:1:6013:7539:4fef:cd22) (*.net *.split)
2022-02-02 06:39:07 +0100chronon(~chronon@user/chronon) (*.net *.split)
2022-02-02 06:39:07 +0100dsrt^(~dsrt@128-092-164-034.biz.spectrum.com) (*.net *.split)
2022-02-02 06:39:07 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:fb75:bdf0:5af1:4493) (*.net *.split)
2022-02-02 06:39:07 +0100sus(zero@user/zeromomentum) (*.net *.split)
2022-02-02 06:39:07 +0100thejuan24f[m](~thejuan2m@2001:470:69fc:105::1:6569) (*.net *.split)
2022-02-02 06:39:07 +0100Orbstheorem(~orbstheor@2001:470:69fc:105::a56) (*.net *.split)
2022-02-02 06:39:07 +0100fendor[m](~fendormat@2001:470:69fc:105::fcbd) (*.net *.split)
2022-02-02 06:39:07 +0100Deide(~deide@user/deide) (*.net *.split)
2022-02-02 06:39:07 +0100JoseC[m](~jmcardonm@2001:470:69fc:105::1:7539) (*.net *.split)
2022-02-02 06:39:07 +0100amesgen[m](~amesgenm]@2001:470:69fc:105::82b) (*.net *.split)
2022-02-02 06:39:07 +0100zfnmxt(~zfnmxtzfn@2001:470:69fc:105::2b32) (*.net *.split)
2022-02-02 06:39:07 +0100bitonic(~bitonic@2001:470:69fc:105::1812) (*.net *.split)
2022-02-02 06:39:07 +0100siraben(~siraben@user/siraben) (*.net *.split)
2022-02-02 06:39:07 +0100Tisoxin(~ikosit@user/ikosit) (*.net *.split)
2022-02-02 06:39:07 +0100codygman[m](~codygman@2001:470:69fc:105::b4ba) (*.net *.split)
2022-02-02 06:39:07 +0100Sixto[m](~provornyc@2001:470:69fc:105::1:74df) (*.net *.split)
2022-02-02 06:39:07 +0100tripa[m](~tripamatr@2001:470:69fc:105::1:4f7e) (*.net *.split)
2022-02-02 06:39:07 +0100eoiles[m](~eoilesmat@2001:470:69fc:105::1:6164) (*.net *.split)
2022-02-02 06:39:07 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split)
2022-02-02 06:39:07 +0100synthmeat(~synthmeat@user/synthmeat) (*.net *.split)
2022-02-02 06:39:07 +0100earthy(~arthurvl@2001:984:275b:1:ba27:ebff:fea0:40b0) (*.net *.split)
2022-02-02 06:39:07 +0100Flow(~none@gentoo/developer/flow) (*.net *.split)
2022-02-02 06:39:07 +0100orcus(~orcus@user/brprice) (*.net *.split)
2022-02-02 06:39:07 +0100dispater(~dispater@user/brprice) (*.net *.split)
2022-02-02 06:39:07 +0100tureba(~tureba@tureba.org) (*.net *.split)
2022-02-02 06:39:07 +0100pie_(~pie_bnc@user/pie/x-2818909) (*.net *.split)
2022-02-02 06:39:07 +0100SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:07 +0100DigitalKiwi(~kiwi@2604:a880:400:d0::12fc:5001) (*.net *.split)
2022-02-02 06:39:07 +0100alanz(sid110616@uxbridge.irccloud.com) (*.net *.split)
2022-02-02 06:39:07 +0100ikke(~kevin@alpine/developer/ikke) (*.net *.split)
2022-02-02 06:39:07 +0100asm(~alexander@user/asm) (*.net *.split)
2022-02-02 06:39:07 +0100Hecate(~mariposa@user/hecate) (*.net *.split)
2022-02-02 06:39:07 +0100Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2022-02-02 06:39:07 +0100T_S_(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100skn(~znc@2001:19f0:5:701:5400:ff:fe7c:4e5c) (*.net *.split)
2022-02-02 06:39:08 +0100reda_(~reda@user/reda) (*.net *.split)
2022-02-02 06:39:08 +0100dy(~dy@user/dy) (*.net *.split)
2022-02-02 06:39:08 +0100djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
2022-02-02 06:39:08 +0100shachaf(~shachaf@user/shachaf) (*.net *.split)
2022-02-02 06:39:08 +0100prolic(~prolic@181.122.131.227) (*.net *.split)
2022-02-02 06:39:08 +0100wavemode(~wavemode@c-98-223-145-19.hsd1.il.comcast.net) (*.net *.split)
2022-02-02 06:39:08 +0100SridharRatnakuma(~sridmatri@2001:470:69fc:105::1c2) (*.net *.split)
2022-02-02 06:39:08 +0100zwro[m](~zwromatri@2001:470:69fc:105::1d4) (*.net *.split)
2022-02-02 06:39:08 +0100xbreu(~xbreu@2001:470:69fc:105::1:5061) (*.net *.split)
2022-02-02 06:39:08 +0100denbrahe(~denbrahe@2001:470:69fc:105::19c0) (*.net *.split)
2022-02-02 06:39:08 +0100ac(~aloiscoch@2001:470:69fc:105::65) (*.net *.split)
2022-02-02 06:39:08 +0100jmcantrell(~jmcantrel@user/jmcantrell) (*.net *.split)
2022-02-02 06:39:08 +0100kadoban(~kadoban@user/kadoban) (*.net *.split)
2022-02-02 06:39:08 +0100nomeata(~nomeata@2001:470:69fc:105::1:5ed4) (*.net *.split)
2022-02-02 06:39:08 +0100cherryblossom[m](~cherryblo@2001:470:69fc:105::b789) (*.net *.split)
2022-02-02 06:39:08 +0100sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split)
2022-02-02 06:39:08 +0100craige[m](~craigemcw@2001:470:69fc:105::35f1) (*.net *.split)
2022-02-02 06:39:08 +0100reza[m](~rezaphone@2001:470:69fc:105::3eda) (*.net *.split)
2022-02-02 06:39:08 +0100mmos[m](~mmosmatri@2001:470:69fc:105::1:8340) (*.net *.split)
2022-02-02 06:39:08 +0100m4lvin(~m4lvin@w4eg.de) (*.net *.split)
2022-02-02 06:39:08 +0100nf(~n@monade.li) (*.net *.split)
2022-02-02 06:39:08 +0100lisq(~quassel@lis.moe) (*.net *.split)
2022-02-02 06:39:08 +0100kronicma1(user73386@neotame.csclub.uwaterloo.ca) (*.net *.split)
2022-02-02 06:39:08 +0100derelict(~derelict@user/derelict) (*.net *.split)
2022-02-02 06:39:08 +0100robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2022-02-02 06:39:08 +0100immae1(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2022-02-02 06:39:08 +0100ts3(~ts@46.101.20.9) (*.net *.split)
2022-02-02 06:39:08 +0100aweinstock(~aweinstoc@cpe-67-248-65-250.nycap.res.rr.com) (*.net *.split)
2022-02-02 06:39:08 +0100welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2022-02-02 06:39:08 +0100xnyhps_(~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) (*.net *.split)
2022-02-02 06:39:08 +0100xnbya2(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2022-02-02 06:39:08 +0100S11001001(sid42510@ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100burakcank(~burakcank@has.arrived.and.is.ready-to.party) (*.net *.split)
2022-02-02 06:39:08 +0100NiKaN(sid385034@id-385034.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100whez(sid470288@id-470288.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100nrr___(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100ldlework(~hexeme@user/hexeme) (*.net *.split)
2022-02-02 06:39:08 +0100berberman_(~berberman@user/berberman) (*.net *.split)
2022-02-02 06:39:08 +0100integral(sid296274@user/integral) (*.net *.split)
2022-02-02 06:39:08 +0100jakesyl__(sid56879@id-56879.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100sunarch(uid526836@user/sunarch) (*.net *.split)
2022-02-02 06:39:08 +0100cawfee_(~root@2406:3003:2077:2758::babe) (*.net *.split)
2022-02-02 06:39:08 +0100philpax_(sid516926@id-516926.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100PotatoGim(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100gmc(sid58314@id-58314.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100glowcoil_(sid3405@id-3405.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100lally(sid388228@id-388228.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100Firedancer(sid336191@id-336191.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100dunj3(~dunj3@kingdread.de) (*.net *.split)
2022-02-02 06:39:08 +0100gregberns__(sid315709@id-315709.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100teehemkay_(sid14792@id-14792.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100dagit3146(~dagit@c-24-21-226-72.hsd1.or.comcast.net) (*.net *.split)
2022-02-02 06:39:08 +0100siers(~ij@user/ij) (*.net *.split)
2022-02-02 06:39:08 +0100astra(sid289983@user/amish) (*.net *.split)
2022-02-02 06:39:08 +0100dsal(sid13060@id-13060.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:39:08 +0100SoF(~skius@user/skius) (*.net *.split)
2022-02-02 06:39:08 +0100polux(~polux@51.15.169.172) (*.net *.split)
2022-02-02 06:39:08 +0100raoul(~raoul@95.179.203.88) (*.net *.split)
2022-02-02 06:39:09 +0100Taneb(~Taneb@runciman.hacksoc.org) (*.net *.split)
2022-02-02 06:39:09 +0100jassob(~jassob@h-155-4-71-72.A785.priv.bahnhof.se) (*.net *.split)
2022-02-02 06:39:09 +0100srk(~sorki@user/srk) (*.net *.split)
2022-02-02 06:39:09 +0100kitzman(~kitzman@user/dekenevs) (*.net *.split)
2022-02-02 06:39:09 +0100Sqaure(~a@user/square) (*.net *.split)
2022-02-02 06:39:09 +0100anderson(~ande@user/anderson) (*.net *.split)
2022-02-02 06:39:09 +0100zzz(~z@user/zero) (*.net *.split)
2022-02-02 06:39:09 +0100haritz(~hrtz@user/haritz) (*.net *.split)
2022-02-02 06:39:09 +0100andreas303(andreas303@ip227.orange.bnc4free.com) (*.net *.split)
2022-02-02 06:39:09 +0100xerox(~edi@user/edi) (*.net *.split)
2022-02-02 06:39:09 +0100Patternmaster(~georg@li1192-118.members.linode.com) (*.net *.split)
2022-02-02 06:39:09 +0100Philonous(~Philonous@user/philonous) (*.net *.split)
2022-02-02 06:39:09 +0100clever(~clever@99.192.114.98) (*.net *.split)
2022-02-02 06:39:09 +0100tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2022-02-02 06:39:09 +0100hook54321(sid149355@user/hook54321) (*.net *.split)
2022-02-02 06:39:09 +0100enyc(~enyc@user/enyc) (*.net *.split)
2022-02-02 06:39:09 +0100yushyin(UhIHx5Z1ii@mail.karif.server-speed.net) (*.net *.split)
2022-02-02 06:39:09 +0100duckonomy(~duckonomy@177.ip-144-217-84.net) (*.net *.split)
2022-02-02 06:39:09 +0100sterni(~lukas@user/sterni) (*.net *.split)
2022-02-02 06:39:09 +0100meinside(uid24933@id-24933.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:39:09 +0100leah2(~leah@vuxu.org) (*.net *.split)
2022-02-02 06:39:09 +0100res0nat0r0(~Fletch@dia.whatbox.ca) (*.net *.split)
2022-02-02 06:40:06 +0100mbuf(~Shakthi@171.61.247.107)
2022-02-02 06:40:19 +0100Feuermagier(~Feuermagi@138.199.36.192) (Remote host closed the connection)
2022-02-02 06:40:44 +0100Vajb(~Vajb@hag-jnsbng11-58c3a8-176.dhcp.inet.fi)
2022-02-02 06:43:51 +0100hughjfchen(~hughjfche@vmi556545.contaboserver.net)
2022-02-02 06:44:15 +0100ralu(~ralu@static.211.245.203.116.clients.your-server.de)
2022-02-02 06:45:16 +0100Erutuon(~Erutuon@23-88-131-243.fttp.usinternet.com)
2022-02-02 06:46:16 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net)
2022-02-02 06:48:43 +0100Topsi1(~Tobias@dyndsl-095-033-017-221.ewe-ip-backbone.de)
2022-02-02 06:49:07 +0100deadmarshal(~deadmarsh@95.38.114.110)
2022-02-02 06:50:30 +0100Topsi(~Tobias@dyndsl-095-033-027-162.ewe-ip-backbone.de) (Ping timeout: 250 seconds)
2022-02-02 06:50:57 +0100albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split)
2022-02-02 06:50:57 +0100nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split)
2022-02-02 06:50:57 +0100landonf(landonf@mac68k.info) (*.net *.split)
2022-02-02 06:50:57 +0100yaroot(~yaroot@57.48.30.125.dy.iij4u.or.jp) (*.net *.split)
2022-02-02 06:50:57 +0100spider__(~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split)
2022-02-02 06:50:57 +0100kilolympus(~kilolympu@31.205.200.235) (*.net *.split)
2022-02-02 06:50:57 +0100hexagoxel(~hexagoxel@hexagoxel.de) (*.net *.split)
2022-02-02 06:50:57 +0100kjak(~kjak@pool-108-45-56-21.washdc.fios.verizon.net) (*.net *.split)
2022-02-02 06:50:57 +0100byorgey(~byorgey@155.138.238.211) (*.net *.split)
2022-02-02 06:50:57 +0100yahb(xsbot@user/mniip/bot/yahb) (*.net *.split)
2022-02-02 06:50:57 +0100cyphase(~cyphase@user/cyphase) (*.net *.split)
2022-02-02 06:50:57 +0100dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2022-02-02 06:50:57 +0100ajb_(~ajb@cupid.whatbox.ca) (*.net *.split)
2022-02-02 06:50:57 +0100statusbot1(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
2022-02-02 06:50:57 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split)
2022-02-02 06:50:57 +0100OscarH(~OscarH@90.201.86.195) (*.net *.split)
2022-02-02 06:50:57 +0100niko(~niko@libera/staff/niko) (*.net *.split)
2022-02-02 06:50:57 +0100joo-_(~joo-_@fsf/member/joo--) (*.net *.split)
2022-02-02 06:50:57 +0100mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split)
2022-02-02 06:50:57 +0100eL_Bart0(eL_Bart0@dietunichtguten.org) (*.net *.split)
2022-02-02 06:50:57 +0100bliminse(~bliminse@host86-188-36-166.range86-188.btcentralplus.com) (*.net *.split)
2022-02-02 06:50:57 +0100iteratee(~kyle@162.218.222.107) (*.net *.split)
2022-02-02 06:50:57 +0100Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2022-02-02 06:50:57 +0100ridcully_(~ridcully@p508acc81.dip0.t-ipconnect.de) (*.net *.split)
2022-02-02 06:50:58 +0100acowley(~acowley@c-68-83-22-43.hsd1.nj.comcast.net) (*.net *.split)
2022-02-02 06:50:58 +0100martin02(~silas@141.84.69.76) (*.net *.split)
2022-02-02 06:50:58 +0100incertia(~incertia@207.98.163.88) (*.net *.split)
2022-02-02 06:50:58 +0100Neuromancer(~Neuromanc@user/neuromancer) (*.net *.split)
2022-02-02 06:50:58 +0100sherlock_95(~sherlock_@static.131.42.161.5.clients.your-server.de) (*.net *.split)
2022-02-02 06:50:58 +0100noctux(~noctux@user/noctux) (*.net *.split)
2022-02-02 06:50:58 +0100Flonk(~Flonk@vps-zap441517-1.zap-srv.com) (*.net *.split)
2022-02-02 06:50:58 +0100dumptruckman(~dumptruck@45-79-173-88.ip.linodeusercontent.com) (*.net *.split)
2022-02-02 06:50:58 +0100troydm(~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split)
2022-02-02 06:50:58 +0100caubert(~caubert@136.244.111.235) (*.net *.split)
2022-02-02 06:50:58 +0100YoungFrog(~youngfrog@39.129-180-91.adsl-dyn.isp.belgacom.be) (*.net *.split)
2022-02-02 06:50:58 +0100monochrom(trebla@216.138.220.146) (*.net *.split)
2022-02-02 06:50:58 +0100Unode(~Unode@194.94.44.220) (*.net *.split)
2022-02-02 06:52:27 +0100glguy(x@libera/staff/glguy) (*.net *.split)
2022-02-02 06:52:28 +0100geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-02-02 06:52:28 +0100Sgeo_(~Sgeo@user/sgeo) (*.net *.split)
2022-02-02 06:52:28 +0100td_(~td@muedsl-82-207-238-174.citykom.de) (*.net *.split)
2022-02-02 06:52:28 +0100red-snail(~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split)
2022-02-02 06:52:28 +0100Kaiepi(~Kaiepi@156.34.47.253) (*.net *.split)
2022-02-02 06:52:28 +0100pavonia(~user@user/siracusa) (*.net *.split)
2022-02-02 06:52:28 +0100tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (*.net *.split)
2022-02-02 06:52:28 +0100hyiltiz(~quassel@31.220.5.250) (*.net *.split)
2022-02-02 06:52:28 +0100quintasan(~quassel@quintasan.pl) (*.net *.split)
2022-02-02 06:52:28 +0100APic(~apic@apic.name) (*.net *.split)
2022-02-02 06:52:28 +0100cigsender(~cigsender@74.124.58.162) (*.net *.split)
2022-02-02 06:52:28 +0100jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split)
2022-02-02 06:52:28 +0100Hafydd(~Hafydd@user/hafydd) (*.net *.split)
2022-02-02 06:52:28 +0100aria(sid380617@lymington.irccloud.com) (*.net *.split)
2022-02-02 06:52:28 +0100oats(~thomas@user/oats) (*.net *.split)
2022-02-02 06:52:28 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (*.net *.split)
2022-02-02 06:52:28 +0100perrierjouet(~perrier-j@modemcable012.251-130-66.mc.videotron.ca) (*.net *.split)
2022-02-02 06:52:28 +0100ncopa(~ncopa@alpine/developer/ncopa) (*.net *.split)
2022-02-02 06:52:28 +0100lep(~lep@94.31.89.203) (*.net *.split)
2022-02-02 06:52:28 +0100AlexZenon(~alzenon@178.34.151.37) (*.net *.split)
2022-02-02 06:52:28 +0100ft(~ft@shell.chaostreff-dortmund.de) (*.net *.split)
2022-02-02 06:52:28 +0100janus(janus@anubis.0x90.dk) (*.net *.split)
2022-02-02 06:52:28 +0100Guest6735(~sam@c-93bfe655.020-348-73746f1.bbcust.telenor.se) (*.net *.split)
2022-02-02 06:52:28 +0100russruss(~russruss@my.russellmcc.com) (*.net *.split)
2022-02-02 06:52:28 +0100flipchan(~filip@user/flipchan) (*.net *.split)
2022-02-02 06:52:28 +0100tv(~tv@user/tv) (*.net *.split)
2022-02-02 06:52:28 +0100gawen_(~gawen@user/gawen) (*.net *.split)
2022-02-02 06:52:28 +0100robertm(~robertm@lattice.rojoma.com) (*.net *.split)
2022-02-02 06:52:28 +0100tromp(~textual@dhcp-077-249-230-040.chello.nl) (*.net *.split)
2022-02-02 06:52:28 +0100swistak(~swistak@185.21.216.141) (*.net *.split)
2022-02-02 06:52:28 +0100foul_owl(~kerry@94.140.8.107) (*.net *.split)
2022-02-02 06:52:29 +0100wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2022-02-02 06:52:29 +0100superbil(~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split)
2022-02-02 06:52:29 +0100tabemann(~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (*.net *.split)
2022-02-02 06:52:29 +0100marquis_andras(~marquis_a@124.170.163.166) (*.net *.split)
2022-02-02 06:52:29 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-72.dsl.bell.ca) (*.net *.split)
2022-02-02 06:52:29 +0100justGhost(~justache@user/justache) (*.net *.split)
2022-02-02 06:52:29 +0100mmalter(~mmalter@88.126.10.237) (*.net *.split)
2022-02-02 06:52:29 +0100mcglk(~mcglk@131.191.49.120) (*.net *.split)
2022-02-02 06:52:29 +0100Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2022-02-02 06:52:29 +0100stvc(~stvc@192.241.166.39) (*.net *.split)
2022-02-02 06:52:29 +0100cls(~cls@chalk.lubutu.com) (*.net *.split)
2022-02-02 06:52:29 +0100cross_(~cross@spitfire.i.gajendra.net) (*.net *.split)
2022-02-02 06:52:29 +0100skewerr(spoonm@inaba.spoonm.org) (*.net *.split)
2022-02-02 06:52:29 +0100drewr(~drew@user/drewr) (*.net *.split)
2022-02-02 06:52:29 +0100fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) (*.net *.split)
2022-02-02 06:52:29 +0100haskl(~haskl@user/haskl) (*.net *.split)
2022-02-02 06:52:29 +0100mstksg(~jle`@cpe-23-240-75-236.socal.res.rr.com) (*.net *.split)
2022-02-02 06:52:29 +0100xstill-(xstill@fimu/xstill) (*.net *.split)
2022-02-02 06:52:29 +0100xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2022-02-02 06:52:29 +0100amk(~amk@109.255.169.126) (*.net *.split)
2022-02-02 06:52:29 +0100kojo5551(~kojo5551@fep.grid.pub.ro) (*.net *.split)
2022-02-02 06:52:29 +0100abrar(~abrar@static-108-2-152-54.phlapa.fios.verizon.net) (*.net *.split)
2022-02-02 06:52:29 +0100hpc(~juzz@ip98-169-35-13.dc.dc.cox.net) (*.net *.split)
2022-02-02 06:52:29 +0100kmein(~weechat@user/kmein) (*.net *.split)
2022-02-02 06:52:29 +0100ishutin(~ishutin@87-97-82-177.pool.digikabel.hu) (*.net *.split)
2022-02-02 06:52:29 +0100c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2022-02-02 06:52:29 +0100statusfailed(~statusfai@statusfailed.com) (*.net *.split)
2022-02-02 06:52:29 +0100canta(~canta@user/canta) (*.net *.split)
2022-02-02 06:52:29 +0100dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2022-02-02 06:52:29 +0100juri_(~juri@178.63.35.222) (*.net *.split)
2022-02-02 06:52:29 +0100tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2022-02-02 06:52:29 +0100mmaruseacph2(~mihai@198.199.100.72) (*.net *.split)
2022-02-02 06:52:29 +0100meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2022-02-02 06:52:29 +0100andjjj23_(~irc@107.170.228.47) (*.net *.split)
2022-02-02 06:52:29 +0100neverwas(jpneverwas@swissbox.unperson.link) (*.net *.split)
2022-02-02 06:52:29 +0100n3t(n3t@user/n3t) (*.net *.split)
2022-02-02 06:52:29 +0100loonycyborg(~loonycybo@wesnoth/developer/loonycyborg) (*.net *.split)
2022-02-02 06:52:29 +0100drdo(~drdo@roach0.drdo.eu) (*.net *.split)
2022-02-02 06:52:29 +0100ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split)
2022-02-02 06:52:29 +0100carter(sid14827@helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:52:29 +0100TMA(~tma@twin.jikos.cz) (*.net *.split)
2022-02-02 06:52:29 +0100hubvu_(sid495858@tinside.irccloud.com) (*.net *.split)
2022-02-02 06:52:29 +0100jtmar(~james@jtmar.me) (*.net *.split)
2022-02-02 06:52:29 +0100kawpuh(~kawpuh@66.42.81.80) (*.net *.split)
2022-02-02 06:52:29 +0100Axman6(~Axman6@user/axman6) (*.net *.split)
2022-02-02 06:52:29 +0100Boarders_(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:52:29 +0100JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:52:29 +0100saolsen(sid26430@id-26430.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:52:29 +0100tapas(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:52:29 +0100cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:52:29 +0100enemeth79(sid309041@id-309041.lymington.irccloud.com) (*.net *.split)
2022-02-02 06:52:30 +0100bjs(sid190364@user/bjs) (*.net *.split)
2022-02-02 06:52:30 +0100sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2022-02-02 06:52:30 +0100mrianbloom(sid350277@id-350277.ilkley.irccloud.com) (*.net *.split)
2022-02-02 06:52:30 +0100dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:52:30 +0100acertain(sid470584@id-470584.hampstead.irccloud.com) (*.net *.split)
2022-02-02 06:52:30 +0100gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2022-02-02 06:52:30 +0100hongminhee(sid295@id-295.tinside.irccloud.com) (*.net *.split)
2022-02-02 06:52:30 +0100sm[i](~user@plaintextaccounting/sm) (*.net *.split)
2022-02-02 06:54:08 +0100Unode(~Unode@194.94.44.220)
2022-02-02 06:54:08 +0100monochrom(trebla@216.138.220.146)
2022-02-02 06:54:08 +0100YoungFrog(~youngfrog@39.129-180-91.adsl-dyn.isp.belgacom.be)
2022-02-02 06:54:08 +0100caubert(~caubert@136.244.111.235)
2022-02-02 06:54:08 +0100troydm(~troydm@host-176-37-124-197.b025.la.net.ua)
2022-02-02 06:54:08 +0100dumptruckman(~dumptruck@45-79-173-88.ip.linodeusercontent.com)
2022-02-02 06:54:08 +0100Flonk(~Flonk@vps-zap441517-1.zap-srv.com)
2022-02-02 06:54:08 +0100noctux(~noctux@user/noctux)
2022-02-02 06:54:08 +0100Neuromancer(~Neuromanc@user/neuromancer)
2022-02-02 06:54:08 +0100incertia(~incertia@207.98.163.88)
2022-02-02 06:54:08 +0100martin02(~silas@141.84.69.76)
2022-02-02 06:54:08 +0100sherlock_95(~sherlock_@static.131.42.161.5.clients.your-server.de)
2022-02-02 06:54:08 +0100acowley(~acowley@c-68-83-22-43.hsd1.nj.comcast.net)
2022-02-02 06:54:08 +0100ridcully_(~ridcully@p508acc81.dip0.t-ipconnect.de)
2022-02-02 06:54:08 +0100Ranhir(~Ranhir@157.97.53.139)
2022-02-02 06:54:08 +0100iteratee(~kyle@162.218.222.107)
2022-02-02 06:54:08 +0100bliminse(~bliminse@host86-188-36-166.range86-188.btcentralplus.com)
2022-02-02 06:54:08 +0100eL_Bart0(eL_Bart0@dietunichtguten.org)
2022-02-02 06:54:08 +0100mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net)
2022-02-02 06:54:08 +0100joo-_(~joo-_@fsf/member/joo--)
2022-02-02 06:54:08 +0100niko(~niko@libera/staff/niko)
2022-02-02 06:54:08 +0100OscarH(~OscarH@90.201.86.195)
2022-02-02 06:54:08 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-02-02 06:54:08 +0100statusbot1(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-02-02 06:54:08 +0100ajb_(~ajb@cupid.whatbox.ca)
2022-02-02 06:54:08 +0100dibblego(~dibblego@haskell/developer/dibblego)
2022-02-02 06:54:08 +0100cyphase(~cyphase@user/cyphase)
2022-02-02 06:54:08 +0100yahb(xsbot@user/mniip/bot/yahb)
2022-02-02 06:54:08 +0100byorgey(~byorgey@155.138.238.211)
2022-02-02 06:54:08 +0100kjak(~kjak@pool-108-45-56-21.washdc.fios.verizon.net)
2022-02-02 06:54:08 +0100hexagoxel(~hexagoxel@hexagoxel.de)
2022-02-02 06:54:08 +0100kilolympus(~kilolympu@31.205.200.235)
2022-02-02 06:54:08 +0100spider__(~spider@vps-951ce37a.vps.ovh.ca)
2022-02-02 06:54:08 +0100yaroot(~yaroot@57.48.30.125.dy.iij4u.or.jp)
2022-02-02 06:54:08 +0100landonf(landonf@mac68k.info)
2022-02-02 06:54:08 +0100nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2022-02-02 06:54:08 +0100albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-02-02 06:54:08 +0100stiell(~stiell@gateway/tor-sasl/stiell)
2022-02-02 06:54:08 +0100fef(~thedawn@user/thedawn)
2022-02-02 06:54:08 +0100whatsupdoc(uid509081@id-509081.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100nunggu(~q@user/nunggu)
2022-02-02 06:54:08 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-02-02 06:54:08 +0100img(~img@user/img)
2022-02-02 06:54:08 +0100sprout(~quassel@2a02:a467:ccd6:1:6013:7539:4fef:cd22)
2022-02-02 06:54:08 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49)
2022-02-02 06:54:08 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-02-02 06:54:08 +0100dsrt^(~dsrt@128-092-164-034.biz.spectrum.com)
2022-02-02 06:54:08 +0100califax(~califax@user/califx)
2022-02-02 06:54:08 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480::41)
2022-02-02 06:54:08 +0100chronon(~chronon@user/chronon)
2022-02-02 06:54:08 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:fb75:bdf0:5af1:4493)
2022-02-02 06:54:08 +0100SethTisue(sid14912@id-14912.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100vysn(~vysn@user/vysn)
2022-02-02 06:54:08 +0100kaph(~kaph@net-2-47-208-144.cust.vodafonedsl.it)
2022-02-02 06:54:08 +0100wagle(~wagle@quassel.wagle.io)
2022-02-02 06:54:08 +0100Logio(em@kapsi.fi)
2022-02-02 06:54:08 +0100prolic(~prolic@181.122.131.227)
2022-02-02 06:54:08 +0100TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com)
2022-02-02 06:54:08 +0100econo(uid147250@user/econo)
2022-02-02 06:54:08 +0100hgolden(~hgolden2@cpe-172-114-81-123.socal.res.rr.com)
2022-02-02 06:54:08 +0100modnar(~modnar@shell.sonic.net)
2022-02-02 06:54:08 +0100wyrd(~wyrd@gateway/tor-sasl/wyrd)
2022-02-02 06:54:08 +0100zmt00(~zmt00@user/zmt00)
2022-02-02 06:54:08 +0100son0p(~ff@181.136.122.143)
2022-02-02 06:54:08 +0100sus(zero@user/zeromomentum)
2022-02-02 06:54:08 +0100remedan(~remedan@octo.cafe)
2022-02-02 06:54:08 +0100Akiva(~Akiva@user/Akiva)
2022-02-02 06:54:08 +0100jlamothe(~jlamothe@198.251.61.229)
2022-02-02 06:54:08 +0100wavemode(~wavemode@c-98-223-145-19.hsd1.il.comcast.net)
2022-02-02 06:54:08 +0100rembo10(~rembo10@remulis.com)
2022-02-02 06:54:08 +0100tiferrei(~tiferrei@user/tiferrei)
2022-02-02 06:54:08 +0100cstml[m](~cstmlmatr@2001:470:69fc:105::1:5c07)
2022-02-02 06:54:08 +0100SridharRatnakuma(~sridmatri@2001:470:69fc:105::1c2)
2022-02-02 06:54:08 +0100joaquinmg[m](~joaquinmg@2001:470:69fc:105::1:67d2)
2022-02-02 06:54:08 +0100Heffalump[m](~hsenagmat@2001:470:69fc:105::e11)
2022-02-02 06:54:08 +0100aidy(~aidy@2001:470:69fc:105::c7b4)
2022-02-02 06:54:08 +0100alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2022-02-02 06:54:08 +0100thomasjm[m](~thomasjmm@2001:470:69fc:105::c6d9)
2022-02-02 06:54:08 +0100euphrates[m](~euphrates@2001:470:69fc:105::fbb5)
2022-02-02 06:54:08 +0100zwro[m](~zwromatri@2001:470:69fc:105::1d4)
2022-02-02 06:54:08 +0100ParsaAlizadeh[m](~lizadehma@2001:470:69fc:105::1:65a4)
2022-02-02 06:54:08 +0100thejuan24f[m](~thejuan2m@2001:470:69fc:105::1:6569)
2022-02-02 06:54:08 +0100pfurla-matrix(~pedrofurl@2001:470:69fc:105::1:51d7)
2022-02-02 06:54:08 +0100Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-02-02 06:54:08 +0100Orbstheorem(~orbstheor@2001:470:69fc:105::a56)
2022-02-02 06:54:08 +0100unrooted(~unrooted@2001:470:69fc:105::a4a)
2022-02-02 06:54:08 +0100bitonic(~bitonic@2001:470:69fc:105::1812)
2022-02-02 06:54:08 +0100ac(~aloiscoch@2001:470:69fc:105::65)
2022-02-02 06:54:08 +0100ormaaj(~ormaaj@user/ormaaj)
2022-02-02 06:54:08 +0100xbreu(~xbreu@2001:470:69fc:105::1:5061)
2022-02-02 06:54:08 +0100fcortesi(~fcortesi@2001:470:69fc:105::f3a9)
2022-02-02 06:54:08 +0100jinsun_(~jinsun@user/jinsun)
2022-02-02 06:54:08 +0100wildsebastian(~wildsebas@2001:470:69fc:105::1:14b1)
2022-02-02 06:54:08 +0100maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-02-02 06:54:08 +0100jmcantrell(~jmcantrel@user/jmcantrell)
2022-02-02 06:54:08 +0100vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe)
2022-02-02 06:54:08 +0100DemiMarieObenour(~alwayscur@2001:470:69fc:105::4886)
2022-02-02 06:54:08 +0100fendor[m](~fendormat@2001:470:69fc:105::fcbd)
2022-02-02 06:54:08 +0100carmysilna(~brightly-@2001:470:69fc:105::2190)
2022-02-02 06:54:08 +0100Tisoxin(~ikosit@user/ikosit)
2022-02-02 06:54:08 +0100ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-02-02 06:54:08 +0100alex[m]12(~alexchete@2001:470:69fc:105::1:1001)
2022-02-02 06:54:08 +0100SawyerBergeron[m(~sawyerber@2001:470:69fc:105::3036)
2022-02-02 06:54:08 +0100smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2022-02-02 06:54:08 +0100siraben(~siraben@user/siraben)
2022-02-02 06:54:08 +0100jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-02-02 06:54:08 +0100ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-02-02 06:54:08 +0100Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2022-02-02 06:54:08 +0100Artem[m](~artemtype@2001:470:69fc:105::75b)
2022-02-02 06:54:08 +0100Deide(~deide@user/deide)
2022-02-02 06:54:08 +0100hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4)
2022-02-02 06:54:08 +0100mahene[m](~mahenemat@2001:470:69fc:105::1:6a93)
2022-02-02 06:54:08 +0100sm(~sm@plaintextaccounting/sm)
2022-02-02 06:54:08 +0100schuelermine[m](~schuelerm@user/schuelermine)
2022-02-02 06:54:08 +0100Las[m](~lasmatrix@2001:470:69fc:105::74e)
2022-02-02 06:54:08 +0100finalti[m](~finaltima@2001:470:69fc:105::d909)
2022-02-02 06:54:08 +0100denbrahe(~denbrahe@2001:470:69fc:105::19c0)
2022-02-02 06:54:08 +0100marinelli[m](~marinelli@2001:470:69fc:105::2d8)
2022-02-02 06:54:08 +0100quantum(~quantum@user/quantum/x-8556232)
2022-02-02 06:54:08 +0100maralorn(~maralorn@2001:470:69fc:105::251)
2022-02-02 06:54:08 +0100unclechu(~unclechu@2001:470:69fc:105::354)
2022-02-02 06:54:08 +0100moats(~oats@user/oats)
2022-02-02 06:54:08 +0100Topik[m](~topikmatr@2001:470:69fc:105::a082)
2022-02-02 06:54:08 +0100Arathorn(~arathorn@2001:470:69fc:105::1f)
2022-02-02 06:54:08 +0100ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-02-02 06:54:08 +0100kadoban(~kadoban@user/kadoban)
2022-02-02 06:54:08 +0100zfnmxt(~zfnmxtzfn@2001:470:69fc:105::2b32)
2022-02-02 06:54:08 +0100JoseC[m](~jmcardonm@2001:470:69fc:105::1:7539)
2022-02-02 06:54:08 +0100amesgen[m](~amesgenm]@2001:470:69fc:105::82b)
2022-02-02 06:54:08 +0100cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-02-02 06:54:08 +0100peddie(~peddie@2001:470:69fc:105::25d)
2022-02-02 06:54:08 +0100fgaz(~fgaz@2001:470:69fc:105::842)
2022-02-02 06:54:08 +0100juhp[m](~juhpmatri@2001:470:69fc:105::6e9)
2022-02-02 06:54:08 +0100catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407)
2022-02-02 06:54:08 +0100jaror[m](~jaror@2001:470:69fc:105::265)
2022-02-02 06:54:08 +0100codygman[m](~codygman@2001:470:69fc:105::b4ba)
2022-02-02 06:54:08 +0100simmsb(~simmsb@2001:470:69fc:105::1:55c3)
2022-02-02 06:54:08 +0100benjamin[m]123(~benjaminm@2001:470:69fc:105::1:3f2f)
2022-02-02 06:54:08 +0100cherryblossom[m](~cherryblo@2001:470:69fc:105::b789)
2022-02-02 06:54:08 +0100nomeata(~nomeata@2001:470:69fc:105::1:5ed4)
2022-02-02 06:54:08 +0100Yehoshua(~yehoshua@2001:470:69fc:105::1:593f)
2022-02-02 06:54:08 +0100litharn[m](~litharnma@2001:470:69fc:105::1:8336)
2022-02-02 06:54:08 +0100jkaye[m](~jkayematr@2001:470:69fc:105::1:86f7)
2022-02-02 06:54:08 +0100throwaaaa[m](~throwaaaa@2001:470:69fc:105::1:6fe6)
2022-02-02 06:54:08 +0100jesser[m](~jessermat@2001:470:69fc:105::d5ae)
2022-02-02 06:54:08 +0100craige[m](~craigemcw@2001:470:69fc:105::35f1)
2022-02-02 06:54:08 +0100sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8)
2022-02-02 06:54:08 +0100james[m]12(~jamesnina@2001:470:69fc:105::1:4203)
2022-02-02 06:54:08 +0100eoiles[m](~eoilesmat@2001:470:69fc:105::1:6164)
2022-02-02 06:54:08 +0100tripa[m](~tripamatr@2001:470:69fc:105::1:4f7e)
2022-02-02 06:54:08 +0100Sixto[m](~provornyc@2001:470:69fc:105::1:74df)
2022-02-02 06:54:08 +0100phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4)
2022-02-02 06:54:08 +0100octeep[m](~octeepoct@2001:470:69fc:105::1:3dbf)
2022-02-02 06:54:08 +0100kalxd[m](~kalxdmatr@2001:470:69fc:105::1:576e)
2022-02-02 06:54:08 +0100sofviic[m](~sofviicma@2001:470:69fc:105::1:51fd)
2022-02-02 06:54:08 +0100EkaiZend[m](~ekai-zend@2001:470:69fc:105::1:7756)
2022-02-02 06:54:08 +0100Nate[m](~m52957mat@2001:470:69fc:105::1:591a)
2022-02-02 06:54:08 +0100yehoshuapw(~yehoshuap@2001:470:69fc:105::a5f)
2022-02-02 06:54:08 +0100afotgkmnzj7asv3r(~afotgkmnz@2001:470:69fc:105::c24b)
2022-02-02 06:54:08 +0100wysteriary[m](~wysteriar@2001:470:69fc:105::a42e)
2022-02-02 06:54:08 +0100justosophy[m](~justosoph@2001:470:69fc:105::572f)
2022-02-02 06:54:08 +0100RosarioPulella[m(~rosariopu@2001:470:69fc:105::a57)
2022-02-02 06:54:08 +0100Morrow[m](~morrowmma@2001:470:69fc:105::1d0)
2022-02-02 06:54:08 +0100bb010g(~bb010g@2001:470:69fc:105::9a5)
2022-02-02 06:54:08 +0100oak-(~oakuniver@2001:470:69fc:105::fcd)
2022-02-02 06:54:08 +0100reza[m](~rezaphone@2001:470:69fc:105::3eda)
2022-02-02 06:54:08 +0100Michal[m](~oomiguelm@2001:470:69fc:105::1:5ab0)
2022-02-02 06:54:08 +0100sekun[m](~hsekmatri@2001:470:69fc:105::d18f)
2022-02-02 06:54:08 +0100soft(~soft@2001:470:69fc:105::c75)
2022-02-02 06:54:08 +0100jchia[m](~jchiamatr@2001:470:69fc:105::c50b)
2022-02-02 06:54:08 +0100mmos[m](~mmosmatri@2001:470:69fc:105::1:8340)
2022-02-02 06:54:08 +0100psydroid(~psydroid@user/psydroid)
2022-02-02 06:54:08 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-02-02 06:54:08 +0100synthmeat(~synthmeat@user/synthmeat)
2022-02-02 06:54:08 +0100earthy(~arthurvl@2001:984:275b:1:ba27:ebff:fea0:40b0)
2022-02-02 06:54:08 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-02-02 06:54:08 +0100ddb(~ddb@ipv6two.tilde.club)
2022-02-02 06:54:08 +0100jackhill(~jackhill@kalessin.dragonsnail.net)
2022-02-02 06:54:08 +0100ix(~ix@2a02:8010:674f:0:d65d:64ff:fe52:5efe)
2022-02-02 06:54:08 +0100flupe(~baboum@radon.sbi.re)
2022-02-02 06:54:08 +0100sajith(~sajith@user/sajith)
2022-02-02 06:54:08 +0100megaTherion(~therion@unix.io)
2022-02-02 06:54:08 +0100kristjansson(sid126207@id-126207.tinside.irccloud.com)
2022-02-02 06:54:08 +0100hendi(sid489601@id-489601.lymington.irccloud.com)
2022-02-02 06:54:08 +0100davetapley(sid666@id-666.uxbridge.irccloud.com)
2022-02-02 06:54:08 +0100AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2022-02-02 06:54:08 +0100taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2022-02-02 06:54:08 +0100jonrh(sid5185@id-5185.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684)
2022-02-02 06:54:08 +0100Flow(~none@gentoo/developer/flow)
2022-02-02 06:54:08 +0100Alex_test(~al_test@178.34.151.37)
2022-02-02 06:54:08 +0100jespada(~jespada@87.74.36.188)
2022-02-02 06:54:08 +0100matijja(~matijja@193.77.181.201)
2022-02-02 06:54:08 +0100joeyh_(joeyh@kitenet.net)
2022-02-02 06:54:08 +0100Adran(adran@botters/adran)
2022-02-02 06:54:08 +0100noddy(~user@user/noddy)
2022-02-02 06:54:08 +0100beaky(~beaky@2a03:b0c0:0:1010::1e:a001)
2022-02-02 06:54:08 +0100remexre(~remexre@user/remexre)
2022-02-02 06:54:08 +0100tcard_(~tcard@p2878075-ipngn18701hodogaya.kanagawa.ocn.ne.jp)
2022-02-02 06:54:08 +0100SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2022-02-02 06:54:08 +0100ehamberg(sid18208@id-18208.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100Ram-Z_(~Ram-Z@li1814-254.members.linode.com)
2022-02-02 06:54:08 +0100conjunctive(sid433686@id-433686.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100feliix42_(~felix@gibbs.uberspace.de)
2022-02-02 06:54:08 +0100caasih(sid13241@id-13241.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100aristid(sid1599@uxbridge.irccloud.com)
2022-02-02 06:54:08 +0100bbhoss(sid18216@id-18216.tinside.irccloud.com)
2022-02-02 06:54:08 +0100tritlo(sid58727@user/tritlo)
2022-02-02 06:54:08 +0100asivitz(uid178348@id-178348.tinside.irccloud.com)
2022-02-02 06:54:08 +0100lightandlight(sid135476@id-135476.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100aplainze1akind(~johndoe@captainludd.powered.by.lunarbnc.net)
2022-02-02 06:54:08 +0100sterni(~lukas@user/sterni)
2022-02-02 06:54:08 +0100Ekho(~Ekho@user/ekho)
2022-02-02 06:54:08 +0100infinity0(~infinity0@occupy.ecodis.net)
2022-02-02 06:54:08 +0100jpds(~jpds@gateway/tor-sasl/jpds)
2022-02-02 06:54:08 +0100kadobanana(~mud@user/kadoban)
2022-02-02 06:54:08 +0100myme(~myme@2a01:799:d5a:cd00:fb5a:85b7:3647:e056)
2022-02-02 06:54:08 +0100phma(phma@2001:5b0:211c:a988:8f1d:f7a6:3d8d:dc0c)
2022-02-02 06:54:08 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-02-02 06:54:08 +0100raym(~raym@user/raym)
2022-02-02 06:54:08 +0100V(~v@anomalous.eu)
2022-02-02 06:54:08 +0100acidsys(~LSD@2.lsd.systems)
2022-02-02 06:54:08 +0100LiaoTao(~LiaoTao@gateway/tor-sasl/liaotao)
2022-02-02 06:54:08 +0100jjhoo(~jahakala@user/jjhoo)
2022-02-02 06:54:08 +0100micro(~micro@user/micro)
2022-02-02 06:54:08 +0100mncheckm(~mncheck@193.224.205.254)
2022-02-02 06:54:08 +0100fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof)
2022-02-02 06:54:08 +0100erisco(~erisco@d24-57-249-233.home.cgocable.net)
2022-02-02 06:54:08 +0100simpleauthority(~simpleaut@user/simpleauthority)
2022-02-02 06:54:08 +0100forell(~forell@user/forell)
2022-02-02 06:54:08 +0100hueso(~root@user/hueso)
2022-02-02 06:54:08 +0100qrpnxz(abc4f95c31@user/qrpnxz)
2022-02-02 06:54:08 +0100tomboy64(~tomboy64@user/tomboy64)
2022-02-02 06:54:08 +0100jinsun__(~quassel@user/jinsun)
2022-02-02 06:54:08 +0100alMalsamo(~alMalsamo@gateway/tor-sasl/almalsamo)
2022-02-02 06:54:08 +0100lechner(~lechner@debian/lechner)
2022-02-02 06:54:08 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2022-02-02 06:54:08 +0100polyphem(~rod@2a02:810d:840:8754:5126:c335:5f23:8358)
2022-02-02 06:54:08 +0100pgib(~textual@173.38.117.89)
2022-02-02 06:54:08 +0100shailangsa(~shailangs@host86-185-98-37.range86-185.btcentralplus.com)
2022-02-02 06:54:08 +0100Megant(megant@user/megant)
2022-02-02 06:54:08 +0100aeka(~aeka@user/hiruji)
2022-02-02 06:54:08 +0100Katarushisu(~Katarushi@cpc147334-finc20-2-0-cust27.4-2.cable.virginm.net)
2022-02-02 06:54:08 +0100cods(~fred@82-65-232-44.subs.proxad.net)
2022-02-02 06:54:08 +0100MasseR4(~MasseR@51.15.143.128)
2022-02-02 06:54:08 +0100azimut(~azimut@gateway/tor-sasl/azimut)
2022-02-02 06:54:08 +0100dka(~code-is-a@ns3059207.ip-193-70-33.eu)
2022-02-02 06:54:08 +0100xsperry(~xs@user/xsperry)
2022-02-02 06:54:08 +0100Pent(sid313808@id-313808.lymington.irccloud.com)
2022-02-02 06:54:08 +0100vito(sid1962@user/vito)
2022-02-02 06:54:08 +0100alinab(sid468903@id-468903.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100rune(sid21167@id-21167.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100joel135(sid136450@id-136450.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100ephemient(uid407513@id-407513.lymington.irccloud.com)
2022-02-02 06:54:08 +0100ski(~ski@remote12.chalmers.se)
2022-02-02 06:54:08 +0100cln(sid336875@id-336875.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100mrmonday(~robert@octarineparrot.com)
2022-02-02 06:54:08 +0100jocke-l(jocke-l@a.x0.is)
2022-02-02 06:54:08 +0100dexterfoo(~dexter@li655-253.members.linode.com)
2022-02-02 06:54:08 +0100lieven(~mal@ns2.wyrd.be)
2022-02-02 06:54:08 +0100kaskal(~kaskal@2001:4bb8:2cc:5073:e1cf:a3ef:264a:1e80)
2022-02-02 06:54:08 +0100choucavalier(~choucaval@peanutbuttervibes.com)
2022-02-02 06:54:08 +0100jiribenes(~jiribenes@rosa.jiribenes.com)
2022-02-02 06:54:08 +0100lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net)
2022-02-02 06:54:08 +0100chexum(~quassel@gateway/tor-sasl/chexum)
2022-02-02 06:54:08 +0100EvanR(~EvanR@user/evanr)
2022-02-02 06:54:08 +0100juhp(~juhp@bb121-6-118-149.singnet.com.sg)
2022-02-02 06:54:08 +0100HotblackDesiato(~HotblackD@gateway/tor-sasl/hotblackdesiato)
2022-02-02 06:54:08 +0100s4msung(bZt8T9wHxn@user/s4msung)
2022-02-02 06:54:08 +0100ec(~ec@gateway/tor-sasl/ec)
2022-02-02 06:54:08 +0100Techcable(~Techcable@168.235.93.147)
2022-02-02 06:54:08 +0100orcus(~orcus@user/brprice)
2022-02-02 06:54:08 +0100dispater(~dispater@user/brprice)
2022-02-02 06:54:08 +0100RSBach(~guygastin@137.184.131.156)
2022-02-02 06:54:08 +0100pooryorick(~pooryoric@87-119-174-173.tll.elisa.ee)
2022-02-02 06:54:08 +0100gdd(~gdd@129.199.146.230)
2022-02-02 06:54:08 +0100Inoperable(~PLAYER_1@fancydata.science)
2022-02-02 06:54:08 +0100AWizzArd(~code@user/awizzard)
2022-02-02 06:54:08 +0100Jonno_FTW(~come@user/jonno-ftw/x-0835346)
2022-02-02 06:54:08 +0100exarkun(~exarkun@user/exarkun)
2022-02-02 06:54:08 +0100maerwald(~maerwald@user/maerwald)
2022-02-02 06:54:08 +0100eagleflo(~aku@163.172.137.34)
2022-02-02 06:54:08 +0100gabiruh(~gabiruh@vps19177.publiccloud.com.br)
2022-02-02 06:54:08 +0100df(~ben@justworks.xyz)
2022-02-02 06:54:08 +0100[exa](exa@user/exa/x-3587197)
2022-02-02 06:54:08 +0100dixie(~dixie@real.wilbury.sk)
2022-02-02 06:54:08 +0100nahcetan(~nate@108-233-125-227.lightspeed.sntcca.sbcglobal.net)
2022-02-02 06:54:08 +0100m1dnight(~christoph@christophe.dev)
2022-02-02 06:54:08 +0100awpr(uid446117@id-446117.lymington.irccloud.com)
2022-02-02 06:54:08 +0100kritzefitz(~kritzefit@debian/kritzefitz)
2022-02-02 06:54:08 +0100koolazer(~koo@user/koolazer)
2022-02-02 06:54:08 +0100bollu(~bollu@159.65.151.13)
2022-02-02 06:54:08 +0100068AAJYTL(~rabbit@206.81.18.26)
2022-02-02 06:54:08 +0100sudden(~cat@user/sudden)
2022-02-02 06:54:08 +0100xdej(~xdej@quatramaran.salle-s.org)
2022-02-02 06:54:08 +0100Clint(~Clint@user/clint)
2022-02-02 06:54:08 +0100absence_(torgeihe@hildring.pvv.ntnu.no)
2022-02-02 06:54:08 +0100ouroboros(~ouroboros@user/ouroboros)
2022-02-02 06:54:08 +0100np(~nerdypepp@user/nerdypepper)
2022-02-02 06:54:08 +0100MironZ(~MironZ@nat-infra.ehlab.uk)
2022-02-02 06:54:08 +0100dfordvm(~dfordivam@tk2-219-19469.vs.sakura.ne.jp)
2022-02-02 06:54:08 +0100litharge(litharge@libera/bot/litharge)
2022-02-02 06:54:08 +0100ravella(~ravella@user/ryanavella)
2022-02-02 06:54:08 +0100ptrcmd(~ptrcmd@user/ptrcmd)
2022-02-02 06:54:08 +0100nek0(~nek0@nek0.eu)
2022-02-02 06:54:08 +0100dfg(dfg@user/dfg)
2022-02-02 06:54:08 +0100sweater(~sweater@206.81.18.26)
2022-02-02 06:54:08 +0100adanwan_(~adanwan@gateway/tor-sasl/adanwan)
2022-02-02 06:54:08 +0100fjmorazan(~quassel@user/fjmorazan)
2022-02-02 06:54:08 +0100slowtyper(~slowtyper@user/slowtyper)
2022-02-02 06:54:08 +0100lambdabot(~lambdabot@haskell/bot/lambdabot)
2022-02-02 06:54:08 +0100shanemikel(~shanemike@desk.roadwar.net)
2022-02-02 06:54:08 +0100heath(~heath@user/heath)
2022-02-02 06:54:08 +0100douglaswinship(~douglaswi@78.40.148.180)
2022-02-02 06:54:08 +0100mjrosenb(~mjrosenb@pool-108-54-97-96.nycmny.fios.verizon.net)
2022-02-02 06:54:08 +0100Athas(athas@sigkill.dk)
2022-02-02 06:54:08 +0100lambdap(~lambdap@static.167.190.119.168.clients.your-server.de)
2022-02-02 06:54:08 +0100tomjaguarpaw(~tom@li367-225.members.linode.com)
2022-02-02 06:54:08 +0100tureba(~tureba@tureba.org)
2022-02-02 06:54:08 +0100ystael(~ystael@user/ystael)
2022-02-02 06:54:08 +0100nurupo(~nurupo.ga@user/nurupo)
2022-02-02 06:54:08 +0100tomsmeding(~tomsmedin@tomsmeding.com)
2022-02-02 06:54:08 +0100p3n(~p3n@217.198.124.246)
2022-02-02 06:54:08 +0100m4lvin(~m4lvin@w4eg.de)
2022-02-02 06:54:08 +0100idnar(sid12240@debian/mithrandi)
2022-02-02 06:54:08 +0100jackdk(sid373013@cssa/jackdk)
2022-02-02 06:54:08 +0100edwardk(sid47016@haskell/developer/edwardk)
2022-02-02 06:54:08 +0100greenbourne277(~greenbour@2001:4b98:dc2:45:216:3eff:fe8a:bbf0)
2022-02-02 06:54:08 +0100finsternis(~X@23.226.237.192)
2022-02-02 06:54:08 +0100tomku(~tomku@user/tomku)
2022-02-02 06:54:08 +0100jrm(~jrm@156.34.173.250)
2022-02-02 06:54:08 +0100ChanServ(ChanServ@services.libera.chat)
2022-02-02 06:54:08 +0100FragByte(~christian@user/fragbyte)
2022-02-02 06:54:08 +0100TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2022-02-02 06:54:08 +0100obfusk(~quassel@a82-161-150-56.adsl.xs4all.nl)
2022-02-02 06:54:08 +0100brettgilio(~brettgili@x-node.gq)
2022-02-02 06:54:08 +0100opqdonut(opqdonut@pseudo.fixme.fi)
2022-02-02 06:54:08 +0100vgtw(~vgtw@user/vgtw)
2022-02-02 06:54:08 +0100totte(~totte@h-82-196-112-155.A166.priv.bahnhof.se)
2022-02-02 06:54:08 +0100nisstyre(~wes@user/nisstyre)
2022-02-02 06:54:08 +0100cocreature(~moritz@2a03:b0c0:3:d0::c8:f001)
2022-02-02 06:54:08 +0100biberu(~biberu@user/biberu)
2022-02-02 06:54:08 +0100stefan-_(~cri@42dots.de)
2022-02-02 06:54:08 +0100sabx_(~sabbas@user/sabbas)
2022-02-02 06:54:08 +0100w1gz(~do@159.89.11.133)
2022-02-02 06:54:08 +0100farn_(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505)
2022-02-02 06:54:08 +0100PHO`(~pho@akari.cielonegro.org)
2022-02-02 06:54:08 +0100perro_(~perro@072-191-245-069.res.spectrum.com)
2022-02-02 06:54:08 +0100stilgart_(~Christoph@chezlefab.net)
2022-02-02 06:54:08 +0100aforemny(~aforemny@static.248.158.34.188.clients.your-server.de)
2022-02-02 06:54:08 +0100carbolymer(~carbolyme@dropacid.net)
2022-02-02 06:54:08 +0100the_proffesor(~theproffe@user/theproffesor)
2022-02-02 06:54:08 +0100rubin55(sid175221@id-175221.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100greyrat_(~greyrat@ip202.ip-51-178-215.eu)
2022-02-02 06:54:08 +0100codedmart_(~codedmart@li335-49.members.linode.com)
2022-02-02 06:54:08 +0100hugo(znc@verdigris.lysator.liu.se)
2022-02-02 06:54:08 +0100elvishjerricco(sid237756@id-237756.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100megeve_(sid523379@id-523379.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100rtpg(sid443069@id-443069.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100jmct_(sid160793@id-160793.tinside.irccloud.com)
2022-02-02 06:54:08 +0100travv0(sid293381@user/travv0)
2022-02-02 06:54:08 +0100evanrelf(3addc196af@2604:bf00:561:2000::f0)
2022-02-02 06:54:08 +0100Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2)
2022-02-02 06:54:08 +0100jakzale(6291399afa@user/jakzale)
2022-02-02 06:54:08 +0100samhh(7569f027cf@2604:bf00:561:2000::e4)
2022-02-02 06:54:08 +0100akhesacaro(~caro@212.83.144.58)
2022-02-02 06:54:08 +0100Rembane(~Rembane@li346-36.members.linode.com)
2022-02-02 06:54:08 +0100hamishmack_(sid389057@id-389057.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100wolfshappen(~waff@irc.furworks.de)
2022-02-02 06:54:08 +0100L29Ah(~L29Ah@wikipedia/L29Ah)
2022-02-02 06:54:08 +0100teddyc(theodorc@cassarossa.samfundet.no)
2022-02-02 06:54:08 +0100ysh(sid6017@id-6017.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100nf(~n@monade.li)
2022-02-02 06:54:08 +0100tired(~tired@user/tired)
2022-02-02 06:54:08 +0100zzz(~z@user/zero)
2022-02-02 06:54:08 +0100bastelfreak(~bastelfre@basteles-bastelknecht.bastelfreak.org)
2022-02-02 06:54:08 +0100calcium.libera.chat+o ChanServ
2022-02-02 06:54:08 +0100lisq(~quassel@lis.moe)
2022-02-02 06:54:08 +0100kronicma1(user73386@neotame.csclub.uwaterloo.ca)
2022-02-02 06:54:08 +0100dragestil(~znc@user/dragestil)
2022-02-02 06:54:08 +0100_0x47_(sid508683@id-508683.tinside.irccloud.com)
2022-02-02 06:54:08 +0100pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100dextaa(~DV@user/dextaa)
2022-02-02 06:54:08 +0100g(x@libera/staff/glguy)
2022-02-02 06:54:08 +0100iphy(sid67735@id-67735.lymington.irccloud.com)
2022-02-02 06:54:08 +0100pie_(~pie_bnc@user/pie/x-2818909)
2022-02-02 06:54:08 +0100energizer(~energizer@user/energizer)
2022-02-02 06:54:08 +0100adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2022-02-02 06:54:08 +0100marienz__(~marienz@libera/staff/marienz)
2022-02-02 06:54:08 +0100eco(~ubuntu@ec2-54-201-230-197.us-west-2.compute.amazonaws.com)
2022-02-02 06:54:08 +0100derelict(~derelict@user/derelict)
2022-02-02 06:54:08 +0100immae1(~immae@2a01:4f8:141:53e7::)
2022-02-02 06:54:08 +0100robbert-vdh(~robbert@robbertvanderhelm.nl)
2022-02-02 06:54:08 +0100ts3(~ts@46.101.20.9)
2022-02-02 06:54:08 +0100aweinstock(~aweinstoc@cpe-67-248-65-250.nycap.res.rr.com)
2022-02-02 06:54:08 +0100welterde(welterde@thinkbase.srv.welterde.de)
2022-02-02 06:54:08 +0100xnyhps_(~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288)
2022-02-02 06:54:08 +0100xnbya2(~xnbya@2a01:4f8:c17:cbdd::1)
2022-02-02 06:54:08 +0100S11001001(sid42510@ilkley.irccloud.com)
2022-02-02 06:54:08 +0100burakcank(~burakcank@has.arrived.and.is.ready-to.party)
2022-02-02 06:54:08 +0100NiKaN(sid385034@id-385034.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100nrr___(sid20938@id-20938.lymington.irccloud.com)
2022-02-02 06:54:08 +0100whez(sid470288@id-470288.lymington.irccloud.com)
2022-02-02 06:54:08 +0100jakesyl__(sid56879@id-56879.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100sunarch(uid526836@user/sunarch)
2022-02-02 06:54:08 +0100ldlework(~hexeme@user/hexeme)
2022-02-02 06:54:08 +0100PotatoGim(sid99505@id-99505.lymington.irccloud.com)
2022-02-02 06:54:08 +0100berberman_(~berberman@user/berberman)
2022-02-02 06:54:08 +0100integral(sid296274@user/integral)
2022-02-02 06:54:08 +0100bbear_(~znc@21212.s.t4vps.eu)
2022-02-02 06:54:08 +0100philpax_(sid516926@id-516926.lymington.irccloud.com)
2022-02-02 06:54:08 +0100cawfee_(~root@2406:3003:2077:2758::babe)
2022-02-02 06:54:08 +0100gmc(sid58314@id-58314.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100lally(sid388228@id-388228.uxbridge.irccloud.com)
2022-02-02 06:54:08 +0100glowcoil_(sid3405@id-3405.tinside.irccloud.com)
2022-02-02 06:54:08 +0100Firedancer(sid336191@id-336191.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100dunj3(~dunj3@kingdread.de)
2022-02-02 06:54:08 +0100teehemkay_(sid14792@id-14792.lymington.irccloud.com)
2022-02-02 06:54:08 +0100gregberns__(sid315709@id-315709.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100dagit3146(~dagit@c-24-21-226-72.hsd1.or.comcast.net)
2022-02-02 06:54:08 +0100siers(~ij@user/ij)
2022-02-02 06:54:08 +0100Aleksejs(~Aleksejs@haskell.lv)
2022-02-02 06:54:08 +0100astra(sid289983@user/amish)
2022-02-02 06:54:08 +0100dsal(sid13060@id-13060.lymington.irccloud.com)
2022-02-02 06:54:08 +0100tristanC(~tristanC@user/tristanc)
2022-02-02 06:54:08 +0100sander(~sander@user/sander)
2022-02-02 06:54:08 +0100SoF(~skius@user/skius)
2022-02-02 06:54:08 +0100polux(~polux@51.15.169.172)
2022-02-02 06:54:08 +0100raoul(~raoul@95.179.203.88)
2022-02-02 06:54:08 +0100dyniec(~dyniec@mail.dybiec.info)
2022-02-02 06:54:08 +0100Taneb(~Taneb@runciman.hacksoc.org)
2022-02-02 06:54:08 +0100jassob(~jassob@h-155-4-71-72.A785.priv.bahnhof.se)
2022-02-02 06:54:08 +0100srk(~sorki@user/srk)
2022-02-02 06:54:08 +0100kitzman(~kitzman@user/dekenevs)
2022-02-02 06:54:08 +0100Sqaure(~a@user/square)
2022-02-02 06:54:08 +0100anderson(~ande@user/anderson)
2022-02-02 06:54:08 +0100haritz(~hrtz@user/haritz)
2022-02-02 06:54:08 +0100a1paca(~a1paca@user/a1paca)
2022-02-02 06:54:08 +0100andreas303(andreas303@ip227.orange.bnc4free.com)
2022-02-02 06:54:08 +0100xerox(~edi@user/edi)
2022-02-02 06:54:08 +0100Patternmaster(~georg@li1192-118.members.linode.com)
2022-02-02 06:54:08 +0100Philonous(~Philonous@user/philonous)
2022-02-02 06:54:08 +0100clever(~clever@99.192.114.98)
2022-02-02 06:54:08 +0100tinwood(~tinwood@canonical/tinwood)
2022-02-02 06:54:08 +0100hook54321(sid149355@user/hook54321)
2022-02-02 06:54:08 +0100madnight_(~madnight@static.59.103.201.195.clients.your-server.de)
2022-02-02 06:54:08 +0100Teacup(~teacup@user/teacup)
2022-02-02 06:54:08 +0100barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2022-02-02 06:54:08 +0100hltk(~hltk@hltk.fi)
2022-02-02 06:54:08 +0100jeffz(~user@lambda.xen.prgmr.com)
2022-02-02 06:54:08 +0100mniip(mniip@libera/staff/mniip)
2022-02-02 06:54:08 +0100enyc(~enyc@user/enyc)
2022-02-02 06:54:08 +0100pierrot(~pi@user/pierrot)
2022-02-02 06:54:08 +0100grfn(sid449115@id-449115.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100dpratt__(sid193493@id-193493.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100Xe(~cadey@tailscale/xe)
2022-02-02 06:54:08 +0100bonz060(~quassel@2001:bc8:47a4:a23::1)
2022-02-02 06:54:08 +0100ggVGc(~ggVGc@a.lowtech.earth)
2022-02-02 06:54:08 +0100SIben(~SIben@ns3106586.ip-5-135-191.eu)
2022-02-02 06:54:08 +0100lyxia(~lyxia@poisson.chat)
2022-02-02 06:54:08 +0100m5zs7k(aquares@web10.mydevil.net)
2022-02-02 06:54:08 +0100davl(~davl@207.154.228.18)
2022-02-02 06:54:08 +0100LambdaDuck(~anka@ksit.fixme.fi)
2022-02-02 06:54:08 +0100xacktm(xacktm@user/xacktm)
2022-02-02 06:54:08 +0100acro(~acro@user/acro)
2022-02-02 06:54:08 +0100Vq(~vq@90-227-195-41-no77.tbcn.telia.com)
2022-02-02 06:54:08 +0100urdh(~urdh@user/urdh)
2022-02-02 06:54:08 +0100Putonlalla(~sapekiis@it-cyan.it.jyu.fi)
2022-02-02 06:54:08 +0100mrkajetanp(~mrkajetan@88.98.245.28)
2022-02-02 06:54:08 +0100Noinia(~Frank@77-162-168-71.fixed.kpn.net)
2022-02-02 06:54:08 +0100thebnq(~bnq@herrokitty.com)
2022-02-02 06:54:08 +0100bwe(~bwe@2a01:4f8:1c1c:4878::2)
2022-02-02 06:54:08 +0100drlkf(~drlkf@2001:41d0:a:62bb::1)
2022-02-02 06:54:08 +0100christiaanb(sid84827@id-84827.lymington.irccloud.com)
2022-02-02 06:54:08 +0100supersven(sid501114@id-501114.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100dkeohane2(~dkeohane@ec2-18-189-29-140.us-east-2.compute.amazonaws.com)
2022-02-02 06:54:08 +0100gnyeki(~gnyeki@user/gnyeki)
2022-02-02 06:54:08 +0100typetetris(sid275937@id-275937.tinside.irccloud.com)
2022-02-02 06:54:08 +0100sa1(sid7690@id-7690.ilkley.irccloud.com)
2022-02-02 06:54:08 +0100lexi-lambda(sid92601@id-92601.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100shane(~shane@ana.rch.ist)
2022-02-02 06:54:08 +0100davean(~davean@davean.sciesnet.net)
2022-02-02 06:54:08 +0100mustafa(sid502723@rockylinux/releng/mustafa)
2022-02-02 06:54:08 +0100gonz_____(sid304396@id-304396.lymington.irccloud.com)
2022-02-02 06:54:08 +0100arkeet(~arkeet@moriya.ca)
2022-02-02 06:54:08 +0100piele(~piele@tbonesteak.creativeserver.net)
2022-02-02 06:54:08 +0100hiredman(~hiredman@frontier1.downey.family)
2022-02-02 06:54:08 +0100Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2022-02-02 06:54:08 +0100glider(~glider@user/glider)
2022-02-02 06:54:08 +0100tdammers(~tdammers@77.109.72.177.res.static.edpnet.net)
2022-02-02 06:54:08 +0100mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001)
2022-02-02 06:54:08 +0100relrod(~relrod@redhat/ansible.staff.relrod)
2022-02-02 06:54:08 +0100Ferdirand(~somebody@2001:4c78:2012:5000::2)
2022-02-02 06:54:08 +0100mrus(~mrus@2001:19f0:5:1535:5400:3ff:fe7d:10ae)
2022-02-02 06:54:08 +0100averell(~averell@user/averell)
2022-02-02 06:54:08 +0100bgamari(~bgamari@2001:470:e438::1)
2022-02-02 06:54:08 +0100scav(sid309693@id-309693.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100bw(sid2730@user/betawaffle)
2022-02-02 06:54:08 +0100Trattue(~Trattue@152.70.182.158)
2022-02-02 06:54:08 +0100_________(~nobody@user/noodly)
2022-02-02 06:54:08 +0100kosmikus(~kosmikus@nullzig.kosmikus.org)
2022-02-02 06:54:08 +0100blades(~blades@204.48.29.163)
2022-02-02 06:54:08 +0100ellie(~ellie@user/ellie)
2022-02-02 06:54:08 +0100sqrt2_(~ben@80-108-18-7.cable.dynamic.surfer.at)
2022-02-02 06:54:08 +0100sshine(~simon@hubris.eta.solutions)
2022-02-02 06:54:08 +0100cjay(cjay@nerdbox.nerd2nerd.org)
2022-02-02 06:54:08 +0100notabled1(~notabledu@ares.dbalan.in)
2022-02-02 06:54:08 +0100noctuks(7vrDyCK6LH@user/noctux)
2022-02-02 06:54:08 +0100ringo__(~ringo@157.230.117.128)
2022-02-02 06:54:08 +0100mcfrdy(~mcfrdy@user/mcfrdy)
2022-02-02 06:54:08 +0100bsdbandit(~bwell@users.757.org)
2022-02-02 06:54:08 +0100Moyst_(~moyst@user/moyst)
2022-02-02 06:54:08 +0100auri(~quassel@fsf/member/auri)
2022-02-02 06:54:08 +0100mjacob(~mjacob@adrastea.uberspace.de)
2022-02-02 06:54:08 +0100peutri(~peutri@ns317027.ip-94-23-46.eu)
2022-02-02 06:54:08 +0100samebchase(~samebchas@51.15.68.182)
2022-02-02 06:54:08 +0100rookie101(~rookie@165.232.121.13)
2022-02-02 06:54:08 +0100Typedfern(~Typedfern@75.red-88-22-25.staticip.rima-tde.net)
2022-02-02 06:54:08 +0100edwtjo(~edwtjo@user/edwtjo)
2022-02-02 06:54:08 +0100nckx(~nckx@tobias.gr)
2022-02-02 06:54:08 +0100adium(adium@user/adium)
2022-02-02 06:54:08 +0100kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host)
2022-02-02 06:54:08 +0100shachaf(~shachaf@user/shachaf)
2022-02-02 06:54:08 +0100djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca)
2022-02-02 06:54:08 +0100dy(~dy@user/dy)
2022-02-02 06:54:08 +0100reda_(~reda@user/reda)
2022-02-02 06:54:08 +0100skn(~znc@2001:19f0:5:701:5400:ff:fe7c:4e5c)
2022-02-02 06:54:08 +0100T_S_(sid501726@id-501726.uxbridge.irccloud.com)
2022-02-02 06:54:08 +0100Igloo(~ian@matrix.chaos.earth.li)
2022-02-02 06:54:08 +0100Hecate(~mariposa@user/hecate)
2022-02-02 06:54:08 +0100asm(~alexander@user/asm)
2022-02-02 06:54:08 +0100ikke(~kevin@alpine/developer/ikke)
2022-02-02 06:54:08 +0100alanz(sid110616@uxbridge.irccloud.com)
2022-02-02 06:54:08 +0100DigitalKiwi(~kiwi@2604:a880:400:d0::12fc:5001)
2022-02-02 06:54:08 +0100SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2022-02-02 06:54:08 +0100yushyin(UhIHx5Z1ii@mail.karif.server-speed.net)
2022-02-02 06:54:08 +0100res0nat0r0(~Fletch@dia.whatbox.ca)
2022-02-02 06:54:08 +0100leah2(~leah@vuxu.org)
2022-02-02 06:54:08 +0100meinside(uid24933@id-24933.helmsley.irccloud.com)
2022-02-02 06:54:08 +0100duckonomy(~duckonomy@177.ip-144-217-84.net)
2022-02-02 06:54:26 +0100geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-02 06:54:26 +0100Sgeo_(~Sgeo@user/sgeo)
2022-02-02 06:54:26 +0100td_(~td@muedsl-82-207-238-174.citykom.de)
2022-02-02 06:54:26 +0100red-snail(~snail@static.151.210.203.116.clients.your-server.de)
2022-02-02 06:54:26 +0100Kaiepi(~Kaiepi@156.34.47.253)
2022-02-02 06:54:26 +0100pavonia(~user@user/siracusa)
2022-02-02 06:54:26 +0100janus(janus@anubis.0x90.dk)
2022-02-02 06:54:26 +0100tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net)
2022-02-02 06:54:26 +0100hyiltiz(~quassel@31.220.5.250)
2022-02-02 06:54:26 +0100quintasan(~quassel@quintasan.pl)
2022-02-02 06:54:26 +0100APic(~apic@apic.name)
2022-02-02 06:54:26 +0100cigsender(~cigsender@74.124.58.162)
2022-02-02 06:54:26 +0100jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-02-02 06:54:26 +0100Hafydd(~Hafydd@user/hafydd)
2022-02-02 06:54:26 +0100aria(sid380617@lymington.irccloud.com)
2022-02-02 06:54:26 +0100oats(~thomas@user/oats)
2022-02-02 06:54:26 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2022-02-02 06:54:26 +0100perrierjouet(~perrier-j@modemcable012.251-130-66.mc.videotron.ca)
2022-02-02 06:54:26 +0100ncopa(~ncopa@alpine/developer/ncopa)
2022-02-02 06:54:26 +0100lep(~lep@94.31.89.203)
2022-02-02 06:54:26 +0100AlexZenon(~alzenon@178.34.151.37)
2022-02-02 06:54:26 +0100ft(~ft@shell.chaostreff-dortmund.de)
2022-02-02 06:54:26 +0100Guest6735(~sam@c-93bfe655.020-348-73746f1.bbcust.telenor.se)
2022-02-02 06:54:26 +0100russruss(~russruss@my.russellmcc.com)
2022-02-02 06:54:26 +0100flipchan(~filip@user/flipchan)
2022-02-02 06:54:26 +0100tv(~tv@user/tv)
2022-02-02 06:54:26 +0100gawen_(~gawen@user/gawen)
2022-02-02 06:54:26 +0100robertm(~robertm@lattice.rojoma.com)
2022-02-02 06:54:26 +0100tromp(~textual@dhcp-077-249-230-040.chello.nl)
2022-02-02 06:54:26 +0100swistak(~swistak@185.21.216.141)
2022-02-02 06:54:26 +0100foul_owl(~kerry@94.140.8.107)
2022-02-02 06:54:26 +0100wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2022-02-02 06:54:26 +0100superbil(~superbil@1-34-176-171.hinet-ip.hinet.net)
2022-02-02 06:54:26 +0100tabemann(~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net)
2022-02-02 06:54:26 +0100marquis_andras(~marquis_a@124.170.163.166)
2022-02-02 06:54:26 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-72.dsl.bell.ca)
2022-02-02 06:54:26 +0100justGhost(~justache@user/justache)
2022-02-02 06:54:26 +0100mmalter(~mmalter@88.126.10.237)
2022-02-02 06:54:26 +0100mcglk(~mcglk@131.191.49.120)
2022-02-02 06:54:26 +0100Maxdamantus(~Maxdamant@user/maxdamantus)
2022-02-02 06:54:26 +0100stvc(~stvc@192.241.166.39)
2022-02-02 06:54:26 +0100cls(~cls@chalk.lubutu.com)
2022-02-02 06:54:26 +0100cross_(~cross@spitfire.i.gajendra.net)
2022-02-02 06:54:26 +0100skewerr(spoonm@inaba.spoonm.org)
2022-02-02 06:54:26 +0100drewr(~drew@user/drewr)
2022-02-02 06:54:26 +0100fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com)
2022-02-02 06:54:26 +0100haskl(~haskl@user/haskl)
2022-02-02 06:54:26 +0100mstksg(~jle`@cpe-23-240-75-236.socal.res.rr.com)
2022-02-02 06:54:26 +0100xstill-(xstill@fimu/xstill)
2022-02-02 06:54:26 +0100xsarnik(xsarnik@lounge.fi.muni.cz)
2022-02-02 06:54:26 +0100amk(~amk@109.255.169.126)
2022-02-02 06:54:26 +0100kojo5551(~kojo5551@fep.grid.pub.ro)
2022-02-02 06:54:26 +0100abrar(~abrar@static-108-2-152-54.phlapa.fios.verizon.net)
2022-02-02 06:54:26 +0100hpc(~juzz@ip98-169-35-13.dc.dc.cox.net)
2022-02-02 06:54:26 +0100kmein(~weechat@user/kmein)
2022-02-02 06:54:26 +0100ishutin(~ishutin@87-97-82-177.pool.digikabel.hu)
2022-02-02 06:54:26 +0100c_wraith(~c_wraith@adjoint.us)
2022-02-02 06:54:26 +0100statusfailed(~statusfai@statusfailed.com)
2022-02-02 06:54:26 +0100canta(~canta@user/canta)
2022-02-02 06:54:26 +0100dminuoso(~dminuoso@user/dminuoso)
2022-02-02 06:54:26 +0100juri_(~juri@178.63.35.222)
2022-02-02 06:54:26 +0100tolt(~weechat-h@li219-154.members.linode.com)
2022-02-02 06:54:26 +0100mmaruseacph2(~mihai@198.199.100.72)
2022-02-02 06:54:26 +0100meejah(~meejah@rutas.meejah.ca)
2022-02-02 06:54:26 +0100andjjj23_(~irc@107.170.228.47)
2022-02-02 06:54:26 +0100neverwas(jpneverwas@swissbox.unperson.link)
2022-02-02 06:54:26 +0100n3t(n3t@user/n3t)
2022-02-02 06:54:26 +0100loonycyborg(~loonycybo@wesnoth/developer/loonycyborg)
2022-02-02 06:54:26 +0100drdo(~drdo@roach0.drdo.eu)
2022-02-02 06:54:26 +0100ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2022-02-02 06:54:26 +0100carter(sid14827@helmsley.irccloud.com)
2022-02-02 06:54:26 +0100TMA(~tma@twin.jikos.cz)
2022-02-02 06:54:26 +0100hubvu_(sid495858@tinside.irccloud.com)
2022-02-02 06:54:26 +0100jtmar(~james@jtmar.me)
2022-02-02 06:54:26 +0100kawpuh(~kawpuh@66.42.81.80)
2022-02-02 06:54:29 +0100Axman6(~Axman6@user/axman6)
2022-02-02 06:54:52 +0100Boarders_(sid425905@id-425905.lymington.irccloud.com)
2022-02-02 06:54:52 +0100JSharp(sid4580@id-4580.lymington.irccloud.com)
2022-02-02 06:54:52 +0100saolsen(sid26430@id-26430.lymington.irccloud.com)
2022-02-02 06:54:52 +0100tapas(sid467876@id-467876.ilkley.irccloud.com)
2022-02-02 06:54:52 +0100cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2022-02-02 06:54:52 +0100enemeth79(sid309041@id-309041.lymington.irccloud.com)
2022-02-02 06:54:52 +0100bjs(sid190364@user/bjs)
2022-02-02 06:54:52 +0100sclv(sid39734@haskell/developer/sclv)
2022-02-02 06:54:52 +0100mrianbloom(sid350277@id-350277.ilkley.irccloud.com)
2022-02-02 06:54:52 +0100dmj`(sid72307@id-72307.hampstead.irccloud.com)
2022-02-02 06:54:52 +0100acertain(sid470584@id-470584.hampstead.irccloud.com)
2022-02-02 06:54:52 +0100gaze___(sid387101@id-387101.helmsley.irccloud.com)
2022-02-02 06:54:52 +0100hongminhee(sid295@id-295.tinside.irccloud.com)
2022-02-02 06:55:15 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 06:57:26 +0100sa(sid1055@id-1055.tinside.irccloud.com) (Ping timeout: 250 seconds)
2022-02-02 06:57:58 +0100glguy(x@libera/staff/glguy)
2022-02-02 06:59:07 +0100sa(sid1055@id-1055.tinside.irccloud.com)
2022-02-02 07:00:38 +0100Sgeo(~Sgeo@user/sgeo)
2022-02-02 07:01:55 +0100Sgeo_(~Sgeo@user/sgeo) (Ping timeout: 256 seconds)
2022-02-02 07:02:59 +0100sm[i](~user@plaintextaccounting/sm)
2022-02-02 07:05:53 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 07:12:37 +0100Sgeo_(~Sgeo@user/sgeo)
2022-02-02 07:12:51 +0100geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-02 07:13:28 +0100Erutuon(~Erutuon@23-88-131-243.fttp.usinternet.com) (Ping timeout: 250 seconds)
2022-02-02 07:15:17 +0100Sgeo(~Sgeo@user/sgeo) (Ping timeout: 256 seconds)
2022-02-02 07:15:50 +0100geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-02 07:27:12 +0100fef(~thedawn@user/thedawn) (Ping timeout: 276 seconds)
2022-02-02 07:28:21 +0100myShoggoth(~myShoggot@97-120-67-120.ptld.qwest.net) (Quit: Leaving)
2022-02-02 07:29:26 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 260 seconds)
2022-02-02 07:39:02 +0100Topsi1(~Tobias@dyndsl-095-033-017-221.ewe-ip-backbone.de) (Ping timeout: 250 seconds)
2022-02-02 07:39:12 +0100notzmv(~zmv@user/notzmv)
2022-02-02 07:39:20 +0100fef(~thedawn@user/thedawn)
2022-02-02 07:40:39 +0100cheater(~Username@user/cheater)
2022-02-02 07:43:12 +0100takuan(~takuan@178-116-218-225.access.telenet.be)
2022-02-02 07:43:39 +0100sayola(~vekto@dslb-002-201-085-116.002.201.pools.vodafone-ip.de)
2022-02-02 07:47:18 +0100azimut(~azimut@gateway/tor-sasl/azimut) (Remote host closed the connection)
2022-02-02 07:47:43 +0100azimut(~azimut@gateway/tor-sasl/azimut)
2022-02-02 07:49:44 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl)
2022-02-02 07:51:20 +0100Erutuon(~Erutuon@user/erutuon)
2022-02-02 07:56:56 +0100SwarmCollective(~joseph@2603-6011-bc02-b600-8c82-3804-1c4b-e932.res6.spectrum.com) (Remote host closed the connection)
2022-02-02 07:57:20 +0100SwarmCollective(~joseph@2603-6011-bc02-b600-17cd-ded9-9e96-aaa1.res6.spectrum.com)
2022-02-02 07:57:29 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:2975:6931:ecb6:7a49) (Remote host closed the connection)
2022-02-02 07:57:40 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 250 seconds)
2022-02-02 07:57:48 +0100Adnan(~Adnan@host-10-net-64-160-119.mobilinkinfinity.net.pk)
2022-02-02 08:00:17 +0100ishutin(~ishutin@87-97-82-177.pool.digikabel.hu) (Read error: Connection reset by peer)
2022-02-02 08:02:38 +0100thevishy(~Nishant@2405:201:f005:c007:3c07:8d1a:dd0:be31)
2022-02-02 08:04:24 +0100ishutin(~ishutin@80-95-86-56.pool.digikabel.hu)
2022-02-02 08:04:47 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 08:04:47 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 08:04:47 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 08:06:46 +0100mvk(~mvk@2607:fea8:5cdc:bf00::a2bf) (Ping timeout: 250 seconds)
2022-02-02 08:07:42 +0100ix(~ix@2a02:8010:674f:0:d65d:64ff:fe52:5efe) (Ping timeout: 260 seconds)
2022-02-02 08:09:31 +0100cynomys(~cynomys@user/cynomys) (Quit: leaving)
2022-02-02 08:09:41 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 08:09:47 +0100cynomys(~cynomys@user/cynomys)
2022-02-02 08:09:56 +0100Adnan(~Adnan@host-10-net-64-160-119.mobilinkinfinity.net.pk) (Quit: Quit)
2022-02-02 08:10:02 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 08:10:14 +0100Adnan(~Adnan@host-10-net-64-160-119.mobilinkinfinity.net.pk)
2022-02-02 08:10:18 +0100Adnan(~Adnan@host-10-net-64-160-119.mobilinkinfinity.net.pk) (Client Quit)
2022-02-02 08:11:19 +0100cynomys(~cynomys@user/cynomys) (Client Quit)
2022-02-02 08:11:49 +0100adnaahm(~adnaahm@host-10-net-64-160-119.mobilinkinfinity.net.pk)
2022-02-02 08:14:54 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Remote host closed the connection)
2022-02-02 08:15:29 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 08:15:37 +0100modnar(~modnar@shell.sonic.net) (Quit: farewell)
2022-02-02 08:15:39 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 08:19:46 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Ping timeout: 250 seconds)
2022-02-02 08:21:48 +0100nunggu(~q@user/nunggu) (Ping timeout: 276 seconds)
2022-02-02 08:22:17 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 08:24:17 +0100nunggu(~q@user/nunggu)
2022-02-02 08:25:46 +0100juhp(~juhp@bb121-6-118-149.singnet.com.sg) (Ping timeout: 245 seconds)
2022-02-02 08:26:31 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 08:26:42 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 250 seconds)
2022-02-02 08:28:52 +0100deadmarshal(~deadmarsh@95.38.114.110) (Ping timeout: 250 seconds)
2022-02-02 08:29:09 +0100cynomys(~cynomys@user/cynomys)
2022-02-02 08:29:31 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 256 seconds)
2022-02-02 08:30:15 +0100nunggu(~q@user/nunggu) (Ping timeout: 276 seconds)
2022-02-02 08:33:32 +0100polezaivsani(~polezaivs@orangeshoelaces.net)
2022-02-02 08:35:34 +0100MajorBiscuit(~MajorBisc@c-001-021-032.client.tudelft.eduvpn.nl)
2022-02-02 08:36:43 +0100vglfr(~vglfr@88.155.15.0)
2022-02-02 08:37:30 +0100fendor(~fendor@91.141.70.82.wireless.dyn.drei.com)
2022-02-02 08:37:51 +0100zmt00(~zmt00@user/zmt00) (Ping timeout: 245 seconds)
2022-02-02 08:40:03 +0100michalz(~michalz@185.246.204.93)
2022-02-02 08:42:53 +0100deadmarshal(~deadmarsh@95.38.114.110)
2022-02-02 08:49:13 +0100Sgeo_(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2022-02-02 08:51:17 +0100neurocyte0917090(~neurocyte@IP-212232083107.dynamic.medianet-world.de)
2022-02-02 08:51:18 +0100neurocyte0917090(~neurocyte@IP-212232083107.dynamic.medianet-world.de) (Changing host)
2022-02-02 08:51:18 +0100neurocyte0917090(~neurocyte@user/neurocyte)
2022-02-02 08:51:35 +0100gehmehgeh(~user@user/gehmehgeh)
2022-02-02 08:52:50 +0100monochrom(trebla@216.138.220.146) (Quit: NO CARRIER)
2022-02-02 08:55:59 +0100vysn(~vysn@user/vysn) (Ping timeout: 252 seconds)
2022-02-02 08:57:58 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-02-02 08:58:28 +0100shriekingnoise(~shrieking@201.231.16.156) (Quit: Quit)
2022-02-02 08:58:49 +0100monochrom(trebla@216.138.220.146)
2022-02-02 09:01:22 +0100Erutuon(~Erutuon@user/erutuon) (Ping timeout: 250 seconds)
2022-02-02 09:02:37 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 256 seconds)
2022-02-02 09:03:39 +0100nunggu(~q@user/nunggu)
2022-02-02 09:04:09 +0100Erutuon(~Erutuon@user/erutuon)
2022-02-02 09:05:54 +0100chele(~chele@user/chele)
2022-02-02 09:05:54 +0100vglfr(~vglfr@88.155.15.0) (Read error: Connection reset by peer)
2022-02-02 09:07:00 +0100vglfr(~vglfr@88.155.15.0)
2022-02-02 09:09:54 +0100wyrd(~wyrd@gateway/tor-sasl/wyrd) (Ping timeout: 276 seconds)
2022-02-02 09:11:56 +0100coot(~coot@213.134.190.95)
2022-02-02 09:13:43 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 09:15:34 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 09:16:33 +0100wyrd(~wyrd@gateway/tor-sasl/wyrd)
2022-02-02 09:19:11 +0100cfricke(~cfricke@user/cfricke)
2022-02-02 09:19:37 +0100neurocyte0917090(~neurocyte@user/neurocyte) (Ping timeout: 256 seconds)
2022-02-02 09:19:56 +0100lortabac(~lortabac@2a01:e0a:541:b8f0:3481:56ab:6180:50a5)
2022-02-02 09:20:00 +0100fef(~thedawn@user/thedawn) (Remote host closed the connection)
2022-02-02 09:20:28 +0100fef(~thedawn@user/thedawn)
2022-02-02 09:21:48 +0100neurocyte0917090(~neurocyte@IP-212232083107.dynamic.medianet-world.de)
2022-02-02 09:21:48 +0100neurocyte0917090(~neurocyte@IP-212232083107.dynamic.medianet-world.de) (Changing host)
2022-02-02 09:21:48 +0100neurocyte0917090(~neurocyte@user/neurocyte)
2022-02-02 09:24:50 +0100deadmarshal(~deadmarsh@95.38.114.110) (Quit: ZNC 1.8.2 - https://znc.in)
2022-02-02 09:25:07 +0100deadmarshal(~deadmarsh@95.38.114.110)
2022-02-02 09:25:24 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 09:30:10 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 09:31:33 +0100alp(~alp@user/alp)
2022-02-02 09:35:02 +0100mc47(~mc47@xmonad/TheMC47)
2022-02-02 09:35:15 +0100Akiva(~Akiva@user/Akiva) (Ping timeout: 256 seconds)
2022-02-02 09:36:08 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 09:40:22 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 09:41:37 +0100Inst(~delicacie@2601:6c4:4080:3f80:40a0:b50a:e8ed:d1eb)
2022-02-02 09:41:41 +0100Inst(~delicacie@2601:6c4:4080:3f80:40a0:b50a:e8ed:d1eb) (Leaving)
2022-02-02 09:44:09 +0100tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (Quit: zzz)
2022-02-02 09:44:53 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 09:45:47 +0100ubert1(~Thunderbi@p200300ecdf0994537358816310c1cf27.dip0.t-ipconnect.de)
2022-02-02 09:46:55 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 09:48:07 +0100machinedgod(~machinedg@24.105.81.50)
2022-02-02 09:48:07 +0100coot(~coot@213.134.190.95) (Quit: coot)
2022-02-02 09:49:08 +0100juhp(~juhp@128.106.188.82)
2022-02-02 09:57:10 +0100econo(uid147250@user/econo) (Quit: Connection closed for inactivity)
2022-02-02 09:59:01 +0100nunggu(~q@user/nunggu) (Remote host closed the connection)
2022-02-02 09:59:30 +0100xkuru(~xkuru@user/xkuru)
2022-02-02 10:00:58 +0100nunggu(~q@user/nunggu)
2022-02-02 10:02:07 +0100068AAJYTLWhateverRabbit
2022-02-02 10:04:42 +0100d0ku(~d0ku@178.43.19.180.ipv4.supernova.orange.pl)
2022-02-02 10:06:59 +0100jespada(~jespada@87.74.36.188) (Ping timeout: 256 seconds)
2022-02-02 10:07:08 +0100Guest72(~Guest72@104.222.23.3)
2022-02-02 10:07:40 +0100jespada(~jespada@87.74.36.188)
2022-02-02 10:07:43 +0100Guest72(~Guest72@104.222.23.3) (Client Quit)
2022-02-02 10:09:23 +0100slowtyper(~slowtyper@user/slowtyper) (Quit: ZNC 1.8.2 - https://znc.in)
2022-02-02 10:09:39 +0100slowtyper(~slowtyper@user/slowtyper)
2022-02-02 10:10:21 +0100whound(~dust@2405:204:5488:ef4c:54b6:3467:52f3:e9f2)
2022-02-02 10:11:48 +0100dcoutts(~duncan@71.78.6.51.dyn.plus.net)
2022-02-02 10:11:48 +0100Guest6735(~sam@c-93bfe655.020-348-73746f1.bbcust.telenor.se) (Read error: Connection reset by peer)
2022-02-02 10:11:59 +0100chenqisu1(~chenqisu1@183.217.200.249) (Quit: Leaving)
2022-02-02 10:17:11 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de)
2022-02-02 10:17:21 +0100geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-02 10:17:40 +0100geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-02 10:21:04 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 10:22:01 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480::41) (Ping timeout: 245 seconds)
2022-02-02 10:25:07 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 10:25:42 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 10:26:59 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 10:27:14 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 10:31:41 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 250 seconds)
2022-02-02 10:32:04 +0100Inst(~delicacie@2601:6c4:4080:3f80:40a0:b50a:e8ed:d1eb)
2022-02-02 10:32:06 +0100 <Inst> sorry
2022-02-02 10:32:20 +0100 <Inst> actually, forget it, it's a non-issue
2022-02-02 10:33:08 +0100 <Inst> (GHCI can output history, but it's not ergonomic. There's no easy way to do your coding in GHCI if you choose to do so and then rebuild it into a .hs file.)
2022-02-02 10:33:25 +0100 <Inst> (asked already on FP discord, but I was wondering if #haskell had a different solution)
2022-02-02 10:34:19 +0100max22-(~maxime@pop.92-184-107-195.mobile.abo.orange.fr)
2022-02-02 10:39:12 +0100RFV(~Thunderbi@155.red-88-5-242.dynamicip.rima-tde.net)
2022-02-02 10:39:17 +0100max22-(~maxime@pop.92-184-107-195.mobile.abo.orange.fr) (Ping timeout: 256 seconds)
2022-02-02 10:39:51 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 10:41:13 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de) (Ping timeout: 256 seconds)
2022-02-02 10:41:35 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 10:42:50 +0100dhouthoo(~dhouthoo@178-117-36-167.access.telenet.be)
2022-02-02 10:48:49 +0100lavaman(~lavaman@98.38.249.169) (Remote host closed the connection)
2022-02-02 10:48:51 +0100mcgroin(~mcgroin@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
2022-02-02 10:51:51 +0100 <Axman6> Inst: you just write in the .hs file and :r(eload) it
2022-02-02 10:59:59 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:98c4:8d20:2891:a8a5)
2022-02-02 11:01:09 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:fb75:bdf0:5af1:4493) (Ping timeout: 250 seconds)
2022-02-02 11:02:03 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:fd9:1a3:223d:36f8)
2022-02-02 11:02:20 +0100 <Inst> i mean that's what i do
2022-02-02 11:02:21 +0100Unode(~Unode@194.94.44.220) (Quit: Not that cable)
2022-02-02 11:02:30 +0100 <Inst> ghci only gets used for testing
2022-02-02 11:02:32 +0100xdej(~xdej@quatramaran.salle-s.org) (Ping timeout: 240 seconds)
2022-02-02 11:02:41 +0100xdej(~xdej@quatramaran.salle-s.org)
2022-02-02 11:03:02 +0100Unode(~Unode@194.94.44.220)
2022-02-02 11:03:23 +0100 <Inst> also, curious, there's no default function for multiple comparisons, right?
2022-02-02 11:03:57 +0100martin02(~silas@141.84.69.76) (Ping timeout: 240 seconds)
2022-02-02 11:04:07 +0100 <Inst> ex: c == 2 || 3, which is an incorrect use of || operator
2022-02-02 11:04:18 +0100 <Inst> but means that I compare c to 2 and 3 at the same time
2022-02-02 11:04:34 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:98c4:8d20:2891:a8a5) (Ping timeout: 260 seconds)
2022-02-02 11:06:06 +0100CHUD(~CHUD@edu7AAA.kent.ac.uk)
2022-02-02 11:07:27 +0100 <tomsmeding> Inst: c `elem` [2, 3] ?
2022-02-02 11:07:35 +0100 <Inst> thanks
2022-02-02 11:07:43 +0100 <tomsmeding> but no, not really more general
2022-02-02 11:08:52 +0100 <Inst> but isn't there a performance penalty if i use elem and lists?
2022-02-02 11:09:02 +0100 <tomsmeding> you can cobble things together using monoids -- you can see (a -> Bool) as a monoid using f <> g = \x -> f x || g x -- but while you can get some generality with that, you don't really buy convenience, which I think is what you were after
2022-02-02 11:09:31 +0100 <tomsmeding> hopefully 'elem' is small enough to be inlined, in which case the recursion over the list will probably be unfolded at compile time
2022-02-02 11:09:42 +0100 <tomsmeding> resulting in precisely c == 2 || c == 3
2022-02-02 11:10:20 +0100 <tomsmeding> so yes, a priori there is a small performance penalty, but I have good hopes for optimisation (but always benchmark if it really matters)
2022-02-02 11:10:53 +0100 <Inst> it's just theoretical, someone is busy telling me "we have or patterns in ocaml!"
2022-02-02 11:11:15 +0100 <tomsmeding> we don't in haskell
2022-02-02 11:11:32 +0100 <Inst> given that Haskell is a kitchen sink language, this is somewhat disappointing
2022-02-02 11:11:34 +0100 <tomsmeding> because nobody found it important enough to build syntax for it into the compiler :p
2022-02-02 11:11:39 +0100 <tomsmeding> write a language proposal!
2022-02-02 11:12:12 +0100 <Inst> i'm not a programmer :(
2022-02-02 11:12:13 +0100 <Inst> back to work
2022-02-02 11:12:39 +0100 <Inst> i'm such a script kiddie i like languages purely on the elegance and simplicity of the syntax
2022-02-02 11:12:45 +0100 <Inst> only thing that really draws me to Haskell is the syntax
2022-02-02 11:13:10 +0100kuribas(~user@ptr-25vy0i85c22k4hh4u57.18120a2.ip6.access.telenet.be)
2022-02-02 11:13:21 +0100 <tomsmeding> Inst: https://gitlab.haskell.org/ghc/ghc/-/issues/3919
2022-02-02 11:13:52 +0100 <lortabac> there was a GHC proposal to introduce or-patterns, I don't know what happened to it
2022-02-02 11:14:15 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net)
2022-02-02 11:14:25 +0100 <tomsmeding> see also https://github.com/ghc-proposals/ghc-proposals/pull/43
2022-02-02 11:15:00 +0100 <tomsmeding> i.e. there is interest but noone has stepped up to implement it, it seems
2022-02-02 11:15:30 +0100 <lortabac> tomsmeding: yes, that's the proposal I was thinking of
2022-02-02 11:16:55 +0100martin02(~silas@141.84.69.76)
2022-02-02 11:17:15 +0100 <Inst> it honestly doesn't need this
2022-02-02 11:17:18 +0100 <lortabac> to be honest I think GHC is already complex enough, and or-patterns add very little to the language
2022-02-02 11:17:22 +0100 <Inst> it just needs an addition to Eq typeclass
2022-02-02 11:18:33 +0100 <Inst> define |= or some other operator (i forget if | is reserved, let me check haskell report) to check recursively for equality in an argument of (a,b,c)
2022-02-02 11:19:21 +0100lavaman(~lavaman@98.38.249.169)
2022-02-02 11:19:22 +0100 <Inst> or just an elem operator
2022-02-02 11:21:08 +0100 <Inst> playing around with Eq typeclass is probably easiest way to do this
2022-02-02 11:21:52 +0100 <lortabac> what's the advantage over just using elem?
2022-02-02 11:21:55 +0100 <c_wraith> the worst possible solution is a QuasiQuoter, right?
2022-02-02 11:23:30 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 250 seconds)
2022-02-02 11:23:34 +0100 <c_wraith> it's likely elem won't get inlined, and you'll end up actually chasing (:) constructors through memory every time you call a function
2022-02-02 11:23:56 +0100lavaman(~lavaman@98.38.249.169) (Ping timeout: 252 seconds)
2022-02-02 11:23:59 +0100 <c_wraith> Which isn't the worst thing in the world, but it is a performance hit that sometimes is important to avoid
2022-02-02 11:24:26 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 11:29:55 +0100CiaoSen(~Jura@p200300c95737a2002a3a4dfffe84dbd5.dip0.t-ipconnect.de)
2022-02-02 11:31:04 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 11:31:04 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 11:31:04 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 11:36:11 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 11:38:19 +0100vysn(~vysn@user/vysn)
2022-02-02 11:42:30 +0100michalz2(~michalz2@185.246.204.65)
2022-02-02 11:47:07 +0100 <Inst> tbh just adding an elem operator makes sense
2022-02-02 11:47:23 +0100 <Inst> it's used infix much of the time
2022-02-02 11:48:47 +0100 <teddyc> c ∈ [2,3]
2022-02-02 11:49:30 +0100evocatus(~evocatus@109.229.144.249)
2022-02-02 11:50:07 +0100whound(~dust@2405:204:5488:ef4c:54b6:3467:52f3:e9f2) (Quit: Konversation terminated!)
2022-02-02 11:52:01 +0100alp(~alp@user/alp) (Ping timeout: 245 seconds)
2022-02-02 11:53:10 +0100Lord_of_Life_(~Lord@user/lord-of-life/x-2819915)
2022-02-02 11:54:05 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 256 seconds)
2022-02-02 11:54:28 +0100Lord_of_Life_Lord_of_Life
2022-02-02 12:01:53 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net) (Ping timeout: 252 seconds)
2022-02-02 12:02:01 +0100CiaoSen(~Jura@p200300c95737a2002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2022-02-02 12:02:35 +0100CHUD(~CHUD@edu7AAA.kent.ac.uk) (Ping timeout: 256 seconds)
2022-02-02 12:03:56 +0100whound(~dust@2405:204:5488:ef4c:54b6:3467:52f3:e9f2)
2022-02-02 12:08:16 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:fd9:1a3:223d:36f8) (Ping timeout: 245 seconds)
2022-02-02 12:09:14 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:e460:dfee:9aa2:8b96)
2022-02-02 12:09:22 +0100fef(~thedawn@user/thedawn) (Quit: Leaving)
2022-02-02 12:10:55 +0100pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655)
2022-02-02 12:12:56 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Remote host closed the connection)
2022-02-02 12:14:41 +0100 <Axman6> % class Elem a b | b -> a where (|=) :: a -> b -> Bool; instance Eq a => Elem a (a,a) where x |= (a,b) = x == a || x == b; instance Eq a => Elem a (a,a,a) where x |= (a,b,c) = x == a || x == b || x == c
2022-02-02 12:14:42 +0100 <yahb> Axman6: ; <interactive>:1:55: error: parse error on input `instance'
2022-02-02 12:14:55 +0100 <Axman6> % class Elem a b | b -> a where (|=) :: a -> b -> Boo --l; instance Eq a => Elem a (a,a) where x |= (a,b) = x == a || x == b; instance Eq a => Elem a (a,a,a) where x |= (a,b,c) = x == a || x == b || x == c
2022-02-02 12:14:56 +0100 <yahb> Axman6: ; <interactive>:2:49: error:; Not in scope: type constructor or class `Boo'; Perhaps you meant `Bool' (imported from Prelude)
2022-02-02 12:15:02 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 12:15:05 +0100 <Axman6> % class Elem a b | b -> a where (|=) :: a -> b -> Bool --; instance Eq a => Elem a (a,a) where x |= (a,b) = x == a || x == b; instance Eq a => Elem a (a,a,a) where x |= (a,b,c) = x == a || x == b || x == c
2022-02-02 12:15:05 +0100 <yahb> Axman6:
2022-02-02 12:15:18 +0100whound(~dust@2405:204:5488:ef4c:54b6:3467:52f3:e9f2) (Quit: Konversation terminated!)
2022-02-02 12:15:32 +0100 <Axman6> % instance Eq a => Elem a (a,a) where x |= (a,b) = x == a || x == b; instance Eq a => Elem a (a,a,a) where x |= (a,b,c) = x == a || x == b || x == c
2022-02-02 12:15:32 +0100 <yahb> Axman6: ; <interactive>:4:68: error: parse error on input `instance'
2022-02-02 12:15:37 +0100Erutuon(~Erutuon@user/erutuon) (Ping timeout: 256 seconds)
2022-02-02 12:15:37 +0100 <Axman6> % instance Eq a => Elem a (a,a) where x |= (a,b) = x == a || x == b; -- instance Eq a => Elem a (a,a,a) where x |= (a,b,c) = x == a || x == b || x == c
2022-02-02 12:15:38 +0100 <yahb> Axman6:
2022-02-02 12:15:49 +0100 <Axman6> % instance Eq a => Elem a (a,a,a) where x |= (a,b,c) = x == a || x == b || x == c
2022-02-02 12:15:49 +0100 <yahb> Axman6:
2022-02-02 12:16:02 +0100 <Axman6> % 3 |= (1,2,3)
2022-02-02 12:16:02 +0100 <yahb> Axman6: True
2022-02-02 12:16:11 +0100 <Axman6> is it worth it? probably not
2022-02-02 12:16:19 +0100cosimone(~user@2001:b07:ae5:db26:c24a:d20:4d91:1e20)
2022-02-02 12:18:12 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-02-02 12:18:46 +0100m5zs7k(aquares@web10.mydevil.net) (Ping timeout: 260 seconds)
2022-02-02 12:19:15 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net)
2022-02-02 12:19:33 +0100cosimone(~user@2001:b07:ae5:db26:c24a:d20:4d91:1e20) (Client Quit)
2022-02-02 12:19:43 +0100m5zs7k(aquares@web10.mydevil.net)
2022-02-02 12:20:15 +0100cosimone(~user@2001:b07:ae5:db26:c24a:d20:4d91:1e20)
2022-02-02 12:20:17 +0100 <Axman6> probablty wants something like: instance (Eq a, a ~ b, a ~ c, a ~ c)) => Elem a (b,c,d) where to avoid also defining other tuple instances
2022-02-02 12:21:10 +0100alp(~alp@user/alp)
2022-02-02 12:26:08 +0100whatsupdoc(uid509081@id-509081.hampstead.irccloud.com) (Quit: Connection closed for inactivity)
2022-02-02 12:27:41 +0100CiaoSen(~Jura@p200300c95737a2002a3a4dfffe84dbd5.dip0.t-ipconnect.de)
2022-02-02 12:28:05 +0100evocatus(~evocatus@109.229.144.249) (Ping timeout: 256 seconds)
2022-02-02 12:29:18 +0100max22-(~maxime@2a01cb0883359800203f6b6178e56189.ipv6.abo.wanadoo.fr)
2022-02-02 12:32:26 +0100yassernasc(~yassernas@2804:29b8:505a:f33d:18fd:c3b6:aec4:7a02)
2022-02-02 12:33:36 +0100tatarqa(~kli@ip-89-177-122-45.net.upcbroadband.cz)
2022-02-02 12:37:08 +0100ardell(~ardell@user/ardell)
2022-02-02 12:37:12 +0100bliminse(~bliminse@host86-188-36-166.range86-188.btcentralplus.com) (Quit: leaving)
2022-02-02 12:37:32 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 12:38:50 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:e460:dfee:9aa2:8b96) (Ping timeout: 260 seconds)
2022-02-02 12:39:24 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:b3b9:7846:79d7:933f)
2022-02-02 12:39:40 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Remote host closed the connection)
2022-02-02 12:39:51 +0100alMalsamo(~alMalsamo@gateway/tor-sasl/almalsamo) (Ping timeout: 276 seconds)
2022-02-02 12:39:57 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 12:40:33 +0100dcoutts(~duncan@71.78.6.51.dyn.plus.net) (Ping timeout: 256 seconds)
2022-02-02 12:45:31 +0100bliminse(~bliminse@host86-188-36-166.range86-188.btcentralplus.com)
2022-02-02 12:45:40 +0100oscuroch_(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 12:47:21 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 12:49:11 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 12:51:07 +0100 <tomsmeding> "Not in scope: `Boo'"
2022-02-02 12:52:06 +0100 <tomsmeding> yeah that ~ instance probably gives better type inference
2022-02-02 12:52:27 +0100cynomys(~cynomys@user/cynomys) (Ping timeout: 256 seconds)
2022-02-02 12:52:47 +0100lavaman(~lavaman@98.38.249.169)
2022-02-02 12:52:51 +0100geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-02 12:54:41 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 252 seconds)
2022-02-02 12:56:20 +0100geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-02 12:56:32 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 12:57:13 +0100lavaman(~lavaman@98.38.249.169) (Ping timeout: 256 seconds)
2022-02-02 13:01:11 +0100oscuroch_(~oscurochu@097-096-050-227.res.spectrum.com) (Ping timeout: 256 seconds)
2022-02-02 13:01:44 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a516:720d:f816:9bbb)
2022-02-02 13:03:18 +0100rusrushal13(~rusrushal@2401:4900:4474:e72c:9ed4:c78e:5c00:4738)
2022-02-02 13:05:07 +0100absentia(~evocatus@24-212-138-156.cable.teksavvy.com)
2022-02-02 13:05:57 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a516:720d:f816:9bbb) (Ping timeout: 250 seconds)
2022-02-02 13:06:36 +0100 <absentia> is there a way to have stateful computations in attoparsec? i have a stateful parsec parser that i'd like to port to attoparsec, which apparently does not support monad transformers as parsec does
2022-02-02 13:06:39 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 13:08:08 +0100 <merijn> absentia: It depends on what you need
2022-02-02 13:08:20 +0100 <merijn> absentia: You can wrap attoparsec in StateT
2022-02-02 13:08:31 +0100 <merijn> But whether that has the correct results depends on what you need
2022-02-02 13:10:48 +0100 <absentia> merijn: oh, hm. in my parsec implementation I have a ParserT over State - I suppose I can use a StateT over attoparsec, I don't think it matters in my case
2022-02-02 13:11:27 +0100kadoban(~kadoban@user/kadoban) (Quit: Reconnecting)
2022-02-02 13:11:49 +0100kadoban(~kadoban@user/kadoban)
2022-02-02 13:13:01 +0100coot(~coot@213.134.190.95)
2022-02-02 13:16:03 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Remote host closed the connection)
2022-02-02 13:16:31 +0100 <absentia> :/ maybe i am getting confused, i haven't looked at this in a while
2022-02-02 13:17:06 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:b3b9:7846:79d7:933f) (Ping timeout: 260 seconds)
2022-02-02 13:17:34 +0100 <absentia> but it looks like ParsecT has a MonadState instance that lets me update state that I can use to compute the final parse result... wouldn't StateT over attoparsec be a stateful computation that gives me a parser? not a parser that carries along additional state
2022-02-02 13:17:37 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 13:18:26 +0100 <absentia> I don't actually have ParserT over State - it already instances MonadState itself
2022-02-02 13:18:29 +0100wavemode(~wavemode@c-98-223-145-19.hsd1.il.comcast.net) (Quit: Client closed)
2022-02-02 13:22:29 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 256 seconds)
2022-02-02 13:24:46 +0100__monty__(~toonn@user/toonn)
2022-02-02 13:27:53 +0100Midjak(~Midjak@may53-1-78-226-116-92.fbx.proxad.net)
2022-02-02 13:33:54 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 13:34:27 +0100 <absentia> I guess I'm still not clear on the difference in the way those monads stack, but I can just lift everything into StateT and I guess it works?
2022-02-02 13:39:29 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Ping timeout: 256 seconds)
2022-02-02 13:43:46 +0100kaph(~kaph@net-2-47-208-144.cust.vodafonedsl.it) (Read error: Connection reset by peer)
2022-02-02 13:45:49 +0100evocatus(~evocatus@109.229.144.249)
2022-02-02 13:46:04 +0100evocatus(~evocatus@109.229.144.249) (Remote host closed the connection)
2022-02-02 13:47:39 +0100deadmarshal(~deadmarsh@95.38.114.110) (Ping timeout: 256 seconds)
2022-02-02 13:53:39 +0100rusrushal13(~rusrushal@2401:4900:4474:e72c:9ed4:c78e:5c00:4738) (Ping timeout: 256 seconds)
2022-02-02 13:54:29 +0100max22-(~maxime@2a01cb0883359800203f6b6178e56189.ipv6.abo.wanadoo.fr) (Ping timeout: 250 seconds)
2022-02-02 13:55:09 +0100 <absentia> @pl (\x -> x)
2022-02-02 13:55:10 +0100 <lambdabot> id
2022-02-02 13:55:40 +0100 <merijn> absentia: The difference is that with StateT wrapping attoparsec, any backtracking in the parser will *also* backtrack operations on the state
2022-02-02 13:56:54 +0100 <absentia> I suppose this is OK - my case for state involves advancing an index / coordinate upon successful parse
2022-02-02 13:57:17 +0100 <absentia> thank you
2022-02-02 14:01:36 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 14:02:22 +0100deadmarshal(~deadmarsh@95.38.114.110)
2022-02-02 14:04:20 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 14:04:38 +0100prolic(~prolic@181.122.131.227)
2022-02-02 14:05:42 +0100qhong(~qhong@rescomp-21-400677.stanford.edu)
2022-02-02 14:06:06 +0100max22-(~maxime@2a01cb08833598000f8bdf9e14c2e10c.ipv6.abo.wanadoo.fr)
2022-02-02 14:09:29 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2022-02-02 14:10:04 +0100dmenz(~dmenz@2804:14d:5cd4:8125:3f8d:e57c:e8cf:72ea)
2022-02-02 14:11:11 +0100fendor_(~fendor@178.165.184.56.wireless.dyn.drei.com)
2022-02-02 14:13:43 +0100fendor(~fendor@91.141.70.82.wireless.dyn.drei.com) (Ping timeout: 256 seconds)
2022-02-02 14:14:27 +0100wootehfoot(~wootehfoo@user/wootehfoot)
2022-02-02 14:16:35 +0100max22-(~maxime@2a01cb08833598000f8bdf9e14c2e10c.ipv6.abo.wanadoo.fr) (Ping timeout: 250 seconds)
2022-02-02 14:17:08 +0100ph88(~ph88@95.90.247.31)
2022-02-02 14:18:35 +0100jespada(~jespada@87.74.36.188) (Ping timeout: 256 seconds)
2022-02-02 14:18:42 +0100soxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net)
2022-02-02 14:19:56 +0100wombat875(~wombat875@pool-72-89-24-154.nycmny.fios.verizon.net)
2022-02-02 14:20:06 +0100jespada(~jespada@87.74.36.188)
2022-02-02 14:20:14 +0100shailangsa(~shailangs@host86-185-98-37.range86-185.btcentralplus.com) (Remote host closed the connection)
2022-02-02 14:24:31 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 14:24:48 +0100prolic(~prolic@181.122.131.227)
2022-02-02 14:25:40 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 14:27:39 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl) (Ping timeout: 256 seconds)
2022-02-02 14:28:02 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl)
2022-02-02 14:31:02 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 14:31:20 +0100prolic(~prolic@181.122.131.227)
2022-02-02 14:31:25 +0100dmenz(~dmenz@2804:14d:5cd4:8125:3f8d:e57c:e8cf:72ea) (Quit: Leaving)
2022-02-02 14:33:36 +0100geekosaur(~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b)))
2022-02-02 14:33:37 +0100allbery_b(~geekosaur@xmonad/geekosaur)
2022-02-02 14:33:40 +0100allbery_bgeekosaur
2022-02-02 14:35:20 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 14:35:39 +0100prolic(~prolic@181.122.131.227)
2022-02-02 14:38:45 +0100sagax(~sagax_nb@user/sagax)
2022-02-02 14:40:24 +0100ianon(~igloo@c-68-83-22-43.hsd1.nj.comcast.net)
2022-02-02 14:40:25 +0100ianon(~igloo@c-68-83-22-43.hsd1.nj.comcast.net) (Client Quit)
2022-02-02 14:43:35 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net) (Ping timeout: 252 seconds)
2022-02-02 14:46:03 +0100CiaoSen(~Jura@p200300c95737a2002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
2022-02-02 14:50:39 +0100robosexual(~spaceoyst@92.248.225.230)
2022-02-02 14:55:05 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Remote host closed the connection)
2022-02-02 15:00:42 +0100ProfSimm(~ProfSimm@87.227.196.109)
2022-02-02 15:03:09 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:f897:63fe:8d18:6b54)
2022-02-02 15:05:22 +0100 <absentia> well it appears to work - that wasn't too bad
2022-02-02 15:05:33 +0100 <absentia> question is, is it actually any faster
2022-02-02 15:05:36 +0100SwarmCollective(~joseph@2603-6011-bc02-b600-17cd-ded9-9e96-aaa1.res6.spectrum.com) (Quit: Konversation terminated!)
2022-02-02 15:06:35 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a)
2022-02-02 15:07:26 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:f897:63fe:8d18:6b54) (Ping timeout: 245 seconds)
2022-02-02 15:09:06 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 15:09:25 +0100prolic(~prolic@181.122.131.227)
2022-02-02 15:11:05 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 15:11:22 +0100prolic(~prolic@181.122.131.227)
2022-02-02 15:13:03 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 15:13:20 +0100prolic(~prolic@181.122.131.227)
2022-02-02 15:13:27 +0100bontaq(~user@ool-45779fe5.dyn.optonline.net)
2022-02-02 15:16:39 +0100cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2022-02-02 15:17:10 +0100ardell(~ardell@user/ardell) (Quit: Konversation terminated!)
2022-02-02 15:17:55 +0100Tuplanolla(~Tuplanoll@91-159-68-166.elisa-laajakaista.fi)
2022-02-02 15:23:40 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 15:27:28 +0100max22-(~maxime@2a01cb088335980096745c2720c38bed.ipv6.abo.wanadoo.fr)
2022-02-02 15:27:54 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 250 seconds)
2022-02-02 15:27:57 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl) (Ping timeout: 256 seconds)
2022-02-02 15:28:14 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:b6ff:ffcd:a65b:345c) (Ping timeout: 260 seconds)
2022-02-02 15:28:36 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 15:28:36 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 15:28:36 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 15:28:38 +0100foul_owl(~kerry@94.140.8.107) (Read error: Connection reset by peer)
2022-02-02 15:28:51 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 15:30:12 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl)
2022-02-02 15:32:10 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:b6ff:ffcd:a65b:345c)
2022-02-02 15:32:14 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 15:32:32 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de)
2022-02-02 15:38:10 +0100 <Gurkenglas> [A] is not the free monoid on A but rather the free left monoid action of the free monoid on A, right? and it feels like one can get away with only saying free once there, somehow.
2022-02-02 15:40:10 +0100asivitz(uid178348@id-178348.tinside.irccloud.com) (Quit: Connection closed for inactivity)
2022-02-02 15:44:09 +0100soxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net) (Ping timeout: 256 seconds)
2022-02-02 15:44:15 +0100 <Gurkenglas> no argh that's not it either, i think. just as "free monoid" gives you just the finite lists, the latter gives you only the infinite lists
2022-02-02 15:45:36 +0100foul_owl(~kerry@94.140.8.105)
2022-02-02 15:46:11 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:b6ff:ffcd:a65b:345c) (Ping timeout: 245 seconds)
2022-02-02 15:47:21 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:3448:8755:f832:acc9)
2022-02-02 15:48:44 +0100dsrt^(~dsrt@128-092-164-034.biz.spectrum.com) (Remote host closed the connection)
2022-02-02 15:49:49 +0100 <lyxia> I dunno if it helps but there's the initial algebra/final coalgebra aspect.
2022-02-02 15:50:29 +0100 <Gurkenglas> oh http://comonad.com/reader/2015/free-monoids-in-haskell/ is relevant. so 1: the infinity issues might actually be fine: every Haskell type of finite sequences will have infinite sequences too
2022-02-02 15:51:32 +0100 <lyxia> what about data List a = Cons a !(List a) | Nil
2022-02-02 15:51:36 +0100 <Gurkenglas> 2: *but* (repeat 1) ++ [2] == (repeat 1) and that's no good for a "free monoid"
2022-02-02 15:52:30 +0100tabemann(~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net) (Remote host closed the connection)
2022-02-02 15:53:18 +0100shriekingnoise(~shrieking@201.231.16.156)
2022-02-02 15:53:30 +0100 <Gurkenglas> lyxia, huh. i don't know if i want to model that. but sure, if ! is allowed that's the free monoid.
2022-02-02 15:53:41 +0100vysn(~vysn@user/vysn) (Ping timeout: 245 seconds)
2022-02-02 15:54:21 +0100tabemann(~travisb@172-13-49-137.lightspeed.milwwi.sbcglobal.net)
2022-02-02 15:54:35 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-72.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 15:58:18 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 15:58:37 +0100prolic(~prolic@181.122.131.227)
2022-02-02 16:01:43 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 16:02:43 +0100robosexual(~spaceoyst@92.248.225.230) (Quit: Konversation terminated!)
2022-02-02 16:04:04 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 16:04:04 +0100Ariakenom(~Ariakenom@h-82-196-111-63.NA.cust.bahnhof.se)
2022-02-02 16:04:29 +0100pieguy128(~pieguy128@bas8-montreal02-65-93-195-206.dsl.bell.ca)
2022-02-02 16:05:34 +0100meltedbrain_y2k(~tekserf@47.61.115.91)
2022-02-02 16:07:03 +0100soxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net)
2022-02-02 16:07:44 +0100Sgeo(~Sgeo@user/sgeo)
2022-02-02 16:09:39 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Ping timeout: 256 seconds)
2022-02-02 16:10:07 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 16:10:07 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 16:10:07 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 16:11:50 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 16:12:09 +0100prolic(~prolic@181.122.131.227)
2022-02-02 16:14:59 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 16:16:50 +0100wavemode(~wavemode@c-98-223-145-19.hsd1.il.comcast.net)
2022-02-02 16:18:30 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 16:18:47 +0100prolic(~prolic@181.122.131.227)
2022-02-02 16:19:02 +0100sudden(~cat@user/sudden) (Ping timeout: 240 seconds)
2022-02-02 16:19:54 +0100sudden(~cat@h-98-128-128-173.A351.priv.bahnhof.se)
2022-02-02 16:20:17 +0100suddenGuest6340
2022-02-02 16:21:40 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 16:25:11 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab)
2022-02-02 16:27:12 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 16:27:29 +0100prolic(~prolic@181.122.131.227)
2022-02-02 16:31:11 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 16:31:32 +0100thevishy(~Nishant@2405:201:f005:c007:3c07:8d1a:dd0:be31) (Quit: Leaving)
2022-02-02 16:31:36 +0100ProofTechnique(sid79547@id-79547.ilkley.irccloud.com) (Ping timeout: 250 seconds)
2022-02-02 16:32:28 +0100pieguy128(~pieguy128@bas8-montreal02-65-93-195-206.dsl.bell.ca) (Ping timeout: 250 seconds)
2022-02-02 16:33:23 +0100caasih(sid13241@id-13241.ilkley.irccloud.com) (Ping timeout: 268 seconds)
2022-02-02 16:34:13 +0100gmc(sid58314@id-58314.ilkley.irccloud.com) (Ping timeout: 240 seconds)
2022-02-02 16:35:51 +0100tomboy64(~tomboy64@user/tomboy64) (Ping timeout: 268 seconds)
2022-02-02 16:36:10 +0100ProofTechnique(sid79547@ilkley.irccloud.com)
2022-02-02 16:36:38 +0100tomboy64(~tomboy64@user/tomboy64)
2022-02-02 16:38:18 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 16:38:36 +0100prolic(~prolic@181.122.131.227)
2022-02-02 16:38:40 +0100 <lyxia> Just to confuse you more, in OCaml the standard type of lists is inhabited by cyclic lists.
2022-02-02 16:40:14 +0100 <merijn> Gurkenglas: Why is that not good?
2022-02-02 16:40:14 +0100gmc(sid58314@ilkley.irccloud.com)
2022-02-02 16:40:44 +0100 <merijn> Gurkenglas: Also, generally we pretend there's a total subset of haskell when reasoning about things like that
2022-02-02 16:40:54 +0100caasih(sid13241@ilkley.irccloud.com)
2022-02-02 16:41:23 +0100 <merijn> Gurkenglas: You can google "Fast and Loose Reasoning is Morally Correct" for a justification why we can for most practical purposes :p
2022-02-02 16:41:37 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-199.dsl.bell.ca)
2022-02-02 16:43:29 +0100jstolarek(~jstolarek@staticline-31-183-164-222.toya.net.pl)
2022-02-02 16:44:38 +0100lavaman(~lavaman@98.38.249.169)
2022-02-02 16:46:11 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de) (Read error: Connection reset by peer)
2022-02-02 16:46:29 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de)
2022-02-02 16:47:57 +0100zaquest(~notzaques@5.130.79.72)
2022-02-02 16:49:07 +0100lavaman(~lavaman@98.38.249.169) (Ping timeout: 250 seconds)
2022-02-02 16:51:01 +0100son0p(~ff@181.136.122.143) (Ping timeout: 256 seconds)
2022-02-02 16:54:33 +0100waleee(~waleee@2001:9b0:21d:fc00:398f:b003:b90d:acf4)
2022-02-02 16:54:42 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab) (Remote host closed the connection)
2022-02-02 16:54:48 +0100kaidankoeppel(~jose@2001:818:ebe6:2100:ac54:eac7:b70d:5f1f)
2022-02-02 16:56:09 +0100jlamothe(~jlamothe@198.251.61.229) (Quit: leaving)
2022-02-02 16:57:00 +0100akegalj(~akegalj@185.230.83.17)
2022-02-02 16:57:41 +0100haskellberryfinn(~nut@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
2022-02-02 16:58:28 +0100madjestic(~madjestic@88-159-247-120.fixed.kpn.net)
2022-02-02 16:58:42 +0100whound(~dust@2405:204:5488:ef4c:54b6:3467:52f3:e9f2)
2022-02-02 16:59:09 +0100sayola(~vekto@dslb-002-201-085-116.002.201.pools.vodafone-ip.de) (Read error: Connection reset by peer)
2022-02-02 17:00:21 +0100sayola(~vekto@dslb-002-201-085-116.002.201.pools.vodafone-ip.de)
2022-02-02 17:00:50 +0100yassernasc(~yassernas@2804:29b8:505a:f33d:18fd:c3b6:aec4:7a02) (Remote host closed the connection)
2022-02-02 17:01:10 +0100yassernasc(~yassernas@2804:29b8:505a:f33d:18fd:c3b6:aec4:7a02)
2022-02-02 17:01:19 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 17:01:26 +0100 <kaidankoeppel> Hello -- I'm having a little bit of a hard time understanding `Either` in this exercise: https://exercism.org/tracks/haskell/exercises/rna-transcription . http://ix.io/3Ork has the source file along with a small error description. If I understand correctly, I should run one function if it's Char, the other one if it's a String, right?
2022-02-02 17:01:48 +0100mbuf(~Shakthi@171.61.247.107) (Quit: Leaving)
2022-02-02 17:03:40 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net) (Ping timeout: 250 seconds)
2022-02-02 17:03:52 +0100Kaipi(~Kaiepi@156.34.47.253)
2022-02-02 17:04:17 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-199.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 17:04:21 +0100 <kaidankoeppel> "it" being the input of `toRNA`.
2022-02-02 17:04:39 +0100shapr(~user@pool-173-73-44-186.washdc.fios.verizon.net)
2022-02-02 17:05:30 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net)
2022-02-02 17:05:46 +0100yassernasc(~yassernas@2804:29b8:505a:f33d:18fd:c3b6:aec4:7a02) (Ping timeout: 256 seconds)
2022-02-02 17:05:50 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Ping timeout: 250 seconds)
2022-02-02 17:06:33 +0100Kaiepi(~Kaiepi@156.34.47.253) (Ping timeout: 256 seconds)
2022-02-02 17:06:47 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-02-02 17:07:02 +0100son0p(~ff@181.136.122.143)
2022-02-02 17:07:04 +0100 <geekosaur> this looks fairly confused to me. you start out with xs which is a String. `isLeft (Left xs)` doesn't change this, in fact it does nothing
2022-02-02 17:08:10 +0100 <Gurkenglas> merijn, because any A->M for any monoid M is supposed to uniquely factor through the free monoid, but if repeat 1 <> [2] == repeat 1 and M = SnocList Int and A->M=pure and the induced [A]->M is f, then f(repeat 1) = f(repeat 1 <> 2) != f(repeat 1) <> f 2 so f isn't a monoid morphism
2022-02-02 17:08:59 +0100ec(~ec@gateway/tor-sasl/ec) (Quit: ec)
2022-02-02 17:09:28 +0100 <Gurkenglas> i'm also a fan of fast-and-loose but this is not about equating Hask to Set :D
2022-02-02 17:10:53 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-45-67-70-24-105.dsl.bell.ca)
2022-02-02 17:12:13 +0100 <geekosaur> kaidankoeppel, in fact there seems no actual use of Either here as yet. toRNA takes a String, this does not become a Char magically, nor would you be running that function according to the problem specification. So I'm not sure what your confusion actually is but Either seems not to be the actual confusion
2022-02-02 17:12:33 +0100wootehfoot(~wootehfoo@user/wootehfoot) (Ping timeout: 256 seconds)
2022-02-02 17:12:54 +0100jlamothe(~jlamothe@198.251.61.229)
2022-02-02 17:13:54 +0100 <akhesacaro> https://www.reddit.com/r/haskell/comments/sire33/ann_servant_019_release/
2022-02-02 17:14:12 +0100 <geekosaur> also (Left xs) is a type error because xs is known to be String at that point, not Char, but ghc doesn't get that far
2022-02-02 17:14:56 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net) (Ping timeout: 250 seconds)
2022-02-02 17:15:14 +0100epolanski(uid312403@helmsley.irccloud.com)
2022-02-02 17:15:57 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-45-67-70-24-105.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 17:16:39 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net)
2022-02-02 17:17:26 +0100akegalj(~akegalj@185.230.83.17) (Quit: leaving)
2022-02-02 17:17:29 +0100jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection)
2022-02-02 17:18:36 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-50-65-93-192-46.dsl.bell.ca)
2022-02-02 17:18:40 +0100 <polyphem> if i run "stack test" i get the test output to terminal , with "cabal test" no terminal output , only summary file , how can i change cabals behavior to show me the test output while running ?
2022-02-02 17:20:00 +0100 <polyphem> nvm, cabal test --test-show-details=streaming works
2022-02-02 17:20:22 +0100zmt00(~zmt00@user/zmt00)
2022-02-02 17:20:54 +0100 <polyphem> kind of , only block wise refresh , hmm
2022-02-02 17:22:02 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 17:23:12 +0100 <geekosaur> the test is running into a pipe, the test framework would have to be told to use character or line buffering (cabal cannot do this for it)
2022-02-02 17:23:22 +0100jonathanx(~jonathan@h-178-174-176-109.a357.priv.bahnhof.se)
2022-02-02 17:24:09 +0100 <kaidankoeppel> geekosaur: oh wait, I now know what you're getting at. You're correct, I don't even think of realizing it's always a String. I misunderstood that it could be Either Char String when it is the return value that is of that type.
2022-02-02 17:24:21 +0100 <geekosaur> right
2022-02-02 17:24:37 +0100 <kaidankoeppel> You can tell I'm very new to Haskell. This Either concept bogged my mind.
2022-02-02 17:24:40 +0100 <kaidankoeppel> Thank you very much.
2022-02-02 17:25:01 +0100 <geekosaur> and as I read the problem that actually gets pushed down to singleRNA, because it's the `otherwise` case there that should produce a Left
2022-02-02 17:25:27 +0100 <geekosaur> and toRNA has to deal with that Left and return it to its caller
2022-02-02 17:26:10 +0100 <polyphem> ok , now it works with : cabal test --test-show-details=direct
2022-02-02 17:26:23 +0100haskellberryfinn(~nut@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 256 seconds)
2022-02-02 17:27:28 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480::41)
2022-02-02 17:28:07 +0100 <geekosaur> kaidankoeppel, I think you'll also find you don't want a map here
2022-02-02 17:28:50 +0100 <geekosaur> because you need to deal with a Left when it appears (you want the first one, not all of them). this looks like a fold to me
2022-02-02 17:29:20 +0100glider(~glider@user/glider) (Quit: ZNC 1.9.x-git-111-f2cdc3db - https://znc.in)
2022-02-02 17:29:20 +0100anderson(~ande@user/anderson) (Quit: bye)
2022-02-02 17:29:20 +0100eldritch_(~eldritch@user/eldritch/x-9272577) (Quit: bye)
2022-02-02 17:29:33 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-50-65-93-192-46.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 17:31:25 +0100eldritch_(~eldritch@user/eldritch/x-9272577)
2022-02-02 17:32:18 +0100yassernasc(~yassernas@2804:29b8:505a:f33d:18fd:c3b6:aec4:7a02)
2022-02-02 17:33:11 +0100jstolarek(~jstolarek@staticline-31-183-164-222.toya.net.pl) (Ping timeout: 256 seconds)
2022-02-02 17:33:12 +0100jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-02-02 17:33:30 +0100 <kaidankoeppel> yep, I just realized that the fold is required to check for the failing case, in the sense that you only require the first error.
2022-02-02 17:33:40 +0100 <kaidankoeppel> the first letter*
2022-02-02 17:34:22 +0100Codaraxis(~Codaraxis@user/codaraxis)
2022-02-02 17:35:36 +0100glider(~glider@user/glider)
2022-02-02 17:35:47 +0100jonathanx(~jonathan@h-178-174-176-109.a357.priv.bahnhof.se) (Ping timeout: 256 seconds)
2022-02-02 17:36:56 +0100yassernasc(~yassernas@2804:29b8:505a:f33d:18fd:c3b6:aec4:7a02) (Ping timeout: 256 seconds)
2022-02-02 17:37:41 +0100wootehfoot(~wootehfoo@user/wootehfoot)
2022-02-02 17:38:37 +0100soxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net) (Ping timeout: 256 seconds)
2022-02-02 17:39:53 +0100anderson(~ande@user/anderson)
2022-02-02 17:40:47 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-37-70-24-250-112.dsl.bell.ca)
2022-02-02 17:43:42 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 17:44:01 +0100prolic(~prolic@181.122.131.227)
2022-02-02 17:45:41 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 17:45:58 +0100prolic(~prolic@181.122.131.227)
2022-02-02 17:46:13 +0100RFV(~Thunderbi@155.red-88-5-242.dynamicip.rima-tde.net) (Quit: RFV)
2022-02-02 17:46:44 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:3448:8755:f832:acc9) (Ping timeout: 252 seconds)
2022-02-02 17:47:33 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:25b:5701:e54d:ee3e)
2022-02-02 17:49:56 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 17:50:14 +0100prolic(~prolic@181.122.131.227)
2022-02-02 17:51:40 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 17:53:08 +0100Akiva(~Akiva@user/Akiva)
2022-02-02 17:53:16 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-37-70-24-250-112.dsl.bell.ca) (Ping timeout: 245 seconds)
2022-02-02 17:53:51 +0100lortabac(~lortabac@2a01:e0a:541:b8f0:3481:56ab:6180:50a5) (Quit: WeeChat 2.8)
2022-02-02 17:57:47 +0100nschoe(~quassel@178.251.84.79)
2022-02-02 17:57:56 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-02-02 17:58:12 +0100slowButPresent(~slowButPr@user/slowbutpresent)
2022-02-02 17:58:13 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-02-02 18:00:42 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 18:01:01 +0100prolic(~prolic@181.122.131.227)
2022-02-02 18:01:52 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-151.dsl.bell.ca)
2022-02-02 18:02:33 +0100Guest396(~Guest39@98.42.121.105)
2022-02-02 18:04:52 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 18:05:11 +0100prolic(~prolic@181.122.131.227)
2022-02-02 18:06:51 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 18:07:05 +0100 <kaidankoeppel> thank you geekosaur -- I have resolved the exercise and I now understand what I have missed.
2022-02-02 18:07:08 +0100prolic(~prolic@181.122.131.227)
2022-02-02 18:07:42 +0100yassernasc(~yassernas@177.37.144.34)
2022-02-02 18:08:12 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-02-02 18:09:48 +0100axeman(~quassel@ip5f5aed68.dynamic.kabel-deutschland.de)
2022-02-02 18:10:35 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-151.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 18:11:58 +0100nschoe(~quassel@178.251.84.79) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2022-02-02 18:12:04 +0100yassernasc(~yassernas@177.37.144.34) (Ping timeout: 256 seconds)
2022-02-02 18:16:36 +0100chele(~chele@user/chele) (Remote host closed the connection)
2022-02-02 18:21:06 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-45-67-70-24-115.dsl.bell.ca)
2022-02-02 18:21:27 +0100yassernasc(~yassernas@ec2-54-87-145-249.compute-1.amazonaws.com)
2022-02-02 18:24:11 +0100neurocyte0917090(~neurocyte@user/neurocyte) (Ping timeout: 256 seconds)
2022-02-02 18:25:53 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2022-02-02 18:28:12 +0100CiaoSen(~Jura@p200300c95737a2002a3a4dfffe84dbd5.dip0.t-ipconnect.de)
2022-02-02 18:28:39 +0100Guest396(~Guest39@98.42.121.105) (Quit: Client closed)
2022-02-02 18:29:38 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-45-67-70-24-115.dsl.bell.ca) (Ping timeout: 252 seconds)
2022-02-02 18:31:18 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 18:31:37 +0100prolic(~prolic@181.122.131.227)
2022-02-02 18:31:45 +0100 <janus> akhesacaro: the changelog says GHC 9.2 "should work". but how can it since there is an indirect dependency on 'memory'? the solver fails to find a plan, going servant-server->wai-app-static->optparse-applicative->memory
2022-02-02 18:34:32 +0100 <janus> i just do 'cabal repl -b servant-server==0.19 -w ghc-9.2.1', is that wrong?
2022-02-02 18:34:43 +0100axeman(~quassel@ip5f5aed68.dynamic.kabel-deutschland.de) (Ping timeout: 256 seconds)
2022-02-02 18:35:14 +0100kaidankoeppel(~jose@2001:818:ebe6:2100:ac54:eac7:b70d:5f1f) (Quit: WeeChat 3.4)
2022-02-02 18:36:03 +0100pavonia(~user@user/siracusa) (Quit: Bye!)
2022-02-02 18:36:25 +0100cheater(~Username@user/cheater) (Ping timeout: 256 seconds)
2022-02-02 18:36:46 +0100MajorBiscuit(~MajorBisc@c-001-021-032.client.tudelft.eduvpn.nl) (Ping timeout: 260 seconds)
2022-02-02 18:38:39 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-57-65-92-163-175.dsl.bell.ca)
2022-02-02 18:39:39 +0100 <janus> hmm seems that line is from Gaël Deest, are they on irc?
2022-02-02 18:39:46 +0100cheater(~Username@user/cheater)
2022-02-02 18:44:03 +0100justsomeguy(~justsomeg@user/justsomeguy)
2022-02-02 18:45:29 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-57-65-92-163-175.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 18:46:04 +0100yassernasc(~yassernas@ec2-54-87-145-249.compute-1.amazonaws.com) (Ping timeout: 256 seconds)
2022-02-02 18:46:08 +0100 <justsomeguy> When I run my tests in stack with stack test, it says Ambiguous module name 'Lib'. How can I specify that it should use the Lib module from the package I'm writing instead of libiserv or whatever?
2022-02-02 18:47:20 +0100 <geekosaur> I think your only option is PackageImports :(
2022-02-02 18:47:35 +0100geekosaurnoticed that Lib module today and was surprised nobody had tripped over it yet
2022-02-02 18:48:33 +0100d0ku(~d0ku@178.43.19.180.ipv4.supernova.orange.pl) (Ping timeout: 256 seconds)
2022-02-02 18:49:00 +0100 <geekosaur> "The special package name this can be used to refer to the current package being built."
2022-02-02 18:49:07 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 256 seconds)
2022-02-02 18:50:19 +0100 <justsomeguy> I added exposed-modules: Lib to my library section in package.yaml and it stopped showing that error message about ambiguous module names.
2022-02-02 18:50:43 +0100justsomeguydoesn't know why that worked; He just guessed.
2022-02-02 18:51:54 +0100meltedbrain_y2k(~tekserf@47.61.115.91) (Read error: Connection reset by peer)
2022-02-02 18:53:15 +0100 <dsal> Lib is a pretty bad name and nothing should use it.
2022-02-02 18:53:37 +0100 <justsomeguy> By PackageImports, do you mean the language extension?
2022-02-02 18:53:41 +0100 <geekosaur> yes
2022-02-02 18:53:56 +0100 <geekosaur> https://downloads.haskell.org/ghc/latest/docs/html/users_guide/exts/package_qualified_imports.html…
2022-02-02 18:54:20 +0100rusrushal13(~rusrushal@2409:4056:e82:6bda:bd0e:9743:fccb:b2a0)
2022-02-02 18:55:15 +0100 <geekosaur> wonder if it's worth filing a bug against libiserv about it
2022-02-02 18:56:16 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-45-67-70-24-195.dsl.bell.ca)
2022-02-02 18:56:25 +0100 <geekosaur> even worse, it exports only one function https://downloads.haskell.org/ghc/8.10.7/docs/html/libraries/libiserv-8.10.7/Lib.html
2022-02-02 18:56:46 +0100 <geekosaur> this is, like, egregious
2022-02-02 18:56:51 +0100tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
2022-02-02 18:58:02 +0100fef(~thedawn@user/thedawn)
2022-02-02 18:59:01 +0100shapr(~user@pool-173-73-44-186.washdc.fios.verizon.net) (Read error: Connection reset by peer)
2022-02-02 18:59:27 +0100 <ProfSimm> Is "where" in functions just a way to put definitions that should come before, to be after?
2022-02-02 19:00:02 +0100 <monochrom> I disagree with "should". But sure.
2022-02-02 19:00:11 +0100 <geekosaur> I believe it has slightly different scope
2022-02-02 19:00:13 +0100 <ProfSimm> If it's not should what is it
2022-02-02 19:00:19 +0100shapr(~user@pool-173-73-44-186.washdc.fios.verizon.net)
2022-02-02 19:00:25 +0100 <geekosaur> where scopes over guards, I think
2022-02-02 19:00:39 +0100 <monochrom> I would change the whole sentence to "just a way to put definitions after".
2022-02-02 19:00:59 +0100 <monochrom> Without any religious baggage of what "should" be.
2022-02-02 19:02:20 +0100 <monochrom> Yeah the guards can access things defined under "where".
2022-02-02 19:03:00 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net)
2022-02-02 19:03:01 +0100 <monochrom> Moreover laziness still applies, you can define things some guards don't use, it will stay very cheap.
2022-02-02 19:03:03 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-45-67-70-24-195.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 19:03:48 +0100 <monochrom> Err I mean things you don't use when some guards turn out to be false.
2022-02-02 19:04:25 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net) (Ping timeout: 256 seconds)
2022-02-02 19:05:02 +0100 <EvanR> use terms just prior to defining them, or define a bunch of terms then use them
2022-02-02 19:05:11 +0100eggplantade(~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2022-02-02 19:06:08 +0100 <EvanR> pick your poison xD
2022-02-02 19:06:23 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net)
2022-02-02 19:06:43 +0100Vajb(~Vajb@hag-jnsbng11-58c3a8-176.dhcp.inet.fi) (Read error: Connection reset by peer)
2022-02-02 19:07:35 +0100yauhsien_(~yauhsien@118-167-40-21.dynamic-ip.hinet.net) (Ping timeout: 256 seconds)
2022-02-02 19:07:42 +0100 <geekosaur> yeh, I'm generally on the "let" side of that one. moreover I structure the let to build up from simple to complex
2022-02-02 19:07:54 +0100 <monochrom> My religion is that every definition should be floating in 3D space spread out over a spherical region and linked with thin lines.
2022-02-02 19:08:03 +0100 <monochrom> Think outside the plain text file.
2022-02-02 19:08:06 +0100 <geekosaur> so it's easier to follow what I'm doing, and if you only care about the result you can jump to the end
2022-02-02 19:09:46 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-53-65-93-195-206.dsl.bell.ca)
2022-02-02 19:10:11 +0100 <EvanR> the definitions are encoded on the event horizon of a schwarzchild blackhole, and the expression as a whole is a hologram
2022-02-02 19:14:58 +0100Codaraxis(~Codaraxis@user/codaraxis) (Quit: Leaving)
2022-02-02 19:15:45 +0100gargawel(~kvirc@82-65-144-99.subs.proxad.net)
2022-02-02 19:16:39 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-53-65-93-195-206.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 19:17:19 +0100justsomeguy(~justsomeg@user/justsomeguy) (Ping timeout: 250 seconds)
2022-02-02 19:20:44 +0100meltedbrain_y2k(~tekserf@47.61.115.91)
2022-02-02 19:21:29 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2022-02-02 19:21:45 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 19:23:25 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 19:23:44 +0100prolic(~prolic@181.122.131.227)
2022-02-02 19:25:32 +0100ravella(~ravella@user/ryanavella) (Ping timeout: 240 seconds)
2022-02-02 19:27:24 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 19:27:39 +0100soxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net)
2022-02-02 19:27:43 +0100prolic(~prolic@181.122.131.227)
2022-02-02 19:27:59 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-35-70-24-248-224.dsl.bell.ca)
2022-02-02 19:30:15 +0100wombat871(~wombat875@pool-72-89-24-154.nycmny.fios.verizon.net)
2022-02-02 19:30:16 +0100wombat875(~wombat875@pool-72-89-24-154.nycmny.fios.verizon.net) (Read error: Connection reset by peer)
2022-02-02 19:31:11 +0100finsternis(~X@23.226.237.192) (Remote host closed the connection)
2022-02-02 19:33:10 +0100finsternis(~X@23.226.237.192)
2022-02-02 19:34:27 +0100madjestic(~madjestic@88-159-247-120.fixed.kpn.net) (Ping timeout: 256 seconds)
2022-02-02 19:34:27 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 256 seconds)
2022-02-02 19:36:26 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab)
2022-02-02 19:36:31 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-02-02 19:36:44 +0100prolic(~prolic@181.122.131.227) (Remote host closed the connection)
2022-02-02 19:38:49 +0100Vajb(~Vajb@hag-jnsbng11-58c3a8-176.dhcp.inet.fi)
2022-02-02 19:39:20 +0100 <kuribas> How can I make stack only typecheck?
2022-02-02 19:40:24 +0100fef(~thedawn@user/thedawn) (Ping timeout: 276 seconds)
2022-02-02 19:40:53 +0100 <monochrom> Tell stack to tell ghc "-fno-code"
2022-02-02 19:40:55 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a)
2022-02-02 19:41:09 +0100whatsupdoc(uid509081@hampstead.irccloud.com)
2022-02-02 19:41:29 +0100emf(~emf@2620:10d:c090:400::5:b0fe)
2022-02-02 19:41:56 +0100 <kuribas> right
2022-02-02 19:43:58 +0100econo(uid147250@user/econo)
2022-02-02 19:46:47 +0100off^(~off@128-092-174-141.biz.spectrum.com)
2022-02-02 19:48:41 +0100madjestic(~madjestic@88-159-247-120.fixed.kpn.net)
2022-02-02 19:48:44 +0100wavemode(~wavemode@c-98-223-145-19.hsd1.il.comcast.net) (Quit: Client closed)
2022-02-02 19:48:48 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab) (Remote host closed the connection)
2022-02-02 19:48:53 +0100asivitz(uid178348@tinside.irccloud.com)
2022-02-02 19:49:14 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab)
2022-02-02 19:53:21 +0100 <asivitz> anyone else have problems with ghci on an m1 mac? I think it's a readline problem. when I hit 'up arrow' my prompt fills with garbage
2022-02-02 19:53:47 +0100 <maerwald> :D
2022-02-02 19:54:07 +0100 <maerwald> is that not expected on mac?
2022-02-02 19:54:53 +0100 <maerwald> there are a *lot* of issues on M1, but not sure if there's a ticket about this one
2022-02-02 19:55:16 +0100 <geekosaur> I thought this was the terminfo binding issue
2022-02-02 19:55:47 +0100 <dsal> asivitz: Yep.
2022-02-02 19:56:13 +0100 <asivitz> ah, any workaround or link to a ticket?
2022-02-02 19:56:17 +0100MatthiasG2(~matthias@i6DFA0138.versanet.de)
2022-02-02 19:58:41 +0100 <geekosaur> I think it's https://github.com/judah/haskeline/issues/162 but hasn't made it to a release / upstream yet
2022-02-02 20:00:00 +0100 <geekosaur> (ghci uses haskeline instead of readline for a number of reasons including easier apple and windows support)
2022-02-02 20:00:22 +0100 <asivitz> geekosaur: thanks!
2022-02-02 20:03:12 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net)
2022-02-02 20:07:48 +0100rusrushal13(~rusrushal@2409:4056:e82:6bda:bd0e:9743:fccb:b2a0) (Quit: Client closed)
2022-02-02 20:09:08 +0100flipchan(~filip@user/flipchan) (Remote host closed the connection)
2022-02-02 20:09:25 +0100max22-(~maxime@2a01cb088335980096745c2720c38bed.ipv6.abo.wanadoo.fr) (Ping timeout: 240 seconds)
2022-02-02 20:10:30 +0100Merfont(~Kaiepi@156.34.47.253)
2022-02-02 20:11:03 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-35-70-24-248-224.dsl.bell.ca) (Ping timeout: 256 seconds)
2022-02-02 20:11:37 +0100whatsupdoc(uid509081@hampstead.irccloud.com) (Ping timeout: 256 seconds)
2022-02-02 20:11:51 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-35-70-24-248-224.dsl.bell.ca)
2022-02-02 20:12:11 +0100meltedbrain_y2k(~tekserf@47.61.115.91) (Ping timeout: 256 seconds)
2022-02-02 20:12:11 +0100epolanski(uid312403@helmsley.irccloud.com) (Ping timeout: 256 seconds)
2022-02-02 20:12:39 +0100meltedbrain_y2k(~tekserf@47.61.115.91)
2022-02-02 20:12:45 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net) (Ping timeout: 256 seconds)
2022-02-02 20:12:59 +0100dhouthoo(~dhouthoo@178-117-36-167.access.telenet.be) (Quit: WeeChat 3.4)
2022-02-02 20:13:00 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net)
2022-02-02 20:13:19 +0100Kaipi(~Kaiepi@156.34.47.253) (Ping timeout: 256 seconds)
2022-02-02 20:13:43 +0100ph88(~ph88@95.90.247.31) (Quit: Leaving)
2022-02-02 20:14:07 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 256 seconds)
2022-02-02 20:14:27 +0100whatsupdoc(uid509081@hampstead.irccloud.com)
2022-02-02 20:14:33 +0100epolanski(uid312403@helmsley.irccloud.com)
2022-02-02 20:14:49 +0100axeman(~quassel@2a02:8109:a3c0:b10:796:dd6e:a09d:717e)
2022-02-02 20:15:57 +0100jstolarek(~jstolarek@staticline-31-183-164-222.toya.net.pl)
2022-02-02 20:16:17 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab) (Remote host closed the connection)
2022-02-02 20:18:01 +0100zincy(~zincy@host86-151-99-97.range86-151.btcentralplus.com)
2022-02-02 20:21:49 +0100[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-02-02 20:23:29 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Ping timeout: 252 seconds)
2022-02-02 20:24:21 +0100epolanski(uid312403@helmsley.irccloud.com) (Quit: Connection closed for inactivity)
2022-02-02 20:25:40 +0100segfaultfizzbuzz(~rustisafu@2602:306:cd3c:9350:39bb:565d:7d44:b11e)
2022-02-02 20:26:23 +0100vicfred(~vicfred@user/vicfred)
2022-02-02 20:26:47 +0100zincy_(~zincy@2a00:23c8:970c:4801:340a:21f3:9185:5e11)
2022-02-02 20:27:38 +0100bontaq`(~user@ool-45779fe5.dyn.optonline.net)
2022-02-02 20:28:42 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Remote host closed the connection)
2022-02-02 20:29:10 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 20:29:11 +0100Tuplanolla(~Tuplanoll@91-159-68-166.elisa-laajakaista.fi) (Ping timeout: 256 seconds)
2022-02-02 20:29:11 +0100takuan(~takuan@178-116-218-225.access.telenet.be) (Ping timeout: 256 seconds)
2022-02-02 20:29:11 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab)
2022-02-02 20:29:23 +0100takuan(~takuan@178-116-218-225.access.telenet.be)
2022-02-02 20:29:32 +0100Tuplanolla(~Tuplanoll@91-159-68-166.elisa-laajakaista.fi)
2022-02-02 20:29:45 +0100zincy(~zincy@host86-151-99-97.range86-151.btcentralplus.com) (Ping timeout: 256 seconds)
2022-02-02 20:29:45 +0100bontaq(~user@ool-45779fe5.dyn.optonline.net) (Ping timeout: 256 seconds)
2022-02-02 20:29:45 +0100machinedgod(~machinedg@24.105.81.50) (Ping timeout: 256 seconds)
2022-02-02 20:31:21 +0100machinedgod(~machinedg@24.105.81.50)
2022-02-02 20:32:14 +0100kuribas(~user@ptr-25vy0i85c22k4hh4u57.18120a2.ip6.access.telenet.be) (Quit: ERC (IRC client for Emacs 26.3))
2022-02-02 20:33:57 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Ping timeout: 256 seconds)
2022-02-02 20:36:33 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 20:36:37 +0100madjestic(~madjestic@88-159-247-120.fixed.kpn.net) (Ping timeout: 250 seconds)
2022-02-02 20:38:32 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 20:39:09 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 20:39:24 +0100ProfSimm(~ProfSimm@87.227.196.109) (Remote host closed the connection)
2022-02-02 20:39:44 +0100ProfSimm(~ProfSimm@87.227.196.109)
2022-02-02 20:41:02 +0100boxscape_(~boxscape_@p4ff0b9d5.dip0.t-ipconnect.de)
2022-02-02 20:42:22 +0100burnside_(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 20:42:22 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Remote host closed the connection)
2022-02-02 20:42:51 +0100adnaahm(~adnaahm@host-10-net-64-160-119.mobilinkinfinity.net.pk) (Ping timeout: 245 seconds)
2022-02-02 20:43:55 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net) (Ping timeout: 256 seconds)
2022-02-02 20:44:01 +0100adnaahm(~adnaahm@host-101-net-67-160-119.mobilinkinfinity.net.pk)
2022-02-02 20:45:27 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net)
2022-02-02 20:46:45 +0100burnside_(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Ping timeout: 256 seconds)
2022-02-02 20:52:25 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 20:54:50 +0100max22-(~maxime@2a01cb0883359800154b4e88390bc120.ipv6.abo.wanadoo.fr)
2022-02-02 20:56:26 +0100madjestic(~madjestic@88-159-247-120.fixed.kpn.net)
2022-02-02 20:57:40 +0100modnar(~modnar@shell.sonic.net)
2022-02-02 20:59:13 +0100takuan(~takuan@178-116-218-225.access.telenet.be) (Ping timeout: 256 seconds)
2022-02-02 20:59:25 +0100takuan(~takuan@178-116-218-225.access.telenet.be)
2022-02-02 21:00:52 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-02-02 21:02:33 +0100lavaman(~lavaman@98.38.249.169)
2022-02-02 21:05:41 +0100juhp(~juhp@128.106.188.82) (Ping timeout: 256 seconds)
2022-02-02 21:06:34 +0100MatthiasG2(~matthias@i6DFA0138.versanet.de) (Quit: Lost terminal)
2022-02-02 21:06:57 +0100juhp(~juhp@128.106.188.82)
2022-02-02 21:07:18 +0100segfaultfizzbuzz(~rustisafu@2602:306:cd3c:9350:39bb:565d:7d44:b11e) (Quit: Leaving)
2022-02-02 21:07:23 +0100lavaman(~lavaman@98.38.249.169) (Ping timeout: 256 seconds)
2022-02-02 21:07:49 +0100doyougnu(~doyougnu@cpe-67-249-83-190.twcny.res.rr.com)
2022-02-02 21:10:08 +0100Pickchea(~private@user/pickchea)
2022-02-02 21:10:32 +0100ProfSimm(~ProfSimm@87.227.196.109) (Remote host closed the connection)
2022-02-02 21:10:51 +0100ProfSimm(~ProfSimm@87.227.196.109)
2022-02-02 21:11:58 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 250 seconds)
2022-02-02 21:12:17 +0100zincy_(~zincy@2a00:23c8:970c:4801:340a:21f3:9185:5e11) (Remote host closed the connection)
2022-02-02 21:13:53 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 21:15:41 +0100justsomeguy(~justsomeg@user/justsomeguy)
2022-02-02 21:16:18 +0100CiaoSen(~Jura@p200300c95737a2002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
2022-02-02 21:18:53 +0100Erutuon(~Erutuon@user/erutuon)
2022-02-02 21:19:21 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 21:22:27 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 256 seconds)
2022-02-02 21:24:37 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Ping timeout: 240 seconds)
2022-02-02 21:26:05 +0100vglfr(~vglfr@88.155.15.0) (Ping timeout: 256 seconds)
2022-02-02 21:26:15 +0100vglfr(~vglfr@88.155.15.0)
2022-02-02 21:27:01 +0100justsomeguy(~justsomeg@user/justsomeguy) (Ping timeout: 245 seconds)
2022-02-02 21:29:06 +0100Ram-Z_(~Ram-Z@li1814-254.members.linode.com) (Quit: ZNC - http://znc.in)
2022-02-02 21:29:25 +0100Ram-Z(Ram-Z@2a01:7e01::f03c:91ff:fe57:d2df)
2022-02-02 21:30:03 +0100mcgroin(~mcgroin@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 256 seconds)
2022-02-02 21:34:24 +0100Pickchea(~private@user/pickchea) (Quit: Leaving)
2022-02-02 21:35:08 +0100alMalsamo(~alMalsamo@gateway/tor-sasl/almalsamo)
2022-02-02 21:35:56 +0100ravella(~ravella@user/ryanavella)
2022-02-02 21:37:04 +0100bontaq`bontaq
2022-02-02 21:37:54 +0100Pickchea(~private@user/pickchea)
2022-02-02 21:45:09 +0100madjestic(~madjestic@88-159-247-120.fixed.kpn.net) (Quit: Lost terminal)
2022-02-02 21:45:47 +0100fendor_fendor
2022-02-02 21:55:27 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 21:57:12 +0100oldsk00l(~znc@ec2-18-130-126-148.eu-west-2.compute.amazonaws.com)
2022-02-02 21:57:30 +0100zincy(~zincy@2a00:23c8:970c:4801:340a:21f3:9185:5e11)
2022-02-02 21:57:34 +0100fendor(~fendor@178.165.184.56.wireless.dyn.drei.com) (Remote host closed the connection)
2022-02-02 21:58:27 +0100 <janus> are flags shared across packages? that is, their names should be coordinated across packages?
2022-02-02 21:59:16 +0100 <monochrom> No.
2022-02-02 21:59:51 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Ping timeout: 256 seconds)
2022-02-02 22:00:40 +0100tiferrei(~tiferrei@user/tiferrei) (Remote host closed the connection)
2022-02-02 22:00:58 +0100tiferrei(~tiferrei@user/tiferrei)
2022-02-02 22:01:09 +0100 <janus> when i use '-f flagname' in cabal-install, it only applies to the immediate target package?
2022-02-02 22:05:16 +0100kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34) (Ping timeout: 250 seconds)
2022-02-02 22:11:46 +0100Boarders_(sid425905@id-425905.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100JSharp(sid4580@id-4580.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100saolsen(sid26430@id-26430.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100tapas(sid467876@id-467876.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100cbarrett(sid192934@id-192934.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100enemeth79(sid309041@id-309041.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100bjs(sid190364@user/bjs) (*.net *.split)
2022-02-02 22:11:46 +0100sclv(sid39734@haskell/developer/sclv) (*.net *.split)
2022-02-02 22:11:46 +0100mrianbloom(sid350277@id-350277.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100dmj`(sid72307@id-72307.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100acertain(sid470584@id-470584.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100gaze___(sid387101@id-387101.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:46 +0100hongminhee(sid295@id-295.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:47 +0100Axman6(~Axman6@user/axman6) (*.net *.split)
2022-02-02 22:11:47 +0100whatsupdoc(uid509081@hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:47 +0100asivitz(uid178348@tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:47 +0100econo(uid147250@user/econo) (*.net *.split)
2022-02-02 22:11:47 +0100Vajb(~Vajb@hag-jnsbng11-58c3a8-176.dhcp.inet.fi) (*.net *.split)
2022-02-02 22:11:47 +0100soxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net) (*.net *.split)
2022-02-02 22:11:47 +0100cheater(~Username@user/cheater) (*.net *.split)
2022-02-02 22:11:47 +0100wootehfoot(~wootehfoo@user/wootehfoot) (*.net *.split)
2022-02-02 22:11:47 +0100Guest6340(~cat@h-98-128-128-173.A351.priv.bahnhof.se) (*.net *.split)
2022-02-02 22:11:47 +0100Sgeo(~Sgeo@user/sgeo) (*.net *.split)
2022-02-02 22:11:47 +0100Ariakenom(~Ariakenom@h-82-196-111-63.NA.cust.bahnhof.se) (*.net *.split)
2022-02-02 22:11:47 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl) (*.net *.split)
2022-02-02 22:11:47 +0100deadmarshal(~deadmarsh@95.38.114.110) (*.net *.split)
2022-02-02 22:11:47 +0100tatarqa(~kli@ip-89-177-122-45.net.upcbroadband.cz) (*.net *.split)
2022-02-02 22:11:47 +0100xdej(~xdej@quatramaran.salle-s.org) (*.net *.split)
2022-02-02 22:11:47 +0100xkuru(~xkuru@user/xkuru) (*.net *.split)
2022-02-02 22:11:47 +0100polezaivsani(~polezaivs@orangeshoelaces.net) (*.net *.split)
2022-02-02 22:11:47 +0100td_(~td@muedsl-82-207-238-174.citykom.de) (*.net *.split)
2022-02-02 22:11:47 +0100red-snail(~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split)
2022-02-02 22:11:47 +0100hyiltiz(~quassel@31.220.5.250) (*.net *.split)
2022-02-02 22:11:47 +0100quintasan(~quassel@quintasan.pl) (*.net *.split)
2022-02-02 22:11:47 +0100APic(~apic@apic.name) (*.net *.split)
2022-02-02 22:11:47 +0100cigsender(~cigsender@74.124.58.162) (*.net *.split)
2022-02-02 22:11:47 +0100Hafydd(~Hafydd@user/hafydd) (*.net *.split)
2022-02-02 22:11:47 +0100aria(sid380617@lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:47 +0100oats(~thomas@user/oats) (*.net *.split)
2022-02-02 22:11:47 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker) (*.net *.split)
2022-02-02 22:11:47 +0100perrierjouet(~perrier-j@modemcable012.251-130-66.mc.videotron.ca) (*.net *.split)
2022-02-02 22:11:47 +0100ncopa(~ncopa@alpine/developer/ncopa) (*.net *.split)
2022-02-02 22:11:47 +0100lep(~lep@94.31.89.203) (*.net *.split)
2022-02-02 22:11:47 +0100AlexZenon(~alzenon@178.34.151.37) (*.net *.split)
2022-02-02 22:11:47 +0100ft(~ft@shell.chaostreff-dortmund.de) (*.net *.split)
2022-02-02 22:11:47 +0100janus(janus@anubis.0x90.dk) (*.net *.split)
2022-02-02 22:11:47 +0100russruss(~russruss@my.russellmcc.com) (*.net *.split)
2022-02-02 22:11:47 +0100tv(~tv@user/tv) (*.net *.split)
2022-02-02 22:11:47 +0100gawen_(~gawen@user/gawen) (*.net *.split)
2022-02-02 22:11:48 +0100robertm(~robertm@lattice.rojoma.com) (*.net *.split)
2022-02-02 22:11:48 +0100tromp(~textual@dhcp-077-249-230-040.chello.nl) (*.net *.split)
2022-02-02 22:11:48 +0100swistak(~swistak@185.21.216.141) (*.net *.split)
2022-02-02 22:11:48 +0100wz1000(~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split)
2022-02-02 22:11:48 +0100superbil(~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split)
2022-02-02 22:11:48 +0100marquis_andras(~marquis_a@124.170.163.166) (*.net *.split)
2022-02-02 22:11:48 +0100justGhost(~justache@user/justache) (*.net *.split)
2022-02-02 22:11:48 +0100mmalter(~mmalter@88.126.10.237) (*.net *.split)
2022-02-02 22:11:48 +0100mcglk(~mcglk@131.191.49.120) (*.net *.split)
2022-02-02 22:11:48 +0100Maxdamantus(~Maxdamant@user/maxdamantus) (*.net *.split)
2022-02-02 22:11:48 +0100stvc(~stvc@192.241.166.39) (*.net *.split)
2022-02-02 22:11:48 +0100cls(~cls@chalk.lubutu.com) (*.net *.split)
2022-02-02 22:11:48 +0100cross_(~cross@spitfire.i.gajendra.net) (*.net *.split)
2022-02-02 22:11:48 +0100skewerr(spoonm@inaba.spoonm.org) (*.net *.split)
2022-02-02 22:11:48 +0100drewr(~drew@user/drewr) (*.net *.split)
2022-02-02 22:11:48 +0100fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) (*.net *.split)
2022-02-02 22:11:48 +0100haskl(~haskl@user/haskl) (*.net *.split)
2022-02-02 22:11:48 +0100mstksg(~jle`@cpe-23-240-75-236.socal.res.rr.com) (*.net *.split)
2022-02-02 22:11:48 +0100xstill-(xstill@fimu/xstill) (*.net *.split)
2022-02-02 22:11:48 +0100xsarnik(xsarnik@lounge.fi.muni.cz) (*.net *.split)
2022-02-02 22:11:48 +0100amk(~amk@109.255.169.126) (*.net *.split)
2022-02-02 22:11:48 +0100kojo5551(~kojo5551@fep.grid.pub.ro) (*.net *.split)
2022-02-02 22:11:48 +0100abrar(~abrar@static-108-2-152-54.phlapa.fios.verizon.net) (*.net *.split)
2022-02-02 22:11:48 +0100hpc(~juzz@ip98-169-35-13.dc.dc.cox.net) (*.net *.split)
2022-02-02 22:11:48 +0100kmein(~weechat@user/kmein) (*.net *.split)
2022-02-02 22:11:48 +0100c_wraith(~c_wraith@adjoint.us) (*.net *.split)
2022-02-02 22:11:48 +0100statusfailed(~statusfai@statusfailed.com) (*.net *.split)
2022-02-02 22:11:48 +0100canta(~canta@user/canta) (*.net *.split)
2022-02-02 22:11:48 +0100dminuoso(~dminuoso@user/dminuoso) (*.net *.split)
2022-02-02 22:11:48 +0100juri_(~juri@178.63.35.222) (*.net *.split)
2022-02-02 22:11:48 +0100tolt(~weechat-h@li219-154.members.linode.com) (*.net *.split)
2022-02-02 22:11:48 +0100mmaruseacph2(~mihai@198.199.100.72) (*.net *.split)
2022-02-02 22:11:48 +0100meejah(~meejah@rutas.meejah.ca) (*.net *.split)
2022-02-02 22:11:48 +0100andjjj23_(~irc@107.170.228.47) (*.net *.split)
2022-02-02 22:11:48 +0100neverwas(jpneverwas@swissbox.unperson.link) (*.net *.split)
2022-02-02 22:11:48 +0100n3t(n3t@user/n3t) (*.net *.split)
2022-02-02 22:11:48 +0100loonycyborg(~loonycybo@wesnoth/developer/loonycyborg) (*.net *.split)
2022-02-02 22:11:48 +0100drdo(~drdo@roach0.drdo.eu) (*.net *.split)
2022-02-02 22:11:48 +0100ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split)
2022-02-02 22:11:48 +0100carter(sid14827@helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:48 +0100TMA(~tma@twin.jikos.cz) (*.net *.split)
2022-02-02 22:11:48 +0100hubvu_(sid495858@tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:48 +0100jtmar(~james@jtmar.me) (*.net *.split)
2022-02-02 22:11:48 +0100kawpuh(~kawpuh@66.42.81.80) (*.net *.split)
2022-02-02 22:11:48 +0100Pickchea(~private@user/pickchea) (*.net *.split)
2022-02-02 22:11:48 +0100ravella(~ravella@user/ryanavella) (*.net *.split)
2022-02-02 22:11:48 +0100vglfr(~vglfr@88.155.15.0) (*.net *.split)
2022-02-02 22:11:48 +0100Erutuon(~Erutuon@user/erutuon) (*.net *.split)
2022-02-02 22:11:49 +0100albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split)
2022-02-02 22:11:49 +0100nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (*.net *.split)
2022-02-02 22:11:49 +0100landonf(landonf@mac68k.info) (*.net *.split)
2022-02-02 22:11:49 +0100yaroot(~yaroot@57.48.30.125.dy.iij4u.or.jp) (*.net *.split)
2022-02-02 22:11:49 +0100spider__(~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split)
2022-02-02 22:11:49 +0100kilolympus(~kilolympu@31.205.200.235) (*.net *.split)
2022-02-02 22:11:49 +0100hexagoxel(~hexagoxel@hexagoxel.de) (*.net *.split)
2022-02-02 22:11:49 +0100kjak(~kjak@pool-108-45-56-21.washdc.fios.verizon.net) (*.net *.split)
2022-02-02 22:11:49 +0100byorgey(~byorgey@155.138.238.211) (*.net *.split)
2022-02-02 22:11:49 +0100yahb(xsbot@user/mniip/bot/yahb) (*.net *.split)
2022-02-02 22:11:49 +0100cyphase(~cyphase@user/cyphase) (*.net *.split)
2022-02-02 22:11:49 +0100dibblego(~dibblego@haskell/developer/dibblego) (*.net *.split)
2022-02-02 22:11:49 +0100ajb_(~ajb@cupid.whatbox.ca) (*.net *.split)
2022-02-02 22:11:49 +0100statusbot1(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split)
2022-02-02 22:11:49 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split)
2022-02-02 22:11:49 +0100OscarH(~OscarH@90.201.86.195) (*.net *.split)
2022-02-02 22:11:49 +0100niko(~niko@libera/staff/niko) (*.net *.split)
2022-02-02 22:11:49 +0100joo-_(~joo-_@fsf/member/joo--) (*.net *.split)
2022-02-02 22:11:49 +0100mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split)
2022-02-02 22:11:49 +0100eL_Bart0(eL_Bart0@dietunichtguten.org) (*.net *.split)
2022-02-02 22:11:49 +0100iteratee(~kyle@162.218.222.107) (*.net *.split)
2022-02-02 22:11:49 +0100Ranhir(~Ranhir@157.97.53.139) (*.net *.split)
2022-02-02 22:11:49 +0100ridcully_(~ridcully@p508acc81.dip0.t-ipconnect.de) (*.net *.split)
2022-02-02 22:11:49 +0100acowley(~acowley@c-68-83-22-43.hsd1.nj.comcast.net) (*.net *.split)
2022-02-02 22:11:49 +0100incertia(~incertia@207.98.163.88) (*.net *.split)
2022-02-02 22:11:49 +0100Neuromancer(~Neuromanc@user/neuromancer) (*.net *.split)
2022-02-02 22:11:49 +0100sherlock_95(~sherlock_@static.131.42.161.5.clients.your-server.de) (*.net *.split)
2022-02-02 22:11:49 +0100noctux(~noctux@user/noctux) (*.net *.split)
2022-02-02 22:11:49 +0100Flonk(~Flonk@vps-zap441517-1.zap-srv.com) (*.net *.split)
2022-02-02 22:11:49 +0100dumptruckman(~dumptruck@45-79-173-88.ip.linodeusercontent.com) (*.net *.split)
2022-02-02 22:11:49 +0100troydm(~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split)
2022-02-02 22:11:49 +0100caubert(~caubert@136.244.111.235) (*.net *.split)
2022-02-02 22:11:49 +0100YoungFrog(~youngfrog@39.129-180-91.adsl-dyn.isp.belgacom.be) (*.net *.split)
2022-02-02 22:11:49 +0100ChanServ(ChanServ@services.libera.chat) (*.net *.split)
2022-02-02 22:11:49 +0100litharge(litharge@libera/bot/litharge) (*.net *.split)
2022-02-02 22:11:49 +0100zincy(~zincy@2a00:23c8:970c:4801:340a:21f3:9185:5e11) (*.net *.split)
2022-02-02 22:11:49 +0100oldsk00l(~znc@ec2-18-130-126-148.eu-west-2.compute.amazonaws.com) (*.net *.split)
2022-02-02 22:11:49 +0100Ram-Z(Ram-Z@2a01:7e01::f03c:91ff:fe57:d2df) (*.net *.split)
2022-02-02 22:11:49 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (*.net *.split)
2022-02-02 22:11:49 +0100tiferrei(~tiferrei@user/tiferrei) (*.net *.split)
2022-02-02 22:11:50 +0100alMalsamo(~alMalsamo@gateway/tor-sasl/almalsamo) (*.net *.split)
2022-02-02 22:11:50 +0100nunggu(~q@user/nunggu) (*.net *.split)
2022-02-02 22:11:50 +0100wyrd(~wyrd@gateway/tor-sasl/wyrd) (*.net *.split)
2022-02-02 22:11:50 +0100gehmehgeh(~user@user/gehmehgeh) (*.net *.split)
2022-02-02 22:11:50 +0100azimut(~azimut@gateway/tor-sasl/azimut) (*.net *.split)
2022-02-02 22:11:50 +0100stiell(~stiell@gateway/tor-sasl/stiell) (*.net *.split)
2022-02-02 22:11:50 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643) (*.net *.split)
2022-02-02 22:11:50 +0100califax(~califax@user/califx) (*.net *.split)
2022-02-02 22:11:50 +0100jpds(~jpds@gateway/tor-sasl/jpds) (*.net *.split)
2022-02-02 22:11:50 +0100LiaoTao(~LiaoTao@gateway/tor-sasl/liaotao) (*.net *.split)
2022-02-02 22:11:50 +0100chexum(~quassel@gateway/tor-sasl/chexum) (*.net *.split)
2022-02-02 22:11:50 +0100HotblackDesiato(~HotblackD@gateway/tor-sasl/hotblackdesiato) (*.net *.split)
2022-02-02 22:11:50 +0100adanwan_(~adanwan@gateway/tor-sasl/adanwan) (*.net *.split)
2022-02-02 22:11:50 +0100jstolarek(~jstolarek@staticline-31-183-164-222.toya.net.pl) (*.net *.split)
2022-02-02 22:11:50 +0100axeman(~quassel@2a02:8109:a3c0:b10:796:dd6e:a09d:717e) (*.net *.split)
2022-02-02 22:11:50 +0100meltedbrain_y2k(~tekserf@47.61.115.91) (*.net *.split)
2022-02-02 22:11:50 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a) (*.net *.split)
2022-02-02 22:11:50 +0100jlamothe(~jlamothe@198.251.61.229) (*.net *.split)
2022-02-02 22:11:50 +0100Midjak(~Midjak@may53-1-78-226-116-92.fbx.proxad.net) (*.net *.split)
2022-02-02 22:11:50 +0100rembo10(~rembo10@remulis.com) (*.net *.split)
2022-02-02 22:11:50 +0100Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split)
2022-02-02 22:11:50 +0100ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (*.net *.split)
2022-02-02 22:11:50 +0100maralorn(~maralorn@2001:470:69fc:105::251) (*.net *.split)
2022-02-02 22:11:50 +0100juhp[m](~juhpmatri@2001:470:69fc:105::6e9) (*.net *.split)
2022-02-02 22:11:50 +0100ericson2314(~ericson23@2001:470:69fc:105::70c) (*.net *.split)
2022-02-02 22:11:50 +0100schuelermine[m](~schuelerm@user/schuelermine) (*.net *.split)
2022-02-02 22:11:50 +0100jinsun_(~jinsun@user/jinsun) (*.net *.split)
2022-02-02 22:11:50 +0100wildsebastian(~wildsebas@2001:470:69fc:105::1:14b1) (*.net *.split)
2022-02-02 22:11:50 +0100moats(~oats@user/oats) (*.net *.split)
2022-02-02 22:11:50 +0100unclechu(~unclechu@2001:470:69fc:105::354) (*.net *.split)
2022-02-02 22:11:50 +0100simmsb(~simmsb@2001:470:69fc:105::1:55c3) (*.net *.split)
2022-02-02 22:11:50 +0100Yehoshua(~yehoshua@2001:470:69fc:105::1:593f) (*.net *.split)
2022-02-02 22:11:50 +0100EkaiZend[m](~ekai-zend@2001:470:69fc:105::1:7756) (*.net *.split)
2022-02-02 22:11:50 +0100sofviic[m](~sofviicma@2001:470:69fc:105::1:51fd) (*.net *.split)
2022-02-02 22:11:50 +0100kalxd[m](~kalxdmatr@2001:470:69fc:105::1:576e) (*.net *.split)
2022-02-02 22:11:50 +0100Morrow[m](~morrowmma@2001:470:69fc:105::1d0) (*.net *.split)
2022-02-02 22:11:50 +0100bb010g(~bb010g@2001:470:69fc:105::9a5) (*.net *.split)
2022-02-02 22:11:50 +0100jackhill(~jackhill@kalessin.dragonsnail.net) (*.net *.split)
2022-02-02 22:11:50 +0100sajith(~sajith@user/sajith) (*.net *.split)
2022-02-02 22:11:50 +0100davetapley(sid666@id-666.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 22:11:50 +0100jonrh(sid5185@id-5185.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:50 +0100tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684) (*.net *.split)
2022-02-02 22:11:50 +0100lieven(~mal@ns2.wyrd.be) (*.net *.split)
2022-02-02 22:11:50 +0100kaskal(~kaskal@2001:4bb8:2cc:5073:e1cf:a3ef:264a:1e80) (*.net *.split)
2022-02-02 22:11:50 +0100EvanR(~EvanR@user/evanr) (*.net *.split)
2022-02-02 22:11:50 +0100Techcable(~Techcable@168.235.93.147) (*.net *.split)
2022-02-02 22:11:50 +0100pooryorick(~pooryoric@87-119-174-173.tll.elisa.ee) (*.net *.split)
2022-02-02 22:11:50 +0100koolazer(~koo@user/koolazer) (*.net *.split)
2022-02-02 22:11:50 +0100bollu(~bollu@159.65.151.13) (*.net *.split)
2022-02-02 22:11:51 +0100thebnq(~bnq@herrokitty.com) (*.net *.split)
2022-02-02 22:11:51 +0100Noinia(~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split)
2022-02-02 22:11:51 +0100mrkajetanp(~mrkajetan@88.98.245.28) (*.net *.split)
2022-02-02 22:11:51 +0100Putonlalla(~sapekiis@it-cyan.it.jyu.fi) (*.net *.split)
2022-02-02 22:11:51 +0100urdh(~urdh@user/urdh) (*.net *.split)
2022-02-02 22:11:51 +0100Vq(~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split)
2022-02-02 22:11:51 +0100acro(~acro@user/acro) (*.net *.split)
2022-02-02 22:11:51 +0100LambdaDuck(~anka@ksit.fixme.fi) (*.net *.split)
2022-02-02 22:11:51 +0100xacktm(xacktm@user/xacktm) (*.net *.split)
2022-02-02 22:11:51 +0100davl(~davl@207.154.228.18) (*.net *.split)
2022-02-02 22:11:51 +0100lyxia(~lyxia@poisson.chat) (*.net *.split)
2022-02-02 22:11:51 +0100SIben(~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split)
2022-02-02 22:11:51 +0100ggVGc(~ggVGc@a.lowtech.earth) (*.net *.split)
2022-02-02 22:11:51 +0100Xe(~cadey@tailscale/xe) (*.net *.split)
2022-02-02 22:11:51 +0100dpratt__(sid193493@id-193493.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:51 +0100grfn(sid449115@id-449115.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:51 +0100pierrot(~pi@user/pierrot) (*.net *.split)
2022-02-02 22:11:51 +0100bonz060(~quassel@2001:bc8:47a4:a23::1) (*.net *.split)
2022-02-02 22:11:51 +0100Merfont(~Kaiepi@156.34.47.253) (*.net *.split)
2022-02-02 22:11:51 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:25b:5701:e54d:ee3e) (*.net *.split)
2022-02-02 22:11:51 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480::41) (*.net *.split)
2022-02-02 22:11:51 +0100whound(~dust@2405:204:5488:ef4c:54b6:3467:52f3:e9f2) (*.net *.split)
2022-02-02 22:11:51 +0100qhong(~qhong@rescomp-21-400677.stanford.edu) (*.net *.split)
2022-02-02 22:11:51 +0100coot(~coot@213.134.190.95) (*.net *.split)
2022-02-02 22:11:51 +0100kadoban(~kadoban@user/kadoban) (*.net *.split)
2022-02-02 22:11:51 +0100pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (*.net *.split)
2022-02-02 22:11:51 +0100michalz2(~michalz2@185.246.204.65) (*.net *.split)
2022-02-02 22:11:51 +0100mc47(~mc47@xmonad/TheMC47) (*.net *.split)
2022-02-02 22:11:51 +0100Inst(~delicacie@2601:6c4:4080:3f80:40a0:b50a:e8ed:d1eb) (*.net *.split)
2022-02-02 22:11:51 +0100img(~img@user/img) (*.net *.split)
2022-02-02 22:11:51 +0100remedan(~remedan@octo.cafe) (*.net *.split)
2022-02-02 22:11:51 +0100pfurla-matrix(~pedrofurl@2001:470:69fc:105::1:51d7) (*.net *.split)
2022-02-02 22:11:51 +0100unrooted(~unrooted@2001:470:69fc:105::a4a) (*.net *.split)
2022-02-02 22:11:51 +0100alex[m]12(~alexchete@2001:470:69fc:105::1:1001) (*.net *.split)
2022-02-02 22:11:51 +0100ongy[m](~ongymatri@2001:470:69fc:105::5018) (*.net *.split)
2022-02-02 22:11:51 +0100Artem[m](~artemtype@2001:470:69fc:105::75b) (*.net *.split)
2022-02-02 22:11:51 +0100mahene[m](~mahenemat@2001:470:69fc:105::1:6a93) (*.net *.split)
2022-02-02 22:11:51 +0100marinelli[m](~marinelli@2001:470:69fc:105::2d8) (*.net *.split)
2022-02-02 22:11:51 +0100SawyerBergeron[m(~sawyerber@2001:470:69fc:105::3036) (*.net *.split)
2022-02-02 22:11:51 +0100cdsmith(~cdsmithma@2001:470:69fc:105::284) (*.net *.split)
2022-02-02 22:11:51 +0100peddie(~peddie@2001:470:69fc:105::25d) (*.net *.split)
2022-02-02 22:11:51 +0100Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split)
2022-02-02 22:11:51 +0100Arathorn(~arathorn@2001:470:69fc:105::1f) (*.net *.split)
2022-02-02 22:11:51 +0100fgaz(~fgaz@2001:470:69fc:105::842) (*.net *.split)
2022-02-02 22:11:51 +0100ormaaj(~ormaaj@user/ormaaj) (*.net *.split)
2022-02-02 22:11:51 +0100Topik[m](~topikmatr@2001:470:69fc:105::a082) (*.net *.split)
2022-02-02 22:11:51 +0100jaror[m](~jaror@2001:470:69fc:105::265) (*.net *.split)
2022-02-02 22:11:51 +0100benjamin[m]123(~benjaminm@2001:470:69fc:105::1:3f2f) (*.net *.split)
2022-02-02 22:11:51 +0100litharn[m](~litharnma@2001:470:69fc:105::1:8336) (*.net *.split)
2022-02-02 22:11:51 +0100octeep[m](~octeepoct@2001:470:69fc:105::1:3dbf) (*.net *.split)
2022-02-02 22:11:51 +0100phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split)
2022-02-02 22:11:51 +0100Michal[m](~oomiguelm@2001:470:69fc:105::1:5ab0) (*.net *.split)
2022-02-02 22:11:51 +0100ddb(~ddb@ipv6two.tilde.club) (*.net *.split)
2022-02-02 22:11:51 +0100flupe(~baboum@radon.sbi.re) (*.net *.split)
2022-02-02 22:11:51 +0100megaTherion(~therion@unix.io) (*.net *.split)
2022-02-02 22:11:51 +0100kristjansson(sid126207@id-126207.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:51 +0100hendi(sid489601@id-489601.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:51 +0100AndreasK(sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 22:11:51 +0100taktoa[c](sid282096@id-282096.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:51 +0100s4msung(bZt8T9wHxn@user/s4msung) (*.net *.split)
2022-02-02 22:11:51 +0100kritzefitz(~kritzefit@debian/kritzefitz) (*.net *.split)
2022-02-02 22:11:51 +0100douglaswinship(~douglaswi@78.40.148.180) (*.net *.split)
2022-02-02 22:11:52 +0100g(x@libera/staff/glguy) (*.net *.split)
2022-02-02 22:11:52 +0100iphy(sid67735@id-67735.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100energizer(~energizer@user/energizer) (*.net *.split)
2022-02-02 22:11:52 +0100adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split)
2022-02-02 22:11:52 +0100gonz_____(sid304396@id-304396.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100mustafa(sid502723@rockylinux/releng/mustafa) (*.net *.split)
2022-02-02 22:11:52 +0100davean(~davean@davean.sciesnet.net) (*.net *.split)
2022-02-02 22:11:52 +0100shane(~shane@ana.rch.ist) (*.net *.split)
2022-02-02 22:11:52 +0100lexi-lambda(sid92601@id-92601.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100sa1(sid7690@id-7690.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100typetetris(sid275937@id-275937.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100gnyeki(~gnyeki@user/gnyeki) (*.net *.split)
2022-02-02 22:11:52 +0100dkeohane2(~dkeohane@ec2-18-189-29-140.us-east-2.compute.amazonaws.com) (*.net *.split)
2022-02-02 22:11:52 +0100supersven(sid501114@id-501114.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100christiaanb(sid84827@id-84827.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100drlkf(~drlkf@2001:41d0:a:62bb::1) (*.net *.split)
2022-02-02 22:11:52 +0100bwe(~bwe@2a01:4f8:1c1c:4878::2) (*.net *.split)
2022-02-02 22:11:52 +0100takuan(~takuan@178-116-218-225.access.telenet.be) (*.net *.split)
2022-02-02 22:11:52 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net) (*.net *.split)
2022-02-02 22:11:52 +0100adnaahm(~adnaahm@host-101-net-67-160-119.mobilinkinfinity.net.pk) (*.net *.split)
2022-02-02 22:11:52 +0100bontaq(~user@ool-45779fe5.dyn.optonline.net) (*.net *.split)
2022-02-02 22:11:52 +0100vicfred(~vicfred@user/vicfred) (*.net *.split)
2022-02-02 22:11:52 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-35-70-24-248-224.dsl.bell.ca) (*.net *.split)
2022-02-02 22:11:52 +0100off^(~off@128-092-174-141.biz.spectrum.com) (*.net *.split)
2022-02-02 22:11:52 +0100anderson(~ande@user/anderson) (*.net *.split)
2022-02-02 22:11:52 +0100glider(~glider@user/glider) (*.net *.split)
2022-02-02 22:11:52 +0100zaquest(~notzaques@5.130.79.72) (*.net *.split)
2022-02-02 22:11:52 +0100caasih(sid13241@ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100ProofTechnique(sid79547@ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:52 +0100foul_owl(~kerry@94.140.8.105) (*.net *.split)
2022-02-02 22:11:52 +0100jespada(~jespada@87.74.36.188) (*.net *.split)
2022-02-02 22:11:52 +0100__monty__(~toonn@user/toonn) (*.net *.split)
2022-02-02 22:11:52 +0100bliminse(~bliminse@host86-188-36-166.range86-188.btcentralplus.com) (*.net *.split)
2022-02-02 22:11:52 +0100m5zs7k(aquares@web10.mydevil.net) (*.net *.split)
2022-02-02 22:11:52 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2022-02-02 22:11:52 +0100martin02(~silas@141.84.69.76) (*.net *.split)
2022-02-02 22:11:52 +0100Unode(~Unode@194.94.44.220) (*.net *.split)
2022-02-02 22:11:52 +0100ishutin(~ishutin@80-95-86-56.pool.digikabel.hu) (*.net *.split)
2022-02-02 22:11:52 +0100wagle(~wagle@quassel.wagle.io) (*.net *.split)
2022-02-02 22:11:52 +0100Logio(em@kapsi.fi) (*.net *.split)
2022-02-02 22:11:52 +0100TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split)
2022-02-02 22:11:52 +0100hgolden(~hgolden2@cpe-172-114-81-123.socal.res.rr.com) (*.net *.split)
2022-02-02 22:11:52 +0100Alex_test(~al_test@178.34.151.37) (*.net *.split)
2022-02-02 22:11:52 +0100Ekho(~Ekho@user/ekho) (*.net *.split)
2022-02-02 22:11:53 +0100raym(~raym@user/raym) (*.net *.split)
2022-02-02 22:11:53 +0100micro(~micro@user/micro) (*.net *.split)
2022-02-02 22:11:53 +0100mncheckm(~mncheck@193.224.205.254) (*.net *.split)
2022-02-02 22:11:53 +0100fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof) (*.net *.split)
2022-02-02 22:11:53 +0100erisco(~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split)
2022-02-02 22:11:53 +0100simpleauthority(~simpleaut@user/simpleauthority) (*.net *.split)
2022-02-02 22:11:53 +0100pgib(~textual@173.38.117.89) (*.net *.split)
2022-02-02 22:11:53 +0100cods(~fred@82-65-232-44.subs.proxad.net) (*.net *.split)
2022-02-02 22:11:53 +0100dka(~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split)
2022-02-02 22:11:53 +0100ski(~ski@remote12.chalmers.se) (*.net *.split)
2022-02-02 22:11:53 +0100mrmonday(~robert@octarineparrot.com) (*.net *.split)
2022-02-02 22:11:53 +0100lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split)
2022-02-02 22:11:53 +0100tomku(~tomku@user/tomku) (*.net *.split)
2022-02-02 22:11:53 +0100jrm(~jrm@156.34.173.250) (*.net *.split)
2022-02-02 22:11:53 +0100obfusk(~quassel@a82-161-150-56.adsl.xs4all.nl) (*.net *.split)
2022-02-02 22:11:53 +0100dextaa(~DV@user/dextaa) (*.net *.split)
2022-02-02 22:11:53 +0100bbear_(~znc@21212.s.t4vps.eu) (*.net *.split)
2022-02-02 22:11:53 +0100sander(~sander@user/sander) (*.net *.split)
2022-02-02 22:11:53 +0100a1paca(~a1paca@user/a1paca) (*.net *.split)
2022-02-02 22:11:53 +0100mniip(mniip@libera/staff/mniip) (*.net *.split)
2022-02-02 22:11:53 +0100jeffz(~user@lambda.xen.prgmr.com) (*.net *.split)
2022-02-02 22:11:53 +0100hltk(~hltk@hltk.fi) (*.net *.split)
2022-02-02 22:11:53 +0100barrucadu(~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split)
2022-02-02 22:11:53 +0100Teacup(~teacup@user/teacup) (*.net *.split)
2022-02-02 22:11:53 +0100madnight_(~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split)
2022-02-02 22:11:53 +0100[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (*.net *.split)
2022-02-02 22:11:53 +0100jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split)
2022-02-02 22:11:53 +0100eldritch_(~eldritch@user/eldritch/x-9272577) (*.net *.split)
2022-02-02 22:11:53 +0100absentia(~evocatus@24-212-138-156.cable.teksavvy.com) (*.net *.split)
2022-02-02 22:11:53 +0100slowtyper(~slowtyper@user/slowtyper) (*.net *.split)
2022-02-02 22:11:53 +0100ubert1(~Thunderbi@p200300ecdf0994537358816310c1cf27.dip0.t-ipconnect.de) (*.net *.split)
2022-02-02 22:11:53 +0100sm[i](~user@plaintextaccounting/sm) (*.net *.split)
2022-02-02 22:11:53 +0100SethTisue(sid14912@id-14912.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:53 +0100joaquinmg[m](~joaquinmg@2001:470:69fc:105::1:67d2) (*.net *.split)
2022-02-02 22:11:53 +0100aidy(~aidy@2001:470:69fc:105::c7b4) (*.net *.split)
2022-02-02 22:11:53 +0100thomasjm[m](~thomasjmm@2001:470:69fc:105::c6d9) (*.net *.split)
2022-02-02 22:11:53 +0100fcortesi(~fcortesi@2001:470:69fc:105::f3a9) (*.net *.split)
2022-02-02 22:11:53 +0100vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split)
2022-02-02 22:11:53 +0100jneira[m](~jneiramat@2001:470:69fc:105::d729) (*.net *.split)
2022-02-02 22:11:53 +0100finalti[m](~finaltima@2001:470:69fc:105::d909) (*.net *.split)
2022-02-02 22:11:53 +0100euphrates[m](~euphrates@2001:470:69fc:105::fbb5) (*.net *.split)
2022-02-02 22:11:54 +0100sm(~sm@plaintextaccounting/sm) (*.net *.split)
2022-02-02 22:11:54 +0100catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split)
2022-02-02 22:11:54 +0100jkaye[m](~jkayematr@2001:470:69fc:105::1:86f7) (*.net *.split)
2022-02-02 22:11:54 +0100oak-(~oakuniver@2001:470:69fc:105::fcd) (*.net *.split)
2022-02-02 22:11:54 +0100sekun[m](~hsekmatri@2001:470:69fc:105::d18f) (*.net *.split)
2022-02-02 22:11:54 +0100psydroid(~psydroid@user/psydroid) (*.net *.split)
2022-02-02 22:11:54 +0100jiribenes(~jiribenes@rosa.jiribenes.com) (*.net *.split)
2022-02-02 22:11:54 +0100AWizzArd(~code@user/awizzard) (*.net *.split)
2022-02-02 22:11:54 +0100maerwald(~maerwald@user/maerwald) (*.net *.split)
2022-02-02 22:11:54 +0100gabiruh(~gabiruh@vps19177.publiccloud.com.br) (*.net *.split)
2022-02-02 22:11:54 +0100df(~ben@justworks.xyz) (*.net *.split)
2022-02-02 22:11:54 +0100[exa](exa@user/exa/x-3587197) (*.net *.split)
2022-02-02 22:11:54 +0100m1dnight(~christoph@christophe.dev) (*.net *.split)
2022-02-02 22:11:54 +0100awpr(uid446117@id-446117.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:54 +0100dfg(dfg@user/dfg) (*.net *.split)
2022-02-02 22:11:54 +0100tomjaguarpaw(~tom@li367-225.members.linode.com) (*.net *.split)
2022-02-02 22:11:54 +0100dragestil(~znc@user/dragestil) (*.net *.split)
2022-02-02 22:11:54 +0100pepeiborra(sid443799@id-443799.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:54 +0100_0x47_(sid508683@id-508683.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:54 +0100travv0(sid293381@user/travv0) (*.net *.split)
2022-02-02 22:11:54 +0100marienz__(~marienz@libera/staff/marienz) (*.net *.split)
2022-02-02 22:11:54 +0100eco(~ubuntu@ec2-54-201-230-197.us-west-2.compute.amazonaws.com) (*.net *.split)
2022-02-02 22:11:54 +0100tristanC(~tristanC@user/tristanc) (*.net *.split)
2022-02-02 22:11:54 +0100dyniec(~dyniec@mail.dybiec.info) (*.net *.split)
2022-02-02 22:11:54 +0100scav(sid309693@id-309693.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:54 +0100bw(sid2730@user/betawaffle) (*.net *.split)
2022-02-02 22:11:54 +0100bgamari(~bgamari@2001:470:e438::1) (*.net *.split)
2022-02-02 22:11:54 +0100averell(~averell@user/averell) (*.net *.split)
2022-02-02 22:11:54 +0100mrus(~mrus@2001:19f0:5:1535:5400:3ff:fe7d:10ae) (*.net *.split)
2022-02-02 22:11:54 +0100Ferdirand(~somebody@2001:4c78:2012:5000::2) (*.net *.split)
2022-02-02 22:11:54 +0100relrod(~relrod@redhat/ansible.staff.relrod) (*.net *.split)
2022-02-02 22:11:54 +0100tdammers(~tdammers@77.109.72.177.res.static.edpnet.net) (*.net *.split)
2022-02-02 22:11:54 +0100mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001) (*.net *.split)
2022-02-02 22:11:54 +0100Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split)
2022-02-02 22:11:54 +0100hiredman(~hiredman@frontier1.downey.family) (*.net *.split)
2022-02-02 22:11:54 +0100piele(~piele@tbonesteak.creativeserver.net) (*.net *.split)
2022-02-02 22:11:54 +0100arkeet(~arkeet@moriya.ca) (*.net *.split)
2022-02-02 22:11:54 +0100dexterfoo(~dexter@li655-253.members.linode.com) (*.net *.split)
2022-02-02 22:11:54 +0100choucavalier(~choucaval@peanutbuttervibes.com) (*.net *.split)
2022-02-02 22:11:55 +0100lambdabot(~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2022-02-02 22:11:55 +0100heath(~heath@user/heath) (*.net *.split)
2022-02-02 22:11:55 +0100lambdap(~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split)
2022-02-02 22:11:55 +0100ystael(~ystael@user/ystael) (*.net *.split)
2022-02-02 22:11:55 +0100nurupo(~nurupo.ga@user/nurupo) (*.net *.split)
2022-02-02 22:11:55 +0100noctuks(7vrDyCK6LH@user/noctux) (*.net *.split)
2022-02-02 22:11:55 +0100cjay(cjay@nerdbox.nerd2nerd.org) (*.net *.split)
2022-02-02 22:11:55 +0100notabled1(~notabledu@ares.dbalan.in) (*.net *.split)
2022-02-02 22:11:55 +0100sshine(~simon@hubris.eta.solutions) (*.net *.split)
2022-02-02 22:11:55 +0100sqrt2_(~ben@80-108-18-7.cable.dynamic.surfer.at) (*.net *.split)
2022-02-02 22:11:55 +0100ellie(~ellie@user/ellie) (*.net *.split)
2022-02-02 22:11:55 +0100blades(~blades@204.48.29.163) (*.net *.split)
2022-02-02 22:11:55 +0100kosmikus(~kosmikus@nullzig.kosmikus.org) (*.net *.split)
2022-02-02 22:11:55 +0100_________(~nobody@user/noodly) (*.net *.split)
2022-02-02 22:11:55 +0100Trattue(~Trattue@152.70.182.158) (*.net *.split)
2022-02-02 22:11:55 +0100alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split)
2022-02-02 22:11:55 +0100ParsaAlizadeh[m](~lizadehma@2001:470:69fc:105::1:65a4) (*.net *.split)
2022-02-02 22:11:55 +0100Las[m](~lasmatrix@2001:470:69fc:105::74e) (*.net *.split)
2022-02-02 22:11:55 +0100DemiMarieObenour(~alwayscur@2001:470:69fc:105::4886) (*.net *.split)
2022-02-02 22:11:55 +0100smichel17[m](~smichel17@2001:470:69fc:105::2d32) (*.net *.split)
2022-02-02 22:11:55 +0100quantum(~quantum@user/quantum/x-8556232) (*.net *.split)
2022-02-02 22:11:55 +0100hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4) (*.net *.split)
2022-02-02 22:11:55 +0100afotgkmnzj7asv3r(~afotgkmnz@2001:470:69fc:105::c24b) (*.net *.split)
2022-02-02 22:11:55 +0100yehoshuapw(~yehoshuap@2001:470:69fc:105::a5f) (*.net *.split)
2022-02-02 22:11:55 +0100Nate[m](~m52957mat@2001:470:69fc:105::1:591a) (*.net *.split)
2022-02-02 22:11:55 +0100jchia[m](~jchiamatr@2001:470:69fc:105::c50b) (*.net *.split)
2022-02-02 22:11:55 +0100soft(~soft@2001:470:69fc:105::c75) (*.net *.split)
2022-02-02 22:11:55 +0100RSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-02-02 22:11:55 +0100Inoperable(~PLAYER_1@fancydata.science) (*.net *.split)
2022-02-02 22:11:55 +0100Jonno_FTW(~come@user/jonno-ftw/x-0835346) (*.net *.split)
2022-02-02 22:11:55 +0100exarkun(~exarkun@user/exarkun) (*.net *.split)
2022-02-02 22:11:55 +0100eagleflo(~aku@163.172.137.34) (*.net *.split)
2022-02-02 22:11:55 +0100dixie(~dixie@real.wilbury.sk) (*.net *.split)
2022-02-02 22:11:55 +0100nahcetan(~nate@108-233-125-227.lightspeed.sntcca.sbcglobal.net) (*.net *.split)
2022-02-02 22:11:55 +0100WhateverRabbit(~rabbit@206.81.18.26) (*.net *.split)
2022-02-02 22:11:55 +0100Clint(~Clint@user/clint) (*.net *.split)
2022-02-02 22:11:55 +0100absence_(torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2022-02-02 22:11:55 +0100dfordvm(~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split)
2022-02-02 22:11:55 +0100ptrcmd(~ptrcmd@user/ptrcmd) (*.net *.split)
2022-02-02 22:11:55 +0100nek0(~nek0@nek0.eu) (*.net *.split)
2022-02-02 22:11:55 +0100sweater(~sweater@206.81.18.26) (*.net *.split)
2022-02-02 22:11:55 +0100fjmorazan(~quassel@user/fjmorazan) (*.net *.split)
2022-02-02 22:11:55 +0100p3n(~p3n@217.198.124.246) (*.net *.split)
2022-02-02 22:11:55 +0100idnar(sid12240@debian/mithrandi) (*.net *.split)
2022-02-02 22:11:55 +0100jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-02-02 22:11:55 +0100edwardk(sid47016@haskell/developer/edwardk) (*.net *.split)
2022-02-02 22:11:55 +0100greenbourne277(~greenbour@2001:4b98:dc2:45:216:3eff:fe8a:bbf0) (*.net *.split)
2022-02-02 22:11:55 +0100FragByte(~christian@user/fragbyte) (*.net *.split)
2022-02-02 22:11:55 +0100TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split)
2022-02-02 22:11:56 +0100cocreature(~moritz@2a03:b0c0:3:d0::c8:f001) (*.net *.split)
2022-02-02 22:11:56 +0100stefan-_(~cri@42dots.de) (*.net *.split)
2022-02-02 22:11:56 +0100sabx_(~sabbas@user/sabbas) (*.net *.split)
2022-02-02 22:11:56 +0100w1gz(~do@159.89.11.133) (*.net *.split)
2022-02-02 22:11:56 +0100farn_(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split)
2022-02-02 22:11:56 +0100PHO`(~pho@akari.cielonegro.org) (*.net *.split)
2022-02-02 22:11:56 +0100stilgart_(~Christoph@chezlefab.net) (*.net *.split)
2022-02-02 22:11:56 +0100aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split)
2022-02-02 22:11:56 +0100carbolymer(~carbolyme@dropacid.net) (*.net *.split)
2022-02-02 22:11:56 +0100the_proffesor(~theproffe@user/theproffesor) (*.net *.split)
2022-02-02 22:11:56 +0100rubin55(sid175221@id-175221.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100greyrat_(~greyrat@ip202.ip-51-178-215.eu) (*.net *.split)
2022-02-02 22:11:56 +0100hugo(znc@verdigris.lysator.liu.se) (*.net *.split)
2022-02-02 22:11:56 +0100codedmart_(~codedmart@li335-49.members.linode.com) (*.net *.split)
2022-02-02 22:11:56 +0100elvishjerricco(sid237756@id-237756.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100megeve_(sid523379@id-523379.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100rtpg(sid443069@id-443069.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100jmct_(sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100evanrelf(3addc196af@2604:bf00:561:2000::f0) (*.net *.split)
2022-02-02 22:11:56 +0100jakzale(6291399afa@user/jakzale) (*.net *.split)
2022-02-02 22:11:56 +0100Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2) (*.net *.split)
2022-02-02 22:11:56 +0100samhh(7569f027cf@2604:bf00:561:2000::e4) (*.net *.split)
2022-02-02 22:11:56 +0100akhesacaro(~caro@212.83.144.58) (*.net *.split)
2022-02-02 22:11:56 +0100Rembane(~Rembane@li346-36.members.linode.com) (*.net *.split)
2022-02-02 22:11:56 +0100hamishmack_(sid389057@id-389057.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100wolfshappen(~waff@irc.furworks.de) (*.net *.split)
2022-02-02 22:11:56 +0100L29Ah(~L29Ah@wikipedia/L29Ah) (*.net *.split)
2022-02-02 22:11:56 +0100teddyc(theodorc@cassarossa.samfundet.no) (*.net *.split)
2022-02-02 22:11:56 +0100ysh(sid6017@id-6017.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100tired(~tired@user/tired) (*.net *.split)
2022-02-02 22:11:56 +0100bastelfreak(~bastelfre@basteles-bastelknecht.bastelfreak.org) (*.net *.split)
2022-02-02 22:11:56 +0100kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split)
2022-02-02 22:11:56 +0100adium(adium@user/adium) (*.net *.split)
2022-02-02 22:11:56 +0100nckx(~nckx@tobias.gr) (*.net *.split)
2022-02-02 22:11:56 +0100edwtjo(~edwtjo@user/edwtjo) (*.net *.split)
2022-02-02 22:11:56 +0100Aleksejs(~Aleksejs@haskell.lv) (*.net *.split)
2022-02-02 22:11:56 +0100cstml[m](~cstmlmatr@2001:470:69fc:105::1:5c07) (*.net *.split)
2022-02-02 22:11:56 +0100Heffalump[m](~hsenagmat@2001:470:69fc:105::e11) (*.net *.split)
2022-02-02 22:11:56 +0100maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split)
2022-02-02 22:11:56 +0100carmysilna(~brightly-@2001:470:69fc:105::2190) (*.net *.split)
2022-02-02 22:11:56 +0100james[m]12(~jamesnina@2001:470:69fc:105::1:4203) (*.net *.split)
2022-02-02 22:11:56 +0100jesser[m](~jessermat@2001:470:69fc:105::d5ae) (*.net *.split)
2022-02-02 22:11:56 +0100throwaaaa[m](~throwaaaa@2001:470:69fc:105::1:6fe6) (*.net *.split)
2022-02-02 22:11:56 +0100RosarioPulella[m(~rosariopu@2001:470:69fc:105::a57) (*.net *.split)
2022-02-02 22:11:56 +0100justosophy[m](~justosoph@2001:470:69fc:105::572f) (*.net *.split)
2022-02-02 22:11:56 +0100wysteriary[m](~wysteriar@2001:470:69fc:105::a42e) (*.net *.split)
2022-02-02 22:11:56 +0100matijja(~matijja@193.77.181.201) (*.net *.split)
2022-02-02 22:11:56 +0100joeyh_(joeyh@kitenet.net) (*.net *.split)
2022-02-02 22:11:56 +0100Adran(adran@botters/adran) (*.net *.split)
2022-02-02 22:11:56 +0100noddy(~user@user/noddy) (*.net *.split)
2022-02-02 22:11:56 +0100beaky(~beaky@2a03:b0c0:0:1010::1e:a001) (*.net *.split)
2022-02-02 22:11:56 +0100remexre(~remexre@user/remexre) (*.net *.split)
2022-02-02 22:11:56 +0100tcard_(~tcard@p2878075-ipngn18701hodogaya.kanagawa.ocn.ne.jp) (*.net *.split)
2022-02-02 22:11:56 +0100ehamberg(sid18208@id-18208.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100SrPx(sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100conjunctive(sid433686@id-433686.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:56 +0100feliix42_(~felix@gibbs.uberspace.de) (*.net *.split)
2022-02-02 22:11:57 +0100aristid(sid1599@uxbridge.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100bbhoss(sid18216@id-18216.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100tritlo(sid58727@user/tritlo) (*.net *.split)
2022-02-02 22:11:57 +0100lightandlight(sid135476@id-135476.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100aplainze1akind(~johndoe@captainludd.powered.by.lunarbnc.net) (*.net *.split)
2022-02-02 22:11:57 +0100infinity0(~infinity0@occupy.ecodis.net) (*.net *.split)
2022-02-02 22:11:57 +0100kadobanana(~mud@user/kadoban) (*.net *.split)
2022-02-02 22:11:57 +0100myme(~myme@2a01:799:d5a:cd00:fb5a:85b7:3647:e056) (*.net *.split)
2022-02-02 22:11:57 +0100phma(phma@2001:5b0:211c:a988:8f1d:f7a6:3d8d:dc0c) (*.net *.split)
2022-02-02 22:11:57 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split)
2022-02-02 22:11:57 +0100V(~v@anomalous.eu) (*.net *.split)
2022-02-02 22:11:57 +0100acidsys(~LSD@2.lsd.systems) (*.net *.split)
2022-02-02 22:11:57 +0100jjhoo(~jahakala@user/jjhoo) (*.net *.split)
2022-02-02 22:11:57 +0100forell(~forell@user/forell) (*.net *.split)
2022-02-02 22:11:57 +0100hueso(~root@user/hueso) (*.net *.split)
2022-02-02 22:11:57 +0100qrpnxz(abc4f95c31@user/qrpnxz) (*.net *.split)
2022-02-02 22:11:57 +0100jinsun__(~quassel@user/jinsun) (*.net *.split)
2022-02-02 22:11:57 +0100lechner(~lechner@debian/lechner) (*.net *.split)
2022-02-02 22:11:57 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split)
2022-02-02 22:11:57 +0100polyphem(~rod@2a02:810d:840:8754:5126:c335:5f23:8358) (*.net *.split)
2022-02-02 22:11:57 +0100Megant(megant@user/megant) (*.net *.split)
2022-02-02 22:11:57 +0100aeka(~aeka@user/hiruji) (*.net *.split)
2022-02-02 22:11:57 +0100Katarushisu(~Katarushi@cpc147334-finc20-2-0-cust27.4-2.cable.virginm.net) (*.net *.split)
2022-02-02 22:11:57 +0100MasseR4(~MasseR@51.15.143.128) (*.net *.split)
2022-02-02 22:11:57 +0100xsperry(~xs@user/xsperry) (*.net *.split)
2022-02-02 22:11:57 +0100Pent(sid313808@id-313808.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100vito(sid1962@user/vito) (*.net *.split)
2022-02-02 22:11:57 +0100alinab(sid468903@id-468903.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100rune(sid21167@id-21167.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100joel135(sid136450@id-136450.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100ephemient(uid407513@id-407513.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100cln(sid336875@id-336875.ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100jocke-l(jocke-l@a.x0.is) (*.net *.split)
2022-02-02 22:11:57 +0100gdd(~gdd@129.199.146.230) (*.net *.split)
2022-02-02 22:11:57 +0100ouroboros(~ouroboros@user/ouroboros) (*.net *.split)
2022-02-02 22:11:57 +0100np(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-02-02 22:11:57 +0100MironZ(~MironZ@nat-infra.ehlab.uk) (*.net *.split)
2022-02-02 22:11:57 +0100shanemikel(~shanemike@desk.roadwar.net) (*.net *.split)
2022-02-02 22:11:57 +0100mjrosenb(~mjrosenb@pool-108-54-97-96.nycmny.fios.verizon.net) (*.net *.split)
2022-02-02 22:11:57 +0100Athas(athas@sigkill.dk) (*.net *.split)
2022-02-02 22:11:57 +0100tomsmeding(~tomsmedin@tomsmeding.com) (*.net *.split)
2022-02-02 22:11:57 +0100brettgilio(~brettgili@x-node.gq) (*.net *.split)
2022-02-02 22:11:57 +0100opqdonut(opqdonut@pseudo.fixme.fi) (*.net *.split)
2022-02-02 22:11:57 +0100vgtw(~vgtw@user/vgtw) (*.net *.split)
2022-02-02 22:11:57 +0100totte(~totte@h-82-196-112-155.A166.priv.bahnhof.se) (*.net *.split)
2022-02-02 22:11:57 +0100nisstyre(~wes@user/nisstyre) (*.net *.split)
2022-02-02 22:11:57 +0100biberu(~biberu@user/biberu) (*.net *.split)
2022-02-02 22:11:57 +0100perro_(~perro@072-191-245-069.res.spectrum.com) (*.net *.split)
2022-02-02 22:11:57 +0100Typedfern(~Typedfern@75.red-88-22-25.staticip.rima-tde.net) (*.net *.split)
2022-02-02 22:11:57 +0100rookie101(~rookie@165.232.121.13) (*.net *.split)
2022-02-02 22:11:57 +0100samebchase(~samebchas@51.15.68.182) (*.net *.split)
2022-02-02 22:11:57 +0100peutri(~peutri@ns317027.ip-94-23-46.eu) (*.net *.split)
2022-02-02 22:11:57 +0100mjacob(~mjacob@adrastea.uberspace.de) (*.net *.split)
2022-02-02 22:11:57 +0100auri(~quassel@fsf/member/auri) (*.net *.split)
2022-02-02 22:11:57 +0100Moyst_(~moyst@user/moyst) (*.net *.split)
2022-02-02 22:11:57 +0100bsdbandit(~bwell@users.757.org) (*.net *.split)
2022-02-02 22:11:57 +0100mcfrdy(~mcfrdy@user/mcfrdy) (*.net *.split)
2022-02-02 22:11:57 +0100ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-02-02 22:11:57 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de) (*.net *.split)
2022-02-02 22:11:57 +0100gmc(sid58314@ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:57 +0100sagax(~sagax_nb@user/sagax) (*.net *.split)
2022-02-02 22:11:57 +0100geekosaur(~geekosaur@xmonad/geekosaur) (*.net *.split)
2022-02-02 22:11:57 +0100cosimone(~user@2001:b07:ae5:db26:c24a:d20:4d91:1e20) (*.net *.split)
2022-02-02 22:11:57 +0100monochrom(trebla@216.138.220.146) (*.net *.split)
2022-02-02 22:11:57 +0100michalz(~michalz@185.246.204.93) (*.net *.split)
2022-02-02 22:11:57 +0100notzmv(~zmv@user/notzmv) (*.net *.split)
2022-02-02 22:11:58 +0100sa(sid1055@id-1055.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:58 +0100glguy(x@libera/staff/glguy) (*.net *.split)
2022-02-02 22:11:58 +0100sprout(~quassel@2a02:a467:ccd6:1:6013:7539:4fef:cd22) (*.net *.split)
2022-02-02 22:11:58 +0100chronon(~chronon@user/chronon) (*.net *.split)
2022-02-02 22:11:58 +0100sus(zero@user/zeromomentum) (*.net *.split)
2022-02-02 22:11:58 +0100thejuan24f[m](~thejuan2m@2001:470:69fc:105::1:6569) (*.net *.split)
2022-02-02 22:11:58 +0100Orbstheorem(~orbstheor@2001:470:69fc:105::a56) (*.net *.split)
2022-02-02 22:11:58 +0100fendor[m](~fendormat@2001:470:69fc:105::fcbd) (*.net *.split)
2022-02-02 22:11:58 +0100Deide(~deide@user/deide) (*.net *.split)
2022-02-02 22:11:58 +0100JoseC[m](~jmcardonm@2001:470:69fc:105::1:7539) (*.net *.split)
2022-02-02 22:11:58 +0100amesgen[m](~amesgenm]@2001:470:69fc:105::82b) (*.net *.split)
2022-02-02 22:11:58 +0100zfnmxt(~zfnmxtzfn@2001:470:69fc:105::2b32) (*.net *.split)
2022-02-02 22:11:58 +0100bitonic(~bitonic@2001:470:69fc:105::1812) (*.net *.split)
2022-02-02 22:11:58 +0100siraben(~siraben@user/siraben) (*.net *.split)
2022-02-02 22:11:58 +0100Tisoxin(~ikosit@user/ikosit) (*.net *.split)
2022-02-02 22:11:58 +0100codygman[m](~codygman@2001:470:69fc:105::b4ba) (*.net *.split)
2022-02-02 22:11:58 +0100Sixto[m](~provornyc@2001:470:69fc:105::1:74df) (*.net *.split)
2022-02-02 22:11:58 +0100tripa[m](~tripamatr@2001:470:69fc:105::1:4f7e) (*.net *.split)
2022-02-02 22:11:58 +0100eoiles[m](~eoilesmat@2001:470:69fc:105::1:6164) (*.net *.split)
2022-02-02 22:11:58 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split)
2022-02-02 22:11:58 +0100synthmeat(~synthmeat@user/synthmeat) (*.net *.split)
2022-02-02 22:11:58 +0100earthy(~arthurvl@2001:984:275b:1:ba27:ebff:fea0:40b0) (*.net *.split)
2022-02-02 22:11:58 +0100Flow(~none@gentoo/developer/flow) (*.net *.split)
2022-02-02 22:11:58 +0100orcus(~orcus@user/brprice) (*.net *.split)
2022-02-02 22:11:58 +0100dispater(~dispater@user/brprice) (*.net *.split)
2022-02-02 22:11:58 +0100tureba(~tureba@tureba.org) (*.net *.split)
2022-02-02 22:11:58 +0100pie_(~pie_bnc@user/pie/x-2818909) (*.net *.split)
2022-02-02 22:11:58 +0100SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:58 +0100DigitalKiwi(~kiwi@2604:a880:400:d0::12fc:5001) (*.net *.split)
2022-02-02 22:11:58 +0100alanz(sid110616@uxbridge.irccloud.com) (*.net *.split)
2022-02-02 22:11:58 +0100ikke(~kevin@alpine/developer/ikke) (*.net *.split)
2022-02-02 22:11:58 +0100asm(~alexander@user/asm) (*.net *.split)
2022-02-02 22:11:58 +0100Hecate(~mariposa@user/hecate) (*.net *.split)
2022-02-02 22:11:58 +0100Igloo(~ian@matrix.chaos.earth.li) (*.net *.split)
2022-02-02 22:11:58 +0100T_S_(sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 22:11:58 +0100skn(~znc@2001:19f0:5:701:5400:ff:fe7c:4e5c) (*.net *.split)
2022-02-02 22:11:58 +0100reda_(~reda@user/reda) (*.net *.split)
2022-02-02 22:11:58 +0100dy(~dy@user/dy) (*.net *.split)
2022-02-02 22:11:58 +0100djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split)
2022-02-02 22:11:58 +0100shachaf(~shachaf@user/shachaf) (*.net *.split)
2022-02-02 22:11:58 +0100ProfSimm(~ProfSimm@87.227.196.109) (*.net *.split)
2022-02-02 22:11:58 +0100max22-(~maxime@2a01cb0883359800154b4e88390bc120.ipv6.abo.wanadoo.fr) (*.net *.split)
2022-02-02 22:11:58 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net) (*.net *.split)
2022-02-02 22:11:58 +0100zmt00(~zmt00@user/zmt00) (*.net *.split)
2022-02-02 22:11:58 +0100tomboy64(~tomboy64@user/tomboy64) (*.net *.split)
2022-02-02 22:11:58 +0100alp(~alp@user/alp) (*.net *.split)
2022-02-02 22:11:58 +0100SridharRatnakuma(~sridmatri@2001:470:69fc:105::1c2) (*.net *.split)
2022-02-02 22:11:58 +0100zwro[m](~zwromatri@2001:470:69fc:105::1d4) (*.net *.split)
2022-02-02 22:11:58 +0100xbreu(~xbreu@2001:470:69fc:105::1:5061) (*.net *.split)
2022-02-02 22:11:58 +0100denbrahe(~denbrahe@2001:470:69fc:105::19c0) (*.net *.split)
2022-02-02 22:11:59 +0100ac(~aloiscoch@2001:470:69fc:105::65) (*.net *.split)
2022-02-02 22:11:59 +0100jmcantrell(~jmcantrel@user/jmcantrell) (*.net *.split)
2022-02-02 22:11:59 +0100nomeata(~nomeata@2001:470:69fc:105::1:5ed4) (*.net *.split)
2022-02-02 22:11:59 +0100cherryblossom[m](~cherryblo@2001:470:69fc:105::b789) (*.net *.split)
2022-02-02 22:11:59 +0100sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split)
2022-02-02 22:11:59 +0100craige[m](~craigemcw@2001:470:69fc:105::35f1) (*.net *.split)
2022-02-02 22:11:59 +0100reza[m](~rezaphone@2001:470:69fc:105::3eda) (*.net *.split)
2022-02-02 22:11:59 +0100mmos[m](~mmosmatri@2001:470:69fc:105::1:8340) (*.net *.split)
2022-02-02 22:11:59 +0100m4lvin(~m4lvin@w4eg.de) (*.net *.split)
2022-02-02 22:11:59 +0100nf(~n@monade.li) (*.net *.split)
2022-02-02 22:11:59 +0100lisq(~quassel@lis.moe) (*.net *.split)
2022-02-02 22:11:59 +0100kronicma1(user73386@neotame.csclub.uwaterloo.ca) (*.net *.split)
2022-02-02 22:11:59 +0100derelict(~derelict@user/derelict) (*.net *.split)
2022-02-02 22:11:59 +0100robbert-vdh(~robbert@robbertvanderhelm.nl) (*.net *.split)
2022-02-02 22:11:59 +0100immae1(~immae@2a01:4f8:141:53e7::) (*.net *.split)
2022-02-02 22:11:59 +0100ts3(~ts@46.101.20.9) (*.net *.split)
2022-02-02 22:11:59 +0100aweinstock(~aweinstoc@cpe-67-248-65-250.nycap.res.rr.com) (*.net *.split)
2022-02-02 22:11:59 +0100welterde(welterde@thinkbase.srv.welterde.de) (*.net *.split)
2022-02-02 22:11:59 +0100xnyhps_(~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288) (*.net *.split)
2022-02-02 22:11:59 +0100xnbya2(~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split)
2022-02-02 22:11:59 +0100S11001001(sid42510@ilkley.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100burakcank(~burakcank@has.arrived.and.is.ready-to.party) (*.net *.split)
2022-02-02 22:11:59 +0100NiKaN(sid385034@id-385034.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100whez(sid470288@id-470288.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100nrr___(sid20938@id-20938.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100ldlework(~hexeme@user/hexeme) (*.net *.split)
2022-02-02 22:11:59 +0100berberman_(~berberman@user/berberman) (*.net *.split)
2022-02-02 22:11:59 +0100integral(sid296274@user/integral) (*.net *.split)
2022-02-02 22:11:59 +0100jakesyl__(sid56879@id-56879.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100sunarch(uid526836@user/sunarch) (*.net *.split)
2022-02-02 22:11:59 +0100cawfee_(~root@2406:3003:2077:2758::babe) (*.net *.split)
2022-02-02 22:11:59 +0100philpax_(sid516926@id-516926.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100PotatoGim(sid99505@id-99505.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100glowcoil_(sid3405@id-3405.tinside.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100lally(sid388228@id-388228.uxbridge.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100Firedancer(sid336191@id-336191.hampstead.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100dunj3(~dunj3@kingdread.de) (*.net *.split)
2022-02-02 22:11:59 +0100gregberns__(sid315709@id-315709.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100teehemkay_(sid14792@id-14792.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100dagit3146(~dagit@c-24-21-226-72.hsd1.or.comcast.net) (*.net *.split)
2022-02-02 22:11:59 +0100siers(~ij@user/ij) (*.net *.split)
2022-02-02 22:11:59 +0100astra(sid289983@user/amish) (*.net *.split)
2022-02-02 22:11:59 +0100dsal(sid13060@id-13060.lymington.irccloud.com) (*.net *.split)
2022-02-02 22:11:59 +0100SoF(~skius@user/skius) (*.net *.split)
2022-02-02 22:11:59 +0100polux(~polux@51.15.169.172) (*.net *.split)
2022-02-02 22:11:59 +0100raoul(~raoul@95.179.203.88) (*.net *.split)
2022-02-02 22:11:59 +0100Taneb(~Taneb@runciman.hacksoc.org) (*.net *.split)
2022-02-02 22:11:59 +0100jassob(~jassob@h-155-4-71-72.A785.priv.bahnhof.se) (*.net *.split)
2022-02-02 22:11:59 +0100srk(~sorki@user/srk) (*.net *.split)
2022-02-02 22:11:59 +0100kitzman(~kitzman@user/dekenevs) (*.net *.split)
2022-02-02 22:11:59 +0100Sqaure(~a@user/square) (*.net *.split)
2022-02-02 22:11:59 +0100zzz(~z@user/zero) (*.net *.split)
2022-02-02 22:11:59 +0100haritz(~hrtz@user/haritz) (*.net *.split)
2022-02-02 22:11:59 +0100andreas303(andreas303@ip227.orange.bnc4free.com) (*.net *.split)
2022-02-02 22:11:59 +0100xerox(~edi@user/edi) (*.net *.split)
2022-02-02 22:11:59 +0100Patternmaster(~georg@li1192-118.members.linode.com) (*.net *.split)
2022-02-02 22:11:59 +0100Philonous(~Philonous@user/philonous) (*.net *.split)
2022-02-02 22:11:59 +0100clever(~clever@99.192.114.98) (*.net *.split)
2022-02-02 22:12:00 +0100tinwood(~tinwood@canonical/tinwood) (*.net *.split)
2022-02-02 22:12:00 +0100hook54321(sid149355@user/hook54321) (*.net *.split)
2022-02-02 22:12:00 +0100enyc(~enyc@user/enyc) (*.net *.split)
2022-02-02 22:12:00 +0100yushyin(UhIHx5Z1ii@mail.karif.server-speed.net) (*.net *.split)
2022-02-02 22:12:00 +0100duckonomy(~duckonomy@177.ip-144-217-84.net) (*.net *.split)
2022-02-02 22:12:00 +0100sterni(~lukas@user/sterni) (*.net *.split)
2022-02-02 22:12:00 +0100meinside(uid24933@id-24933.helmsley.irccloud.com) (*.net *.split)
2022-02-02 22:12:00 +0100leah2(~leah@vuxu.org) (*.net *.split)
2022-02-02 22:12:00 +0100res0nat0r0(~Fletch@dia.whatbox.ca) (*.net *.split)
2022-02-02 22:14:12 +0100bastelfreak(~bastelfre@basteles-bastelknecht.bastelfreak.org)
2022-02-02 22:14:12 +0100tired(~tired@user/tired)
2022-02-02 22:14:12 +0100ysh(sid6017@id-6017.ilkley.irccloud.com)
2022-02-02 22:14:12 +0100teddyc(theodorc@cassarossa.samfundet.no)
2022-02-02 22:14:12 +0100L29Ah(~L29Ah@wikipedia/L29Ah)
2022-02-02 22:14:12 +0100hamishmack_(sid389057@id-389057.hampstead.irccloud.com)
2022-02-02 22:14:12 +0100Rembane(~Rembane@li346-36.members.linode.com)
2022-02-02 22:14:12 +0100akhesacaro(~caro@212.83.144.58)
2022-02-02 22:14:12 +0100samhh(7569f027cf@2604:bf00:561:2000::e4)
2022-02-02 22:14:12 +0100jakzale(6291399afa@user/jakzale)
2022-02-02 22:14:12 +0100Ankhers(e99e97ef8e@2604:bf00:561:2000::2a2)
2022-02-02 22:14:12 +0100evanrelf(3addc196af@2604:bf00:561:2000::f0)
2022-02-02 22:14:12 +0100jmct_(sid160793@id-160793.tinside.irccloud.com)
2022-02-02 22:14:12 +0100rtpg(sid443069@id-443069.ilkley.irccloud.com)
2022-02-02 22:14:12 +0100megeve_(sid523379@id-523379.hampstead.irccloud.com)
2022-02-02 22:14:12 +0100elvishjerricco(sid237756@id-237756.helmsley.irccloud.com)
2022-02-02 22:14:12 +0100hugo(znc@verdigris.lysator.liu.se)
2022-02-02 22:14:12 +0100codedmart_(~codedmart@li335-49.members.linode.com)
2022-02-02 22:14:12 +0100greyrat_(~greyrat@ip202.ip-51-178-215.eu)
2022-02-02 22:14:12 +0100rubin55(sid175221@id-175221.hampstead.irccloud.com)
2022-02-02 22:14:12 +0100the_proffesor(~theproffe@user/theproffesor)
2022-02-02 22:14:12 +0100carbolymer(~carbolyme@dropacid.net)
2022-02-02 22:14:12 +0100aforemny(~aforemny@static.248.158.34.188.clients.your-server.de)
2022-02-02 22:14:12 +0100stilgart_(~Christoph@chezlefab.net)
2022-02-02 22:14:12 +0100PHO`(~pho@akari.cielonegro.org)
2022-02-02 22:14:12 +0100farn_(~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505)
2022-02-02 22:14:12 +0100w1gz(~do@159.89.11.133)
2022-02-02 22:14:12 +0100sabx_(~sabbas@user/sabbas)
2022-02-02 22:14:12 +0100stefan-_(~cri@42dots.de)
2022-02-02 22:14:12 +0100cocreature(~moritz@2a03:b0c0:3:d0::c8:f001)
2022-02-02 22:14:12 +0100TimWolla(~timwolla@2a01:4f8:150:6153:beef::6667)
2022-02-02 22:14:12 +0100FragByte(~christian@user/fragbyte)
2022-02-02 22:14:12 +0100greenbourne277(~greenbour@2001:4b98:dc2:45:216:3eff:fe8a:bbf0)
2022-02-02 22:14:12 +0100edwardk(sid47016@haskell/developer/edwardk)
2022-02-02 22:14:12 +0100jackdk(sid373013@cssa/jackdk)
2022-02-02 22:14:12 +0100idnar(sid12240@debian/mithrandi)
2022-02-02 22:14:12 +0100p3n(~p3n@217.198.124.246)
2022-02-02 22:14:12 +0100fjmorazan(~quassel@user/fjmorazan)
2022-02-02 22:14:12 +0100sweater(~sweater@206.81.18.26)
2022-02-02 22:14:12 +0100nek0(~nek0@nek0.eu)
2022-02-02 22:14:12 +0100ptrcmd(~ptrcmd@user/ptrcmd)
2022-02-02 22:14:12 +0100dfordvm(~dfordivam@tk2-219-19469.vs.sakura.ne.jp)
2022-02-02 22:14:12 +0100absence_(torgeihe@hildring.pvv.ntnu.no)
2022-02-02 22:14:12 +0100Clint(~Clint@user/clint)
2022-02-02 22:14:12 +0100WhateverRabbit(~rabbit@206.81.18.26)
2022-02-02 22:14:12 +0100nahcetan(~nate@108-233-125-227.lightspeed.sntcca.sbcglobal.net)
2022-02-02 22:14:12 +0100dixie(~dixie@real.wilbury.sk)
2022-02-02 22:14:12 +0100eagleflo(~aku@163.172.137.34)
2022-02-02 22:14:12 +0100exarkun(~exarkun@user/exarkun)
2022-02-02 22:14:12 +0100Jonno_FTW(~come@user/jonno-ftw/x-0835346)
2022-02-02 22:14:12 +0100Inoperable(~PLAYER_1@fancydata.science)
2022-02-02 22:14:12 +0100RSBach(~guygastin@137.184.131.156)
2022-02-02 22:14:12 +0100jchia[m](~jchiamatr@2001:470:69fc:105::c50b)
2022-02-02 22:14:12 +0100soft(~soft@2001:470:69fc:105::c75)
2022-02-02 22:14:12 +0100afotgkmnzj7asv3r(~afotgkmnz@2001:470:69fc:105::c24b)
2022-02-02 22:14:12 +0100yehoshuapw(~yehoshuap@2001:470:69fc:105::a5f)
2022-02-02 22:14:12 +0100Nate[m](~m52957mat@2001:470:69fc:105::1:591a)
2022-02-02 22:14:12 +0100quantum(~quantum@user/quantum/x-8556232)
2022-02-02 22:14:12 +0100Las[m](~lasmatrix@2001:470:69fc:105::74e)
2022-02-02 22:14:12 +0100hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4)
2022-02-02 22:14:12 +0100smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2022-02-02 22:14:12 +0100DemiMarieObenour(~alwayscur@2001:470:69fc:105::4886)
2022-02-02 22:14:12 +0100ParsaAlizadeh[m](~lizadehma@2001:470:69fc:105::1:65a4)
2022-02-02 22:14:12 +0100alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2022-02-02 22:14:12 +0100kawpuh(~kawpuh@66.42.81.80)
2022-02-02 22:14:12 +0100jtmar(~james@jtmar.me)
2022-02-02 22:14:12 +0100hubvu_(sid495858@tinside.irccloud.com)
2022-02-02 22:14:12 +0100TMA(~tma@twin.jikos.cz)
2022-02-02 22:14:12 +0100carter(sid14827@helmsley.irccloud.com)
2022-02-02 22:14:12 +0100ByronJohnson(~bairyn@50-250-232-19-static.hfc.comcastbusiness.net)
2022-02-02 22:14:12 +0100drdo(~drdo@roach0.drdo.eu)
2022-02-02 22:14:12 +0100loonycyborg(~loonycybo@wesnoth/developer/loonycyborg)
2022-02-02 22:14:12 +0100n3t(n3t@user/n3t)
2022-02-02 22:14:12 +0100neverwas(jpneverwas@swissbox.unperson.link)
2022-02-02 22:14:12 +0100andjjj23_(~irc@107.170.228.47)
2022-02-02 22:14:12 +0100meejah(~meejah@rutas.meejah.ca)
2022-02-02 22:14:12 +0100mmaruseacph2(~mihai@198.199.100.72)
2022-02-02 22:14:12 +0100tolt(~weechat-h@li219-154.members.linode.com)
2022-02-02 22:14:12 +0100juri_(~juri@178.63.35.222)
2022-02-02 22:14:12 +0100dminuoso(~dminuoso@user/dminuoso)
2022-02-02 22:14:12 +0100canta(~canta@user/canta)
2022-02-02 22:14:12 +0100statusfailed(~statusfai@statusfailed.com)
2022-02-02 22:14:12 +0100c_wraith(~c_wraith@adjoint.us)
2022-02-02 22:14:12 +0100kmein(~weechat@user/kmein)
2022-02-02 22:14:12 +0100hpc(~juzz@ip98-169-35-13.dc.dc.cox.net)
2022-02-02 22:14:12 +0100abrar(~abrar@static-108-2-152-54.phlapa.fios.verizon.net)
2022-02-02 22:14:12 +0100kojo5551(~kojo5551@fep.grid.pub.ro)
2022-02-02 22:14:12 +0100amk(~amk@109.255.169.126)
2022-02-02 22:14:12 +0100xsarnik(xsarnik@lounge.fi.muni.cz)
2022-02-02 22:14:12 +0100xstill-(xstill@fimu/xstill)
2022-02-02 22:14:12 +0100mstksg(~jle`@cpe-23-240-75-236.socal.res.rr.com)
2022-02-02 22:14:12 +0100haskl(~haskl@user/haskl)
2022-02-02 22:14:12 +0100fryguybob(~fryguybob@cpe-74-67-169-145.rochester.res.rr.com)
2022-02-02 22:14:12 +0100drewr(~drew@user/drewr)
2022-02-02 22:14:12 +0100skewerr(spoonm@inaba.spoonm.org)
2022-02-02 22:14:12 +0100cross_(~cross@spitfire.i.gajendra.net)
2022-02-02 22:14:12 +0100cls(~cls@chalk.lubutu.com)
2022-02-02 22:14:12 +0100stvc(~stvc@192.241.166.39)
2022-02-02 22:14:12 +0100Maxdamantus(~Maxdamant@user/maxdamantus)
2022-02-02 22:14:12 +0100mcglk(~mcglk@131.191.49.120)
2022-02-02 22:14:12 +0100mmalter(~mmalter@88.126.10.237)
2022-02-02 22:14:12 +0100justGhost(~justache@user/justache)
2022-02-02 22:14:12 +0100marquis_andras(~marquis_a@124.170.163.166)
2022-02-02 22:14:12 +0100superbil(~superbil@1-34-176-171.hinet-ip.hinet.net)
2022-02-02 22:14:12 +0100wz1000(~zubin@static.11.113.47.78.clients.your-server.de)
2022-02-02 22:14:12 +0100swistak(~swistak@185.21.216.141)
2022-02-02 22:14:12 +0100tromp(~textual@dhcp-077-249-230-040.chello.nl)
2022-02-02 22:14:12 +0100robertm(~robertm@lattice.rojoma.com)
2022-02-02 22:14:12 +0100gawen_(~gawen@user/gawen)
2022-02-02 22:14:12 +0100tv(~tv@user/tv)
2022-02-02 22:14:12 +0100russruss(~russruss@my.russellmcc.com)
2022-02-02 22:14:12 +0100ft(~ft@shell.chaostreff-dortmund.de)
2022-02-02 22:14:12 +0100AlexZenon(~alzenon@178.34.151.37)
2022-02-02 22:14:12 +0100lep(~lep@94.31.89.203)
2022-02-02 22:14:12 +0100ncopa(~ncopa@alpine/developer/ncopa)
2022-02-02 22:14:12 +0100perrierjouet(~perrier-j@modemcable012.251-130-66.mc.videotron.ca)
2022-02-02 22:14:12 +0100TheCoffeMaker(~TheCoffeM@user/thecoffemaker)
2022-02-02 22:14:12 +0100oats(~thomas@user/oats)
2022-02-02 22:14:12 +0100aria(sid380617@lymington.irccloud.com)
2022-02-02 22:14:12 +0100Hafydd(~Hafydd@user/hafydd)
2022-02-02 22:14:12 +0100cigsender(~cigsender@74.124.58.162)
2022-02-02 22:14:12 +0100APic(~apic@apic.name)
2022-02-02 22:14:12 +0100quintasan(~quassel@quintasan.pl)
2022-02-02 22:14:12 +0100hyiltiz(~quassel@31.220.5.250)
2022-02-02 22:14:12 +0100janus(janus@anubis.0x90.dk)
2022-02-02 22:14:12 +0100red-snail(~snail@static.151.210.203.116.clients.your-server.de)
2022-02-02 22:14:12 +0100td_(~td@muedsl-82-207-238-174.citykom.de)
2022-02-02 22:14:12 +0100polezaivsani(~polezaivs@orangeshoelaces.net)
2022-02-02 22:14:12 +0100xkuru(~xkuru@user/xkuru)
2022-02-02 22:14:12 +0100xdej(~xdej@quatramaran.salle-s.org)
2022-02-02 22:14:12 +0100tatarqa(~kli@ip-89-177-122-45.net.upcbroadband.cz)
2022-02-02 22:14:12 +0100deadmarshal(~deadmarsh@95.38.114.110)
2022-02-02 22:14:12 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl)
2022-02-02 22:14:12 +0100Ariakenom(~Ariakenom@h-82-196-111-63.NA.cust.bahnhof.se)
2022-02-02 22:14:12 +0100Sgeo(~Sgeo@user/sgeo)
2022-02-02 22:14:12 +0100Guest6340(~cat@h-98-128-128-173.A351.priv.bahnhof.se)
2022-02-02 22:14:12 +0100wootehfoot(~wootehfoo@user/wootehfoot)
2022-02-02 22:14:12 +0100cheater(~Username@user/cheater)
2022-02-02 22:14:12 +0100soxen(~bbrahms@pool-173-54-217-168.nwrknj.fios.verizon.net)
2022-02-02 22:14:12 +0100Vajb(~Vajb@hag-jnsbng11-58c3a8-176.dhcp.inet.fi)
2022-02-02 22:14:12 +0100econo(uid147250@user/econo)
2022-02-02 22:14:12 +0100asivitz(uid178348@tinside.irccloud.com)
2022-02-02 22:14:12 +0100whatsupdoc(uid509081@hampstead.irccloud.com)
2022-02-02 22:14:12 +0100pierrot(~pi@user/pierrot)
2022-02-02 22:14:12 +0100grfn(sid449115@id-449115.helmsley.irccloud.com)
2022-02-02 22:14:12 +0100dpratt__(sid193493@id-193493.helmsley.irccloud.com)
2022-02-02 22:14:12 +0100Xe(~cadey@tailscale/xe)
2022-02-02 22:14:12 +0100bonz060(~quassel@2001:bc8:47a4:a23::1)
2022-02-02 22:14:12 +0100ggVGc(~ggVGc@a.lowtech.earth)
2022-02-02 22:14:12 +0100SIben(~SIben@ns3106586.ip-5-135-191.eu)
2022-02-02 22:14:12 +0100lyxia(~lyxia@poisson.chat)
2022-02-02 22:14:12 +0100davl(~davl@207.154.228.18)
2022-02-02 22:14:13 +0100LambdaDuck(~anka@ksit.fixme.fi)
2022-02-02 22:14:13 +0100xacktm(xacktm@user/xacktm)
2022-02-02 22:14:13 +0100acro(~acro@user/acro)
2022-02-02 22:14:13 +0100Vq(~vq@90-227-195-41-no77.tbcn.telia.com)
2022-02-02 22:14:13 +0100urdh(~urdh@user/urdh)
2022-02-02 22:14:13 +0100Putonlalla(~sapekiis@it-cyan.it.jyu.fi)
2022-02-02 22:14:13 +0100mrkajetanp(~mrkajetan@88.98.245.28)
2022-02-02 22:14:13 +0100Noinia(~Frank@77-162-168-71.fixed.kpn.net)
2022-02-02 22:14:13 +0100thebnq(~bnq@herrokitty.com)
2022-02-02 22:14:13 +0100bollu(~bollu@159.65.151.13)
2022-02-02 22:14:13 +0100koolazer(~koo@user/koolazer)
2022-02-02 22:14:13 +0100pooryorick(~pooryoric@87-119-174-173.tll.elisa.ee)
2022-02-02 22:14:13 +0100Techcable(~Techcable@168.235.93.147)
2022-02-02 22:14:13 +0100EvanR(~EvanR@user/evanr)
2022-02-02 22:14:13 +0100kaskal(~kaskal@2001:4bb8:2cc:5073:e1cf:a3ef:264a:1e80)
2022-02-02 22:14:13 +0100lieven(~mal@ns2.wyrd.be)
2022-02-02 22:14:13 +0100tom__(~tom@2a00:23c8:970c:4801:5b6a:e81b:79dc:f684)
2022-02-02 22:14:13 +0100jonrh(sid5185@id-5185.ilkley.irccloud.com)
2022-02-02 22:14:13 +0100davetapley(sid666@id-666.uxbridge.irccloud.com)
2022-02-02 22:14:13 +0100sajith(~sajith@user/sajith)
2022-02-02 22:14:13 +0100jackhill(~jackhill@kalessin.dragonsnail.net)
2022-02-02 22:14:13 +0100bb010g(~bb010g@2001:470:69fc:105::9a5)
2022-02-02 22:14:13 +0100Morrow[m](~morrowmma@2001:470:69fc:105::1d0)
2022-02-02 22:14:13 +0100EkaiZend[m](~ekai-zend@2001:470:69fc:105::1:7756)
2022-02-02 22:14:13 +0100sofviic[m](~sofviicma@2001:470:69fc:105::1:51fd)
2022-02-02 22:14:13 +0100kalxd[m](~kalxdmatr@2001:470:69fc:105::1:576e)
2022-02-02 22:14:13 +0100Yehoshua(~yehoshua@2001:470:69fc:105::1:593f)
2022-02-02 22:14:13 +0100simmsb(~simmsb@2001:470:69fc:105::1:55c3)
2022-02-02 22:14:13 +0100juhp[m](~juhpmatri@2001:470:69fc:105::6e9)
2022-02-02 22:14:13 +0100ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-02-02 22:14:13 +0100moats(~oats@user/oats)
2022-02-02 22:14:13 +0100unclechu(~unclechu@2001:470:69fc:105::354)
2022-02-02 22:14:13 +0100maralorn(~maralorn@2001:470:69fc:105::251)
2022-02-02 22:14:13 +0100schuelermine[m](~schuelerm@user/schuelermine)
2022-02-02 22:14:13 +0100ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-02-02 22:14:13 +0100wildsebastian(~wildsebas@2001:470:69fc:105::1:14b1)
2022-02-02 22:14:13 +0100Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-02-02 22:14:13 +0100rembo10(~rembo10@remulis.com)
2022-02-02 22:14:13 +0100Midjak(~Midjak@may53-1-78-226-116-92.fbx.proxad.net)
2022-02-02 22:14:13 +0100jlamothe(~jlamothe@198.251.61.229)
2022-02-02 22:14:13 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a)
2022-02-02 22:14:13 +0100meltedbrain_y2k(~tekserf@47.61.115.91)
2022-02-02 22:14:13 +0100axeman(~quassel@2a02:8109:a3c0:b10:796:dd6e:a09d:717e)
2022-02-02 22:14:13 +0100jstolarek(~jstolarek@staticline-31-183-164-222.toya.net.pl)
2022-02-02 22:14:13 +0100res0nat0r0(~Fletch@dia.whatbox.ca)
2022-02-02 22:14:13 +0100leah2(~leah@vuxu.org)
2022-02-02 22:14:13 +0100meinside(uid24933@id-24933.helmsley.irccloud.com)
2022-02-02 22:14:13 +0100duckonomy(~duckonomy@177.ip-144-217-84.net)
2022-02-02 22:14:13 +0100yushyin(UhIHx5Z1ii@mail.karif.server-speed.net)
2022-02-02 22:14:13 +0100enyc(~enyc@user/enyc)
2022-02-02 22:14:13 +0100hook54321(sid149355@user/hook54321)
2022-02-02 22:14:13 +0100tinwood(~tinwood@canonical/tinwood)
2022-02-02 22:14:13 +0100clever(~clever@99.192.114.98)
2022-02-02 22:14:13 +0100Philonous(~Philonous@user/philonous)
2022-02-02 22:14:13 +0100Patternmaster(~georg@li1192-118.members.linode.com)
2022-02-02 22:14:13 +0100xerox(~edi@user/edi)
2022-02-02 22:14:13 +0100andreas303(andreas303@ip227.orange.bnc4free.com)
2022-02-02 22:14:13 +0100haritz(~hrtz@user/haritz)
2022-02-02 22:14:13 +0100Sqaure(~a@user/square)
2022-02-02 22:14:13 +0100kitzman(~kitzman@user/dekenevs)
2022-02-02 22:14:13 +0100srk(~sorki@user/srk)
2022-02-02 22:14:13 +0100jassob(~jassob@h-155-4-71-72.A785.priv.bahnhof.se)
2022-02-02 22:14:13 +0100Taneb(~Taneb@runciman.hacksoc.org)
2022-02-02 22:14:13 +0100raoul(~raoul@95.179.203.88)
2022-02-02 22:14:13 +0100polux(~polux@51.15.169.172)
2022-02-02 22:14:13 +0100SoF(~skius@user/skius)
2022-02-02 22:14:13 +0100dsal(sid13060@id-13060.lymington.irccloud.com)
2022-02-02 22:14:13 +0100astra(sid289983@user/amish)
2022-02-02 22:14:13 +0100siers(~ij@user/ij)
2022-02-02 22:14:13 +0100dagit3146(~dagit@c-24-21-226-72.hsd1.or.comcast.net)
2022-02-02 22:14:13 +0100gregberns__(sid315709@id-315709.helmsley.irccloud.com)
2022-02-02 22:14:13 +0100teehemkay_(sid14792@id-14792.lymington.irccloud.com)
2022-02-02 22:14:13 +0100dunj3(~dunj3@kingdread.de)
2022-02-02 22:14:13 +0100Firedancer(sid336191@id-336191.hampstead.irccloud.com)
2022-02-02 22:14:13 +0100glowcoil_(sid3405@id-3405.tinside.irccloud.com)
2022-02-02 22:14:13 +0100lally(sid388228@id-388228.uxbridge.irccloud.com)
2022-02-02 22:14:13 +0100cawfee_(~root@2406:3003:2077:2758::babe)
2022-02-02 22:14:13 +0100philpax_(sid516926@id-516926.lymington.irccloud.com)
2022-02-02 22:14:13 +0100integral(sid296274@user/integral)
2022-02-02 22:14:13 +0100berberman_(~berberman@user/berberman)
2022-02-02 22:14:13 +0100PotatoGim(sid99505@id-99505.lymington.irccloud.com)
2022-02-02 22:14:13 +0100ldlework(~hexeme@user/hexeme)
2022-02-02 22:14:13 +0100sunarch(uid526836@user/sunarch)
2022-02-02 22:14:13 +0100jakesyl__(sid56879@id-56879.hampstead.irccloud.com)
2022-02-02 22:14:13 +0100whez(sid470288@id-470288.lymington.irccloud.com)
2022-02-02 22:14:13 +0100nrr___(sid20938@id-20938.lymington.irccloud.com)
2022-02-02 22:14:13 +0100NiKaN(sid385034@id-385034.helmsley.irccloud.com)
2022-02-02 22:14:13 +0100burakcank(~burakcank@has.arrived.and.is.ready-to.party)
2022-02-02 22:14:13 +0100S11001001(sid42510@ilkley.irccloud.com)
2022-02-02 22:14:13 +0100xnbya2(~xnbya@2a01:4f8:c17:cbdd::1)
2022-02-02 22:14:13 +0100xnyhps_(~xnyhps@2a02:2770:3:0:216:3eff:fe67:3288)
2022-02-02 22:14:13 +0100welterde(welterde@thinkbase.srv.welterde.de)
2022-02-02 22:14:13 +0100aweinstock(~aweinstoc@cpe-67-248-65-250.nycap.res.rr.com)
2022-02-02 22:14:13 +0100ts3(~ts@46.101.20.9)
2022-02-02 22:14:13 +0100robbert-vdh(~robbert@robbertvanderhelm.nl)
2022-02-02 22:14:13 +0100immae1(~immae@2a01:4f8:141:53e7::)
2022-02-02 22:14:13 +0100derelict(~derelict@user/derelict)
2022-02-02 22:14:13 +0100kronicma1(user73386@neotame.csclub.uwaterloo.ca)
2022-02-02 22:14:13 +0100lisq(~quassel@lis.moe)
2022-02-02 22:14:13 +0100zzz(~z@user/zero)
2022-02-02 22:14:13 +0100nf(~n@monade.li)
2022-02-02 22:14:13 +0100m4lvin(~m4lvin@w4eg.de)
2022-02-02 22:14:13 +0100sterni(~lukas@user/sterni)
2022-02-02 22:14:13 +0100mmos[m](~mmosmatri@2001:470:69fc:105::1:8340)
2022-02-02 22:14:13 +0100reza[m](~rezaphone@2001:470:69fc:105::3eda)
2022-02-02 22:14:13 +0100sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8)
2022-02-02 22:14:13 +0100craige[m](~craigemcw@2001:470:69fc:105::35f1)
2022-02-02 22:14:13 +0100nomeata(~nomeata@2001:470:69fc:105::1:5ed4)
2022-02-02 22:14:13 +0100cherryblossom[m](~cherryblo@2001:470:69fc:105::b789)
2022-02-02 22:14:13 +0100denbrahe(~denbrahe@2001:470:69fc:105::19c0)
2022-02-02 22:14:13 +0100jmcantrell(~jmcantrel@user/jmcantrell)
2022-02-02 22:14:13 +0100xbreu(~xbreu@2001:470:69fc:105::1:5061)
2022-02-02 22:14:13 +0100ac(~aloiscoch@2001:470:69fc:105::65)
2022-02-02 22:14:13 +0100zwro[m](~zwromatri@2001:470:69fc:105::1d4)
2022-02-02 22:14:13 +0100SridharRatnakuma(~sridmatri@2001:470:69fc:105::1c2)
2022-02-02 22:14:13 +0100tomboy64(~tomboy64@user/tomboy64)
2022-02-02 22:14:13 +0100zmt00(~zmt00@user/zmt00)
2022-02-02 22:14:13 +0100jgeerds(~jgeerds@55d4a547.access.ecotel.net)
2022-02-02 22:14:13 +0100max22-(~maxime@2a01cb0883359800154b4e88390bc120.ipv6.abo.wanadoo.fr)
2022-02-02 22:14:13 +0100arkeet(~arkeet@moriya.ca)
2022-02-02 22:14:13 +0100piele(~piele@tbonesteak.creativeserver.net)
2022-02-02 22:14:13 +0100hiredman(~hiredman@frontier1.downey.family)
2022-02-02 22:14:13 +0100Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2022-02-02 22:14:13 +0100tdammers(~tdammers@77.109.72.177.res.static.edpnet.net)
2022-02-02 22:14:13 +0100mht-wtf(~mht@2a03:b0c0:3:e0::1e2:c001)
2022-02-02 22:14:13 +0100relrod(~relrod@redhat/ansible.staff.relrod)
2022-02-02 22:14:13 +0100Ferdirand(~somebody@2001:4c78:2012:5000::2)
2022-02-02 22:14:13 +0100mrus(~mrus@2001:19f0:5:1535:5400:3ff:fe7d:10ae)
2022-02-02 22:14:13 +0100averell(~averell@user/averell)
2022-02-02 22:14:13 +0100bgamari(~bgamari@2001:470:e438::1)
2022-02-02 22:14:13 +0100scav(sid309693@id-309693.helmsley.irccloud.com)
2022-02-02 22:14:13 +0100bw(sid2730@user/betawaffle)
2022-02-02 22:14:13 +0100dyniec(~dyniec@mail.dybiec.info)
2022-02-02 22:14:13 +0100tristanC(~tristanC@user/tristanc)
2022-02-02 22:14:13 +0100eco(~ubuntu@ec2-54-201-230-197.us-west-2.compute.amazonaws.com)
2022-02-02 22:14:13 +0100marienz__(~marienz@libera/staff/marienz)
2022-02-02 22:14:13 +0100pepeiborra(sid443799@id-443799.ilkley.irccloud.com)
2022-02-02 22:14:13 +0100_0x47_(sid508683@id-508683.tinside.irccloud.com)
2022-02-02 22:14:13 +0100dragestil(~znc@user/dragestil)
2022-02-02 22:14:13 +0100travv0(sid293381@user/travv0)
2022-02-02 22:14:13 +0100tomjaguarpaw(~tom@li367-225.members.linode.com)
2022-02-02 22:14:13 +0100awpr(uid446117@id-446117.lymington.irccloud.com)
2022-02-02 22:14:13 +0100m1dnight(~christoph@christophe.dev)
2022-02-02 22:14:13 +0100[exa](exa@user/exa/x-3587197)
2022-02-02 22:14:13 +0100df(~ben@justworks.xyz)
2022-02-02 22:14:13 +0100gabiruh(~gabiruh@vps19177.publiccloud.com.br)
2022-02-02 22:14:13 +0100maerwald(~maerwald@user/maerwald)
2022-02-02 22:14:13 +0100AWizzArd(~code@user/awizzard)
2022-02-02 22:14:13 +0100jiribenes(~jiribenes@rosa.jiribenes.com)
2022-02-02 22:14:13 +0100sekun[m](~hsekmatri@2001:470:69fc:105::d18f)
2022-02-02 22:14:13 +0100oak-(~oakuniver@2001:470:69fc:105::fcd)
2022-02-02 22:14:13 +0100jkaye[m](~jkayematr@2001:470:69fc:105::1:86f7)
2022-02-02 22:14:13 +0100catern(~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407)
2022-02-02 22:14:13 +0100finalti[m](~finaltima@2001:470:69fc:105::d909)
2022-02-02 22:14:13 +0100sm(~sm@plaintextaccounting/sm)
2022-02-02 22:14:13 +0100jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-02-02 22:14:13 +0100vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe)
2022-02-02 22:14:13 +0100fcortesi(~fcortesi@2001:470:69fc:105::f3a9)
2022-02-02 22:14:13 +0100thomasjm[m](~thomasjmm@2001:470:69fc:105::c6d9)
2022-02-02 22:14:13 +0100aidy(~aidy@2001:470:69fc:105::c7b4)
2022-02-02 22:14:13 +0100joaquinmg[m](~joaquinmg@2001:470:69fc:105::1:67d2)
2022-02-02 22:14:13 +0100SethTisue(sid14912@id-14912.ilkley.irccloud.com)
2022-02-02 22:14:13 +0100sm[i](~user@plaintextaccounting/sm)
2022-02-02 22:14:13 +0100076AAFRPQ(~Thunderbi@p200300ecdf0994537358816310c1cf27.dip0.t-ipconnect.de)
2022-02-02 22:14:13 +0100slowtyper(~slowtyper@user/slowtyper)
2022-02-02 22:14:13 +0100absentia(~evocatus@24-212-138-156.cable.teksavvy.com)
2022-02-02 22:14:13 +0100eldritch_(~eldritch@user/eldritch/x-9272577)
2022-02-02 22:14:13 +0100jonathanx_(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-02-02 22:14:13 +0100[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-02-02 22:14:13 +0100off^(~off@128-092-174-141.biz.spectrum.com)
2022-02-02 22:14:13 +0100YoungFrog(~youngfrog@39.129-180-91.adsl-dyn.isp.belgacom.be)
2022-02-02 22:14:13 +0100caubert(~caubert@136.244.111.235)
2022-02-02 22:14:13 +0100troydm(~troydm@host-176-37-124-197.b025.la.net.ua)
2022-02-02 22:14:13 +0100dumptruckman(~dumptruck@45-79-173-88.ip.linodeusercontent.com)
2022-02-02 22:14:13 +0100Flonk(~Flonk@vps-zap441517-1.zap-srv.com)
2022-02-02 22:14:13 +0100noctux(~noctux@user/noctux)
2022-02-02 22:14:13 +0100Neuromancer(~Neuromanc@user/neuromancer)
2022-02-02 22:14:13 +0100incertia(~incertia@207.98.163.88)
2022-02-02 22:14:13 +0100sherlock_95(~sherlock_@static.131.42.161.5.clients.your-server.de)
2022-02-02 22:14:13 +0100acowley(~acowley@c-68-83-22-43.hsd1.nj.comcast.net)
2022-02-02 22:14:13 +0100ridcully_(~ridcully@p508acc81.dip0.t-ipconnect.de)
2022-02-02 22:14:13 +0100Ranhir(~Ranhir@157.97.53.139)
2022-02-02 22:14:13 +0100iteratee(~kyle@162.218.222.107)
2022-02-02 22:14:13 +0100eL_Bart0(eL_Bart0@dietunichtguten.org)
2022-02-02 22:14:13 +0100mjs2600(~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net)
2022-02-02 22:14:13 +0100joo-_(~joo-_@fsf/member/joo--)
2022-02-02 22:14:13 +0100niko(~niko@libera/staff/niko)
2022-02-02 22:14:13 +0100OscarH(~OscarH@90.201.86.195)
2022-02-02 22:14:13 +0100statusbot1(~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com)
2022-02-02 22:14:13 +0100ajb_(~ajb@cupid.whatbox.ca)
2022-02-02 22:14:13 +0100dibblego(~dibblego@haskell/developer/dibblego)
2022-02-02 22:14:13 +0100cyphase(~cyphase@user/cyphase)
2022-02-02 22:14:13 +0100yahb(xsbot@user/mniip/bot/yahb)
2022-02-02 22:14:13 +0100byorgey(~byorgey@155.138.238.211)
2022-02-02 22:14:13 +0100kjak(~kjak@pool-108-45-56-21.washdc.fios.verizon.net)
2022-02-02 22:14:13 +0100hexagoxel(~hexagoxel@hexagoxel.de)
2022-02-02 22:14:13 +0100kilolympus(~kilolympu@31.205.200.235)
2022-02-02 22:14:13 +0100spider__(~spider@vps-951ce37a.vps.ovh.ca)
2022-02-02 22:14:13 +0100yaroot(~yaroot@57.48.30.125.dy.iij4u.or.jp)
2022-02-02 22:14:13 +0100landonf(landonf@mac68k.info)
2022-02-02 22:14:13 +0100nshepperd2(nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2022-02-02 22:14:13 +0100albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-02-02 22:14:13 +0100Erutuon(~Erutuon@user/erutuon)
2022-02-02 22:14:13 +0100vglfr(~vglfr@88.155.15.0)
2022-02-02 22:14:13 +0100ravella(~ravella@user/ryanavella)
2022-02-02 22:14:13 +0100Pickchea(~private@user/pickchea)
2022-02-02 22:14:13 +0100shachaf(~shachaf@user/shachaf)
2022-02-02 22:14:13 +0100djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca)
2022-02-02 22:14:13 +0100dy(~dy@user/dy)
2022-02-02 22:14:13 +0100reda_(~reda@user/reda)
2022-02-02 22:14:13 +0100skn(~znc@2001:19f0:5:701:5400:ff:fe7c:4e5c)
2022-02-02 22:14:13 +0100T_S_(sid501726@id-501726.uxbridge.irccloud.com)
2022-02-02 22:14:13 +0100Igloo(~ian@matrix.chaos.earth.li)
2022-02-02 22:14:13 +0100Hecate(~mariposa@user/hecate)
2022-02-02 22:14:13 +0100asm(~alexander@user/asm)
2022-02-02 22:14:13 +0100ikke(~kevin@alpine/developer/ikke)
2022-02-02 22:14:13 +0100alanz(sid110616@uxbridge.irccloud.com)
2022-02-02 22:14:13 +0100DigitalKiwi(~kiwi@2604:a880:400:d0::12fc:5001)
2022-02-02 22:14:13 +0100SanchayanMaity(sid478177@id-478177.hampstead.irccloud.com)
2022-02-02 22:14:13 +0100pie_(~pie_bnc@user/pie/x-2818909)
2022-02-02 22:14:13 +0100tureba(~tureba@tureba.org)
2022-02-02 22:14:13 +0100dispater(~dispater@user/brprice)
2022-02-02 22:14:13 +0100orcus(~orcus@user/brprice)
2022-02-02 22:14:13 +0100Flow(~none@gentoo/developer/flow)
2022-02-02 22:14:13 +0100earthy(~arthurvl@2001:984:275b:1:ba27:ebff:fea0:40b0)
2022-02-02 22:14:13 +0100synthmeat(~synthmeat@user/synthmeat)
2022-02-02 22:14:13 +0100Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius)
2022-02-02 22:14:13 +0100Sixto[m](~provornyc@2001:470:69fc:105::1:74df)
2022-02-02 22:14:13 +0100tripa[m](~tripamatr@2001:470:69fc:105::1:4f7e)
2022-02-02 22:14:13 +0100eoiles[m](~eoilesmat@2001:470:69fc:105::1:6164)
2022-02-02 22:14:13 +0100codygman[m](~codygman@2001:470:69fc:105::b4ba)
2022-02-02 22:14:13 +0100amesgen[m](~amesgenm]@2001:470:69fc:105::82b)
2022-02-02 22:14:13 +0100JoseC[m](~jmcardonm@2001:470:69fc:105::1:7539)
2022-02-02 22:14:13 +0100zfnmxt(~zfnmxtzfn@2001:470:69fc:105::2b32)
2022-02-02 22:14:13 +0100Deide(~deide@user/deide)
2022-02-02 22:14:13 +0100siraben(~siraben@user/siraben)
2022-02-02 22:14:13 +0100Tisoxin(~ikosit@user/ikosit)
2022-02-02 22:14:13 +0100fendor[m](~fendormat@2001:470:69fc:105::fcbd)
2022-02-02 22:14:13 +0100bitonic(~bitonic@2001:470:69fc:105::1812)
2022-02-02 22:14:13 +0100Orbstheorem(~orbstheor@2001:470:69fc:105::a56)
2022-02-02 22:14:13 +0100thejuan24f[m](~thejuan2m@2001:470:69fc:105::1:6569)
2022-02-02 22:14:13 +0100sus(zero@user/zeromomentum)
2022-02-02 22:14:13 +0100chronon(~chronon@user/chronon)
2022-02-02 22:14:13 +0100sprout(~quassel@2a02:a467:ccd6:1:6013:7539:4fef:cd22)
2022-02-02 22:14:13 +0100glguy(x@libera/staff/glguy)
2022-02-02 22:14:13 +0100sa(sid1055@id-1055.tinside.irccloud.com)
2022-02-02 22:14:13 +0100notzmv(~zmv@user/notzmv)
2022-02-02 22:14:13 +0100michalz(~michalz@185.246.204.93)
2022-02-02 22:14:13 +0100monochrom(trebla@216.138.220.146)
2022-02-02 22:14:13 +0100cosimone(~user@2001:b07:ae5:db26:c24a:d20:4d91:1e20)
2022-02-02 22:14:13 +0100geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-02 22:14:13 +0100sagax(~sagax_nb@user/sagax)
2022-02-02 22:14:13 +0100gmc(sid58314@ilkley.irccloud.com)
2022-02-02 22:14:13 +0100Gurkenglas(~Gurkengla@dslb-090-186-104-244.090.186.pools.vodafone-ip.de)
2022-02-02 22:14:13 +0100Trattue(~Trattue@152.70.182.158)
2022-02-02 22:14:13 +0100_________(~nobody@user/noodly)
2022-02-02 22:14:13 +0100kosmikus(~kosmikus@nullzig.kosmikus.org)
2022-02-02 22:14:13 +0100blades(~blades@204.48.29.163)
2022-02-02 22:14:13 +0100ellie(~ellie@user/ellie)
2022-02-02 22:14:13 +0100sqrt2_(~ben@80-108-18-7.cable.dynamic.surfer.at)
2022-02-02 22:14:13 +0100sshine(~simon@hubris.eta.solutions)
2022-02-02 22:14:13 +0100cjay(cjay@nerdbox.nerd2nerd.org)
2022-02-02 22:14:13 +0100notabled1(~notabledu@ares.dbalan.in)
2022-02-02 22:14:13 +0100noctuks(7vrDyCK6LH@user/noctux)
2022-02-02 22:14:13 +0100nurupo(~nurupo.ga@user/nurupo)
2022-02-02 22:14:13 +0100ystael(~ystael@user/ystael)
2022-02-02 22:14:13 +0100lambdap(~lambdap@static.167.190.119.168.clients.your-server.de)
2022-02-02 22:14:13 +0100heath(~heath@user/heath)
2022-02-02 22:14:13 +0100lambdabot(~lambdabot@haskell/bot/lambdabot)
2022-02-02 22:14:13 +0100choucavalier(~choucaval@peanutbuttervibes.com)
2022-02-02 22:14:13 +0100dexterfoo(~dexter@li655-253.members.linode.com)
2022-02-02 22:14:13 +0100dschrempf(~dominik@070-207.dynamic.dsl.fonira.net)
2022-02-02 22:14:13 +0100szkl(uid110435@uxbridge.irccloud.com)
2022-02-02 22:14:13 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-02-02 22:14:13 +0100fendor(~fendor@178.165.184.56.wireless.dyn.drei.com)
2022-02-02 22:14:13 +0100dysfigured(~dfg@dfg.rocks)
2022-02-02 22:14:13 +0100madnight_(~madnight@static.59.103.201.195.clients.your-server.de)
2022-02-02 22:14:13 +0100Teacup(~teacup@user/teacup)
2022-02-02 22:14:13 +0100barrucadu(~barrucadu@carcosa.barrucadu.co.uk)
2022-02-02 22:14:13 +0100hltk(~hltk@hltk.fi)
2022-02-02 22:14:13 +0100jeffz(~user@lambda.xen.prgmr.com)
2022-02-02 22:14:13 +0100mniip(mniip@libera/staff/mniip)
2022-02-02 22:14:13 +0100a1paca(~a1paca@user/a1paca)
2022-02-02 22:14:13 +0100sander(~sander@user/sander)
2022-02-02 22:14:13 +0100bbear_(~znc@21212.s.t4vps.eu)
2022-02-02 22:14:13 +0100dextaa(~DV@user/dextaa)
2022-02-02 22:14:13 +0100obfusk(~quassel@a82-161-150-56.adsl.xs4all.nl)
2022-02-02 22:14:13 +0100jrm(~jrm@156.34.173.250)
2022-02-02 22:14:13 +0100tomku(~tomku@user/tomku)
2022-02-02 22:14:13 +0100lemonsnicks(~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net)
2022-02-02 22:14:13 +0100mrmonday(~robert@octarineparrot.com)
2022-02-02 22:14:13 +0100ski(~ski@remote12.chalmers.se)
2022-02-02 22:14:13 +0100dka(~code-is-a@ns3059207.ip-193-70-33.eu)
2022-02-02 22:14:13 +0100cods(~fred@82-65-232-44.subs.proxad.net)
2022-02-02 22:14:13 +0100pgib(~textual@173.38.117.89)
2022-02-02 22:14:13 +0100simpleauthority(~simpleaut@user/simpleauthority)
2022-02-02 22:14:13 +0100erisco(~erisco@d24-57-249-233.home.cgocable.net)
2022-02-02 22:14:13 +0100fiddlerwoaroof(~fiddlerwo@user/fiddlerwoaroof)
2022-02-02 22:14:13 +0100mncheckm(~mncheck@193.224.205.254)
2022-02-02 22:14:13 +0100micro(~micro@user/micro)
2022-02-02 22:14:13 +0100raym(~raym@user/raym)
2022-02-02 22:14:13 +0100Ekho(~Ekho@user/ekho)
2022-02-02 22:14:13 +0100Alex_test(~al_test@178.34.151.37)
2022-02-02 22:14:13 +0100hgolden(~hgolden2@cpe-172-114-81-123.socal.res.rr.com)
2022-02-02 22:14:13 +0100TonyStone(~TonyStone@cpe-74-76-51-197.nycap.res.rr.com)
2022-02-02 22:14:13 +0100Logio(em@kapsi.fi)
2022-02-02 22:14:13 +0100wagle(~wagle@quassel.wagle.io)
2022-02-02 22:14:13 +0100ishutin(~ishutin@80-95-86-56.pool.digikabel.hu)
2022-02-02 22:14:13 +0100Unode(~Unode@194.94.44.220)
2022-02-02 22:14:13 +0100martin02(~silas@141.84.69.76)
2022-02-02 22:14:13 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-02-02 22:14:13 +0100m5zs7k(aquares@web10.mydevil.net)
2022-02-02 22:14:13 +0100bliminse(~bliminse@host86-188-36-166.range86-188.btcentralplus.com)
2022-02-02 22:14:13 +0100__monty__(~toonn@user/toonn)
2022-02-02 22:14:13 +0100jespada(~jespada@87.74.36.188)
2022-02-02 22:14:13 +0100foul_owl(~kerry@94.140.8.105)
2022-02-02 22:14:13 +0100ProofTechnique(sid79547@ilkley.irccloud.com)
2022-02-02 22:14:13 +0100caasih(sid13241@ilkley.irccloud.com)
2022-02-02 22:14:13 +0100zaquest(~notzaques@5.130.79.72)
2022-02-02 22:14:13 +0100glider(~glider@user/glider)
2022-02-02 22:14:13 +0100anderson(~ande@user/anderson)
2022-02-02 22:14:13 +0100pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-35-70-24-248-224.dsl.bell.ca)
2022-02-02 22:14:13 +0100vicfred(~vicfred@user/vicfred)
2022-02-02 22:14:13 +0100bontaq(~user@ool-45779fe5.dyn.optonline.net)
2022-02-02 22:14:13 +0100adnaahm(~adnaahm@host-101-net-67-160-119.mobilinkinfinity.net.pk)
2022-02-02 22:14:13 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net)
2022-02-02 22:14:13 +0100takuan(~takuan@178-116-218-225.access.telenet.be)
2022-02-02 22:14:13 +0100wolfshappen(~waff@irc.furworks.de)
2022-02-02 22:14:13 +0100img_(~img@2405:6580:b1c0:2500:2ede:bbf7:e65:5b9)
2022-02-02 22:14:13 +0100zincy(~zincy@2a00:23c8:970c:4801:340a:21f3:9185:5e11)
2022-02-02 22:14:13 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475)
2022-02-02 22:14:13 +0100litharge(litharge@libera/bot/litharge)
2022-02-02 22:14:21 +0100hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4) (Max SendQ exceeded)
2022-02-02 22:14:21 +0100mixfix41(~homefame@user/mixfix41) (Max SendQ exceeded)
2022-02-02 22:14:21 +0100finsternis(~X@23.226.237.192) (Max SendQ exceeded)
2022-02-02 22:14:26 +0100Axman6(~Axman6@user/axman6)
2022-02-02 22:14:29 +0100jmcantrell(~jmcantrel@user/jmcantrell) (Max SendQ exceeded)
2022-02-02 22:14:37 +0100zwro[m](~zwromatri@2001:470:69fc:105::1d4) (Ping timeout: 240 seconds)
2022-02-02 22:14:37 +0100sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8) (Ping timeout: 240 seconds)
2022-02-02 22:14:37 +0100mmos[m](~mmosmatri@2001:470:69fc:105::1:8340) (Ping timeout: 240 seconds)
2022-02-02 22:14:50 +0100Merfont(~Kaiepi@156.34.47.253)
2022-02-02 22:14:50 +0100xff0x(~xff0x@2001:1a81:53ac:4a00:25b:5701:e54d:ee3e)
2022-02-02 22:14:50 +0100n3rdy1(~n3rdy1@2600:1700:4570:3480::41)
2022-02-02 22:14:50 +0100qhong(~qhong@rescomp-21-400677.stanford.edu)
2022-02-02 22:14:50 +0100coot(~coot@213.134.190.95)
2022-02-02 22:14:50 +0100kadoban(~kadoban@user/kadoban)
2022-02-02 22:14:50 +0100pretty_dumm_guy(trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655)
2022-02-02 22:14:50 +0100michalz2(~michalz2@185.246.204.65)
2022-02-02 22:14:50 +0100Inst(~delicacie@2601:6c4:4080:3f80:40a0:b50a:e8ed:d1eb)
2022-02-02 22:14:50 +0100mc47(~mc47@xmonad/TheMC47)
2022-02-02 22:14:50 +0100remedan(~remedan@octo.cafe)
2022-02-02 22:14:50 +0100pfurla-matrix(~pedrofurl@2001:470:69fc:105::1:51d7)
2022-02-02 22:14:50 +0100unrooted(~unrooted@2001:470:69fc:105::a4a)
2022-02-02 22:14:50 +0100ormaaj(~ormaaj@user/ormaaj)
2022-02-02 22:14:50 +0100alex[m]12(~alexchete@2001:470:69fc:105::1:1001)
2022-02-02 22:14:50 +0100SawyerBergeron[m(~sawyerber@2001:470:69fc:105::3036)
2022-02-02 22:14:50 +0100ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-02-02 22:14:50 +0100Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2022-02-02 22:14:50 +0100Artem[m](~artemtype@2001:470:69fc:105::75b)
2022-02-02 22:14:50 +0100mahene[m](~mahenemat@2001:470:69fc:105::1:6a93)
2022-02-02 22:14:50 +0100marinelli[m](~marinelli@2001:470:69fc:105::2d8)
2022-02-02 22:14:50 +0100Topik[m](~topikmatr@2001:470:69fc:105::a082)
2022-02-02 22:14:50 +0100Arathorn(~arathorn@2001:470:69fc:105::1f)
2022-02-02 22:14:50 +0100cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-02-02 22:14:50 +0100peddie(~peddie@2001:470:69fc:105::25d)
2022-02-02 22:14:50 +0100fgaz(~fgaz@2001:470:69fc:105::842)
2022-02-02 22:14:50 +0100jaror[m](~jaror@2001:470:69fc:105::265)
2022-02-02 22:14:50 +0100benjamin[m]123(~benjaminm@2001:470:69fc:105::1:3f2f)
2022-02-02 22:14:50 +0100litharn[m](~litharnma@2001:470:69fc:105::1:8336)
2022-02-02 22:14:50 +0100phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4)
2022-02-02 22:14:50 +0100octeep[m](~octeepoct@2001:470:69fc:105::1:3dbf)
2022-02-02 22:14:50 +0100Michal[m](~oomiguelm@2001:470:69fc:105::1:5ab0)
2022-02-02 22:14:50 +0100ddb(~ddb@ipv6two.tilde.club)
2022-02-02 22:14:50 +0100flupe(~baboum@radon.sbi.re)
2022-02-02 22:14:50 +0100megaTherion(~therion@unix.io)
2022-02-02 22:14:50 +0100kristjansson(sid126207@id-126207.tinside.irccloud.com)
2022-02-02 22:14:50 +0100hendi(sid489601@id-489601.lymington.irccloud.com)
2022-02-02 22:14:50 +0100AndreasK(sid320732@id-320732.uxbridge.irccloud.com)
2022-02-02 22:14:50 +0100taktoa[c](sid282096@id-282096.tinside.irccloud.com)
2022-02-02 22:14:50 +0100s4msung(bZt8T9wHxn@user/s4msung)
2022-02-02 22:14:50 +0100kritzefitz(~kritzefit@debian/kritzefitz)
2022-02-02 22:14:50 +0100douglaswinship(~douglaswi@78.40.148.180)
2022-02-02 22:14:50 +0100g(x@libera/staff/glguy)
2022-02-02 22:14:50 +0100iphy(sid67735@id-67735.lymington.irccloud.com)
2022-02-02 22:14:50 +0100energizer(~energizer@user/energizer)
2022-02-02 22:14:50 +0100adamCS(~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com)
2022-02-02 22:14:50 +0100gonz_____(sid304396@id-304396.lymington.irccloud.com)
2022-02-02 22:14:50 +0100mustafa(sid502723@rockylinux/releng/mustafa)
2022-02-02 22:14:50 +0100davean(~davean@davean.sciesnet.net)
2022-02-02 22:14:50 +0100shane(~shane@ana.rch.ist)
2022-02-02 22:14:50 +0100lexi-lambda(sid92601@id-92601.hampstead.irccloud.com)
2022-02-02 22:14:50 +0100sa1(sid7690@id-7690.ilkley.irccloud.com)
2022-02-02 22:14:50 +0100typetetris(sid275937@id-275937.tinside.irccloud.com)
2022-02-02 22:14:50 +0100gnyeki(~gnyeki@user/gnyeki)
2022-02-02 22:14:50 +0100dkeohane2(~dkeohane@ec2-18-189-29-140.us-east-2.compute.amazonaws.com)
2022-02-02 22:14:50 +0100supersven(sid501114@id-501114.ilkley.irccloud.com)
2022-02-02 22:14:50 +0100christiaanb(sid84827@id-84827.lymington.irccloud.com)
2022-02-02 22:14:50 +0100drlkf(~drlkf@2001:41d0:a:62bb::1)
2022-02-02 22:14:50 +0100bwe(~bwe@2a01:4f8:1c1c:4878::2)
2022-02-02 22:14:50 +0100 <geekosaur> o.O
2022-02-02 22:14:50 +0100ormaaj(~ormaaj@user/ormaaj) (Max SendQ exceeded)
2022-02-02 22:14:56 +0100alex[m]12(~alexchete@2001:470:69fc:105::1:1001) (Ping timeout: 245 seconds)
2022-02-02 22:14:56 +0100ongy[m](~ongymatri@2001:470:69fc:105::5018) (Ping timeout: 245 seconds)
2022-02-02 22:14:56 +0100fgaz(~fgaz@2001:470:69fc:105::842) (Ping timeout: 245 seconds)
2022-02-02 22:14:56 +0100Topik[m](~topikmatr@2001:470:69fc:105::a082) (Ping timeout: 245 seconds)
2022-02-02 22:14:57 +0100litharn[m](~litharnma@2001:470:69fc:105::1:8336) (Ping timeout: 245 seconds)
2022-02-02 22:14:57 +0100octeep[m](~octeepoct@2001:470:69fc:105::1:3dbf) (Ping timeout: 245 seconds)
2022-02-02 22:14:57 +0100phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4) (Ping timeout: 245 seconds)
2022-02-02 22:14:57 +0100Michal[m](~oomiguelm@2001:470:69fc:105::1:5ab0) (Ping timeout: 245 seconds)
2022-02-02 22:14:57 +0100kadoban(~kadoban@user/kadoban) (Max SendQ exceeded)
2022-02-02 22:15:02 +0100tiferrei(~tiferrei@user/tiferrei)
2022-02-02 22:15:02 +0100alMalsamo(~alMalsamo@gateway/tor-sasl/almalsamo)
2022-02-02 22:15:02 +0100nunggu(~q@user/nunggu)
2022-02-02 22:15:02 +0100wyrd(~wyrd@gateway/tor-sasl/wyrd)
2022-02-02 22:15:02 +0100gehmehgeh(~user@user/gehmehgeh)
2022-02-02 22:15:02 +0100azimut(~azimut@gateway/tor-sasl/azimut)
2022-02-02 22:15:02 +0100stiell(~stiell@gateway/tor-sasl/stiell)
2022-02-02 22:15:02 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-02-02 22:15:02 +0100jpds(~jpds@gateway/tor-sasl/jpds)
2022-02-02 22:15:02 +0100LiaoTao(~LiaoTao@gateway/tor-sasl/liaotao)
2022-02-02 22:15:02 +0100chexum(~quassel@gateway/tor-sasl/chexum)
2022-02-02 22:15:02 +0100HotblackDesiato(~HotblackD@gateway/tor-sasl/hotblackdesiato)
2022-02-02 22:15:02 +0100adanwan_(~adanwan@gateway/tor-sasl/adanwan)
2022-02-02 22:15:02 +0100thejuan24f[m](~thejuan2m@2001:470:69fc:105::1:6569) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100fendor[m](~fendormat@2001:470:69fc:105::fcbd) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100amesgen[m](~amesgenm]@2001:470:69fc:105::82b) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100zfnmxt(~zfnmxtzfn@2001:470:69fc:105::2b32) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100bitonic(~bitonic@2001:470:69fc:105::1812) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100codygman[m](~codygman@2001:470:69fc:105::b4ba) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100Sixto[m](~provornyc@2001:470:69fc:105::1:74df) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100eoiles[m](~eoilesmat@2001:470:69fc:105::1:6164) (Ping timeout: 250 seconds)
2022-02-02 22:15:02 +0100Aleksejs(~Aleksejs@haskell.lv)
2022-02-02 22:15:02 +0100kaol(~kaol@94-237-42-30.nl-ams1.upcloud.host)
2022-02-02 22:15:02 +0100adium(adium@user/adium)
2022-02-02 22:15:02 +0100nckx(~nckx@tobias.gr)
2022-02-02 22:15:02 +0100edwtjo(~edwtjo@user/edwtjo)
2022-02-02 22:15:02 +0100Boarders_(sid425905@id-425905.lymington.irccloud.com)
2022-02-02 22:15:02 +0100JSharp(sid4580@id-4580.lymington.irccloud.com)
2022-02-02 22:15:02 +0100saolsen(sid26430@id-26430.lymington.irccloud.com)
2022-02-02 22:15:02 +0100tapas(sid467876@id-467876.ilkley.irccloud.com)
2022-02-02 22:15:02 +0100cbarrett(sid192934@id-192934.helmsley.irccloud.com)
2022-02-02 22:15:02 +0100enemeth79(sid309041@id-309041.lymington.irccloud.com)
2022-02-02 22:15:02 +0100bjs(sid190364@user/bjs)
2022-02-02 22:15:02 +0100sclv(sid39734@haskell/developer/sclv)
2022-02-02 22:15:02 +0100mrianbloom(sid350277@id-350277.ilkley.irccloud.com)
2022-02-02 22:15:02 +0100dmj`(sid72307@id-72307.hampstead.irccloud.com)
2022-02-02 22:15:02 +0100acertain(sid470584@id-470584.hampstead.irccloud.com)
2022-02-02 22:15:02 +0100gaze___(sid387101@id-387101.helmsley.irccloud.com)
2022-02-02 22:15:02 +0100hongminhee(sid295@id-295.tinside.irccloud.com)
2022-02-02 22:15:02 +0100SridharRatnakuma(~sridmatri@2001:470:69fc:105::1c2) (Ping timeout: 240 seconds)
2022-02-02 22:15:02 +0100xbreu(~xbreu@2001:470:69fc:105::1:5061) (Ping timeout: 240 seconds)
2022-02-02 22:15:02 +0100denbrahe(~denbrahe@2001:470:69fc:105::19c0) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100ParsaAlizadeh[m](~lizadehma@2001:470:69fc:105::1:65a4) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100Las[m](~lasmatrix@2001:470:69fc:105::74e) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100nomeata(~nomeata@2001:470:69fc:105::1:5ed4) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100cherryblossom[m](~cherryblo@2001:470:69fc:105::b789) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100craige[m](~craigemcw@2001:470:69fc:105::35f1) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100reza[m](~rezaphone@2001:470:69fc:105::3eda) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100smichel17[m](~smichel17@2001:470:69fc:105::2d32) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100quantum(~quantum@user/quantum/x-8556232) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100afotgkmnzj7asv3r(~afotgkmnz@2001:470:69fc:105::c24b) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100yehoshuapw(~yehoshuap@2001:470:69fc:105::a5f) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100Nate[m](~m52957mat@2001:470:69fc:105::1:591a) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100jchia[m](~jchiamatr@2001:470:69fc:105::c50b) (Ping timeout: 240 seconds)
2022-02-02 22:15:03 +0100soft(~soft@2001:470:69fc:105::c75) (Ping timeout: 240 seconds)
2022-02-02 22:15:05 +0100finsternis(~X@23.226.237.192)
2022-02-02 22:15:08 +0100joaquinmg[m](~joaquinmg@2001:470:69fc:105::1:67d2) (Ping timeout: 252 seconds)
2022-02-02 22:15:08 +0100aidy(~aidy@2001:470:69fc:105::c7b4) (Ping timeout: 252 seconds)
2022-02-02 22:15:08 +0100fcortesi(~fcortesi@2001:470:69fc:105::f3a9) (Ping timeout: 252 seconds)
2022-02-02 22:15:08 +0100finalti[m](~finaltima@2001:470:69fc:105::d909) (Ping timeout: 252 seconds)
2022-02-02 22:15:08 +0100sm(~sm@plaintextaccounting/sm) (Ping timeout: 252 seconds)
2022-02-02 22:15:10 +0100maralorn(~maralorn@2001:470:69fc:105::251) (Ping timeout: 260 seconds)
2022-02-02 22:15:10 +0100schuelermine[m](~schuelerm@user/schuelermine) (Ping timeout: 260 seconds)
2022-02-02 22:15:10 +0100unclechu(~unclechu@2001:470:69fc:105::354) (Ping timeout: 260 seconds)
2022-02-02 22:15:11 +0100simmsb(~simmsb@2001:470:69fc:105::1:55c3) (Ping timeout: 260 seconds)
2022-02-02 22:15:11 +0100EkaiZend[m](~ekai-zend@2001:470:69fc:105::1:7756) (Ping timeout: 260 seconds)
2022-02-02 22:15:11 +0100kalxd[m](~kalxdmatr@2001:470:69fc:105::1:576e) (Ping timeout: 260 seconds)
2022-02-02 22:15:11 +0100bb010g(~bb010g@2001:470:69fc:105::9a5) (Ping timeout: 260 seconds)
2022-02-02 22:15:18 +0100cstml[m](~cstmlmatr@2001:470:69fc:105::1:5c07)
2022-02-02 22:15:18 +0100Heffalump[m](~hsenagmat@2001:470:69fc:105::e11)
2022-02-02 22:15:18 +0100maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-02-02 22:15:18 +0100carmysilna(~brightly-@2001:470:69fc:105::2190)
2022-02-02 22:15:18 +0100throwaaaa[m](~throwaaaa@2001:470:69fc:105::1:6fe6)
2022-02-02 22:15:18 +0100jesser[m](~jessermat@2001:470:69fc:105::d5ae)
2022-02-02 22:15:18 +0100james[m]12(~jamesnina@2001:470:69fc:105::1:4203)
2022-02-02 22:15:18 +0100wysteriary[m](~wysteriar@2001:470:69fc:105::a42e)
2022-02-02 22:15:18 +0100justosophy[m](~justosoph@2001:470:69fc:105::572f)
2022-02-02 22:15:18 +0100RosarioPulella[m(~rosariopu@2001:470:69fc:105::a57)
2022-02-02 22:15:18 +0100matijja(~matijja@193.77.181.201)
2022-02-02 22:15:18 +0100joeyh_(joeyh@kitenet.net)
2022-02-02 22:15:18 +0100Adran(adran@botters/adran)
2022-02-02 22:15:18 +0100noddy(~user@user/noddy)
2022-02-02 22:15:18 +0100beaky(~beaky@2a03:b0c0:0:1010::1e:a001)
2022-02-02 22:15:18 +0100remexre(~remexre@user/remexre)
2022-02-02 22:15:18 +0100tcard_(~tcard@p2878075-ipngn18701hodogaya.kanagawa.ocn.ne.jp)
2022-02-02 22:15:18 +0100SrPx(sid108780@id-108780.uxbridge.irccloud.com)
2022-02-02 22:15:18 +0100ehamberg(sid18208@id-18208.hampstead.irccloud.com)
2022-02-02 22:15:18 +0100conjunctive(sid433686@id-433686.helmsley.irccloud.com)
2022-02-02 22:15:18 +0100feliix42_(~felix@gibbs.uberspace.de)
2022-02-02 22:15:18 +0100aristid(sid1599@uxbridge.irccloud.com)
2022-02-02 22:15:18 +0100bbhoss(sid18216@id-18216.tinside.irccloud.com)
2022-02-02 22:15:18 +0100tritlo(sid58727@user/tritlo)
2022-02-02 22:15:18 +0100lightandlight(sid135476@id-135476.helmsley.irccloud.com)
2022-02-02 22:15:18 +0100aplainze1akind(~johndoe@captainludd.powered.by.lunarbnc.net)
2022-02-02 22:15:18 +0100infinity0(~infinity0@occupy.ecodis.net)
2022-02-02 22:15:18 +0100kadobanana(~mud@user/kadoban)
2022-02-02 22:15:18 +0100myme(~myme@2a01:799:d5a:cd00:fb5a:85b7:3647:e056)
2022-02-02 22:15:18 +0100phma(phma@2001:5b0:211c:a988:8f1d:f7a6:3d8d:dc0c)
2022-02-02 22:15:18 +0100terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-02-02 22:15:18 +0100V(~v@anomalous.eu)
2022-02-02 22:15:18 +0100acidsys(~LSD@2.lsd.systems)
2022-02-02 22:15:18 +0100jjhoo(~jahakala@user/jjhoo)
2022-02-02 22:15:18 +0100forell(~forell@user/forell)
2022-02-02 22:15:18 +0100hueso(~root@user/hueso)
2022-02-02 22:15:18 +0100qrpnxz(abc4f95c31@user/qrpnxz)
2022-02-02 22:15:18 +0100jinsun__(~quassel@user/jinsun)
2022-02-02 22:15:18 +0100lechner(~lechner@debian/lechner)
2022-02-02 22:15:18 +0100koala_man(~vidar@157.146.251.23.bc.googleusercontent.com)
2022-02-02 22:15:18 +0100polyphem(~rod@2a02:810d:840:8754:5126:c335:5f23:8358)
2022-02-02 22:15:18 +0100Megant(megant@user/megant)
2022-02-02 22:15:18 +0100aeka(~aeka@user/hiruji)
2022-02-02 22:15:18 +0100Katarushisu(~Katarushi@cpc147334-finc20-2-0-cust27.4-2.cable.virginm.net)
2022-02-02 22:15:18 +0100MasseR4(~MasseR@51.15.143.128)
2022-02-02 22:15:18 +0100xsperry(~xs@user/xsperry)
2022-02-02 22:15:18 +0100Pent(sid313808@id-313808.lymington.irccloud.com)
2022-02-02 22:15:18 +0100vito(sid1962@user/vito)
2022-02-02 22:15:18 +0100alinab(sid468903@id-468903.helmsley.irccloud.com)
2022-02-02 22:15:18 +0100rune(sid21167@id-21167.ilkley.irccloud.com)
2022-02-02 22:15:18 +0100joel135(sid136450@id-136450.hampstead.irccloud.com)
2022-02-02 22:15:18 +0100ephemient(uid407513@id-407513.lymington.irccloud.com)
2022-02-02 22:15:18 +0100cln(sid336875@id-336875.ilkley.irccloud.com)
2022-02-02 22:15:18 +0100jocke-l(jocke-l@a.x0.is)
2022-02-02 22:15:18 +0100gdd(~gdd@129.199.146.230)
2022-02-02 22:15:18 +0100ouroboros(~ouroboros@user/ouroboros)
2022-02-02 22:15:18 +0100np(~nerdypepp@user/nerdypepper)
2022-02-02 22:15:18 +0100MironZ(~MironZ@nat-infra.ehlab.uk)
2022-02-02 22:15:18 +0100shanemikel(~shanemike@desk.roadwar.net)
2022-02-02 22:15:18 +0100mjrosenb(~mjrosenb@pool-108-54-97-96.nycmny.fios.verizon.net)
2022-02-02 22:15:18 +0100Athas(athas@sigkill.dk)
2022-02-02 22:15:18 +0100tomsmeding(~tomsmedin@tomsmeding.com)
2022-02-02 22:15:18 +0100brettgilio(~brettgili@x-node.gq)
2022-02-02 22:15:18 +0100opqdonut(opqdonut@pseudo.fixme.fi)
2022-02-02 22:15:18 +0100vgtw(~vgtw@user/vgtw)
2022-02-02 22:15:18 +0100totte(~totte@h-82-196-112-155.A166.priv.bahnhof.se)
2022-02-02 22:15:18 +0100nisstyre(~wes@user/nisstyre)
2022-02-02 22:15:18 +0100biberu(~biberu@user/biberu)
2022-02-02 22:15:18 +0100perro_(~perro@072-191-245-069.res.spectrum.com)
2022-02-02 22:15:18 +0100Typedfern(~Typedfern@75.red-88-22-25.staticip.rima-tde.net)
2022-02-02 22:15:18 +0100rookie101(~rookie@165.232.121.13)
2022-02-02 22:15:18 +0100samebchase(~samebchas@51.15.68.182)
2022-02-02 22:15:18 +0100peutri(~peutri@ns317027.ip-94-23-46.eu)
2022-02-02 22:15:18 +0100mjacob(~mjacob@adrastea.uberspace.de)
2022-02-02 22:15:18 +0100auri(~quassel@fsf/member/auri)
2022-02-02 22:15:18 +0100Moyst_(~moyst@user/moyst)
2022-02-02 22:15:18 +0100bsdbandit(~bwell@users.757.org)
2022-02-02 22:15:18 +0100mcfrdy(~mcfrdy@user/mcfrdy)
2022-02-02 22:15:18 +0100ringo__(~ringo@157.230.117.128)
2022-02-02 22:15:19 +0100gdd(~gdd@129.199.146.230) (Max SendQ exceeded)
2022-02-02 22:15:19 +0100Heffalump[m](~hsenagmat@2001:470:69fc:105::e11) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100maerwald[m](~maerwaldm@2001:470:69fc:105::1ee) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100carmysilna(~brightly-@2001:470:69fc:105::2190) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100james[m]12(~jamesnina@2001:470:69fc:105::1:4203) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100jesser[m](~jessermat@2001:470:69fc:105::d5ae) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100throwaaaa[m](~throwaaaa@2001:470:69fc:105::1:6fe6) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100RosarioPulella[m(~rosariopu@2001:470:69fc:105::a57) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100justosophy[m](~justosoph@2001:470:69fc:105::572f) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100wysteriary[m](~wysteriar@2001:470:69fc:105::a42e) (Ping timeout: 245 seconds)
2022-02-02 22:15:19 +0100siraben(~siraben@user/siraben) (Max SendQ exceeded)
2022-02-02 22:15:21 +0100pfurla-matrix(~pedrofurl@2001:470:69fc:105::1:51d7) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100unrooted(~unrooted@2001:470:69fc:105::a4a) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100mahene[m](~mahenemat@2001:470:69fc:105::1:6a93) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100marinelli[m](~marinelli@2001:470:69fc:105::2d8) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100SawyerBergeron[m(~sawyerber@2001:470:69fc:105::3036) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100cdsmith(~cdsmithma@2001:470:69fc:105::284) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100peddie(~peddie@2001:470:69fc:105::25d) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8) (Ping timeout: 245 seconds)
2022-02-02 22:15:21 +0100Arathorn(~arathorn@2001:470:69fc:105::1f) (Ping timeout: 245 seconds)
2022-02-02 22:15:22 +0100jaror[m](~jaror@2001:470:69fc:105::265) (Ping timeout: 245 seconds)
2022-02-02 22:15:22 +0100benjamin[m]123(~benjaminm@2001:470:69fc:105::1:3f2f) (Ping timeout: 245 seconds)
2022-02-02 22:15:25 +0100ac(~aloiscoch@2001:470:69fc:105::65) (Ping timeout: 240 seconds)
2022-02-02 22:15:25 +0100Orbstheorem(~orbstheor@2001:470:69fc:105::a56) (Ping timeout: 250 seconds)
2022-02-02 22:15:25 +0100Deide(~deide@user/deide) (Ping timeout: 250 seconds)
2022-02-02 22:15:26 +0100tripa[m](~tripamatr@2001:470:69fc:105::1:4f7e) (Ping timeout: 250 seconds)
2022-02-02 22:15:32 +0100alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba) (Ping timeout: 240 seconds)
2022-02-02 22:15:32 +0100DemiMarieObenour(~alwayscur@2001:470:69fc:105::4886) (Ping timeout: 240 seconds)
2022-02-02 22:15:38 +0100Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac) (Ping timeout: 260 seconds)
2022-02-02 22:15:38 +0100juhp[m](~juhpmatri@2001:470:69fc:105::6e9) (Ping timeout: 260 seconds)
2022-02-02 22:15:39 +0100Yehoshua(~yehoshua@2001:470:69fc:105::1:593f) (Ping timeout: 260 seconds)
2022-02-02 22:15:41 +0100thomasjm[m](~thomasjmm@2001:470:69fc:105::c6d9) (Ping timeout: 252 seconds)
2022-02-02 22:15:41 +0100jneira[m](~jneiramat@2001:470:69fc:105::d729) (Ping timeout: 252 seconds)
2022-02-02 22:15:41 +0100jkaye[m](~jkayematr@2001:470:69fc:105::1:86f7) (Ping timeout: 252 seconds)
2022-02-02 22:15:46 +0100Artem[m](~artemtype@2001:470:69fc:105::75b) (Ping timeout: 245 seconds)
2022-02-02 22:15:51 +0100JoseC[m](~jmcardonm@2001:470:69fc:105::1:7539) (Ping timeout: 250 seconds)
2022-02-02 22:15:51 +0100Tisoxin(~ikosit@user/ikosit) (Ping timeout: 250 seconds)
2022-02-02 22:16:00 +0100 <janus> that was meant to be a question. because if the flag applies on the whole dep tree, it seems like it would make sense to coordinate flag names
2022-02-02 22:16:06 +0100ManofLetters[m](~manoflett@2001:470:69fc:105::3be) (Ping timeout: 260 seconds)
2022-02-02 22:16:06 +0100ericson2314(~ericson23@2001:470:69fc:105::70c) (Ping timeout: 260 seconds)
2022-02-02 22:16:06 +0100wildsebastian(~wildsebas@2001:470:69fc:105::1:14b1) (Ping timeout: 260 seconds)
2022-02-02 22:16:06 +0100moats(~oats@user/oats) (Ping timeout: 260 seconds)
2022-02-02 22:16:06 +0100sofviic[m](~sofviicma@2001:470:69fc:105::1:51fd) (Ping timeout: 260 seconds)
2022-02-02 22:16:06 +0100Morrow[m](~morrowmma@2001:470:69fc:105::1d0) (Ping timeout: 260 seconds)
2022-02-02 22:16:14 +0100vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe) (Ping timeout: 252 seconds)
2022-02-02 22:16:14 +0100oak-(~oakuniver@2001:470:69fc:105::fcd) (Ping timeout: 252 seconds)
2022-02-02 22:16:14 +0100sekun[m](~hsekmatri@2001:470:69fc:105::d18f) (Ping timeout: 252 seconds)
2022-02-02 22:16:15 +0100cstml[m](~cstmlmatr@2001:470:69fc:105::1:5c07) (Ping timeout: 268 seconds)
2022-02-02 22:16:15 +0100szkl(uid110435@uxbridge.irccloud.com) (Client Quit)
2022-02-02 22:16:26 +0100 <geekosaur> the problem is even if they're coordinated you may not want them to apply everywhere
2022-02-02 22:17:13 +0100 <geekosaur> consider that you might want a hypothetical -fllvm to apply to one package which does a lot of math (which is generally faster) but not some other package (where it might be done for a backend)
2022-02-02 22:17:26 +0100kristjansson(sid126207@id-126207.tinside.irccloud.com) (Ping timeout: 245 seconds)
2022-02-02 22:17:29 +0100Pent(sid313808@id-313808.lymington.irccloud.com) (Ping timeout: 254 seconds)
2022-02-02 22:17:34 +0100 <janus> right, but that is achievable using constraints which can set a flag on an individual package https://stackoverflow.com/a/49808007/309483
2022-02-02 22:17:48 +0100szkl(uid110435@uxbridge.irccloud.com)
2022-02-02 22:17:49 +0100NiKaN(sid385034@id-385034.helmsley.irccloud.com) (Ping timeout: 240 seconds)
2022-02-02 22:18:17 +0100 <geekosaur> and if you really want it on all packages you can use a `package *` stanza in `cabal.project`
2022-02-02 22:18:19 +0100mon_aaraj(~MonAaraj@user/mon-aaraj/x-4416475) (Ping timeout: 256 seconds)
2022-02-02 22:19:07 +0100Pent(sid313808@lymington.irccloud.com)
2022-02-02 22:19:29 +0100 <janus> oh cool
2022-02-02 22:19:38 +0100kristjansson(sid126207@tinside.irccloud.com)
2022-02-02 22:20:11 +0100NiKaN(sid385034@helmsley.irccloud.com)
2022-02-02 22:20:13 +0100mon_aaraj(~MonAaraj@149.255.212.24)
2022-02-02 22:22:36 +0100 <janus> sounds like there is no reason not to coordinate names since you wouldn't accidentally flip a flag anyway, they don't apply on all packages anyway (by default)
2022-02-02 22:23:33 +0100szkl(uid110435@uxbridge.irccloud.com) ()
2022-02-02 22:24:06 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (Quit: Leaving)
2022-02-02 22:24:22 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-02-02 22:25:33 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (Client Quit)
2022-02-02 22:25:47 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-02-02 22:25:58 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (Remote host closed the connection)
2022-02-02 22:26:11 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-02-02 22:26:21 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2022-02-02 22:27:52 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 22:27:55 +0100MatthiasG2(~matthias@i6DFA0138.versanet.de)
2022-02-02 22:29:21 +0100ParsaAlizadeh[m](~lizadehma@2001:470:69fc:105::1:65a4)
2022-02-02 22:29:23 +0100Nate[m](~m52957mat@2001:470:69fc:105::1:591a)
2022-02-02 22:29:45 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 22:30:07 +0100alp(~alp@2a01:e0a:58b:4920:d89a:b09d:1a2b:26ba)
2022-02-02 22:31:29 +0100img_(~img@2405:6580:b1c0:2500:2ede:bbf7:e65:5b9) (Changing host)
2022-02-02 22:31:29 +0100img_(~img@user/img)
2022-02-02 22:31:31 +0100ChanServ(ChanServ@services.libera.chat)
2022-02-02 22:31:31 +0100calcium.libera.chat+o ChanServ
2022-02-02 22:32:09 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 22:32:12 +0100califax(~califax@user/califx)
2022-02-02 22:32:13 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (Quit: Leaving)
2022-02-02 22:32:24 +0100dschrempf(~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3)
2022-02-02 22:32:24 +0100takuan(~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2022-02-02 22:32:30 +0100Cale(~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com)
2022-02-02 22:32:47 +0100lbseale(~ep1ctetus@user/ep1ctetus)
2022-02-02 22:35:09 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk) (Ping timeout: 250 seconds)
2022-02-02 22:35:14 +0100jstolarek(~jstolarek@staticline-31-183-164-222.toya.net.pl) (Ping timeout: 260 seconds)
2022-02-02 22:35:18 +0100toshiblue(~toshiblue@c-73-111-20-145.hsd1.il.comcast.net)
2022-02-02 22:35:58 +0100cynomys(~cynomys@user/cynomys)
2022-02-02 22:36:26 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 22:36:41 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net) (Ping timeout: 256 seconds)
2022-02-02 22:36:47 +0100gdd(~gdd@129.199.146.230)
2022-02-02 22:37:37 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Remote host closed the connection)
2022-02-02 22:38:14 +0100Morrow(~user@bzq-110-168-31-106.red.bezeqint.net)
2022-02-02 22:38:31 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com)
2022-02-02 22:40:13 +0100zincy(~zincy@2a00:23c8:970c:4801:340a:21f3:9185:5e11) (Remote host closed the connection)
2022-02-02 22:41:08 +0100_ht(~quassel@231-169-21-31.ftth.glasoperator.nl) (Remote host closed the connection)
2022-02-02 22:42:43 +0100oscurochu(~oscurochu@097-096-050-227.res.spectrum.com) (Ping timeout: 250 seconds)
2022-02-02 22:46:11 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-02-02 22:47:03 +0100ProfSimm(~ProfSimm@87.227.196.109)
2022-02-02 22:47:55 +0100cosimone(~user@2001:b07:ae5:db26:c24a:d20:4d91:1e20) (Ping timeout: 250 seconds)
2022-02-02 22:49:57 +0100kadoban(~kadoban@user/kadoban)
2022-02-02 22:49:59 +0100joaquinmg[m](~joaquinmg@2001:470:69fc:105::1:67d2)
2022-02-02 22:49:59 +0100jneira[m](~jneiramat@2001:470:69fc:105::d729)
2022-02-02 22:50:07 +0100kawzeg(kawzeg@2a01:7e01::f03c:92ff:fee2:ec34)
2022-02-02 22:50:42 +0100jchia[m](~jchiamatr@2001:470:69fc:105::c50b)
2022-02-02 22:51:19 +0100ph88(~ph88@2a02:8109:9e00:71d0:713a:ad1d:dd0:bdcc)
2022-02-02 22:51:30 +0100jesser[m](~jessermat@2001:470:69fc:105::d5ae)
2022-02-02 22:51:31 +0100Michal[m](~oomiguelm@2001:470:69fc:105::1:5ab0)
2022-02-02 22:51:32 +0100james[m]12(~jamesnina@2001:470:69fc:105::1:4203)
2022-02-02 22:54:38 +0100alexfmpe[m](~alexfmpem@2001:470:69fc:105::38ba)
2022-02-02 22:55:40 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a)
2022-02-02 22:57:07 +0100pfurla-matrix(~pedrofurl@2001:470:69fc:105::1:51d7)
2022-02-02 22:57:12 +0100jaror[m](~jaror@2001:470:69fc:105::265)
2022-02-02 22:57:16 +0100mahene[m](~mahenemat@2001:470:69fc:105::1:6a93)
2022-02-02 22:57:19 +0100fendor[m](~fendormat@2001:470:69fc:105::fcbd)
2022-02-02 22:57:38 +0100mmos[m](~mmosmatri@2001:470:69fc:105::1:8340)
2022-02-02 22:58:23 +0100sjanssen(~sjanssenm@2001:470:69fc:105::1:61d8)
2022-02-02 22:58:24 +0100eoiles[m](~eoilesmat@2001:470:69fc:105::1:6164)
2022-02-02 22:58:26 +0100Sixto[m](~provornyc@2001:470:69fc:105::1:74df)
2022-02-02 22:58:29 +0100zwro[m](~zwromatri@2001:470:69fc:105::1d4)
2022-02-02 22:58:46 +0100d0ku(~d0ku@178.43.19.180.ipv4.supernova.orange.pl)
2022-02-02 22:58:53 +0100EkaiZend[m](~ekai-zend@2001:470:69fc:105::1:7756)
2022-02-02 22:58:55 +0100codygman[m](~codygman@2001:470:69fc:105::b4ba)
2022-02-02 22:58:55 +0100simmsb(~simmsb@2001:470:69fc:105::1:55c3)
2022-02-02 22:59:38 +0100zfnmxt(~zfnmxtzfn@2001:470:69fc:105::2b32)
2022-02-02 23:00:56 +0100kalxd[m](~kalxdmatr@2001:470:69fc:105::1:576e)
2022-02-02 23:01:05 +0100fcortesi(~fcortesi@2001:470:69fc:105::f3a9)
2022-02-02 23:01:14 +0100bitonic(~bitonic@2001:470:69fc:105::1812)
2022-02-02 23:01:17 +0100aidy(~aidy@2001:470:69fc:105::c7b4)
2022-02-02 23:02:17 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 23:02:39 +0100maralorn(~maralorn@2001:470:69fc:105::251)
2022-02-02 23:03:29 +0100mcgroin(~mcgroin@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
2022-02-02 23:04:30 +0100finalti[m](~finaltima@2001:470:69fc:105::d909)
2022-02-02 23:04:36 +0100bb010g(~bb010g@2001:470:69fc:105::9a5)
2022-02-02 23:04:46 +0100amesgen[m](~amesgenm]@2001:470:69fc:105::82b)
2022-02-02 23:04:49 +0100schuelermine[m](~schuelerm@user/schuelermine)
2022-02-02 23:04:49 +0100unclechu(~unclechu@2001:470:69fc:105::354)
2022-02-02 23:04:55 +0100thejuan24f[m](~thejuan2m@2001:470:69fc:105::1:6569)
2022-02-02 23:04:58 +0100xbreu(~xbreu@2001:470:69fc:105::1:5061)
2022-02-02 23:04:59 +0100alex[m]12(~alexchete@2001:470:69fc:105::1:1001)
2022-02-02 23:05:24 +0100gehmehgeh(~user@user/gehmehgeh) (Quit: Leaving)
2022-02-02 23:06:31 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab) (Remote host closed the connection)
2022-02-02 23:07:23 +0100tripa[m](~tripamatr@2001:470:69fc:105::1:4f7e)
2022-02-02 23:07:28 +0100reza[m](~rezaphone@2001:470:69fc:105::3eda)
2022-02-02 23:07:36 +0100cherryblossom[m](~cherryblo@2001:470:69fc:105::b789)
2022-02-02 23:07:43 +0100sm(~sm@plaintextaccounting/sm)
2022-02-02 23:07:47 +0100SridharRatnakuma(~sridmatri@2001:470:69fc:105::1c2)
2022-02-02 23:08:05 +0100polezaivsani(~polezaivs@orangeshoelaces.net) (Ping timeout: 256 seconds)
2022-02-02 23:08:33 +0100benjamin[m]123(~benjaminm@2001:470:69fc:105::1:3f2f)
2022-02-02 23:08:41 +0100toshiblue(~toshiblue@c-73-111-20-145.hsd1.il.comcast.net) (Quit: Client closed)
2022-02-02 23:08:47 +0100Yehoshua(~yehoshua@2001:470:69fc:105::1:593f)
2022-02-02 23:09:19 +0100Guillaum[m](~guiboumat@2001:470:69fc:105::1:72ac)
2022-02-02 23:09:53 +0100toshiblue(~toshiblue@c-73-111-20-145.hsd1.il.comcast.net)
2022-02-02 23:10:59 +0100craige[m](~craigemcw@2001:470:69fc:105::35f1)
2022-02-02 23:11:24 +0100michalz2(~michalz2@185.246.204.65) (Remote host closed the connection)
2022-02-02 23:11:24 +0100michalz(~michalz@185.246.204.93) (Remote host closed the connection)
2022-02-02 23:11:59 +0100juhp[m](~juhpmatri@2001:470:69fc:105::6e9)
2022-02-02 23:12:05 +0100thomasjm[m](~thomasjmm@2001:470:69fc:105::c6d9)
2022-02-02 23:12:19 +0100nomeata(~nomeata@2001:470:69fc:105::1:5ed4)
2022-02-02 23:14:14 +0100denbrahe(~denbrahe@2001:470:69fc:105::19c0)
2022-02-02 23:14:32 +0100jkaye[m](~jkayematr@2001:470:69fc:105::1:86f7)
2022-02-02 23:14:38 +0100jinsun_(~jinsun@user/jinsun)
2022-02-02 23:14:39 +0100Arathorn(~arathorn@2001:470:69fc:105::1f)
2022-02-02 23:14:40 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 23:14:43 +0100siraben(~siraben@user/siraben)
2022-02-02 23:14:46 +0100Orbstheorem(~orbstheor@2001:470:69fc:105::a56)
2022-02-02 23:14:50 +0100Deide(~deide@user/deide)
2022-02-02 23:15:02 +0100ac(~aloiscoch@2001:470:69fc:105::65)
2022-02-02 23:15:14 +0100JoseC[m](~jmcardonm@2001:470:69fc:105::1:7539)
2022-02-02 23:15:20 +0100ericson2314(~ericson23@2001:470:69fc:105::70c)
2022-02-02 23:15:22 +0100wildsebastian(~wildsebas@2001:470:69fc:105::1:14b1)
2022-02-02 23:15:25 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 23:15:27 +0100Tisoxin(~ikosit@user/ikosit)
2022-02-02 23:15:31 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 23:15:31 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 23:15:31 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 23:15:47 +0100euphrates[m](~euphrates@2001:470:69fc:105::fbb5)
2022-02-02 23:15:54 +0100moats(~oats@user/oats)
2022-02-02 23:15:55 +0100ManofLetters[m](~manoflett@2001:470:69fc:105::3be)
2022-02-02 23:16:31 +0100Morrow[m](~morrowmma@2001:470:69fc:105::1d0)
2022-02-02 23:16:32 +0100sofviic[m](~sofviicma@2001:470:69fc:105::1:51fd)
2022-02-02 23:16:34 +0100vaibhavsagar[m](~vaibhavsa@2001:470:69fc:105::ffe)
2022-02-02 23:17:02 +0100psydroid(~psydroid@user/psydroid)
2022-02-02 23:17:28 +0100Guest19(~Guest19@2a01:4b00:e035:c00:34fb:eb4f:7925:d772)
2022-02-02 23:17:39 +0100Guest19(~Guest19@2a01:4b00:e035:c00:34fb:eb4f:7925:d772) (Client Quit)
2022-02-02 23:17:41 +0100yehoshuapw(~yehoshuap@2001:470:69fc:105::a5f)
2022-02-02 23:17:42 +0100axeman(~quassel@2a02:8109:a3c0:b10:796:dd6e:a09d:717e) (Ping timeout: 260 seconds)
2022-02-02 23:17:54 +0100peddie(~peddie@2001:470:69fc:105::25d)
2022-02-02 23:17:54 +0100unrooted(~unrooted@2001:470:69fc:105::a4a)
2022-02-02 23:17:54 +0100marinelli[m](~marinelli@2001:470:69fc:105::2d8)
2022-02-02 23:17:55 +0100cdsmith(~cdsmithma@2001:470:69fc:105::284)
2022-02-02 23:17:55 +0100SawyerBergeron[m(~sawyerber@2001:470:69fc:105::3036)
2022-02-02 23:18:10 +0100DemiMarieObenour(~alwayscur@2001:470:69fc:105::4886)
2022-02-02 23:18:17 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl)
2022-02-02 23:19:08 +0100Heffalump[m](~hsenagmat@2001:470:69fc:105::e11)
2022-02-02 23:19:17 +0100smichel17[m](~smichel17@2001:470:69fc:105::2d32)
2022-02-02 23:19:42 +0100maerwald[m](~maerwaldm@2001:470:69fc:105::1ee)
2022-02-02 23:19:46 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Ping timeout: 256 seconds)
2022-02-02 23:20:09 +0100wysteriary[m](~wysteriar@2001:470:69fc:105::a42e)
2022-02-02 23:20:49 +0100Topik[m](~topikmatr@2001:470:69fc:105::a082)
2022-02-02 23:22:11 +0100ongy[m](~ongymatri@2001:470:69fc:105::5018)
2022-02-02 23:22:40 +0100justosophy[m](~justosoph@2001:470:69fc:105::572f)
2022-02-02 23:23:16 +0100carmysilna(~brightly-@2001:470:69fc:105::2190)
2022-02-02 23:23:21 +0100RosarioPulella[m(~rosariopu@2001:470:69fc:105::a57)
2022-02-02 23:23:26 +0100Ariakenom(~Ariakenom@h-82-196-111-63.NA.cust.bahnhof.se) (Quit: Leaving)
2022-02-02 23:23:27 +0100fgaz(~fgaz@2001:470:69fc:105::842)
2022-02-02 23:24:40 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2022-02-02 23:25:51 +0100MatthiasG2(~matthias@i6DFA0138.versanet.de) (Ping timeout: 250 seconds)
2022-02-02 23:26:03 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a)
2022-02-02 23:26:23 +0100hsiktas[m](~hsiktasm]@2001:470:69fc:105::30d4)
2022-02-02 23:26:29 +0100Christoph[m](~hpotsirhc@2001:470:69fc:105::2ff8)
2022-02-02 23:26:33 +0100Artem[m](~artemtype@2001:470:69fc:105::75b)
2022-02-02 23:26:48 +0100sekun[m](~hsekmatri@2001:470:69fc:105::d18f)
2022-02-02 23:26:51 +0100oak-(~oakuniver@2001:470:69fc:105::fcd)
2022-02-02 23:26:52 +0100jmcantrell(~jmcantrel@user/jmcantrell)
2022-02-02 23:27:01 +0100quantum(~quantum@user/quantum/x-8556232)
2022-02-02 23:27:04 +0100ormaaj(~ormaaj@user/ormaaj)
2022-02-02 23:27:20 +0100segfaultfizzbuzz(~rustisafu@2602:306:cd3c:9350:143b:3f0e:5bf:b4a8)
2022-02-02 23:27:48 +0100cstml[m](~cstmlmatr@2001:470:69fc:105::1:5c07)
2022-02-02 23:27:49 +0100throwaaaa[m](~throwaaaa@2001:470:69fc:105::1:6fe6)
2022-02-02 23:29:23 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 23:30:04 +0100fresheyeball(~fresheyeb@c-76-25-93-164.hsd1.co.comcast.net)
2022-02-02 23:30:04 +0100 <segfaultfizzbuzz> so, i don't understand here https://paste.rs/eyX.hs
2022-02-02 23:30:11 +0100mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-02-02 23:30:52 +0100 <segfaultfizzbuzz> https://hackage.haskell.org/package/xml-types-0.3.8/docs/Data-XML-Types.html#t:Name nameLocalName looks like it only takes one type as a constructor
2022-02-02 23:30:56 +0100 <segfaultfizzbuzz> err one value
2022-02-02 23:30:59 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 23:31:28 +0100 <monochrom> isNamed (nameLocalName "img") ?
2022-02-02 23:32:26 +0100 <monochrom> The way I made that guess is: "expected X", "actual X->Y", "first argument of ‘isNamed’, namely ‘nameLocalName’".
2022-02-02 23:33:00 +0100max22-(~maxime@2a01cb0883359800154b4e88390bc120.ipv6.abo.wanadoo.fr) (Quit: Leaving)
2022-02-02 23:33:27 +0100soft(~soft@2001:470:69fc:105::c75)
2022-02-02 23:33:57 +0100Erutuon(~Erutuon@user/erutuon) (Ping timeout: 240 seconds)
2022-02-02 23:34:07 +0100 <monochrom> There may be other problems.
2022-02-02 23:34:34 +0100afotgkmnzj7asv3r(~afotgkmnz@2001:470:69fc:105::c24b)
2022-02-02 23:34:40 +0100 <awpr> that plus you're trying to pipe a conduit into a function of `Element -> [Element]`, whereas it expects to be piped into further conduits
2022-02-02 23:35:03 +0100Las[m](~lasmatrix@2001:470:69fc:105::74e)
2022-02-02 23:35:23 +0100 <awpr> I assume there's a combinator in some conduit utility module like `(a -> [b]) -> ConduitSomething a b ()`
2022-02-02 23:36:27 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net) (Remote host closed the connection)
2022-02-02 23:36:45 +0100CHUD(~CHUD@host-80-41-89-108.as13285.net)
2022-02-02 23:37:06 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com)
2022-02-02 23:37:06 +0100wroathe(~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host)
2022-02-02 23:37:06 +0100wroathe(~wroathe@user/wroathe)
2022-02-02 23:37:09 +0100Erutuon(~Erutuon@user/erutuon)
2022-02-02 23:41:27 +0100litharn[m](~litharnma@2001:470:69fc:105::1:8336)
2022-02-02 23:41:51 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 256 seconds)
2022-02-02 23:42:43 +0100coot(~coot@213.134.190.95) (Quit: coot)
2022-02-02 23:43:33 +0100bontaq(~user@ool-45779fe5.dyn.optonline.net) (Ping timeout: 256 seconds)
2022-02-02 23:44:39 +0100eggplantade(~Eggplanta@2600:1700:bef1:5e10:a148:40f0:8827:c6ab)
2022-02-02 23:45:06 +0100076AAFRPQ(~Thunderbi@p200300ecdf0994537358816310c1cf27.dip0.t-ipconnect.de) (Remote host closed the connection)
2022-02-02 23:46:17 +0100burnsidesLlama(~burnsides@dhcp168-027.wadham.ox.ac.uk)
2022-02-02 23:47:29 +0100phuegrvs[m](~phuegrvsm@2001:470:69fc:105::1:65e4)
2022-02-02 23:47:29 +0100octeep[m](~octeepoct@2001:470:69fc:105::1:3dbf)
2022-02-02 23:48:57 +0100fendor(~fendor@178.165.184.56.wireless.dyn.drei.com) (Read error: Connection reset by peer)
2022-02-02 23:49:55 +0100 <segfaultfizzbuzz> i'm not making sense of this
2022-02-02 23:50:33 +0100hololeap(~hololeap@user/hololeap)
2022-02-02 23:50:38 +0100alx741(~alx741@157.100.197.240)
2022-02-02 23:51:57 +0100merijn(~merijn@c-001-001-018.client.esciencecenter.eduvpn.nl) (Ping timeout: 240 seconds)
2022-02-02 23:52:02 +0100 <awpr> `(.|) :: Monad m => ConduitM a b m () -> ConduitM b c m r -> ConduitM a c m r`, i.e. its arguments are two conduits. in the code paste, it's being applied to a function and a conduit, which is a type error
2022-02-02 23:52:41 +0100 <awpr> er, in the code paste if it said `isNamed (nameLocalName "img")` as suggested above
2022-02-02 23:53:14 +0100 <segfaultfizzbuzz> the parens don't help much
2022-02-02 23:53:39 +0100 <monochrom> Sure, I picked a low-hanging fruit.
2022-02-02 23:53:46 +0100 <segfaultfizzbuzz> i mean, thanks for trying
2022-02-02 23:54:00 +0100 <awpr> they make the call to `isNamed` well-typed in isolation, but they don't affect the problem that a function is different from a conduit
2022-02-02 23:54:23 +0100 <segfaultfizzbuzz> i'm expecting the ergonomics of this to be that i have something like foo |> bar |> baz
2022-02-02 23:54:31 +0100 <segfaultfizzbuzz> where foo produces a stream, bar filters it somehow, and baz consumes the stream
2022-02-02 23:54:49 +0100 <awpr> right, understood
2022-02-02 23:55:15 +0100 <segfaultfizzbuzz> so i need to somehow promote isNamed to a conduit, is that the issue?
2022-02-02 23:55:22 +0100 <awpr> yes, looks like that's with https://hackage.haskell.org/package/conduit-1.3.4.2/docs/Data-Conduit-Combinators.html#v:concatMap
2022-02-02 23:56:40 +0100Pickchea(~private@user/pickchea) (Quit: Leaving)
2022-02-02 23:57:15 +0100adnaahm(~adnaahm@host-101-net-67-160-119.mobilinkinfinity.net.pk) (Remote host closed the connection)
2022-02-02 23:59:44 +0100DNH(~DNH@2a02:8108:1100:16d8:7cff:235a:6ff3:c21a) (Quit: My MacBook has gone to sleep. ZZZzzz…)