this post was submitted on 14 Jan 2025
408 points (92.3% liked)

memes

11383 readers
2441 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] towerful 61 points 3 weeks ago (13 children)

uses yaml for scripting so it's clean and readable.

Eh....

I guess yaml is fine.
I hate the significance of whitespace, and the fact that I cannot find any editor that can auto-format. Which are both related, I guess: there is no way to know a yaml document is actually correctly formatted without knowing the intended schema.

Whereas JSON doesn't have this ambiguity. But JSON has it's own drawbacks.

[–] [email protected] -5 points 3 weeks ago (3 children)
[–] towerful 3 points 3 weeks ago (2 children)

XML is extremely verbose.
Again, requires some other tooling to generate (I feel I can point to JavaScript for an example of XML manipulation)

[–] [email protected] 2 points 3 weeks ago

Yeah, reading XML without rendering it or at least with syntax highlighting is a pain.

JSON is way nicer.

[–] JackbyDev 2 points 3 weeks ago

What's funny is that if you use attributes a lot then XML can be about the same size as JSON. But people think there are things you should and shouldn't use attributes for for some reason. The only thing XML has going for it is a really nice schema format, but even today that's pretty moot. JSON schema and others are pretty well supported.

load more comments (9 replies)