2025/03/26

Newest at the top

2025-03-26 05:53:53 +0100monochrom(trebla@216.138.220.146)
2025-03-26 05:52:49 +0100michalz(~michalz@185.246.207.221) (Quit: ZNC 1.9.1 - https://znc.in)
2025-03-26 05:47:44 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-03-26 05:46:16 +0100Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Quit: Leaving)
2025-03-26 05:42:42 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-26 05:37:31 +0100monochrom(trebla@216.138.220.146) (Quit: ZNC 1.9.1+deb1 - https://znc.in)
2025-03-26 05:31:38 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-03-26 05:31:05 +0100michalz(~michalz@185.246.207.221)
2025-03-26 05:27:38 +0100sp1ff(~user@c-67-160-173-55.hsd1.wa.comcast.net) sp1ff
2025-03-26 05:26:55 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-26 05:22:50 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-03-26 05:22:30 +0100 <meejah> Aaaaa
2025-03-26 05:20:05 +0100aforemny(~aforemny@i59F4C69B.versanet.de) (Ping timeout: 248 seconds)
2025-03-26 05:19:50 +0100aforemny_(~aforemny@2001:9e8:6cfa:db00:13b6:4544:c45d:3975) aforemny
2025-03-26 05:17:46 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 244 seconds)
2025-03-26 05:15:55 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-03-26 05:13:23 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-03-26 05:12:52 +0100 <EvanR> Text.JSON meanwhile represents a number with a Bool and a Rational
2025-03-26 05:11:08 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-26 05:01:24 +0100 <EvanR> a large aeson issue from 2017 discusses the right way to represent numbers but doesn't mention negative zero
2025-03-26 05:00:21 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2025-03-26 04:57:26 +0100 <EvanR> the browser loads it right
2025-03-26 04:56:45 +0100 <EvanR> it does not
2025-03-26 04:56:21 +0100Square(~Square@user/square) (Ping timeout: 246 seconds)
2025-03-26 04:55:43 +0100 <EvanR> Scientific doesn't support minus zero does it
2025-03-26 04:55:39 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-26 04:55:33 +0100 <EvanR> aeson? xD
2025-03-26 04:55:24 +0100 <EvanR> I wonder how many loaders load it wrong
2025-03-26 04:55:13 +0100 <EvanR> rfc8259 for JSON has a grammar which seems to permit -0 to be in the json
2025-03-26 04:55:11 +0100 <monochrom> Oh oops right.
2025-03-26 04:54:31 +0100 <lambdabot> -0.0
2025-03-26 04:54:29 +0100 <EvanR> > -0.0
2025-03-26 04:53:17 +0100Square2(~Square4@user/square) Square
2025-03-26 04:52:39 +0100 <Leary> The `Show` instance for `Double` is fine; it was just defaulting to `Integer` there.
2025-03-26 04:51:23 +0100 <EvanR> er decode
2025-03-26 04:51:16 +0100 <EvanR> or encodeFloat !
2025-03-26 04:50:18 +0100 <monochrom> Right. Just don't trust the Show instance for Double.
2025-03-26 04:50:10 +0100 <EvanR> halfway sane
2025-03-26 04:49:44 +0100 <lambdabot> 0.0 :+ 0.0
2025-03-26 04:49:43 +0100 <EvanR> > (0) + (-0) :: Complex Double
2025-03-26 04:49:33 +0100 <lambdabot> (-0.0) :+ (-0.0)
2025-03-26 04:49:31 +0100 <EvanR> > (-0) + (-0) :: Complex Double
2025-03-26 04:49:12 +0100 <EvanR> Complex Double doesn't
2025-03-26 04:49:12 +0100 <monochrom> what you see is never what you get. it's telephone games all the way down.
2025-03-26 04:49:01 +0100 <lambdabot> 0
2025-03-26 04:49:00 +0100 <EvanR> > -0
2025-03-26 04:48:52 +0100 <monochrom> printf and most pretty printers drop the sign.
2025-03-26 04:48:51 +0100 <EvanR> positive bias is strong
2025-03-26 04:48:38 +0100 <EvanR> lol
2025-03-26 04:48:34 +0100 <lambdabot> 0