This looks interesting. But as a developer I really would like my pull requests, linters and what not. This feels like the G-Programming language from LabView which allows you to graphically program your physics experiments. But once you drink the programming language coolaid you don’t want to do graphics programming any more. So I guess I am already biased towards reading text. But for me this is still the best way…
Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
41–46 of 46 posts
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#42All for trying to reduce env drift and divergence between things, but don’t think the documentation as the source of truth is the winning formula. Source of truth will inevitably be code (bc it has to capture the full weight of the complexity of your system), IaC is hard enough already with the dizzy height of the abstractions you are building on top of, having a system that adds another doesn’t seem like a winning f…
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#43All for trying to reduce env drift and divergence between things, but don’t think the documentation as the source of truth is the winning formula. Source of truth will inevitably be code (bc it has to capture the full weight of the complexity of your system), IaC is hard enough already with the dizzy height of the abstractions you are building on top of, having a system that adds another doesn’t seem like a winning f…
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#44All for trying to reduce env drift and divergence between things, but don’t think the documentation as the source of truth is the winning formula. Source of truth will inevitably be code (bc it has to capture the full weight of the complexity of your system), IaC is hard enough already with the dizzy height of the abstractions you are building on top of, having a system that adds another doesn’t seem like a winning f…
Had the exact same though, but it’s still a pretty interesting concept though.
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#45This looks interesting. But as a developer I really would like my pull requests, linters and what not. This feels like the G-Programming language from LabView which allows you to graphically program your physics experiments. But once you drink the programming language coolaid you don’t want to do graphics programming any more. So I guess I am already biased towards reading text. But for me this is still the best way…
Interesting points. FYI: pull requests will be available during Q1/2021 and we have a kind of linter (predictable blocks, maps, lists). Another point is once you work on graphics I guess you care less about the code since you'll be fully managing graphics in the same analogy to assembly, you care about your language code and not about the assembly generated behind the scenes.
Is this a thing you have experienced for yourself and others around you? My experience does not hold this statement as it is much harder for me to parse a complex image.
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#46Earlier quoted context omitted.
Interesting points. FYI: pull requests will be available during Q1/2021 and we have a kind of linter (predictable blocks, maps, lists). Another point is once you work on graphics I guess you care less about the code since you'll be fully managing graphics in the same analogy to assembly, you care about your language code and not about the assembly generated behind the scenes.
> I guess you care less about the code since you'll be fully managing graphics ... Is this a thing you have experienced for yourself and others around you? My experience does not hold this statement as it is much harder for me to parse a complex image.