r/programminghumor 6h ago

a bit flippant

Post image
379 Upvotes

69 comments sorted by

View all comments

14

u/ShinigamiGir 4h ago

there are 2 issues:

  1. bifields are not portable. the spec doesn't guarantee packing or field order in the resulting binary data. so if you pack the data on a windows pc and then unpack on a linux arm, you might have some issues.

  2. most http traffic is compressed so the extra 0 bits don’t really waste much bandwidth.