Home liberachat/#haskell: Logs Calendar

Logs: liberachat/#haskell

←Prev  Next→
Page 1 .. 396 397 398 399 400 401 402 403 404 405 406 .. 17996
1,799,568 events total
2021-06-11 08:56:03 × dunkeln quits (~dunkeln@94.129.65.28) (Ping timeout: 252 seconds)
2021-06-11 08:57:05 nilof joins (~olofs@90-227-86-119-no542.tbcn.telia.com)
2021-06-11 08:57:34 × Erutuon quits (~Erutuon@user/erutuon) (Ping timeout: 245 seconds)
2021-06-11 08:59:47 <gentauro> maerwald: shouldn't it "just" be stated somewhere in the GitHub `readme.md` file?
2021-06-11 08:59:56 <gentauro> just for "clarity" / "transparency"?
2021-06-11 09:00:32 × BosonCollider quits (~olofs@90-227-86-119-no542.tbcn.telia.com) (Ping timeout: 252 seconds)
2021-06-11 09:00:32 <merijn> I mean, that's, like, 90% of the functionality of stack?
2021-06-11 09:02:59 <merijn> That's like saying GHC should advertise the fact that it compiles Haskell for clarity/transparency
2021-06-11 09:04:16 <gentauro> merijn: good point
2021-06-11 09:05:24 <maerwald> I think gentauro was worried stack would be a windows service style backend that logs into your machine to update GHC
2021-06-11 09:05:30 <maerwald> which wouldn't surprise me :p
2021-06-11 09:05:50 <merijn> It would surprise me :p
2021-06-11 09:06:07 <merijn> because that'd mean someone was crazy enough to go through the hassle of engineering something like that
2021-06-11 09:06:13 <maerwald> gentauro: https://github.com/commercialhaskell/stackage-content/blob/master/stack/stack-setup-2.yaml
2021-06-11 09:06:49 yd502_ joins (~yd502@180.168.212.6)
2021-06-11 09:06:58 <maerwald> "AS OF STACK 1.3.0, THIS INFORMATION IS NO LONGER USED, AND NEWER VERSIONS OF STACK WILL NOT BE ADDED."
2021-06-11 09:07:00 <maerwald> aha
2021-06-11 09:07:06 <maerwald> and no description what's done instead
2021-06-11 09:07:10 yoctocell joins (~yoctocell@h87-96-130-155.cust.a3fiber.se)
2021-06-11 09:07:56 anandprabhu joins (~anandprab@87.201.97.214)
2021-06-11 09:09:15 × yd502 quits (~yd502@180.168.212.6) (Ping timeout: 252 seconds)
2021-06-11 09:10:13 <maerwald> so maybe it IS a phone-home service after all :p
2021-06-11 09:11:14 eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171)
2021-06-11 09:16:05 × eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171) (Ping timeout: 272 seconds)
2021-06-11 09:17:03 yd502 joins (~yd502@180.168.212.6)
2021-06-11 09:17:37 fizbin joins (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net)
2021-06-11 09:18:36 × yd502_ quits (~yd502@180.168.212.6) (Ping timeout: 252 seconds)
2021-06-11 09:19:57 × zaquest quits (~notzaques@5.128.210.178) (Quit: Leaving)
2021-06-11 09:20:47 nsilv joins (~nsilv@212.103.198.210)
2021-06-11 09:21:01 trent1 joins (~trent@2001:8003:340d:d00:b2de:b98:7a93:b0ea)
2021-06-11 09:21:08 zaquest joins (~notzaques@5.128.210.178)
2021-06-11 09:24:01 <siers> Is iterateMaybeM just an explicit iterateM + WriterT (MaybeT m a) [a] or similar? https://hackage.haskell.org/package/monad-extras-0.6.0/docs/Control-Monad-Extra.html#v:iterateMaybeM
2021-06-11 09:27:19 vpan joins (~vpan@212.117.1.172)
2021-06-11 09:35:49 × ubert quits (~Thunderbi@p200300ecdf259d9f54bb2464a6e8d03a.dip0.t-ipconnect.de) (Remote host closed the connection)
2021-06-11 09:37:29 eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171)
2021-06-11 09:38:49 <siers> I wonder if that stack will work even
2021-06-11 09:41:01 brian_da_mage joins (~Neuromanc@user/briandamag)
2021-06-11 09:42:18 × eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171) (Ping timeout: 264 seconds)
2021-06-11 09:43:37 dhil joins (~dhil@195.213.192.47)
2021-06-11 09:46:55 yd502_ joins (~yd502@180.168.212.6)
2021-06-11 09:47:03 <siers> I remember reading that WriterT is "slow". Was that the case? Does it only apply when you want to squeeze out more performance?
2021-06-11 09:47:14 lortabac joins (~lortabac@2a01:e0a:541:b8f0:56f8:8796:29c6:7f5b)
2021-06-11 09:48:09 × fizbin quits (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) (Remote host closed the connection)
2021-06-11 09:49:25 <boxscape> siers I'm not really well informed on that topic but this talks about (even the strict) WriterT having a space leak, which might be what you're referring to https://mail.haskell.org/pipermail/libraries/2012-October/018599.html
2021-06-11 09:49:35 <boxscape> I believe this version doesn't have that particular problem https://hackage.haskell.org/package/transformers-0.5.6.2/docs/Control-Monad-Trans-Writer-CPS.html
2021-06-11 09:50:01 turion joins (~turion@2a02:810d:8abf:c4a8:e8a3:1701:9e78:7013)
2021-06-11 09:50:17 × yd502 quits (~yd502@180.168.212.6) (Ping timeout: 272 seconds)
2021-06-11 09:56:17 <gentauro> 11:05 < maerwald> I think gentauro was worried stack would be a windows service style backend that logs into your machine to update GHC
2021-06-11 09:56:20 <gentauro> xD
2021-06-11 09:58:18 dunkeln joins (~dunkeln@94.129.65.28)
2021-06-11 09:58:20 × notzmv quits (~zmv@user/notzmv) (Ping timeout: 244 seconds)
2021-06-11 09:58:25 × xkuru quits (~xkuru@user/xkuru) (Read error: Connection reset by peer)
2021-06-11 09:58:33 fizbin joins (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net)
2021-06-11 09:58:56 Shaeto joins (~Shaeto@94.25.234.158)
2021-06-11 10:02:08 eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171)
2021-06-11 10:03:22 × econo quits (uid147250@user/econo) (Quit: Connection closed for inactivity)
2021-06-11 10:03:57 pe200012_ joins (~pe200012@120.236.161.38)
2021-06-11 10:04:10 × pe200012 quits (~pe200012@183.63.73.36) (Ping timeout: 272 seconds)
2021-06-11 10:04:48 × chomwitt quits (~Pitsikoko@2a02:587:dc02:b00:98b0:cd42:bd6f:8295) (Ping timeout: 272 seconds)
2021-06-11 10:06:57 × eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171) (Ping timeout: 268 seconds)
2021-06-11 10:14:25 × turion quits (~turion@2a02:810d:8abf:c4a8:e8a3:1701:9e78:7013) (Quit: Leaving.)
2021-06-11 10:15:08 × fizbin quits (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) (Remote host closed the connection)
2021-06-11 10:18:03 fizbin joins (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net)
2021-06-11 10:18:10 ubert joins (~Thunderbi@2a02:8109:9880:303c:ca5b:76ff:fe29:f233)
2021-06-11 10:21:22 pe200012_ is now known as pe200012
2021-06-11 10:22:18 eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171)
2021-06-11 10:22:24 × fizbin quits (~fizbin@c-73-33-197-160.hsd1.nj.comcast.net) (Ping timeout: 252 seconds)
2021-06-11 10:22:29 mc47 joins (~mc47@xmonad/TheMC47)
2021-06-11 10:25:42 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 272 seconds)
2021-06-11 10:26:47 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-06-11 10:27:18 × eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171) (Ping timeout: 264 seconds)
2021-06-11 10:30:22 × nilof quits (~olofs@90-227-86-119-no542.tbcn.telia.com) (Ping timeout: 244 seconds)
2021-06-11 10:31:55 × nsilv quits (~nsilv@212.103.198.210) (Ping timeout: 244 seconds)
2021-06-11 10:33:59 × hnOsmium0001 quits (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity)
2021-06-11 10:35:44 jakzale joins (uid499518@id-499518.charlton.irccloud.com)
2021-06-11 10:36:47 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds)
2021-06-11 10:38:25 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-06-11 10:41:15 × tromp quits (~textual@dhcp-077-249-230-040.chello.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2021-06-11 10:42:41 eggplantade joins (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171)
2021-06-11 10:43:48 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 244 seconds)
2021-06-11 10:44:02 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-06-11 10:44:06 × teaSlurper quits (~chris@81.96.113.213) (Remote host closed the connection)
2021-06-11 10:47:39 × eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:1d2f:92ad:f3ce:a171) (Ping timeout: 268 seconds)
2021-06-11 10:49:10 × bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2021-06-11 10:49:21 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds)
2021-06-11 10:49:56 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-06-11 10:50:14 notzmv joins (~zmv@user/notzmv)
2021-06-11 10:51:00 × yd502_ quits (~yd502@180.168.212.6) (Ping timeout: 252 seconds)
2021-06-11 10:52:55 yd502_ joins (~yd502@180.168.212.6)
2021-06-11 10:53:59 M_o_C joins (~moc@dslb-092-075-202-200.092.075.pools.vodafone-ip.de)
2021-06-11 10:54:04 M_o_C is now known as MoC
2021-06-11 10:54:08 × bsima quits (~bsima@simatime.com) (Quit: ZNC 1.8.1 - https://znc.in)
2021-06-11 10:54:26 × dunkeln quits (~dunkeln@94.129.65.28) (Ping timeout: 268 seconds)
2021-06-11 10:55:02 bsima joins (~bsima@simatime.com)
2021-06-11 10:55:05 xkuru joins (~xkuru@user/xkuru)
2021-06-11 10:55:57 × blankhart quits (~blankhart@pool-72-88-174-206.nwrknj.fios.verizon.net) (Ping timeout: 252 seconds)
2021-06-11 10:59:27 MoC is now known as MoC_
2021-06-11 10:59:45 MoC_ is now known as MoC__
2021-06-11 10:59:51 MoC__ is now known as MoC
2021-06-11 11:00:30 pavonia joins (~user@user/siracusa)

All times are in UTC.