uBO Minus is permission-less experimental MV3-based network request blocker
This is an experimental network request blocker using the Manifest V3's declarativeNetRequest.
It does not require broad "read/modify data" permission hence its limited capabilities compared to uBlock Origin or other blockers requiring broad "read/modify data" permission. The default ruleset corresponds to uBlock Origin's default filterset.
https://github.com/gorhill/uBlock/blob/master/platform/mv3/description/en.md
A semi-famous retailer of scientific supplies and instruments.
This is a proof-of-concept implementation of CPython that supports multithreading without the global interpreter lock (GIL). An overview of the design is described in the Python Multithreading without GIL Google doc.
The proof-of-concept works best on Linux x86-64. It also builds on Linux ARM64, Windows (64-bit), and macOS, but you will have to recompile extension modules yourself for these platforms. The build process has not changed from upstream CPython.
The proof-of-concept comes with a modified bundled "pip" that includes an alternative package index. The alternative package index includes C extensions that are either slow to build from source or require some modifications for compatibility.
The GIL is disabled by default, but if you wish, you can enable it at runtime using the environment variable PYTHONGIL=1
. You can use the existing Python APIs, such as the threading module and the ThreadPoolExecutor class.
Still maintained and under development - tracks v3.9.x!
A tool that automatically sets up a virtualenv, installs a Python package and all of its dependencies, and fires up a shell so you can play with it.
Introduced at The Last HOPE, this online project is a recreation of yesteryear using open source software. Phiber Optik used a modified build of Asterisk to build a virtual telephone network that you can hack around with using a blue box (or a software emulation thereof). It's completely isolated and completely legal, and was built for those of us who got into phreaking after electromechanical switching disappeared. If you want, you can set your own instance up by downloading the patches for the software.