2025/03/13

2025-03-13 00:03:24 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 260 seconds)
2025-03-13 00:03:49 +0100tabaqui(~root@167.71.80.236) (Quit: WeeChat 4.5.1)
2025-03-13 00:04:38 +0100tabaqui1(~root@87.200.129.102) (Quit: WeeChat 4.5.1)
2025-03-13 00:04:42 +0100tabaqui(~root@167.71.80.236) tabaqui
2025-03-13 00:11:34 +0100tabaqui1(~root@87.200.129.102) tabaqui
2025-03-13 00:14:01 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 00:15:53 +0100tabaqui1(~root@87.200.129.102) (Client Quit)
2025-03-13 00:17:26 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-03-13 00:17:37 +0100tabaqui1(~root@167.71.80.236) tabaqui
2025-03-13 00:18:16 +0100tabaqui(~root@167.71.80.236) (Quit: WeeChat 4.5.1)
2025-03-13 00:18:24 +0100tuxpaint(~a@2600:3c06::f03c:93ff:fea6:ef0e) (Ping timeout: 252 seconds)
2025-03-13 00:18:40 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-13 00:21:36 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-03-13 00:29:23 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 00:31:33 +0100tabaqui(~root@167.71.80.236) tabaqui
2025-03-13 00:34:06 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2025-03-13 00:36:50 +0100tabaqui1(~root@167.71.80.236) (Quit: WeeChat 4.5.1)
2025-03-13 00:36:52 +0100tabaqui(~root@167.71.80.236) (Quit: WeeChat 4.5.1)
2025-03-13 00:38:11 +0100tabaqui(~tabaqui@167.71.80.236) tabaqui
2025-03-13 00:38:51 +0100tabaqui1(~root@167.71.80.236) tabaqui
2025-03-13 00:40:39 +0100tabaqui1(~root@167.71.80.236) (Client Quit)
2025-03-13 00:40:53 +0100tabaqui1(~root@167.71.80.236) tabaqui
2025-03-13 00:41:02 +0100 <Leary> Noinia: `Fold` does a silly thing where it quantifies over `f` both `Functor` and `Contravariant`, hence restricting to `f` phantom in `s`. The role system doesn't understand this, however; `coerce` alone won't work, but you can take solace in the fact that `fmap`/`contramap` will be trivial at runtime.
2025-03-13 00:43:04 +0100tabaqui1(~root@167.71.80.236) (Client Quit)
2025-03-13 00:44:39 +0100 <jackdk> Noinia: is https://hackage.haskell.org/package/base-4.21.0.0/docs/Data-Functor-Contravariant.html#v:phantom any use to you here?
2025-03-13 00:44:46 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 00:45:27 +0100 <jackdk> Ah, `phantom` is still implemented as `() <$ x $< ()`. I had hoped it would be an unsafeCoerce in a wrapper
2025-03-13 00:45:30 +0100tabaqui1(~root@167.71.80.236) tabaqui
2025-03-13 00:46:19 +0100tabaqui1(~root@167.71.80.236) (Client Quit)
2025-03-13 00:47:18 +0100tabaqui1(~root@167.71.80.236) tabaqui
2025-03-13 00:49:06 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-13 00:58:07 +0100tusko(uid478376@user/tusko) (Quit: Connection closed for inactivity)
2025-03-13 01:00:09 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 01:02:43 +0100tuxpaint(~a@2600:3c06::f03c:93ff:fea6:ef0e)
2025-03-13 01:03:39 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-03-13 01:03:50 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-03-13 01:06:04 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-03-13 01:06:04 +0100ljdarj1ljdarj
2025-03-13 01:07:02 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-03-13 01:08:06 +0100ystael(~ystael@user/ystael) ystael
2025-03-13 01:08:07 +0100 <jackdk> Noinia: Have you considered `coerceFold theFold = coerced . theFold`? `Control.Lens.Iso.coerced` uses the `.#` stuff from `Data.Profunctor.Unsafe` which should be zero-cost
2025-03-13 01:08:09 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-03-13 01:09:04 +0100 <jackdk> (or at least very cheap - I don't quite know how it all works, but IIRC edwardk considered .# and #. very important, at least one point)
2025-03-13 01:11:22 +0100xkuru(~xkuru@user/xkuru) (Quit: Unvirtualizing)
2025-03-13 01:11:40 +0100xkuru(~xkuru@user/xkuru) xkuru
2025-03-13 01:13:52 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2025-03-13 01:18:11 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 01:20:51 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-03-13 01:22:45 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-13 01:23:34 +0100Square(~Square@user/square) (Ping timeout: 252 seconds)
2025-03-13 01:27:11 +0100sprotte24(~sprotte24@p200300d16f4b7200116db6fce964005a.dip0.t-ipconnect.de) (Quit: Leaving)
2025-03-13 01:32:53 +0100acidjnk_new(~acidjnk@p200300d6e7283f52eca5d8b1f7f6f1d4.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2025-03-13 01:33:33 +0100acidjnk_new(~acidjnk@p200300d6e7283f85b10ad2147dd4d665.dip0.t-ipconnect.de) acidjnk
2025-03-13 01:33:33 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 01:34:18 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds)
2025-03-13 01:34:18 +0100ystael(~ystael@user/ystael) (Ping timeout: 252 seconds)
2025-03-13 01:37:48 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-03-13 01:37:55 +0100izzyfalco(~jake_pers@user/izzyfalco) izzyfalco
2025-03-13 01:48:55 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 01:49:34 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-03-13 01:53:37 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 248 seconds)
2025-03-13 01:53:50 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2025-03-13 01:58:13 +0100Smiles(uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2025-03-13 01:58:28 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 02:02:48 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-13 02:04:48 +0100tabaqui(~tabaqui@167.71.80.236) (Ping timeout: 276 seconds)
2025-03-13 02:05:14 +0100xff0x(~xff0x@2405:6580:b080:900:7a6d:e986:6f30:4a1b) (Ping timeout: 272 seconds)
2025-03-13 02:06:24 +0100xkuru(~xkuru@user/xkuru) (Quit: Unvirtualizing)
2025-03-13 02:09:12 +0100mange(~user@user/mange) mange
2025-03-13 02:13:48 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-13 02:15:16 +0100izzyfalco(~jake_pers@user/izzyfalco) (Ping timeout: 252 seconds)
2025-03-13 02:15:46 +0100JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-03-13 02:16:01 +0100Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2025-03-13 02:18:34 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2025-03-13 02:26:26 +0100ethantwardy(user@user/ethantwardy) (Quit: WeeChat 4.4.2)
2025-03-13 02:28:09 +0100ethantwardy(user@user/ethantwardy) ethantwardy
2025-03-13 02:29:10 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn