this post was submitted on 15 Nov 2024
48 points (94.4% liked)

Programming Horror

1888 readers
18 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 21 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 20 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 2 points 19 hours ago

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