From 76246dfe358c304c4d2616157589ef6f9a7e782e Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Fri, 13 Oct 2023 01:55:05 +0300 Subject: [PATCH] We yad to move to Codeberg --- ReadMe.md | 8 ++++++++ urm/__init__.py | 3 +++ 2 files changed, 11 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 1573fc2..dbc270b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -8,6 +8,14 @@ urm.py [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unlicense [![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH-libs/urm.py.svg)](https://libraries.io/github/KOLANICH-libs/urm.py) [![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py) +**We have moved to https://codeberg.org/KOLANICH-libs/urm.py, grab new versions there.** + +Under the disguise of "better security" Micro$oft-owned GitHub has [discriminated users of 1FA passwords](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) while having commercial interest in success and wide adoption of [FIDO 1FA specifications](https://fidoalliance.org/specifications/download/) and [Windows Hello implementation](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422) which [it promotes as a replacement for passwords](https://github.blog/2023-07-12-introducing-passwordless-authentication-on-github-com/). It will result in dire consequencies and is competely inacceptable, [read why](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo). + +If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is [the list of alternatives and rationales to do it](https://github.com/orgs/community/discussions/49869). If they delete the discussion, there are certain well-known places where you can get a copy of it. [Read why you should also leave GitHub](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo). + +--- + Unrelational mapper. Sometimes you need to store some data somewhen and lazily retrieve as class fields and we don't want to write lot of boilerplate code and maintain this piece of shit. Object-relational mappers solve this problem by mapping classes to database tables, objects - to rows, object hierarchy to public and foreign keys. diff --git a/urm/__init__.py b/urm/__init__.py index e69de29..71b3dcb 100644 --- a/urm/__init__.py +++ b/urm/__init__.py @@ -0,0 +1,3 @@ +from warnings import warn + +warn("We have moved from M$ GitHub to https://codeberg.org/KOLANICH-libs/urm.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .") \ No newline at end of file