Getting tired of Helm – any better way to handle deployments in Kubernetes?
(ycombinator.com)
I’ve been deep in Helm templates lately and it’s starting to feel like YAML hell.
I’ve been deep in Helm templates lately and it’s starting to feel like YAML hell.
YAML: The Norway Problem (2022)
(bram.us)
Earlier this week, Haroen Viaene posted this tweet about YAML:
Earlier this week, Haroen Viaene posted this tweet about YAML:
That's a Lot of YAML
(noyaml.com)
Made with 💖 by https://ghuntley.com after one too many CustomResourceDefinitions
Made with 💖 by https://ghuntley.com after one too many CustomResourceDefinitions
StrictYAML
(hitchdev.com)
StrictYAML is a type-safe YAML parser that parses and validates a restricted subset of the YAML specification.
StrictYAML is a type-safe YAML parser that parses and validates a restricted subset of the YAML specification.
Learning YAMLScript from Clojure
(yamlscript.org)
YAMLScript works by translating code written in YAMLScript to Clojure code, which is then evaluated.
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 ?
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.
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.
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.
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/.
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/.