At some point maybe stop outsourcing and just do the work. Boeing used to make airplanes. Now they outsource the work of "make the airplanes" and all it cost them was their reputation. Less outsourcing, more just doing…
Picking a winner in such a conflict leads to unexpected behavior if ordering changes.
Its a really well thought out way to combine schemas, templates, and data into one language. Its a superset of JSON and it provides a functional interface to validate inputs, outputs, and configurations. It integrates…
CUE's validation is very strong, as long as you're ok with some level of functional programming and immutability. Despite what GPT said above, its Configure, Unify, Execute. The Execute aspect is powerful but you have…
The problem with using a general programming language for configuration is you end up needing to use that config in different places, in different contexts, and from different languages. So, you have to marshall out and…
I've read their comparison and it really feels like word salad. Having gone decently down the Cue rabbit hole, I feel that Cue is remarkable in being able to do everything I need it to do without looking significantly…
At some point maybe stop outsourcing and just do the work. Boeing used to make airplanes. Now they outsource the work of "make the airplanes" and all it cost them was their reputation. Less outsourcing, more just doing…
Picking a winner in such a conflict leads to unexpected behavior if ordering changes.
Its a really well thought out way to combine schemas, templates, and data into one language. Its a superset of JSON and it provides a functional interface to validate inputs, outputs, and configurations. It integrates…
CUE's validation is very strong, as long as you're ok with some level of functional programming and immutability. Despite what GPT said above, its Configure, Unify, Execute. The Execute aspect is powerful but you have…
The problem with using a general programming language for configuration is you end up needing to use that config in different places, in different contexts, and from different languages. So, you have to marshall out and…
I've read their comparison and it really feels like word salad. Having gone decently down the Cue rabbit hole, I feel that Cue is remarkable in being able to do everything I need it to do without looking significantly…