this post was submitted on 15 May 2025
1158 points (98.6% liked)
Programmer Humor
23398 readers
1629 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
3GPP has an interesting way of serialising bools on the wire with ASN.1
meaning only the type would be stored if true, otherwise it won't be set at all
That requires some form of self describing format and will probably look like a sparse matrix in the end.