Logs: liberachat/#haskell
| 2025-08-26 12:30:51 | → | Franciman joins (~Franciman@mx1.fracta.dev) |
| 2025-08-26 12:33:51 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 12:38:47 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-26 12:42:25 | × | segfaultfizzbuzz quits (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 245 seconds) |
| 2025-08-26 12:43:25 | → | ttybitnik joins (~ttybitnik@user/wolper) |
| 2025-08-26 12:46:07 | × | fp quits (~Thunderbi@wireless-86-50-140-217.open.aalto.fi) (Quit: fp) |
| 2025-08-26 12:46:14 | → | fp1 joins (~Thunderbi@wireless-86-50-140-217.open.aalto.fi) |
| 2025-08-26 12:46:16 | × | tomboy65 quits (~tomboy64@user/tomboy64) (Ping timeout: 248 seconds) |
| 2025-08-26 12:48:32 | fp1 | is now known as fp |
| 2025-08-26 12:49:16 | → | haritz joins (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) |
| 2025-08-26 12:49:16 | × | haritz quits (~hrtz@2a01:4b00:bc2e:7000:d5af:a266:ca31:5ef8) (Changing host) |
| 2025-08-26 12:49:16 | → | haritz joins (~hrtz@user/haritz) |
| 2025-08-26 12:49:24 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 12:50:04 | × | trickard_ quits (~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
| 2025-08-26 12:50:17 | → | trickard_ joins (~trickard@cpe-63-98-47-163.wireline.com.au) |
| 2025-08-26 12:50:29 | × | fp quits (~Thunderbi@wireless-86-50-140-217.open.aalto.fi) (Remote host closed the connection) |
| 2025-08-26 12:51:37 | → | fp joins (~Thunderbi@2001:708:150:10::72df) |
| 2025-08-26 12:51:38 | → | gmg joins (~user@user/gehmehgeh) |
| 2025-08-26 12:52:39 | × | int-e quits (~noone@int-e.eu) (Server closed connection) |
| 2025-08-26 12:52:48 | → | int-e joins (~noone@int-e.eu) |
| 2025-08-26 12:53:52 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2025-08-26 12:54:45 | × | oxapentane quits (~oxapentan@user/oxapentane) (Remote host closed the connection) |
| 2025-08-26 12:55:18 | → | oxapentane joins (~oxapentan@user/oxapentane) |
| 2025-08-26 12:56:12 | → | Unicorn_Princess joins (~Unicorn_P@user/Unicorn-Princess/x-3540542) |
| 2025-08-26 13:00:22 | → | tomboy64 joins (~tomboy64@user/tomboy64) |
| 2025-08-26 13:04:54 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 13:05:41 | × | Lord_of_Life quits (~Lord@user/lord-of-life/x-2819915) (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine) |
| 2025-08-26 13:07:25 | → | Lord_of_Life joins (~Lord@user/lord-of-life/x-2819915) |
| 2025-08-26 13:09:10 | × | fp quits (~Thunderbi@2001:708:150:10::72df) (Ping timeout: 256 seconds) |
| 2025-08-26 13:09:12 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2025-08-26 13:14:06 | → | vanishingideal joins (~vanishing@user/vanishingideal) |
| 2025-08-26 13:20:16 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 13:24:47 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-26 13:30:11 | <tomsmeding> | Athas: the unpackCString# expansion is a desugaring, so you can already see it in Core https://play.haskell.org/saved/IaWMOGrc |
| 2025-08-26 13:30:34 | <tomsmeding> | so if you're paranoid, you can look at Core of code you're interested in and see what's happening |
| 2025-08-26 13:31:08 | → | ystael joins (~ystael@user/ystael) |
| 2025-08-26 13:31:21 | × | hakutaku quits (~textual@chen.yukari.eu.org) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2025-08-26 13:31:43 | → | segfaultfizzbuzz joins (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) |
| 2025-08-26 13:32:15 | → | hakutaku joins (~textual@chen.yukari.eu.org) |
| 2025-08-26 13:34:51 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 13:38:36 | trickard_ | is now known as trickard |
| 2025-08-26 13:39:04 | → | machinedgod joins (~machinedg@d75-159-126-101.abhsia.telus.net) |
| 2025-08-26 13:39:41 | × | pavonia quits (~user@user/siracusa) (Quit: Bye!) |
| 2025-08-26 13:40:08 | <bwe> | how do I parMap with https://hackage.haskell.org/package/streaming ? |
| 2025-08-26 13:41:39 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-26 13:42:20 | × | marinelli quits (~weechat@gateway/tor-sasl/marinelli) (Quit: marinelli) |
| 2025-08-26 13:42:38 | <bwe> | there is https://github.com/haskell-streaming/streaming-concurrency but it's pretty out of date |
| 2025-08-26 13:43:27 | × | APic quits (apic@chiptune.apic.name) (Server closed connection) |
| 2025-08-26 13:43:39 | → | APic joins (apic@apic.name) |
| 2025-08-26 13:52:55 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 13:57:12 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds) |
| 2025-08-26 14:02:07 | × | Frostillicus quits (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Remote host closed the connection) |
| 2025-08-26 14:02:29 | → | Frostillicus joins (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
| 2025-08-26 14:03:48 | × | trickard quits (~trickard@cpe-63-98-47-163.wireline.com.au) (Read error: Connection reset by peer) |
| 2025-08-26 14:04:01 | → | trickard_ joins (~trickard@cpe-63-98-47-163.wireline.com.au) |
| 2025-08-26 14:06:13 | × | Lycurgus quits (~juan@user/Lycurgus) (Quit: alsoknownas.renjuan.org ( juan@acm.org )) |
| 2025-08-26 14:07:17 | × | earthy quits (~arthurvl@2a02-a469-f5e2-1-83d2-ca43-57a2-dc81.fixed6.kpn.net) (Server closed connection) |
| 2025-08-26 14:07:37 | → | earthy joins (~arthurvl@2a02-a469-f5e2-1-83d2-ca43-57a2-dc81.fixed6.kpn.net) |
| 2025-08-26 14:08:18 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 14:12:50 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2025-08-26 14:14:37 | × | segfaultfizzbuzz quits (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 258 seconds) |
| 2025-08-26 14:22:46 | → | tbahne joins (~tbahne@user/tbahne) |
| 2025-08-26 14:23:34 | × | nicole quits (ilbelkyr@libera/staff/ilbelkyr) (Quit: Reconnecting) |
| 2025-08-26 14:23:39 | → | nicole joins (ilbelkyr@libera/staff/ilbelkyr) |
| 2025-08-26 14:23:40 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 14:24:21 | × | Frostillicus quits (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Remote host closed the connection) |
| 2025-08-26 14:24:43 | → | Frostillicus joins (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
| 2025-08-26 14:25:19 | × | tbahne quits (~tbahne@user/tbahne) (Remote host closed the connection) |
| 2025-08-26 14:26:32 | × | pabs3 quits (~pabs3@user/pabs3) (Ping timeout: 256 seconds) |
| 2025-08-26 14:26:35 | × | nschoe quits (~nschoe@82-65-202-30.subs.proxad.net) (Server closed connection) |
| 2025-08-26 14:26:53 | → | nschoe joins (~nschoe@2a01:e0a:8e:a190:8400:bfb7:7968:3470) |
| 2025-08-26 14:28:25 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-26 14:33:51 | × | lortabac quits (~lortabac@2a01:e0a:541:b8f0:55ab:e185:7f81:54a4) (Quit: WeeChat 4.5.2) |
| 2025-08-26 14:34:51 | → | pabs3 joins (~pabs3@user/pabs3) |
| 2025-08-26 14:35:06 | × | Guest6666 quits (~paul@p200300d0c724c972c1124819265dadf7.dip0.t-ipconnect.de) (Ping timeout: 248 seconds) |
| 2025-08-26 14:35:51 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 14:36:02 | → | segfaultfizzbuzz joins (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) |
| 2025-08-26 14:37:48 | × | __monty__ quits (~toonn@user/toonn) (Quit: leaving) |
| 2025-08-26 14:40:18 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-26 14:40:41 | → | humasect joins (~humasect@dyn-192-249-132-90.nexicom.net) |
| 2025-08-26 14:47:20 | × | segfaultfizzbuzz quits (~segfaultf@23-93-74-222.fiber.dynamic.sonic.net) (Ping timeout: 248 seconds) |
| 2025-08-26 14:50:39 | → | wootehfoot joins (~wootehfoo@user/wootehfoot) |
| 2025-08-26 14:51:14 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 14:52:11 | × | Frostillicus quits (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 258 seconds) |
| 2025-08-26 14:53:04 | → | Frostillicus joins (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
| 2025-08-26 14:55:42 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2025-08-26 15:02:12 | × | Frostillicus quits (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Remote host closed the connection) |
| 2025-08-26 15:02:34 | → | Frostillicus joins (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
| 2025-08-26 15:05:19 | × | acidjnk quits (~acidjnk@p200300d6e7171935d5e5673b6843e553.dip0.t-ipconnect.de) (Ping timeout: 255 seconds) |
| 2025-08-26 15:06:28 | × | ttybitnik quits (~ttybitnik@user/wolper) (Quit: Fading out...) |
| 2025-08-26 15:06:37 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 15:09:49 | × | Frostillicus quits (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 258 seconds) |
| 2025-08-26 15:11:15 | → | Frostillicus joins (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
| 2025-08-26 15:11:22 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 258 seconds) |
| 2025-08-26 15:22:02 | → | merijn joins (~merijn@host-vr.cgnat-g.v4.dfn.nl) |
| 2025-08-26 15:29:08 | × | merijn quits (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2025-08-26 15:30:19 | × | Frostillicus quits (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Remote host closed the connection) |
| 2025-08-26 15:30:41 | → | Frostillicus joins (~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) |
| 2025-08-26 15:32:35 | → | acidjnk joins (~acidjnk@p200300d6e7171900c8d1e26a04eb2053.dip0.t-ipconnect.de) |
| 2025-08-26 15:33:08 | → | marinelli joins (~weechat@gateway/tor-sasl/marinelli) |
All times are in UTC.