ITGuyLevi@programming.devtoStar Trek@startrek.website•August 30th 2024. America adopts the metric system. Never forget.English
34·
2 months agoI’m with the whole ‘metric is better crowd’, I mean base 10, c’mon that makes shit easy. On the other hand, I prefer Fahrenheit for temp 100%, Celsius is just not good for it (personal preference I guess). A lot of that is probably due to growing up in the USA, but having lived in a few other countries I just prefer Fahrenheit.
Edit: dang ya’ll, didn’t mean to cause all the drama, I’ll calm down now… I guess personal preferences get taken as personal attacks sometimes lol
I hated yaml with every fiber of my being when first had to use it, but I really wanted to use HomeAssistant and see what I could do with it. I hated it a bit less when I started using docker compose. I started loving it when I started using it as a way to explain json to non-programming IT types, trying to explain it without braces and brackets seems to get across easier. I guess its more human readable, but as a result formatting has to be spot on (those indents and spaces replace the need for brackets and braces).
One useful trick if you truly hate it but need it, write it in json, then just use a converter to change that into yaml.