В августе этого года, после полутора лет напряженной работы, наконец-то вышла наша третья книга (про первую и вторую уже были посты на Хабре) ориентированная на разработку игр: 3D Graphics Rendering Cookbook: A comprehensive guide to exploring rendering algorithms in modern OpenGL and Vulkan. Читать дальше →
XWiki Rendering is a generic Rendering system that converts textual input in a given syntax into another syntax. Prior to version 14.10.6 of `org.xwiki.platform:xwiki-core-rendering-macro-footnotes` and `org.xwiki.platform:xwiki-rendering-macro-footnotes` and prior to version 15.1-rc-1 of `org.xwiki.platform:xwiki-rendering-macro-footnotes`, the footnote macro executed its content in a potentially different context than the one in which it was defined. In particular in combination with the include macro,…
CookBook maven plugin. CDI, отладка и тестирование. Цель статьи - рассказать об опыте разработки плагина. Читать далее
AI-агент который помнит: Python библиотека по рецепту OpenAIУстал объяснять агенту одно и то же? Я тоже.Взял паттерн Context Personalization из OpenAI Cookbook и упаковал в pip install:from agent_memory import MemoryManager manager = MemoryManager(storage=SQLiteStorage("./memory.db")) state = manager.load_user("user_123") prompt = state.to_system_prompt() # Память уже в промптеЧто под…