2026/04/14

Newest at the top

2026-04-14 01:53:24 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds)
2026-04-14 01:51:46 +0000polykernel_(~polykerne@user/polykernel) polykernel
2026-04-14 01:48:24 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-14 01:46:46 +0000Pixi(~Pixi@user/pixi) Pixi
2026-04-14 01:38:38 +0000Pixi(~Pixi@user/pixi) (Quit: Leaving)
2026-04-14 01:37:12 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds)
2026-04-14 01:34:27 +0000Googulator(~Googulato@94-21-172-213.pool.digikabel.hu)
2026-04-14 01:34:11 +0000Googulator(~Googulato@94-21-172-213.pool.digikabel.hu) (Quit: Client closed)
2026-04-14 01:30:20 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-14 01:24:19 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2026-04-14 01:24:17 +0000uli-fem(~uli-fem@203.87.114.209)
2026-04-14 01:19:41 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2026-04-14 01:17:19 +0000shapr(~user@130.44.148.32) (Remote host closed the connection)
2026-04-14 01:14:33 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-14 01:03:52 +0000v0id_7(~v0id_7@user/v0id-7:62772) (Quit: whatever u sick fcks)
2026-04-14 01:03:26 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-04-14 00:59:11 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-14 00:52:15 +0000Googulator(~Googulato@94-21-172-213.pool.digikabel.hu)
2026-04-14 00:51:56 +0000Googulator(~Googulato@94-21-172-213.pool.digikabel.hu) (Quit: Client closed)
2026-04-14 00:51:33 +0000xff0x(~xff0x@2405:6580:b080:900:64fb:89e9:b5c1:12b3) (Ping timeout: 244 seconds)
2026-04-14 00:48:45 +0000merijn(~merijn@62.45.136.136) (Ping timeout: 268 seconds)
2026-04-14 00:45:03 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 265 seconds)
2026-04-14 00:43:52 +0000merijn(~merijn@62.45.136.136) merijn
2026-04-14 00:43:26 +0000califax(~califax@user/califx) califx
2026-04-14 00:38:59 +0000emmanuelux(~em@user/emmanuelux) emmanuelux
2026-04-14 00:38:07 +0000 <geekosaur> oh, sorry, misremembeered where the 29 was
2026-04-14 00:33:01 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2026-04-14 00:32:52 +0000califax(~califax@user/califx) (Remote host closed the connection)
2026-04-14 00:32:36 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2026-04-14 00:32:13 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2026-04-14 00:31:17 +0000 <int-e> It's 30 bits per the Haskell 98 report (range -2^29...2^29-1)
2026-04-14 00:30:09 +0000jmcantrell_(~weechat@user/jmcantrell) (Ping timeout: 255 seconds)
2026-04-14 00:22:19 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-14 00:14:23 +0000czan(~czan@user/mange) czan
2026-04-14 00:11:28 +0000 <geekosaur> it might be if MicroHS steals 3 bits for gc marking
2026-04-14 00:11:18 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2026-04-14 00:10:42 +0000 <geekosaur> (I spent a lot of time doing 6502 asm back then)
2026-04-14 00:10:39 +0000 <EvanR> bonus points for the emulated Int being literally 29 bit
2026-04-14 00:10:07 +0000 <EvanR> if it had to be standards conforming
2026-04-14 00:09:59 +0000 <monochrom> Yeah it's going to be so slow. :)
2026-04-14 00:09:55 +0000 <EvanR> "Int" would be emulated so to speak
2026-04-14 00:09:47 +0000 <geekosaur> you could work with larger numbers but you had to chain ADD+ADC
2026-04-14 00:09:33 +0000 <geekosaur> don't forget 29 bit minimum size for Int, vs. the Apple II having an 8-bit CPU
2026-04-14 00:06:38 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-13 23:59:38 +0000 <monochrom> Plus you get unexpected truncations etc.
2026-04-13 23:59:10 +0000 <monochrom> Oh it's the interpretation of those bytes that's the devil in the details!
2026-04-13 23:57:44 +0000 <EvanR> .oO( isn't anything leaving a process in the form of a Word8 array )
2026-04-13 23:56:18 +0000 <haskellbridge> <alexfmpe> Never use Int/Word for things leaving your process
2026-04-13 23:55:51 +0000 <haskellbridge> <alexfmpe> Made for some *fun* bugs back in the ghcjs days
2026-04-13 23:55:35 +0000 <haskellbridge> <alexfmpe> but 64 on your everyday server and dev machine, since, y'know, 64 bit registers