2025/02/03

Newest at the top

2025-02-03 21:43:55 +0100ezzieyguywuf(~Unknown@user/ezzieyguywuf) (Quit: leaving)
2025-02-03 21:43:46 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-02-03 21:43:41 +0100 <Athas> Debugging these things is particularly thrilling because I have to wait for a complete rebuild.
2025-02-03 21:43:23 +0100 <Athas> dminuoso: https://gist.github.com/athas/d862f8842b51a5fc4b3aa0005c487a5b
2025-02-03 21:40:49 +0100gorignak(~gorignak@user/gorignak) gorignak
2025-02-03 21:40:32 +0100ColinRobinson(~juan@user/JuanDaugherty) (Quit: praxis.meansofproduction.biz (juan@acm.org))
2025-02-03 21:40:18 +0100gorignak(~gorignak@user/gorignak) (Quit: quit)
2025-02-03 21:33:36 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) (Quit: ash3en)
2025-02-03 21:31:43 +0100foul_owl(~kerry@174-21-138-88.tukw.qwest.net) foul_owl
2025-02-03 21:30:37 +0100gorignak(~gorignak@user/gorignak) gorignak
2025-02-03 21:30:07 +0100gorignak(~gorignak@user/gorignak) (Quit: quit)
2025-02-03 21:29:17 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 265 seconds)
2025-02-03 21:24:46 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-03 21:20:30 +0100ljdarj1ljdarj
2025-02-03 21:20:30 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 244 seconds)
2025-02-03 21:20:27 +0100gorignak(~gorignak@user/gorignak) gorignak
2025-02-03 21:19:56 +0100gorignak(~gorignak@user/gorignak) (Quit: quit)
2025-02-03 21:18:15 +0100 <Athas> dminuoso: no, it stopped because I jammed a hack in there. One moment, I'll remove the hack.
2025-02-03 21:17:53 +0100foul_owl(~kerry@193.42.0.124) (Ping timeout: 248 seconds)
2025-02-03 21:17:31 +0100JuanDaughertyColinRobinson
2025-02-03 21:16:41 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-02-03 21:14:07 +0100julie_pilgrim(~julie_pil@user/julie-pilgrim/x-1240752) julie_pilgrim
2025-02-03 21:11:25 +0100 <dminuoso> Non-deterministic nix realisations is something I haven't experienced in a while
2025-02-03 21:11:06 +0100todi(~todi@p57803331.dip0.t-ipconnect.de) todi
2025-02-03 21:10:44 +0100 <dminuoso> Oh it sporadically stopped?
2025-02-03 21:10:16 +0100gorignak(~gorignak@user/gorignak) gorignak
2025-02-03 21:09:45 +0100gorignak(~gorignak@user/gorignak) (Quit: quit)
2025-02-03 21:08:17 +0100todi(~todi@p57803331.dip0.t-ipconnect.de) (Quit: ZNC - https://znc.in)
2025-02-03 21:07:00 +0100ColinRobinsonJuanDaugherty
2025-02-03 21:05:39 +0100ColinRobinson(~juan@user/JuanDaugherty) JuanDaugherty
2025-02-03 21:04:11 +0100fmira(~user@user/fmira) fmira
2025-02-03 21:03:40 +0100fmira(~user@user/fmira) (Remote host closed the connection)
2025-02-03 21:03:20 +0100 <Athas> dminuoso: it doesn't fail anymore. Before it failed with a linker error about libdw.a referencing some undefined symbols .
2025-02-03 21:01:17 +0100caconym(~caconym@user/caconym) caconym
2025-02-03 21:00:05 +0100gorignak(~gorignak@user/gorignak) gorignak
2025-02-03 21:00:00 +0100caconym(~caconym@user/caconym) (Quit: bye)
2025-02-03 20:59:34 +0100gorignak(~gorignak@user/gorignak) (Quit: quit)
2025-02-03 20:55:29 +0100tabaqui1(~root@87.200.129.102) (Ping timeout: 248 seconds)
2025-02-03 20:51:48 +0100sprotte24(~sprotte24@p200300d16f26a80008f1d39836015ac5.dip0.t-ipconnect.de)
2025-02-03 20:50:39 +0100weary-traveler(~user@user/user363627) (Remote host closed the connection)
2025-02-03 20:49:54 +0100gorignak(~gorignak@user/gorignak) gorignak
2025-02-03 20:49:23 +0100gorignak(~gorignak@user/gorignak) (Quit: quit)
2025-02-03 20:48:34 +0100 <kuribas`> albet70: you can turn a right fold into a left fold with early exit.
2025-02-03 20:47:52 +0100prasad(~Thunderbi@2601:243:c001:3f07::89)
2025-02-03 20:47:46 +0100 <dminuoso> Athas: Can you share your nix derivation, perhaps including the builder output on how it fails?
2025-02-03 20:47:34 +0100prasad(~Thunderbi@c-73-75-25-251.hsd1.in.comcast.net) (Quit: prasad)
2025-02-03 20:46:50 +0100 <lambdabot> [1,2,3,0]
2025-02-03 20:46:49 +0100 <kuribas`> > foldr (\x k a -> if x == 0 then [0] else x:k a) id [1, 2, 3, 0, 4] []
2025-02-03 20:45:49 +0100 <hellwolf> https://paste.tomsmeding.com/E5JKADZq
2025-02-03 20:44:04 +0100Square(~Square@user/square) Square