Looks interesting, I'll check it out, thanks :D
Gecko
YAML would such a nice language for config files but then it turns out that "no" is falsy and so a list of Scandinavian countries turns from
- se
- fi
- no
into
- "se"
- "fi"
- False
I wish there was like a JSON5 equivalent for YAML that just reduces its scope lol
(and no, TOML also looks ugly :P)
The linked message is from 2019, i.e. per-M1 Apple laptops and at a time when arm in datacenter was just starting out.
Tbh, I feel like it's kinda pointless to discuss a comment made by someone over 4-years ago. Both the environment and the person itself can change a lot in that time.
Convenience for end-users and avoiding link rot is probably one of the reasons.
While Vaultwarden is great I would not suggest selfhosting your password manager unless you do regular backups. Losing all your password cause your server went down is a great way to ruin your day.
I wish something like
.config
would be a thing for storing configuration files in repositories. Instead we have a.vscode
,.github
,.gitlab
,.idea
,.vs
, etc