2025/03/24

Newest at the top

2025-03-24 06:15:04 +0100weary-traveler(~user@user/user363627) (Ping timeout: 252 seconds)
2025-03-24 06:12:36 +0100kh0d(~kh0d@212.200.65.82) (Ping timeout: 252 seconds)
2025-03-24 06:12:36 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com) (Ping timeout: 252 seconds)
2025-03-24 06:11:10 +0100user363627(~user@user/user363627) user363627
2025-03-24 06:09:27 +0100 <Leary> talismanick: Basic bluefin code won't require any instance declarations in the first place.
2025-03-24 06:07:52 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com)
2025-03-24 06:07:18 +0100kh0d(~kh0d@212.200.65.82) kh0d
2025-03-24 06:06:38 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-24 06:05:10 +0100kh0d(~kh0d@212.200.65.82) (Ping timeout: 252 seconds)
2025-03-24 06:04:34 +0100Miroboru(~myrvoll@178-164-114.82.3p.ntebredband.no) Miroboru
2025-03-24 06:02:06 +0100 <talismanick> (I somehow failed to find detailed patch notes anywhere - just read git commit messages?)
2025-03-24 06:01:38 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-24 06:01:04 +0100 <talismanick> was that only a feature of the alpha release posted on Discourse?
2025-03-24 06:01:03 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com) (Ping timeout: 252 seconds)
2025-03-24 06:00:45 +0100 <talismanick> I was looking through Bluefin examples, but didn't see the UndecidableInstances pragma I remembered it requiring
2025-03-24 06:00:24 +0100Miroboru(~myrvoll@178-164-114.82.3p.ntebredband.no) (Read error: Connection reset by peer)
2025-03-24 06:00:14 +0100kh0d(~kh0d@212.200.65.82)
2025-03-24 05:59:18 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-03-24 05:56:11 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com)
2025-03-24 05:54:59 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-03-24 05:50:52 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-24 05:49:24 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com) (Ping timeout: 252 seconds)
2025-03-24 05:45:50 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-24 05:44:48 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com)
2025-03-24 05:42:57 +0100michalz(~michalz@185.246.207.221)
2025-03-24 05:42:44 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com) (Ping timeout: 260 seconds)
2025-03-24 05:39:00 +0100aforemny(~aforemny@2001:9e8:6cfe:bd00:f9e8:43f5:f8e4:75c8) aforemny
2025-03-24 05:38:24 +0100aforemny_(~aforemny@i577B13B9.versanet.de) (Ping timeout: 252 seconds)
2025-03-24 05:37:30 +0100user363627weary-traveler
2025-03-24 05:35:45 +0100kh0d(~kh0d@212.200.65.82) (Ping timeout: 252 seconds)
2025-03-24 05:35:09 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-03-24 05:30:52 +0100inca(~inca@4-138-135-64.gray-ng.dsl.pinetreenetworks.com) inca
2025-03-24 05:30:03 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-24 05:25:01 +0100kh0d(~kh0d@212.200.65.82) kh0d
2025-03-24 05:19:24 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-03-24 05:16:05 +0100 <EvanR> lol and the comments even mention it
2025-03-24 05:14:18 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-03-24 05:14:16 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-24 05:13:15 +0100 <EvanR> egyptian sqrt 2
2025-03-24 05:13:00 +0100 <EvanR> oh nice my terms are already a known sequence
2025-03-24 05:11:38 +0100kh0d(~kh0d@212.200.65.82) (Ping timeout: 252 seconds)
2025-03-24 05:09:56 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-03-24 05:07:10 +0100kh0d(~kh0d@212.200.65.82) kh0d
2025-03-24 05:06:26 +0100 <haskellbridge> <dmjio> so I think there's an issue with "yield" in single core mode (non "-threaded") where "yield" is not creating a new thread schedule
2025-03-24 05:05:57 +0100 <haskellbridge> <dmjio> I ran my test with the "-threaded" RTS, and "yield" works there, but it _does not_ work in GHCi (which is single core)
2025-03-24 05:03:18 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-24 05:03:10 +0100 <lambdabot> [0,1,1,3,5,11,21,43,85,171]
2025-03-24 05:03:08 +0100 <monochrom> > let pell = 0:1:zipWith (+) (map (*2) pell) (drop 1 pell) in take 10 pell
2025-03-24 05:00:19 +0100jmcantrell(~weechat@user/jmcantrell) (Quit: WeeChat 4.5.2)
2025-03-24 04:58:44 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn