Home liberachat/#haskell: Logs Calendar

Logs: liberachat/#haskell

←Prev  Next→ 1,804,227 events total
2025-08-27 14:56:26 L29Ah parts (~L29Ah@wikipedia/L29Ah) ()
2025-08-27 14:56:29 <bwe> so, how can I check whether my options worked?
2025-08-27 14:57:25 ent-_ joins (~entgod@kapsi.fi)
2025-08-27 14:57:28 <EvanR> according to this stackoverflow there is rtsSupportsBoundThreads in Control.Concurrent
2025-08-27 14:57:44 ezzieygu1wuf joins (~Unknown@user/ezzieyguywuf)
2025-08-27 14:58:06 <EvanR> which isn't literally the same question but might work
2025-08-27 14:58:32 <bwe> it returns True for me
2025-08-27 14:59:16 <EvanR> in ghci?
2025-08-27 14:59:22 <bwe> yes
2025-08-27 14:59:31 <EvanR> I wonder if that's talking about the ghci program
2025-08-27 14:59:43 <EvanR> not your program
2025-08-27 14:59:55 L29Ah joins (~L29Ah@wikipedia/L29Ah)
2025-08-27 15:00:00 <EvanR> either way, you ought to have your threads
2025-08-27 15:00:12 <EvanR> capabilities > 1
2025-08-27 15:00:48 <bwe> where do I find that?
2025-08-27 15:01:16 <bwe> it's really a pity, having a pure language yet the interface to use threads is so so user-unfriendly. I just want to turn it on in ghci and know whether it's actually turned on, so I can just focus on my code.
2025-08-27 15:02:00 × Tuplanolla quits (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (*.net *.split)
2025-08-27 15:02:00 × karenw quits (~karenw@user/karenw) (*.net *.split)
2025-08-27 15:02:00 × Frostillicus quits (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (*.net *.split)
2025-08-27 15:02:00 × Unicorn_Princess quits (~Unicorn_P@user/Unicorn-Princess/x-3540542) (*.net *.split)
2025-08-27 15:02:00 × AlexNoo quits (~AlexNoo@5.139.233.33) (*.net *.split)
2025-08-27 15:02:00 × Lord_of_Life quits (~Lord@user/lord-of-life/x-2819915) (*.net *.split)
2025-08-27 15:02:00 × haritz quits (~hrtz@user/haritz) (*.net *.split)
2025-08-27 15:02:00 × tremon quits (~tremon@83.80.159.219) (*.net *.split)
2025-08-27 15:02:00 × chele quits (~chele@user/chele) (*.net *.split)
2025-08-27 15:02:00 × hsw quits (~hsw@112-104-9-97.adsl.dynamic.seed.net.tw) (*.net *.split)
2025-08-27 15:02:00 × biberu quits (~biberu@user/biberu) (*.net *.split)
2025-08-27 15:02:00 × visilii quits (~visilii@213.24.125.93) (*.net *.split)
2025-08-27 15:02:00 × pabs3 quits (~pabs3@user/pabs3) (*.net *.split)
2025-08-27 15:02:00 × noctuks quits (eCIc2Rhff8@user/noctux) (*.net *.split)
2025-08-27 15:02:00 × nitrix quits (~nitrix@user/meow/nitrix) (*.net *.split)
2025-08-27 15:02:00 × ezzieyguywuf quits (~Unknown@user/ezzieyguywuf) (*.net *.split)
2025-08-27 15:02:00 × zarakshR quits (~Thunderbi@0542a05a.skybroadband.com) (*.net *.split)
2025-08-27 15:02:00 × absence quits (torgeihe@hildring.pvv.ntnu.no) (*.net *.split)
2025-08-27 15:02:00 × nicole quits (ilbelkyr@libera/staff/ilbelkyr) (*.net *.split)
2025-08-27 15:02:00 × n3t quits (~n3t@user/n3t) (*.net *.split)
2025-08-27 15:02:00 × ent- quits (entgod@kapsi.fi) (*.net *.split)
2025-08-27 15:02:00 zarakshR1 is now known as zarakshR
2025-08-27 15:02:03 biberu\ is now known as biberu
2025-08-27 15:02:49 Unicorn_Princess joins (~Unicorn_P@user/Unicorn-Princess/x-3540542)
2025-08-27 15:02:57 Frostillicus joins (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-08-27 15:02:57 Tuplanolla joins (~Tuplanoll@91-159-69-59.elisa-laajakaista.fi)
2025-08-27 15:02:57 Lord_of_Life joins (~Lord@user/lord-of-life/x-2819915)
2025-08-27 15:02:57 visilii joins (~visilii@213.24.125.93)
2025-08-27 15:02:57 noctuks joins (eCIc2Rhff8@user/noctux)
2025-08-27 15:02:57 nitrix joins (~nitrix@user/meow/nitrix)
2025-08-27 15:02:57 absence joins (torgeihe@hildring.pvv.ntnu.no)
2025-08-27 15:02:57 nicole joins (ilbelkyr@libera/staff/ilbelkyr)
2025-08-27 15:02:57 n3t joins (~n3t@user/n3t)
2025-08-27 15:08:18 tremon joins (~tremon@83.80.159.219)
2025-08-27 15:08:48 <EvanR> bwe, you just determined the threaded runtime "is on"
2025-08-27 15:09:00 pabs3 joins (~pabs3@user/pabs3)
2025-08-27 15:09:30 <EvanR> there is another thing in Control.Concurrent to set number of capabilities at runtime, which only works if you're using the threaded runtime
2025-08-27 15:09:33 <EvanR> setNumCapabilities
2025-08-27 15:09:33 Everything joins (~Everythin@31.144.53.103)
2025-08-27 15:09:50 <EvanR> see documentation
2025-08-27 15:13:02 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-08-27 15:13:49 × haskellbridge quits (~hackager@syn-096-028-224-214.res.spectrum.com) (Remote host closed the connection)
2025-08-27 15:15:28 × __monty__ quits (~toonn@user/toonn) (Quit: leaving)
2025-08-27 15:17:40 tromp joins (~textual@2001:1c00:3487:1b00:e4be:35da:9f42:3b49)
2025-08-27 15:17:59 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds)
2025-08-27 15:18:15 <bwe> oh, it works -- thanks, EvanR!
2025-08-27 15:19:49 haskellbridge joins (~hackager@syn-096-028-224-214.res.spectrum.com)
2025-08-27 15:19:49 ChanServ sets mode +v haskellbridge
2025-08-27 15:21:42 inline_ is now known as inline
2025-08-27 15:21:54 × turlando_ quits (~turlando@user/turlando) ()
2025-08-27 15:28:52 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-08-27 15:30:02 segfaultfizzbuzz joins (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net)
2025-08-27 15:34:07 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-08-27 15:35:42 × visilii quits (~visilii@213.24.125.93) (Ping timeout: 258 seconds)
2025-08-27 15:44:40 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-08-27 15:49:52 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-08-27 15:50:03 × ttybitnik quits (~ttybitnik@user/wolper) (Quit: Fading out...)
2025-08-27 15:50:38 × tromp quits (~textual@2001:1c00:3487:1b00:e4be:35da:9f42:3b49) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-08-27 15:51:37 × AlexZenon quits (~alzenon@5.139.233.33) (Ping timeout: 260 seconds)
2025-08-27 15:56:36 AlexZenon joins (~alzenon@5.139.233.33)
2025-08-27 15:58:16 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-08-27 16:01:31 × AlexZenon quits (~alzenon@5.139.233.33) (Ping timeout: 248 seconds)
2025-08-27 16:04:55 Lycurgus joins (~juan@user/Lycurgus)
2025-08-27 16:07:49 × sprotte24 quits (~sprotte24@p200300d16f05d70019dbd74b079549bc.dip0.t-ipconnect.de) (Read error: Connection reset by peer)
2025-08-27 16:09:42 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-08-27 16:10:07 tromp joins (~textual@2001:1c00:3487:1b00:e4be:35da:9f42:3b49)
2025-08-27 16:12:24 × Googulator quits (~Googulato@2a01:36d:106:28ad:d14e:68ce:c41e:4464) (Quit: Client closed)
2025-08-27 16:12:41 Googulator joins (~Googulato@2a01-036d-0106-28ad-d14e-68ce-c41e-4464.pool6.digikabel.hu)
2025-08-27 16:14:04 × tromp quits (~textual@2001:1c00:3487:1b00:e4be:35da:9f42:3b49) (Client Quit)
2025-08-27 16:18:05 × segfaultfizzbuzz quits (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 244 seconds)
2025-08-27 16:22:19 merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl)
2025-08-27 16:24:29 × orcus quits (~orcus@user/brprice) (Quit: ZNC 1.8.2 - https://znc.in)
2025-08-27 16:24:29 × dispater quits (~dispater@user/brprice) (Quit: ZNC 1.8.2 - https://znc.in)
2025-08-27 16:25:21 × Xe quits (~Xe@perl/impostor/xe) (Server closed connection)
2025-08-27 16:25:37 × chele_ quits (~chele@user/chele) (Remote host closed the connection)
2025-08-27 16:26:14 dispater joins (~dispater@user/brprice)
2025-08-27 16:26:44 orcus joins (~orcus@user/brprice)
2025-08-27 16:26:57 × orcus quits (~orcus@user/brprice) (Client Quit)
2025-08-27 16:26:57 × dispater quits (~dispater@user/brprice) (Client Quit)
2025-08-27 16:26:57 Xe joins (~Xe@perl/impostor/xe)
2025-08-27 16:26:58 AlexZenon joins (~alzenon@5.139.233.33)
2025-08-27 16:27:04 × merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds)
2025-08-27 16:28:21 × poscat quits (~poscat@user/poscat) (Read error: Connection reset by peer)
2025-08-27 16:28:26 dispater joins (~dispater@user/brprice)

All times are in UTC.