Newest at the top
| 2026-04-13 19:03:19 +0000 | peterbecich | (~Thunderbi@71.84.33.135) (Ping timeout: 244 seconds) |
| 2026-04-13 19:01:39 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-13 18:51:24 +0000 | srazkvt | (~sarah@user/srazkvt) (Quit: Konversation terminated!) |
| 2026-04-13 18:50:55 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds) |
| 2026-04-13 18:49:57 +0000 | potatomuncher|2 | (~kvirc@user/potatomuncher) (Ping timeout: 255 seconds) |
| 2026-04-13 18:46:16 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-13 18:44:37 +0000 | polykernel_ | polykernel |
| 2026-04-13 18:44:37 +0000 | polykernel | (~polykerne@user/polykernel) (Ping timeout: 244 seconds) |
| 2026-04-13 18:42:13 +0000 | polykernel_ | (~polykerne@user/polykernel) polykernel |
| 2026-04-13 18:39:13 +0000 | <lambdabot> | 18446744073709551615 |
| 2026-04-13 18:39:12 +0000 | <mauke> | > maxBound :: Word |
| 2026-04-13 18:38:43 +0000 | danishman | (~danishman@85.82.118.246) (Quit: Leaving) |
| 2026-04-13 18:38:26 +0000 | Ekho | (~Ekho@user/ekho) Ekho |
| 2026-04-13 18:37:35 +0000 | <gentauro> | ups |
| 2026-04-13 18:37:32 +0000 | gentauro | hmmm, INTeresting |
| 2026-04-13 18:37:21 +0000 | Ekho | (~Ekho@user/ekho) (Quit: CORE ERROR, SYSTEM HALTED.) |
| 2026-04-13 18:33:55 +0000 | r1bilski | (~r1bilski@user/r1bilski) (Read error: Connection reset by peer) |
| 2026-04-13 18:30:26 +0000 | mesaoptimizer | (~user@user/PapuaHardyNet) PapuaHardyNet |
| 2026-04-13 18:30:03 +0000 | mesaoptimizer | (~user@user/PapuaHardyNet) (Quit: WeeChat 4.7.1) |
| 2026-04-13 18:29:11 +0000 | alter2000 | (~alter2000@user/alter2000) alter2000 |
| 2026-04-13 18:29:07 +0000 | danishman | (~danishman@85.82.118.246) |
| 2026-04-13 18:26:52 +0000 | Googulator | (~Googulato@94-21-172-213.pool.digikabel.hu) (Ping timeout: 245 seconds) |
| 2026-04-13 18:23:50 +0000 | <EvanR> | lol |
| 2026-04-13 18:23:38 +0000 | <janus> | retrocomputing takes dedication |
| 2026-04-13 18:23:25 +0000 | <EvanR> | o_O |
| 2026-04-13 18:23:17 +0000 | <janus> | i think i would respect someone with a 32-bit machine more actually... |
| 2026-04-13 18:23:15 +0000 | Googulator26 | (~Googulato@94-21-172-213.pool.digikabel.hu) |
| 2026-04-13 18:23:01 +0000 | arandombit | (~arandombi@user/arandombit) (Ping timeout: 244 seconds) |
| 2026-04-13 18:22:57 +0000 | <EvanR> | respectable desktop PC operators get 64 bits |
| 2026-04-13 18:22:42 +0000 | gentauro | hmmm, INTeresting |
| 2026-04-13 18:22:00 +0000 | <EvanR> | an (old?) spec gaurantees it has at least 29 bits |
| 2026-04-13 18:21:51 +0000 | <yahb2> | 4294967295 |
| 2026-04-13 18:21:51 +0000 | <janus> | % 0xffffffff |
| 2026-04-13 18:21:39 +0000 | <yahb2> | 9223372036854775807 |
| 2026-04-13 18:21:39 +0000 | <janus> | % maxBound :: Int |
| 2026-04-13 18:21:21 +0000 | <EvanR> | not necessarily |
| 2026-04-13 18:21:15 +0000 | <gentauro> | Int is `singed integer 32` while `Word` is `unsigned integer 32` right? |
| 2026-04-13 18:20:41 +0000 | <EvanR> | which also applies to bitwise |
| 2026-04-13 18:20:18 +0000 | <EvanR> | as usual, Int is great as long as your math stays in the representable range |
| 2026-04-13 18:19:25 +0000 | <yahb2> | 187 |
| 2026-04-13 18:19:25 +0000 | <janus> | % getIor (Ior 0xab <> Ior 0x12) :: Word8 |
| 2026-04-13 18:17:16 +0000 | <janus> | but the cost is correctness ... |
| 2026-04-13 18:17:03 +0000 | <janus> | at my last job, we used Int everywhere because then ' it looked simpler' |
| 2026-04-13 18:16:47 +0000 | <janus> | yeah it's a great type. people should use sized words more. |
| 2026-04-13 18:16:12 +0000 | <gentauro> | oh yeah, it's still accessible |
| 2026-04-13 18:15:58 +0000 | <yahb2> | type Word8 :: * ; data Word8 = GHC.Internal.Word.W8# GHC.Internal.Prim.Word8# ; -- Defined in ‘GHC.Internal.Word’ ; instance NFData Word8 -- Defined in ‘Control.DeepSeq’ ; instance Integral Word... |
| 2026-04-13 18:15:58 +0000 | <gentauro> | % :i Word8 |
| 2026-04-13 18:15:54 +0000 | <gentauro> | :i Word8 |
| 2026-04-13 18:15:49 +0000 | <yahb2> | <no output> |
| 2026-04-13 18:15:48 +0000 | <gentauro> | % import Data.Word |