Hacker News with Generative AI: YAML

Learning YAMLScript from Clojure (yamlscript.org)
YAMLScript works by translating code written in YAMLScript to Clojure code, which is then evaluated.
YAML Schemas in Emacs with Eglot – just renewed blog too (jointhefreeworld.org)
Are you someone that enjoys Emacs and the amazing built-in package Eglot, which enables Emacs to provide intelligent completions and error reporting, linting, and more with language servers ?
Why can't we separate YAML from ML? (ethanrosenthal.com)
I’m coming up on 10 years, and half as many jobs, in data science and machine learning. No matter what, in every role, I find myself reinventing a programming language on top of YAML in order to train machine learning models.
Show HN: Frontmatter Format: A micro-format for YAML metadata on any file (github.com/jlevy)
Simple, readable metadata attached to files can be useful in numerous situations, such as recording title, author, source, copyright, or the provenance of a file.
YAML is not a superset of JSON (patrickstevens.co.uk)
I keep forgetting, so here we go.
Jd – JSON Diff and Patch (github.com/josephburnett)
jd is a commandline utility and Go library for diffing and patching JSON and YAML values. It supports a native jd format (similar to unified format) as well as JSON Merge Patch (RFC 7386) and a subset of JSON Patch (RFC 6902). Try it out at http://play.jd-tool.io/.
Dasel: Select, put and delete data from JSON, TOML, YAML, XML and CSV (github.com/TomWright)
Show HN: I built a backend so simple that it fits in a YAML file (manifest.build)