Hacker News new | ask | show | jobs
by joneholland 3635 days ago
Except I doubt it's a bit math bug, or the warning would be very clear about 16, 32, 64 axle trains etc

It's likely that the axle count is stored as a 8-bit unsigned integer.

1 comments

> Except I doubt it's a bit math bug

What are you even talking about?

> It's likely that the axle count is stored as a 8-bit unsigned integer.

Which is exactly the point of writing it as 2^8…

Somehow I read the original tweet as "by powers of 2" and not 2 to the 8th.

I blame my lack of morning coffee :)