Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2021-05-20 23:11:39 stree joins (~stree@68.36.8.116)
2021-05-20 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)
2021-05-20 23:13:24 <ggVGc> each has it's use and reads more naturally in some situations
2021-05-20 23:13:28 wroathe_ is now known as wroathe
2021-05-20 23:13:40 <ggVGc> I write Elixir as my day job, and I often miss function composition
2021-05-20 23:14:04 alx741 joins (~alx741@186.178.109.76)
2021-05-20 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
2021-05-20 23:14:19 tefter joins (bmaxa@gateway/vpn/protonvpn/tefter)
2021-05-20 23:14:42 tim joins (~tim@112-141-128-42.sta.dodo.net.au)
2021-05-20 23:15:05 tim is now known as Guest31091
2021-05-20 23:15:41 <ggVGc> show . max . fmap (*2) $ entries, reads a lot better to me than the other way around
2021-05-20 23:16:11 × tefter_ quits (bmaxa@gateway/vpn/protonvpn/tefter) (Ping timeout: 265 seconds)
2021-05-20 23:16:25 × hexfive quits (~hexfive@50.35.83.177) (Quit: i must go. my people need me.)
2021-05-20 23:17:12 × alex-shpilkin quits (~alex-shpi@sheaf.site) (Quit: alex-shpilkin)
2021-05-20 23:17:26 <kluk> fifthStep . fourthStep . thirdStep . secondStep . firstStep $ value - is this confusing for having more than two functions composed?
2021-05-20 23:17:40 alex-shpilkin joins (~alex-shpi@sheaf.site)
2021-05-20 23:18:06 × alex-shpilkin quits (~alex-shpi@sheaf.site) (Client Quit)
2021-05-20 23:18:07 <ggVGc> but on the other hand I would prefer: parseLines "lines.txt" & extractStuff & writeResults
2021-05-20 23:18:24 × ransom quits (~c4264035@70-59-14-200.hlrn.qwest.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2021-05-20 23:18:26 <int-e> kluk: it's a matter of experience/habits/rewiring your brain
2021-05-20 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
2021-05-20 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
2021-05-20 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.
2021-05-20 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
2021-05-20 23:20:57 × Guest31091 quits (~tim@112-141-128-42.sta.dodo.net.au) (Remote host closed the connection)
2021-05-20 23:21:01 <ggVGc> it's not a mutually exclusive thing
2021-05-20 23:23:19 × dcoutts_ quits (~duncan@94.186.125.91.dyn.plus.net) (Ping timeout: 245 seconds)
2021-05-20 23:23:21 <ggVGc> EvanR: did you really lose your nick on libera? That's a bit low by whoever did that
2021-05-20 23:23:32 × raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 246 seconds)
2021-05-20 23:24:46 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2021-05-20 23:25:38 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed)
2021-05-20 23:25:42 apache8080 joins (~rishi@wsip-70-168-153-252.oc.oc.cox.net)
2021-05-20 23:25:56 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 23:26:11 × xff0x quits (~xff0x@2001:1a81:520e:9000:ff1:1d57:2fd0:cab7) (Ping timeout: 250 seconds)
2021-05-20 23:27:08 xff0x joins (~xff0x@2001:1a81:520e:9000:56ce:5c4d:1592:3849)
2021-05-20 23:30:33 × alx741 quits (~alx741@186.178.109.76) (Quit: alx741)
2021-05-20 23:30:50 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds)
2021-05-20 23:30:54 alx741 joins (~alx741@186.178.109.76)
2021-05-20 23:31:10 × alx741 quits (~alx741@186.178.109.76) (Client Quit)
2021-05-20 23:31:42 alx741 joins (~alx741@186.178.109.76)
2021-05-20 23:34:33 × ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 265 seconds)
2021-05-20 23:36:46 × Benzi-Junior quits (~BenziJuni@88-149-64-251.du.xdsl.is) (Ping timeout: 240 seconds)
2021-05-20 23:39:23 × altern quits (~altern@altern.corbina.com.ua) (Ping timeout: 265 seconds)
2021-05-20 23:40:09 × proofofkeags_ quits (~proofofke@205.209.24.233) (Ping timeout: 260 seconds)
2021-05-20 23:41:30 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 23:42:41 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Client Quit)
2021-05-20 23:42:59 royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9)
2021-05-20 23:47:26 × royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds)
2021-05-20 23:47:42 deviantfero joins (~deviantfe@190.150.27.58)
2021-05-20 23:48:42 blankhart joins (~blankhart@pool-72-88-174-206.nwrknj.fios.verizon.net)
2021-05-20 23:49:22 sm joins (~user@li229-222.members.linode.com)
2021-05-20 23:51:26 × sm quits (~user@li229-222.members.linode.com) (Remote host closed the connection)
2021-05-20 23:52:45 × hololeap quits (~hololeap@gateway/tor-sasl/hololeap) (Ping timeout: 240 seconds)
2021-05-20 23:53:49 tromp joins (~tromp@dhcp-077-249-230-040.chello.nl)
2021-05-20 23:53:54 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-05-20 23:55:18 × nineonine quits (~nineonine@2604:3d08:777e:900:9464:497b:b9eb:112d) ()
2021-05-20 23:58:11 × tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2021-05-20 23:59:18 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2021-05-21 00:01:32 × gehmehgeh quits (~ircuser1@gateway/tor-sasl/gehmehgeh) (Quit: Leaving)
2021-05-21 00:02:16 × apache8080 quits (~rishi@wsip-70-168-153-252.oc.oc.cox.net) (Ping timeout: 260 seconds)
2021-05-21 00:02:57 ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta)
2021-05-21 00:07:18 elusive joins (~Jeanne-Ka@static-198-54-134-151.cust.tzulo.com)
2021-05-21 00:07:41 × ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 260 seconds)
2021-05-21 00:08:08 bennofs__ joins (~quassel@dynamic-089-012-003-074.89.12.pool.telefonica.de)
2021-05-21 00:10:25 <oats> I hopped on libera as soon as I could just to claim my nick lol
2021-05-21 00:10:43 <monochrom> :)
2021-05-21 00:10:44 <oats> I hope the staffers have some sort of way to get folks their nicks back
2021-05-21 00:10:51 <oats> that'd be cool
2021-05-21 00:10:58 nbloomf joins (~nbloomf@2600:1700:ad14:3020:28d8:66fe:ae26:16e5)
2021-05-21 00:11:02 shiraeeshi joins (~shiraeesh@46.34.207.108)
2021-05-21 00:11:36 × petersen quits (~petersen@redhat/juhp) (Quit: petersen)
2021-05-21 00:11:50 × bennofs_ quits (~quassel@dynamic-089-012-045-213.89.12.pool.telefonica.de) (Ping timeout: 246 seconds)
2021-05-21 00:12:08 petersen joins (~petersen@redhat/juhp)
2021-05-21 00:12:12 × heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2021-05-21 00:13:16 <kline> oats, we do
2021-05-21 00:13:28 <oats> oh hai staff
2021-05-21 00:13:34 <oats> that is heckin cool
2021-05-21 00:13:50 <kline> as much as possible, we're reuniting people with their freenode nicks, and re-establishing communities under their chosen leadership
2021-05-21 00:14:04 <oats> kline, on the off chance our paths cross some day I'll buy you a beer
2021-05-21 00:14:09 <oats> hats off to the staff all around
2021-05-21 00:14:31 <kline> thanks, its been a couple of very personally very difficult weeks
2021-05-21 00:15:00 <oats> how long has libera been in the works
2021-05-21 00:15:02 nicholasbulka joins (~nicholasb@2601:900:4301:da0:8cd5:3c3f:bd26:2318)
2021-05-21 00:15:05 <oats> I only learned of it yesterday morning
2021-05-21 00:15:20 <kline> we're all pretty heartbroken that 1) christel sold the network and hid it all from us and 2) the person she sold it to is seemingly so happy to damage the network because they can to flex
2021-05-21 00:15:24 × elusive quits (~Jeanne-Ka@static-198-54-134-151.cust.tzulo.com) (Quit: Leaving)
2021-05-21 00:15:29 <kline> it only opened a couple of days ago
2021-05-21 00:15:58 <kline> but its been getting built for a bit longer than that
2021-05-21 00:16:51 <oats> yeah, that's what I'm curious about
2021-05-21 00:16:57 <oats> that had to have been a herculean effort
2021-05-21 00:20:02 <oats> oh damn I'm still on the freenode side lol
2021-05-21 00:20:11 × sm2n quits (~sm2n@bras-base-hmtnon143hw-grc-15-70-54-78-51.dsl.bell.ca) (Quit: Leaving)
2021-05-21 00:20:14 <oats> gotta say I expected the ex-staffers to be banned or something idk
2021-05-21 00:20:23 sm2n joins (~sm2n@bras-base-hmtnon143hw-grc-15-70-54-78-51.dsl.bell.ca)
2021-05-21 00:22:46 falafel joins (~falafel@2600:8800:4700:53f0:b4a5:fa93:bc1a:b3d6)
2021-05-21 00:23:02 Codaraxis joins (~Codaraxis@ip68-5-90-227.oc.oc.cox.net)
2021-05-21 00:23:10 UpstreamSalmon joins (uid12077@gateway/web/irccloud.com/x-gbjlcepdgwavspma)
2021-05-21 00:23:28 olligobber joins (olligobber@gateway/vpn/privateinternetaccess/olligobber)
2021-05-21 00:23:37 <mniip> oats, any second now ;)
2021-05-21 00:23:52 tzh_ joins (~tzh@c-24-21-73-154.hsd1.or.comcast.net)

All times are in UTC.