2026/04/04

Newest at the top

2026-04-04 07:53:13 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 07:46:21 +0000oskarw(~user@user/oskarw) oskarw
2026-04-04 07:42:55 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-04-04 07:40:00 +0000lyxia(~lyxia@poisson.chat) (Quit: WeeChat 4.7.1)
2026-04-04 07:38:56 +0000craunts795335385(~craunts@152.32.99.2) (Quit: The Lounge - https://thelounge.chat)
2026-04-04 07:37:26 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 07:31:20 +0000xff0x(~xff0x@2405:6580:b080:900:ee83:75a7:fd77:12be) (Ping timeout: 244 seconds)
2026-04-04 07:30:28 +0000xff0x_(~xff0x@2405:6580:b080:900:5c04:5f43:e489:bda9)
2026-04-04 07:26:18 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2026-04-04 07:21:24 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 07:21:02 +0000slomp(~slomp@47-158-212-88.lsan.ca.frontiernet.net)
2026-04-04 07:19:42 +0000j1n37(~j1n37@user/j1n37) j1n37
2026-04-04 07:14:56 +0000j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2026-04-04 07:11:32 +0000arandombit(~arandombi@user/arandombit) (Ping timeout: 268 seconds)
2026-04-04 07:10:42 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2026-04-04 07:10:12 +0000slomp(~slomp@47-158-212-88.lsan.ca.frontiernet.net) (Ping timeout: 255 seconds)
2026-04-04 07:10:10 +0000j1n37(~j1n37@user/j1n37) j1n37
2026-04-04 07:06:45 +0000arandombit(~arandombi@user/arandombit) arandombit
2026-04-04 07:05:37 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 07:01:03 +0000j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2026-04-04 07:00:39 +0000tromp(~textual@2001:1c00:340e:2700:795f:6a6f:7cb5:ecd6)
2026-04-04 06:59:12 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2026-04-04 06:54:19 +0000tomboy65(~tomboy64@user/tomboy64) tomboy64
2026-04-04 06:54:13 +0000tomboy64(~tomboy64@user/tomboy64) (Read error: Connection reset by peer)
2026-04-04 06:52:05 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 06:44:40 +0000peterbecich(~Thunderbi@71.84.33.135) (Ping timeout: 256 seconds)
2026-04-04 06:41:42 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2026-04-04 06:41:32 +0000marinelli(~weechat@brrr.fr) (Quit: marinelli)
2026-04-04 06:39:28 +0000 <yahb2> <interactive>:29:34: error: [GHC-00158] ; • Can't make a derived instance of ‘Storable FooBar’: ; ‘Storable’ is not a stock derivable class (Eq, Show, etc.) ; • In the data type dec...
2026-04-04 06:39:28 +0000 <gentauro> % data FooBar = Foo | Bar deriving Storable; data BazQux = BazQux {-# UNPACK #-} !FooBar deriving Storable
2026-04-04 06:38:23 +0000 <yahb2> <interactive>:27:1: error: [GHC-39999] ; • No instance for ‘Storable FooBar’ arising from a use of ‘sizeOf’ ; • In the expression: sizeOf Foo ; In an equation for ‘it’: it = sizeOf Foo
2026-04-04 06:38:23 +0000 <gentauro> % sizeOf Foo
2026-04-04 06:38:18 +0000 <yahb2> <no output>
2026-04-04 06:38:18 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar
2026-04-04 06:38:12 +0000 <yahb2> <interactive>:23:71: error: [GHC-25277] ; Parse error: module header, import declaration ; or top-level declaration expected.
2026-04-04 06:38:12 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar; sizeOf Foo
2026-04-04 06:38:09 +0000 <yahb2> 8
2026-04-04 06:38:09 +0000 <gentauro> % sizeOf 42
2026-04-04 06:38:07 +0000 <yahb2> <no output>
2026-04-04 06:38:07 +0000 <gentauro> % import Foreign.Storable
2026-04-04 06:37:51 +0000 <yahb2> <interactive>:17:1: error: [GHC-88464] ; Variable not in scope: sizeOf :: t0 -> t
2026-04-04 06:37:51 +0000 <gentauro> % sizeOf 42
2026-04-04 06:37:28 +0000 <yahb2> <interactive>:15:71: error: [GHC-25277] ; Parse error: module header, import declaration ; or top-level declaration expected.
2026-04-04 06:37:28 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar; sizeOf Foo
2026-04-04 06:37:19 +0000 <yahb2> <interactive>:13:71: error: [GHC-25277] ; Parse error: module header, import declaration ; or top-level declaration expected.
2026-04-04 06:37:19 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar; sizeOf FooBar
2026-04-04 06:37:06 +0000 <yahb2> <interactive>:11:1: error: [GHC-88464] ; Variable not in scope: sizeOf :: t0 -> t1 ; ; <interactive>:11:8: error: [GHC-01928] ; • Illegal term-level use of the type constructor ‘FooBar’ ; ...
2026-04-04 06:37:06 +0000 <gentauro> % sizeOf FooBar
2026-04-04 06:36:53 +0000 <yahb2> <no output>
2026-04-04 06:36:53 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar