Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→
Page 1 .. 834 835 836 837 838 839 840 841 842 843 844 .. 5022
502,152 events total
2020-10-24 05:52:42 christo joins (~chris@81.96.113.213)
2020-10-24 05:52:49 <how_does_this_wo> hey! I'm probably thinking about this wrong, but I'm trying to implement a function
2020-10-24 05:53:03 <how_does_this_wo> parse :: String -> [String]
2020-10-24 05:53:33 <sureyeaah> I tried `socket :: IO (Socket Unix Stream Default)` and that works. But I'm still not able to create the file based socket.
2020-10-24 05:53:51 <how_does_this_wo> where it searches the string for valid patterns and then returns a list of everything it can parse out, and I want to create it lazily obviously so I can stream in the data, so is there a way to yield in parse?
2020-10-24 05:54:16 × christo quits (~chris@81.96.113.213) (Remote host closed the connection)
2020-10-24 05:54:46 <how_does_this_wo> cause the only other way I can think of doing it is consing the newest parsed element to the front of the list, piping it through a reverse, and then processing it
2020-10-24 05:55:14 <how_does_this_wo> but I don't think in that case the laziness can be of any advantage
2020-10-24 05:55:24 atriq is now known as Taneb
2020-10-24 05:55:35 <how_does_this_wo> parse :: [String] -> [String] **
2020-10-24 05:59:37 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2020-10-24 06:00:02 × openstackstatus1 quits (~openstack@94.229.74.91) ()
2020-10-24 06:00:02 <sureyeaah> probably use something like scanl?
2020-10-24 06:00:09 <sureyeaah> how_does_this_wo:
2020-10-24 06:00:13 dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com)
2020-10-24 06:04:45 × dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 240 seconds)
2020-10-24 06:05:59 junjie joins (~Thunderbi@112.49.232.164)
2020-10-24 06:08:10 × cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 258 seconds)
2020-10-24 06:09:15 × how_does_this_wo quits (3263cbdb@50.99.203.219) (Remote host closed the connection)
2020-10-24 06:13:22 mbomba joins (~mbomba@142.114.9.241)
2020-10-24 06:15:08 taurux joins (~taurux@net-188-152-78-51.cust.dsl.teletu.it)
2020-10-24 06:15:49 × tito_04 quits (~taurux@net-188-152-78-51.cust.dsl.teletu.it) (Ping timeout: 264 seconds)
2020-10-24 06:17:57 × acidjnk_new3 quits (~acidjnk@p200300d0c7237865d5c3bc452ffc90f6.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2020-10-24 06:20:00 × mbomba quits (~mbomba@142.114.9.241) (Quit: WeeChat 2.9)
2020-10-24 06:23:10 tromp joins (~tromp@dhcp-077-249-230-040.chello.nl)
2020-10-24 06:27:34 × tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Ping timeout: 246 seconds)
2020-10-24 06:28:47 Quarl joins (~Quarl@94.191.136.110.mobile.tre.se)
2020-10-24 06:28:57 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2020-10-24 06:29:14 × sfvm quits (~sfvm@37.228.215.148) (Remote host closed the connection)
2020-10-24 06:32:00 christo joins (~chris@81.96.113.213)
2020-10-24 06:32:09 × christo quits (~chris@81.96.113.213) (Remote host closed the connection)
2020-10-24 06:34:13 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds)
2020-10-24 06:37:00 × falafel_ quits (~falafel@71-34-132-121.clsp.qwest.net) (Ping timeout: 260 seconds)
2020-10-24 06:37:05 ggole joins (~ggole@2001:8003:8119:7200:f40c:8454:96a4:4e08)
2020-10-24 06:38:34 falafel_ joins (~falafel@71-34-132-121.clsp.qwest.net)
2020-10-24 06:42:58 × nshepperd2 quits (~nshepperd@li364-218.members.linode.com) (Quit: The Lounge - https://thelounge.chat)
2020-10-24 06:42:58 × nshepperd quits (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (Quit: WeeChat 2.9)
2020-10-24 06:44:02 nshepperd joins (~nshepperd@li364-218.members.linode.com)
2020-10-24 06:44:09 is_null joins (~jpic@pdpc/supporter/professional/is-null)
2020-10-24 06:45:16 nshepperd2 joins (~nshepperd@li364-218.members.linode.com)
2020-10-24 06:46:25 × nshepperd quits (~nshepperd@li364-218.members.linode.com) (Client Quit)
2020-10-24 06:46:25 × toorevitimirp quits (~tooreviti@117.182.180.83) (Ping timeout: 264 seconds)
2020-10-24 06:46:41 nshepperd joins (nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2020-10-24 06:47:07 × nshepperd quits (nshepperd@2600:3c03::f03c:92ff:fe28:92c9) (Client Quit)
2020-10-24 06:50:03 nshepperd joins (nshepperd@2600:3c03::f03c:92ff:fe28:92c9)
2020-10-24 06:58:06 × wei2912 quits (~wei2912@unaffiliated/wei2912) (Remote host closed the connection)
2020-10-24 07:01:15 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2020-10-24 07:01:22 tromp joins (~tromp@dhcp-077-249-230-040.chello.nl)
2020-10-24 07:07:14 × geowiesnot quits (~user@87-89-181-157.abo.bbox.fr) (Ping timeout: 256 seconds)
2020-10-24 07:14:20 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 260 seconds)
2020-10-24 07:15:53 × Lord_of_Life quits (~Lord@46.217.218.96) (Changing host)
2020-10-24 07:15:53 Lord_of_Life joins (~Lord@unaffiliated/lord-of-life/x-0885362)
2020-10-24 07:17:53 knupfer joins (~Thunderbi@i59F7FF06.versanet.de)
2020-10-24 07:19:22 × revprez_anzio quits (~revprez_a@pool-108-49-213-40.bstnma.fios.verizon.net) (Ping timeout: 246 seconds)
2020-10-24 07:20:32 revprez_anzio joins (~revprez_a@pool-108-49-213-40.bstnma.fios.verizon.net)
2020-10-24 07:21:39 polyrain joins (~polyrain@2001:8003:e501:6901:513b:72e6:ceb8:fd2e)
2020-10-24 07:22:27 × knupfer quits (~Thunderbi@i59F7FF06.versanet.de) (Ping timeout: 260 seconds)
2020-10-24 07:25:19 CMCDragonkai1 joins (~Thunderbi@124.19.3.250)
2020-10-24 07:25:42 ahmr88 joins (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net)
2020-10-24 07:26:24 × mirrorbird quits (~psutcliff@2a00:801:42b:7891:16b1:e53f:55b2:15e1) (Quit: Leaving)
2020-10-24 07:29:10 pabelanger1 joins (~pabelange@185.244.214.217)
2020-10-24 07:32:27 × ahmr88 quits (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net) (Remote host closed the connection)
2020-10-24 07:34:05 × ps-auxw quits (~arneb@p548c6f52.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2020-10-24 07:34:23 ps-auxw joins (~arneb@p548c6f52.dip0.t-ipconnect.de)
2020-10-24 07:36:08 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds)
2020-10-24 07:37:35 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
2020-10-24 07:38:35 jedws joins (~jedws@101.184.148.229)
2020-10-24 07:40:56 × jedws quits (~jedws@101.184.148.229) (Client Quit)
2020-10-24 07:42:37 ahmr88 joins (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net)
2020-10-24 07:42:48 is_null joins (~jpic@pdpc/supporter/professional/is-null)
2020-10-24 07:43:50 × GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie)
2020-10-24 07:44:07 GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be)
2020-10-24 07:44:07 × GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host)
2020-10-24 07:44:07 GyroW joins (~GyroW@unaffiliated/gyrow)
2020-10-24 07:44:37 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 260 seconds)
2020-10-24 07:50:36 tefter joins (~bmaxa@87.250.59.115)
2020-10-24 07:50:47 × irc_user quits (uid423822@gateway/web/irccloud.com/x-alxceqcksustqekt) (Quit: Connection closed for inactivity)
2020-10-24 08:00:08 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2020-10-24 08:01:07 dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com)
2020-10-24 08:03:24 jedws joins (~jedws@101.184.148.229)
2020-10-24 08:06:10 × dbmikus quits (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) (Ping timeout: 256 seconds)
2020-10-24 08:08:29 × coot quits (~coot@37.30.51.94.nat.umts.dynamic.t-mobile.pl) (Quit: coot)
2020-10-24 08:08:44 wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net)
2020-10-24 08:11:23 × ech quits (~user@gateway/tor-sasl/ech) (Ping timeout: 240 seconds)
2020-10-24 08:12:40 geowiesnot joins (~user@i15-les02-ix2-87-89-181-157.sfr.lns.abo.bbox.fr)
2020-10-24 08:13:25 × wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 264 seconds)
2020-10-24 08:14:46 Varis joins (~Tadas@unaffiliated/varis)
2020-10-24 08:20:59 chaosmasttter joins (~chaosmast@p200300c4a7138f01d15b56f7610b6e80.dip0.t-ipconnect.de)
2020-10-24 08:21:43 Franciman joins (~francesco@host-82-54-10-114.retail.telecomitalia.it)
2020-10-24 08:22:28 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Ping timeout: 260 seconds)
2020-10-24 08:22:59 Tuplanolla joins (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi)
2020-10-24 08:23:02 m0rphism joins (~m0rphism@HSI-KBW-046-005-177-122.hsi8.kabel-badenwuerttemberg.de)
2020-10-24 08:26:15 jsynacek_ joins (~jsynacek@ip-185-149-130-112.kmenet.cz)
2020-10-24 08:28:49 × jbox quits (~atlas@unaffiliated/jbox) (Quit: WeeChat 2.9)
2020-10-24 08:28:52 × jb55 quits (~jb55@gateway/tor-sasl/jb55) (Remote host closed the connection)
2020-10-24 08:29:12 jb55 joins (~jb55@gateway/tor-sasl/jb55)
2020-10-24 08:29:25 × falafel_ quits (~falafel@71-34-132-121.clsp.qwest.net) (Ping timeout: 240 seconds)
2020-10-24 08:32:05 × mnrmnaughmnrgle quits (~mnrmnaugh@unaffiliated/mnrmnaugh) (Ping timeout: 240 seconds)
2020-10-24 08:34:13 × hwabyong quits (~hwabyong@ec2-3-221-194-167.compute-1.amazonaws.com) (Ping timeout: 258 seconds)
2020-10-24 08:34:41 × bjs quits (sid190364@gateway/web/irccloud.com/x-vnofeissxqqkjger) (Ping timeout: 272 seconds)

All times are in UTC.