this post was submitted on 15 Nov 2024
43 points (93.9% liked)

Programming Horror

1889 readers
13 users here now

Welcome to Programming Horror!

This is a place to share strange or terrible code you come across.

For more general memes about programming there's also Programmer Humor.

Looking for mods. If youre interested in moderating the community feel free to dm @Ategon@programming.dev

Rules

Credits

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PoolloverNathan@programming.dev 5 points 3 hours ago (1 children)

Someone's handed me nested base-64 encoded JSON before and to this day I am moderately annoyed at them.

[–] MinekPo1@lemmygrad.ml 2 points 3 hours ago (1 children)

unity kinda does this ! there is a json file wirh a base-64 encoded string (UTF-16 encoding) and is a completely different data structure with embedded json

[–] PoolloverNathan@programming.dev 1 points 2 hours ago

I just had to add URL-encoded TOML to something due to a certain Rust crate's constraints.