Skip to content

Shadow DOM — “DOM inside DOM”

The Shadow DOM provides a way to create a “DOM inside DOM,” allowing developers to encapsulate a component’s internal structure and styles, protecting it from external JavaScript and CSS. This ensures predictable behavior, safe nesting… 

Gemini CLI Cheatsheet

gemini-samples/gemini-cli-cheatsheet.md at main · philschmid/gemini-samples The Gemini CLI is an open-source AI agent that brings the power of Gemini directly into your terminal, allowing you to perform a wide range of tasks such as coding,… 

Gemini CLI: Advanced Techniques and Scenario Automation

In the previous part, we covered the basics: installation, authentication, and executing single commands. Now, let’s move to the next level. In this part, we will teach Gemini CLI to execute complex, multi-step scenarios that… 

будущее за «маленькими» нейросетями

The End of Giantism in Large Language Models

We are used to thinking that in the world of artificial intelligence, size matters. Giant language models (LLMs), like the ones behind ChatGPT, capture the imagination with their ability to write poetry, generate code, and… 

Первая цифровая карта Марса

Первую цифровую карту Марса нарисовали карандашами⁠⁠

 Не с помощью волшебства — а с помощью любопытства, терпения и карандаша.     В 1965 году космический аппарат NASA Маринер-4 впервые в истории передал снимки Марса из космоса. Это были первые детальные изображения другой планеты, сделанные… 

Personalizing LLMs: prompts, fine-tuning models, code examples.

LLM personalization can be achieved in different ways: from carefully crafted prompts and context management to fine-tuning on your own datasets. Fine-tuning helps solidify the model’s style, terminology, and response format, while also improving accuracy…