From 822213f75d8ce977f4c0ca6bae69786fb22c4d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Sat, 15 Feb 2025 15:46:44 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BE=20=D1=81=D1=82=D0=B0=D1=82?= =?UTF-8?q?=D1=83=D1=81=D0=B5=20Github=20(backport).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef65d7e4..f37d56f9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,51 @@ Historically, _libmdbx_ is a deeply revised and extended descendant of the amazi [Lightning Memory-Mapped Database](https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Database). _libmdbx_ inherits all benefits from _LMDB_, but resolves some issues and adds [a set of improvements](#improvements-beyond-lmdb). -### MithrilDB and Future +## Github + +### на Русском (мой родной язык) + +Весной 2022, без каких-либо предупреждений или пояснений, администрация +Github удалила мой аккаунт и все проекты. Через несколько месяцев, без +какого-либо моего участия или уведомления, проекты были +восстановлены/открыты в статусе "public read-only archive" из какой-то +неполноценной резервной копии. Эти действия Github я расцениваю как +злонамеренный саботаж, а сам сервис Github считаю навсегда утратившим +какое-либо доверие. + +Вследствие произошедшего, никогда и ни при каких условиях, я не буду +размещать на Github первоисточники (aka origins) моих проектов, либо +как-либо полагаться на инфраструктуру Github. + +Тем не менее, понимая что пользователям моих проектов удобнее получать к +ним доступ именно на Github, я не хочу ограничивать их свободу или +создавать неудобство, и поэтому размещаю на Github зеркала (aka mirrors) +репозиториев моих проектов. При этом ещё раз акцентирую внимание, что +это только зеркала, которые могут быть заморожены, заблокированы или +удалены в любой момент, как это уже было в 2022. + +### in English + +In the spring of 2022, without any warnings or explanations, the Github +administration deleted my account and all projects. A few months later, +without any involvement or notification from me, the projects were +restored/opened in the "public read-only archive" status from some kind +of incomplete backup. I regard these actions of Github as malicious +sabotage, and I consider the Github service itself to have lost any +trust forever. + +As a result of what has happened, I will never, under any circumstances, +post the primary sources (aka origins) of my projects on Github, or rely +in any way on the Github infrastructure. + +Nevertheless, realizing that it is more convenient for users of my +projects to access them on Github, I do not want to restrict their +freedom or create inconvenience, and therefore I place mirrors of my +project repositories on Github. At the same time, I would like to +emphasize once again that these are only mirrors that can be frozen, +blocked or deleted at any time, as was the case in 2022. + +## MithrilDB and Future