Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→ 502,152 events total
2021-04-03 05:24:14 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
2021-04-03 05:29:18 × gienah quits (~mwright@gentoo/developer/gienah) (Read error: No route to host)
2021-04-03 05:31:20 v01d4lph4 joins (~v01d4lph4@223.190.20.92)
2021-04-03 05:31:20 × Tario quits (~Tario@201.192.165.173) (Read error: Connection reset by peer)
2021-04-03 05:31:50 Tario joins (~Tario@201.192.165.173)
2021-04-03 05:33:45 tpefreedom parts (627dbde6@98.125.189.230) ()
2021-04-03 05:35:53 × XorSwap quits (~me@wnpgmb016qw-ds01-123-1.dynamic.bellmts.net) (Quit: Leaving)
2021-04-03 05:37:16 DTZUZU_ joins (~DTZUZO@207.81.119.43)
2021-04-03 05:37:55 Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas)
2021-04-03 05:39:39 × DTZUZU quits (~DTZUZO@205.ip-149-56-132.net) (Ping timeout: 252 seconds)
2021-04-03 05:41:11 gienah joins (~mwright@gentoo/developer/gienah)
2021-04-03 05:42:39 × kiweun quits (~kiweun@2607:fea8:2a62:9600:b854:1b9f:904d:9c7b) (Remote host closed the connection)
2021-04-03 05:44:31 kiweun joins (~kiweun@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com)
2021-04-03 05:45:47 × kiweun quits (~kiweun@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com) (Read error: Connection reset by peer)
2021-04-03 05:46:40 kiweun joins (~kiweun@2607:fea8:2a62:9600:e46e:4237:b0fa:b308)
2021-04-03 05:47:22 × carlomagno quits (~cararell@148.87.23.11) (Quit: Leaving.)
2021-04-03 05:49:07 × Wuzzy quits (~Wuzzy@p57a2fb8a.dip0.t-ipconnect.de) (Remote host closed the connection)
2021-04-03 05:51:14 × kiweun quits (~kiweun@2607:fea8:2a62:9600:e46e:4237:b0fa:b308) (Ping timeout: 258 seconds)
2021-04-03 05:53:28 × abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving)
2021-04-03 05:54:11 DTZUZU joins (~DTZUZO@205.ip-149-56-132.net)
2021-04-03 05:56:41 × DTZUZU_ quits (~DTZUZO@207.81.119.43) (Ping timeout: 240 seconds)
2021-04-03 05:56:45 frozenErebus joins (~frozenEre@37.231.244.249)
2021-04-03 05:57:57 <hololeap> virmaha: just because it's a different paradigm doesn't mean your program will be written automatically for you. you still have to write it.
2021-04-03 06:00:25 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-04-03 06:00:41 × cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
2021-04-03 06:00:45 <hololeap> if you are looking for a library that handles that exact use case, i don't know of one. there are various libraries for writing concurrent programs. from low level ones like async, to higher level ones which require some training such as the frp libraries
2021-04-03 06:02:57 <koz_> It's also worth noting that there isn't a One True Way to do this in Haskell-land either.
2021-04-03 06:03:06 <koz_> Even among FRP there's considerable diversity of opinion.
2021-04-03 06:03:52 × danso quits (~dan@2001:1970:52e7:d000:96b8:6dff:feb3:c009) (Quit: WeeChat 3.0)
2021-04-03 06:04:09 danso joins (~dan@2001:1970:52e7:d000:96b8:6dff:feb3:c009)
2021-04-03 06:06:52 × v01d4lph4 quits (~v01d4lph4@223.190.20.92) (Ping timeout: 268 seconds)
2021-04-03 06:12:44 <hololeap> virmaha: you can set up the problem in types, which is higher level than what c++ allows. it would be necessary to understand the problem in greater detail in order to guide you further
2021-04-03 06:13:39 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 268 seconds)
2021-04-03 06:17:23 <hololeap> at the most basic level, i forsee something like: `data MyLogic logic = PeriodicEvent logic | RandomEvent (Event -> logic)` and then you program the logic when to run each branch separately
2021-04-03 06:21:04 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-04-03 06:25:41 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
2021-04-03 06:25:42 takuan joins (~takuan@178-116-218-225.access.telenet.be)
2021-04-03 06:26:21 × rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Remote host closed the connection)
2021-04-03 06:26:45 × vicfred quits (vicfred@gateway/vpn/mullvad/vicfred) (Quit: Leaving)
2021-04-03 06:29:07 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
2021-04-03 06:30:54 rdivyanshu joins (uid322626@gateway/web/irccloud.com/x-mnwzpqytfzkwgumq)
2021-04-03 06:32:35 × sMuNiX quits (~sMuNiX@lnsm2-montreal02-142-118-236-120.internet.virginmobile.ca) (Ping timeout: 265 seconds)
2021-04-03 06:34:15 × rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Remote host closed the connection)
2021-04-03 06:34:42 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2021-04-03 06:38:02 rekahsoft joins (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com)
2021-04-03 06:39:57 Franciman joins (~francesco@host-87-20-23-243.retail.telecomitalia.it)
2021-04-03 06:43:38 aryakirandate joins (31cf8fd5@49.207.143.213)
2021-04-03 06:43:58 × aryakirandate quits (31cf8fd5@49.207.143.213) (Client Quit)
2021-04-03 06:47:15 __minoru__shirae joins (~shiraeesh@77.94.25.131)
2021-04-03 06:50:01 × rekahsoft quits (~rekahsoft@cpe0008a20f982f-cm64777d666260.cpe.net.cable.rogers.com) (Ping timeout: 268 seconds)
2021-04-03 06:52:26 × Tario quits (~Tario@201.192.165.173) (Ping timeout: 260 seconds)
2021-04-03 06:57:03 × Franciman quits (~francesco@host-87-20-23-243.retail.telecomitalia.it) (Quit: Leaving)
2021-04-03 06:57:46 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 240 seconds)
2021-04-03 06:58:32 solvr joins (57e3c46d@87.227.196.109)
2021-04-03 06:59:39 frozenErebus joins (~frozenEre@37.231.244.249)
2021-04-03 07:00:01 Lord_of_Life joins (~Lord@unaffiliated/lord-of-life/x-0885362)
2021-04-03 07:01:41 × motersen quits (~motersen@gateway/tor-sasl/motersen) (Remote host closed the connection)
2021-04-03 07:04:39 × Guest95177 quits (~micro@a9.lence.net) (Quit: leaving)
2021-04-03 07:04:52 micro joins (~micro@unaffiliated/micro)
2021-04-03 07:06:15 × micro quits (~micro@unaffiliated/micro) (Client Quit)
2021-04-03 07:07:46 × stree quits (~stree@68.36.8.116) (Ping timeout: 260 seconds)
2021-04-03 07:10:16 micro joins (~micro@unaffiliated/micro)
2021-04-03 07:10:16 motersen joins (~motersen@gateway/tor-sasl/motersen)
2021-04-03 07:10:38 × Rudd0 quits (~Rudd0@185.189.115.108) (Ping timeout: 240 seconds)
2021-04-03 07:15:21 elfets joins (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de)
2021-04-03 07:16:16 Franciman joins (~francesco@host-87-20-23-243.retail.telecomitalia.it)
2021-04-03 07:18:13 × Franciman quits (~francesco@host-87-20-23-243.retail.telecomitalia.it) (Remote host closed the connection)
2021-04-03 07:21:02 stree joins (~stree@68.36.8.116)
2021-04-03 07:23:20 DTZUZU_ joins (~DTZUZO@207.81.119.43)
2021-04-03 07:23:55 madjestic joins (~madjestic@86-88-72-244.fixed.kpn.net)
2021-04-03 07:25:08 × justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 258 seconds)
2021-04-03 07:25:45 × DTZUZU quits (~DTZUZO@205.ip-149-56-132.net) (Ping timeout: 265 seconds)
2021-04-03 07:29:11 × frozenErebus quits (~frozenEre@37.231.244.249) (Ping timeout: 240 seconds)
2021-04-03 07:30:54 × dyeplexer quits (~lol@unaffiliated/terpin) (Quit: Leaving)
2021-04-03 07:32:30 × motersen quits (~motersen@gateway/tor-sasl/motersen) (Remote host closed the connection)
2021-04-03 07:32:38 mikoto-chan joins (~anass@gateway/tor-sasl/mikoto-chan)
2021-04-03 07:32:45 motersen joins (~motersen@gateway/tor-sasl/motersen)
2021-04-03 07:33:18 jpds1 joins (~jpds@gateway/tor-sasl/jpds)
2021-04-03 07:33:41 × __minoru__shirae quits (~shiraeesh@77.94.25.131) (Ping timeout: 240 seconds)
2021-04-03 07:33:57 × jpds quits (~jpds@gateway/tor-sasl/jpds) (Ping timeout: 240 seconds)
2021-04-03 07:35:45 _ht joins (~quassel@82-169-194-8.biz.kpn.net)
2021-04-03 07:39:01 × anandprabhu quits (~anand@94.203.250.121) (Quit: Konversation terminated!)
2021-04-03 07:40:15 × madjestic quits (~madjestic@86-88-72-244.fixed.kpn.net) (Ping timeout: 265 seconds)
2021-04-03 07:42:27 Franciman joins (~francesco@host-87-20-23-243.retail.telecomitalia.it)
2021-04-03 07:44:06 plutoniix joins (~q@ppp-223-24-92-147.revip6.asianet.co.th)
2021-04-03 07:45:10 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-04-03 07:46:17 __minoru__shirae joins (~shiraeesh@77.94.25.131)
2021-04-03 07:47:37 × solvr quits (57e3c46d@87.227.196.109) (Quit: Connection closed)
2021-04-03 07:48:34 × pavonia quits (~user@unaffiliated/siracusa) (Quit: Bye!)
2021-04-03 07:51:13 × tzh quits (~tzh@c-24-21-73-154.hsd1.or.comcast.net) (Quit: zzz)
2021-04-03 07:56:44 madjestic joins (~madjestic@86-88-72-244.fixed.kpn.net)
2021-04-03 07:57:34 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2021-04-03 07:57:41 × Kaiepi quits (~Kaiepi@47.54.252.148) (Ping timeout: 240 seconds)
2021-04-03 08:00:16 × Franciman quits (~francesco@host-87-20-23-243.retail.telecomitalia.it) (Quit: Leaving)
2021-04-03 08:02:11 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 240 seconds)
2021-04-03 08:02:16 kiweun joins (~kiweun@2607:fea8:2a62:9600:a935:2150:7e71:3e8c)
2021-04-03 08:04:06 v01d4lph4 joins (~v01d4lph4@223.190.20.92)
2021-04-03 08:04:46 × __minoru__shirae quits (~shiraeesh@77.94.25.131) (Ping timeout: 260 seconds)
2021-04-03 08:05:35 __minoru__shirae joins (~shiraeesh@77.94.25.131)
2021-04-03 08:06:07 Kaiepi joins (~Kaiepi@47.54.252.148)

All times are in UTC.