this post was submitted on 14 Nov 2023
-1 points (33.3% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I dunno why, but I have a thing against TOML. I could be reading a blog post and marvelling at the intellect of the author, but if it cuts to a code snippet of TOML I smack my teeth and question how I ended up on such an amateur site.

My opinion is not rational neither is it grounded in any technical reasoning or logic. I'd even consider myself syntactically promiscuous when it comes to pretty much any other markup language. For some reason YAML and TOML make me feel like I need to pick sides and I'm definitely a YAMLite.

I'm curious to know whether anyone else is this abnormally partisan towards YAML and TOML?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (6 children)

Why not hate both? 🙈😬

[–] [email protected] 1 points 10 months ago (2 children)
[–] [email protected] 1 points 10 months ago

Json with comments is literally perfect. Formattable, machine parsable, minimisable, easy and fairly concise. Honestly I can't think of anything better. (Comments in json are essential IMO, without it it's actually not that great, and I'd go with yaml instead)

[–] [email protected] 1 points 10 months ago

I know it’s kinda cheap, but for me nothing is the answer (that includes hcl). I’ll use what I find, but I can’t say that I love anything.

If something uses toml, I will use toml. I’ve also used json-schema in the past.

Depending on what I do I find yaml and kustomize okay, etc.. Using something like client-go has its advantages as well.

If I am building something from scratch then I would reach for a simple ini. I feel like everything else overcomplicates things and that’s usually a symptom for something else.

load more comments (3 replies)