this post was submitted on 15 Nov 2024
51 points (94.7% liked)

Programming Horror

1634 readers
1 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PoolloverNathan@programming.dev 7 points 2 months 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 2 months 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 2 points 2 months ago

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