this post was submitted on 15 May 2025
1148 points (98.6% liked)

Programmer Humor

23427 readers
1214 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] visnae@lemmy.world 6 points 1 week ago (1 children)

3GPP has an interesting way of serialising bools on the wire with ASN.1

NULL OPTIONAL

meaning only the type would be stored if true, otherwise it won't be set at all

[โ€“] anton@lemmy.blahaj.zone 1 points 1 week ago

That requires some form of self describing format and will probably look like a sparse matrix in the end.