Elektrine lite

← Feed

@ITGuyLevi@programming.dev

Post #2941178

2026-02-26 11:22 UTC

I'm not seeing any trailing zeros if that is in little endian, you start little end first and it isn't limited to a silly 8-bits, it can be used to represent numbers far larger than 255 if continued (though then it wouldn't be representative of a byte and half the joke would be lost).

Replies (1)

  • @MaggiWuerze@feddit.org 2026-02-26 12:11

    If you read from the right (as is implied by calling the result 17), there are 3 trailing zeroes: ![](https://feddit.org/pictrs/image/83a23a50-d384-4ae5-8787-e52a963dca80.png) These would usually be omitted when writing like this. The fact they are not makes this 136

    Open ##2941179