lederhosen: (Default)
lederhosen ([personal profile] lederhosen) wrote2008-12-09 09:17 pm

Things that make me go "hmm".

Finding a way to store an important extra byte of data in a fixed-length unit identifier: good.

Achieving this by overwriting the checksum digit: probably not so good.

Combining this with a system that recalculates the checksum when you edit one of the other digits: probably less good again.

[identity profile] torin3.livejournal.com 2008-12-09 12:15 pm (UTC)(link)
Great Googly-Moogly!!

[identity profile] tenner.livejournal.com 2008-12-09 12:53 pm (UTC)(link)
Heh... oops.

[identity profile] nefaria.livejournal.com 2008-12-09 01:52 pm (UTC)(link)
Reminds me of the fun times I had converting mm-dd-yy string dates into yyyymmdd long integers for Y2K. I never understood why they'd want to store important data in an ambiguous 2-digit year format.