2024/04/20

Newest at the top

2024-04-20 08:24:37 +0200zetef(~quassel@109.166.183.50)
2024-04-20 08:24:15 +0200zetef(~quassel@109.166.183.50) (Remote host closed the connection)
2024-04-20 08:16:13 +0200monochrom(trebla@216.138.220.146)
2024-04-20 08:15:57 +0200monochrom(~trebla@216.138.220.146) (Quit: ZNC 1.8.2+deb3.1 - https://znc.in)
2024-04-20 08:10:33 +0200ddellacosta(~ddellacos@ool-44c73d29.dyn.optonline.net)
2024-04-20 08:07:51 +0200takuan(~takuan@178-116-218-225.access.telenet.be)
2024-04-20 08:06:34 +0200echoreply(~echoreply@45.32.163.16)
2024-04-20 08:05:14 +0200echoreply(~echoreply@45.32.163.16) (Quit: WeeChat 2.8)
2024-04-20 08:03:43 +0200zetef(~quassel@109.166.183.50)
2024-04-20 07:53:26 +0200monochrom(~trebla@216.138.220.146)
2024-04-20 07:50:21 +0200philopsos(~caecilius@user/philopsos) (Ping timeout: 268 seconds)
2024-04-20 07:39:00 +0200monochrom(trebla@216.138.220.146) (Quit: ZNC 1.8.2+deb3.1 - https://znc.in)
2024-04-20 07:34:22 +0200lol_jcarpenter2
2024-04-20 07:20:53 +0200harveypwca(~harveypwc@2601:246:d080:b40:1889:d9bf:2dd8:b288)
2024-04-20 07:02:39 +0200tri(~tri@ool-18bc2e74.dyn.optonline.net) (Remote host closed the connection)
2024-04-20 06:58:59 +0200elbear(~lucian@79.118.150.93)
2024-04-20 06:56:22 +0200Eoco(~ian@128.101.131.218) (Client Quit)
2024-04-20 06:53:45 +0200Eoco(~ian@128.101.131.218)
2024-04-20 06:53:35 +0200rvalue(~rvalue@user/rvalue)
2024-04-20 06:53:06 +0200rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2024-04-20 06:44:23 +0200Eoco(~ian@128.101.131.218) (Remote host closed the connection)
2024-04-20 06:40:29 +0200danza(~francesco@151.35.109.129)
2024-04-20 06:35:29 +0200Eoco(~ian@128.101.131.218)
2024-04-20 06:35:07 +0200Eoco(~ian@128.101.131.218) (Remote host closed the connection)
2024-04-20 06:27:15 +0200Eoco(~ian@128.101.131.218)
2024-04-20 06:25:27 +0200Eoco(~ian@128.101.131.218) (Remote host closed the connection)
2024-04-20 06:19:38 +0200michalz(~michalz@185.246.207.197)
2024-04-20 06:17:30 +0200Eoco(~ian@128.101.131.218)
2024-04-20 06:16:51 +0200Eoco(~ian@128.101.131.218) (Remote host closed the connection)
2024-04-20 06:14:23 +0200peterbecich(~Thunderbi@47.229.123.186) (Ping timeout: 264 seconds)
2024-04-20 06:12:24 +0200madeleine-sydney(~madeleine@c-76-155-235-153.hsd1.co.comcast.net)
2024-04-20 06:09:04 +0200Eoco(~ian@128.101.131.218)
2024-04-20 06:08:36 +0200Eoco(~ian@128.101.131.218) (Ping timeout: 268 seconds)
2024-04-20 06:05:14 +0200Inst(~Inst@user/Inst) (Remote host closed the connection)
2024-04-20 06:03:27 +0200tri(~tri@ool-18bc2e74.dyn.optonline.net)
2024-04-20 06:03:15 +0200tri(~tri@ool-18bc2e74.dyn.optonline.net) (Remote host closed the connection)
2024-04-20 06:02:48 +0200peterbecich(~Thunderbi@47.229.123.186)
2024-04-20 06:01:09 +0200machinedgod(~machinedg@d173-183-246-216.abhsia.telus.net)
2024-04-20 05:56:34 +0200tri(~tri@ool-18bc2e74.dyn.optonline.net)
2024-04-20 05:51:38 +0200notzmv(~daniel@user/notzmv)
2024-04-20 05:46:35 +0200notzmv(~daniel@user/notzmv) (Ping timeout: 245 seconds)
2024-04-20 05:40:33 +0200bilegeek(~bilegeek@2600:1008:b052:9f92:ca72:e94b:77e6:642e)
2024-04-20 05:38:16 +0200aforemny(~aforemny@i59F516F6.versanet.de) (Ping timeout: 260 seconds)
2024-04-20 05:36:52 +0200aforemny_(~aforemny@2001:9e8:6cd6:500:e763:a78e:e89e:9c7f)
2024-04-20 05:36:50 +0200bilegeek(~bilegeek@2600:1008:b052:9f92:ca72:e94b:77e6:642e) (Quit: Leaving)
2024-04-20 05:24:51 +0200trev(~trev@user/trev)
2024-04-20 05:22:17 +0200 <Inst> also, does the reader / function monad have any implications for laziness? And is there much loss if you resort to using ( (->) r ) in lieu of closures?
2024-04-20 05:21:29 +0200 <Inst> I'm wondering if Hasklel optimizes this properly
2024-04-20 05:21:23 +0200 <Inst> I might have that code wrong, but in degrades into _ <*> b = b
2024-04-20 05:21:00 +0200 <Inst> Curious, does it matter at all that both ReaderT and the ((->) r) monad have (const id <$ a) <*> b as an instance for then?