Blog Pavel

Pavel's blog about programming, golang, traveling and cars

How to Paste and Match Style Using ⌘ + V on macOS

macOS uses a long keyboard shortcut for 'Paste and Match Style' by default. This guide explains how to remap it to ⌘ + V for faster, cleaner pasting.

Русскоязычные телеграм чаты по всему миру

Здесь вы можете найти список русскоязычных телеграм чатов по всем странам мира и по городам. Тут находятся все возможные общие чаты-форумы с обсуждением (не авторские чаты)

Calculator bot in Telegram

This bot is able to solve mathematical examples using operators (sin, cos) parentheses, root and exponentiation, and much more. In addition, he himself knows how to count, find and count examples in chats

Бот-калькулятор для Телеграма

Этот бот умеет решать разные математические примеры, поддерживает скобки, разные операторы, синус, косинус, возведение в степень и многое другое. Кроме того его можно добавить в чат где он будет автоматически находить примеры и считать их за вас

Anti-spam bot for Telegram in Go

After using different anti-spam bots, I came to the decision to write my own, since all the current ones worked poorly. Here I will show you how you can write your own bot for Telegram using Go