I really hope most people are not just trying to satisfy regulatory requirements but genuinely want to allow people using screen readers to understand what an image is about. Having said that, AI can definitely be useful when there is no alt text but it shouldn’t be an excuse not to add alt texts as a creator.
Aiegradient is great and they make indoor and outdoor monitors. Fully open source. They are the authors of this article and to a lot of research and advocacy which is great.
Awesome to hear that you like Vega Altair. With the recent integration of VegaFusion you don’t need to embed the data in the notebook anymore and I’ve found Altair to scale quite well. Give it a shot.
This looks interesting but I already have TypeScript types for my APIs so I developed https://github.com/vega/ts-json-schema-generator which lets me generate JSON schema from the sources directly. Yes, it does have some oddities because the two languages have slightly different feature sets but it’s been working well for us for a few years. If I didn’t have TypeScript or a smaller API surface I’d be okay with typing again I would look at TypeSpec though. It definitely beats writing JSON schema by hand.
reply