this post was submitted on 15 May 2025
1090 points (98.5% liked)

Programmer Humor

23545 readers
3625 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
[โ€“] [email protected] 6 points 2 weeks 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

[โ€“] [email protected] 1 points 2 weeks ago

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