cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoTell me the truth ...piefed.jeena.netimagemessage-square121fedilinkarrow-up11.08Karrow-down116
arrow-up11.07Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square121fedilink
minus-squarevisnae@lemmy.worldlinkfedilinkarrow-up6·24 hours ago3GPP 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
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up1·14 hours agoThat requires some form of self describing format and will probably look like a sparse matrix in the end.
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.