I was not able to find a terminal-based game that teaches you #YAML.
So I think i spent some Claude tokens wisely:
I was not able to find a terminal-based game that teaches you #YAML.
So I think i spent some Claude tokens wisely:

#OpenSemanticInterchange (#OSI) is a new vendor-neutral initiative aiming to standardise how semantic #metadata is shared across #analytics, #AI, and #BI platforms using #YAML — with #CARTO among its working group members. If adopted, it could meaningfully change how semantic layers work across the #data stack.
Повесть о конфигурации как инженерной гигиене
Привет, Хабр! Меня зовут Юрий Соловьёв, я ведущий инженер в команде экосистемы Tarantool . С опытом я пришел к тому, что конфигурация должна иметь строгую спецификацию, так же как и HTTP API. В этой статье я предлагаю альтернативный подход на базе protobuf и постараюсь показать, что это не избыточная сложность, а необходимый уровень инженерной гигиены — особенно для систем, рассчитанных на долгую и стабильную жизнь. Это в какой-то мере технорассказ, которым я хочу поделиться — и именно в такой форме.
https://habr.com/ru/companies/vktech/articles/1036490/
#vk_cloud #конфигурация #protobuf #configuration_management #infrastructure_as_code #best_practices #yaml #microservices #tarantool #валидация
This YAML library solved a hard problem in StyloBot; it's CORE that it's both super lightweight AND can load dynamic YAML config.
Although YamlDotNet *is* AoT compatible it's fairly slow and NOT fully compliant (for cross JSON / YAML they flip the init properties...)
I came across this new(er) YAML lib by @hadashia
VYaml solved that for me, 6x faster and *fully* AoT (source-gen etc) compatible.
https://github.com/hadashiA/VYaml/blob/master/README.md
Decided to deploy Infisical with `pyinfra`(not using Ansible because of Yaml hell).
`pyinfra` is faster. :)
Since we can use `uv` easily nowadays, the whole venv setup also becomes much simpler.
Good stuff.
Я заколебался искать запятую в коде бота — и написал библиотеку, чтобы диалоги жили в YAML
Я три года пилю Telegram-бот для одного B2C-продукта. В пятницу вечером маркетолог попросил убрать запятую — я потратил двадцать минут на одну запятую, потому что текст был размазан по семи питон-файлам. И тут меня переклинило. Так появилась библиотека, где все диалоги бота живут в одном YAML — с клавиатурами, медиа, условиями и опциональной очередью под лимит Telegram. Выложил на PyPI, делюсь. И что?
https://habr.com/ru/articles/1035714/
#aiogram #python #telegram_bots #yaml #open_source #python_библиотека #telegram_bot_api #message_queue #rate_limiting
Most Infrastructure-as-Code breaks once complexity appears: copy-pasted #YAML, hidden dependencies & untestable configs. @wlami shows how #Java replaces fragile cloud configs with reusable, testable infrastructure components: https://javapro.io/2026/05/12/stop-writing-yaml-how-to-define-test-and-deploy-your-cloud-in-pure-java/