Show HN: DAC – open-source dashboard as code tool for agents and humans
21–30 of 45 posts
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#22Why do ppl think building something through yaml is ever a good idea?? (I know why: for a platform it’s simpler to parse a yaml than to run code, but it’s almost never a good idea for anything that needs to scale in complexity)
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#23I would really hesitate to use a 1000 lines of yaml and modify them. I never found YAML easy to modify after a certain size.
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#24Why do ppl think building something through yaml is ever a good idea?? (I know why: for a platform it’s simpler to parse a yaml than to run code, but it’s almost never a good idea for anything that needs to scale in complexity)
What is a better format that allows inline comments, is human readable, and can be easily converted to other formats (json, xml, et al)
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#25For a while, I was thinking about starting a side project of selling E-ink screens with easily configured dashboards. The project would support hobbies who want to build dashboards powered by a raspberry pi or something. I never pursued it, but it seems like you are now halfway there.
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#26DaC might be more distinguishable from DAC, although the context obviously also helps readers telling them apart. Yours sincerely, came here for another DAC
Point taken, thanks! Out of curiosity, which DAC did you come here for?
Re: Show HN: DAC – open-source dashboard as code tool for agents and humans
#27Why not use Vega-Lite[0]? It’s my go-to data viz DSL with Claude. [0] https://vega.github.io/vega-lite/