Skip to content

Commit 141108a

Browse files
committed
We had to move to Codeberg
1 parent 9e7dee5 commit 141108a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ReadMe.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ bind.py [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unlicens
66
[![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH-libs/bind.py.svg)](https://libraries.io/github/KOLANICH-libs/bind.py)
77
[![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py)
88

9+
**We have moved to https://codeberg.org/KOLANICH-libs/bind.py, grab new versions there.**
10+
11+
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).
12+
13+
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).
14+
15+
---
16+
917
This is a tool to allow you to inline constants into functions for fun and profit. In some cases using this tool can give 30% gain of speed. In some, but not in the all ones - [in some cases it actually causes slowdown](https://codeberg.org/KOLANICH-libs/bind.py/issues/4).
1018

1119

bind.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
__all__ = ("bind", "bindVarsToFunc", "modifyCode", "UnbindableException")
32
__author__ = "KOLANICH"
43
__license__ = "Unlicense"
@@ -37,6 +36,9 @@
3736
from struct import pack
3837
from sys import version_info
3938
from types import CodeType, FunctionType
39+
from warnings import warn
40+
41+
warn("We have moved from M$ GitHub to https://codeberg.org/KOLANICH-libs/bind.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .")
4042

4143
import opcode
4244

0 commit comments

Comments
 (0)