Home freenode/#haskell: Logs Calendar

Logs on 2021-05-20 (freenode/#haskell)

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

All times are in UTC on 2021-05-20.