2025/11/29

Newest at the top

2025-11-30 00:48:48 +0100bitdex_(~bitdex@gateway/tor-sasl/bitdex) bitdex
2025-11-30 00:46:28 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2025-11-30 00:45:42 +0100spew(~spew@user/spew) spew
2025-11-30 00:45:28 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-11-30 00:44:32 +0100ljdarj1ljdarj
2025-11-30 00:44:31 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 240 seconds)
2025-11-30 00:42:55 +0100mreh(~matthew@host86-146-25-125.range86-146.btcentralplus.com) (Ping timeout: 264 seconds)
2025-11-30 00:42:22 +0100humasect(~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 244 seconds)
2025-11-30 00:42:04 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-11-30 00:41:12 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-30 00:40:52 +0100target_i(~target_i@user/target-i/x-6023099) (Quit: leaving)
2025-11-30 00:40:50 +0100humasect_(~humasect@dyn-192-249-132-90.nexicom.net)
2025-11-30 00:37:37 +0100humasect_(~humasect@dyn-192-249-132-90.nexicom.net) (Ping timeout: 246 seconds)
2025-11-30 00:36:45 +0100L29Ah(~L29Ah@wikipedia/L29Ah) ()
2025-11-30 00:36:07 +0100humasect(~humasect@dyn-192-249-132-90.nexicom.net) humasect
2025-11-30 00:29:35 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-11-30 00:23:10 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-30 00:22:54 +0100takuan(~takuan@d8D86B9E9.access.telenet.be) (Remote host closed the connection)
2025-11-30 00:20:59 +0100L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-11-30 00:12:19 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2025-11-30 00:08:05 +0100 <aaronm04> --constraint ="splitmix < 0.1.3"
2025-11-30 00:07:56 +0100 <aaronm04> ah hmm, there might be a workaround in https://github.com/haskellari/splitmix/issues/101
2025-11-30 00:07:47 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-30 00:05:59 +0100tromp(~textual@2001:1c00:3487:1b00:5005:5ee4:6658:fef3) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-11-30 00:05:20 +0100 <aaronm04> the specific error location is cbits-unix/init.c:3:10 in case that helps
2025-11-30 00:04:56 +0100 <aaronm04> on OpenBSD 7.8, I cannot build splitmix-0.1.3.1 due to not finding the sys/random.h header. Is there a fix for this?
2025-11-30 00:03:24 +0100__monty__(~toonn@user/toonn) (Quit: leaving)
2025-11-30 00:03:01 +0100ljdarj1ljdarj
2025-11-30 00:03:01 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 264 seconds)
2025-11-30 00:02:07 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-11-29 23:59:25 +0100aaronm04(~user@user/aaronm04) aaronm04
2025-11-29 23:59:04 +0100simplystuart(~simplystu@c-75-75-152-164.hsd1.pa.comcast.net)
2025-11-29 23:56:35 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 240 seconds)
2025-11-29 23:54:58 +0100tromp(~textual@2001:1c00:3487:1b00:5005:5ee4:6658:fef3)
2025-11-29 23:53:35 +0100 <Guest56> Thank you so much!
2025-11-29 23:52:52 +0100simplystuart(~simplystu@c-75-75-152-164.hsd1.pa.comcast.net) (Ping timeout: 244 seconds)
2025-11-29 23:52:17 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-11-29 23:49:53 +0100 <Rembane> Guest56: No worries. Good luck! :)
2025-11-29 23:49:33 +0100 <Rembane> Guest56: Another version, which uses guards on case which removes some of the nesting: https://play.haskell.org/saved/omzWcKUF
2025-11-29 23:48:48 +0100 <__monty__> Clint: Don't see how it deals with depending on different versions in different projects then.
2025-11-29 23:46:29 +0100 <Guest56> thanks for the case example though :)
2025-11-29 23:46:22 +0100 <Guest56> understandable
2025-11-29 23:46:00 +0100tromp(~textual@2001:1c00:3487:1b00:5005:5ee4:6658:fef3) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-11-29 23:45:12 +0100 <Rembane> Guest56: No idea, I'm way too tired for that. :)
2025-11-29 23:45:05 +0100 <Rembane> Guest56: https://play.haskell.org/saved/2Ogh8nQy <- example for case
2025-11-29 23:43:36 +0100 <Guest56> hmm... how else should I model this?
2025-11-29 23:43:14 +0100 <Guest56> oh?
2025-11-29 23:43:12 +0100 <Rembane> Guest56: But I have a feeling there's either incredible inherent complexity in the problem or that there's an easier way to model this in Haskell.
2025-11-29 23:42:44 +0100 <Rembane> Guest56: You can replace it with a case and pattern match on Just
2025-11-29 23:42:21 +0100 <Guest56> I'm basically trying to replace the let expression as let will not let me repeat bindings.