this post was submitted on 13 Nov 2024
190 points (96.1% liked)
Selfhosted
59939 readers
469 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
YAML?? (╯°□°)╯︵ ┻━┻)
Toml is superior to all.
Nothing too major about how it's usually used, but the yaml spec does allow arbitrary code execution when parsing a file and relies on the parser to have that feature disabled: https://en.m.wikipedia.org/wiki/YAML#Security
That's why for python,
yaml.save_load()is a thing. That's fine for your local config files and may even be a feature for you, but it shouldn't be used to exchange information between services.My general view is similar, yaml is better if it should be written by humans, json is better if it should be written and read only by a machine. but hyprspace uses json for configuration, so I don't really understand cellardoor's comment
Yeah I agree. Although recently I've become partial to toml... In the end I'll use what's common in the ecosystem I'm developing in
Xml has entered the chat
nit: you mean
yaml.safe_load().Oh yeah, of course.
Hey did you know that any JSON file is also a valid YAML file? I bet you'll love YAML a lot more now that you have this information
Careful. The yaml cult will come after you in a long and formless column, and only self destruct when one of them is a step too far to the left.