Skip to content

🤖📘🌐 Digital Notebook: AI, Programming, and Personal Projects.

My notes on using AI and machine learning to extract and analyze data from the web. I write articles and educational materials, share experiments in web scraping, automation, personal projects, and ideas about the future of the digital world. I also contribute to the open-source community. A place where theory meets practice and code comes alive.

🧭 GitHub Personal Access Token (PAT)

🧭 GitHub Personal Access Token (PAT)

The GitHub Personal Access Token (PAT) is a digital key for secure authentication when interacting with the GitHub platform.

Read More
Scenario for Gemini CLI: Conway’s Game of Life.

Scenario for Gemini CLI: Conway’s Game of Life.

Scenario for Gemini CLI: Game of Life Step 1: Creating a system instruction GEMINI.md Create a .gemini directory in the project’s working folder. Inside .gemini, create a GEMINI.md file and insert the system instruction into it. Example instruction: For convenience, let’s create a game directory to store project files, and a scenarios directory to store… 

Read More

Guide to WP-PageNavi Variables for WordPress.

Page navigation is an important part of any WordPress blog or news site. One of the most popular tools for convenient pagination is the WP-PageNavi plugin. It allows you to replace the standard “Previous / Next” links with more flexible and beautiful pagination. One of the key features is the ability to customize link text… 

Read More

🚀 CI/CD: From Basics to Production on GCP with GitHub Actions – A Complete Guide with Examples 🚀

A CI/CD pipeline (Continuous Integration / Continuous Delivery or Continuous Deployment) is an automated process that allows developers to quickly and reliably deliver code changes to a working environment (production).

Read More
PowerShell Philosophy. Part 4: Interactive Work: Out-ConsoleGridView, Alerts.

PowerShell Philosophy. Part 4: Interactive Work: Out-ConsoleGridView, Alerts.

Part 4: Interactive Work: Out-ConsoleGridView, Alerts. Chapter One: Interactive Work with Data in the Console. Out-ConsoleGridView. GUI in PowerShell Console. ❗ Important: All tools described below require PowerShell 7.2 or newer. Out-ConsoleGridView is an interactive table, directly in the PowerShell console, allowing you to: – view data in a table; – filter and sort columns;… 

Read More

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 can be saved, reused, and shared with the team. This will turn the tool from a simple assistant into a… 

Read More

PowerShell Philosophy. Part 3: File System Navigation and Management. Logic Operators. Introduction to Functions.

In the previous part we explored pipelines and abstract process objects. Now let’s apply our knowledge of pipelines and objects to one of the common tasks of a user or administrator—working with the file system. In PowerShell, this work is built on the same principles: commands return objects that can be piped for further processing. 1. The… 

Read More
Let’s Embed AI in PowerShell. Part 1. PS + Gemini-CLI

Let’s Embed AI in PowerShell. Part 1. PS + Gemini-CLI

In this experiment, I use Gemini-CLI as a search model. What is Gemini CLI? I have already talked in detail about **Gemini CLI** in Gemini CLI: Introduction and First Steps. But if you missed it, here’s a brief introduction. In short, **Gemini CLI** — is a command-line interface for interacting with Google‘s AI models. You… 

Read More

PowerShell Philosophy. Part 2: The Pipeline, Variables, Get-Member, .ps1 Files, and Exporting Results.

❗ Important: I am writing about PS7 (PowerShell 7). It is different from PS5 (PowerShell 5). Starting with version 7, PS became cross-platform. Because of this, the behavior of some commands has changed. In the first part, we established a key principle: PowerShell works with objects, not text. This post is dedicated to some important… 

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

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 conduct philosophical conversations. Tech giants are investing billions in creating ever larger and more powerful "brains" for AI. But what if this path is a dead end?

Read More
101 BASIC COMPUTER GAMES

David Ahl and the book “101 BASIC Computer Games” 

In 1973, the book “101 BASIC Computer Games” was published, quickly becoming a bestseller, selling a million copies. It played a key role in popularizing programming, and behind its success was Digital Equipment Corporation (DEC), a pioneer in the production of minicomputers. A brief history of computing technology By the end of the 1950s, giant… 

Read More
The Internet of the Future — Not for Humans

The Internet of the Future — Not for Humans

The future of the internet is shifting from direct human interaction with websites to the use of personal AI agents that independently perform tasks and organize processes. This changes the role of humans: they become goal setters rather than executors.

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

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

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

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

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 on domain-specific tasks. However, this approach has its limits and requires high-quality data — otherwise, the results may turn out worse than with the base model.

Read More
Practical Examples of Using Out-ConsoleGridView

Practical Examples of Using Out-ConsoleGridView

In the previous chapter, we got acquainted with Out-ConsoleGridView — a powerful tool for interactive data manipulation directly in the terminal. If you don’t know what it is, I recommend reading about it first. This article is entirely dedicated to it. I will not repeat the theory, but will immediately move on to practice and… 

Read More
Full Guide to ExifTool and PowerShell

Full Guide to ExifTool and PowerShell

Every time you take a photo, your camera records not only the image itself but also service information into the file: camera and lens model, date and time of shooting, shutter speed, aperture, ISO, GPS coordinates. This data is called **EXIF (Exchangeable Image File Format)**. While PowerShell has built-in tools for reading some metadata, they… 

Read More
sh

sh

1. File & Directory Management 2. Disk & File System 3. System Info & Management 4. Networking 5. File Searching 6. Archive & Compression 7. Package Management (example: Debian/Ubuntu) 8. Bash Scripting Basics

Read More

⚡ PowerShell Cheat Sheet — Advanced

Remote Management Error Handling Regular Expressions Working with JSON and XML Jobs and Background Tasks Scheduled Tasks Security and Credentials Performance and Logging

Read More

⚡ PowerShell Cheat Sheet — Basics

Working with Objects Files and Directories Variables and Data Types Pipelines and Filters Loops and Conditionals Functions and Scripts Modules and Imports

Read More
1 2 3

Leave a Reply

Your email address will not be published. Required fields are marked *