this post was submitted on 25 Jun 2023
29 points (100.0% liked)

Technology

34437 readers
215 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] StudioLE@programming.dev 5 points 1 year ago (2 children)

I've only read the headline and first paragraph but... I already think there's this is flawed.

It's treating the symptom rather than the problem. Really we need to be standardising how applications are configured. Standardise the command line arguments, add logical defaults. Pick a single configuration format and a centralised location where is defined.

This is one reason I favour docker compose for running apps. Everything is configured through a docker-compose.yml file.

[–] Mechamoto@programming.dev 4 points 1 year ago

While that sounds good in principle, it’s effectively impossible to implement in reality.

The author’s proposal is a more modest and achievable one that accomplishes nearly the same thing

load more comments (1 replies)