Hacker News
new
past
comments
ask
show
jobs
points
by
embedding-shape
9 hours ago
|
comments
by
skydhash
7 hours ago
|
[-]
I still prefer ini files for configuration. Easier to grep and sed.
reply
by
tracker1
3 hours ago
|
parent
|
next
[-]
You can get a bit more if you use TOML over INI... it's similar at a baseline, but still a bit more rich for advanced configuration than INI is.
reply
by
beart
4 hours ago
|
parent
|
prev
|
[-]
They work wonderfully until you need to do anything more advanced than a key-value store.
reply
by
skydhash
2 hours ago
|
parent
|
[-]
My belief is that anything that requires more than that are hiding the fact that what they truly need is a DSL. Instead they force you to write AST (ansible, github actions, docker compose,…)
reply