Elektrine lite

← Feed

@LovesTha@floss.social

Post #1394413

2024-08-23 01:28 UTC

@mhoye That is interesting. I find the 58 conversion to be enough to work out useful conversions in my head. It works very well for all the speed limit conversions.

Replies (1)

  • @chexum@hachyderm.io 2024-08-24 07:46

    @LovesTha @mhoye the hex based conversion covers what I need… 30 mph is about 0x30 km. The other direction is not as trivial but gives a good approximation if you can recall all seven bit numbers in both bases — 64 km “is” 0x40, so 60ish kms are 40 miles. It gets funky with things like 55 miles as 55 m is not 85 km but 5 needs to be converted separately…

    Open ##1394415