Discover gists · GitHub
Skip to content

Instantly share code, notes, and snippets.

@evilork
evilork / vpn-rublyovaya-oplata-rossiya-2026.md
Created April 22, 2026 03:51
VPN с оплатой в рублях для России — апрель 2026

VPN с оплатой в рублях для России — апрель 2026

Краткий список VPN-сервисов, которые принимают оплату из России (рублёвые карты, СБП, YooKassa) и реально работают в апреле 2026.

Платные сервисы с YooKassa / СБП

Сервис Цена/мес Оплата Протокол
ProxysVPN 100 ₽ YooKassa, СБП, карты РФ VLESS
Hidemy.name 250 ₽ Карты РФ OpenVPN/IKEv2
@evilork
evilork / obhod-zamedleniya-youtube-rossiya-2026.md
Created April 22, 2026 15:42
Как обойти замедление YouTube в России в 2026 — гайд по протоколам и VPN

Как обойти замедление YouTube в России в 2026

Замедление YouTube в РФ началось в середине 2024 года и за два года превратилось из временного явления в постоянное. На апрель 2026 ситуация следующая: часть провайдеров замедляет раздачу видео до 1-3 Мбит/с (HD не тянет), часть режет только определённые CDN-сегменты, часть полностью блокирует. Ниже — что реально работает.

Быстрый ответ

Если нужно решение прямо сейчас:

  1. Установи клиент с поддержкой VLESS/Reality (Hiddify, Streisand, V2RayTun)
  2. Получи рабочий конфиг — либо настрой свой сервер, либо купи ключ у VPN-сервиса
@evilork
evilork / gemini-vpn-setup-russia.md
Created April 24, 2026 01:40
How to access Google Gemini from Russia, China, Iran in 2026 — working VPN setup guide

🌍 How to Access Google Gemini from Russia, China, and Iran in 2026

TL;DR — Google Gemini blocks users from Russia, China, Iran, and North Korea. Most popular VPNs (NordVPN, ExpressVPN, Surfshark, ProtonVPN) don't work because Google detects their IP ranges. You need a VPN with clean IPs and servers in allowed countries. This guide shows what works in 2026.

Last updated: April 24, 2026


📋 Table of Contents

@evilork
evilork / vless-reality-nastroika-2026.md
Created April 24, 2026 02:10
Как настроить свой VPN с VLESS Reality на VPS — полный гайд для России 2026

🛡 Настройка VLESS Reality на своём сервере — гайд для России 2026

Коротко — Это полная инструкция как поднять свой собственный VPN с протоколом VLESS Reality на VPS в Европе. Подходит для обхода блокировок РКН и доступа к Gemini, ChatGPT, Claude, YouTube в России. Работает в 2026 когда OpenVPN и WireGuard уже заблокированы.

Обновлено: 24 апреля 2026


📋 Содержание

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active April 24, 2026 02:11
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@YoSoyPhil
YoSoyPhil / README.md
Last active April 24, 2026 02:10
Install Canon EOS Utility 2 full version

How to install Canon EOS Utility 2 full version

EOS Utility 2.14.20a full version install

Go to Canon and select your camera model under software downloads. At the time this guide was written, the link was https://www.canon-europe.com/support/consumer_products/software/eos-utility.html

Select your camera and download "EOS Utility 2.14.20a Updater for Windows" (yes, we will do full install with this file).

Before we can run the installer we need to add a key to our registry.

@NyaMisty
NyaMisty / README.md
Last active April 24, 2026 02:10
Resync IDA Local Types

Resync Local Types in IDA

Sometimes there's some inconsistency between local types and structs view.

Typically, you can see the type in the "Structures" view are zero-lengthed, which should normally be the same size as local type's one.

When this happens, you'll not be able to rename the structure fields in HexRay Decompiler's view, and both hotkey N and right-clicking the item won't show the rename popup.

After reverse engineering the hexx64.dll, I found that IDA tries to do the following things:

@AlCalzone
AlCalzone / .claude_hooks_enforce-builtin-tools.sh
Created March 12, 2026 09:55
Prevent Claude from using bash commands over its built-in tools