2021/05/20

2021-05-20 00:00:11 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 252 seconds)
2021-05-20 00:00:24 +0000 <heebo> hello , i have a cabal.project file with multiple ```package: ``` declarations. However I cannot reference them from my Main.hs that sits at the top level
2021-05-20 00:00:25 +0000 <heebo> ls
2021-05-20 00:00:41 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 00:00:47 +0000Guest25961(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 00:00:51 +0000 <dmwit> Does your whatever.cabal list them in its build-depends stanza?
2021-05-20 00:01:04 +0000 <dmwit> (field? I've never quite gotten the hang of cabal jargon.)
2021-05-20 00:01:23 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 00:01:41 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 00:02:18 +0000 <heebo> i believe so
2021-05-20 00:02:32 +0000 <dmwit> Okay. It's probably time to cook up a minimal reproducing example for us, then.
2021-05-20 00:03:00 +0000 <heebo> sure
2021-05-20 00:03:19 +0000Axman6(~Axman6@pdpc/supporter/student/Axman6) (Remote host closed the connection)
2021-05-20 00:04:53 +0000Axman6(~Axman6@pdpc/supporter/student/Axman6)
2021-05-20 00:07:07 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 268 seconds)
2021-05-20 00:07:39 +0000Guest87676(~laudiacay@67.176.215.84)
2021-05-20 00:09:08 +0000bennofs__(~quassel@dynamic-089-012-045-213.89.12.pool.telefonica.de)
2021-05-20 00:09:11 +0000dhil(~dhil@195.213.192.85) (Ping timeout: 240 seconds)
2021-05-20 00:09:49 +0000thc202(~thc202@unaffiliated/thc202) (Quit: thc202)
2021-05-20 00:10:10 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a)
2021-05-20 00:10:16 +0000__monty__(~toonn@unaffiliated/toonn) (Quit: leaving)
2021-05-20 00:10:39 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 00:10:47 +0000 <heebo> https://www.codepile.net/pile/rLoveZVj
2021-05-20 00:10:51 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a) (Client Quit)
2021-05-20 00:10:53 +0000Deide(~Deide@217.155.19.23) (Quit: Seeee yaaaa)
2021-05-20 00:11:03 +0000timGuest75370
2021-05-20 00:11:04 +0000 <heebo> ok its not minimal its basically my cabal.project file
2021-05-20 00:11:31 +0000kristijonas(~kristijon@78-56-32-39.static.zebra.lt)
2021-05-20 00:11:48 +0000 <heebo> in that project I would like to have a Main.hs such that i can import Language.Plutus.Contract
2021-05-20 00:11:58 +0000Guest87676(~laudiacay@67.176.215.84) (Ping timeout: 258 seconds)
2021-05-20 00:12:31 +0000Alleria__(~textual@zrcout.mskcc.org) (Ping timeout: 260 seconds)
2021-05-20 00:12:36 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a)
2021-05-20 00:12:46 +0000bennofs_(~quassel@dynamic-077-013-120-064.77.13.pool.telefonica.de) (Ping timeout: 240 seconds)
2021-05-20 00:12:58 +0000sysadmin(~McCafe@23.108.51.26)
2021-05-20 00:15:02 +0000dh(dh@bsd.ee) (Read error: Connection reset by peer)
2021-05-20 00:15:21 +0000dh(~dh@bsd.ee)
2021-05-20 00:16:07 +0000apache8080(~rishi@wsip-70-168-153-252.oc.oc.cox.net)
2021-05-20 00:18:23 +0000 <dmwit> Yeah ok, I'm not reading 150 lines of cabal.project.
2021-05-20 00:18:47 +0000 <dmwit> Not to mention that it doesn't have the rest of what we would need to reproduce it anyway, like the cabal file and the Main.hs.
2021-05-20 00:19:58 +0000 <heebo> lol, ok fair enough. If I can figure out a minimal example i will post another time, thanks anyway
2021-05-20 00:20:44 +0000kupi(uid212005@gateway/web/irccloud.com/x-wambptnsccsnaikr)
2021-05-20 00:22:04 +0000penttrioctium(49a0f450@c-73-160-244-80.hsd1.nj.comcast.net)
2021-05-20 00:22:26 +0000 <a6a45081-2b83> why does he say: but if you write these functions merely by blindly following the types, it doesn’t count
2021-05-20 00:22:41 +0000dale(dale@unaffiliated/dale) ()
2021-05-20 00:23:00 +0000 <monochrom> Perhaps ask the author?
2021-05-20 00:23:15 +0000werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2021-05-20 00:23:37 +0000 <dmwit> Well, I've implemented the Monad instance for Cont at least four times and I still have no idea what it does, because the types make it so blindingly obvious what the implementation has to be that no part of the code actually has to pass through my conscious brain.
2021-05-20 00:23:57 +0000 <dmwit> If I saw a sentence like what you quote there, I would guess it's to try to head off that problem before it happens.
2021-05-20 00:24:14 +0000 <monochrom> I don't consider it a problem.
2021-05-20 00:24:34 +0000 <monochrom> If you will never understand the code, that's a problem.
2021-05-20 00:24:38 +0000 <geekosaur> it's from "lens over tea"
2021-05-20 00:24:44 +0000 <dmwit> If you can write code that you understand, and that also type checks, that's a win. If you write code because of what the type checker says, but which you can't understand, well... that's not a good outcome if your plan is to learn what the code does. ^_^
2021-05-20 00:25:07 +0000 <monochrom> But between "understanding" and "work mechanically", there is no set order.
2021-05-20 00:25:42 +0000 <monochrom> And truly, for some problems, it is actually better to work mechanically first, "understand" later.
2021-05-20 00:26:10 +0000 <dmwit> Yes. I think I am on board with all you say, monochrom. I also think I am accurately presenting the answer to "why does he say X?".
2021-05-20 00:26:21 +0000 <monochrom> Especially with most people's subjective, unobjective definition of "understand" = feel so good about yourself and can write an essay, but no predictive power.
2021-05-20 00:26:44 +0000abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net)
2021-05-20 00:27:12 +0000 <heebo> do we care what the code does? doesnt the curry howard isomorphism *prove* that it works?
2021-05-20 00:27:39 +0000 <geekosaur> it proves that it does something. whether that something is what is intended is another question
2021-05-20 00:28:00 +0000abhixec(~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Client Quit)
2021-05-20 00:28:04 +0000 <heebo> the types make sure its intended surely
2021-05-20 00:28:05 +0000 <monochrom> I met a prof who was disillusioned by curry-howard.
2021-05-20 00:28:21 +0000zaquest(~notzaques@5.128.210.178) (Remote host closed the connection)
2021-05-20 00:28:25 +0000 <geekosaur> \x -> x + 2, the types don't help if what was intended was x * 2
2021-05-20 00:28:27 +0000 <monochrom> "We didn't know what we proved but oh boy was it correct."
2021-05-20 00:28:32 +0000elusive(~Jeanne-Ka@199.116.118.248)
2021-05-20 00:28:54 +0000zarakshR1(~Thunderbi@202.38.180.58)
2021-05-20 00:30:02 +0000 <heebo> i actually agree , but im playing devils advocate
2021-05-20 00:30:17 +0000 <a6a45081-2b83> so for e.g. I am trying to implement _1 I shouldn't look at _1 :: Lens (a,x) (b,x) a b or not at _1 :: Functor f => (a -> f b) -> (a, x) -> f (b, x) or neither
2021-05-20 00:30:34 +0000 <monochrom> I care what the code does iff I am not doing proof erasure.
2021-05-20 00:30:41 +0000zarakshR(~Thunderbi@1.39.134.203) (Ping timeout: 240 seconds)
2021-05-20 00:30:42 +0000zarakshR1zarakshR
2021-05-20 00:30:42 +0000magbomagbo_go_to_libe
2021-05-20 00:30:47 +0000magbo_go_to_libego_to_libera_cha
2021-05-20 00:30:53 +0000go_to_libera_chagoto_libera_chat
2021-05-20 00:31:01 +0000 <monochrom> Like, I actually run the code.
2021-05-20 00:31:44 +0000 <heebo> i often find , i follow the types first, then look at the code to understand that its correct
2021-05-20 00:32:12 +0000elusiveJeanne-Kamikaze
2021-05-20 00:32:42 +0000 <a6a45081-2b83> so here I should be thinking along the lines of _1 takes a modifier and applies it to the first element inside a functor?
2021-05-20 00:32:46 +0000 <a6a45081-2b83> and then implement it?
2021-05-20 00:32:47 +0000 <dmwit> a6a45081-2b83: I think looking at `_1 :: Lens (a, x) (b, x) a b` is fine. The exercise is probably asking you not to look too hard at `_1 :: Functor f => (a -> f b) -> (a, x) -> f (b, x)` .
2021-05-20 00:33:01 +0000plutoniix(~q@node-ujl.pool-125-24.dynamic.totinternet.net) (Ping timeout: 268 seconds)
2021-05-20 00:33:23 +0000Bigcheese(~quassel@unaffiliated/bigcheese) (Ping timeout: 250 seconds)
2021-05-20 00:33:28 +0000 <dmwit> a6a45081-2b83: Or rather: it is asking you not to write your implementation *only* by looking at `_1 :: Functor f => (a -> f b) -> (a, x) -> f (b, x)`.
2021-05-20 00:33:43 +0000 <dmwit> If you look at that and something else, too, you're winning.
2021-05-20 00:34:53 +0000 <a6a45081-2b83> got it
2021-05-20 00:35:44 +0000 <heebo> adit.io lens in pictures was my best reference for understanding lens , https://adit.io/posts/2013-07-22-lenses-in-pictures.html its kinda for kids though i suppose
2021-05-20 00:36:35 +0000regakakobigman(~regakakob@c-73-174-187-176.hsd1.pa.comcast.net)
2021-05-20 00:36:52 +0000zaquest(~notzaques@5.128.210.178)
2021-05-20 00:36:54 +0000ddellacosta(~ddellacos@86.106.143.22)
2021-05-20 00:37:41 +0000zarakshR(~Thunderbi@202.38.180.58) (Ping timeout: 240 seconds)
2021-05-20 00:39:03 +0000Bigcheese(~quassel@unaffiliated/bigcheese)
2021-05-20 00:40:19 +0000aVikingTrex(~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea)
2021-05-20 00:41:24 +0000ddellacosta(~ddellacos@86.106.143.22) (Ping timeout: 265 seconds)
2021-05-20 00:43:49 +0000 <a6a45081-2b83> so for lens, I wrote this: lens get set f s = do { let v = get s; b <- f v; let t = set s b; return t }
2021-05-20 00:44:06 +0000 <a6a45081-2b83> should be right? but it's for Monad f not Functor f
2021-05-20 00:44:34 +0000 <a6a45081-2b83> feels like i'm writing imperitive style :-)
2021-05-20 00:44:38 +0000plutoniix(~q@node-ujl.pool-125-24.dynamic.totinternet.net)
2021-05-20 00:46:28 +0000 <a6a45081-2b83> heebo: that is really helpful
2021-05-20 00:48:04 +0000 <Axman6> a6a45081-2b83: well, you know f in the tpoye is a Functor right? So what does that mean you can do with it?
2021-05-20 00:48:04 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 00:48:19 +0000 <Axman6> what do we know about functors?
2021-05-20 00:48:45 +0000 <a6a45081-2b83> lens get set f s = fmap set s . get s ?
2021-05-20 00:48:58 +0000 <a6a45081-2b83> maybe fmap (set s) $ get s
2021-05-20 00:49:09 +0000 <Axman6> what happened to f?
2021-05-20 00:49:18 +0000 <a6a45081-2b83> maybe fmap (set s) $ f (get s)
2021-05-20 00:49:29 +0000 <Axman6> does that type check?
2021-05-20 00:49:48 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 00:50:02 +0000Guest87676(~laudiacay@67.176.215.84)
2021-05-20 00:50:09 +0000 <a6a45081-2b83> well it does, :)) , thanks!
2021-05-20 00:50:26 +0000 <Axman6> I'm pretty dumb, can you explain to me what's happening there?
2021-05-20 00:50:29 +0000killsushi_(~killsushi@2607:fea8:3d40:767:a43a:b464:d0c6:6044) (Quit: Leaving)
2021-05-20 00:50:49 +0000 <Axman6> what _ai_ f? s?
2021-05-20 00:50:54 +0000 <Axman6> _is_*
2021-05-20 00:52:04 +0000acidjnk_new2(~acidjnk@p200300d0c72b958680cf6a8401116b8a.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2021-05-20 00:52:31 +0000 <a6a45081-2b83> :t lens get set f s = fmap (set s) $ f (get s)
2021-05-20 00:52:32 +0000 <lambdabot> error: parse error on input ‘=’
2021-05-20 00:52:51 +0000 <a6a45081-2b83> :t lens = \get set f s -> fmap (set s) $ f (get s)
2021-05-20 00:52:51 +0000 <lambdabot> error: parse error on input ‘=’
2021-05-20 00:52:57 +0000regakakobigman(~regakakob@c-73-174-187-176.hsd1.pa.comcast.net) (Quit: regakakobigman)
2021-05-20 00:53:03 +0000 <a6a45081-2b83> :t \get set f s -> fmap (set s) $ f (get s)
2021-05-20 00:53:04 +0000 <lambdabot> Functor f => (t1 -> t2) -> (t1 -> a -> b) -> (t2 -> f a) -> t1 -> f b
2021-05-20 00:53:37 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 00:53:43 +0000 <a6a45081-2b83> getter is t1 -> t2; setter is t1 -> a -> b; lens modifier is t2 -> f a; initial value is t1; final functor value is f b
2021-05-20 00:53:47 +0000 <a6a45081-2b83> is that right?
2021-05-20 00:53:59 +0000safinaskar(~user@109.252.90.136) ()
2021-05-20 00:54:51 +0000 <Axman6> (Sorry, in a quick meeting, brb 5 min)
2021-05-20 00:54:56 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 265 seconds)
2021-05-20 00:56:09 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 00:56:40 +0000kewa(~kewa@85.174.200.147)
2021-05-20 00:57:04 +0000 <penttrioctium> Does anyone have experience with `gi-gtk-declarative`, or maybe just `gi-gtk`? I'm just starting out trying to do GUIs and whatnot in Haskell.
2021-05-20 00:57:05 +0000 <penttrioctium> If I have an SVG image as a String, how do I convert it to an Image widget so I can put it in a window?
2021-05-20 00:57:05 +0000 <penttrioctium> (I tried setting up a temporary file to write to and read from, which almost works, but when the file changes the image doesn't.)
2021-05-20 00:57:11 +0000proofofkeags(~proofofke@205.209.28.54) (Ping timeout: 240 seconds)
2021-05-20 00:57:31 +0000c_wraith(~c_wraith@adjoint.us) (Quit: Bye)
2021-05-20 01:00:03 +0000Jeanne-Kamikaze(~Jeanne-Ka@199.116.118.248) (Quit: Leaving)
2021-05-20 01:00:14 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2021-05-20 01:00:59 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 01:01:37 +0000dcoutts_(~duncan@94.186.125.91.dyn.plus.net) (Ping timeout: 252 seconds)
2021-05-20 01:05:42 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds)
2021-05-20 01:05:44 +0000Iroha(~Dykomii@kyoto.mii.moe) (Quit: !)
2021-05-20 01:06:16 +0000 <sm[m]> mniip: https://mniip.com/freenode.txt is great, the first one I've seen describing the data involved. Thanks to you and the any other ops still here for your service
2021-05-20 01:06:36 +0000Iroha(~Dykomii@2607:5300:60:336a::1)
2021-05-20 01:07:49 +0000Iroha(~Dykomii@2607:5300:60:336a::1) (Client Quit)
2021-05-20 01:08:27 +0000Iroha(~Dykomii@kyoto.mii.moe)
2021-05-20 01:09:11 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 01:09:13 +0000gehmehgeh(~ircuser1@gateway/tor-sasl/gehmehgeh) (Quit: Leaving)
2021-05-20 01:10:39 +0000tromp_(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 01:10:40 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Read error: Connection reset by peer)
2021-05-20 01:11:16 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 01:12:08 +0000apache8080(~rishi@wsip-70-168-153-252.oc.oc.cox.net) (Ping timeout: 246 seconds)
2021-05-20 01:12:12 +0000russruss(~russruss@my.russellmcc.com) (Quit: The Lounge - https://thelounge.chat)
2021-05-20 01:14:07 +0000stux|RC--(stux2@grid9.quadspeedi.net) (Quit: Aloha!)
2021-05-20 01:14:52 +0000stux|RC(stux2@grid9.quadspeedi.net)
2021-05-20 01:14:56 +0000tromp_(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2021-05-20 01:15:06 +0000whataday(~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection)
2021-05-20 01:15:26 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 01:15:36 +0000 <Axman6> a6a45081-2b83: looks about right
2021-05-20 01:16:13 +0000whataday(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2021-05-20 01:17:05 +0000plutoniix(~q@node-ujl.pool-125-24.dynamic.totinternet.net) (Ping timeout: 260 seconds)
2021-05-20 01:18:53 +0000Guest75370(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 01:19:10 +0000Iroha(~Dykomii@kyoto.mii.moe) (Quit: !)
2021-05-20 01:19:13 +0000Guest87676(~laudiacay@67.176.215.84) (Quit: WeeChat 3.0)
2021-05-20 01:19:29 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 01:19:32 +0000tim(~tim@112-141-128-42.sta.dodo.net.au) (Read error: Connection reset by peer)
2021-05-20 01:19:33 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 240 seconds)
2021-05-20 01:19:44 +0000Iroha(~Dykomii@kyoto.mii.moe)
2021-05-20 01:19:47 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 01:19:52 +0000timGuest53805
2021-05-20 01:20:41 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a)
2021-05-20 01:21:26 +0000m0rphism(~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (Ping timeout: 240 seconds)
2021-05-20 01:22:11 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
2021-05-20 01:23:02 +0000Sheilong(uid293653@gateway/web/irccloud.com/x-zkhysnfurvbvfxvv) (Quit: Connection closed for inactivity)
2021-05-20 01:24:14 +0000geekosaur42(45870322@069-135-003-034.biz.spectrum.com)
2021-05-20 01:26:03 +0000geekosaur(930099da@rrcs-147-0-153-218.central.biz.rr.com) (Ping timeout: 240 seconds)
2021-05-20 01:26:32 +0000geekosaur42geekosaur
2021-05-20 01:30:41 +0000kewa(~kewa@85.174.200.147) (Ping timeout: 240 seconds)
2021-05-20 01:31:25 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2021-05-20 01:31:40 +0000nineonine(~nineonine@50.216.62.2) (Ping timeout: 265 seconds)
2021-05-20 01:34:32 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 01:35:44 +0000waleee-cl(uid373333@gateway/web/irccloud.com/x-mvvtsrqoeqztdvzb) ()
2021-05-20 01:40:32 +0000nineonine(~nineonine@50.216.62.2)
2021-05-20 01:42:33 +0000nick_h(sid319833@gateway/web/irccloud.com/x-delbcuuwgtpqxrew) ()
2021-05-20 01:44:11 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 01:45:19 +0000Chai-T-Rex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Quit: Chai-T-Rex)
2021-05-20 01:45:37 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 01:46:02 +0000sm(~user@li229-222.members.linode.com) ("ERC (IRC client for Emacs 27.0.50)")
2021-05-20 01:46:23 +0000 <dmwit> a6a45081-2b83: You might find this interesting, some Monad laws: `m >>= return . f = fmap f m`. Starting from your definition, `do { let v = get s; b <- f v; let t = set s b; return t }`, if we desugar (inline let's and turn the `<-` into a `>>=`), we get `f (get s) >>= \b -> return (set s b)`. So the monad law turns that into `fmap (set s) (f (get s))`.
2021-05-20 01:46:39 +0000xff0x(~xff0x@2001:1a81:53d3:5400:e4da:58b3:28e2:200d) (Ping timeout: 245 seconds)
2021-05-20 01:46:42 +0000 <dmwit> a6a45081-2b83: So your `Monad`-answer was actually right, you just spelled it in a way that required Monad instead of Functor.
2021-05-20 01:48:33 +0000xff0x(~xff0x@2001:1a81:520e:9000:d27c:8f8e:b95c:c44f)
2021-05-20 01:49:04 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 265 seconds)
2021-05-20 01:49:06 +0000stree(~stree@68.36.8.116) (Ping timeout: 240 seconds)
2021-05-20 01:49:28 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Client Quit)
2021-05-20 01:49:33 +0000sajith(~sajith@fsf/member/nonzen)
2021-05-20 01:49:42 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 01:49:56 +0000 <a6a45081-2b83> dmwit: got it
2021-05-20 01:50:31 +0000Neuromancer(~Neuromanc@unaffiliated/neuromancer) (Ping timeout: 260 seconds)
2021-05-20 01:51:56 +0000rajivr(uid269651@gateway/web/irccloud.com/x-xkaxzrytxzvrlsos)
2021-05-20 01:52:09 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber)
2021-05-20 01:52:14 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a)
2021-05-20 01:53:43 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a) (Client Quit)
2021-05-20 01:54:18 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com)
2021-05-20 01:56:29 +0000Iroha(~Dykomii@kyoto.mii.moe) (Quit: !)
2021-05-20 01:56:33 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a)
2021-05-20 01:57:04 +0000Iroha(~Dykomii@kyoto.mii.moe)
2021-05-20 02:00:00 +0000Alleria(~textual@2603-7000-3040-0000-a497-0429-cb38-32a7.res6.spectrum.com)
2021-05-20 02:00:25 +0000AlleriaGuest83427
2021-05-20 02:02:01 +0000stree(~stree@68.36.8.116)
2021-05-20 02:02:18 +0000sdrodge(~sdrodge@unaffiliated/sdrodge) (Quit: WeeChat 3.1)
2021-05-20 02:04:40 +0000Guest83427(~textual@2603-7000-3040-0000-a497-0429-cb38-32a7.res6.spectrum.com) (Ping timeout: 258 seconds)
2021-05-20 02:04:43 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 02:05:18 +0000urodna(~urodna@unaffiliated/urodna) (Quit: urodna)
2021-05-20 02:06:23 +0000boxscape(4ff0bb95@p4ff0bb95.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2021-05-20 02:07:11 +0000elliott_(~elliott_@pool-108-18-30-46.washdc.fios.verizon.net) (Read error: Connection reset by peer)
2021-05-20 02:08:50 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2021-05-20 02:10:03 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net) (Read error: Connection reset by peer)
2021-05-20 02:10:51 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Remote host closed the connection)
2021-05-20 02:11:41 +0000hiptobecubic(~john@unaffiliated/hiptobecubic) (Ping timeout: 240 seconds)
2021-05-20 02:11:45 +0000aVikingTrex(~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea) (Ping timeout: 250 seconds)
2021-05-20 02:11:46 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 02:13:26 +0000elliott_(~elliott_@pool-108-18-30-46.washdc.fios.verizon.net)
2021-05-20 02:15:39 +0000drbean-(~drbean@TC210-63-209-185.static.apol.com.tw)
2021-05-20 02:18:01 +0000drbean_(~drbean@TC210-63-209-203.static.apol.com.tw) (Read error: Connection reset by peer)
2021-05-20 02:18:09 +0000 <dmwit> penttrioctium: Do you know how you would do it in, say, C?
2021-05-20 02:18:23 +0000 <dmwit> Usually if you can work that out, the gi-gtk equivalent is pretty straightforward to cook up.
2021-05-20 02:19:16 +0000zero(~zero@2a03:b0c0:3:d0::3095:3001)
2021-05-20 02:21:52 +0000FinnElija(~finn_elij@89.233.76.159)
2021-05-20 02:22:28 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 02:22:33 +0000zzz(~zzz@2a03:b0c0:3:d0::3095:3001) (Quit: quit)
2021-05-20 02:23:21 +0000howdoi(uid224@gateway/web/irccloud.com/x-jbadeixogdsintni) (Quit: Connection closed for inactivity)
2021-05-20 02:24:41 +0000finn_elija(~finn_elij@89.233.73.132) (Ping timeout: 240 seconds)
2021-05-20 02:25:48 +0000undvrainbowvita8white_green_ligh
2021-05-20 02:25:56 +0000white_green_lighwhitegreenlights
2021-05-20 02:25:57 +0000`slikts(~nelabs@wikipedia/reinis) (Ping timeout: 246 seconds)
2021-05-20 02:25:59 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 02:26:13 +0000whitegreenlightswhitgreenlightsa
2021-05-20 02:26:19 +0000whitgreenlightsawhitgreenlghtsbr
2021-05-20 02:26:42 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 246 seconds)
2021-05-20 02:28:23 +0000 <penttrioctium> @dmwit: No, I have no clue how to do it in C, I'm really just starting out here, sorry. (Plus, I'm trying to use the more functional, declarative style of "gi-gtk-declarative" if I can, which I think would make the translation messier anyway.)
2021-05-20 02:28:23 +0000 <lambdabot> Unknown command, try @list
2021-05-20 02:28:35 +0000RandomArcher(RandomArch@gateway/vpn/protonvpn/randomarcher)
2021-05-20 02:28:58 +0000whitgreenlghtsbr(~egp_@128-71-13-3.broadband.corbina.ru) (Quit: EXIT)
2021-05-20 02:29:11 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com)
2021-05-20 02:29:31 +0000whitgreenlghtsbr(~egp_@128-71-13-3.broadband.corbina.ru)
2021-05-20 02:30:02 +0000RandomArcher(RandomArch@gateway/vpn/protonvpn/randomarcher) (Client Quit)
2021-05-20 02:30:55 +0000`slikts(~nelabs@2a00:d880:5:395::37ca)
2021-05-20 02:30:55 +0000`slikts(~nelabs@2a00:d880:5:395::37ca) (Changing host)
2021-05-20 02:30:55 +0000`slikts(~nelabs@wikipedia/reinis)
2021-05-20 02:31:21 +0000 <penttrioctium> I think what I really need here is for a Gtk Image made from a file to update when the file updates, which doesn't sound like it should be hard but I'm not having any luck yet
2021-05-20 02:31:23 +0000 <dmwit> Okay. Well, I think I'd probably start here and see where it got me. http://hackage.haskell.org/package/gi-gdkpixbuf-2.0.26/docs/GI-GdkPixbuf-Objects-Pixbuf.html#v:pix…
2021-05-20 02:31:37 +0000sajith(~sajith@fsf/member/nonzen) (Quit: leaving)
2021-05-20 02:31:56 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 246 seconds)
2021-05-20 02:32:24 +0000sajith(~sajith@fsf/member/nonzen)
2021-05-20 02:36:06 +0000TK__(~cinch@2601:1c0:5201:2100:9992:f75f:4988:2a3c) (Ping timeout: 258 seconds)
2021-05-20 02:38:53 +0000hiptobecubic(~john@unaffiliated/hiptobecubic)
2021-05-20 02:39:46 +0000zerozzz
2021-05-20 02:40:09 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 02:43:36 +0000 <zzz> i just spent the last 2 hours reading about andrew
2021-05-20 02:44:10 +0000Tario(~Tario@201.192.165.173) (Read error: Connection reset by peer)
2021-05-20 02:44:16 +0000 <Axman6> PRaise be to our glorious new leader?
2021-05-20 02:44:50 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber)
2021-05-20 02:44:59 +0000 <zzz> fuck me. wasnt the whole point of irc to be decentrlized?
2021-05-20 02:45:22 +0000z0k(~user@101.50.108.132)
2021-05-20 02:45:25 +0000 <Axman6> haven't you read? He wasn't it to be decentralised, under his control! it's so simple
2021-05-20 02:45:31 +0000 <Axman6> wants*
2021-05-20 02:45:40 +0000 <zzz> right. are we staying here or migrating to libera?
2021-05-20 02:45:51 +0000 <Axman6> lots of us have migrated already
2021-05-20 02:45:54 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com)
2021-05-20 02:46:18 +0000chris__(~chris@81.96.113.213)
2021-05-20 02:46:27 +0000 <zzz> ok. someone registered my nick already...
2021-05-20 02:46:32 +0000zzzfrowns
2021-05-20 02:46:50 +0000heebo(~user@cpc97956-croy24-2-0-cust20.19-2.cable.virginm.net) (Ping timeout: 268 seconds)
2021-05-20 02:47:54 +0000 <zzz> the only thing worse than naming variables
2021-05-20 02:49:57 +0000Tario(~Tario@201.192.165.173)
2021-05-20 02:50:52 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Quit: ChaiTRex)
2021-05-20 02:50:58 +0000Noldorin(~noldorin@unaffiliated/noldorin)
2021-05-20 02:51:39 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 02:51:49 +0000Noldorin(~noldorin@unaffiliated/noldorin) (Client Quit)
2021-05-20 02:55:01 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 02:55:19 +0000Guest53805(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 02:55:43 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com)
2021-05-20 02:56:17 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 02:56:39 +0000timGuest36559
2021-05-20 02:58:48 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 03:00:01 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 03:01:01 +0000Guest36559(~tim@112-141-128-42.sta.dodo.net.au) (Ping timeout: 268 seconds)
2021-05-20 03:01:26 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 03:02:15 +0000jai9(~textual@cpe-74-72-114-231.nyc.res.rr.com) (Ping timeout: 268 seconds)
2021-05-20 03:03:30 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 265 seconds)
2021-05-20 03:03:33 +0000motersen_(~motersen@gateway/tor-sasl/motersen) (Ping timeout: 240 seconds)
2021-05-20 03:04:13 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 03:04:41 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 03:04:52 +0000motersen(~motersen@gateway/tor-sasl/motersen)
2021-05-20 03:05:40 +0000penttrioctium(49a0f450@c-73-160-244-80.hsd1.nj.comcast.net) (Quit: Connection closed)
2021-05-20 03:06:11 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds)
2021-05-20 03:08:49 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 265 seconds)
2021-05-20 03:09:11 +0000machinedgod(~machinedg@135-23-192-217.cpe.pppoe.ca) (Ping timeout: 240 seconds)
2021-05-20 03:10:09 +0000penttrioctium(49a0f450@c-73-160-244-80.hsd1.nj.comcast.net)
2021-05-20 03:10:24 +0000pavonia(~user@unaffiliated/siracusa)
2021-05-20 03:12:10 +0000mounty(~mounty@236.216.214.218.sta.wbroadband.net.au) ("Konversation terminated!")
2021-05-20 03:12:44 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 268 seconds)
2021-05-20 03:13:13 +0000fresheyeball(~isaac@c-71-237-105-37.hsd1.co.comcast.net)
2021-05-20 03:14:34 +0000nisstyre(~wes@python-zero/conduct-committee/nisstyre) (Quit: WeeChat 3.1)
2021-05-20 03:15:12 +0000Lord_of_Life(~Lord@unaffiliated/lord-of-life/x-0885362) (Ping timeout: 240 seconds)
2021-05-20 03:16:29 +0000wei2912(~wei2912@unaffiliated/wei2912)
2021-05-20 03:17:34 +0000Lord_of_Life(~Lord@unaffiliated/lord-of-life/x-0885362)
2021-05-20 03:18:12 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2021-05-20 03:18:42 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 03:20:18 +0000nineonine(~nineonine@50.216.62.2) (Ping timeout: 260 seconds)
2021-05-20 03:20:21 +0000motersen(~motersen@gateway/tor-sasl/motersen) (Ping timeout: 240 seconds)
2021-05-20 03:20:27 +0000zarakshR(~Thunderbi@1.39.134.166)
2021-05-20 03:22:09 +0000motersen(~motersen@gateway/tor-sasl/motersen)
2021-05-20 03:23:06 +0000deviantfero(~deviantfe@190.150.27.58)
2021-05-20 03:23:18 +0000 <zarakshR> Hello guys, does anyone know why "[ x | (x <- [0,2..10]) ]" returns an error while "[ x | x <- [0,2..10] ]" is processed just fine by the interpreter? I am guessing it's because "x <- [0,2..10]" is meaningless by itself, but I thought that '(' and ')' were only used for grouping things and did not affect semantics in any way. Can someone tell me what I'm getting wrong?
2021-05-20 03:23:31 +0000valk99(~whatever@cream5.com)
2021-05-20 03:24:15 +0000jcarpenter2(~rofl@96.78.87.197) (Quit: Leaving)
2021-05-20 03:24:24 +0000 <ski> brackets can't be wrapped around any kinds of cohesive syntactic phrases
2021-05-20 03:24:25 +0000 <a6a45081-2b83> I guess that is because of list comprehension syntax ?
2021-05-20 03:24:35 +0000jrqc(~rofl@96.78.87.197)
2021-05-20 03:24:38 +0000 <int-e> > [x | (x) <- ([0,2..10])]
2021-05-20 03:24:40 +0000 <lambdabot> [0,2,4,6,8,10]
2021-05-20 03:25:07 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber)
2021-05-20 03:25:17 +0000 <int-e> Yes, the <- is part of the list comprehension syntax. The () are part of the pattern and expression (and type) syntax[plural?].
2021-05-20 03:25:57 +0000 <int-e> > let (x = 4) in x -- invalid as well, for similar reasons
2021-05-20 03:25:58 +0000 <lambdabot> <hint>:1:8: error: parse error on input ‘=’
2021-05-20 03:26:02 +0000 <ski> you can wrap (value) expressions and patterns, type expressions (and patterns). you can't wrap generators in list comprehensions, nor pattern guards, or bind commands in `do'-notation
2021-05-20 03:26:56 +0000dyeplexer(~terpin@unaffiliated/terpin)
2021-05-20 03:27:32 +0000 <a6a45081-2b83> is there a way for syntax highlighting in ghci or printing nested structures indented in ghci?
2021-05-20 03:29:46 +0000valk99(~whatever@cream5.com) ()
2021-05-20 03:29:55 +0000 <zarakshR> So "[ x | (x <- [0,2..10]) ]" is basically interpreted as "x such that x is in the output of the command 'x <- [0,2..10]' " and that is an error since "<-" only has meaning in the context of a list conprehension right?
2021-05-20 03:29:57 +0000penttrioctium(49a0f450@c-73-160-244-80.hsd1.nj.comcast.net) (Quit: Connection closed)
2021-05-20 03:30:01 +0000aVikingTrex(~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea)
2021-05-20 03:32:54 +0000 <zzz> zarakshR: it's also part of the syntax on some other places with some language extensions
2021-05-20 03:33:22 +0000z0k(~user@101.50.108.132) (Ping timeout: 260 seconds)
2021-05-20 03:33:23 +0000 <zzz> the "<-" i mean
2021-05-20 03:33:42 +0000proofofkeags(~proofofke@97-118-239-55.hlrn.qwest.net)
2021-05-20 03:33:55 +0000 <zzz> and in pattern guards
2021-05-20 03:34:55 +0000 <zzz> https://wiki.haskell.org/Pattern_guard
2021-05-20 03:35:22 +0000zarakshR1(~Thunderbi@1.39.149.35)
2021-05-20 03:35:59 +0000 <zzz> PatternSynonyms would be an example of a language extension that also introduces "<-" in a new context
2021-05-20 03:36:26 +0000zarakshR(~Thunderbi@1.39.134.166) (Ping timeout: 240 seconds)
2021-05-20 03:36:56 +0000 <zzz> and do notation, of course
2021-05-20 03:39:40 +0000 <ski> zarakshR1 : it's interpreted as a syntax error
2021-05-20 03:39:41 +0000zarakshR1(~Thunderbi@1.39.149.35) (Ping timeout: 240 seconds)
2021-05-20 03:39:41 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 03:39:55 +0000slycelote[m](slycelotem@gateway/shell/matrix.org/x-osqqaebheokazvhz)
2021-05-20 03:41:52 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex)
2021-05-20 03:42:28 +0000plutoniix(~q@node-uhj.pool-125-24.dynamic.totinternet.net)
2021-05-20 03:44:11 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 03:47:46 +0000cdsmith(~cdsmithus@c-73-184-127-183.hsd1.ga.comcast.net) (Ping timeout: 240 seconds)
2021-05-20 03:52:39 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds)
2021-05-20 03:53:40 +0000Pseudonym73(~IceChat95@43.225.35.142)
2021-05-20 03:54:14 +0000hongminhee(sid31517@gateway/web/irccloud.com/x-trpfnifbgxghvffk) ()
2021-05-20 03:55:35 +0000silverwhitefish(~hidden@47.202.102.10)
2021-05-20 03:58:17 +0000nineonine(~nineonine@50.216.62.2)
2021-05-20 03:58:42 +0000Pseudonym73(~IceChat95@43.225.35.142) (Quit: Pull the pin and count to what?)
2021-05-20 03:59:58 +0000Tario(~Tario@201.192.165.173) (Read error: Connection reset by peer)
2021-05-20 04:00:03 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 04:00:31 +0000Tario(~Tario@201.192.165.173)
2021-05-20 04:01:47 +0000z0k(~user@101.50.108.132)
2021-05-20 04:03:55 +0000nineonine(~nineonine@50.216.62.2) (Ping timeout: 265 seconds)
2021-05-20 04:04:10 +0000 <monochrom> The grammar is "[ expr | pat <- expr ]" and doesn't consider "pat <- expr" to be something you can parenthesize.
2021-05-20 04:04:20 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2021-05-20 04:07:05 +0000 <monochrom> There are a lot of places where "(foo) means foo" is wrong.
2021-05-20 04:08:13 +0000 <monochrom> "import Data.List((sort))" is wrong.
2021-05-20 04:09:54 +0000yaroot(~yaroot@6.3.30.125.dy.iij4u.or.jp) (Quit: The Lounge - https://thelounge.chat)
2021-05-20 04:09:56 +0000stree(~stree@68.36.8.116) (Ping timeout: 246 seconds)
2021-05-20 04:11:47 +0000ddellacosta(~ddellacos@86.106.143.243)
2021-05-20 04:15:20 +0000mouse(mouse@whiskers.com)
2021-05-20 04:16:21 +0000ddellacosta(~ddellacos@86.106.143.243) (Ping timeout: 260 seconds)
2021-05-20 04:17:12 +0000wallymathieu(~wallymath@81-234-151-21-no94.tbcn.telia.com)
2021-05-20 04:17:35 +0000kapil_(~kapil@2a01:4f9:c010:c9c3::1) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-05-20 04:18:11 +0000kapil_(~kapil@o-k.website)
2021-05-20 04:19:14 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 04:19:15 +0000thecoffemaker(~thecoffem@unaffiliated/thecoffemaker) (Quit: So long and thanks for all the fish!)
2021-05-20 04:19:38 +0000timGuest28109
2021-05-20 04:23:13 +0000stree(~stree@68.36.8.116)
2021-05-20 04:24:34 +0000z0(~zero@2a03:b0c0:3:d0::3095:3001)
2021-05-20 04:24:58 +0000z0Guest63023
2021-05-20 04:25:17 +0000Tario(~Tario@201.192.165.173) (Ping timeout: 252 seconds)
2021-05-20 04:25:57 +0000kline(~freedom0@lobsters/users/kline)
2021-05-20 04:26:08 +0000kline(~freedom0@lobsters/users/kline) ("Leaving")
2021-05-20 04:27:11 +0000nineonine(~nineonine@50.216.62.2)
2021-05-20 04:27:29 +0000zzz(~zero@2a03:b0c0:3:d0::3095:3001) (Ping timeout: 245 seconds)
2021-05-20 04:27:29 +0000Guest63023zzz
2021-05-20 04:27:58 +0000zzzGuest43743
2021-05-20 04:29:04 +0000benkolera(uid285671@gateway/web/irccloud.com/x-tnbfdkmukvfnqtbj)
2021-05-20 04:29:06 +0000nineonine(~nineonine@50.216.62.2) (Remote host closed the connection)
2021-05-20 04:29:36 +0000nineonine(~nineonine@50.216.62.2)
2021-05-20 04:30:37 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 252 seconds)
2021-05-20 04:31:11 +0000elliott_(~elliott_@pool-108-18-30-46.washdc.fios.verizon.net) (Quit: Quit)
2021-05-20 04:32:46 +0000quackyhapp(~goe@gateway/tor-sasl/goe)
2021-05-20 04:35:46 +0000 <quackyhapp> hi, can you please update the topic to the new server
2021-05-20 04:35:57 +0000 <quackyhapp> you're like the only channel left who haven't updated your topic
2021-05-20 04:38:48 +0000 <mouse> yeah
2021-05-20 04:38:48 +0000Graypup_(Graypup@lfcode.ca) (Quit: meow)
2021-05-20 04:38:56 +0000 <mouse> i'm here because i read reddit and #haskell was the first channel
2021-05-20 04:39:14 +0000 <mouse> and i wanted to see
2021-05-20 04:39:35 +0000 <mouse> (haskell is a pretty sweet lang anyway, but fuck fleanode)
2021-05-20 04:39:51 +0000tributarian(sid381145@gateway/web/irccloud.com/x-eeuhxzmchjqkodyv) ()
2021-05-20 04:41:44 +0000 <nshepperd2> shapr: ^^ ?
2021-05-20 04:41:50 +0000nineonin_(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 04:41:54 +0000silverwhitefish(~hidden@47.202.102.10) (Excess Flood)
2021-05-20 04:41:59 +0000pfurla(~pfurla@ool-182ed2e2.dyn.optonline.net) (Quit: Textual IRC Client: www.textualapp.com)
2021-05-20 04:43:46 +0000silverwhitefish(~hidden@47.202.102.10)
2021-05-20 04:44:01 +0000kapil_(~kapil@o-k.website) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-05-20 04:44:01 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 04:44:44 +0000kapil_(~kapil@o-k.website)
2021-05-20 04:45:00 +0000nineonine(~nineonine@50.216.62.2) (Ping timeout: 265 seconds)
2021-05-20 04:45:05 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar) (Remote host closed the connection)
2021-05-20 04:45:33 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar)
2021-05-20 04:45:38 +0000mrus(~mrus@149.28.61.155) (Quit: Surfing the great wave off Kanagawa)
2021-05-20 04:45:47 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Remote host closed the connection)
2021-05-20 04:46:08 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 04:46:26 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Quit: leaving)
2021-05-20 04:46:40 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 04:46:53 +0000Guest43743(~zero@2a03:b0c0:3:d0::3095:3001) (Ping timeout: 250 seconds)
2021-05-20 04:48:57 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 268 seconds)
2021-05-20 04:49:16 +0000silverwhitefishsilverballz
2021-05-20 04:54:15 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 04:55:39 +0000marek(~mmahut@209.250.249.245) (Write error: Connection reset by peer)
2021-05-20 04:55:39 +0000Moyst(~moyst@212-149-213-144.bb.dnainternet.fi) (Write error: Connection reset by peer)
2021-05-20 04:55:40 +0000ashnur(~rak@unaffiliated/ashnur) (Write error: Connection reset by peer)
2021-05-20 04:55:52 +0000ashnur(~rak@ashnur.com)
2021-05-20 04:55:53 +0000ashnur(~rak@ashnur.com) (Changing host)
2021-05-20 04:55:53 +0000ashnur(~rak@unaffiliated/ashnur)
2021-05-20 04:55:55 +0000marek(~mmahut@209.250.249.245)
2021-05-20 04:58:14 +0000xkapastel(uid17782@gateway/web/irccloud.com/x-piazkmhanzpphpby) (Quit: Connection closed for inactivity)
2021-05-20 04:58:39 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 252 seconds)
2021-05-20 04:59:22 +0000takuan(~takuan@178-116-218-225.access.telenet.be)
2021-05-20 05:00:08 +0000Alleria(~textual@2603-7000-3040-0000-a497-0429-cb38-32a7.res6.spectrum.com)
2021-05-20 05:00:31 +0000AlleriaGuest51267
2021-05-20 05:00:50 +0000abgodla(73ec1556@115.236.21.86)
2021-05-20 05:00:52 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Quit: Changing server)
2021-05-20 05:02:34 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 05:03:18 +0000abgodla(73ec1556@115.236.21.86) (Client Quit)
2021-05-20 05:04:02 +0000Firedancer(sid336191@gateway/web/irccloud.com/x-mrnppfkpefgxvhus) ()
2021-05-20 05:04:34 +0000Guest51267(~textual@2603-7000-3040-0000-a497-0429-cb38-32a7.res6.spectrum.com) (Ping timeout: 245 seconds)
2021-05-20 05:07:43 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 265 seconds)
2021-05-20 05:09:15 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 05:12:40 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Client Quit)
2021-05-20 05:12:55 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 05:13:36 +0000plutoniix(~q@node-uhj.pool-125-24.dynamic.totinternet.net) (Quit: Leaving)
2021-05-20 05:17:16 +0000nineonin_(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Remote host closed the connection)
2021-05-20 05:18:18 +0000davetapley(sid666@gateway/web/irccloud.com/x-tsehabjkagfdhwvp) ()
2021-05-20 05:20:34 +0000alx741(~alx741@181.196.68.143) (Quit: alx741)
2021-05-20 05:24:09 +0000hk(~hk@115.236.21.86)
2021-05-20 05:24:18 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 05:25:23 +0000davetapley(sid666@gateway/web/irccloud.com/x-nibxuezeivsefbhx)
2021-05-20 05:25:28 +0000silverballzsilverwhitefish
2021-05-20 05:25:36 +0000whitgreenlghtsbr(~egp_@128-71-13-3.broadband.corbina.ru) (Ping timeout: 265 seconds)
2021-05-20 05:26:21 +0000davetapley(sid666@gateway/web/irccloud.com/x-nibxuezeivsefbhx) (Client Quit)
2021-05-20 05:27:29 +0000hk(~hk@115.236.21.86) ()
2021-05-20 05:28:01 +0000hk(~hk@115.236.21.86)
2021-05-20 05:28:27 +0000zzz(~zero@2a03:b0c0:3:d0::3095:3001)
2021-05-20 05:29:06 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 05:29:35 +0000TK__(~cinch@2601:1c0:5201:2100:9992:f75f:4988:2a3c)
2021-05-20 05:31:50 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 246 seconds)
2021-05-20 05:34:04 +0000a6a45081-2b83(~aditya@122.163.149.247) (Remote host closed the connection)
2021-05-20 05:36:08 +0000 <edwardk> this is now the last channel i'm in on freenode. it's eerie. i'm used to being in like 40 channels.
2021-05-20 05:36:20 +0000danvet(~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa)
2021-05-20 05:37:12 +0000 <mniip> I used to be in 150
2021-05-20 05:38:02 +0000 <quackyhapp> I'm only here temporary as well.. just haven't had the time to migrate and the new server seems overflooded at the moment, hard to connect.
2021-05-20 05:38:23 +0000 <quackyhapp> plus, I'm trying to move all my friends over too.
2021-05-20 05:39:31 +0000kupi(uid212005@gateway/web/irccloud.com/x-wambptnsccsnaikr) (Quit: Connection closed for inactivity)
2021-05-20 05:40:18 +0000 <mouse> there's a path you take, and a path untaken.
2021-05-20 05:40:22 +0000 <mouse> the choice is up to you, my friend.
2021-05-20 05:41:52 +0000ocket8888(~ocket8888@2601:280:4e80:c2e0:f8a9:3e5a:aac8:1944)
2021-05-20 05:42:04 +0000psydruid[m](psydruidma@gateway/shell/matrix.org/x-eemddmidvbdkwrwl) (Ping timeout: 245 seconds)
2021-05-20 05:42:16 +0000sord937(~sord937@gateway/tor-sasl/sord937)
2021-05-20 05:42:29 +0000july541[m](july541mat@gateway/shell/matrix.org/x-fouigozdykkzigxt) (Ping timeout: 245 seconds)
2021-05-20 05:42:54 +0000jeffcasavant[m](jeffcasava@gateway/shell/matrix.org/x-werzpmnlavfccsio) (Ping timeout: 245 seconds)
2021-05-20 05:43:13 +0000july541[m](july541mat@gateway/shell/matrix.org/x-qpsyohjlkpabttae)
2021-05-20 05:44:11 +0000jeffcasavant[m](jeffcasava@gateway/shell/matrix.org/x-nolmgvcsejkhzmnl)
2021-05-20 05:45:27 +0000psydruid[m](psydruidma@gateway/shell/matrix.org/x-mdgwifqvnppmcvxt)
2021-05-20 05:46:45 +0000 <Uniaika> see you on the other side
2021-05-20 05:46:46 +0000Uniaika(~uniaika@163.172.211.189) ()
2021-05-20 05:46:47 +0000cdsmith(~cdsmithus@c-73-184-127-183.hsd1.ga.comcast.net)
2021-05-20 05:48:12 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 05:49:07 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 05:49:18 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 05:50:44 +0000pmj(~pmj@p2e5d5de5.dip0.t-ipconnect.de)
2021-05-20 05:51:47 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net)
2021-05-20 05:52:40 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 265 seconds)
2021-05-20 05:53:27 +0000nerdypepper(znc@152.67.162.71) (Quit: bye)
2021-05-20 05:53:49 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
2021-05-20 05:54:06 +0000monochrom(trebla@216.138.220.146) (Ping timeout: 240 seconds)
2021-05-20 05:55:21 +0000nerdypepper(znc@152.67.162.71)
2021-05-20 05:56:05 +0000Moyst(~moyst@212-149-213-144.bb.dnainternet.fi)
2021-05-20 05:58:21 +0000ddellacosta(~ddellacos@86.106.143.191)
2021-05-20 05:58:24 +0000Zy64Jw(~Zy64Jw@122.163.149.247)
2021-05-20 05:58:52 +0000 <Zy64Jw> how to write this query in persistence?: select ?? from table where updated_time >= date('now', '-6 days')
2021-05-20 05:59:55 +0000wrunt(~ajc@vmx14030.hosting24.com.au) (Quit: WeeChat 1.9.1)
2021-05-20 06:01:31 +0000Zy64Jw(~Zy64Jw@122.163.149.247) (Remote host closed the connection)
2021-05-20 06:02:37 +0000monochrom(trebla@216.138.220.146)
2021-05-20 06:03:04 +0000ambiso99211(~ambiso@209.182.239.205) (Quit: The Lounge - https://thelounge.chat)
2021-05-20 06:03:09 +0000ddellacosta(~ddellacos@86.106.143.191) (Ping timeout: 260 seconds)
2021-05-20 06:04:19 +0000dtman34(~dtman34@c-73-62-246-247.hsd1.mn.comcast.net)
2021-05-20 06:05:05 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 06:07:22 +0000proofofkeags(~proofofke@97-118-239-55.hlrn.qwest.net) (Ping timeout: 260 seconds)
2021-05-20 06:10:15 +0000xsperry(~as@unaffiliated/xsperry)
2021-05-20 06:11:33 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Remote host closed the connection)
2021-05-20 06:11:57 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 06:13:49 +0000nerdypepper(znc@152.67.162.71) (Quit: bye)
2021-05-20 06:14:47 +0000michalz(~user@185.246.204.52)
2021-05-20 06:16:01 +0000nerdypepper(znc@152.67.162.71)
2021-05-20 06:16:09 +0000chele(~chele@ip5b40237d.dynamic.kabel-deutschland.de)
2021-05-20 06:16:20 +0000_ht(~quassel@82-169-194-8.biz.kpn.net)
2021-05-20 06:18:16 +0000qwerty2o_(~qwerty2o@46.19.86.201)
2021-05-20 06:18:24 +0000Boomerang(~Boomerang@xd520f68c.cust.hiper.dk)
2021-05-20 06:19:34 +0000 <dsal> Can someone put where everyone's going in the topic?
2021-05-20 06:19:39 +0000 <tomjaguarpaw> 06:40 < mouse> there's a path you take, and a path untaken.
2021-05-20 06:19:44 +0000 <tomjaguarpaw> Not in the LogicT monad
2021-05-20 06:19:57 +0000 <tomjaguarpaw> It would be great if the server change could go in the topic
2021-05-20 06:20:11 +0000 <tomjaguarpaw> otherwise people will keep coming here and get confused
2021-05-20 06:20:34 +0000 <dsal> I've been here for a while, but I have an absurd number of hobbies, so I don't notice some changes.
2021-05-20 06:20:54 +0000jusss`(~user@49.5.6.87) (Quit: ERC (IRC client for Emacs 27.1))
2021-05-20 06:22:12 +0000 <pavonia> dsal: The new network is at irc.libera.chat
2021-05-20 06:23:17 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 246 seconds)
2021-05-20 06:24:07 +0000 <dsal> Cool, thanks. I'm in a lot of channels... I wonder how many of these I care about...
2021-05-20 06:25:14 +0000andreas303(~andreas@gateway/tor-sasl/andreas303) (Remote host closed the connection)
2021-05-20 06:25:39 +0000whitgreenlghtsbr(~egp_@2.95.227.103)
2021-05-20 06:25:51 +0000andreas303(~andreas@gateway/tor-sasl/andreas303)
2021-05-20 06:26:05 +0000 there's now irc.libera.chat #haskell too | https://www.haskell.org | https://wiki.haskell.org/IRC_channel | Paste code/errors: https://paste.tomsmeding.com | Logs: http://tunes.org/~nef/logs/haskell/?C=M;O=D | https://www.reddit.com/r/haskell | Admin: #haskell-ops | Offtopic: #haskell-offtopic | https://downloads.haskell.org
2021-05-20 06:27:09 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 06:27:19 +0000 <edwardk> tomjaguarpaw: i just posted it in the topic, not with a lot of 'go there now!' energy, because nothing is super-officially decided, but frankly there's no real ircops left on this server, so maybe i should be more forceful and unilateral. *shrug*
2021-05-20 06:27:46 +0000Sgeo(~Sgeo@ool-18b9875e.dyn.optonline.net) (Read error: Connection reset by peer)
2021-05-20 06:30:29 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a)
2021-05-20 06:30:43 +0000lunc(~lunc@unaffiliated/lunc)
2021-05-20 06:31:01 +0000cfricke(~cfricke@unaffiliated/cfricke)
2021-05-20 06:31:06 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 06:31:38 +0000stree(~stree@68.36.8.116) (Ping timeout: 260 seconds)
2021-05-20 06:32:34 +0000fresheyeball(~isaac@c-71-237-105-37.hsd1.co.comcast.net) (Quit: WeeChat 2.9)
2021-05-20 06:32:51 +0000lunc(~lunc@unaffiliated/lunc) ()
2021-05-20 06:34:21 +0000coot(~coot@37.30.58.122.nat.umts.dynamic.t-mobile.pl)
2021-05-20 06:35:46 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 06:35:54 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de)
2021-05-20 06:37:35 +0000MasseR(~MasseR@51.15.143.128) (Quit: The Lounge - https://thelounge.chat)
2021-05-20 06:38:25 +0000__walter__(~walter@ptr-1dq38gkno4suuvnqvgj.18120a2.ip6.access.telenet.be)
2021-05-20 06:38:39 +0000benkolera(uid285671@gateway/web/irccloud.com/x-tnbfdkmukvfnqtbj) (Quit: Connection closed for inactivity)
2021-05-20 06:38:42 +0000__walter__(~walter@ptr-1dq38gkno4suuvnqvgj.18120a2.ip6.access.telenet.be) ()
2021-05-20 06:41:28 +0000Gurkenglas(~Gurkengla@unaffiliated/gurkenglas)
2021-05-20 06:42:11 +0000kluk(45cb5249@cpe-69-203-82-73.nyc.res.rr.com) (Quit: Connection closed)
2021-05-20 06:42:16 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 06:43:12 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 06:44:25 +0000stree(~stree@68.36.8.116)
2021-05-20 06:44:34 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net) (Ping timeout: 245 seconds)
2021-05-20 06:46:23 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2021-05-20 06:47:53 +0000adamse(sid72084@gateway/web/irccloud.com/x-puohczerzhlxmbcd) ()
2021-05-20 06:48:59 +0000Unhammer(~Unhammer@gateway/tor-sasl/unhammer) (Remote host closed the connection)
2021-05-20 06:49:38 +0000Unhammer(~Unhammer@gateway/tor-sasl/unhammer)
2021-05-20 06:52:07 +0000aVikingTrex(~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea) (Ping timeout: 250 seconds)
2021-05-20 06:52:13 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Remote host closed the connection)
2021-05-20 06:52:34 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net)
2021-05-20 06:55:50 +0000sQVe(~sQVe@unaffiliated/sqve)
2021-05-20 06:56:30 +0000nameless_(36f0c181@54.240.193.129)
2021-05-20 06:56:55 +0000sQVe(~sQVe@unaffiliated/sqve) (Client Quit)
2021-05-20 06:57:15 +0000sQVe(~sQVe@unaffiliated/sqve)
2021-05-20 06:58:25 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 06:58:30 +0000nineonine(~nineonine@S0106a0ff7073d5d5.vf.shawcable.net)
2021-05-20 06:59:12 +0000wonko7(~wonko7@62.115.229.50)
2021-05-20 06:59:42 +0000thc202(~thc202@unaffiliated/thc202)
2021-05-20 07:02:46 +0000nineonine(~nineonine@S0106a0ff7073d5d5.vf.shawcable.net) (Ping timeout: 240 seconds)
2021-05-20 07:02:53 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2021-05-20 07:03:12 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 07:04:52 +0000aristid(sid1599@gateway/web/irccloud.com/x-iysthznfdzhconze) ()
2021-05-20 07:06:26 +0000knyppeldynan(~kristina@h-178-174-136-151.NA.cust.bahnhof.se) (Quit: leaving)
2021-05-20 07:08:29 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds)
2021-05-20 07:08:31 +0000qwerty2o_(~qwerty2o@46.19.86.201) (Read error: Connection reset by peer)
2021-05-20 07:12:42 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
2021-05-20 07:13:54 +0000Guest28109(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 07:14:33 +0000aforemny(~aforemny@static.248.158.34.188.clients.your-server.de) (Quit: ZNC 1.8.2 - https://znc.in)
2021-05-20 07:14:37 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 07:15:01 +0000timGuest41912
2021-05-20 07:15:10 +0000ocket8888(~ocket8888@2601:280:4e80:c2e0:f8a9:3e5a:aac8:1944) (Ping timeout: 258 seconds)
2021-05-20 07:16:16 +0000rihards(~rihards@balticom-142-78-50.balticom.lv)
2021-05-20 07:17:21 +0000quackyhapp(~goe@gateway/tor-sasl/goe) (Quit: "migrating to irc.libera.org just like everybody else. Warning: new freenode owner was the CEO of MtGox and bought their crown title from.")
2021-05-20 07:18:46 +0000Guest41912(~tim@112-141-128-42.sta.dodo.net.au) (Ping timeout: 240 seconds)
2021-05-20 07:20:38 +0000deviantfero(~deviantfe@190.150.27.58) (Ping timeout: 265 seconds)
2021-05-20 07:21:53 +0000mawk(mawk@serveur.io) (Ping timeout: 268 seconds)
2021-05-20 07:23:17 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net) (Quit: Connection closed)
2021-05-20 07:25:06 +0000vilpan_(~0@212.117.1.172)
2021-05-20 07:25:25 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net)
2021-05-20 07:29:20 +0000vonfry(~user@116.236.75.207) (Quit: ERC (IRC client for Emacs 27.1.91))
2021-05-20 07:29:27 +0000deviantfero(~deviantfe@190.150.27.58)
2021-05-20 07:29:44 +0000dcoutts_(~duncan@94.186.125.91.dyn.plus.net)
2021-05-20 07:30:08 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 07:31:06 +0000dhil(~dhil@195.213.192.85)
2021-05-20 07:31:19 +0000kapil_(~kapil@o-k.website) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-05-20 07:31:58 +0000kapil_(~kapil@2a01:4f9:c010:c9c3::1)
2021-05-20 07:34:09 +0000PotatoGim(sid99505@gateway/web/irccloud.com/x-kguolsobtmitgwzj) (Ping timeout: 245 seconds)
2021-05-20 07:34:09 +0000yogani(sid42623@gateway/web/irccloud.com/x-hizjjgvhcvqlyrba) (Ping timeout: 245 seconds)
2021-05-20 07:34:31 +0000gonz_(sid304396@gateway/web/irccloud.com/x-mowjdexwtgrltrws) (Ping timeout: 245 seconds)
2021-05-20 07:34:34 +0000NemesisD(sid24071@gateway/web/irccloud.com/x-jqwffsdoepykblkn) (Ping timeout: 245 seconds)
2021-05-20 07:34:35 +0000blackriversoftwa(sid364914@gateway/web/irccloud.com/x-zpbotnmudrijetbw) (Ping timeout: 250 seconds)
2021-05-20 07:34:35 +0000christiaanb(sid84827@gateway/web/irccloud.com/x-gknioklmfyacbvzm) (Ping timeout: 250 seconds)
2021-05-20 07:34:47 +0000plutoniix(~q@ppp-124-120-117-121.revip2.asianet.co.th)
2021-05-20 07:34:59 +0000chessai(sid225296@gateway/web/irccloud.com/x-vvuucfyypayfysmg) (Ping timeout: 245 seconds)
2021-05-20 07:35:00 +0000kip(sid71464@gateway/web/irccloud.com/x-mznormuiqdnkhwze) (Read error: Connection reset by peer)
2021-05-20 07:35:00 +0000teehemkay(sid14792@gateway/web/irccloud.com/x-vulvlvrrnfdfvahd) (Read error: Connection reset by peer)
2021-05-20 07:35:00 +0000nlofaro(sid258233@gateway/web/irccloud.com/x-xhutvjiokxcusdlf) (Read error: Connection reset by peer)
2021-05-20 07:35:03 +0000integral(sid296274@p3m/member/integral) (Ping timeout: 260 seconds)
2021-05-20 07:35:21 +0000rizary(sid220347@gateway/web/irccloud.com/x-uzljfsveodeuccfd) (Ping timeout: 245 seconds)
2021-05-20 07:35:24 +0000Adeon(sid418992@gateway/web/irccloud.com/x-tfbfzpiudsomqpvb) (Ping timeout: 245 seconds)
2021-05-20 07:35:29 +0000tv(~tv@unaffiliated/tv) (Quit: WeeChat 2.9)
2021-05-20 07:35:31 +0000billstclair(sid77830@gateway/web/irccloud.com/x-xwklscchjhngjwjd) (Ping timeout: 260 seconds)
2021-05-20 07:35:31 +0000cstrahan(sid36118@gateway/web/irccloud.com/x-jwbvbshiqcwnansi) (Ping timeout: 260 seconds)
2021-05-20 07:35:42 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 07:35:44 +0000Guest39161(mawk@serveur.io)
2021-05-20 07:35:49 +0000ajmcmiddlin(sid284402@gateway/web/irccloud.com/x-zedxpawnnjzkmoir) (Read error: Connection reset by peer)
2021-05-20 07:35:52 +0000rajivr(uid269651@gateway/web/irccloud.com/x-xkaxzrytxzvrlsos) (Ping timeout: 258 seconds)
2021-05-20 07:36:11 +0000pent(sid313808@gateway/web/irccloud.com/x-gthllmzsbacdlose) (Ping timeout: 276 seconds)
2021-05-20 07:36:27 +0000Boarders(sid425905@gateway/web/irccloud.com/x-xclcafplofufihrb) (Ping timeout: 260 seconds)
2021-05-20 07:36:36 +0000alunduil(alunduil@gateway/web/irccloud.com/x-gotmixnsbbkqusav) (Ping timeout: 245 seconds)
2021-05-20 07:36:45 +0000JSharp(sid4580@wikia/JSharp) (Ping timeout: 250 seconds)
2021-05-20 07:36:50 +0000npgm(sid42623@gateway/web/irccloud.com/x-geajwhsmjoalbuuo) (Ping timeout: 276 seconds)
2021-05-20 07:37:10 +0000kip(sid71464@gateway/web/irccloud.com/x-egqslczqufvdwwhh)
2021-05-20 07:37:11 +0000teehemkay(sid14792@gateway/web/irccloud.com/x-jgsicgbepqrukgpx)
2021-05-20 07:37:12 +0000integral(sid296274@p3m/member/integral)
2021-05-20 07:37:13 +0000nlofaro(sid258233@gateway/web/irccloud.com/x-snggfsnrzbupvrfk)
2021-05-20 07:37:17 +0000ajmcmiddlin(sid284402@gateway/web/irccloud.com/x-ovcklgxmuvqhbxer)
2021-05-20 07:37:18 +0000alunduil(alunduil@gateway/web/irccloud.com/x-riopudiekjoonskv)
2021-05-20 07:37:18 +0000pent(sid313808@gateway/web/irccloud.com/x-iqtfvdlfnztatfxn)
2021-05-20 07:37:21 +0000gonz_(sid304396@gateway/web/irccloud.com/x-rayoaacwrfocwcwn)
2021-05-20 07:37:23 +0000christiaanb(sid84827@gateway/web/irccloud.com/x-ioobkbvshasmwzca)
2021-05-20 07:37:27 +0000Boarders(sid425905@gateway/web/irccloud.com/x-wiacsxledaeudbti)
2021-05-20 07:37:28 +0000chessai(sid225296@gateway/web/irccloud.com/x-qpqqtckrzizswhft)
2021-05-20 07:37:29 +0000rizary(sid220347@gateway/web/irccloud.com/x-ovxbqeoxgpkfwtwm)
2021-05-20 07:37:29 +0000NemesisD(sid24071@gateway/web/irccloud.com/x-irjhgxypdrislldf)
2021-05-20 07:37:32 +0000cstrahan(sid36118@gateway/web/irccloud.com/x-nfuaunbxcbtwjzpb)
2021-05-20 07:37:33 +0000blackriversoftwa(sid364914@gateway/web/irccloud.com/x-nukierrimrohyzxv)
2021-05-20 07:37:46 +0000billstclair(sid77830@gateway/web/irccloud.com/x-dvcuniwcyjthaarb)
2021-05-20 07:37:46 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 07:37:49 +0000nameless_(36f0c181@54.240.193.129) ()
2021-05-20 07:37:57 +0000yogani(sid42623@gateway/web/irccloud.com/x-rzkqhqpaglacxomm)
2021-05-20 07:38:03 +0000FMJz_____(sid279245@gateway/web/irccloud.com/x-jlunksjulhvmctkz) (Ping timeout: 250 seconds)
2021-05-20 07:38:03 +0000verlet64_(sid261276@gateway/web/irccloud.com/x-pbadcyendmqwahig) (Ping timeout: 250 seconds)
2021-05-20 07:38:03 +0000tiru(tiru@gateway/web/irccloud.com/x-mnvdiojttnfqdzkx) (Ping timeout: 250 seconds)
2021-05-20 07:38:06 +0000rajivr(uid269651@gateway/web/irccloud.com/x-oszkgjvkelevpljr)
2021-05-20 07:38:18 +0000Adeon(sid418992@gateway/web/irccloud.com/x-vnhdtdigbhomvwbb)
2021-05-20 07:38:24 +0000JSharp(sid4580@wikia/JSharp)
2021-05-20 07:38:29 +0000enemeth79(sid309041@gateway/web/irccloud.com/x-vaiujncapfeaexzk) (Ping timeout: 250 seconds)
2021-05-20 07:38:37 +0000PotatoGim(sid99505@gateway/web/irccloud.com/x-orkhulwlxvrehjkn)
2021-05-20 07:38:37 +0000npgm(sid42623@gateway/web/irccloud.com/x-zteeiqwnmlvscpql)
2021-05-20 07:38:48 +0000tv(~tv@unaffiliated/tv)
2021-05-20 07:39:21 +0000enemeth79(sid309041@gateway/web/irccloud.com/x-cpfwnqbjuvtxaftb)
2021-05-20 07:39:54 +0000Lycurgus(~niemand@cpe-45-46-140-49.buffalo.res.rr.com)
2021-05-20 07:40:40 +0000FMJz_____(sid279245@gateway/web/irccloud.com/x-ngmceleuxqmzvvhv)
2021-05-20 07:40:43 +0000tiru(tiru@gateway/web/irccloud.com/x-aqbkoewhximlfbrz)
2021-05-20 07:40:49 +0000verlet64_(sid261276@gateway/web/irccloud.com/x-qgyzopycevnbsyzh)
2021-05-20 07:41:17 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 07:41:59 +0000npgm(sid42623@gateway/web/irccloud.com/x-zteeiqwnmlvscpql) (Max SendQ exceeded)
2021-05-20 07:43:47 +0000mananamenos(~mananamen@62.red-88-11-67.dynamicip.rima-tde.net)
2021-05-20 07:44:18 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Ping timeout: 258 seconds)
2021-05-20 07:44:44 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-05-20 07:45:47 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2021-05-20 07:45:49 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 245 seconds)
2021-05-20 07:46:29 +0000npgm(sid42623@gateway/web/irccloud.com/x-qbtavkwetvvjesbz)
2021-05-20 07:47:32 +0000hrdl(~ef24a0e6@unaffiliated/hrdl) (Quit: leaving)
2021-05-20 07:48:14 +0000Aquazi(uid312403@gateway/web/irccloud.com/x-koqhzonujkfnchnr)
2021-05-20 07:49:04 +0000kritzefitz_(~kritzefit@212.86.56.80)
2021-05-20 07:51:39 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 245 seconds)
2021-05-20 07:53:03 +0000thevishy(~Nishant@117.193.41.128)
2021-05-20 07:53:05 +0000fendor(~fendor@91.141.0.228.wireless.dyn.drei.com)
2021-05-20 07:55:33 +0000kritzefitz_(~kritzefit@212.86.56.80) (Quit: Leaving)
2021-05-20 07:55:49 +0000kritzefitz_(~kritzefit@212.86.56.80)
2021-05-20 07:57:44 +0000kritzefitz_(~kritzefit@212.86.56.80) (Client Quit)
2021-05-20 07:58:47 +0000petrus(~petrus@unaffiliated/petrus)
2021-05-20 08:00:06 +0000Alleria(~textual@2603-7000-3040-0000-a497-0429-cb38-32a7.res6.spectrum.com)
2021-05-20 08:00:07 +0000ubert(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de)
2021-05-20 08:00:29 +0000AlleriaGuest58030
2021-05-20 08:04:21 +0000gxt(~gxt@gateway/tor-sasl/gxt) (Ping timeout: 240 seconds)
2021-05-20 08:04:29 +0000Guest58030(~textual@2603-7000-3040-0000-a497-0429-cb38-32a7.res6.spectrum.com) (Ping timeout: 250 seconds)
2021-05-20 08:04:49 +0000bonz060(~quassel@2001:bc8:47a4:a23::1) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2021-05-20 08:05:48 +0000Profpatsch(~Profpatsc@static.88-198-193-255.clients.your-server.de)
2021-05-20 08:05:56 +0000bonz060(~quassel@2001:bc8:47a4:a23::1)
2021-05-20 08:06:47 +0000gxt(~gxt@gateway/tor-sasl/gxt)
2021-05-20 08:08:36 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber)
2021-05-20 08:10:32 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 08:10:45 +0000hendursaga(~weechat@gateway/tor-sasl/hendursaga) (Ping timeout: 240 seconds)
2021-05-20 08:10:55 +0000timGuest77085
2021-05-20 08:11:30 +0000thevishy(~Nishant@117.193.41.128) (Ping timeout: 260 seconds)
2021-05-20 08:12:39 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (Quit: zzz)
2021-05-20 08:16:13 +0000hendursaga(~weechat@gateway/tor-sasl/hendursaga)
2021-05-20 08:21:16 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 08:21:30 +0000Guest77085(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 08:21:42 +0000deviantfero(~deviantfe@190.150.27.58) (Ping timeout: 240 seconds)
2021-05-20 08:23:15 +0000gehmehgeh(~ircuser1@gateway/tor-sasl/gehmehgeh)
2021-05-20 08:23:18 +0000acidjnk_new2(~acidjnk@p200300d0c72b958680cf6a8401116b8a.dip0.t-ipconnect.de)
2021-05-20 08:23:47 +0000DavidEichmann(~david@153.109.45.217.dyn.plus.net)
2021-05-20 08:24:18 +0000visser_(~visser_@185.169.233.10) (Remote host closed the connection)
2021-05-20 08:25:02 +0000Codaraxis(~Codaraxis@194.110.113.10)
2021-05-20 08:26:01 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 08:27:25 +0000oxide(~lambda@59.88.158.22)
2021-05-20 08:27:34 +0000oxide(~lambda@59.88.158.22) (Client Quit)
2021-05-20 08:28:54 +0000RusAlex(~Chel@unaffiliated/rusalex)
2021-05-20 08:33:36 +0000Franciman(~francesco@host-80-180-196-134.pool80180.interbusiness.it)
2021-05-20 08:34:07 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2021-05-20 08:36:27 +0000plutoniix(~q@ppp-124-120-117-121.revip2.asianet.co.th) (Ping timeout: 252 seconds)
2021-05-20 08:36:59 +0000plutoniix(~q@ppp-124-120-117-121.revip2.asianet.co.th)
2021-05-20 08:38:55 +0000wonko7(~wonko7@62.115.229.50) (Quit: See You Space Cowboy..)
2021-05-20 08:40:36 +0000LycurgusRealLycurgus
2021-05-20 08:42:17 +0000RealLycurgus(~niemand@cpe-45-46-140-49.buffalo.res.rr.com) (Quit: Exeunt)
2021-05-20 08:42:20 +0000petrus(~petrus@unaffiliated/petrus) ("WeeChat 3.1")
2021-05-20 08:46:14 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Quit: leaving)
2021-05-20 08:46:26 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 08:47:23 +0000PyroLagus(PyroLagus@i.have.ipv6.on.coding4coffee.org) ("WeeChat 3.1")
2021-05-20 08:50:37 +0000edigiaco1(~edigiacom@host-87-17-180-4.retail.telecomitalia.it)
2021-05-20 08:52:34 +0000stree(~stree@68.36.8.116) (Ping timeout: 260 seconds)
2021-05-20 08:57:11 +0000nckx(~nckx@tobias.gr) ()
2021-05-20 08:57:35 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 08:58:12 +0000Guest39161mawk
2021-05-20 08:58:51 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Remote host closed the connection)
2021-05-20 08:59:28 +0000ddellacosta(~ddellacos@86.106.143.139)
2021-05-20 09:00:15 +0000toasty_avocado[m(toastyavoc@gateway/shell/matrix.org/x-fpzqttbvdljtkkux) (Quit: Idle for 30+ days)
2021-05-20 09:00:22 +0000EmanuelLoos[m](emanuel-lo@gateway/shell/matrix.org/x-kepwmsokeiennbjy) (Quit: Idle for 30+ days)
2021-05-20 09:00:35 +0000m0rphism(~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de)
2021-05-20 09:04:04 +0000ddellacosta(~ddellacos@86.106.143.139) (Ping timeout: 265 seconds)
2021-05-20 09:04:20 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 09:04:31 +0000edigiaco1(~edigiacom@host-87-17-180-4.retail.telecomitalia.it) (Quit: WeeChat 3.0.1)
2021-05-20 09:05:25 +0000stree(~stree@68.36.8.116)
2021-05-20 09:05:59 +0000Xnuk(~xnuk@45.76.202.58) (Quit: ZNC - https://znc.in)
2021-05-20 09:06:02 +0000kuribas(~user@ip-188-118-57-242.reverse.destiny.be)
2021-05-20 09:06:16 +0000Xnuk(~xnuk@vultr.xnu.kr)
2021-05-20 09:07:43 +0000pepeiborra(sid443799@gateway/web/irccloud.com/x-bdwbbflprnbyblgx) ()
2021-05-20 09:08:24 +0000patryk_(~patryk_@138.199.47.158)
2021-05-20 09:08:50 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 246 seconds)
2021-05-20 09:10:50 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 09:11:14 +0000timGuest44492
2021-05-20 09:17:41 +0000joel135(sid136450@gateway/web/irccloud.com/x-oyngtafyvwzftkrz) ()
2021-05-20 09:18:06 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds)
2021-05-20 09:19:09 +0000sord937(~sord937@gateway/tor-sasl/sord937) (Ping timeout: 240 seconds)
2021-05-20 09:20:01 +0000sord937(~sord937@gateway/tor-sasl/sord937)
2021-05-20 09:22:59 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 09:23:06 +0000teddyc(theodorc@cassarossa.samfundet.no) (Quit: WeeChat 2.3)
2021-05-20 09:28:09 +0000Qwerky(~qwerky@178.197.228.14)
2021-05-20 09:28:56 +0000vektor(d4e859df@212.232.89.223)
2021-05-20 09:29:36 +0000vektor(d4e859df@212.232.89.223) (Client Quit)
2021-05-20 09:30:04 +0000thevishy(~Nishant@117.193.34.175)
2021-05-20 09:30:51 +0000drbean-(~drbean@TC210-63-209-185.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in)
2021-05-20 09:31:10 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 09:31:27 +0000Guest44492(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 09:32:01 +0000TK__(~cinch@2601:1c0:5201:2100:9992:f75f:4988:2a3c) (Ping timeout: 258 seconds)
2021-05-20 09:32:07 +0000vektor(d4e859df@212.232.89.223)
2021-05-20 09:34:08 +0000vektor(d4e859df@212.232.89.223) (Client Quit)
2021-05-20 09:34:58 +0000malumore(~malumore@151.62.126.139)
2021-05-20 09:35:08 +0000Majoo(~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net) (Quit: CUT THE HARDLINES!!)
2021-05-20 09:35:21 +0000Majiir(~Majiir@pool-96-237-149-35.bstnma.fios.verizon.net)
2021-05-20 09:35:50 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 252 seconds)
2021-05-20 09:35:51 +0000tefter(bmaxa@gateway/vpn/protonvpn/tefter) (Ping timeout: 252 seconds)
2021-05-20 09:35:52 +0000p8m(p8m@gateway/vpn/protonvpn/p8m) (Ping timeout: 240 seconds)
2021-05-20 09:36:00 +0000malumore(~malumore@151.62.126.139) (Remote host closed the connection)
2021-05-20 09:36:16 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 09:36:35 +0000malumore(~malumore@151.62.126.139)
2021-05-20 09:37:33 +0000mnrmnaugh(~mnrmnaugh@unaffiliated/mnrmnaugh) (Ping timeout: 268 seconds)
2021-05-20 09:38:29 +0000boxscape(4ff0bb95@p4ff0bb95.dip0.t-ipconnect.de)
2021-05-20 09:39:08 +0000tefter(~bmaxa@62.240.25.61)
2021-05-20 09:41:52 +0000ub(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de)
2021-05-20 09:42:16 +0000mnrmnaugh(~mnrmnaugh@unaffiliated/mnrmnaugh)
2021-05-20 09:42:25 +0000ubert(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
2021-05-20 09:42:25 +0000ububert
2021-05-20 09:42:45 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Ping timeout: 258 seconds)
2021-05-20 09:45:18 +0000__monty__(~toonn@unaffiliated/toonn)
2021-05-20 09:46:54 +0000samebchase-(~samebchas@51.15.68.182) ("The Lounge - https://thelounge.chat")
2021-05-20 09:50:32 +0000p8m(p8m@gateway/vpn/protonvpn/p8m)
2021-05-20 09:53:57 +0000jpds(~jpds@gateway/tor-sasl/jpds) (Ping timeout: 240 seconds)
2021-05-20 09:54:07 +0000zargoertzel(~zar@fw1.ciirc.cvut.cz) (Quit: Leaving)
2021-05-20 09:54:20 +0000zariuq(~zar@fw1.ciirc.cvut.cz)
2021-05-20 09:56:26 +0000Foritus(~buggery@cpc91316-watf11-2-0-cust68.15-2.cable.virginm.net) (Ping timeout: 246 seconds)
2021-05-20 09:58:54 +0000henninb(~henninb@63-226-165-91.mpls.qwest.net)
2021-05-20 09:59:38 +0000xts_(~ts@46.101.20.9) (Quit: leaving)
2021-05-20 10:01:12 +0000statusfailed(~statusfai@statusfailed.com) ()
2021-05-20 10:03:46 +0000Putonlalla(~sapekiis@it-cyan.it.jyu.fi) (Quit: Leaving.)
2021-05-20 10:05:04 +0000cfricke(~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1)
2021-05-20 10:05:17 +0000cfricke(~cfricke@unaffiliated/cfricke)
2021-05-20 10:05:36 +0000Putonlalla(~sapekiis@it-cyan.it.jyu.fi)
2021-05-20 10:06:36 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 10:06:54 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 10:07:07 +0000is_null(~jpic@pdpc/supporter/professional/is-null) (Remote host closed the connection)
2021-05-20 10:09:42 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 10:11:29 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 246 seconds)
2021-05-20 10:11:42 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 10:12:05 +0000timGuest59887
2021-05-20 10:14:23 +0000Guest59887(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 10:14:30 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 10:14:31 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 10:17:29 +0000Major_Biscuit(~Major_Bis@82-169-100-198.biz.kpn.net)
2021-05-20 10:19:11 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2021-05-20 10:19:13 +0000is_null(~jpic@pdpc/supporter/professional/is-null)
2021-05-20 10:21:42 +0000hk(~hk@115.236.21.86) (Ping timeout: 260 seconds)
2021-05-20 10:29:35 +0000lambda(~xiretza@irc.xiretza.xyz) (Quit: WeeChat 3.1)
2021-05-20 10:29:37 +0000brkscnce_(~obaum@37.120.31.251) (Ping timeout: 265 seconds)
2021-05-20 10:29:47 +0000lambda(~xiretza@cyka.blyat.vodka)
2021-05-20 10:29:47 +0000xkapastel(uid17782@gateway/web/irccloud.com/x-brvfwnfnrmyxcpvz)
2021-05-20 10:30:46 +0000petersen(~petersen@redhat/juhp)
2021-05-20 10:31:31 +0000sphi(a0ca2522@unaffiliated/sphi)
2021-05-20 10:32:02 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 265 seconds)
2021-05-20 10:32:59 +0000Stanley00(~stanley00@unaffiliated/stanley00)
2021-05-20 10:37:12 +0000Stanley00(~stanley00@unaffiliated/stanley00) (Remote host closed the connection)
2021-05-20 10:38:09 +0000Stanley00(~stanley00@unaffiliated/stanley00)
2021-05-20 10:40:03 +0000Stanley00(~stanley00@unaffiliated/stanley00) (Remote host closed the connection)
2021-05-20 10:40:41 +0000sphi(a0ca2522@unaffiliated/sphi) (Quit: Connection closed)
2021-05-20 10:41:09 +0000Stanley00(~stanley00@unaffiliated/stanley00)
2021-05-20 10:43:48 +0000 <tomjaguarpaw> edwardk++ Looks like all the activity has shifted over
2021-05-20 10:46:03 +0000Stanley00(~stanley00@unaffiliated/stanley00) (Ping timeout: 265 seconds)
2021-05-20 10:46:37 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 10:47:44 +0000Stanley00(~stanley00@unaffiliated/stanley00)
2021-05-20 10:49:04 +0000rdivyanshu(sid322626@gateway/web/irccloud.com/x-svjqbhamqhuglbzu) ()
2021-05-20 10:50:17 +0000pmj(~pmj@p2e5d5de5.dip0.t-ipconnect.de) (Remote host closed the connection)
2021-05-20 10:51:17 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 10:51:52 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 10:52:28 +0000brkscnce_(~obaum@37.120.31.251)
2021-05-20 10:52:55 +0000kristijonas(~kristijon@78-56-32-39.static.zebra.lt) (Remote host closed the connection)
2021-05-20 10:53:57 +0000sysadmin(~McCafe@23.108.51.26) (Remote host closed the connection)
2021-05-20 10:54:26 +0000sysadmin(~McCafe@23.108.51.26)
2021-05-20 10:54:27 +0000sysadmin(~McCafe@23.108.51.26) (Max SendQ exceeded)
2021-05-20 10:54:34 +0000Stanley00(~stanley00@unaffiliated/stanley00) (Remote host closed the connection)
2021-05-20 10:54:45 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net) (Quit: Connection closed)
2021-05-20 10:55:01 +0000Foritus(~buggery@cpc91316-watf11-2-0-cust68.15-2.cable.virginm.net)
2021-05-20 10:55:14 +0000Stanley00(~stanley00@unaffiliated/stanley00)
2021-05-20 10:55:33 +0000kristijonas(~kristijon@78-56-32-39.static.zebra.lt)
2021-05-20 10:56:21 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Ping timeout: 258 seconds)
2021-05-20 10:57:09 +0000sysadmin(~McCafe@23.108.51.26)
2021-05-20 10:57:30 +0000Stanley00(~stanley00@unaffiliated/stanley00) (Remote host closed the connection)
2021-05-20 11:01:06 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de) (Quit: ciao kakao)
2021-05-20 11:01:08 +0000ukari(~ukari@unaffiliated/ukari) (Remote host closed the connection)
2021-05-20 11:01:27 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de)
2021-05-20 11:01:41 +0000ukari(~ukari@unaffiliated/ukari)
2021-05-20 11:02:38 +0000olligobber(olligobber@gateway/vpn/privateinternetaccess/olligobber) (Remote host closed the connection)
2021-05-20 11:02:52 +0000Alleria_(~AllahuAkb@2603-7000-3040-0000-d8dd-a59c-b7cb-51fa.res6.spectrum.com) (Ping timeout: 276 seconds)
2021-05-20 11:03:33 +0000wei2912(~wei2912@unaffiliated/wei2912) (Remote host closed the connection)
2021-05-20 11:04:18 +0000Alleria_(~AllahuAkb@2603-7000-3040-0000-a412-f8dd-25eb-0dda.res6.spectrum.com)
2021-05-20 11:07:50 +0000sysadmin(~McCafe@23.108.51.26) (K-Lined)
2021-05-20 11:10:25 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 11:11:43 +0000Alleria(~textual@zrcout.mskcc.org)
2021-05-20 11:12:07 +0000AlleriaGuest95703
2021-05-20 11:13:07 +0000network_operatio(~McCafe@38.35.168.150)
2021-05-20 11:13:26 +0000concept2(~concept2@unaffiliated/tubo) (Ping timeout: 260 seconds)
2021-05-20 11:13:35 +0000network_operatio(~McCafe@38.35.168.150) (K-Lined)
2021-05-20 11:13:44 +0000stree(~stree@68.36.8.116) (Ping timeout: 268 seconds)
2021-05-20 11:14:19 +0000concept2(~concept2@unaffiliated/tubo)
2021-05-20 11:15:02 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 11:15:07 +0000tim(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 11:16:12 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 11:16:35 +0000timGuest46984
2021-05-20 11:17:50 +0000invaser(~Thunderbi@91.226.34.182)
2021-05-20 11:18:53 +0000ddellacosta(~ddellacos@86.106.143.10)
2021-05-20 11:20:25 +0000enoq(~textual@194-208-146-143.lampert.tv)
2021-05-20 11:20:51 +0000Guest46984(~tim@112-141-128-42.sta.dodo.net.au) (Ping timeout: 265 seconds)
2021-05-20 11:23:06 +0000ddellacosta(~ddellacos@86.106.143.10) (Ping timeout: 240 seconds)
2021-05-20 11:23:38 +0000is_null(~jpic@pdpc/supporter/professional/is-null) (Remote host closed the connection)
2021-05-20 11:24:03 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 11:25:25 +0000twk-(~thewormki@unaffiliated/twk-) (Quit: WeeChat 2.9)
2021-05-20 11:26:28 +0000stree(~stree@68.36.8.116)
2021-05-20 11:27:07 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 11:27:09 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 11:27:28 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 11:29:27 +0000thevishy(~Nishant@117.193.34.175) (Quit: Leaving)
2021-05-20 11:29:52 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de) (Quit: ciao kakao)
2021-05-20 11:30:17 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de)
2021-05-20 11:30:22 +0000machinedgod(~machinedg@135-23-192-217.cpe.pppoe.ca)
2021-05-20 11:31:37 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Ping timeout: 258 seconds)
2021-05-20 11:32:16 +0000djanatyn(~djanatyn@vps-7f49a6b0.vps.ovh.ca) (Quit: WeeChat 2.9)
2021-05-20 11:32:18 +0000Patternmaster(~georg@li1192-118.members.linode.com) (Quit: leaving)
2021-05-20 11:32:41 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds)
2021-05-20 11:32:57 +0000CountryNerd(~CountryNe@50.105.100.16)
2021-05-20 11:34:11 +0000gawen(~gawen@movzbl.root.sx) (Quit: cya)
2021-05-20 11:34:32 +0000gawen(~gawen@movzbl.root.sx)
2021-05-20 11:35:40 +0000CountryNerd(~CountryNe@50.105.100.16) (Client Quit)
2021-05-20 11:36:32 +0000jakalx(~jakalx@base.jakalx.net) ()
2021-05-20 11:39:02 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 11:39:07 +0000zebrag(~inkbottle@alagny-155-1-30-195.w83-200.abo.wanadoo.fr)
2021-05-20 11:41:41 +0000ulidtko(~ulidtko@194.54.80.38)
2021-05-20 11:45:53 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de)
2021-05-20 11:50:35 +0000ubert(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de) (Remote host closed the connection)
2021-05-20 11:50:56 +0000ubert(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de)
2021-05-20 11:51:22 +0000Natch(~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) (Remote host closed the connection)
2021-05-20 11:52:46 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 11:52:52 +0000altern(~altern@altern.corbina.com.ua)
2021-05-20 11:54:51 +0000ukari(~ukari@unaffiliated/ukari) (Remote host closed the connection)
2021-05-20 11:55:02 +0000chele(~chele@ip5b40237d.dynamic.kabel-deutschland.de) ("Leaving")
2021-05-20 11:55:40 +0000ukari(~ukari@unaffiliated/ukari)
2021-05-20 11:56:44 +0000Natch(~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se)
2021-05-20 11:57:09 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 11:58:46 +0000Major_Biscuit(~Major_Bis@82-169-100-198.biz.kpn.net) (Ping timeout: 260 seconds)
2021-05-20 11:59:16 +0000LKoen(~LKoen@2a01cb0407597a0008ccb91b3453b427.ipv6.abo.wanadoo.fr)
2021-05-20 11:59:23 +0000henninb(~henninb@63-226-165-91.mpls.qwest.net) (Quit: Lost terminal)
2021-05-20 12:00:19 +0000knupfer(~Thunderbi@200116b8225ee900f69634fffef0b45f.dip.versatel-1u1.de)
2021-05-20 12:00:42 +0000Major_Biscuit(~Major_Bis@x065156.citg-m.tudelft.nl)
2021-05-20 12:02:02 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 12:05:44 +0000cheater1(~user@unaffiliated/cheater)
2021-05-20 12:06:01 +0000cheater(~user@unaffiliated/cheater) (Ping timeout: 252 seconds)
2021-05-20 12:07:05 +0000 <EvanR> indeed I am confused
2021-05-20 12:07:46 +0000ukari(~ukari@unaffiliated/ukari) (Remote host closed the connection)
2021-05-20 12:08:29 +0000ukari(~ukari@unaffiliated/ukari)
2021-05-20 12:08:44 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser) (Ping timeout: 245 seconds)
2021-05-20 12:12:51 +0000 <merijn> By what?
2021-05-20 12:12:54 +0000 <merijn> Or just in general?
2021-05-20 12:13:10 +0000nineonine(~nineonine@2604:3d08:777e:900:3c49:5975:3fc2:6871)
2021-05-20 12:13:20 +0000 <merijn> Because I can relate to the second :p
2021-05-20 12:13:25 +0000 <EvanR> yeah I screen -r'd in the ask a question about cosmic background radiation and i just see people directing people to another server
2021-05-20 12:13:35 +0000 <EvanR> toask* man it's early
2021-05-20 12:14:22 +0000 <EvanR> ggVGc: Walt, hope we meet again on some remote IRC asteroid my man xD
2021-05-20 12:14:24 +0000 <merijn> EvanR: freenode is (in the process off? it's unclear) hostile take-over by venture capital profiteers, yay!
2021-05-20 12:14:49 +0000 <EvanR> :\
2021-05-20 12:15:14 +0000 <merijn> EvanR: Bunch of staff has resigned and started a new non-profit and service, people are trying to preemptively prep the ground there if freenode indeed gets ruined permanently
2021-05-20 12:15:24 +0000 <merijn> EvanR: See https://mniip.com/freenode.txt
2021-05-20 12:15:53 +0000 <EvanR> i had assumed there was some non-profit this whole time (uhm, 20 years of time?) and even tried to do some big donations. And they refused to take my money
2021-05-20 12:15:56 +0000 <tdammers> I think the "preemptive prepping" has turned into an exodus by now
2021-05-20 12:16:58 +0000 <EvanR> merijn: nice
2021-05-20 12:17:06 +0000urodna(~urodna@unaffiliated/urodna)
2021-05-20 12:17:27 +0000 <merijn> EvanR: Well, there isn't an organisation at all. An organisation was made for a conference, but they don't own freenode. Except they're now threatening lawyers saying they do and have access to the domain (or trying to get it?)
2021-05-20 12:18:19 +0000nineonine(~nineonine@2604:3d08:777e:900:3c49:5975:3fc2:6871) (Ping timeout: 245 seconds)
2021-05-20 12:18:26 +0000 <EvanR> who is they again?
2021-05-20 12:18:48 +0000 <EvanR> sorry this must be reiterating for the 1000th time
2021-05-20 12:18:52 +0000petersen(~petersen@redhat/juhp) (Quit: petersen)
2021-05-20 12:19:05 +0000 <EvanR> how about: how long has this been brewing?
2021-05-20 12:19:25 +0000petersen(~petersen@redhat/juhp)
2021-05-20 12:20:34 +0000 <merijn> EvanR: Eh...1.5 day?
2021-05-20 12:20:52 +0000 <merijn> EvanR: Anyway, mniip's resignation I linked has a better summary anyway
2021-05-20 12:21:01 +0000 <merijn> Well
2021-05-20 12:21:06 +0000 <merijn> 1.5day *publically*
2021-05-20 12:21:14 +0000 <merijn> Possibly longer among staff
2021-05-20 12:21:17 +0000 <EvanR> man, I know how to time it
2021-05-20 12:21:58 +0000 <merijn> Yesterday was...confusing and messy :p
2021-05-20 12:22:51 +0000jakalx(~jakalx@base.jakalx.net)
2021-05-20 12:23:46 +0000 <EvanR> ok uh *begins tooling around with irssi* I haven't been to another server in many years
2021-05-20 12:24:34 +0000 <EvanR> need to check some channels
2021-05-20 12:24:35 +0000 <merijn> EvanR: You right now: https://i.imgflip.com/4ijaty.png ;)
2021-05-20 12:24:57 +0000 <EvanR> ^
2021-05-20 12:25:36 +0000NinjaTrappeur(~ninja@unaffiliated/ninjatrappeur) ("WeeChat 3.1")
2021-05-20 12:28:04 +0000Stanley00(~stanley00@unaffiliated/stanley00)
2021-05-20 12:28:05 +0000Stanley00(~stanley00@unaffiliated/stanley00) (Remote host closed the connection)
2021-05-20 12:30:48 +0000kline(~freedom0@lobsters/users/kline)
2021-05-20 12:33:18 +0000 <EvanR> merijn: sorry if this isn't obvious from the resignation but... do I have a NickServ account on libera with the same pass?
2021-05-20 12:33:35 +0000 <merijn> No, gotta make a new one
2021-05-20 12:33:38 +0000 <opqdonut> no, you need to reregister
2021-05-20 12:34:23 +0000 <leah2> also dont reuse passwords
2021-05-20 12:34:44 +0000 <EvanR> it says my nick is registered...
2021-05-20 12:35:01 +0000 <EvanR> yeah i do not
2021-05-20 12:35:03 +0000 <leah2> then some other EvanR was quicker...
2021-05-20 12:35:14 +0000 <leah2> use /msg nickserv info EvanR to see details
2021-05-20 12:35:15 +0000 <EvanR> that's cool i guess, this nick sucks anyway xD
2021-05-20 12:35:33 +0000ddellacosta(~ddellacos@86.106.143.10)
2021-05-20 12:35:37 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 12:36:06 +0000 <EvanR> registered 4 hours ago
2021-05-20 12:36:26 +0000 <kline> if you go to #libera there they might be able to help
2021-05-20 12:37:04 +0000 <merijn> Someone has botted name registration, you can contact staff to help
2021-05-20 12:37:32 +0000 <__monty__> I wonder how many people are jumping at the opportunity to claim the nick they always wanted.
2021-05-20 12:37:43 +0000 <EvanR> lol yeah
2021-05-20 12:37:47 +0000jonrh(sid5185@gateway/web/irccloud.com/x-yylqyfovfhzzbrxr) ()
2021-05-20 12:40:07 +0000ddellacosta(~ddellacos@86.106.143.10) (Ping timeout: 265 seconds)
2021-05-20 12:40:36 +0000Tario(~Tario@201.192.165.173)
2021-05-20 12:42:47 +0000gluegadget(sid22336@gateway/web/irccloud.com/x-rvenbvjzvhfmmnvs) ()
2021-05-20 12:43:59 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 12:44:16 +0000jonrh(sid5185@gateway/web/irccloud.com/x-qvwotlwopfplowuj)
2021-05-20 12:44:18 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 12:44:39 +0000boxscape(4ff0bb95@p4ff0bb95.dip0.t-ipconnect.de) (Quit: Connection closed)
2021-05-20 12:45:44 +0000jasmine_(~jasmine_@59.88.31.36)
2021-05-20 12:46:00 +0000 <int-e> __monty__: why stop at one nick? (it does seem to be a bit of an issue)
2021-05-20 12:46:57 +0000 <joeyh> merijn: botted all the names?
2021-05-20 12:47:05 +0000Logio(em@kapsi.fi) ()
2021-05-20 12:47:07 +0000nut(~nut@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
2021-05-20 12:47:36 +0000 <merijn> joeyh: Earlier today there was a discussion of a bot registering all listed nicks on freenode
2021-05-20 12:48:57 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 12:48:58 +0000chris__(~chris@81.96.113.213) (Read error: Connection reset by peer)
2021-05-20 12:49:38 +0000chris__(~chris@81.96.113.213)
2021-05-20 12:50:07 +0000 <EvanR> but apparently not completing the registration process
2021-05-20 12:50:49 +0000 <joeyh> huh. they could have a pair of bots that cross-verifies freenode nicks
2021-05-20 12:50:57 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 12:51:04 +0000 <joeyh> (I mean, the admins)
2021-05-20 12:51:33 +0000 <Taneb> joeyh: I could imagine there's legal issues they want to avoid with being too close to "we are Freenode's successor"
2021-05-20 12:51:59 +0000 <Taneb> Rather than a separate network that happens to be run by the people who previously staffed freenode
2021-05-20 12:52:18 +0000jonrh(sid5185@gateway/web/irccloud.com/x-qvwotlwopfplowuj) ()
2021-05-20 12:53:05 +0000amesgen[m](amesgename@gateway/shell/matrix.org/x-xjdrgyqewcdiswfu)
2021-05-20 12:53:06 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
2021-05-20 12:54:18 +0000chris__(~chris@81.96.113.213) (Ping timeout: 260 seconds)
2021-05-20 12:57:01 +0000 <EvanR> i registered my nick and asked my question about cosmic microwave background radiation. Now I can go get my coffee
2021-05-20 12:57:02 +0000chris__(~chris@81.96.113.213)
2021-05-20 12:58:22 +0000dut(b0644b43@176.100.75.67)
2021-05-20 13:00:05 +0000tomboy64(~tomboy64@gateway/tor-sasl/tomboy64) (Read error: Connection reset by peer)
2021-05-20 13:00:05 +0000cantstanya(~chatting@gateway/tor-sasl/cantstanya) (Write error: Connection reset by peer)
2021-05-20 13:00:05 +0000hendursaga(~weechat@gateway/tor-sasl/hendursaga) (Write error: Connection reset by peer)
2021-05-20 13:00:06 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Remote host closed the connection)
2021-05-20 13:00:06 +0000gxt(~gxt@gateway/tor-sasl/gxt) (Read error: Connection reset by peer)
2021-05-20 13:00:06 +0000gehmehgeh(~ircuser1@gateway/tor-sasl/gehmehgeh) (Remote host closed the connection)
2021-05-20 13:00:06 +0000sord937(~sord937@gateway/tor-sasl/sord937) (Read error: Connection reset by peer)
2021-05-20 13:00:06 +0000snowflake(~snowflake@gateway/tor-sasl/snowflake) (Read error: Connection reset by peer)
2021-05-20 13:00:06 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar) (Read error: Connection reset by peer)
2021-05-20 13:00:06 +0000andreas303(~andreas@gateway/tor-sasl/andreas303) (Read error: Connection reset by peer)
2021-05-20 13:00:07 +0000hololeap(~hololeap@gateway/tor-sasl/hololeap) (Read error: Connection reset by peer)
2021-05-20 13:00:07 +0000vgtw(~vgtw@gateway/tor-sasl/vgtw) (Read error: Connection reset by peer)
2021-05-20 13:00:07 +0000Unhammer(~Unhammer@gateway/tor-sasl/unhammer) (Remote host closed the connection)
2021-05-20 13:00:21 +0000vgtw(~vgtw@gateway/tor-sasl/vgtw)
2021-05-20 13:00:24 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar)
2021-05-20 13:00:26 +0000sord937(~sord937@gateway/tor-sasl/sord937)
2021-05-20 13:00:26 +0000gxt(~gxt@gateway/tor-sasl/gxt)
2021-05-20 13:00:27 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 13:00:28 +0000snowflake(~snowflake@gateway/tor-sasl/snowflake)
2021-05-20 13:00:41 +0000Unhammer(~Unhammer@gateway/tor-sasl/unhammer)
2021-05-20 13:00:41 +0000hendursaga(~weechat@gateway/tor-sasl/hendursaga)
2021-05-20 13:00:44 +0000andreas303(~andreas@gateway/tor-sasl/andreas303)
2021-05-20 13:01:24 +0000gehmehgeh(~ircuser1@gateway/tor-sasl/gehmehgeh)
2021-05-20 13:01:26 +0000plutoniix(~q@ppp-124-120-117-121.revip2.asianet.co.th) (Quit: Leaving)
2021-05-20 13:01:44 +0000a6a45081-2b83(~aditya@122.163.149.247)
2021-05-20 13:02:36 +0000 <a6a45081-2b83> basic question but any idea how to install containers? https://paste.tomsmeding.com/b5nP95nM. AFAIK 0.6.2.1 builds fine with lts-17.12
2021-05-20 13:02:47 +0000cantstanya(~chatting@gateway/tor-sasl/cantstanya)
2021-05-20 13:02:50 +0000nut(~nut@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 265 seconds)
2021-05-20 13:03:12 +0000tomboy64(~tomboy64@gateway/tor-sasl/tomboy64)
2021-05-20 13:03:21 +0000 <tomsmeding> a6a45081-2b83: have you 'cabal update'd?
2021-05-20 13:03:27 +0000jamm_(~jamm@unaffiliated/jamm)
2021-05-20 13:04:01 +0000 <merijn> a6a45081-2b83: You almost certainly don't want "install --lib"
2021-05-20 13:04:38 +0000 <merijn> You should consider "--lib" in alpha/beta stages >.>
2021-05-20 13:04:41 +0000 <a6a45081-2b83> tried again (last one was wrong version): https://paste.tomsmeding.com/iVKJf2gK
2021-05-20 13:04:47 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 13:05:06 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 13:05:20 +0000 <a6a45081-2b83> actually it works without lib but I don't think containers has any executables
2021-05-20 13:05:30 +0000 <merijn> a6a45081-2b83: Let's rewind
2021-05-20 13:05:38 +0000 <merijn> a6a45081-2b83: Why are you installing containers?
2021-05-20 13:06:11 +0000drbean_(~drbean@TC210-63-209-189.static.apol.com.tw)
2021-05-20 13:06:38 +0000 <a6a45081-2b83> writing a script -> HashMap -> unordered-containers (install failing) -> containers (install failing)
2021-05-20 13:07:11 +0000 <merijn> a6a45081-2b83: Right, but you probably just want a cabal file for your script
2021-05-20 13:07:30 +0000 <merijn> a6a45081-2b83: Or embed the cabal info in the script as a shebang
2021-05-20 13:07:35 +0000 <tomsmeding> https://cabal.readthedocs.io/en/3.4/cabal-commands.html?highlight=script#cabal-v2-run
2021-05-20 13:07:37 +0000 <a6a45081-2b83> you mean setting up a cabal project?
2021-05-20 13:07:46 +0000aVikingTrex(~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea)
2021-05-20 13:08:07 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2021-05-20 13:08:22 +0000__monty__(~toonn@unaffiliated/toonn) (Quit: leaving)
2021-05-20 13:08:35 +0000 <a6a45081-2b83> actually getting "could not load module data.hashmap" in hls in vscode so to resolve those i thought i should install the package unordered-containers
2021-05-20 13:08:39 +0000 <merijn> I mean, if you wanna call "add a .cabal file" as "setting up a project", then I guess so :p You can embed it in the file for v2-run, though
2021-05-20 13:09:31 +0000 <a6a45081-2b83> latter is better
2021-05-20 13:10:06 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds)
2021-05-20 13:11:04 +0000kuribas(~user@ip-188-118-57-242.reverse.destiny.be) (Read error: No route to host)
2021-05-20 13:13:06 +0000ddellacosta(~ddellacos@86.106.143.87)
2021-05-20 13:13:27 +0000dut(b0644b43@176.100.75.67) (Quit: Connection closed)
2021-05-20 13:14:19 +0000boxscape(4ff0bb95@p4ff0bb95.dip0.t-ipconnect.de)
2021-05-20 13:16:27 +0000deviantfero(~deviantfe@190.150.27.58)
2021-05-20 13:17:26 +0000ddellacosta(~ddellacos@86.106.143.87) (Ping timeout: 240 seconds)
2021-05-20 13:18:06 +0000abrar(~abrar@static-108-30-103-121.nycmny.fios.verizon.net) (Quit: WeeChat 2.9)
2021-05-20 13:18:23 +0000abrar(~abrar@static-108-30-103-121.nycmny.fios.verizon.net)
2021-05-20 13:19:14 +0000dut(b0644b43@176.100.75.67)
2021-05-20 13:19:25 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net)
2021-05-20 13:21:50 +0000invaser(~Thunderbi@91.226.34.182) (Ping timeout: 260 seconds)
2021-05-20 13:23:03 +0000knupfer1(~Thunderbi@200116b822a5c400f69634fffef0b45f.dip.versatel-1u1.de)
2021-05-20 13:24:34 +0000knupfer(~Thunderbi@200116b8225ee900f69634fffef0b45f.dip.versatel-1u1.de) (Ping timeout: 245 seconds)
2021-05-20 13:24:34 +0000knupfer1knupfer
2021-05-20 13:26:01 +0000aVikingTrex(~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea) (Ping timeout: 250 seconds)
2021-05-20 13:26:59 +0000kewa(~kewa@85.174.200.147)
2021-05-20 13:27:03 +0000chirpsalot(~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net) (Quit: WeeChat 2.9)
2021-05-20 13:27:03 +0000Chobbes(~Chobbes@unaffiliated/chobbes) (Quit: WeeChat 2.9)
2021-05-20 13:27:32 +0000hololeap(~hololeap@gateway/tor-sasl/hololeap)
2021-05-20 13:27:37 +0000chirpsalot(~Chirps@pool-98-115-239-235.phlapa.fios.verizon.net)
2021-05-20 13:27:39 +0000Chobbes(~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net)
2021-05-20 13:28:09 +0000aVikingTrex(~aVikingTr@58.166.133.112)
2021-05-20 13:28:28 +0000Chobbes(~Chobbes@pool-98-115-239-235.phlapa.fios.verizon.net) (Changing host)
2021-05-20 13:28:28 +0000Chobbes(~Chobbes@unaffiliated/chobbes)
2021-05-20 13:29:17 +0000kewa_(~kewa@85.174.200.147)
2021-05-20 13:30:27 +0000patryk_(~patryk_@138.199.47.158) (Remote host closed the connection)
2021-05-20 13:31:56 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
2021-05-20 13:32:44 +0000kewa(~kewa@85.174.200.147) (Ping timeout: 246 seconds)
2021-05-20 13:34:36 +0000stree(~stree@68.36.8.116) (Ping timeout: 260 seconds)
2021-05-20 13:39:33 +0000dut(b0644b43@176.100.75.67) (Quit: Connection closed)
2021-05-20 13:39:52 +0000hyiltiz(~quassel@unaffiliated/hyiltiz) (Ping timeout: 240 seconds)
2021-05-20 13:40:33 +0000hyiltiz(~quassel@31.220.5.250)
2021-05-20 13:40:34 +0000hyiltiz(~quassel@31.220.5.250) (Changing host)
2021-05-20 13:40:34 +0000hyiltiz(~quassel@unaffiliated/hyiltiz)
2021-05-20 13:41:04 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com)
2021-05-20 13:42:44 +0000DomenKoar[m](domenkozar@NixOS/user/domenkozar) ("User left")
2021-05-20 13:45:05 +0000acidjnk_new2(~acidjnk@p200300d0c72b958680cf6a8401116b8a.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
2021-05-20 13:47:17 +0000vilpan_(~0@212.117.1.172) ()
2021-05-20 13:47:52 +0000stree(~stree@68.36.8.116)
2021-05-20 13:48:56 +0000whaletechno(~whaletech@unaffiliated/whaletechno)
2021-05-20 13:49:12 +0000petersen(~petersen@redhat/juhp) (Quit: petersen)
2021-05-20 13:49:43 +0000petersen(~petersen@redhat/juhp)
2021-05-20 13:51:03 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 13:51:10 +0000ddellacosta(~ddellacos@86.106.143.113)
2021-05-20 13:52:42 +0000drbean_(~drbean@TC210-63-209-189.static.apol.com.tw) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in)
2021-05-20 13:55:29 +0000ddellacosta(~ddellacos@86.106.143.113) (Ping timeout: 246 seconds)
2021-05-20 14:00:18 +0000cfricke(~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.1)
2021-05-20 14:00:33 +0000ystael(~ystael@21.sub-174-196-203.myvzw.com)
2021-05-20 14:02:42 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a)
2021-05-20 14:02:43 +0000alx741(~alx741@181.196.68.143)
2021-05-20 14:02:54 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 14:04:32 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 14:06:06 +0000cdsmith(~cdsmithus@c-73-184-127-183.hsd1.ga.comcast.net) (Ping timeout: 260 seconds)
2021-05-20 14:07:32 +0000mikoto-chan(~mikoto-ch@gateway/tor-sasl/mikoto-chan)
2021-05-20 14:07:46 +0000CrazyPython(~crazypyth@206.214.238.7)
2021-05-20 14:08:52 +0000thebioalchemist[(thebioalch@gateway/shell/matrix.org/x-xvlpwdohxizrpknf)
2021-05-20 14:11:21 +0000Rudd0(~Rudd0@185.189.115.108) (Ping timeout: 268 seconds)
2021-05-20 14:14:14 +0000howdoi(uid224@gateway/web/irccloud.com/x-pklxkyitfstsecbx)
2021-05-20 14:14:50 +0000cr3(~cr3@192-222-143-195.qc.cable.ebox.net)
2021-05-20 14:17:13 +0000jasmine_(~jasmine_@59.88.31.36) ()
2021-05-20 14:17:16 +0000malumore_(~malumore@151.62.126.139)
2021-05-20 14:19:46 +0000malumore(~malumore@151.62.126.139) (Ping timeout: 240 seconds)
2021-05-20 14:22:27 +0000Major_Biscuit(~Major_Bis@x065156.citg-m.tudelft.nl) (Ping timeout: 260 seconds)
2021-05-20 14:22:30 +0000Tuplanolla(~Tuplanoll@91-159-68-239.elisa-laajakaista.fi)
2021-05-20 14:23:23 +0000auri_(~admin@fsf/memeber/auri-) (Quit: auri_)
2021-05-20 14:23:50 +0000ram19890(~ram@49.205.84.211)
2021-05-20 14:24:11 +0000auri_(~admin@fsf/memeber/auri-)
2021-05-20 14:24:11 +0000auri_(~admin@fsf/memeber/auri-) (Client Quit)
2021-05-20 14:24:53 +0000Sgeo(~Sgeo@ool-18b9875e.dyn.optonline.net)
2021-05-20 14:25:02 +0000auri_(~admin@fsf/memeber/auri-)
2021-05-20 14:29:07 +0000Aardwolf(~lode@77-56-208-202.dclient.hispeed.ch)
2021-05-20 14:29:48 +0000ddellacosta(~ddellacos@83.143.246.105)
2021-05-20 14:30:42 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 14:30:49 +0000ukari(~ukari@unaffiliated/ukari) (Remote host closed the connection)
2021-05-20 14:31:30 +0000ukari(~ukari@unaffiliated/ukari)
2021-05-20 14:32:12 +0000abbie(~{abby}@unaffiliated/demhydraz) (Quit: Bye!)
2021-05-20 14:33:06 +0000mmaruseacph2(~mihai@198.199.100.72) (Quit: The past is dead and buried.)
2021-05-20 14:34:06 +0000ddellacosta(~ddellacos@83.143.246.105) (Ping timeout: 240 seconds)
2021-05-20 14:34:35 +0000qapla_org(~qapla_org@195.206.183.77)
2021-05-20 14:34:40 +0000Unhammer(~Unhammer@gateway/tor-sasl/unhammer) (Remote host closed the connection)
2021-05-20 14:34:46 +0000jpds(~jpds@gateway/tor-sasl/jpds) (Ping timeout: 240 seconds)
2021-05-20 14:35:07 +0000jpds(~jpds@gateway/tor-sasl/jpds)
2021-05-20 14:35:20 +0000Unhammer(~Unhammer@gateway/tor-sasl/unhammer)
2021-05-20 14:41:07 +0000proofofkeags(~proofofke@97-118-239-55.hlrn.qwest.net)
2021-05-20 14:42:59 +0000platz_(~platz@40.113.238.141)
2021-05-20 14:44:27 +0000joeyh(joeyh@kitenet.net) (Quit: ZNC 1.8.1+deb1 - https://znc.in)
2021-05-20 14:44:49 +0000Benzi-Junior(~BenziJuni@88-149-64-251.du.xdsl.is)
2021-05-20 14:45:07 +0000joeyh(joeyh@kitenet.net)
2021-05-20 14:45:19 +0000nicholasbulka(~nicholasb@2601:900:4301:da0:8cd5:3c3f:bd26:2318)
2021-05-20 14:46:30 +0000a6a45081-2b83(~aditya@122.163.149.247) (Remote host closed the connection)
2021-05-20 14:49:04 +0000kuribas(~user@ip-188-118-57-242.reverse.destiny.be)
2021-05-20 14:49:54 +0000Major_Biscuit(~Major_Bis@82-169-100-198.biz.kpn.net)
2021-05-20 14:50:32 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 14:50:43 +0000tomboy64(~tomboy64@gateway/tor-sasl/tomboy64) (Remote host closed the connection)
2021-05-20 14:51:39 +0000lieven(~mal@2001:41d0:1:66c4::1)
2021-05-20 14:52:33 +0000aVikingTrex(~aVikingTr@58.166.133.112) (Ping timeout: 265 seconds)
2021-05-20 14:53:35 +0000tomboy64(~tomboy64@gateway/tor-sasl/tomboy64)
2021-05-20 14:54:24 +0000platz_(~platz@40.113.238.141) ()
2021-05-20 14:54:46 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds)
2021-05-20 14:55:24 +0000coot(~coot@37.30.58.122.nat.umts.dynamic.t-mobile.pl) (Quit: coot)
2021-05-20 14:58:11 +0000jamm_(~jamm@unaffiliated/jamm) (Remote host closed the connection)
2021-05-20 14:59:01 +0000ocket8888(~ocket8888@2601:280:4e80:c2e0:8940:e589:b48b:655c)
2021-05-20 14:59:33 +0000argento(~argent0@168.227.96.51)
2021-05-20 15:00:45 +0000tomboy64(~tomboy64@gateway/tor-sasl/tomboy64) (Ping timeout: 240 seconds)
2021-05-20 15:01:13 +0000siers(~ij@NixOS/user/siers) ("WeeChat 2.9")
2021-05-20 15:06:44 +0000rihards(~rihards@balticom-142-78-50.balticom.lv) (Quit: rihards)
2021-05-20 15:06:49 +0000sQVe(~sQVe@unaffiliated/sqve) (Quit: Bye!)
2021-05-20 15:07:51 +0000Qwerky(~qwerky@178.197.228.14) (Remote host closed the connection)
2021-05-20 15:08:15 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 15:09:10 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
2021-05-20 15:11:08 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com)
2021-05-20 15:11:12 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 15:11:24 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds)
2021-05-20 15:13:11 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 15:13:22 +0000Major_Biscuit(~Major_Bis@82-169-100-198.biz.kpn.net) (Ping timeout: 260 seconds)
2021-05-20 15:13:52 +0000cdsmith(~cdsmithus@c-73-184-127-183.hsd1.ga.comcast.net)
2021-05-20 15:14:17 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 15:14:58 +0000mrd(~mrd@debian/developer/mrd) (Quit: :()
2021-05-20 15:15:10 +0000Major_Biscuit(~Major_Bis@x065156.citg-m.tudelft.nl)
2021-05-20 15:15:31 +0000proofofkeags(~proofofke@97-118-239-55.hlrn.qwest.net) (Ping timeout: 260 seconds)
2021-05-20 15:16:22 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 15:16:25 +0000tomboy64(~tomboy64@gateway/tor-sasl/tomboy64)
2021-05-20 15:17:02 +0000xprl-gjf(~gavin@60.27.93.209.dyn.plus.net)
2021-05-20 15:17:06 +0000argento(~argent0@168.227.96.51) (Ping timeout: 240 seconds)
2021-05-20 15:17:42 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 15:18:05 +0000timGuest74165
2021-05-20 15:22:13 +0000Guest74165(~tim@112-141-128-42.sta.dodo.net.au) (Ping timeout: 260 seconds)
2021-05-20 15:22:32 +0000plutoniix(~q@node-uhj.pool-125-24.dynamic.totinternet.net)
2021-05-20 15:22:36 +0000erdii(erdiiweris@gateway/shell/matrix.org/x-iyulhbyyrwrhjuhj) ("User left")
2021-05-20 15:24:41 +0000ocket8888(~ocket8888@2601:280:4e80:c2e0:8940:e589:b48b:655c) (Ping timeout: 258 seconds)
2021-05-20 15:28:49 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 15:29:57 +0000proofofkeags(~proofofke@205.209.28.54)
2021-05-20 15:30:51 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 15:31:28 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 15:32:40 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 15:33:31 +0000son0p(~ff@181.136.122.143) (Remote host closed the connection)
2021-05-20 15:36:55 +0000nfnil
2021-05-20 15:37:21 +0000nilnf
2021-05-20 15:37:25 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 15:37:41 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-05-20 15:39:33 +0000petersen(~petersen@redhat/juhp) (Quit: petersen)
2021-05-20 15:40:03 +0000petersen(~petersen@redhat/juhp)
2021-05-20 15:41:19 +0000enoq(~textual@194-208-146-143.lampert.tv) (Quit: Textual IRC Client: www.textualapp.com)
2021-05-20 15:42:56 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2021-05-20 15:43:47 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 15:44:32 +0000z0k(~user@101.50.108.132) (Read error: Connection reset by peer)
2021-05-20 15:44:55 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 252 seconds)
2021-05-20 15:44:56 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 15:46:48 +0000Natch(~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se) ()
2021-05-20 15:48:22 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 15:48:24 +0000Natch(~Natch@c-e070e255.014-297-73746f25.bbcust.telenor.se)
2021-05-20 15:50:22 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Remote host closed the connection)
2021-05-20 15:50:39 +0000z0k(~user@101.50.108.132)
2021-05-20 15:52:05 +0000cdsmith(~cdsmithus@c-73-184-127-183.hsd1.ga.comcast.net) (Ping timeout: 260 seconds)
2021-05-20 15:53:55 +0000LKoen(~LKoen@2a01cb0407597a0008ccb91b3453b427.ipv6.abo.wanadoo.fr) (Remote host closed the connection)
2021-05-20 15:55:53 +0000stree(~stree@68.36.8.116) (Ping timeout: 246 seconds)
2021-05-20 15:57:55 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
2021-05-20 15:58:03 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
2021-05-20 15:59:51 +0000knupfer(~Thunderbi@200116b822a5c400f69634fffef0b45f.dip.versatel-1u1.de) (Ping timeout: 250 seconds)
2021-05-20 16:01:24 +0000Rudd0(~Rudd0@185.189.115.108)
2021-05-20 16:05:21 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2021-05-20 16:06:44 +0000rlsph(~mads@2a03:b0c0:2:f0::324:5001) (Quit: WeeChat 3.0)
2021-05-20 16:07:12 +0000nerdypepper(znc@152.67.162.71) ("WeeChat 2.9")
2021-05-20 16:08:45 +0000whaletechno(~whaletech@unaffiliated/whaletechno) (Quit: ha det bra)
2021-05-20 16:08:58 +0000boxscape(4ff0bb95@p4ff0bb95.dip0.t-ipconnect.de) (Quit: Connection closed)
2021-05-20 16:09:09 +0000stree(~stree@68.36.8.116)
2021-05-20 16:09:57 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 16:10:33 +0000orion(~orion@unaffiliated/orion) (Quit: "")
2021-05-20 16:10:56 +0000CyrusT[m](cyrustcrum@gateway/shell/matrix.org/x-cgxmoqhfzyxzokay)
2021-05-20 16:13:15 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 16:14:58 +0000kritzefitz_(~kritzefit@2003:5b:203b:200::10:49)
2021-05-20 16:18:04 +0000rond_(5940206b@89-64-32-107.dynamic.chello.pl)
2021-05-20 16:18:43 +0000haveo(~haveo@sl35.iuwt.fr) ()
2021-05-20 16:19:43 +0000ddellacosta(~ddellacos@86.106.143.178)
2021-05-20 16:20:31 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 265 seconds)
2021-05-20 16:21:27 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds)
2021-05-20 16:21:57 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar) (Ping timeout: 240 seconds)
2021-05-20 16:22:15 +0000coot(~coot@37.30.58.122.nat.umts.dynamic.t-mobile.pl)
2021-05-20 16:22:23 +0000vicfred(~vicfred@unaffiliated/vicfred)
2021-05-20 16:22:29 +0000kuribas(~user@ip-188-118-57-242.reverse.destiny.be) (Remote host closed the connection)
2021-05-20 16:22:55 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar)
2021-05-20 16:23:09 +0000cdsmith(~cdsmithus@c-73-184-127-183.hsd1.ga.comcast.net)
2021-05-20 16:23:49 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 16:23:58 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com) (Quit: Ping timeout (120 seconds))
2021-05-20 16:24:02 +0000dmwit(~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Quit: going to libera i guess)
2021-05-20 16:24:23 +0000ddellacosta(~ddellacos@86.106.143.178) (Ping timeout: 265 seconds)
2021-05-20 16:25:47 +0000proofofkeags_(~proofofke@205.209.24.233)
2021-05-20 16:27:35 +0000ubert(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
2021-05-20 16:27:46 +0000proofofkeags(~proofofke@205.209.28.54) (Ping timeout: 240 seconds)
2021-05-20 16:28:08 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com)
2021-05-20 16:29:34 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
2021-05-20 16:30:14 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) (Ping timeout: 258 seconds)
2021-05-20 16:31:00 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-05-20 16:32:21 +0000kritzefitz_(~kritzefit@2003:5b:203b:200::10:49) (Ping timeout: 250 seconds)
2021-05-20 16:32:55 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2021-05-20 16:34:29 +0000chris__(~chris@81.96.113.213) (Remote host closed the connection)
2021-05-20 16:34:34 +0000altern(~altern@altern.corbina.com.ua) (Ping timeout: 260 seconds)
2021-05-20 16:35:09 +0000chris__(~chris@81.96.113.213)
2021-05-20 16:36:57 +0000ubert(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de)
2021-05-20 16:38:23 +0000chris__(~chris@81.96.113.213) (Remote host closed the connection)
2021-05-20 16:38:37 +0000chris__(~chris@81.96.113.213)
2021-05-20 16:38:53 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net)
2021-05-20 16:38:56 +0000fendor(~fendor@91.141.0.228.wireless.dyn.drei.com) (Ping timeout: 246 seconds)
2021-05-20 16:40:25 +0000fizbin(~fizbin@c-71-226-194-211.hsd1.nj.comcast.net)
2021-05-20 16:40:34 +0000Neo--(~neo@BSN-143-26-139.dynamic.siol.net)
2021-05-20 16:41:53 +0000fizbin(~fizbin@c-71-226-194-211.hsd1.nj.comcast.net) (Client Quit)
2021-05-20 16:44:01 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d)
2021-05-20 16:46:08 +0000kewa_(~kewa@85.174.200.147) (Ping timeout: 265 seconds)
2021-05-20 16:46:14 +0000chenin(bab727dc@186.183.39.220)
2021-05-20 16:46:50 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net) (Quit: Connection closed)
2021-05-20 16:47:35 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds)
2021-05-20 16:49:11 +0000Deide(~Deide@217.155.19.23)
2021-05-20 16:50:48 +0000jamm_(~jamm@unaffiliated/jamm)
2021-05-20 16:51:27 +0000ystael(~ystael@21.sub-174-196-203.myvzw.com) (Read error: Connection reset by peer)
2021-05-20 16:51:50 +0000Neo--(~neo@BSN-143-26-139.dynamic.siol.net) (Quit: Leaving)
2021-05-20 16:51:56 +0000sysadmin(~McCafe@104.223.127.243)
2021-05-20 16:53:09 +0000chenin(bab727dc@186.183.39.220) ()
2021-05-20 16:53:12 +0000Qwerky(~qwerky@178.197.228.14)
2021-05-20 16:54:59 +0000jamm_(~jamm@unaffiliated/jamm) (Ping timeout: 245 seconds)
2021-05-20 16:56:26 +0000bennofs__(~quassel@dynamic-089-012-045-213.89.12.pool.telefonica.de) (Read error: Connection reset by peer)
2021-05-20 16:56:38 +0000bennofs_(~quassel@dynamic-089-012-045-213.89.12.pool.telefonica.de)
2021-05-20 16:57:32 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds)
2021-05-20 16:59:37 +0000tefter(~bmaxa@62.240.25.61) (Quit: WeeChat 3.1)
2021-05-20 16:59:58 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 17:00:01 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net)
2021-05-20 17:02:33 +0000LKoen(~LKoen@2a01cb0407597a007d6cb78f91661e1b.ipv6.abo.wanadoo.fr)
2021-05-20 17:03:31 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 17:04:06 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 17:04:26 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net)
2021-05-20 17:04:37 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 260 seconds)
2021-05-20 17:05:18 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser)
2021-05-20 17:08:15 +0000doublex(~doublex@2601:542:c480:6ee0:184b:7083:f026:c689)
2021-05-20 17:09:24 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net) (Read error: Connection reset by peer)
2021-05-20 17:10:14 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 17:12:13 +0000rihards(~rihards@balticom-142-78-50.balticom.lv)
2021-05-20 17:12:14 +0000dhil(~dhil@195.213.192.85) (Ping timeout: 265 seconds)
2021-05-20 17:14:11 +0000gawen(~gawen@movzbl.root.sx) (Quit: cya)
2021-05-20 17:14:32 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net)
2021-05-20 17:14:39 +0000gawen(~gawen@movzbl.root.sx)
2021-05-20 17:14:44 +0000Major_Biscuit(~Major_Bis@x065156.citg-m.tudelft.nl) (Quit: WeeChat 3.0.1)
2021-05-20 17:16:01 +0000altern(~altern@altern.corbina.com.ua)
2021-05-20 17:16:20 +0000 <mouse> Taneb: considering the guy who owns freenode now also stole mtgox bitcoin, i'd say yeah
2021-05-20 17:16:48 +0000bbear_(~znc@21212.s.t4vps.eu) (Quit: GoodBye)
2021-05-20 17:17:00 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2021-05-20 17:17:06 +0000malumore_(~malumore@151.62.126.139) (Ping timeout: 240 seconds)
2021-05-20 17:17:10 +0000bbear_(~znc@21212.s.t4vps.eu)
2021-05-20 17:20:44 +0000Qwerky(~qwerky@178.197.228.14) (Remote host closed the connection)
2021-05-20 17:22:29 +0000vimto(~vimto@unaffiliated/vimto)
2021-05-20 17:23:47 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 17:24:05 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 17:24:52 +0000petersen(~petersen@redhat/juhp) (Quit: petersen)
2021-05-20 17:25:26 +0000petersen(~petersen@redhat/juhp)
2021-05-20 17:25:44 +0000Qwerky(~qwerky@178.197.228.14)
2021-05-20 17:25:54 +0000vimto(~vimto@unaffiliated/vimto) (Client Quit)
2021-05-20 17:26:02 +0000kilolympus(~kilolympu@5.151.5.177) (Quit: Quitting IRC :()
2021-05-20 17:26:30 +0000vimto(~vimto@unaffiliated/vimto)
2021-05-20 17:27:02 +0000joncol(~jco@c83-248-173-38.bredband.tele2.se)
2021-05-20 17:27:11 +0000Xnuk(~xnuk@vultr.xnu.kr) (Quit: ZNC - https://znc.in)
2021-05-20 17:27:17 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de) (Quit: ciao kakao)
2021-05-20 17:27:25 +0000luke(~luke@bitnomial/staff/luke)
2021-05-20 17:27:27 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 17:27:30 +0000Xnuk(~xnuk@vultr.xnu.kr)
2021-05-20 17:27:32 +0000kilolympus(~kilolympu@5.151.5.178)
2021-05-20 17:27:37 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de)
2021-05-20 17:29:06 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds)
2021-05-20 17:29:39 +0000kilolympus(~kilolympu@5.151.5.178) (Client Quit)
2021-05-20 17:29:58 +0000ystael(~ystael@130.44.137.196)
2021-05-20 17:30:06 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds)
2021-05-20 17:30:22 +0000qwerty2o_(~qwerty2o@89-138-23-24.bb.netvision.net.il)
2021-05-20 17:30:22 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 17:30:32 +0000kilolympus(~kilolympu@5.151.5.180)
2021-05-20 17:30:51 +0000jrp(0550efe4@5.80.239.228)
2021-05-20 17:31:37 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 17:32:34 +0000lassulus(~lassulus@NixOS/user/lassulus) ("WeeChat 2.9")
2021-05-20 17:37:31 +0000ddellacosta(~ddellacos@86.106.143.100)
2021-05-20 17:38:09 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 17:39:46 +0000mrchampion(~mrchampio@216-211-58-186.dynamic.tbaytel.net) (Remote host closed the connection)
2021-05-20 17:40:23 +0000jrp(0550efe4@5.80.239.228) (Quit: Connection closed)
2021-05-20 17:41:22 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 260 seconds)
2021-05-20 17:42:12 +0000ddellacosta(~ddellacos@86.106.143.100) (Ping timeout: 265 seconds)
2021-05-20 17:42:46 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net) (Quit: Connection closed)
2021-05-20 17:48:07 +0000shanemikel(~shanemike@desk.roadwar.net) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-05-20 17:48:30 +0000mrchampion(~mrchampio@216-211-58-186.dynamic.tbaytel.net)
2021-05-20 17:48:31 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net)
2021-05-20 17:48:58 +0000ram19890(~ram@49.205.84.211) (Ping timeout: 265 seconds)
2021-05-20 17:49:01 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 17:50:09 +0000shanemikel(~shanemike@desk.roadwar.net)
2021-05-20 17:51:00 +0000tureba(~tureba@tureba.org) (Quit: Changing server)
2021-05-20 17:51:01 +0000tefter(bmaxa@gateway/vpn/protonvpn/tefter)
2021-05-20 17:51:44 +0000shapr(~shapr@haskell/developer/shapr) ("ERC (IRC client for Emacs 27.1)")
2021-05-20 17:53:39 +0000siers(~siers@NixOS/user/siers)
2021-05-20 17:55:13 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de) (Quit: ciao kakao)
2021-05-20 17:55:32 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de)
2021-05-20 17:57:34 +0000rihards(~rihards@balticom-142-78-50.balticom.lv) (Quit: rihards)
2021-05-20 17:57:59 +0000zzzyin
2021-05-20 17:58:21 +0000Bigcheese(~quassel@unaffiliated/bigcheese) (Remote host closed the connection)
2021-05-20 17:58:35 +0000Bigcheese(~quassel@unaffiliated/bigcheese)
2021-05-20 17:59:33 +0000malumore_(~malumore@151.62.126.139)
2021-05-20 18:01:13 +0000luke(~luke@bitnomial/staff/luke) (Quit: sleep)
2021-05-20 18:01:58 +0000apache8080(~rishi@wsip-70-168-153-252.oc.oc.cox.net)
2021-05-20 18:03:21 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 18:05:50 +0000Aquazi(uid312403@gateway/web/irccloud.com/x-koqhzonujkfnchnr) (Quit: Connection closed for inactivity)
2021-05-20 18:06:31 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de) (Quit: ciao kakao)
2021-05-20 18:06:52 +0000kmein(~weechat@static.173.83.99.88.clients.your-server.de)
2021-05-20 18:07:08 +0000network_operatio(~McCafe@66.115.182.137)
2021-05-20 18:07:08 +0000network_operatio(~McCafe@66.115.182.137) (Max SendQ exceeded)
2021-05-20 18:07:23 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net) (Ping timeout: 240 seconds)
2021-05-20 18:07:59 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net)
2021-05-20 18:08:55 +0000Qwerky(~qwerky@178.197.228.14) (Remote host closed the connection)
2021-05-20 18:09:13 +0000ddb(~ddb@2607:5300:61:c67::196)
2021-05-20 18:09:36 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 18:10:14 +0000sysadmin(~McCafe@104.223.127.243) (Ping timeout: 260 seconds)
2021-05-20 18:10:40 +0000Qwerky(~qwerky@178.197.228.14)
2021-05-20 18:11:31 +0000Qwerky(~qwerky@178.197.228.14) (Remote host closed the connection)
2021-05-20 18:13:06 +0000ukari(~ukari@unaffiliated/ukari) (Ping timeout: 240 seconds)
2021-05-20 18:13:14 +0000rond_(5940206b@89-64-32-107.dynamic.chello.pl) (Quit: Connection closed)
2021-05-20 18:13:36 +0000rihards(~rihards@balticom-142-78-50.balticom.lv)
2021-05-20 18:13:47 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 246 seconds)
2021-05-20 18:14:10 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com) (Quit: Connection closed)
2021-05-20 18:14:17 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 18:14:35 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 18:15:33 +0000rajivr(uid269651@gateway/web/irccloud.com/x-oszkgjvkelevpljr) (Quit: Connection closed for inactivity)
2021-05-20 18:17:14 +0000stree(~stree@68.36.8.116) (Ping timeout: 260 seconds)
2021-05-20 18:17:51 +0000bbear_bbear
2021-05-20 18:18:47 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com)
2021-05-20 18:19:06 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds)
2021-05-20 18:20:37 +0000joncol(~jco@c83-248-173-38.bredband.tele2.se) (Quit: leaving)
2021-05-20 18:25:59 +0000shanemikel(~shanemike@desk.roadwar.net) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-05-20 18:26:25 +0000chris__(~chris@81.96.113.213) (Remote host closed the connection)
2021-05-20 18:27:07 +0000chris__(~chris@81.96.113.213)
2021-05-20 18:28:05 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net)
2021-05-20 18:29:19 +0000dyeplexer(~terpin@unaffiliated/terpin) (Remote host closed the connection)
2021-05-20 18:29:24 +0000Stanley00(~stanley00@unaffiliated/stanley00)
2021-05-20 18:30:09 +0000stree(~stree@68.36.8.116)
2021-05-20 18:31:06 +0000chris__(~chris@81.96.113.213) (Ping timeout: 240 seconds)
2021-05-20 18:32:40 +0000ram19890(~ram@49.205.84.211)
2021-05-20 18:33:26 +0000Stanley00(~stanley00@unaffiliated/stanley00) (Ping timeout: 240 seconds)
2021-05-20 18:33:45 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 18:35:56 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-05-20 18:40:27 +0000simplegauss(~simplegau@2001:19f0:ac01:247:5400:ff:fe5c:689f) (Quit: Bye)
2021-05-20 18:43:53 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 18:45:14 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
2021-05-20 18:46:48 +0000chris__(~chris@81.96.113.213)
2021-05-20 18:47:06 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 260 seconds)
2021-05-20 18:47:57 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar) (Ping timeout: 240 seconds)
2021-05-20 18:48:36 +0000xelxebar(~xelxebar@gateway/tor-sasl/xelxebar)
2021-05-20 18:49:40 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 18:52:24 +0000fendor(~fendor@91.141.0.161.wireless.dyn.drei.com)
2021-05-20 18:53:42 +0000notzmv(~zmv@unaffiliated/zmv) (Ping timeout: 260 seconds)
2021-05-20 18:54:13 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 265 seconds)
2021-05-20 18:58:49 +0000guriya(a0ee4b0b@unaffiliated/guriya)
2021-05-20 19:01:03 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2021-05-20 19:01:36 +0000mananamenos_(~mananamen@62.red-88-11-67.dynamicip.rima-tde.net)
2021-05-20 19:01:46 +0000ram19890(~ram@49.205.84.211) (Remote host closed the connection)
2021-05-20 19:02:04 +0000notzmv(~zmv@unaffiliated/zmv)
2021-05-20 19:02:30 +0000ocket8888(~ocket8888@2601:280:4e80:c2e0:80a5:a95e:5674:3382)
2021-05-20 19:04:14 +0000 <kilolympus> @pl f a b c d e f g = g a b c d e f g
2021-05-20 19:04:15 +0000 <lambdabot> f = flip flip id . ((flip . ((flip . ((flip . ((flip . (ap .) . flip) .) . flip) .) . flip) .) . flip) .) . flip . flip id
2021-05-20 19:04:20 +0000 <kilolympus> Is this not just f = g?
2021-05-20 19:04:22 +0000mananamenos(~mananamen@62.red-88-11-67.dynamicip.rima-tde.net) (Ping timeout: 260 seconds)
2021-05-20 19:05:20 +0000 <EvanR> nope
2021-05-20 19:05:48 +0000 <EvanR> g is used twice on the RHS
2021-05-20 19:06:18 +0000 <kilolympus> oh shoot
2021-05-20 19:06:28 +0000 <kilolympus> That's entirely my bad then, whoops!
2021-05-20 19:06:34 +0000Ariakenom(~Ariakenom@2001:9b1:efb:fc00:9431:e551:c6ea:9b26)
2021-05-20 19:06:43 +0000 <EvanR> @pl f a b c d e f g = h a b c d e f g
2021-05-20 19:06:43 +0000 <lambdabot> f = h
2021-05-20 19:07:03 +0000 <kilolympus> ah
2021-05-20 19:07:05 +0000 <kilolympus> beautiful
2021-05-20 19:07:46 +0000 <kilolympus> @pl f a b c d e f g = h a b c d e f g >>= monadicFunc
2021-05-20 19:07:47 +0000 <lambdabot> f = flip flip monadicFunc . ((flip . ((flip . ((flip . ((flip . ((flip . ((>>=) .)) .)) .)) .)) .)) .) . h
2021-05-20 19:08:33 +0000 <kilolympus> Alas, it didn't help very much in a monadic context :(
2021-05-20 19:08:45 +0000geowiesnot(~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr) (Ping timeout: 246 seconds)
2021-05-20 19:08:57 +0000 <guriya> f = flip flip monadicFunc . ((flip . ((flip . ((flip . ((flip . ((flip . ((>>=) .)) .)) .)) .)) .)) .) . h
2021-05-20 19:09:00 +0000 <guriya> what is that
2021-05-20 19:09:21 +0000 <guriya> flip flip coin
2021-05-20 19:09:41 +0000 <EvanR> :t monadicFunc
2021-05-20 19:09:42 +0000 <lambdabot> error: Variable not in scope: monadicFunc
2021-05-20 19:09:45 +0000 <kilolympus> a failed attempt at making a monadic chain point-free :(
2021-05-20 19:10:12 +0000 <EvanR> oh
2021-05-20 19:11:36 +0000tv-(~tv@unaffiliated/tv-) ("WeeChat 2.9")
2021-05-20 19:13:18 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 19:17:08 +0000zgrep(~zgrep@ircpuzzles/2015/april-fools/sixth/zgrep) ("Away I go.")
2021-05-20 19:18:09 +0000anzuof(~anzuof@unaffiliated/anzuof)
2021-05-20 19:18:23 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds)
2021-05-20 19:19:26 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 19:19:34 +0000 <kilolympus> Holddd on
2021-05-20 19:19:49 +0000timGuest85844
2021-05-20 19:19:50 +0000 <kilolympus> @pl f = monadicFunc <$> h
2021-05-20 19:19:51 +0000 <lambdabot> f = monadicFunc <$> h
2021-05-20 19:19:58 +0000 <kilolympus> is a valid point-free replacement, innit?
2021-05-20 19:20:16 +0000 <kilolympus> oh wait no, it returns the wrong type
2021-05-20 19:22:39 +0000 <EvanR> whats a monadicFunc, like a -> m b ?
2021-05-20 19:22:49 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2021-05-20 19:23:13 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 19:23:32 +0000guriya(a0ee4b0b@unaffiliated/guriya) (Quit: Connection closed)
2021-05-20 19:23:46 +0000idhugo(~idhugo@80-62-117-193-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds)
2021-05-20 19:24:01 +0000Guest85844(~tim@112-141-128-42.sta.dodo.net.au) (Ping timeout: 260 seconds)
2021-05-20 19:24:37 +0000Pickchea(~private@unaffiliated/pickchea)
2021-05-20 19:25:34 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 19:26:12 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 19:27:06 +0000apache8080(~rishi@wsip-70-168-153-252.oc.oc.cox.net) (Ping timeout: 240 seconds)
2021-05-20 19:27:46 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 19:32:08 +0000chris__(~chris@81.96.113.213) (Remote host closed the connection)
2021-05-20 19:32:41 +0000Pickchea(~private@unaffiliated/pickchea) (Quit: Leaving)
2021-05-20 19:33:05 +0000argento(~argent0@168.227.96.51)
2021-05-20 19:33:09 +0000chris__(~chris@81.96.113.213)
2021-05-20 19:33:29 +0000Codaraxis_(~Codaraxis@ip68-5-90-227.oc.oc.cox.net)
2021-05-20 19:35:06 +0000qwerty2o_(~qwerty2o@89-138-23-24.bb.netvision.net.il) (Ping timeout: 240 seconds)
2021-05-20 19:35:06 +0000ystael(~ystael@130.44.137.196) (Read error: Connection reset by peer)
2021-05-20 19:36:28 +0000 <kilolympus> yeah EvanR
2021-05-20 19:36:32 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 19:37:27 +0000Codaraxis(~Codaraxis@194.110.113.10) (Ping timeout: 260 seconds)
2021-05-20 19:41:06 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 265 seconds)
2021-05-20 19:41:41 +0000LKoen(~LKoen@2a01cb0407597a007d6cb78f91661e1b.ipv6.abo.wanadoo.fr) (Remote host closed the connection)
2021-05-20 19:44:34 +0000fendor_(~fendor@178.115.59.240.wireless.dyn.drei.com)
2021-05-20 19:46:22 +0000fendor(~fendor@91.141.0.161.wireless.dyn.drei.com) (Ping timeout: 260 seconds)
2021-05-20 19:46:57 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de)
2021-05-20 19:49:56 +0000aenesidemus(~aenesidem@c-73-53-247-25.hsd1.fl.comcast.net)
2021-05-20 19:50:02 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 19:50:27 +0000nut(~nut@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr)
2021-05-20 19:59:31 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 20:00:30 +0000Aleksejs(~Aleksejs@haskell.lv) (Quit: Goodbye)
2021-05-20 20:00:40 +0000Aleksejs(~Aleksejs@haskell.lv)
2021-05-20 20:00:40 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 20:02:39 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:582b:30d1:5899:a42a) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 20:02:41 +0000benin(~benin@183.82.205.246)
2021-05-20 20:03:12 +0000sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2021-05-20 20:04:46 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 20:05:06 +0000petersen(~petersen@redhat/juhp) (Ping timeout: 240 seconds)
2021-05-20 20:05:09 +0000_ht(~quassel@82-169-194-8.biz.kpn.net) (Remote host closed the connection)
2021-05-20 20:05:30 +0000ub(~Thunderbi@p200300ecdf259d5ae6b318fffe838f33.dip0.t-ipconnect.de)
2021-05-20 20:05:33 +0000ubert(~Thunderbi@p200300ecdf259d7ee6b318fffe838f33.dip0.t-ipconnect.de) (Ping timeout: 250 seconds)
2021-05-20 20:05:33 +0000ububert
2021-05-20 20:07:03 +0000petersen(~petersen@redhat/juhp)
2021-05-20 20:08:28 +0000kline(~freedom0@lobsters/users/kline) (Disconnected by services)
2021-05-20 20:08:48 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:28d8:66fe:ae26:16e5)
2021-05-20 20:08:54 +0000kline(~freedom0@lobsters/users/kline)
2021-05-20 20:12:46 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 240 seconds)
2021-05-20 20:13:38 +0000Guest95703(~textual@zrcout.mskcc.org) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 20:13:59 +0000kline(~freedom0@lobsters/users/kline) (Excess Flood)
2021-05-20 20:14:27 +0000kline(~freedom0@lobsters/users/kline)
2021-05-20 20:15:50 +0000shanemikel(~shanemike@desk.roadwar.net)
2021-05-20 20:17:02 +0000dorrknobbs(4a68b993@pool-74-104-185-147.bstnma.fios.verizon.net)
2021-05-20 20:18:20 +0000Ariakenom(~Ariakenom@2001:9b1:efb:fc00:9431:e551:c6ea:9b26) (Quit: Leaving)
2021-05-20 20:19:58 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 20:22:39 +0000dorrknobbs(4a68b993@pool-74-104-185-147.bstnma.fios.verizon.net) (Quit: Connection closed)
2021-05-20 20:23:40 +0000nick_h(sid319833@gateway/web/irccloud.com/x-hswwritdsbccouhw)
2021-05-20 20:27:24 +0000dmytrish(~mitra@2a02:8084:a82:d900:5051:16e0:8e89:e082)
2021-05-20 20:29:03 +0000hiroaki(~hiroaki@2a02:8108:8c40:2bb8:1b0d:bea3:27b0:db7e) (Ping timeout: 258 seconds)
2021-05-20 20:30:54 +0000Codaraxis_(~Codaraxis@ip68-5-90-227.oc.oc.cox.net) (Quit: Leaving)
2021-05-20 20:32:10 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 20:33:58 +0000geowiesnot(~user@87-89-181-157.abo.bbox.fr)
2021-05-20 20:35:06 +0000nut(~nut@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 240 seconds)
2021-05-20 20:36:06 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 240 seconds)
2021-05-20 20:38:10 +0000stree(~stree@68.36.8.116) (Ping timeout: 260 seconds)
2021-05-20 20:38:11 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2021-05-20 20:38:44 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser) (Ping timeout: 245 seconds)
2021-05-20 20:39:16 +0000mananamenos_(~mananamen@62.red-88-11-67.dynamicip.rima-tde.net) (Ping timeout: 260 seconds)
2021-05-20 20:41:37 +0000sivon[m](sivonmatri@gateway/shell/matrix.org/x-fwuljezlqlbdmbug)
2021-05-20 20:41:44 +0000hiroaki(~hiroaki@2a02:8108:8c40:2bb8:c3f1:9689:fc74:2b1e)
2021-05-20 20:42:15 +0000sivon[m](sivonmatri@gateway/shell/matrix.org/x-fwuljezlqlbdmbug) ()
2021-05-20 20:42:39 +0000chris__(~chris@81.96.113.213) (Remote host closed the connection)
2021-05-20 20:43:19 +0000chris__(~chris@81.96.113.213)
2021-05-20 20:44:40 +0000alx741(~alx741@181.196.68.143) (Quit: alx741)
2021-05-20 20:45:09 +0000alx741(~alx741@181.196.68.143)
2021-05-20 20:47:27 +0000chris__(~chris@81.96.113.213) (Ping timeout: 246 seconds)
2021-05-20 20:48:05 +0000justsomeguy(~justsomeg@unaffiliated/--/x-3805311)
2021-05-20 20:48:49 +0000Sadeq(97eb0496@151.235.4.150)
2021-05-20 20:49:55 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser)
2021-05-20 20:50:26 +0000acidjnk_new2(~acidjnk@p200300d0c72b9529d40b670388347ddc.dip0.t-ipconnect.de)
2021-05-20 20:51:14 +0000wallymathieu(~wallymath@81-234-151-21-no94.tbcn.telia.com) (Ping timeout: 260 seconds)
2021-05-20 20:51:14 +0000stree(~stree@68.36.8.116)
2021-05-20 20:52:48 +0000__monty__(~toonn@unaffiliated/toonn)
2021-05-20 20:52:59 +0000zargoertzel(~zar@fw1.ciirc.cvut.cz)
2021-05-20 20:53:04 +0000zariuq(~zar@fw1.ciirc.cvut.cz) (Remote host closed the connection)
2021-05-20 20:53:35 +0000Sadeq(97eb0496@151.235.4.150) (Client Quit)
2021-05-20 20:54:05 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds)
2021-05-20 20:54:20 +0000wallymathieu(~wallymath@81-234-151-21-no94.tbcn.telia.com)
2021-05-20 20:58:08 +0000coot(~coot@37.30.58.122.nat.umts.dynamic.t-mobile.pl) (Remote host closed the connection)
2021-05-20 20:58:12 +0000wroathe_(~wroathe@c-73-24-27-54.hsd1.mn.comcast.net)
2021-05-20 20:58:26 +0000wroathe(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 265 seconds)
2021-05-20 20:58:32 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser) (Quit: WeeChat 3.1)
2021-05-20 20:59:19 +0000coot(~coot@37.30.58.122.nat.umts.dynamic.t-mobile.pl)
2021-05-20 20:59:39 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser)
2021-05-20 20:59:52 +0000i7c(Rmit7A5pyb@unaffiliated/i7c) (Quit: WeeChat 3.0.1)
2021-05-20 21:00:05 +0000Alleria(~textual@2603-7000-3040-0000-6454-37d8-4961-d224.res6.spectrum.com)
2021-05-20 21:00:14 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser) (Client Quit)
2021-05-20 21:00:16 +0000justsomeguy(~justsomeg@unaffiliated/--/x-3805311) (Quit: WeeChat 3.0.1)
2021-05-20 21:00:17 +0000i7c(gigFcPQR76@karif.server-speed.net)
2021-05-20 21:00:29 +0000AlleriaGuest51916
2021-05-20 21:00:32 +0000nbloomf(~nbloomf@2600:1700:ad14:3020:28d8:66fe:ae26:16e5) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 21:00:45 +0000i7c(gigFcPQR76@karif.server-speed.net) (Client Quit)
2021-05-20 21:00:46 +0000justanotheruser(~justanoth@unaffiliated/justanotheruser)
2021-05-20 21:00:59 +0000i7c(G77MXGFq1s@karif.server-speed.net)
2021-05-20 21:03:04 +0000wroathe_(~wroathe@c-73-24-27-54.hsd1.mn.comcast.net) ()
2021-05-20 21:03:22 +0000wroathe(~wroathe@c-73-24-27-54.hsd1.mn.comcast.net)
2021-05-20 21:03:34 +0000Franciman(~francesco@host-80-180-196-134.pool80180.interbusiness.it) (Quit: Leaving)
2021-05-20 21:04:42 +0000Guest51916(~textual@2603-7000-3040-0000-6454-37d8-4961-d224.res6.spectrum.com) (Ping timeout: 258 seconds)
2021-05-20 21:05:26 +0000rihards(~rihards@balticom-142-78-50.balticom.lv) (Quit: rihards)
2021-05-20 21:07:59 +0000i7c(G77MXGFq1s@karif.server-speed.net) (Quit: OOOOOOOPS i did it agaaaaaain)
2021-05-20 21:08:10 +0000i7c(m85XsGPfKN@karif.server-speed.net)
2021-05-20 21:08:39 +0000Sheilong(uid293653@gateway/web/irccloud.com/x-xqngqcqyazccheyp)
2021-05-20 21:09:03 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 21:10:07 +0000danvet(~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Ping timeout: 250 seconds)
2021-05-20 21:11:03 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Quit: ChaiTRex)
2021-05-20 21:11:19 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 21:13:38 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 21:14:29 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 21:14:30 +0000michalz(~user@185.246.204.52) (Remote host closed the connection)
2021-05-20 21:14:50 +0000coot(~coot@37.30.58.122.nat.umts.dynamic.t-mobile.pl) (Quit: coot)
2021-05-20 21:16:31 +0000Taneb(~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) (Quit: I seem to have stopped.)
2021-05-20 21:16:46 +0000malumore_(~malumore@151.62.126.139) (Ping timeout: 240 seconds)
2021-05-20 21:18:14 +0000Tuplanolla(~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) (Quit: Leaving.)
2021-05-20 21:18:22 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Quit: ChaiTRex)
2021-05-20 21:19:22 +0000nicholasbulka(~nicholasb@2601:900:4301:da0:8cd5:3c3f:bd26:2318) (Remote host closed the connection)
2021-05-20 21:19:33 +0000mikoto-chan(~mikoto-ch@gateway/tor-sasl/mikoto-chan) (Ping timeout: 240 seconds)
2021-05-20 21:20:19 +0000LKoen(~LKoen@2a01cb0407597a008464881289196515.ipv6.abo.wanadoo.fr)
2021-05-20 21:20:26 +0000nicholasbulka(~nicholasb@2601:900:4301:da0:8cd5:3c3f:bd26:2318)
2021-05-20 21:25:21 +0000machinedgod(~machinedg@135-23-192-217.cpe.pppoe.ca) (Ping timeout: 260 seconds)
2021-05-20 21:26:14 +0000nicholasbulka(~nicholasb@2601:900:4301:da0:8cd5:3c3f:bd26:2318) (Ping timeout: 245 seconds)
2021-05-20 21:29:18 +0000mouseghost(~draco@87-206-9-185.dynamic.chello.pl)
2021-05-20 21:29:18 +0000mouseghost(~draco@87-206-9-185.dynamic.chello.pl) (Changing host)
2021-05-20 21:29:18 +0000mouseghost(~draco@wikipedia/desperek)
2021-05-20 21:30:07 +0000mouse(mouse@whiskers.com) ()
2021-05-20 21:32:53 +0000Alleria(~textual@2603-7000-3040-0000-6454-37d8-4961-d224.res6.spectrum.com)
2021-05-20 21:33:17 +0000AlleriaGuest88998
2021-05-20 21:33:42 +0000mouseghost(~draco@wikipedia/desperek) (Client Quit)
2021-05-20 21:36:42 +0000takuan(~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2021-05-20 21:38:49 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-05-20 21:42:40 +0000LKoen(~LKoen@2a01cb0407597a008464881289196515.ipv6.abo.wanadoo.fr) (Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.”)
2021-05-20 21:43:46 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 21:44:05 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 21:45:27 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 21:46:00 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 21:47:06 +0000sagax(~sagax_nb@213.138.71.146) (Ping timeout: 240 seconds)
2021-05-20 21:49:17 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds)
2021-05-20 21:50:09 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 21:50:28 +0000hiruji(~hiruji@72.74.190.75) (Quit: ZNC 1.8.2 - https://znc.in)
2021-05-20 21:50:44 +0000hiruji(~hiruji@72.74.190.75)
2021-05-20 21:51:01 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 21:52:17 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Client Quit)
2021-05-20 21:52:31 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 21:54:56 +0000heatsink(~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net)
2021-05-20 21:55:08 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex) (Client Quit)
2021-05-20 21:55:14 +0000xsperry(~as@unaffiliated/xsperry) (Remote host closed the connection)
2021-05-20 21:55:22 +0000ChaiTRex(~ChaiTRex@gateway/tor-sasl/chaitrex)
2021-05-20 21:56:29 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection)
2021-05-20 21:59:33 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 246 seconds)
2021-05-20 22:00:12 +0000xsperry(~as@unaffiliated/xsperry)
2021-05-20 22:03:51 +0000xff0x(~xff0x@2001:1a81:520e:9000:d27c:8f8e:b95c:c44f) (Ping timeout: 250 seconds)
2021-05-20 22:04:38 +0000xff0x(~xff0x@2001:1a81:520e:9000:ff1:1d57:2fd0:cab7)
2021-05-20 22:10:07 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 22:11:32 +0000TK__(~cinch@2601:1c0:5201:2100:9992:f75f:4988:2a3c)
2021-05-20 22:11:43 +0000Enrico63(520efe97@cpc92708-cmbg20-2-0-cust150.5-4.cable.virginm.net) (Ping timeout: 240 seconds)
2021-05-20 22:12:08 +0000cow-orker(~foobar@pogostick.net) (Ping timeout: 246 seconds)
2021-05-20 22:12:33 +0000wallymathieu(~wallymath@81-234-151-21-no94.tbcn.telia.com) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 22:12:58 +0000aenesidemus(~aenesidem@c-73-53-247-25.hsd1.fl.comcast.net) (Quit: Leaving)
2021-05-20 22:14:03 +0000 <ggVGc> EvanR: I've been out of the loop of the recent freenode activities... Are you leaving freenode? I'm not sure what's going on yet
2021-05-20 22:14:21 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 260 seconds)
2021-05-20 22:15:00 +0000cr3(~cr3@192-222-143-195.qc.cable.ebox.net) (Quit: leaving)
2021-05-20 22:15:34 +0000elliott_(~elliott_@pool-108-18-30-46.washdc.fios.verizon.net)
2021-05-20 22:17:00 +0000 <monochrom> The front page of https://libera.chat/ has the explanation from the people who leave.
2021-05-20 22:17:07 +0000 <ggVGc> ah, I have read up a bit now... that's a bit, crap..
2021-05-20 22:17:37 +0000 <monochrom> And the front page of https://freenode.net/ has the explanation from the people who take over freenode.
2021-05-20 22:18:34 +0000 <monochrom> I'm going to be on both. But what worries most people is that Lee will have access to your email address if you stay (if you use that email address to register your nick)
2021-05-20 22:19:06 +0000 <monochrom> and hashed password too but that should be fine if you use different passwords for different accounts.
2021-05-20 22:19:26 +0000cow-orker(~foobar@pogostick.net)
2021-05-20 22:19:29 +0000hrnz(~hrnz@unaffiliated/hrnz) ("der channel hier ist nicht mein niveau ciao")
2021-05-20 22:19:50 +0000geowiesnot(~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 246 seconds)
2021-05-20 22:20:46 +0000altern(~altern@altern.corbina.com.ua) (Ping timeout: 260 seconds)
2021-05-20 22:21:25 +0000 <mniip> it looks like you can't change your email address anymore...
2021-05-20 22:22:04 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 22:22:06 +0000elliott_(~elliott_@pool-108-18-30-46.washdc.fios.verizon.net) (Ping timeout: 240 seconds)
2021-05-20 22:24:05 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 22:26:36 +0000 <wroathe> Has #haskell come to any conclusions on this yet? One of the staffers that left indicated that it was "definitely" moving, but the topic doesn't feel definite to me.
2021-05-20 22:26:36 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-20 22:27:03 +0000ggVGc1(~ggVGc@78-0-137-66.adsl.net.t-com.hr)
2021-05-20 22:27:47 +0000 <__monty__> wroathe: Are you sure? Staffers look like they've been staying out of such discussions to avoid accusations of stealing users or whatever.
2021-05-20 22:27:56 +0000 <wroathe> Some channels here have been taking the stance that if enough people were to vote with their feet, that they'd have to move, but I think a large portion of us come to this network because the documentation for the languages or frameworks we used pointed us to freenode as the "official" home for the channel for that thing. It really is up to the ops and big players who maintain that kind of documentation
2021-05-20 22:28:02 +0000 <wroathe> to make the decision.
2021-05-20 22:28:11 +0000 <wroathe> __monty__: I'm sure. They've been more vocal in ##c.
2021-05-20 22:28:33 +0000elliott_(~elliott_@pool-108-18-30-46.washdc.fios.verizon.net)
2021-05-20 22:28:41 +0000 <hpc> fwiw, libera #haskell has had more activity today than here
2021-05-20 22:28:43 +0000 <__monty__> About #haskell?
2021-05-20 22:28:47 +0000 <hpc> especially if you subtract meta stuff
2021-05-20 22:29:18 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 22:29:36 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 22:29:59 +0000 <mniip> I think we're waiting on HF/haskell.org to make the move
2021-05-20 22:30:01 +0000 <wroathe> __monty__: Indeed. They indicated that channels they're involved in were "definitely" moving, and Haskell was on the list. I pointed out that the topic didn't seem definite, and the person walked back their statement to say that the powers that be here were "finalizing"
2021-05-20 22:30:20 +0000ggVGc1(~ggVGc@78-0-137-66.adsl.net.t-com.hr) (Client Quit)
2021-05-20 22:30:30 +0000 <mniip> there is a channel on the other side though, operated by the same people
2021-05-20 22:30:41 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-20 22:30:59 +0000 <wroathe> Yup. We're in a state right now where most channels seem to have one foot in both camps, and are loath to make a finale decision.
2021-05-20 22:31:03 +0000machinedgod(~machinedg@24.105.81.50)
2021-05-20 22:31:06 +0000 <wroathe> final*
2021-05-20 22:31:13 +0000 <mniip> some channels have put both feet down
2021-05-20 22:31:44 +0000monochromlikes stomping on both feet and demanding candies :)
2021-05-20 22:31:45 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de)
2021-05-20 22:31:45 +0000 <__monty__> I think the main reason channels are still on freenode is not to abandon people who aren't in the loop yet.
2021-05-20 22:31:57 +0000 <__monty__> All the documentation that still points to freenode and such.
2021-05-20 22:31:58 +0000 <mniip> that's why I'm here
2021-05-20 22:32:06 +0000 <__monty__> Not indecisiveness about moving.
2021-05-20 22:32:26 +0000 <wroathe> __monty__: Well, I can think of two popular channels that have channels on Libera but 1. Haven't made a final decision and 2. Haven't even engaged their regulars yet on the possibility of moving
2021-05-20 22:33:26 +0000 <__monty__> I didn't say there weren't any that hadn't decided yet. Just that I don't think it's accurate to say most.
2021-05-20 22:33:26 +0000 <wroathe> I just had a conversation with one of the ops in one of those channels where they seemed to think they could not take a stance by taking the stance that if enough people vote with their feet that they would move, and that engaging their regulars about it wasn't scalable (both of which are nonsense)
2021-05-20 22:34:13 +0000 <wroathe> __monty__: Fair. So far the four channels I keep open in my IRC client haven't made a final decision yet, but it could be that I'm just not in the channels that are moving en masse.
2021-05-20 22:34:34 +0000tefter_(bmaxa@gateway/vpn/protonvpn/tefter)
2021-05-20 22:34:57 +0000hexfive(~hexfive@50.35.83.177)
2021-05-20 22:35:22 +0000 <__monty__> This is one of the channels that seems to have voted with their feet : )
2021-05-20 22:36:07 +0000 <wroathe> Mayhaps
2021-05-20 22:37:14 +0000thc202(~thc202@unaffiliated/thc202) (Quit: thc202)
2021-05-20 22:37:20 +0000tefter(bmaxa@gateway/vpn/protonvpn/tefter) (Ping timeout: 246 seconds)
2021-05-20 22:38:51 +0000elfets(~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 260 seconds)
2021-05-20 22:39:14 +0000 <ggVGc> j #elixir
2021-05-20 22:39:18 +0000 <ggVGc> haha, damn
2021-05-20 22:39:24 +0000tosspot(~jotham@unaffiliated/jotham)
2021-05-20 22:39:30 +0000tosspot(~jotham@unaffiliated/jotham) ("WeeChat 3.1")
2021-05-20 22:39:48 +0000carlomagno(~cararell@148.87.23.7)
2021-05-20 22:39:57 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 22:40:51 +0000ggVGchides in a referentially transparent corner
2021-05-20 22:41:10 +0000kluk(45cb5249@cpe-69-203-82-73.nyc.res.rr.com)
2021-05-20 22:44:46 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 265 seconds)
2021-05-20 22:46:42 +0000altern(~altern@altern.corbina.com.ua)
2021-05-20 22:46:43 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com) (Ping timeout: 240 seconds)
2021-05-20 22:47:57 +0000killsushi(~killsushi@2607:fea8:3d40:767:707b:b3b8:c407:1243)
2021-05-20 22:47:58 +0000__monty__(~toonn@unaffiliated/toonn) (Quit: leaving)
2021-05-20 22:48:14 +0000shanemikel(~shanemike@desk.roadwar.net) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2021-05-20 22:49:20 +0000shanemikel(~shanemike@desk.roadwar.net)
2021-05-20 22:50:37 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 22:51:38 +0000sheaf(~sheaf@sheaf.site)
2021-05-20 22:51:42 +0000nicholasbulka(~nicholasb@2601:900:4301:da0:8cd5:3c3f:bd26:2318)
2021-05-20 22:52:20 +0000 <Andriamanitra> why doesn't the latter way work / is there a working way to write code that reads left to right? https://paste.tomsmeding.com/BtOSHWNC
2021-05-20 22:52:44 +0000geekosaur(45870322@069-135-003-034.biz.spectrum.com)
2021-05-20 22:53:27 +0000 <Andriamanitra> i probably still don't quite get what . is doing
2021-05-20 22:55:56 +0000sheafalex-shpilkin
2021-05-20 22:56:15 +0000nicholasbulka(~nicholasb@2601:900:4301:da0:8cd5:3c3f:bd26:2318) (Ping timeout: 258 seconds)
2021-05-20 22:56:20 +0000alex-shpilkin(~sheaf@sheaf.site) (Client Quit)
2021-05-20 22:56:28 +0000 <geekosaur> you may also need right associativity?
2021-05-20 22:57:17 +0000 <oats> There's also (&) in Data.Function
2021-05-20 22:57:17 +0000wroathe_(~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-05-20 22:57:21 +0000 <oats> Does that already
2021-05-20 22:57:41 +0000 <oats> Oh wait
2021-05-20 22:57:46 +0000wroathe(~wroathe@c-73-24-27-54.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
2021-05-20 22:58:17 +0000 <oats> AndreasK, (.) is function composition
2021-05-20 22:58:31 +0000 <oats> (|>) is doing a very different kind of job
2021-05-20 22:58:36 +0000 <oats> function application
2021-05-20 22:58:52 +0000 <monochrom> You need an "infixr" or "infixl" or "infix" declaration to set associativity and precedence. And you need to coordinate with $'s precedence.
2021-05-20 22:59:06 +0000stree(~stree@68.36.8.116) (Ping timeout: 240 seconds)
2021-05-20 22:59:12 +0000 <oats> :t (.)
2021-05-20 22:59:13 +0000 <lambdabot> (b -> c) -> (a -> b) -> a -> c
2021-05-20 22:59:19 +0000 <oats> :t (&)
2021-05-20 22:59:21 +0000 <lambdabot> a -> (a -> b) -> b
2021-05-20 22:59:26 +0000alx741(~alx741@181.196.68.143) (Ping timeout: 240 seconds)
2021-05-20 22:59:39 +0000 <oats> do you see how different the types are? you can't just substitute them and flip the directionality
2021-05-20 22:59:42 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 23:00:19 +0000 <oats> (>>>) can function as a left-to-right alternate to (.) iirc
2021-05-20 23:00:22 +0000 <Andriamanitra> i don't know what & is, i thought it's like bitwise or but that doesn't look like that
2021-05-20 23:00:25 +0000 <oats> but it's not common to see it in haskell code
2021-05-20 23:00:33 +0000 <Andriamanitra> or bitwise and maybe
2021-05-20 23:00:47 +0000dmytrish(~mitra@2a02:8084:a82:d900:5051:16e0:8e89:e082) (Quit: Konversation terminated!)
2021-05-20 23:00:48 +0000 <oats> Andriamanitra, are you looking to make something behave like F#'s pipe operator?
2021-05-20 23:01:12 +0000 <Andriamanitra> oats: yeah i've been using |> as that
2021-05-20 23:01:22 +0000 <Andriamanitra> it's been working alright in other contexts
2021-05-20 23:01:23 +0000 <oats> yeah, the equivalent to that in haskell is &
2021-05-20 23:01:31 +0000 <oats> it's in Data.Function
2021-05-20 23:01:40 +0000 <oats> it's not very common style though
2021-05-20 23:01:50 +0000 <oats> function composition (.) is the dominant haskell idiom :)
2021-05-20 23:01:58 +0000 <oats> of course you can write code however you like though
2021-05-20 23:02:03 +0000obfusk(~quassel@a82-161-150-56.adsl.xs4all.nl) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
2021-05-20 23:02:05 +0000 <Andriamanitra> yeah i've noticed but i hate reading and writing code right to left
2021-05-20 23:02:17 +0000 <Andriamanitra> too many ctrl+left arrows
2021-05-20 23:02:20 +0000obfusk(~quassel@a82-161-150-56.adsl.xs4all.nl)
2021-05-20 23:03:05 +0000 <Andriamanitra> i'll give >>> a try
2021-05-20 23:04:06 +0000sheaf(~sheaf@sheaf.site)
2021-05-20 23:04:13 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 260 seconds)
2021-05-20 23:04:48 +0000sheafalex-shpilkin
2021-05-20 23:05:00 +0000alex-shpilkin(~sheaf@sheaf.site) (Client Quit)
2021-05-20 23:05:23 +0000alex-shpilkin(~alex-shpi@sheaf.site)
2021-05-20 23:06:23 +0000deviantfero(~deviantfe@190.150.27.58) (Ping timeout: 246 seconds)
2021-05-20 23:07:25 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 23:08:34 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net)
2021-05-20 23:08:56 +0000Varis(~Tadas@unaffiliated/varis) (Remote host closed the connection)
2021-05-20 23:11:39 +0000stree(~stree@68.36.8.116)
2021-05-20 23:12:58 +0000 <ggVGc> in my opinion, haskell is best written both "right to left" and "left to right", depending on situation, rather than dogmatically following one thing (which I feel is the case in for example F# or Elixir)
2021-05-20 23:13:24 +0000 <ggVGc> each has it's use and reads more naturally in some situations
2021-05-20 23:13:28 +0000wroathe_wroathe
2021-05-20 23:13:40 +0000 <ggVGc> I write Elixir as my day job, and I often miss function composition
2021-05-20 23:14:04 +0000alx741(~alx741@186.178.109.76)
2021-05-20 23:14:08 +0000 <Andriamanitra> i think composition is alright when combining two functions but more than that and it gets more confusing than it's worth
2021-05-20 23:14:19 +0000tefter(bmaxa@gateway/vpn/protonvpn/tefter)
2021-05-20 23:14:42 +0000tim(~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 23:15:05 +0000timGuest31091
2021-05-20 23:15:41 +0000 <ggVGc> show . max . fmap (*2) $ entries, reads a lot better to me than the other way around
2021-05-20 23:16:11 +0000tefter_(bmaxa@gateway/vpn/protonvpn/tefter) (Ping timeout: 265 seconds)
2021-05-20 23:16:25 +0000hexfive(~hexfive@50.35.83.177) (Quit: i must go. my people need me.)
2021-05-20 23:17:12 +0000alex-shpilkin(~alex-shpi@sheaf.site) (Quit: alex-shpilkin)
2021-05-20 23:17:26 +0000 <kluk> fifthStep . fourthStep . thirdStep . secondStep . firstStep $ value - is this confusing for having more than two functions composed?
2021-05-20 23:17:40 +0000alex-shpilkin(~alex-shpi@sheaf.site)
2021-05-20 23:18:06 +0000alex-shpilkin(~alex-shpi@sheaf.site) (Client Quit)
2021-05-20 23:18:07 +0000 <ggVGc> but on the other hand I would prefer: parseLines "lines.txt" & extractStuff & writeResults
2021-05-20 23:18:24 +0000ransom(~c4264035@70-59-14-200.hlrn.qwest.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 23:18:26 +0000 <int-e> kluk: it's a matter of experience/habits/rewiring your brain
2021-05-20 23:19:09 +0000 <ggVGc> Some things are more imperative data transformation pipelines, and in those cases I would rather use "piping", e.g (&) in Haskell
2021-05-20 23:19:47 +0000 <ggVGc> but most of the time it's nice to see the left-most call being the last one, since it immediately says what the result will be
2021-05-20 23:20:05 +0000 <kluk> int-e: Indeed. It is also a matter of familiarity so the more examples one sees the more familiar they get with something new.
2021-05-20 23:20:46 +0000 <ggVGc> My point with my original statement is that I don't think it's useful to think of it as liking or disliking a certain direction of writing/reading
2021-05-20 23:20:57 +0000Guest31091(~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 23:21:01 +0000 <ggVGc> it's not a mutually exclusive thing
2021-05-20 23:23:19 +0000dcoutts_(~duncan@94.186.125.91.dyn.plus.net) (Ping timeout: 245 seconds)
2021-05-20 23:23:21 +0000 <ggVGc> EvanR: did you really lose your nick on libera? That's a bit low by whoever did that
2021-05-20 23:23:32 +0000raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 246 seconds)
2021-05-20 23:24:46 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2021-05-20 23:25:38 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 23:25:42 +0000apache8080(~rishi@wsip-70-168-153-252.oc.oc.cox.net)
2021-05-20 23:25:56 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 23:26:11 +0000xff0x(~xff0x@2001:1a81:520e:9000:ff1:1d57:2fd0:cab7) (Ping timeout: 250 seconds)
2021-05-20 23:27:08 +0000xff0x(~xff0x@2001:1a81:520e:9000:56ce:5c4d:1592:3849)
2021-05-20 23:30:33 +0000alx741(~alx741@186.178.109.76) (Quit: alx741)
2021-05-20 23:30:50 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds)
2021-05-20 23:30:54 +0000alx741(~alx741@186.178.109.76)
2021-05-20 23:31:10 +0000alx741(~alx741@186.178.109.76) (Client Quit)
2021-05-20 23:31:42 +0000alx741(~alx741@186.178.109.76)
2021-05-20 23:34:33 +0000ddellacosta(ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 265 seconds)
2021-05-20 23:36:46 +0000Benzi-Junior(~BenziJuni@88-149-64-251.du.xdsl.is) (Ping timeout: 240 seconds)
2021-05-20 23:39:23 +0000altern(~altern@altern.corbina.com.ua) (Ping timeout: 265 seconds)
2021-05-20 23:40:09 +0000proofofkeags_(~proofofke@205.209.24.233) (Ping timeout: 260 seconds)
2021-05-20 23:41:30 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 23:42:41 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Client Quit)
2021-05-20 23:42:59 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 23:47:26 +0000royal_screwup21(52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds)
2021-05-20 23:47:42 +0000deviantfero(~deviantfe@190.150.27.58)
2021-05-20 23:48:42 +0000blankhart(~blankhart@pool-72-88-174-206.nwrknj.fios.verizon.net)
2021-05-20 23:49:22 +0000sm(~user@li229-222.members.linode.com)
2021-05-20 23:51:26 +0000sm(~user@li229-222.members.linode.com) (Remote host closed the connection)
2021-05-20 23:52:45 +0000hololeap(~hololeap@gateway/tor-sasl/hololeap) (Ping timeout: 240 seconds)
2021-05-20 23:53:49 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 23:53:54 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 23:55:18 +0000nineonine(~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) ()
2021-05-20 23:58:11 +0000tromp(~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2021-05-20 23:59:18 +0000merijn(~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)