2022/11/24

2022-11-24 00:03:51 +0100albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-11-24 00:06:21 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924) (Remote host closed the connection)
2022-11-24 00:06:41 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924)
2022-11-24 00:11:18 +0100Kaiepi(~Kaiepi@108.175.84.104) (Ping timeout: 260 seconds)
2022-11-24 00:15:50 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:f103:a753:985b:2800)
2022-11-24 00:18:48 +0100opticblast(~Thunderbi@secure-165.caltech.edu) (Quit: opticblast)
2022-11-24 00:19:05 +0100opticblast(~Thunderbi@secure-165.caltech.edu)
2022-11-24 00:20:10 +0100nate4(~nate@98.45.169.16)
2022-11-24 00:25:12 +0100nate4(~nate@98.45.169.16) (Ping timeout: 268 seconds)
2022-11-24 00:31:43 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 260 seconds)
2022-11-24 00:34:27 +0100brettgilio(~brettgili@x-irc.gq) (Ping timeout: 268 seconds)
2022-11-24 00:38:17 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:f103:a753:985b:2800) (Remote host closed the connection)
2022-11-24 00:40:09 +0100monochrom(trebla@216.138.220.146) (Ping timeout: 255 seconds)
2022-11-24 00:40:40 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:48d0:1388:18f1:684)
2022-11-24 00:43:26 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 00:43:52 +0100monochrom(trebla@216.138.220.146)
2022-11-24 00:46:41 +0100sammelweis_(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 00:48:01 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 268 seconds)
2022-11-24 00:48:02 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Read error: Connection reset by peer)
2022-11-24 00:51:32 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:48d0:1388:18f1:684) (Remote host closed the connection)
2022-11-24 00:53:26 +0100cafkafk(~cafkafk@fsf/member/cafkafk)
2022-11-24 00:55:18 +0100kenaryn(~aurele@89-88-44-27.abo.bbox.fr)
2022-11-24 00:56:36 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 00:58:18 +0100 <jackdk> hippoid: stack is probably using the snapshot from its default template to try and pull GHC 9.2.5 from nixpkgs, which doesn't exist in your nixpkgs channel. My personal experience is that stack is no longer compelling these days (cabal is much better than it was, and nix does reproducibility better), however, you might be able to pass a specific LTS snapshot to `stack new`
2022-11-24 00:59:18 +0100 <jackdk> hippoid: Try `nix eval --impure --expr 'builtins.attrNames (import <nixpkgs> {}).haskell.packages'` to get the set of haskell versions provided by your current nixpkgs channel
2022-11-24 00:59:41 +0100albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection)
2022-11-24 00:59:56 +0100 <jackdk> hippoid: If that command doesn't work (and you don't want to turn on `experimental-features = nix-command`), `nix-instantiate --eval -E 'builtins.attrNames (import <nixpkgs> {}).haskell.packages'` should be equivalent
2022-11-24 01:00:36 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 01:05:33 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 260 seconds)
2022-11-24 01:05:48 +0100albet70(~xxx@2400:8902::f03c:92ff:fe60:98d8)
2022-11-24 01:05:54 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
2022-11-24 01:06:34 +0100fserucas(~fserucas@2001:818:e376:a400:fb92:70c1:dd88:c7d7) (Ping timeout: 252 seconds)
2022-11-24 01:06:49 +0100 <Square> Im reading both GHCJS and Asterius are planned for GHC 9.6. Are they orthogonal or will GHCJS be realized using Asterius?
2022-11-24 01:07:23 +0100 <geekosaur> orthogonal
2022-11-24 01:07:55 +0100 <geekosaur> ghc 9.6 adds backends; wasm is the first backend, js the second (and I think not committed yet)
2022-11-24 01:08:03 +0100 <geekosaur> (wasm went in a couple days ago)
2022-11-24 01:09:08 +0100 <Square> I may lack deeper understanding of this, but wouldn't GHCJS benefit from wasm?
2022-11-24 01:10:51 +0100 <geekosaur> I have no idea tbh
2022-11-24 01:11:10 +0100 <geekosaur> I just know the current plan is separate backends
2022-11-24 01:11:17 +0100 <Square> gotcha
2022-11-24 01:12:48 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-24 01:14:29 +0100use-value(~Thunderbi@2a00:23c6:8a03:2f01:75c2:a71f:beaa:29bf) (Remote host closed the connection)
2022-11-24 01:14:49 +0100use-value(~Thunderbi@2a00:23c6:8a03:2f01:75c2:a71f:beaa:29bf)
2022-11-24 01:15:10 +0100Guest4277(Guest4277@id-532813.tinside.irccloud.com) (Changing host)
2022-11-24 01:15:10 +0100Guest4277(Guest4277@user/polo)
2022-11-24 01:15:18 +0100Guest4277MONEY
2022-11-24 01:15:25 +0100MONEYmoney
2022-11-24 01:17:20 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 01:17:36 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd) (Remote host closed the connection)
2022-11-24 01:20:49 +0100wroathe(~wroathe@207-153-38-140.fttp.usinternet.com)
2022-11-24 01:20:49 +0100wroathe(~wroathe@207-153-38-140.fttp.usinternet.com) (Changing host)
2022-11-24 01:20:49 +0100wroathe(~wroathe@user/wroathe)
2022-11-24 01:39:54 +0100denh^(~denh@76.145.185.103)
2022-11-24 01:42:53 +0100lisbeths(uid135845@id-135845.lymington.irccloud.com)
2022-11-24 01:46:31 +0100Xeroine(~Xeroine@user/xeroine) (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
2022-11-24 01:46:49 +0100Xeroine(~Xeroine@user/xeroine)
2022-11-24 01:47:39 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 01:48:43 +0100Me-me(~me-me@user/me-me) (Quit: Disconnecting on purpose.)
2022-11-24 01:49:18 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924) (Ping timeout: 260 seconds)
2022-11-24 01:50:06 +0100thyriaen(~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1)
2022-11-24 01:50:52 +0100cheater1__(~Username@user/cheater)
2022-11-24 01:51:38 +0100acidjnk_new(~acidjnk@p200300d6e7137a175929a180a95a2c61.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-11-24 01:52:09 +0100cheater(~Username@user/cheater) (Ping timeout: 268 seconds)
2022-11-24 01:52:17 +0100cheater1__cheater
2022-11-24 01:54:09 +0100thyriaen(~thyriaen@2a01:aea0:dd4:470d:6245:cbff:fe9f:48b1) (Remote host closed the connection)
2022-11-24 01:56:44 +0100sammelweis_(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 01:59:32 +0100kenaryn(~aurele@89-88-44-27.abo.bbox.fr) (Quit: leaving)
2022-11-24 02:02:25 +0100califax(~califax@user/califx) (Remote host closed the connection)
2022-11-24 02:03:54 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 02:04:24 +0100califax(~califax@user/califx)
2022-11-24 02:07:51 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Client Quit)
2022-11-24 02:10:41 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 02:10:58 +0100zebrag(~chris@user/zebrag)
2022-11-24 02:13:40 +0100king_gs(~Thunderbi@187.201.139.206)
2022-11-24 02:17:19 +0100Xeroine(~Xeroine@user/xeroine) (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
2022-11-24 02:17:37 +0100Xeroine(~Xeroine@user/xeroine)
2022-11-24 02:18:13 +0100accord(uid568320@id-568320.hampstead.irccloud.com) (Quit: Connection closed for inactivity)
2022-11-24 02:18:39 +0100euandreh(~Thunderbi@179.214.113.107) (Remote host closed the connection)
2022-11-24 02:19:28 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 02:19:46 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Read error: Connection reset by peer)
2022-11-24 02:20:52 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 02:21:44 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 260 seconds)
2022-11-24 02:25:28 +0100chomwitt(~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 260 seconds)
2022-11-24 02:27:48 +0100xff0x(~xff0x@2405:6580:b080:900:9162:2d84:4b79:4fbe) (Ping timeout: 260 seconds)
2022-11-24 02:30:54 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 02:33:45 +0100king_gs1(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924)
2022-11-24 02:33:45 +0100king_gs(~Thunderbi@187.201.139.206) (Read error: Connection reset by peer)
2022-11-24 02:33:45 +0100king_gs1king_gs
2022-11-24 02:35:23 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 260 seconds)
2022-11-24 02:40:08 +0100nek0(~nek0@2a01:4f8:222:2b41::12)
2022-11-24 02:42:08 +0100beteigeuze(~Thunderbi@bl14-81-220.dsl.telepac.pt) (Ping timeout: 256 seconds)
2022-11-24 02:46:36 +0100euandreh(~Thunderbi@179.214.113.107) (Remote host closed the connection)
2022-11-24 02:47:35 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 02:59:05 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 03:02:50 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 03:03:02 +0100razetime(~quassel@117.254.35.142)
2022-11-24 03:05:34 +0100euandreh(~Thunderbi@179.214.113.107) (Remote host closed the connection)
2022-11-24 03:05:43 +0100opticblast(~Thunderbi@secure-165.caltech.edu) (Ping timeout: 260 seconds)
2022-11-24 03:07:16 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 248 seconds)
2022-11-24 03:08:30 +0100xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2022-11-24 03:13:54 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 03:14:46 +0100finsternis(~X@23.226.237.192)
2022-11-24 03:17:35 +0100sawilagar(~sawilagar@user/sawilagar) (Read error: Connection reset by peer)
2022-11-24 03:18:16 +0100euandreh(~Thunderbi@179.214.113.107) (Remote host closed the connection)
2022-11-24 03:26:16 +0100caryhartline(~caryhartl@2603-8080-6a0e-8d88-cd07-ecec-ac47-b707.res6.spectrum.com) (Quit: caryhartline)
2022-11-24 03:28:21 +0100ridcully(~ridcully@p508acd4f.dip0.t-ipconnect.de) (Ping timeout: 268 seconds)
2022-11-24 03:28:34 +0100ridcully(~ridcully@p508ac9a8.dip0.t-ipconnect.de)
2022-11-24 03:29:26 +0100stiell(~stiell@gateway/tor-sasl/stiell) (Ping timeout: 255 seconds)
2022-11-24 03:33:54 +0100machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 268 seconds)
2022-11-24 03:37:04 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 03:41:33 +0100stiell(~stiell@gateway/tor-sasl/stiell)
2022-11-24 03:41:54 +0100euandreh(~Thunderbi@179.214.113.107) (Remote host closed the connection)
2022-11-24 03:44:48 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 03:45:29 +0100nate4(~nate@98.45.169.16)
2022-11-24 03:45:47 +0100 <oak-> Okay, so GHCJS is also going to be updated from current 8.10?
2022-11-24 03:46:46 +0100Katarushisu7(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net)
2022-11-24 03:47:52 +0100Katarushisu(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net) (Ping timeout: 256 seconds)
2022-11-24 03:47:52 +0100Katarushisu7Katarushisu
2022-11-24 03:49:52 +0100Achylles(~Achylles_@2804:431:d724:3700:32de:e039:b5d9:f13a) (Remote host closed the connection)
2022-11-24 03:55:53 +0100razetime(~quassel@117.254.35.142) (Ping timeout: 260 seconds)
2022-11-24 03:56:21 +0100razetime(~quassel@117.254.35.124)
2022-11-24 03:57:06 +0100 <Axman6> GHC 9.6 should have both a WASM and JS backend, which have some overlap with Asturius and GHCJS projects, but are not nthe same as far as I understand it
2022-11-24 03:59:36 +0100 <Axman6> Asterius*
2022-11-24 04:00:36 +0100 <Axman6> Asterius has been deprecated in favour of this new backend (see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc/) and I assume GHCJS will do the same
2022-11-24 04:03:25 +0100 <oak-> Let's see if Reflex and reflex-Dom get ported to the new WASM and/or JS backends
2022-11-24 04:04:56 +0100Kaiepi(~Kaiepi@108.175.84.104)
2022-11-24 04:04:59 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 260 seconds)
2022-11-24 04:05:02 +0100 <oak-> I currently have one Reflex-Dom project I'm maintaining and that is currently being compiled using GHCJS
2022-11-24 04:12:17 +0100marc(~marc@5.83.191.76)
2022-11-24 04:12:41 +0100marcGuest2573
2022-11-24 04:15:11 +0100use-value(~Thunderbi@2a00:23c6:8a03:2f01:75c2:a71f:beaa:29bf) (Remote host closed the connection)
2022-11-24 04:15:29 +0100Guest1081(~marc@5.83.191.231) (Ping timeout: 260 seconds)
2022-11-24 04:15:29 +0100use-value(~Thunderbi@2a00:23c6:8a03:2f01:75c2:a71f:beaa:29bf)
2022-11-24 04:15:47 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643) (Ping timeout: 255 seconds)
2022-11-24 04:17:41 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 04:18:03 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-11-24 04:23:39 +0100wroathe(~wroathe@user/wroathe) (Ping timeout: 260 seconds)
2022-11-24 04:28:58 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924) (Ping timeout: 252 seconds)
2022-11-24 04:33:55 +0100waleee(~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 252 seconds)
2022-11-24 04:42:34 +0100lisbeths(uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2022-11-24 04:49:00 +0100libertyprime(~libertypr@118-92-78-165.dsl.dyn.ihug.co.nz) (Ping timeout: 255 seconds)
2022-11-24 04:49:04 +0100nate4(~nate@98.45.169.16) (Ping timeout: 256 seconds)
2022-11-24 04:50:37 +0100 <Clinton[m]> is there a deriving Contravariant thing I can do to deriving Contravariant like you can Functor generically? It looks like there's code in there but contramap doesn't look like it has the default definition to support this: https://hackage.haskell.org/package/base-4.17.0.0/docs/src/Data.Functor.Contravariant.html#Contrav…
2022-11-24 04:51:26 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 04:52:33 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 04:52:45 +0100 <Clinton[m]> ```
2022-11-24 04:52:45 +0100 <Clinton[m]> data T a = T (a -> Int) (a -> Float) deriving anyclass Contravariant
2022-11-24 04:52:45 +0100 <Clinton[m]> Gives me warnings so I suspect I need to do something else also
2022-11-24 04:53:09 +0100 <c_wraith> you're correct. Someone did about 90% of the work of allowing it to be implemented via Generic, but then didn't expose it
2022-11-24 04:53:27 +0100 <Clinton[m]> * Float) deriving stock Generic deriving anyclass Contravariant
2022-11-24 04:53:57 +0100 <Clinton[m]> c_wraith: That's weird. Is there a way I can use the work that's been done?
2022-11-24 04:54:47 +0100 <Clinton[m]> * ```... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/e9048bdcccf139207a3c8d2204906d588ae9…>)
2022-11-24 04:55:19 +0100 <c_wraith> I guess you could write the generic implementation and then just write your own instances that delegate to that implementation
2022-11-24 04:55:28 +0100libertyprime(~libertypr@118-92-78-165.dsl.dyn.ihug.co.nz)
2022-11-24 04:55:33 +0100 <c_wraith> But that's rarely going to be less work than just implementing it
2022-11-24 04:56:13 +0100 <jackdk> The modern way to do this would be to have `instance (Generic1 f, Contravariant (Rep1 f)) => Contravariant (Generically1 f)` and then use `-XDerivingVia`
2022-11-24 04:57:01 +0100 <c_wraith> I'd usually just see an explicit implementation than deriving via. That extension stuffs everything into the type level for no value I can appreciate.
2022-11-24 04:57:08 +0100ddellacosta(~ddellacos@143.244.47.100) (Ping timeout: 248 seconds)
2022-11-24 04:57:09 +0100 <jackdk> I suspect the instance does not exist in the compatibility `generically` package because it wants `base >=4.9` and `Contravariant` is `base >=4.12`
2022-11-24 04:57:52 +0100jargon(~jargon@184.101.188.35) (Remote host closed the connection)
2022-11-24 04:58:05 +0100 <jackdk> I do not understand your objection. Nothing is being stuffed into the type level - it simply copies an instance from a representationally-equivalent type, just as `-XGeneralizedNewtypeDeriving` does
2022-11-24 04:58:41 +0100 <c_wraith> the via expression stuffs everything into the type level. Have you seen those when people insist "you can just do this" and then they're two lines long?
2022-11-24 04:59:50 +0100td_(~td@83.135.9.0) (Ping timeout: 256 seconds)
2022-11-24 05:00:18 +0100zebrag(~chris@user/zebrag) (Quit: Konversation terminated!)
2022-11-24 05:01:32 +0100td_(~td@83.135.9.50)
2022-11-24 05:13:16 +0100 <jackdk> Hm, is this all moot? `data P a = P (a -> Bool) deriving stock (Generic, Generic1)` errors with "Can't make a derived instance of ‘Generic1 P’ with the stock strategy: Constructor ‘P’ applies a type to an argument involving the last parameter but the applied type is not of kind * -> *
2022-11-24 05:18:29 +0100libertyprime(~libertypr@118-92-78-165.dsl.dyn.ihug.co.nz) (Ping timeout: 260 seconds)
2022-11-24 05:22:22 +0100gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de)
2022-11-24 05:29:06 +0100califax(~califax@user/califx) (Remote host closed the connection)
2022-11-24 05:29:52 +0100califax(~califax@user/califx)
2022-11-24 05:34:28 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
2022-11-24 05:36:03 +0100werneta(~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
2022-11-24 05:45:41 +0100libertyprime(~libertypr@118-92-78-165.dsl.dyn.ihug.co.nz)
2022-11-24 05:47:18 +0100Erutuon(~Erutuon@user/erutuon) (Ping timeout: 260 seconds)
2022-11-24 05:50:22 +0100Vajb(~Vajb@2001:999:504:3ad6:52a4:a3b5:32d8:e74d) (Read error: Connection reset by peer)
2022-11-24 05:51:09 +0100Vajb(~Vajb@hag-jnsbng11-58c3a5-27.dhcp.inet.fi)
2022-11-24 06:25:34 +0100razetime(~quassel@117.254.35.124) (Ping timeout: 252 seconds)
2022-11-24 06:26:03 +0100razetime(~quassel@117.193.3.67)
2022-11-24 06:33:29 +0100Vajb(~Vajb@hag-jnsbng11-58c3a5-27.dhcp.inet.fi) (Read error: Connection reset by peer)
2022-11-24 06:34:18 +0100Vajb(~Vajb@2001:999:504:3ad6:52a4:a3b5:32d8:e74d)
2022-11-24 06:35:28 +0100jinsl(~jinsl@2408:8207:2551:7d70:211:32ff:fec8:6aea) (Ping timeout: 252 seconds)
2022-11-24 06:35:44 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 260 seconds)
2022-11-24 06:35:54 +0100jinsl(~jinsl@2408:8207:2557:ce20:211:32ff:fec8:6aea)
2022-11-24 06:36:27 +0100Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2022-11-24 06:41:08 +0100king_gs(~Thunderbi@187.201.139.206)
2022-11-24 06:41:22 +0100razetime(~quassel@117.193.3.67) (Ping timeout: 268 seconds)
2022-11-24 06:41:45 +0100razetime(~quassel@117.254.35.76)
2022-11-24 06:45:02 +0100Guest60(~Guest60@149.159.207.218)
2022-11-24 06:45:44 +0100nate4(~nate@98.45.169.16)
2022-11-24 06:50:37 +0100nate4(~nate@98.45.169.16) (Ping timeout: 268 seconds)
2022-11-24 07:02:12 +0100lisbeths(uid135845@id-135845.lymington.irccloud.com)
2022-11-24 07:03:21 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 07:04:40 +0100kenran(~user@user/kenran)
2022-11-24 07:07:48 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 248 seconds)
2022-11-24 07:11:39 +0100king_gs(~Thunderbi@187.201.139.206) (Read error: Connection reset by peer)
2022-11-24 07:11:40 +0100king_gs1(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924)
2022-11-24 07:12:33 +0100kenran(~user@user/kenran) (Remote host closed the connection)
2022-11-24 07:13:57 +0100king_gs1king_gs
2022-11-24 07:20:13 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds)
2022-11-24 07:22:16 +0100razetime(~quassel@117.254.35.76) (Read error: Connection reset by peer)
2022-11-24 07:22:29 +0100razetime(~quassel@117.254.35.76)
2022-11-24 07:27:36 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 07:28:42 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 07:35:34 +0100takuan(~takuan@178-116-218-225.access.telenet.be)
2022-11-24 07:48:56 +0100opticblast(~Thunderbi@2607:fb90:646:4a7b:a68e:2fc4:53c0:4b2b)
2022-11-24 07:56:02 +0100mei_(~mei@user/mei)
2022-11-24 07:58:26 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-11-24 07:58:40 +0100chomwitt(~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1)
2022-11-24 08:13:13 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba)
2022-11-24 08:16:56 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd) (Remote host closed the connection)
2022-11-24 08:19:09 +0100crocuta(~normie@222-0-178-69.static.gci.net)
2022-11-24 08:19:16 +0100gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 248 seconds)
2022-11-24 08:29:50 +0100zeenk(~zeenk@2a02:2f04:a208:3600::7fe)
2022-11-24 08:31:45 +0100opticblast(~Thunderbi@2607:fb90:646:4a7b:a68e:2fc4:53c0:4b2b) (Ping timeout: 255 seconds)
2022-11-24 08:33:54 +0100burakcan-(burakcank@2a01:4f8:c17:efa0::3) (*.net *.split)
2022-11-24 08:33:54 +0100jackdk(sid373013@cssa/jackdk) (*.net *.split)
2022-11-24 08:33:54 +0100RMSBach(~guygastin@137.184.131.156) (*.net *.split)
2022-11-24 08:33:54 +0100amir(sid22336@user/amir) (*.net *.split)
2022-11-24 08:33:54 +0100Fangs(sid141280@id-141280.hampstead.irccloud.com) (*.net *.split)
2022-11-24 08:34:02 +0100amir(sid22336@user/amir)
2022-11-24 08:34:04 +0100jackdk(sid373013@cssa/jackdk)
2022-11-24 08:34:08 +0100Fangs(sid141280@id-141280.hampstead.irccloud.com)
2022-11-24 08:34:13 +0100RMSBach(~guygastin@137.184.131.156)
2022-11-24 08:34:26 +0100burakcan-(burakcank@has.arrived.and.is.ready-to.party)
2022-11-24 08:34:40 +0100zer0bitz(~zer0bitz@196.244.192.58)
2022-11-24 08:38:32 +0100zer0bitz_(~zer0bitz@196.244.192.58) (Ping timeout: 268 seconds)
2022-11-24 08:39:31 +0100Erutuon(~Erutuon@user/erutuon)
2022-11-24 08:44:50 +0100ringo__(~ringo@157.230.117.128) (*.net *.split)
2022-11-24 08:44:50 +0100totbwf(sid402332@2a03:5180:f:5::6:239c) (*.net *.split)
2022-11-24 08:44:51 +0100jimki(~jmaki@gazorpazorp.fixme.fi) (*.net *.split)
2022-11-24 08:44:51 +0100sloorush(~sloorush@52.187.184.81) (*.net *.split)
2022-11-24 08:44:51 +0100nerdypepper(~nerdypepp@user/nerdypepper) (*.net *.split)
2022-11-24 08:44:58 +0100totbwf(sid402332@id-402332.uxbridge.irccloud.com)
2022-11-24 08:45:03 +0100jimki(~jmaki@gazorpazorp.fixme.fi)
2022-11-24 08:45:15 +0100ringo__(~ringo@157.230.117.128)
2022-11-24 08:46:07 +0100fserucas(~fserucas@2001:818:e376:a400:fb92:70c1:dd88:c7d7)
2022-11-24 08:46:07 +0100sloorush(~sloorush@52.187.184.81)
2022-11-24 08:46:28 +0100nerdypepper(~nerdypepp@user/nerdypepper)
2022-11-24 08:54:08 +0100ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2022-11-24 08:58:03 +0100Guest60(~Guest60@149.159.207.218) (Ping timeout: 260 seconds)
2022-11-24 08:58:23 +0100ft(~ft@p508dbd59.dip0.t-ipconnect.de) (Quit: leaving)
2022-11-24 09:05:04 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924) (Ping timeout: 252 seconds)
2022-11-24 09:07:59 +0100cfricke(~cfricke@user/cfricke)
2022-11-24 09:10:10 +0100biberu(~biberu@user/biberu) (Read error: Connection reset by peer)
2022-11-24 09:10:36 +0100inversed(~inversed@bcdcac82.skybroadband.com) (Read error: Connection reset by peer)
2022-11-24 09:12:36 +0100mmhat(~mmh@p200300f1c70c6086ee086bfffe095315.dip0.t-ipconnect.de)
2022-11-24 09:13:52 +0100rembo10(~rembo10@main.remulis.com) (Quit: ZNC 1.8.2 - https://znc.in)
2022-11-24 09:14:33 +0100invsersed(~inversed@bcdcac82.skybroadband.com)
2022-11-24 09:15:55 +0100lortabac(~lortabac@2a01:e0a:541:b8f0:ac0a:38a2:8562:1b2b)
2022-11-24 09:16:03 +0100rembo10(~rembo10@main.remulis.com)
2022-11-24 09:16:07 +0100biberu(~biberu@user/biberu)
2022-11-24 09:17:24 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 09:19:45 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Ping timeout: 260 seconds)
2022-11-24 09:20:45 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 09:21:24 +0100king_gs(~Thunderbi@187.201.139.206)
2022-11-24 09:21:41 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd) (Ping timeout: 255 seconds)
2022-11-24 09:26:29 +0100denh^(~denh@76.145.185.103) (Remote host closed the connection)
2022-11-24 09:26:55 +0100crocuta(~normie@222-0-178-69.static.gci.net) (Remote host closed the connection)
2022-11-24 09:30:05 +0100michalz(~michalz@185.246.207.215)
2022-11-24 09:31:06 +0100lisbeths(uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2022-11-24 09:35:37 +0100lisbeths(uid135845@id-135845.lymington.irccloud.com)
2022-11-24 09:36:38 +0100azimut(~azimut@gateway/tor-sasl/azimut) (Ping timeout: 255 seconds)
2022-11-24 09:40:33 +0100gmg(~user@user/gehmehgeh)
2022-11-24 09:44:21 +0100gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2022-11-24 09:44:29 +0100mei(~mei@user/mei)
2022-11-24 09:45:06 +0100gmg(~user@user/gehmehgeh)
2022-11-24 09:47:21 +0100mei_(~mei@user/mei) (Ping timeout: 255 seconds)
2022-11-24 09:48:11 +0100acidjnk_new(~acidjnk@p200300d6e7137a91c4f65aaee5ea4b91.dip0.t-ipconnect.de)
2022-11-24 09:49:29 +0100machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2022-11-24 09:51:18 +0100king_gs(~Thunderbi@187.201.139.206) (Ping timeout: 268 seconds)
2022-11-24 09:51:47 +0100chele(~chele@user/chele)
2022-11-24 09:55:48 +0100machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 260 seconds)
2022-11-24 09:57:35 +0100machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2022-11-24 10:00:03 +0100silky[m](~noonvande@2001:470:69fc:105::2:943c) (Quit: You have been kicked for being idle)
2022-11-24 10:03:39 +0100MajorBiscuit(~MajorBisc@2a02-a461-129d-1-193d-75d8-745d-e91e.fixed6.kpn.net)
2022-11-24 10:05:50 +0100gmg(~user@user/gehmehgeh) (Quit: Leaving)
2022-11-24 10:06:27 +0100mei_(~mei@user/mei)
2022-11-24 10:06:37 +0100phma(phma@2001:5b0:211f:4b08:4055:ac0:eabe:4279) (Read error: Connection reset by peer)
2022-11-24 10:07:16 +0100phma(phma@2001:5b0:211f:d9e8:77e8:13de:2d1:bc)
2022-11-24 10:07:48 +0100Major_Biscuit(~MajorBisc@c-001-009-054.client.tudelft.eduvpn.nl)
2022-11-24 10:08:51 +0100mei(~mei@user/mei) (Ping timeout: 265 seconds)
2022-11-24 10:11:16 +0100MajorBiscuit(~MajorBisc@2a02-a461-129d-1-193d-75d8-745d-e91e.fixed6.kpn.net) (Ping timeout: 265 seconds)
2022-11-24 10:17:25 +0100vpan(~0@212.117.1.172)
2022-11-24 10:22:33 +0100InstX1_(~Liam@2601:6c4:4081:54f0:e9f2:606c:4487:f118)
2022-11-24 10:24:41 +0100InstX1(~Liam@2601:6c4:4081:54f0:c59f:75f5:30c:12fd) (Ping timeout: 255 seconds)
2022-11-24 10:28:49 +0100razetime(~quassel@117.254.35.76) (Ping timeout: 260 seconds)
2022-11-24 10:29:11 +0100razetime(~quassel@117.254.35.234)
2022-11-24 10:30:30 +0100money(Guest4277@user/polo) ()
2022-11-24 10:35:34 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba) (Quit: coot)
2022-11-24 10:36:15 +0100Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2022-11-24 10:36:19 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba)
2022-11-24 10:41:40 +0100money(money@user/polo)
2022-11-24 10:42:12 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba) (Ping timeout: 265 seconds)
2022-11-24 10:45:23 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba)
2022-11-24 10:46:59 +0100nate4(~nate@98.45.169.16)
2022-11-24 10:47:10 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba) (Remote host closed the connection)
2022-11-24 10:47:54 +0100razetime_(~quassel@117.254.34.241)
2022-11-24 10:48:00 +0100razetime(~quassel@117.254.35.234) (Ping timeout: 265 seconds)
2022-11-24 10:48:49 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba)
2022-11-24 10:51:48 +0100nate4(~nate@98.45.169.16) (Ping timeout: 260 seconds)
2022-11-24 10:54:47 +0100razetime_(~quassel@117.254.34.241) (Ping timeout: 264 seconds)
2022-11-24 10:55:05 +0100razetime(~quassel@117.254.34.19)
2022-11-24 11:03:38 +0100merijn(~merijn@86.86.29.250)
2022-11-24 11:04:45 +0100teo(~teo@user/teo)
2022-11-24 11:05:42 +0100jinsun(~jinsun@user/jinsun) (Read error: Connection reset by peer)
2022-11-24 11:05:59 +0100jinsun(~jinsun@user/jinsun)
2022-11-24 11:06:29 +0100 <lyxia> yes Generic1 is very limited
2022-11-24 11:06:59 +0100tzh(~tzh@c-24-21-73-154.hsd1.or.comcast.net) (Quit: zzz)
2022-11-24 11:08:08 +0100merijn(~merijn@86.86.29.250) (Ping timeout: 260 seconds)
2022-11-24 11:13:59 +0100xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (Ping timeout: 260 seconds)
2022-11-24 11:15:33 +0100razetime(~quassel@117.254.34.19) (Ping timeout: 265 seconds)
2022-11-24 11:16:50 +0100razetime(~quassel@117.254.35.52)
2022-11-24 11:20:13 +0100enoq(~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7)
2022-11-24 11:22:47 +0100sawilagar(~sawilagar@user/sawilagar)
2022-11-24 11:25:10 +0100razetime(~quassel@117.254.35.52) (Ping timeout: 256 seconds)
2022-11-24 11:25:35 +0100razetime(~quassel@117.193.4.43)
2022-11-24 11:29:46 +0100Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542)
2022-11-24 11:30:22 +0100econo(uid147250@user/econo) (Quit: Connection closed for inactivity)
2022-11-24 11:30:47 +0100razetime(~quassel@117.193.4.43) (Ping timeout: 264 seconds)
2022-11-24 11:31:18 +0100razetime(~quassel@117.193.7.209)
2022-11-24 11:32:04 +0100__monty__(~toonn@user/toonn)
2022-11-24 11:36:08 +0100foul_owl(~kerry@157.97.134.158) (Ping timeout: 268 seconds)
2022-11-24 11:38:14 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 11:38:22 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 11:39:14 +0100foul_owl(~kerry@174-21-75-230.tukw.qwest.net)
2022-11-24 11:41:06 +0100lisbeths(uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2022-11-24 11:46:30 +0100AVirginGirl(~AVirginGi@172.58.178.186)
2022-11-24 11:46:41 +0100AVirginGirl(~AVirginGi@172.58.178.186) ()
2022-11-24 11:46:42 +0100jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 256 seconds)
2022-11-24 11:55:07 +0100 <carbolymer> what's the difference between `data F = forall a. F { value :: a }` and `data F = F { value :: forall a. a }` ?
2022-11-24 11:56:14 +0100Guest75(~Guest75@178.141.145.247)
2022-11-24 11:59:35 +0100Major_Biscuit(~MajorBisc@c-001-009-054.client.tudelft.eduvpn.nl) (Ping timeout: 264 seconds)
2022-11-24 12:00:32 +0100cafkafk(~cafkafk@fsf/member/cafkafk) (Remote host closed the connection)
2022-11-24 12:01:18 +0100cafkafk(~cafkafk@fsf/member/cafkafk)
2022-11-24 12:01:58 +0100 <dminuoso> carbolymer: One is an existential type, the other is a polymorphic type.
2022-11-24 12:02:41 +0100 <dminuoso> Though neither is particularly useful without a typeclass constraint (or a more elaborate type)
2022-11-24 12:04:54 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Read error: Connection reset by peer)
2022-11-24 12:04:57 +0100 <dminuoso> % :set -XExistentialQuantification
2022-11-24 12:04:57 +0100 <yahb2> <no output>
2022-11-24 12:04:59 +0100 <dminuoso> % data Showable = forall a. Show a => Showable a
2022-11-24 12:04:59 +0100 <yahb2> <no output>
2022-11-24 12:05:20 +0100 <carbolymer> yeah, without constraint the aren't useful, I was wondering what's the difference where I put forall
2022-11-24 12:05:28 +0100 <dminuoso> Here, Showable will be constructed with a particular type that will at least satisfy Show. If a consumer pattern matches, it will be a *particular* type, but you cannot know which
2022-11-24 12:05:34 +0100 <carbolymer> usually I was following compiler errors and chosing the compiling one
2022-11-24 12:05:42 +0100 <dminuoso> But you can use any Show methods with it.
2022-11-24 12:05:57 +0100 <dminuoso> Compare with:
2022-11-24 12:06:01 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 12:06:09 +0100 <dminuoso> % data Numeric = Numeric (forall a. Num a => a)
2022-11-24 12:06:09 +0100 <yahb2> <no output>
2022-11-24 12:06:28 +0100son0p(~ff@2604:3d08:5b7f:5540::ebf0) (Ping timeout: 260 seconds)
2022-11-24 12:06:41 +0100 <dminuoso> `Numeric 5` will contain a polymorphic value, that a consumer can just instantiate at any type they like (as long as Num a is satisfied)
2022-11-24 12:07:10 +0100 <dminuoso> % a = Showable 10
2022-11-24 12:07:10 +0100 <yahb2> <no output>
2022-11-24 12:07:14 +0100 <dminuoso> % b = Showable "foo"
2022-11-24 12:07:14 +0100 <yahb2> <no output>
2022-11-24 12:07:19 +0100 <dminuoso> % :t a
2022-11-24 12:07:19 +0100 <yahb2> a :: Showable
2022-11-24 12:07:21 +0100 <dminuoso> % :t b
2022-11-24 12:07:21 +0100 <yahb2> b :: Showable
2022-11-24 12:07:39 +0100 <dminuoso> % case a of (Showable i) -> show i
2022-11-24 12:07:39 +0100 <yahb2> "10"
2022-11-24 12:07:41 +0100 <dminuoso> % case b of (Showable i) -> show i
2022-11-24 12:07:41 +0100 <yahb2> "\"foo\""
2022-11-24 12:08:03 +0100 <dminuoso> carbolymer: See the difference?
2022-11-24 12:08:18 +0100 <dminuoso> % num = Numeric 5
2022-11-24 12:08:18 +0100 <yahb2> <no output>
2022-11-24 12:08:30 +0100 <dminuoso> % case num of Numeric i -> show (i :: Float)
2022-11-24 12:08:31 +0100 <yahb2> "5.0"
2022-11-24 12:08:33 +0100 <dminuoso> % case num of Numeric i -> show (i :: Double)
2022-11-24 12:08:33 +0100 <yahb2> "5.0"
2022-11-24 12:08:37 +0100 <dminuoso> % case num of Numeric i -> show (i :: Integer)
2022-11-24 12:08:37 +0100 <yahb2> "5"
2022-11-24 12:09:13 +0100 <dminuoso> So on one, the consumer can instantiate at any type they like, even multiple different types, but the provider has to provide a polymorphic value (they cannot decide)
2022-11-24 12:09:37 +0100 <dminuoso> on the other the provider instantiatesr at a single type, but the consumer cannot know which one. if typeclass constrained, they can only use typeuclass methods on it.
2022-11-24 12:09:57 +0100 <carbolymer> I see
2022-11-24 12:10:22 +0100 <dminuoso> Maybe for better symmetry you can compare the last few yahb invocations with:
2022-11-24 12:10:30 +0100 <dminuoso> % case Showable 10 of Showable i -> show i
2022-11-24 12:10:30 +0100 <yahb2> "10"
2022-11-24 12:10:34 +0100 <dminuoso> % case Showable "foo" of Showable i -> show i
2022-11-24 12:10:34 +0100 <yahb2> "\"foo\""
2022-11-24 12:10:55 +0100 <dminuoso> That highlights the difference better I think
2022-11-24 12:10:59 +0100xff0x(~xff0x@2405:6580:b080:900:ba2b:e368:237f:a79)
2022-11-24 12:12:18 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Ping timeout: 260 seconds)
2022-11-24 12:12:42 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 12:14:13 +0100 <carbolymer> ok I get it
2022-11-24 12:15:21 +0100 <carbolymer> so `F (forall a. a)` is more flexible, because you can pick suitable type, unless you want to enforce that in a producer
2022-11-24 12:15:49 +0100 <carbolymer> thanks dminuoso
2022-11-24 12:16:37 +0100 <dminuoso> carbolymer: well, they are very different really.
2022-11-24 12:17:04 +0100 <dminuoso> I think its rather difficult to find an example where you have a choice between them
2022-11-24 12:18:25 +0100 <dminuoso> It's sort of the difference between `f :: (forall t. ... t ...) -> ...` and `f :: forall t. ... t ...`
2022-11-24 12:19:31 +0100 <carbolymer> good point
2022-11-24 12:19:53 +0100razetime(~quassel@117.193.7.209) (Ping timeout: 260 seconds)
2022-11-24 12:20:44 +0100razetime(~quassel@117.254.35.218)
2022-11-24 12:22:12 +0100 <dminuoso> Both are equally flexible, but on different sides. One delegates the type choice to the provider and hides it from the consumer, the other delegates the type choice to the consumer but hides it from the producer.
2022-11-24 12:23:09 +0100zant(~zant@62.96.232.178)
2022-11-24 12:26:35 +0100 <dminuoso> carbolymer: Your original data types are a bit interesting to look at. The first can created at type, but you cannot recover any information about it, so you can do *nothing* with it. The other can only be created with `undefined`, but you can instantiate at any type, use it *everywhere*
2022-11-24 12:26:42 +0100 <dminuoso> Do you see this kind of duality?
2022-11-24 12:26:59 +0100 <dminuoso> (One is completely useless, the other is universally useful)
2022-11-24 12:27:15 +0100 <dminuoso> well "useful" in the sense of "where can this be plugged into"
2022-11-24 12:28:38 +0100foul_owl(~kerry@174-21-75-230.tukw.qwest.net) (Ping timeout: 260 seconds)
2022-11-24 12:29:35 +0100use-value(~Thunderbi@2a00:23c6:8a03:2f01:75c2:a71f:beaa:29bf) (Quit: use-value)
2022-11-24 12:34:23 +0100razetime(~quassel@117.254.35.218) (Ping timeout: 264 seconds)
2022-11-24 12:34:23 +0100razetime_(~quassel@117.254.34.180)
2022-11-24 12:34:50 +0100 <carbolymer> yep
2022-11-24 12:35:02 +0100 <carbolymer> like usb-c
2022-11-24 12:39:08 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Ping timeout: 260 seconds)
2022-11-24 12:39:16 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 12:39:36 +0100jakalx(~jakalx@base.jakalx.net) (Error from remote client)
2022-11-24 12:41:39 +0100zeenk(~zeenk@2a02:2f04:a208:3600::7fe) (Quit: Konversation terminated!)
2022-11-24 12:43:07 +0100zeenk(~zeenk@2a02:2f04:a208:3600::7fe)
2022-11-24 12:43:37 +0100razetime_razetime
2022-11-24 12:44:19 +0100foul_owl(~kerry@193.29.61.77)
2022-11-24 12:46:59 +0100mmhat(~mmh@p200300f1c70c6086ee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.7.1)
2022-11-24 12:49:38 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 260 seconds)
2022-11-24 13:00:44 +0100jakalx(~jakalx@base.jakalx.net)
2022-11-24 13:01:24 +0100moneypolo
2022-11-24 13:08:54 +0100Xeroine(~Xeroine@user/xeroine) (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in)
2022-11-24 13:10:13 +0100Xeroine(~Xeroine@user/xeroine)
2022-11-24 13:12:54 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 13:13:18 +0100opticblast(~Thunderbi@97.64.79.177)
2022-11-24 13:17:21 +0100poloJoey
2022-11-24 13:17:28 +0100Joeyhoey
2022-11-24 13:19:35 +0100fserucas(~fserucas@2001:818:e376:a400:fb92:70c1:dd88:c7d7) (Remote host closed the connection)
2022-11-24 13:21:10 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 13:22:53 +0100Guest75(~Guest75@178.141.145.247) (Ping timeout: 260 seconds)
2022-11-24 13:24:21 +0100 <dminuoso> heh, usb type c is actually a horrible thing
2022-11-24 13:24:36 +0100 <dminuoso> It's very non-universal, mostly because type c is a formfactor, not an signaling protocol
2022-11-24 13:25:50 +0100 <dminuoso> You can do mere PD, USB, DisplayPort, Thunderbolt, or any number of completely proprietary protocols over type C, and they tend to have different electrical requirements, to the point that an USB type c cable might work for one thing, but not the other.
2022-11-24 13:25:52 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd) (Ping timeout: 256 seconds)
2022-11-24 13:27:11 +0100 <dminuoso> There's at least 5 system defined alternate modes, with some additional ones. USB Type C is probably the worst thing that has happened in universal connectors. :(
2022-11-24 13:28:33 +0100 <dminuoso> For most consumers the differences are not obvious, and cables are usually not clearly marked, so if an USB Type C <-> Type C cable works for whatever you want, its probably just luck. but sometimes it also just does not work.
2022-11-24 13:28:39 +0100 <dminuoso> end of rant.
2022-11-24 13:29:38 +0100 <chreekat> The distance between what I thought USB-C was and what it actually is was a long way to fall
2022-11-24 13:33:44 +0100Erutuon(~Erutuon@user/erutuon) (Ping timeout: 260 seconds)
2022-11-24 13:34:23 +0100 <dminuoso> Worst of all, for PD if you buy a wrong cable, you actually have a realistic risk of electrical damage to the consumer. Fried phones or laptops just because of a wrong USB Type C cable can happen
2022-11-24 13:34:38 +0100 <dminuoso> Im not even talking about cables being out of spec, just cables with the *wrong* specs.
2022-11-24 13:34:52 +0100 <__monty__> carbolymer's analogy to Type C is pretty apt though. Plugs in anywhere but is often useless.
2022-11-24 13:35:00 +0100 <dminuoso> __monty__: haha!
2022-11-24 13:37:17 +0100fserucas(~fserucas@2001:818:e376:a400:fb92:70c1:dd88:c7d7)
2022-11-24 13:39:14 +0100azimut(~azimut@gateway/tor-sasl/azimut)
2022-11-24 13:40:58 +0100opticblast(~Thunderbi@97.64.79.177) (Ping timeout: 260 seconds)
2022-11-24 13:41:21 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 13:46:20 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 13:47:27 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 13:47:58 +0100nschoe(~q@141.101.51.197)
2022-11-24 13:49:23 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 264 seconds)
2022-11-24 13:53:25 +0100ChaiTRex(~ChaiTRex@user/chaitrex)
2022-11-24 13:54:14 +0100ivan__(~ivan__@2001:818:ea58:9200:c83e:9a28:c46f:bf84)
2022-11-24 14:03:27 +0100 <carbolymer> dminuoso: tbf I'd rather have one cable with different protocols, than the bullshit we had with mobile phones' chargers we had 10 years ago
2022-11-24 14:03:34 +0100 <carbolymer> or rather cables
2022-11-24 14:03:59 +0100 <dminuoso> carbolymer: You cant tell these cables apart once you pull them out of the box. Most cables dont have proper markings.
2022-11-24 14:04:15 +0100 <dminuoso> I dont like having a cable where you dont know whether it will brick your laptop if you charge with it or not.
2022-11-24 14:04:26 +0100 <dminuoso> Not entirely sure how that seems advantageous
2022-11-24 14:05:19 +0100 <dminuoso> The only reason most people dont complain, is because the large fraction of Type-C <-> Type C cables are USB cables (for *some* USB speed), which fits the bill of the majority.
2022-11-24 14:05:31 +0100 <dminuoso> Until you have a thunderbolt cable in your hand
2022-11-24 14:05:35 +0100 <dminuoso> or want to connect your laptop to a docking station
2022-11-24 14:05:40 +0100 <dminuoso> or want to connect your laptop to a screen
2022-11-24 14:06:21 +0100 <dminuoso> and when you do find a cable that suggests its a thunderbolt cable, its the wrong thunderbolt version, and if you do, its out of spec, and your docking station silently doenst work.
2022-11-24 14:06:57 +0100 <dminuoso> (And no, you cannot use a USB 3.1 cable for these things, you will need speciality cables)
2022-11-24 14:08:43 +0100 <dminuoso> carbolymer: its really collectively worse. before, you couldnt accidentally plug a say firewire cable into an usb port. now you can sort of do, it still wont work, but it will fit.
2022-11-24 14:08:49 +0100 <dminuoso> but you cant even tell beforehand that it wont work.
2022-11-24 14:08:52 +0100 <dminuoso> carbolymer: how is this better?
2022-11-24 14:09:41 +0100 <dminuoso> About the only univerality you get is that PD tends to work on most cables, until the cable has wrong impedances, then you risk bricking or putting your consumer on fire. Great perspective.
2022-11-24 14:12:16 +0100 <dminuoso> The only advantage that USB type c really has, is if the device can run multiple modes over the same connector. Say if the device can somehow run either USB 3.1, HDMI or Thunderbolt. There's only a very limited of laptops that have this capability, and there its great because you actually *save* the number of USB ports.
2022-11-24 14:12:29 +0100 <dminuoso> On something like a phone its absurd, because you generally dont need any of these things. But you do have that PD risk I talked about earlier.
2022-11-24 14:15:19 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 14:15:31 +0100son0p(~ff@2604:3d08:5b7f:5540::6bfc)
2022-11-24 14:15:47 +0100Major_Biscuit(~MajorBisc@145.94.180.252)
2022-11-24 14:15:51 +0100libertyprime(~libertypr@118-92-78-165.dsl.dyn.ihug.co.nz) (Ping timeout: 268 seconds)
2022-11-24 14:18:47 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 264 seconds)
2022-11-24 14:19:26 +0100kuribas(~user@ip-188-118-57-242.reverse.destiny.be)
2022-11-24 14:20:46 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-11-24 14:33:22 +0100 <carbolymer> dminuoso: I see your point. Despite having competing protocols, there's still some convergence on the physical layer. At least you can charge and send data with the same cable to different devices.
2022-11-24 14:33:54 +0100 <AndreasK> Maybe it will be a bigger issue in a few years. So far only a single device of mine is actually usb-c
2022-11-24 14:34:07 +0100 <AndreasK> But I expect that to become an issue for me as time goes on
2022-11-24 14:35:37 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 14:47:52 +0100cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.7.1)
2022-11-24 14:48:27 +0100nate4(~nate@98.45.169.16)
2022-11-24 14:50:09 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 265 seconds)
2022-11-24 14:53:35 +0100nate4(~nate@98.45.169.16) (Ping timeout: 264 seconds)
2022-11-24 14:56:40 +0100elevenkb(~elevenkb@105.184.125.168)
2022-11-24 14:57:13 +0100ivan__(~ivan__@2001:818:ea58:9200:c83e:9a28:c46f:bf84) (Read error: Connection reset by peer)
2022-11-24 14:58:25 +0100ccapndave(~ccapndave@xcpe-62-167-164-99.cgn.res.adslplus.ch)
2022-11-24 15:02:50 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 15:04:06 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 15:05:57 +0100kenaryn(~aurele@cre71-h03-89-88-44-27.dsl.sta.abo.bbox.fr)
2022-11-24 15:12:03 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-11-24 15:16:06 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Read error: Connection reset by peer)
2022-11-24 15:18:16 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 15:21:08 +0100kenaryn(~aurele@cre71-h03-89-88-44-27.dsl.sta.abo.bbox.fr) (Quit: leaving)
2022-11-24 15:28:54 +0100srz(~srz@181.228.49.93)
2022-11-24 15:35:17 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643) (Ping timeout: 255 seconds)
2022-11-24 15:38:33 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-11-24 15:41:20 +0100 <absence> is there something like sequenceA for (a subset of) monad transformers? it's possible to do "MaybeT . ExceptT . fmap sequenceA . runMaybeT . runExceptT" explicitly, but i don't know if the concept makes sense more generally, or if it would break laws, etc
2022-11-24 15:42:29 +0100ccapndave(~ccapndave@xcpe-62-167-164-99.cgn.res.adslplus.ch) (Quit: Textual IRC Client: www.textualapp.com)
2022-11-24 15:43:59 +0100freeside(~mengwong@103.252.202.193) (Ping timeout: 264 seconds)
2022-11-24 15:44:38 +0100acidjnk_new(~acidjnk@p200300d6e7137a91c4f65aaee5ea4b91.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-11-24 15:45:00 +0100hoeymoney
2022-11-24 15:45:26 +0100 <lortabac> absence: more general on what level? sequenceA is already very general
2022-11-24 15:45:43 +0100wroathe(~wroathe@207-153-38-140.fttp.usinternet.com)
2022-11-24 15:45:44 +0100wroathe(~wroathe@207-153-38-140.fttp.usinternet.com) (Changing host)
2022-11-24 15:45:44 +0100wroathe(~wroathe@user/wroathe)
2022-11-24 15:45:49 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 15:46:57 +0100 <absence> lortabac: it can't turn "ExceptT e (MaybeT m) a" to "MaybeT (ExceptT e m) a"
2022-11-24 15:47:14 +0100elevenkb(~elevenkb@105.184.125.168) (Remote host closed the connection)
2022-11-24 15:47:29 +0100 <absence> only "Either e (Maybe a)" to "Maybe (Either e a)"
2022-11-24 15:50:54 +0100enoq(~enoq@2a05:1141:1f5:5600:b9c9:721a:599:bfe7) (Quit: enoq)
2022-11-24 15:54:36 +0100 <lortabac> absence: I see, I guess that's something you might find in the streaming libraries
2022-11-24 15:55:43 +0100jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection)
2022-11-24 15:57:37 +0100 <Guillaum[m]> Is there a way to ask GHC to take into account a package.conf.d/pname-version.conf without creating a package database?
2022-11-24 15:58:30 +0100 <lortabac> absence: that said, I don't see why it wouldn't work with ExceptT e (MaybeT m)
2022-11-24 15:58:42 +0100mei_(~mei@user/mei) (Remote host closed the connection)
2022-11-24 15:59:02 +0100 <absence> lortabac: why streaming?
2022-11-24 15:59:07 +0100jonathanx(~jonathan@h-178-174-176-109.A357.priv.bahnhof.se)
2022-11-24 15:59:19 +0100 <lortabac> isn't ExceptT an instance of Traversable?
2022-11-24 16:00:48 +0100 <mauke> Guillaum[m]: unrelated, but what is that symbol before "package.conf.d/pname-version.conf" on your end?
2022-11-24 16:01:54 +0100 <absence> lortabac: yes, but the Traversable typeclass can't flip two monad transformers
2022-11-24 16:02:06 +0100 <Guillaum[m]> mauke: I'm not sure I understand your question. I used a "backtick" in order to format the string (I'm using matrix bridge to IRC, so "markdown syntax". Sorry if it cause any inconvenience)
2022-11-24 16:02:43 +0100 <absence> lortabac: you'd need something like MTraversable i guess, in the spirit of mmorph's MFunctor and MMonad?
2022-11-24 16:02:44 +0100 <mauke> ah, inline code markup
2022-11-24 16:03:06 +0100__monty__(~toonn@user/toonn) (Quit: leaving)
2022-11-24 16:03:39 +0100 <mauke> Guillaum[m]: the bridge turns it into a Ctrl-Q character :-)
2022-11-24 16:04:18 +0100 <Guillaum[m]> mauke: ha, damned. Is that acceptable to read or really painful? To know if I need to stop or not?
2022-11-24 16:05:06 +0100 <mauke> fine with me, now that I know what it is. maybe some IRC clients do something sensible with it?
2022-11-24 16:05:10 +0100acidjnk(~acidjnk@p200300d6e7137a67f01158a637cc3bb0.dip0.t-ipconnect.de)
2022-11-24 16:05:19 +0100 <mauke> otherwise it's just an extra symbol at the beginning of the span
2022-11-24 16:05:20 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 16:06:23 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba) (Quit: coot)
2022-11-24 16:06:27 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 16:06:47 +0100 <hpc> my client formats it as monospace text... but my client is also irssi :P
2022-11-24 16:07:29 +0100causal(~user@50.35.83.177) (Quit: WeeChat 3.7.1)
2022-11-24 16:08:00 +0100ddellacosta(~ddellacos@89.46.62.188)
2022-11-24 16:09:11 +0100 <geekosaur> my client mostly handles such markup fine, but not that one. I might write a script if I can find out what it's supposed to be doing
2022-11-24 16:09:16 +0100phma_(~phma@host-67-44-208-136.hnremote.net)
2022-11-24 16:10:45 +0100 <mauke> I wonder if it works in reverse. hello, I'm code
2022-11-24 16:10:54 +0100freeside(~mengwong@103.252.202.193)
2022-11-24 16:11:28 +0100 <geekosaur[m]> seems to work here
2022-11-24 16:11:59 +0100geekosaur[m]popped element; normally does matrix only on phone
2022-11-24 16:12:59 +0100 <geekosaur> interesting they changed that; backticks used to be passed through
2022-11-24 16:13:13 +0100phma(phma@2001:5b0:211f:d9e8:77e8:13de:2d1:bc) (Ping timeout: 260 seconds)
2022-11-24 16:13:32 +0100beteigeuze(~Thunderbi@bl14-81-220.dsl.telepac.pt)
2022-11-24 16:14:18 +0100 <geekosaur> since I use fixed width font anyway I'll probably just strip it
2022-11-24 16:16:18 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-11-24 16:16:22 +0100 <mauke> https://modern.ircdocs.horse/formatting.html#monospace
2022-11-24 16:17:34 +0100chomwitt(~chomwitt@2a02:587:7a0d:dd00:1ac0:4dff:fedb:a3f1) (Ping timeout: 256 seconds)
2022-11-24 16:18:13 +0100 <lortabac> absence: ah yes you are right, using sequenceA on ExcepT e (MaybeT m) only applies it to the 'm', it doesn't flip the transformers
2022-11-24 16:18:47 +0100geekosaurmakes note of strikethrough as well
2022-11-24 16:18:58 +0100 <lortabac> I think 'sequence' in streaming or pipes is the closest thing to what you are looking for
2022-11-24 16:20:32 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 265 seconds)
2022-11-24 16:20:52 +0100 <lortabac> absence: but it's not for transformers, it only works for its own abstractions
2022-11-24 16:21:27 +0100 <absence> lortabac: then i'm not sure how it's close :)
2022-11-24 16:23:49 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 16:26:34 +0100 <lortabac> absence: haha fair point
2022-11-24 16:26:34 +0100Vajb(~Vajb@2001:999:504:3ad6:52a4:a3b5:32d8:e74d) (Read error: Connection reset by peer)
2022-11-24 16:27:01 +0100coot(~coot@213.134.171.3)
2022-11-24 16:27:42 +0100Vajb(~Vajb@hag-jnsbng11-58c3a5-27.dhcp.inet.fi)
2022-11-24 16:28:00 +0100 <geekosaur> in any case, re Guillaum[m]'s question, no, it requires a package database
2022-11-24 16:28:23 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd) (Ping timeout: 260 seconds)
2022-11-24 16:28:36 +0100jao(~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net)
2022-11-24 16:29:16 +0100 <geekosaur> or at least you must turn that into a package database and list it as such
2022-11-24 16:30:11 +0100califax(~califax@user/califx) (Ping timeout: 255 seconds)
2022-11-24 16:31:58 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-11-24 16:31:59 +0100califax(~califax@user/califx)
2022-11-24 16:34:03 +0100elevenkb(~elevenkb@105.184.125.168)
2022-11-24 16:34:16 +0100Vajb(~Vajb@hag-jnsbng11-58c3a5-27.dhcp.inet.fi) (Read error: Connection reset by peer)
2022-11-24 16:36:18 +0100Vajb(~Vajb@2001:999:504:3ad6:52a4:a3b5:32d8:e74d)
2022-11-24 16:37:38 +0100phma_phma
2022-11-24 16:43:12 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 16:44:56 +0100vysn(~vysn@user/vysn)
2022-11-24 16:46:01 +0100vysn(~vysn@user/vysn) (Client Quit)
2022-11-24 16:48:11 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 264 seconds)
2022-11-24 16:50:12 +0100APic(apic@apic.name) (Ping timeout: 248 seconds)
2022-11-24 16:55:23 +0100APic(apic@apic.name)
2022-11-24 16:57:03 +0100coot(~coot@213.134.171.3) (Quit: coot)
2022-11-24 16:58:35 +0100razetime(~quassel@117.254.34.180) (Remote host closed the connection)
2022-11-24 16:59:15 +0100freeside(~mengwong@103.252.202.193) (Quit: Lost terminal)
2022-11-24 17:00:07 +0100afotgkmnzj7asv3r(~afotgkmnz@2001:470:69fc:105::c24b) (Quit: You have been kicked for being idle)
2022-11-24 17:08:53 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2022-11-24 17:10:58 +0100Kaiepi(~Kaiepi@108.175.84.104) (Ping timeout: 260 seconds)
2022-11-24 17:13:21 +0100bitdex(~bitdex@gateway/tor-sasl/bitdex)
2022-11-24 17:22:24 +0100Major_Biscuit(~MajorBisc@145.94.180.252) (Ping timeout: 265 seconds)
2022-11-24 17:22:52 +0100Guest|14(~Guest|14@136.237.3.85.dynamic.wline.res.cust.swisscom.ch)
2022-11-24 17:27:34 +0100chomwitt(~chomwitt@ppp-94-67-236-76.home.otenet.gr)
2022-11-24 17:28:09 +0100merijn(~merijn@86.86.29.250)
2022-11-24 17:33:18 +0100Guest|14(~Guest|14@136.237.3.85.dynamic.wline.res.cust.swisscom.ch) (Quit: Connection closed)
2022-11-24 17:37:13 +0100merijn(~merijn@86.86.29.250) (Ping timeout: 260 seconds)
2022-11-24 17:43:20 +0100pavonia(~user@user/siracusa) (Quit: Bye!)
2022-11-24 17:47:59 +0100zeenk(~zeenk@2a02:2f04:a208:3600::7fe) (Quit: Konversation terminated!)
2022-11-24 17:48:47 +0100cheater(~Username@user/cheater) (Quit: (BitchX) Mike Tyson says BitchX BITES! Do you HEAR what I'm saying?!)
2022-11-24 17:56:27 +0100ladyfridaymrmonday
2022-11-24 17:56:32 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba)
2022-11-24 17:57:51 +0100fserucas(~fserucas@2001:818:e376:a400:fb92:70c1:dd88:c7d7) (Quit: Leaving)
2022-11-24 18:03:06 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 18:09:28 +0100 <Guillaum[m]> geekosaur: actually, it was easier than what I expected (ln all the `.conf` files in the same directory, call `ghc-pkg recache`, export GHC_PACKAGE_PATH, done)
2022-11-24 18:15:15 +0100lortabac(~lortabac@2a01:e0a:541:b8f0:ac0a:38a2:8562:1b2b) (Quit: WeeChat 2.8)
2022-11-24 18:16:36 +0100 <stefan-_> when compiling https://github.com/agrafix/grabcite with "stack build" I get:
2022-11-24 18:16:38 +0100 <stefan-_> ghc: panic! (the 'impossible' happened) -- (GHC version 8.0.2 for x86_64-unknown-linux): -- Prelude.chr: bad argument: 1543503875
2022-11-24 18:16:44 +0100 <stefan-_> any ideas how to fix this?
2022-11-24 18:25:52 +0100chele(~chele@user/chele) (Remote host closed the connection)
2022-11-24 18:25:55 +0100cheater(~Username@user/cheater)
2022-11-24 18:28:37 +0100sawilagar(~sawilagar@user/sawilagar) (Ping timeout: 265 seconds)
2022-11-24 18:28:51 +0100kuribas(~user@ip-188-118-57-242.reverse.destiny.be) (Quit: ERC (IRC client for Emacs 27.1))
2022-11-24 18:30:16 +0100ub(~Thunderbi@77.119.213.106.wireless.dyn.drei.com)
2022-11-24 18:30:53 +0100ubert(~Thunderbi@178.115.70.87.wireless.dyn.drei.com) (Ping timeout: 260 seconds)
2022-11-24 18:30:54 +0100ububert
2022-11-24 18:31:02 +0100CiaoSen(~Jura@p200300c95701f1002a3a4dfffe84dbd5.dip0.t-ipconnect.de)
2022-11-24 18:31:39 +0100sawilagar(~sawilagar@user/sawilagar)
2022-11-24 18:33:13 +0100teo(~teo@user/teo) (Ping timeout: 260 seconds)
2022-11-24 18:33:23 +0100califax(~califax@user/califx) (Remote host closed the connection)
2022-11-24 18:33:56 +0100heisenberg2(~heisenber@104.28.255.12)
2022-11-24 18:34:19 +0100califax(~califax@user/califx)
2022-11-24 18:37:48 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 265 seconds)
2022-11-24 18:38:38 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-11-24 18:42:14 +0100uroboros(~ouroboros@user/ouroboros)
2022-11-24 18:42:32 +0100acidsys(~crameleon@openSUSE/member/crameleon) (Ping timeout: 246 seconds)
2022-11-24 18:42:32 +0100ouroboros(~ouroboros@user/ouroboros) (Ping timeout: 246 seconds)
2022-11-24 18:42:32 +0100uroborosouroboros
2022-11-24 18:42:33 +0100CiaoSen(~Jura@p200300c95701f1002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-11-24 18:42:53 +0100Dykam(Dykam@dykam.nl) (Ping timeout: 246 seconds)
2022-11-24 18:43:16 +0100Dykam(Dykam@dykam.nl)
2022-11-24 18:45:11 +0100nschoe(~q@141.101.51.197) (Ping timeout: 264 seconds)
2022-11-24 18:45:53 +0100acidsys(~crameleon@openSUSE/member/crameleon)
2022-11-24 18:46:48 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection)
2022-11-24 18:47:33 +0100FinnElija(~finn_elij@user/finn-elija/x-0085643)
2022-11-24 18:48:12 +0100heisenberg2(~heisenber@104.28.255.12) (Remote host closed the connection)
2022-11-24 18:49:25 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 18:50:06 +0100nate4(~nate@98.45.169.16)
2022-11-24 18:50:23 +0100sawilagar(~sawilagar@user/sawilagar) (Remote host closed the connection)
2022-11-24 18:51:42 +0100sawilagar(~sawilagar@user/sawilagar)
2022-11-24 18:52:06 +0100tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net)
2022-11-24 18:54:47 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 264 seconds)
2022-11-24 18:55:12 +0100nate4(~nate@98.45.169.16) (Ping timeout: 265 seconds)
2022-11-24 18:55:49 +0100elevenkb(~elevenkb@105.184.125.168) (Ping timeout: 268 seconds)
2022-11-24 18:58:37 +0100econo(uid147250@user/econo)
2022-11-24 19:02:35 +0100beteigeuze(~Thunderbi@bl14-81-220.dsl.telepac.pt) (Ping timeout: 264 seconds)
2022-11-24 19:03:46 +0100 <money> (;)
2022-11-24 19:03:51 +0100 <money> 🔥🔥
2022-11-24 19:04:56 +0100 <[exa]> money: is that -XSemicolonIsNormal ?
2022-11-24 19:05:25 +0100 <[exa]> (kinda wondering how much that could help with monad tutorials)
2022-11-24 19:05:32 +0100[exa]hides
2022-11-24 19:07:26 +0100 <money> Sorry
2022-11-24 19:07:37 +0100 <money> I think?
2022-11-24 19:07:41 +0100 <money> Idk what that means
2022-11-24 19:14:35 +0100jakalx(~jakalx@base.jakalx.net) (Error from remote client)
2022-11-24 19:15:00 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 19:16:07 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 19:18:56 +0100bgamari[m](~bgamari@2001:470:69fc:105::c7b9)
2022-11-24 19:20:34 +0100jakalx(~jakalx@base.jakalx.net)
2022-11-24 19:28:13 +0100sawilagar(~sawilagar@user/sawilagar) (Read error: Connection reset by peer)
2022-11-24 19:29:29 +0100Kaiepi(~Kaiepi@108.175.84.104)
2022-11-24 19:29:48 +0100sawilagar(~sawilagar@user/sawilagar)
2022-11-24 19:30:03 +0100vpan(~0@212.117.1.172) (Quit: Leaving.)
2022-11-24 19:30:10 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 19:31:17 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 19:34:02 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 19:34:07 +0100Tuplanolla(~Tuplanoll@91-159-68-152.elisa-laajakaista.fi)
2022-11-24 19:38:24 +0100 <carbolymer> [exa]: the calming effect of semicolons may balance monadic disturbances
2022-11-24 19:42:01 +0100euandreh(~Thunderbi@179.214.113.107) (Quit: euandreh)
2022-11-24 19:42:18 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 19:44:03 +0100euandreh(~Thunderbi@179.214.113.107) (Client Quit)
2022-11-24 19:44:20 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 19:45:47 +0100merijn(~merijn@86.86.29.250)
2022-11-24 19:46:35 +0100 <EvanR> I thought semicolon is already normal, "in haskell you don't have to use layout, you can write it like C!"
2022-11-24 19:48:32 +0100euandreh(~Thunderbi@179.214.113.107) (Read error: Connection reset by peer)
2022-11-24 19:48:40 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-11-24 19:48:50 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 19:49:35 +0100 <dsal> I'd assume "normal" in this context means I can use it as a normal operator.
2022-11-24 19:49:51 +0100 <dsal> I'd do something amazing with it that wouldn't be confusing at all.
2022-11-24 19:50:48 +0100merijn(~merijn@86.86.29.250) (Ping timeout: 260 seconds)
2022-11-24 20:01:52 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-11-24 20:03:38 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba) (Quit: coot)
2022-11-24 20:04:02 +0100 <monochrom> There are papers that use (;) for flip (.)
2022-11-24 20:08:18 +0100dgb8(~dgb@astra4961.startdedicated.net)
2022-11-24 20:09:28 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Ping timeout: 260 seconds)
2022-11-24 20:09:38 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-11-24 20:09:47 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 264 seconds)
2022-11-24 20:11:56 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 20:12:54 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-11-24 20:15:12 +0100Guest75(~Guest75@178.141.145.247)
2022-11-24 20:18:10 +0100 <EvanR> you'd think flip (.) would be (᛫)
2022-11-24 20:19:58 +0100Guest75(~Guest75@178.141.145.247) (Ping timeout: 260 seconds)
2022-11-24 20:20:30 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Read error: Connection reset by peer)
2022-11-24 20:21:36 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 20:25:13 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd) (Remote host closed the connection)
2022-11-24 20:27:22 +0100 <monochrom> haha
2022-11-24 20:27:25 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-11-24 20:29:33 +0100euandreh(~Thunderbi@179.214.113.107) (Read error: Connection reset by peer)
2022-11-24 20:29:47 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 20:34:03 +0100Sgeo(~Sgeo@user/sgeo)
2022-11-24 20:35:45 +0100TMA(tma@twin.jikos.cz) (Ping timeout: 252 seconds)
2022-11-24 20:36:00 +0100TMA(tma@twin.jikos.cz)
2022-11-24 20:36:59 +0100king_gs(~Thunderbi@187.201.139.206)
2022-11-24 20:39:48 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Ping timeout: 260 seconds)
2022-11-24 20:40:59 +0100zant(~zant@62.96.232.178) (Ping timeout: 260 seconds)
2022-11-24 20:40:59 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 20:41:33 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 20:47:15 +0100merijn(~merijn@86.86.29.250)
2022-11-24 20:48:02 +0100euandreh(~Thunderbi@179.214.113.107) (Quit: euandreh)
2022-11-24 20:48:06 +0100caryhartline(~caryhartl@2600:1700:2d0:8d30:ec42:d12f:7ae6:7310)
2022-11-24 20:49:55 +0100Major_Biscuit(~MajorBisc@2a02:a461:129d:1:193d:75d8:745d:e91e)
2022-11-24 20:51:36 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 20:52:50 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 20:53:48 +0100sawilagar_(~sawilagar@user/sawilagar)
2022-11-24 20:54:40 +0100sawilagar(~sawilagar@user/sawilagar) (Read error: Connection reset by peer)
2022-11-24 20:54:41 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-11-24 20:54:52 +0100EvanR_(~EvanR@user/evanr)
2022-11-24 20:56:06 +0100gmg(~user@user/gehmehgeh)
2022-11-24 20:56:07 +0100EvanR(~EvanR@user/evanr) (Ping timeout: 260 seconds)
2022-11-24 20:56:08 +0100king_gs(~Thunderbi@187.201.139.206) (Read error: Connection reset by peer)
2022-11-24 20:57:23 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924)
2022-11-24 20:57:30 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 20:59:43 +0100chromoblob(~user@37.113.164.122)
2022-11-24 20:59:59 +0100euandreh(~Thunderbi@179.214.113.107) (Remote host closed the connection)
2022-11-24 21:02:14 +0100lortabac(~lortabac@2a01:e0a:541:b8f0:5c24:99c3:9644:f918)
2022-11-24 21:02:18 +0100euandreh(~Thunderbi@179.214.113.107)
2022-11-24 21:05:29 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd) (Remote host closed the connection)
2022-11-24 21:05:53 +0100eggplantade(~Eggplanta@2600:1700:38c5:d800:1933:e30c:90a:59fd)
2022-11-24 21:06:42 +0100ft(~ft@p508dbd59.dip0.t-ipconnect.de)
2022-11-24 21:07:40 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-11-24 21:12:11 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba)
2022-11-24 21:13:41 +0100EvanR_(~EvanR@user/evanr) (Remote host closed the connection)
2022-11-24 21:14:34 +0100 <stefan-_> when building a project with stack, I get:
2022-11-24 21:14:35 +0100 <stefan-_> HDBC-odbc > Database/HDBC/ODBC/Statement.hsc:257:3: error:
2022-11-24 21:14:35 +0100 <stefan-_> HDBC-odbc > parse error on input ‘{’
2022-11-24 21:14:44 +0100 <stefan-_> this refers to this line: https://github.com/agrafix/hdbc-odbc/blob/master/Database/HDBC/ODBC/Statement.hsc#L257
2022-11-24 21:15:04 +0100 <stefan-_> any ideas on how to fix this?
2022-11-24 21:15:55 +0100 <[exa]> that looks like the brace is split off the type declaration by the comment right?
2022-11-24 21:18:11 +0100 <[exa]> perhaps what's your ghc version?
2022-11-24 21:19:01 +0100 <stefan-_> it uses lts-9.0 from stackage
2022-11-24 21:19:02 +0100 <stefan-_> https://github.com/agrafix/grabcite/blob/master/stack.yaml#L1
2022-11-24 21:19:15 +0100 <stefan-_> which should be ghc-8.0.2
2022-11-24 21:20:38 +0100merijn(~merijn@86.86.29.250) (Ping timeout: 260 seconds)
2022-11-24 21:21:28 +0100mikoto-chan(~mikoto-ch@164.5.249.78)
2022-11-24 21:22:09 +0100EvanR(~EvanR@user/evanr)
2022-11-24 21:22:41 +0100 <monochrom> This may or may not be related, but I would expect, for haddock's sake, that "-- | Type of the value in the buffer" should be after "BoundValue {", not in the middle of that.
2022-11-24 21:22:54 +0100 <monochrom> which may be what [exa] said :)
2022-11-24 21:23:24 +0100 <monochrom> OK I misread, but then it means:
2022-11-24 21:23:49 +0100 <[exa]> 9.0.1 changelog seems to mention something quite similar
2022-11-24 21:23:52 +0100 <monochrom> I would expect that "-- | Type of the value in the buffer" should be before "data BoundValue" even.
2022-11-24 21:23:56 +0100shapr(~user@68.54.166.125)
2022-11-24 21:23:59 +0100vulpine(xfnw@tilde.team) (Quit: Connection reset by purr)
2022-11-24 21:24:08 +0100 <[exa]> https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/9.0.1-notes.html#haddock
2022-11-24 21:24:32 +0100 <[exa]> stefan-_: does stackage say this version combo is okay?
2022-11-24 21:24:33 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 265 seconds)
2022-11-24 21:25:09 +0100zeenk(~zeenk@2a02:2f04:a208:3600::7fe)
2022-11-24 21:25:22 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-11-24 21:26:15 +0100raehik(~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net)
2022-11-24 21:26:16 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 21:27:23 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 21:27:44 +0100monochrommisreads "Want to join the Stackage team? We’re looking for new victims!" >:)
2022-11-24 21:28:38 +0100 <monochrom> It's "new curators", but I'm biased and decided to just read the first half and extrapolate the rest. >:)
2022-11-24 21:28:47 +0100 <monochrom> #thisIsHowAIWorks
2022-11-24 21:30:45 +0100 <stefan-_> [exa], hm, let me try with the comment removed
2022-11-24 21:31:00 +0100vulpine(xfnw@tilde.team)
2022-11-24 21:36:20 +0100 <[exa]> stefan-_: also if you don't explicitly require lts9 it might be very viable to update it now
2022-11-24 21:38:31 +0100 <stefan-_> [exa], removing the comment makes it compile, thanks
2022-11-24 21:39:31 +0100lortabac(~lortabac@2a01:e0a:541:b8f0:5c24:99c3:9644:f918) (Quit: WeeChat 2.8)
2022-11-24 21:40:49 +0100pavonia(~user@user/siracusa)
2022-11-24 21:41:36 +0100fserucas(~fserucas@2001:818:e376:a400:fb92:70c1:dd88:c7d7)
2022-11-24 21:42:43 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-11-24 21:43:58 +0100srz(~srz@181.228.49.93) (Ping timeout: 260 seconds)
2022-11-24 21:44:31 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 21:45:42 +0100ivan__(~ivan__@2001:818:ea58:9200:c83e:9a28:c46f:bf84)
2022-11-24 21:45:47 +0100ddellacosta(~ddellacos@89.46.62.188) (Ping timeout: 264 seconds)
2022-11-24 21:48:04 +0100michalz(~michalz@185.246.207.215) (Remote host closed the connection)
2022-11-24 21:48:52 +0100Neuromancer(~Neuromanc@user/neuromancer)
2022-11-24 21:49:41 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 265 seconds)
2022-11-24 21:53:02 +0100fserucas(~fserucas@2001:818:e376:a400:fb92:70c1:dd88:c7d7) (Ping timeout: 256 seconds)
2022-11-24 21:56:24 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2022-11-24 21:56:39 +0100CiaoSen(~Jura@p200300c95701f1002a3a4dfffe84dbd5.dip0.t-ipconnect.de)
2022-11-24 21:57:25 +0100chromoblob(~user@37.113.164.122) (Ping timeout: 265 seconds)
2022-11-24 22:02:03 +0100CiaoSen(~Jura@p200300c95701f1002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2022-11-24 22:05:20 +0100chromoblob(~user@37.113.164.122)
2022-11-24 22:06:20 +0100gmg(~user@user/gehmehgeh) (Ping timeout: 255 seconds)
2022-11-24 22:07:25 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Read error: Connection reset by peer)
2022-11-24 22:08:42 +0100gmg(~user@user/gehmehgeh)
2022-11-24 22:08:46 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 22:09:05 +0100jmdaemon(~jmdaemon@user/jmdaemon)
2022-11-24 22:09:55 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924) (Remote host closed the connection)
2022-11-24 22:10:14 +0100king_gs(~Thunderbi@2806:103e:29:bfeb:c988:bbd5:2586:4924)
2022-11-24 22:12:16 +0100elevenkb(~elevenkb@105.184.125.168)
2022-11-24 22:16:08 +0100gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2022-11-24 22:17:38 +0100Me-me(~Me-me@146.102.215.218.dyn.iprimus.net.au)
2022-11-24 22:17:56 +0100gmg(~user@user/gehmehgeh)
2022-11-24 22:20:09 +0100Me-me(~Me-me@146.102.215.218.dyn.iprimus.net.au) (Changing host)
2022-11-24 22:20:09 +0100Me-me(~Me-me@user/me-me)
2022-11-24 22:21:14 +0100eldritch(~eldritch@user/eldritch)
2022-11-24 22:24:29 +0100ivan__(~ivan__@2001:818:ea58:9200:c83e:9a28:c46f:bf84) (Read error: Connection reset by peer)
2022-11-24 22:28:30 +0100[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2022-11-24 22:28:35 +0100mikoto-chan(~mikoto-ch@164.5.249.78) (Quit: WeeChat 3.6)
2022-11-24 22:36:29 +0100Major_Biscuit(~MajorBisc@2a02:a461:129d:1:193d:75d8:745d:e91e) (Ping timeout: 260 seconds)
2022-11-24 22:36:34 +0100chromoblob(~user@37.113.164.122) (Ping timeout: 265 seconds)
2022-11-24 22:38:17 +0100takuan(~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2022-11-24 22:40:31 +0100libertyprime(~libertypr@118-92-78-165.dsl.dyn.ihug.co.nz)
2022-11-24 22:45:40 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net)
2022-11-24 22:51:35 +0100nate4(~nate@98.45.169.16)
2022-11-24 22:52:40 +0100zeenk(~zeenk@2a02:2f04:a208:3600::7fe) (Quit: Konversation terminated!)
2022-11-24 22:56:22 +0100elevenkb(~elevenkb@105.184.125.168) (Remote host closed the connection)
2022-11-24 22:56:53 +0100nate4(~nate@98.45.169.16) (Ping timeout: 260 seconds)
2022-11-24 22:57:26 +0100Erutuon(~Erutuon@user/erutuon)
2022-11-24 23:03:11 +0100merijn(~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 264 seconds)
2022-11-24 23:04:43 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2022-11-24 23:09:35 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba) (Remote host closed the connection)
2022-11-24 23:10:40 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba)
2022-11-24 23:11:27 +0100 <darchitect1> q!
2022-11-24 23:11:29 +0100 <darchitect1> exit
2022-11-24 23:11:36 +0100darchitect1(~darchitec@2a00:23c6:3584:df01:8400:aa62:2730:49fa) (Quit: WeeChat 3.6)
2022-11-24 23:12:01 +0100darchitect(~darchitec@2a00:23c6:3584:df01:dc79:ce08:25b8:80df)
2022-11-24 23:12:29 +0100darchitect(~darchitec@2a00:23c6:3584:df01:dc79:ce08:25b8:80df) (Client Quit)
2022-11-24 23:13:01 +0100darchitect(~darchitec@2a00:23c6:3584:df01:dc79:ce08:25b8:80df)
2022-11-24 23:20:48 +0100Guest75(~Guest75@178.141.145.247)
2022-11-24 23:24:59 +0100coot(~coot@2a02:a310:e241:1b00:ec1a:e9df:79ac:66ba) (Quit: coot)
2022-11-24 23:26:33 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.)
2022-11-24 23:27:37 +0100gmg(~user@user/gehmehgeh) (Quit: Leaving)
2022-11-24 23:27:50 +0100sammelweis(~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10)
2022-11-24 23:28:58 +0100merijn(~merijn@86.86.29.250)
2022-11-24 23:28:58 +0100gurkenglas(~gurkengla@p548ac72e.dip0.t-ipconnect.de)
2022-11-24 23:31:30 +0100fr33domlover(~fr33domlo@towards.vision) (Quit: The Lounge - https://thelounge.chat)
2022-11-24 23:33:30 +0100fr33domlover(~fr33domlo@towards.vision)
2022-11-24 23:40:56 +0100chromoblob(~user@37.113.164.122)
2022-11-24 23:43:00 +0100dsalnever leaves virc
2022-11-24 23:45:10 +0100 <Rembane> This is good
2022-11-24 23:59:36 +0100Tuplanolla(~Tuplanoll@91-159-68-152.elisa-laajakaista.fi) (Quit: Leaving.)